Trace number 3694535

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
pb2satCp2 2012-05-19? (TO) 1800.07 1801.92

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Base/
normalized-minisat100_4_32_4.opb
MD5SUMae94003fbe7fdee247bdd3d5d595cb68
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark6564197
Best CPU time to get the best result obtained on this benchmark1647.82
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables20200
Total number of constraints30206
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints30000
Minimum length of a constraint2
Maximum length of a constraint4950
Number of terms in the objective function 19900
Biggest coefficient in the objective function 141420761
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 186872004500
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 141420761
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 186872004500
Number of bits of the biggest sum of numbers38
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

3.96/4.00	c model valid
3.96/4.00	c current solution ok
6.42/6.64	o 289761599
6.42/6.64	c fallback to adder encoding
22.62/24.01	c model valid
22.62/24.01	c current solution ok
22.72/24.11	o 242981725
22.72/24.11	c fallback to adder encoding
65.21/66.67	c model valid
65.21/66.67	c current solution ok
65.29/66.76	o 199545089
65.29/66.76	c fallback to adder encoding
169.59/171.04	c model valid
169.59/171.04	c current solution ok
169.64/171.13	o 164602205
169.64/171.13	c fallback to adder encoding
196.27/197.75	c model valid
196.27/197.75	c current solution ok
196.33/197.85	o 100843999
196.33/197.85	c fallback to adder encoding
217.77/219.29	c model valid
217.77/219.29	c current solution ok
217.87/219.39	o 99741823
217.87/219.39	c fallback to adder encoding
251.87/253.32	c model valid
251.87/253.32	c current solution ok
251.90/253.41	o 60986003
251.90/253.41	c fallback to adder encoding
272.87/274.33	c model valid
272.87/274.33	c current solution ok
272.91/274.42	o 27595575
272.91/274.42	c fallback to adder encoding
832.31/833.98	c model valid
832.31/833.98	c current solution ok
832.40/834.07	o 17521175
832.40/834.07	c fallback to adder encoding
1735.89/1737.79	c model valid
1735.89/1737.79	c current solution ok
1735.98/1737.87	o 15902311
1735.98/1737.87	c fallback to adder encoding
1800.07/1801.91	c error: unexpected solver exit code
1800.07/1801.91	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3694535-1338220296/watcher-3694535-1338220296 -o /tmp/evaluation-result-3694535-1338220296/solver-3694535-1338220296 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694535-1338220296.opb 388714233 HOME HOME 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.03 2.01 2.00 2/179 12746
/proc/meminfo: memFree=28605692/32873648 swapFree=6844/6844
[pid=12746] ppid=12744 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12746/stat : 12746 (runPb2satCp2.sh) S 12744 12746 12080 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288155458 9367552 275 33554432000 4194304 5064252 140737027411824 140737027410736 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12746/statm: 2287 275 233 213 0 72 0

[startup+0.0310881 s]
/proc/loadavg: 2.03 2.01 2.00 2/179 12746
/proc/meminfo: memFree=28605692/32873648 swapFree=6844/6844
[pid=12746] ppid=12744 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12746/stat : 12746 (runPb2satCp2.sh) S 12744 12746 12080 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288155458 9367552 275 33554432000 4194304 5064252 140737027411824 140737027410736 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12746/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100214 s]
/proc/loadavg: 2.03 2.01 2.00 2/179 12746
/proc/meminfo: memFree=28605692/32873648 swapFree=6844/6844
[pid=12746] ppid=12744 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12746/stat : 12746 (runPb2satCp2.sh) S 12744 12746 12080 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288155458 9367552 275 33554432000 4194304 5064252 140737027411824 140737027410736 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12746/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300252 s]
/proc/loadavg: 2.03 2.01 2.00 2/179 12746
/proc/meminfo: memFree=28605692/32873648 swapFree=6844/6844
[pid=12746] ppid=12744 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12746/stat : 12746 (runPb2satCp2.sh) S 12744 12746 12080 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288155458 9367552 275 33554432000 4194304 5064252 140737027411824 140737027410736 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12746/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700287 s]
/proc/loadavg: 2.03 2.01 2.00 2/179 12746
/proc/meminfo: memFree=28605692/32873648 swapFree=6844/6844
[pid=12746] ppid=12744 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12746/stat : 12746 (runPb2satCp2.sh) S 12744 12746 12080 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288155458 9367552 275 33554432000 4194304 5064252 140737027411824 140737027410736 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12746/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50042 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 12750
/proc/meminfo: memFree=28436196/32873648 swapFree=6844/6844
[pid=12746] ppid=12744 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12746/stat : 12746 (runPb2satCp2.sh) S 12744 12746 12080 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288155458 9367552 275 33554432000 4194304 5064252 140737027411824 140737027410736 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12746/statm: 2287 275 233 213 0 72 0
[pid=12747] ppid=12746 vsize=64772 CPUtime=0.79 cores=0,2,4,6
/proc/12747/stat : 12747 (pb2sat) S 12746 12746 12080 0 -1 4202496 11471 0 0 0 73 6 0 0 20 0 1 0 288155458 66326528 15341 33554432000 4194304 5873084 140734781252768 140734781249192 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12747/statm: 16193 15341 169 410 0 15775 0
[pid=12749] ppid=12747 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12749/stat : 12749 (satsolver.sh) S 12747 12746 12080 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288155538 9367552 267 33554432000 4194304 5064252 140736461638016 140736461636928 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12749/statm: 2287 267 226 213 0 72 0
[pid=12750] ppid=12749 vsize=179252 CPUtime=0.69 cores=0,2,4,6
/proc/12750/stat : 12750 (glucose_static) R 12749 12746 12080 0 -1 4202496 35571 0 0 0 63 6 0 0 20 0 1 0 288155538 183554048 41809 33554432000 4194304 4896791 140733598008000 140733596956888 4225008 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12750/statm: 44813 41809 76 172 0 44639 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 262320

[startup+3.10041 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 12750
/proc/meminfo: memFree=28346440/32873648 swapFree=6844/6844
[pid=12746] ppid=12744 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12746/stat : 12746 (runPb2satCp2.sh) S 12744 12746 12080 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288155458 9367552 275 33554432000 4194304 5064252 140737027411824 140737027410736 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12746/statm: 2287 275 233 213 0 72 0
[pid=12747] ppid=12746 vsize=64772 CPUtime=0.79 cores=0,2,4,6
/proc/12747/stat : 12747 (pb2sat) S 12746 12746 12080 0 -1 4202496 11471 0 0 0 73 6 0 0 20 0 1 0 288155458 66326528 15341 33554432000 4194304 5873084 140734781252768 140734781249192 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12747/statm: 16193 15341 169 410 0 15775 0
[pid=12749] ppid=12747 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12749/stat : 12749 (satsolver.sh) S 12747 12746 12080 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288155538 9367552 267 33554432000 4194304 5064252 140736461638016 140736461636928 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12749/statm: 2287 267 226 213 0 72 0
[pid=12750] ppid=12749 vsize=180836 CPUtime=2.29 cores=0,2,4,6
/proc/12750/stat : 12750 (glucose_static) R 12749 12746 12080 0 -1 4202496 35972 0 0 0 223 6 0 0 20 0 1 0 288155538 185176064 42210 33554432000 4194304 4896791 140733598008000 140733598005208 4224921 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12750/statm: 45209 42210 77 172 0 45035 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 263904

[startup+6.30023 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 12750
/proc/meminfo: memFree=28482312/32873648 swapFree=6844/6844
[pid=12746] ppid=12744 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12746/stat : 12746 (runPb2satCp2.sh) S 12744 12746 12080 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288155458 9367552 275 33554432000 4194304 5064252 140737027411824 140737027410736 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12746/statm: 2287 275 233 213 0 72 0
[pid=12747] ppid=12746 vsize=80152 CPUtime=6.12 cores=0,2,4,6
/proc/12747/stat : 12747 (pb2sat) R 12746 12746 12080 0 -1 4202496 13147 37083 0 0 120 184 301 7 20 0 1 0 288155458 82075648 18264 33554432000 4194304 5873084 140734781252768 140734781248200 5127520 0 0 4096 0 0 0 0 17 4 0 0 14 0 0
/proc/12747/statm: 20038 18264 177 410 0 19620 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 89300

[startup+12.7004 s]
/proc/loadavg: 2.10 2.03 2.01 3/181 12796
/proc/meminfo: memFree=27844880/32873648 swapFree=6844/6844
[pid=12746] ppid=12744 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12746/stat : 12746 (runPb2satCp2.sh) S 12744 12746 12080 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288155458 9367552 275 33554432000 4194304 5064252 140737027411824 140737027410736 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12746/statm: 2287 275 233 213 0 72 0
[pid=12747] ppid=12746 vsize=383288 CPUtime=10.1 cores=0,2,4,6
/proc/12747/stat : 12747 (pb2sat) S 12746 12746 12080 0 -1 4202496 23153 37598 0 0 446 251 301 12 20 0 1 0 288155458 392486912 88280 33554432000 4194304 5873084 140734781252768 140734781246584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 134 0 0
/proc/12747/statm: 95822 88280 183 410 0 95404 0
[pid=12795] ppid=12747 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12795/stat : 12795 (satsolver.sh) S 12747 12746 12080 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288156606 9367552 266 33554432000 4194304 5064252 140735637670672 140735637669584 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12795/statm: 2287 266 226 213 0 72 0
[pid=12796] ppid=12795 vsize=397752 CPUtime=1.2 cores=0,2,4,6
/proc/12796/stat : 12796 (glucose_static) R 12795 12746 12080 0 -1 4202496 52910 0 0 0 107 13 0 0 20 0 1 0 288156607 407298048 79932 33554432000 4194304 4896791 140734806987296 140734805936088 4229275 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/12796/statm: 99438 79933 58 172 0 99264 0
Current children cumulated CPU time (s) 11.3
Current children cumulated vsize (KiB) 799336

[startup+25.5003 s]
/proc/loadavg: 2.32 2.08 2.02 3/181 12799
/proc/meminfo: memFree=27733948/32873648 swapFree=6844/6844
[pid=12746] ppid=12744 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12746/stat : 12746 (runPb2satCp2.sh) S 12744 12746 12080 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288155458 9367552 275 33554432000 4194304 5064252 140737027411824 140737027410736 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12746/statm: 2287 275 233 213 0 72 0
[pid=12747] ppid=12746 vsize=271568 CPUtime=24.11 cores=0,2,4,6
/proc/12747/stat : 12747 (pb2sat) R 12746 12746 12080 0 -1 4202496 38437 146642 0 0 599 256 1497 59 20 0 1 0 288155458 278085632 58303 33554432000 4194304 5873084 140734781252768 140734781247160 4708080 0 0 4096 0 0 0 0 17 4 0 0 134 0 0
/proc/12747/statm: 67892 58303 184 410 0 67474 0
Current children cumulated CPU time (s) 24.11
Current children cumulated vsize (KiB) 280716

[startup+51.1004 s]
/proc/loadavg: 2.27 2.08 2.02 3/183 12804
/proc/meminfo: memFree=26718680/32873648 swapFree=6844/6844
[pid=12746] ppid=12744 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12746/stat : 12746 (runPb2satCp2.sh) S 12744 12746 12080 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288155458 9367552 275 33554432000 4194304 5064252 140737027411824 140737027410736 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12746/statm: 2287 275 233 213 0 72 0
[pid=12747] ppid=12746 vsize=402640 CPUtime=26.23 cores=0,2,4,6
/proc/12747/stat : 12747 (pb2sat) S 12746 12746 12080 0 -1 4202496 39571 146642 0 0 774 293 1497 59 20 0 1 0 288155458 412303360 90559 33554432000 4194304 5873084 140734781252768 140734781246584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 134 0 0
/proc/12747/statm: 100660 90559 184 410 0 100242 0
[pid=12800] ppid=12747 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12800/stat : 12800 (satsolver.sh) S 12747 12746 12080 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288158219 9367552 267 33554432000 4194304 5064252 140734721533760 140734721532672 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12800/statm: 2287 267 226 213 0 72 0
[pid=12801] ppid=12800 vsize=809936 CPUtime=23.47 cores=0,2,4,6
/proc/12801/stat : 12801 (glucose_static) R 12800 12746 12080 0 -1 4202496 109806 0 0 0 2318 29 0 0 20 0 1 0 288158219 829374464 164324 33554432000 4194304 4896791 140736935010048 140736935007320 4225540 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12801/statm: 202484 164324 78 172 0 202310 0
Current children cumulated CPU time (s) 49.7
Current children cumulated vsize (KiB) 1230872

[startup+102.308 s]
/proc/loadavg: 2.16 2.08 2.02 3/181 12808
/proc/meminfo: memFree=27437508/32873648 swapFree=6844/6844
[pid=12746] ppid=12744 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12746/stat : 12746 (runPb2satCp2.sh) S 12744 12746 12080 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288155458 9367552 275 33554432000 4194304 5064252 140737027411824 140737027410736 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12746/statm: 2287 275 233 213 0 72 0
[pid=12747] ppid=12746 vsize=402640 CPUtime=68.89 cores=0,2,4,6
/proc/12747/stat : 12747 (pb2sat) S 12746 12746 12080 0 -1 4202496 54445 258616 0 0 1103 334 5348 104 20 0 1 0 288155458 412303360 90559 33554432000 4194304 5873084 140734781252768 140734781246584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 134 0 0
/proc/12747/statm: 100660 90559 184 410 0 100242 0
[pid=12806] ppid=12747 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12806/stat : 12806 (satsolver.sh) S 12747 12746 12080 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288162486 9367552 265 33554432000 4194304 5064252 140734278865744 140734278864656 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12806/statm: 2287 265 226 213 0 72 0
[pid=12807] ppid=12806 vsize=808476 CPUtime=32 cores=0,2,4,6
/proc/12807/stat : 12807 (glucose_static) R 12806 12746 12080 0 -1 4202496 106163 0 0 0 3167 33 0 0 20 0 1 0 288162487 827879424 167237 33554432000 4194304 4896791 140734721348384 140734721346024 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12807/statm: 202119 167237 78 172 0 201945 0
Current children cumulated CPU time (s) 100.89
Current children cumulated vsize (KiB) 1229412

[startup+162.3 s]
/proc/loadavg: 2.06 2.07 2.02 3/183 12810
/proc/meminfo: memFree=26652532/32873648 swapFree=6844/6844
[pid=12746] ppid=12744 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12746/stat : 12746 (runPb2satCp2.sh) S 12744 12746 12080 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288155458 9367552 275 33554432000 4194304 5064252 140737027411824 140737027410736 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12746/statm: 2287 275 233 213 0 72 0
[pid=12747] ppid=12746 vsize=402640 CPUtime=68.89 cores=0,2,4,6
/proc/12747/stat : 12747 (pb2sat) S 12746 12746 12080 0 -1 4202496 54445 258616 0 0 1103 334 5348 104 20 0 1 0 288155458 412303360 90559 33554432000 4194304 5873084 140734781252768 140734781246584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 134 0 0
/proc/12747/statm: 100660 90559 184 410 0 100242 0
[pid=12806] ppid=12747 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12806/stat : 12806 (satsolver.sh) S 12747 12746 12080 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288162486 9367552 265 33554432000 4194304 5064252 140734278865744 140734278864656 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/12806/statm: 2287 265 226 213 0 72 0
[pid=12807] ppid=12806 vsize=812540 CPUtime=91.99 cores=0,2,4,6
/proc/12807/stat : 12807 (glucose_static) R 12806 12746 12080 0 -1 4202496 108695 0 0 0 9164 35 0 0 20 0 1 0 288162487 832040960 182030 33554432000 4194304 4896791 140734721348384 140734721345592 4225514 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12807/statm: 203135 182030 78 172 0 202961 0
Current children cumulated CPU time (s) 160.88
Current children cumulated vsize (KiB) 1233476

[startup+222.3 s]
/proc/loadavg: 2.28 2.13 2.04 3/181 12820
/proc/meminfo: memFree=27654360/32873648 swapFree=6844/6844
[pid=12746] ppid=12744 vsize=9148 CPUtime=0 cores=0,2,4,6

################
# More data... #
################

/proc/12868/statm: 165537 140336 78 172 0 165363 0
Current children cumulated CPU time (s) 1420.54
Current children cumulated vsize (KiB) 1083084

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 12873
/proc/meminfo: memFree=26856784/32873648 swapFree=6844/6844
[pid=12746] ppid=12744 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12746/stat : 12746 (runPb2satCp2.sh) S 12744 12746 12080 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288155458 9367552 275 33554432000 4194304 5064252 140737027411824 140737027410736 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12746/statm: 2287 275 233 213 0 72 0
[pid=12747] ppid=12746 vsize=402640 CPUtime=835.02 cores=0,2,4,6
/proc/12747/stat : 12747 (pb2sat) S 12746 12746 12080 0 -1 4202496 141787 920125 0 0 2867 559 79666 410 20 0 1 0 288155458 412303360 74687 33554432000 4194304 5873084 140734781252768 140734781246584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 134 0 0
/proc/12747/statm: 100660 74687 184 410 0 100242 0
[pid=12867] ppid=12747 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12867/stat : 12867 (satsolver.sh) S 12747 12746 12080 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288239119 9367552 267 33554432000 4194304 5064252 140737158927744 140737158926656 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12867/statm: 2287 267 226 213 0 72 0
[pid=12868] ppid=12867 vsize=663036 CPUtime=645.5 cores=0,2,4,6
/proc/12868/stat : 12868 (glucose_static) R 12867 12746 12080 0 -1 4202496 110843 0 0 0 64500 50 0 0 20 0 1 0 288239119 678948864 142858 33554432000 4194304 4896791 140736593014608 140736593011816 4224844 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12868/statm: 165759 142858 78 172 0 165585 0
Current children cumulated CPU time (s) 1480.52
Current children cumulated vsize (KiB) 1083972

[startup+1542.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 12874
/proc/meminfo: memFree=26566716/32873648 swapFree=6844/6844
[pid=12746] ppid=12744 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12746/stat : 12746 (runPb2satCp2.sh) S 12744 12746 12080 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288155458 9367552 275 33554432000 4194304 5064252 140737027411824 140737027410736 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12746/statm: 2287 275 233 213 0 72 0
[pid=12747] ppid=12746 vsize=402640 CPUtime=835.02 cores=0,2,4,6
/proc/12747/stat : 12747 (pb2sat) S 12746 12746 12080 0 -1 4202496 141787 920125 0 0 2867 559 79666 410 20 0 1 0 288155458 412303360 74687 33554432000 4194304 5873084 140734781252768 140734781246584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 134 0 0
/proc/12747/statm: 100660 74687 184 410 0 100242 0
[pid=12867] ppid=12747 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12867/stat : 12867 (satsolver.sh) S 12747 12746 12080 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288239119 9367552 267 33554432000 4194304 5064252 140737158927744 140737158926656 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12867/statm: 2287 267 226 213 0 72 0
[pid=12868] ppid=12867 vsize=582176 CPUtime=705.49 cores=0,2,4,6
/proc/12868/stat : 12868 (glucose_static) R 12867 12746 12080 0 -1 4202496 111541 0 0 0 70496 53 0 0 20 0 1 0 288239119 596148224 136163 33554432000 4194304 4896791 140736593014608 140736593011816 4224684 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12868/statm: 145544 136163 78 172 0 145370 0
Current children cumulated CPU time (s) 1540.51
Current children cumulated vsize (KiB) 1003112

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12874
/proc/meminfo: memFree=26645288/32873648 swapFree=6844/6844
[pid=12746] ppid=12744 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12746/stat : 12746 (runPb2satCp2.sh) S 12744 12746 12080 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288155458 9367552 275 33554432000 4194304 5064252 140737027411824 140737027410736 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12746/statm: 2287 275 233 213 0 72 0
[pid=12747] ppid=12746 vsize=402640 CPUtime=835.02 cores=0,2,4,6
/proc/12747/stat : 12747 (pb2sat) S 12746 12746 12080 0 -1 4202496 141787 920125 0 0 2867 559 79666 410 20 0 1 0 288155458 412303360 74687 33554432000 4194304 5873084 140734781252768 140734781246584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 134 0 0
/proc/12747/statm: 100660 74687 184 410 0 100242 0
[pid=12867] ppid=12747 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12867/stat : 12867 (satsolver.sh) S 12747 12746 12080 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288239119 9367552 267 33554432000 4194304 5064252 140737158927744 140737158926656 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12867/statm: 2287 267 226 213 0 72 0
[pid=12868] ppid=12867 vsize=583608 CPUtime=765.48 cores=0,2,4,6
/proc/12868/stat : 12868 (glucose_static) R 12867 12746 12080 0 -1 4202496 112099 0 0 0 76495 53 0 0 20 0 1 0 288239119 597614592 137997 33554432000 4194304 4896791 140736593014608 140736593012136 4225134 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12868/statm: 145902 137997 78 172 0 145728 0
Current children cumulated CPU time (s) 1600.5
Current children cumulated vsize (KiB) 1004544

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12874
/proc/meminfo: memFree=26682364/32873648 swapFree=6844/6844
[pid=12746] ppid=12744 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12746/stat : 12746 (runPb2satCp2.sh) S 12744 12746 12080 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288155458 9367552 275 33554432000 4194304 5064252 140737027411824 140737027410736 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12746/statm: 2287 275 233 213 0 72 0
[pid=12747] ppid=12746 vsize=402640 CPUtime=835.02 cores=0,2,4,6
/proc/12747/stat : 12747 (pb2sat) S 12746 12746 12080 0 -1 4202496 141787 920125 0 0 2867 559 79666 410 20 0 1 0 288155458 412303360 74687 33554432000 4194304 5873084 140734781252768 140734781246584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 134 0 0
/proc/12747/statm: 100660 74687 184 410 0 100242 0
[pid=12867] ppid=12747 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12867/stat : 12867 (satsolver.sh) S 12747 12746 12080 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288239119 9367552 267 33554432000 4194304 5064252 140737158927744 140737158926656 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12867/statm: 2287 267 226 213 0 72 0
[pid=12868] ppid=12867 vsize=665928 CPUtime=825.48 cores=0,2,4,6
/proc/12868/stat : 12868 (glucose_static) R 12867 12746 12080 0 -1 4202496 115786 0 0 0 82493 55 0 0 20 0 1 0 288239119 681910272 141373 33554432000 4194304 4896791 140736593014608 140736593012136 4225008 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12868/statm: 166482 141373 78 172 0 166308 0
Current children cumulated CPU time (s) 1660.5
Current children cumulated vsize (KiB) 1086864

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 12877
/proc/meminfo: memFree=26789120/32873648 swapFree=6844/6844
[pid=12746] ppid=12744 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12746/stat : 12746 (runPb2satCp2.sh) S 12744 12746 12080 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288155458 9367552 275 33554432000 4194304 5064252 140737027411824 140737027410736 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12746/statm: 2287 275 233 213 0 72 0
[pid=12747] ppid=12746 vsize=402640 CPUtime=835.02 cores=0,2,4,6
/proc/12747/stat : 12747 (pb2sat) S 12746 12746 12080 0 -1 4202496 141787 920125 0 0 2867 559 79666 410 20 0 1 0 288155458 412303360 74687 33554432000 4194304 5873084 140734781252768 140734781246584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 134 0 0
/proc/12747/statm: 100660 74687 184 410 0 100242 0
[pid=12867] ppid=12747 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12867/stat : 12867 (satsolver.sh) S 12747 12746 12080 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288239119 9367552 267 33554432000 4194304 5064252 140737158927744 140737158926656 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12867/statm: 2287 267 226 213 0 72 0
[pid=12868] ppid=12867 vsize=667524 CPUtime=885.47 cores=0,2,4,6
/proc/12868/stat : 12868 (glucose_static) R 12867 12746 12080 0 -1 4202496 117753 0 0 0 88487 60 0 0 20 0 1 0 288239119 683544576 145429 33554432000 4194304 4896791 140736593014608 140736593011816 4225120 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12868/statm: 166881 145429 78 172 0 166707 0
Current children cumulated CPU time (s) 1720.49
Current children cumulated vsize (KiB) 1088460

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12880
/proc/meminfo: memFree=26563760/32873648 swapFree=6844/6844
[pid=12746] ppid=12744 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12746/stat : 12746 (runPb2satCp2.sh) S 12744 12746 12080 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288155458 9367552 275 33554432000 4194304 5064252 140737027411824 140737027410736 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12746/statm: 2287 275 233 213 0 72 0
[pid=12747] ppid=12746 vsize=402640 CPUtime=1738.46 cores=0,2,4,6
/proc/12747/stat : 12747 (pb2sat) S 12746 12746 12080 0 -1 4202496 156050 1039970 0 0 3094 588 169683 481 20 0 1 0 288155458 412303360 72127 33554432000 4194304 5873084 140734781252768 140734781246584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 134 0 0
/proc/12747/statm: 100660 72127 184 410 0 100242 0
[pid=12879] ppid=12747 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12879/stat : 12879 (satsolver.sh) S 12747 12746 12080 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288329485 9367552 267 33554432000 4194304 5064252 140736506484560 140736506483472 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12879/statm: 2287 267 226 213 0 72 0
[pid=12880] ppid=12879 vsize=554488 CPUtime=42.01 cores=0,2,4,6
/proc/12880/stat : 12880 (glucose_static) R 12879 12746 12080 0 -1 4202496 87476 0 0 0 4176 25 0 0 20 0 1 0 288329485 567795712 124778 33554432000 4194304 4896791 140735943752912 140735943750440 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12880/statm: 138622 124778 78 172 0 138448 0
Current children cumulated CPU time (s) 1780.47
Current children cumulated vsize (KiB) 975424



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 12880
/proc/meminfo: memFree=26915064/32873648 swapFree=6844/6844
[pid=12746] ppid=12744 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12746/stat : 12746 (runPb2satCp2.sh) S 12744 12746 12080 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288155458 9367552 275 33554432000 4194304 5064252 140737027411824 140737027410736 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12746/statm: 2287 275 233 213 0 72 0
[pid=12747] ppid=12746 vsize=402640 CPUtime=1738.46 cores=0,2,4,6
/proc/12747/stat : 12747 (pb2sat) S 12746 12746 12080 0 -1 4202496 156050 1039970 0 0 3094 588 169683 481 20 0 1 0 288155458 412303360 72127 33554432000 4194304 5873084 140734781252768 140734781246584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 134 0 0
/proc/12747/statm: 100660 72127 184 410 0 100242 0
[pid=12879] ppid=12747 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12879/stat : 12879 (satsolver.sh) S 12747 12746 12080 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288329485 9367552 267 33554432000 4194304 5064252 140736506484560 140736506483472 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12879/statm: 2287 267 226 213 0 72 0
[pid=12880] ppid=12879 vsize=555796 CPUtime=61.61 cores=0,2,4,6
/proc/12880/stat : 12880 (glucose_static) R 12879 12746 12080 0 -1 4202496 88131 0 0 0 6136 25 0 0 20 0 1 0 288329485 569135104 125678 33554432000 4194304 4896791 140735943752912 140735943750120 4223862 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12880/statm: 138949 125678 78 172 0 138775 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 976732

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1801.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 12880
/proc/meminfo: memFree=26915064/32873648 swapFree=6844/6844
[pid=12746] ppid=12744 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12746/stat : 12746 (runPb2satCp2.sh) S 12744 12746 12080 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 288155458 9367552 275 33554432000 4194304 5064252 140737027411824 140737027410736 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12746/statm: 2287 275 233 213 0 72 0
[pid=12747] ppid=12746 vsize=402640 CPUtime=1738.46 cores=0,2,4,6
/proc/12747/stat : 12747 (pb2sat) S 12746 12746 12080 0 -1 4202496 156050 1039970 0 0 3094 588 169683 481 20 0 1 0 288155458 412303360 72127 33554432000 4194304 5873084 140734781252768 140734781246584 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 134 0 0
/proc/12747/statm: 100660 72127 184 410 0 100242 0
[pid=12879] ppid=12747 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12879/stat : 12879 (satsolver.sh) S 12747 12746 12080 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288329485 9367552 267 33554432000 4194304 5064252 140736506484560 140736506483472 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/12879/statm: 2287 267 226 213 0 72 0
[pid=12880] ppid=12879 vsize=555796 CPUtime=61.61 cores=0,2,4,6
/proc/12880/stat : 12880 (glucose_static) R 12879 12746 12080 0 -1 4202496 88131 0 0 0 6136 25 0 0 20 0 1 0 288329485 569135104 125678 33554432000 4194304 4896791 140735943752912 140735943750120 4223862 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12880/statm: 138949 125678 78 172 0 138775 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 976732

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12746 and gives
#  childrusage.ru_utime.tv_sec=1727
#  childrusage.ru_utime.tv_usec=779337
#  childrusage.ru_stime.tv_sec=10
#  childrusage.ru_stime.tv_usec=707372
# CPU time returned by wait4() is 1738.49
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.92
CPU time (s): 1800.07
CPU user time (s): 1789.13
CPU system time (s): 10.94
CPU usage (%): 99.8975
Max. virtual memory (cumulated for all children) (KiB): 1476220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1727.78
system time used= 10.7074
maximum resident set size= 904080
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1196997
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4988616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 331
involuntary context switches= 2020

runsolver used 4.6103 second user time and 10.6234 second system time

The end

Launcher Data

Begin job on node124 at 2012-05-28 17:51:36
IDJOB=3694535
IDBENCH=92751
IDSOLVER=2273
FILE ID=node124/3694535-1338220296
RUNJOBID= node124-1338213092-12096
PBS_JOBID= 14624615
Free space on /tmp= 71384 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Base/normalized-minisat100_4_32_4.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3694535-1338220296/watcher-3694535-1338220296 -o /tmp/evaluation-result-3694535-1338220296/solver-3694535-1338220296 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3694535-1338220296.opb 388714233 HOME HOME

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= ae94003fbe7fdee247bdd3d5d595cb68
RANDOM SEED=388714233

node124.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5385.04
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5357.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5385.04
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28605964 kB
Buffers:          406680 kB
Cached:          2786400 kB
SwapCached:            0 kB
Active:          1286500 kB
Inactive:        2148356 kB
Active(anon):     244252 kB
Inactive(anon):        0 kB
Active(file):    1042248 kB
Inactive(file):  2148356 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             10128 kB
Writeback:             0 kB
AnonPages:        438976 kB
Mapped:            15300 kB
Shmem:               200 kB
Slab:             691632 kB
SReclaimable:     136148 kB
SUnreclaim:       555484 kB
KernelStack:        1520 kB
PageTables:         4120 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     385652 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    317440 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71064 MiB
End job on node124 at 2012-05-28 18:21:38