Trace number 3750102

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
npSolver 1.0 (fixed)? (TO) 1800 1800.72

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Base/
normalized-minisat85_4_27_8.opb
MD5SUMf1796031dd2222ba84ddb055b00dac83
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark4276357
Best CPU time to get the best result obtained on this benchmark1800.57
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables14620
Total number of constraints21851
Number of constraints which are clauses170
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints21675
Minimum length of a constraint2
Maximum length of a constraint3570
Number of terms in the objective function 14365
Biggest coefficient in the objective function 137388096
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 102095438945
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 137388096
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 102095438945
Number of bits of the biggest sum of numbers37
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

0.00/0.09	c old isEQ: 0, new EQ is 1
1.19/1.21	c run usual solver
10.53/10.72	c model valid
10.53/10.72	c current solution ok
12.70/13.09	o 191539865
12.70/13.09	c current bound: 95769975
12.70/13.09	c fallback to adder encoding
25.89/26.23	c model valid
25.89/26.23	c current solution ok
25.92/26.31	o 78365791
25.92/26.31	c current bound: 39182938
25.92/26.31	c fallback to adder encoding
680.32/680.89	c model valid
680.32/680.89	c current solution ok
680.45/680.97	o 35051689
680.45/680.97	c current bound: 17525887
680.45/680.97	c fallback to adder encoding
794.32/794.87	c model valid
794.32/794.87	c current solution ok
794.39/794.94	o 10154157
794.39/794.94	c current bound: 5077121
794.39/794.94	c fallback to adder encoding
1800.00/1800.71	c error: unexpected solver exit code
1800.00/1800.71	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-3750102-1339181559/watcher-3750102-1339181559 -o /tmp/evaluation-result-3750102-1339181559/solver-3750102-1339181559 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3750102-1339181559.opb 1759150117 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: 1.08 1.71 1.90 4/175 21597
/proc/meminfo: memFree=27513304/32873660 swapFree=7120/7120
[pid=21597] ppid=21593 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21597/stat : 21597 (npSolver-pbo.sh) S 21593 21597 19799 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384281667 9367552 274 33554432000 4194304 5064252 140734806732544 140734806731456 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21597/statm: 2287 274 233 213 0 72 0

[startup+0.0324471 s]
/proc/loadavg: 1.08 1.71 1.90 4/175 21597
/proc/meminfo: memFree=27513304/32873660 swapFree=7120/7120
[pid=21597] ppid=21593 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21597/stat : 21597 (npSolver-pbo.sh) S 21593 21597 19799 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384281667 9367552 274 33554432000 4194304 5064252 140734806732544 140734806731456 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21597/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100165 s]
/proc/loadavg: 1.08 1.71 1.90 4/175 21597
/proc/meminfo: memFree=27513304/32873660 swapFree=7120/7120
[pid=21597] ppid=21593 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21597/stat : 21597 (npSolver-pbo.sh) S 21593 21597 19799 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384281667 9367552 274 33554432000 4194304 5064252 140734806732544 140734806731456 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21597/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300141 s]
/proc/loadavg: 1.08 1.71 1.90 4/175 21597
/proc/meminfo: memFree=27513304/32873660 swapFree=7120/7120
[pid=21597] ppid=21593 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21597/stat : 21597 (npSolver-pbo.sh) S 21593 21597 19799 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384281667 9367552 274 33554432000 4194304 5064252 140734806732544 140734806731456 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21597/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700142 s]
/proc/loadavg: 1.08 1.71 1.90 4/175 21597
/proc/meminfo: memFree=27513304/32873660 swapFree=7120/7120
[pid=21597] ppid=21593 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21597/stat : 21597 (npSolver-pbo.sh) S 21593 21597 19799 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384281667 9367552 274 33554432000 4194304 5064252 140734806732544 140734806731456 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21597/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50019 s]
/proc/loadavg: 1.08 1.71 1.90 4/178 21601
/proc/meminfo: memFree=27316844/32873660 swapFree=7120/7120
[pid=21597] ppid=21593 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21597/stat : 21597 (npSolver-pbo.sh) S 21593 21597 19799 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384281667 9367552 274 33554432000 4194304 5064252 140734806732544 140734806731456 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21597/statm: 2287 274 233 213 0 72 0
[pid=21599] ppid=21597 vsize=85480 CPUtime=1.22 cores=0,2,4,6
/proc/21599/stat : 21599 (npSolver-pbo) S 21597 21597 19799 0 -1 4202496 8618 0 0 0 109 13 0 0 20 0 1 0 384281667 87531520 20181 33554432000 4194304 6004724 140736931029072 140736931023120 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21599/statm: 21370 20181 171 442 0 20924 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 94628

[startup+3.10037 s]
/proc/loadavg: 1.23 1.73 1.90 4/180 21603
/proc/meminfo: memFree=26920092/32873660 swapFree=7120/7120
[pid=21597] ppid=21593 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21597/stat : 21597 (npSolver-pbo.sh) S 21593 21597 19799 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384281667 9367552 274 33554432000 4194304 5064252 140734806732544 140734806731456 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21597/statm: 2287 274 233 213 0 72 0
[pid=21599] ppid=21597 vsize=85480 CPUtime=1.22 cores=0,2,4,6
/proc/21599/stat : 21599 (npSolver-pbo) S 21597 21597 19799 0 -1 4202496 8618 0 0 0 109 13 0 0 20 0 1 0 384281667 87531520 20181 33554432000 4194304 6004724 140736931029072 140736931023120 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21599/statm: 21370 20181 171 442 0 20924 0
[pid=21602] ppid=21599 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21602/stat : 21602 (cp2_pre.sh) S 21599 21597 19799 0 -1 4202496 606 0 0 0 0 0 0 0 20 0 1 0 384281790 9367552 276 33554432000 4194304 5064252 140733690659088 140733690657792 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21602/statm: 2287 276 234 213 0 72 0
[pid=21603] ppid=21602 vsize=364792 CPUtime=1.84 cores=0,2,4,6
/proc/21603/stat : 21603 (coprocessor) R 21602 21597 19799 0 -1 4202496 41422 0 0 0 175 9 0 0 20 0 1 0 384281790 373547008 82389 33554432000 4194304 6586260 140737402438592 140737402434856 5511711 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/21603/statm: 91198 82389 166 584 0 90610 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 468568

[startup+6.30034 s]
/proc/loadavg: 1.23 1.73 1.90 4/183 21606
/proc/meminfo: memFree=26083624/32873660 swapFree=7120/7120
[pid=21597] ppid=21593 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21597/stat : 21597 (npSolver-pbo.sh) S 21593 21597 19799 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384281667 9367552 274 33554432000 4194304 5064252 140734806732544 140734806731456 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21597/statm: 2287 274 233 213 0 72 0
[pid=21599] ppid=21597 vsize=85480 CPUtime=1.22 cores=0,2,4,6
/proc/21599/stat : 21599 (npSolver-pbo) S 21597 21597 19799 0 -1 4202496 8618 0 0 0 109 13 0 0 20 0 1 0 384281667 87531520 20181 33554432000 4194304 6004724 140736931029072 140736931023120 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21599/statm: 21370 20181 171 442 0 20924 0
[pid=21602] ppid=21599 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21602/stat : 21602 (cp2_pre.sh) S 21599 21597 19799 0 -1 4202496 606 0 0 0 0 0 0 0 20 0 1 0 384281790 9367552 276 33554432000 4194304 5064252 140733690659088 140733690657792 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21602/statm: 2287 276 234 213 0 72 0
[pid=21603] ppid=21602 vsize=451108 CPUtime=5.05 cores=0,2,4,6
/proc/21603/stat : 21603 (coprocessor) R 21602 21597 19799 0 -1 4202496 56645 0 0 0 476 29 0 0 20 0 1 0 384281790 461934592 109728 33554432000 4194304 6586260 140737402438592 140737402434344 5732496 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/21603/statm: 112777 109728 204 584 0 112189 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 554884

[startup+12.7002 s]
/proc/loadavg: 1.66 1.81 1.92 4/181 21613
/proc/meminfo: memFree=26266768/32873660 swapFree=7120/7120
[pid=21597] ppid=21593 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21597/stat : 21597 (npSolver-pbo.sh) S 21593 21597 19799 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384281667 9367552 274 33554432000 4194304 5064252 140734806732544 140734806731456 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21597/statm: 2287 274 233 213 0 72 0
[pid=21599] ppid=21597 vsize=92604 CPUtime=12.4 cores=0,2,4,6
/proc/21599/stat : 21599 (npSolver-pbo) R 21597 21597 19799 0 -1 4202496 11261 97156 0 0 149 167 880 44 20 0 1 0 384281667 94826496 21445 33554432000 4194304 6004724 140736931029072 140736931023272 5190832 0 0 4096 0 0 0 0 17 0 0 0 11 0 0
/proc/21599/statm: 23151 21445 177 442 0 22705 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 101752

[startup+25.5002 s]
/proc/loadavg: 1.71 1.82 1.92 4/183 21622
/proc/meminfo: memFree=26524480/32873660 swapFree=7120/7120
[pid=21597] ppid=21593 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21597/stat : 21597 (npSolver-pbo.sh) S 21593 21597 19799 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384281667 9367552 274 33554432000 4194304 5064252 140734806732544 140734806731456 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21597/statm: 2287 274 233 213 0 72 0
[pid=21599] ppid=21597 vsize=354120 CPUtime=24.29 cores=0,2,4,6
/proc/21599/stat : 21599 (npSolver-pbo) S 21597 21597 19799 0 -1 4202496 19177 180792 0 0 365 225 1764 75 20 0 1 0 384281667 362618880 60407 33554432000 4194304 6004724 140736931029072 140736931020912 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 11 0 0
/proc/21599/statm: 88530 60407 180 442 0 88084 0
[pid=21620] ppid=21599 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21620/stat : 21620 (cp2_post.sh) S 21599 21597 19799 0 -1 4202496 611 226 0 0 0 0 0 0 20 0 1 0 384284128 9367552 266 33554432000 4194304 5064252 140736082405920 140736082404208 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21620/statm: 2287 266 225 213 0 72 0
[pid=21622] ppid=21620 vsize=43456 CPUtime=0.87 cores=0,2,4,6
/proc/21622/stat : 21622 (coprocessor) R 21620 21597 19799 0 -1 4202496 5497 0 0 0 65 22 0 0 20 0 1 0 384284128 44498944 8107 33554432000 4194304 6586260 140734330277168 140734330274088 5732496 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/21622/statm: 10864 8107 148 584 0 10276 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 415872

[startup+51.1004 s]
/proc/loadavg: 1.81 1.83 1.92 4/183 21626
/proc/meminfo: memFree=26121992/32873660 swapFree=7120/7120
[pid=21597] ppid=21593 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21597/stat : 21597 (npSolver-pbo.sh) S 21593 21597 19799 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384281667 9367552 274 33554432000 4194304 5064252 140734806732544 140734806731456 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21597/statm: 2287 274 233 213 0 72 0
[pid=21599] ppid=21597 vsize=353524 CPUtime=28.22 cores=0,2,4,6
/proc/21599/stat : 21599 (npSolver-pbo) S 21597 21597 19799 0 -1 4202496 29631 188311 0 0 567 254 1866 135 20 0 1 0 384281667 362008576 56675 33554432000 4194304 6004724 140736931029072 140736931021424 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 11 0 0
/proc/21599/statm: 88381 56675 181 442 0 87935 0
[pid=21625] ppid=21599 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21625/stat : 21625 (satsolver.sh) S 21599 21597 19799 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384284521 9367552 267 33554432000 4194304 5064252 140735957403584 140735957402496 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/21625/statm: 2287 267 226 213 0 72 0
[pid=21626] ppid=21625 vsize=546148 CPUtime=22.54 cores=0,2,4,6
/proc/21626/stat : 21626 (glucose) R 21625 21597 19799 0 -1 4202496 82228 0 0 0 2233 21 0 0 20 0 1 0 384284521 559255552 117697 33554432000 4194304 5208918 140735475730480 140735475728312 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21626/statm: 136537 117697 105 248 0 136286 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 917968

[startup+102.3 s]
/proc/loadavg: 1.92 1.86 1.92 4/183 21626
/proc/meminfo: memFree=26096312/32873660 swapFree=7120/7120
[pid=21597] ppid=21593 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21597/stat : 21597 (npSolver-pbo.sh) S 21593 21597 19799 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384281667 9367552 274 33554432000 4194304 5064252 140734806732544 140734806731456 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21597/statm: 2287 274 233 213 0 72 0
[pid=21599] ppid=21597 vsize=353524 CPUtime=28.22 cores=0,2,4,6
/proc/21599/stat : 21599 (npSolver-pbo) S 21597 21597 19799 0 -1 4202496 29631 188311 0 0 567 254 1866 135 20 0 1 0 384281667 362008576 56675 33554432000 4194304 6004724 140736931029072 140736931021424 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 11 0 0
/proc/21599/statm: 88381 56675 181 442 0 87935 0
[pid=21625] ppid=21599 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21625/stat : 21625 (satsolver.sh) S 21599 21597 19799 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384284521 9367552 267 33554432000 4194304 5064252 140735957403584 140735957402496 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/21625/statm: 2287 267 226 213 0 72 0
[pid=21626] ppid=21625 vsize=546148 CPUtime=73.74 cores=0,2,4,6
/proc/21626/stat : 21626 (glucose) R 21625 21597 19799 0 -1 4202496 82295 0 0 0 7353 21 0 0 20 0 1 0 384284521 559255552 122874 33554432000 4194304 5208918 140735475730480 140735475726856 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21626/statm: 136537 122874 105 248 0 136286 0
Current children cumulated CPU time (s) 101.96
Current children cumulated vsize (KiB) 917968

[startup+162.3 s]
/proc/loadavg: 2.03 1.89 1.93 4/183 21633
/proc/meminfo: memFree=24983892/32873660 swapFree=7120/7120
[pid=21597] ppid=21593 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21597/stat : 21597 (npSolver-pbo.sh) S 21593 21597 19799 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384281667 9367552 274 33554432000 4194304 5064252 140734806732544 140734806731456 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21597/statm: 2287 274 233 213 0 72 0
[pid=21599] ppid=21597 vsize=353524 CPUtime=28.22 cores=0,2,4,6
/proc/21599/stat : 21599 (npSolver-pbo) S 21597 21597 19799 0 -1 4202496 29631 188311 0 0 567 254 1866 135 20 0 1 0 384281667 362008576 56675 33554432000 4194304 6004724 140736931029072 140736931021424 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 11 0 0
/proc/21599/statm: 88381 56675 181 442 0 87935 0
[pid=21625] ppid=21599 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21625/stat : 21625 (satsolver.sh) S 21599 21597 19799 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384284521 9367552 267 33554432000 4194304 5064252 140735957403584 140735957402496 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/21625/statm: 2287 267 226 213 0 72 0
[pid=21626] ppid=21625 vsize=627536 CPUtime=133.73 cores=0,2,4,6
/proc/21626/stat : 21626 (glucose) R 21625 21597 19799 0 -1 4202496 85256 0 0 0 13345 28 0 0 20 0 1 0 384284521 642596864 145851 33554432000 4194304 5208918 140735475730480 140735475728632 4229538 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21626/statm: 156884 145851 105 248 0 156633 0
Current children cumulated CPU time (s) 161.95
Current children cumulated vsize (KiB) 999356

[startup+222.307 s]
/proc/loadavg: 2.01 1.91 1.93 4/183 21633
/proc/meminfo: memFree=24901944/32873660 swapFree=7120/7120
[pid=21597] ppid=21593 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/21682/stat : 21682 (glucose) R 21681 21597 19799 0 -1 4202496 71698 0 0 0 56549 31 0 0 20 0 1 0 384361301 458063872 105566 33554432000 4194304 5208918 140733470258192 140733470256280 4229021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21682/statm: 111832 105566 105 248 0 111581 0
Current children cumulated CPU time (s) 1361.65
Current children cumulated vsize (KiB) 683324

[startup+1422.3 s]
/proc/loadavg: 2.01 2.01 1.95 4/183 21694
/proc/meminfo: memFree=25508188/32873660 swapFree=7120/7120
[pid=21597] ppid=21593 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21597/stat : 21597 (npSolver-pbo.sh) S 21593 21597 19799 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384281667 9367552 274 33554432000 4194304 5064252 140734806732544 140734806731456 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21597/statm: 2287 274 233 213 0 72 0
[pid=21599] ppid=21597 vsize=217700 CPUtime=795.85 cores=0,2,4,6
/proc/21599/stat : 21599 (npSolver-pbo) S 21597 21597 19799 0 -1 4202496 47131 387196 0 0 870 293 78040 382 20 0 1 0 384281667 222924800 42687 33554432000 4194304 6004724 140736931029072 140736931021424 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 11 0 0
/proc/21599/statm: 54425 42687 181 442 0 53979 0
[pid=21681] ppid=21599 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21681/stat : 21681 (satsolver.sh) S 21599 21597 19799 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384361300 9367552 267 33554432000 4194304 5064252 140737417246240 140737417245152 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/21681/statm: 2287 267 226 213 0 72 0
[pid=21682] ppid=21681 vsize=528716 CPUtime=625.8 cores=0,2,4,6
/proc/21682/stat : 21682 (glucose) R 21681 21597 19799 0 -1 4202496 71945 0 0 0 62548 32 0 0 20 0 1 0 384361301 541405184 109900 33554432000 4194304 5208918 140733470258192 140733470256344 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21682/statm: 132179 109900 105 248 0 131928 0
Current children cumulated CPU time (s) 1421.65
Current children cumulated vsize (KiB) 764712

[startup+1482.3 s]
/proc/loadavg: 2.05 2.02 1.95 4/183 21694
/proc/meminfo: memFree=25487684/32873660 swapFree=7120/7120
[pid=21597] ppid=21593 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21597/stat : 21597 (npSolver-pbo.sh) S 21593 21597 19799 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384281667 9367552 274 33554432000 4194304 5064252 140734806732544 140734806731456 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21597/statm: 2287 274 233 213 0 72 0
[pid=21599] ppid=21597 vsize=217700 CPUtime=795.85 cores=0,2,4,6
/proc/21599/stat : 21599 (npSolver-pbo) S 21597 21597 19799 0 -1 4202496 47131 387196 0 0 870 293 78040 382 20 0 1 0 384281667 222924800 42687 33554432000 4194304 6004724 140736931029072 140736931021424 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 11 0 0
/proc/21599/statm: 54425 42687 181 442 0 53979 0
[pid=21681] ppid=21599 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21681/stat : 21681 (satsolver.sh) S 21599 21597 19799 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384361300 9367552 267 33554432000 4194304 5064252 140737417246240 140737417245152 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/21681/statm: 2287 267 226 213 0 72 0
[pid=21682] ppid=21681 vsize=528716 CPUtime=685.78 cores=0,2,4,6
/proc/21682/stat : 21682 (glucose) R 21681 21597 19799 0 -1 4202496 72390 0 0 0 68542 36 0 0 20 0 1 0 384361301 541405184 115532 33554432000 4194304 5208918 140733470258192 140733470256344 4211605 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21682/statm: 132179 115532 105 248 0 131928 0
Current children cumulated CPU time (s) 1481.63
Current children cumulated vsize (KiB) 764712

[startup+1542.31 s]
/proc/loadavg: 2.02 2.01 1.95 4/183 21695
/proc/meminfo: memFree=25312736/32873660 swapFree=7120/7120
[pid=21597] ppid=21593 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21597/stat : 21597 (npSolver-pbo.sh) S 21593 21597 19799 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384281667 9367552 274 33554432000 4194304 5064252 140734806732544 140734806731456 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21597/statm: 2287 274 233 213 0 72 0
[pid=21599] ppid=21597 vsize=217700 CPUtime=795.85 cores=0,2,4,6
/proc/21599/stat : 21599 (npSolver-pbo) S 21597 21597 19799 0 -1 4202496 47131 387196 0 0 870 293 78040 382 20 0 1 0 384281667 222924800 42687 33554432000 4194304 6004724 140736931029072 140736931021424 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 11 0 0
/proc/21599/statm: 54425 42687 181 442 0 53979 0
[pid=21681] ppid=21599 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21681/stat : 21681 (satsolver.sh) S 21599 21597 19799 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384361300 9367552 267 33554432000 4194304 5064252 140737417246240 140737417245152 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/21681/statm: 2287 267 226 213 0 72 0
[pid=21682] ppid=21681 vsize=662452 CPUtime=745.79 cores=0,2,4,6
/proc/21682/stat : 21682 (glucose) R 21681 21597 19799 0 -1 4202496 73627 0 0 0 74535 44 0 0 20 0 1 0 384361301 678350848 157695 33554432000 4194304 5208918 140733470258192 140733470255944 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21682/statm: 165613 157695 105 248 0 165362 0
Current children cumulated CPU time (s) 1541.64
Current children cumulated vsize (KiB) 898448

[startup+1602.3 s]
/proc/loadavg: 2.05 2.02 1.96 4/183 21695
/proc/meminfo: memFree=25120424/32873660 swapFree=7120/7120
[pid=21597] ppid=21593 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21597/stat : 21597 (npSolver-pbo.sh) S 21593 21597 19799 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384281667 9367552 274 33554432000 4194304 5064252 140734806732544 140734806731456 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21597/statm: 2287 274 233 213 0 72 0
[pid=21599] ppid=21597 vsize=217700 CPUtime=795.85 cores=0,2,4,6
/proc/21599/stat : 21599 (npSolver-pbo) S 21597 21597 19799 0 -1 4202496 47131 387196 0 0 870 293 78040 382 20 0 1 0 384281667 222924800 42687 33554432000 4194304 6004724 140736931029072 140736931021424 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 11 0 0
/proc/21599/statm: 54425 42687 181 442 0 53979 0
[pid=21681] ppid=21599 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21681/stat : 21681 (satsolver.sh) S 21599 21597 19799 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384361300 9367552 267 33554432000 4194304 5064252 140737417246240 140737417245152 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/21681/statm: 2287 267 226 213 0 72 0
[pid=21682] ppid=21681 vsize=533356 CPUtime=805.76 cores=0,2,4,6
/proc/21682/stat : 21682 (glucose) R 21681 21597 19799 0 -1 4202496 75644 0 0 0 80529 47 0 0 20 0 1 0 384361301 546156544 113745 33554432000 4194304 5208918 140733470258192 140733470256280 4211584 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21682/statm: 133339 113745 105 248 0 133088 0
Current children cumulated CPU time (s) 1601.61
Current children cumulated vsize (KiB) 769352

[startup+1662.3 s]
/proc/loadavg: 2.02 2.02 1.96 4/184 21698
/proc/meminfo: memFree=25431440/32873660 swapFree=7120/7120
[pid=21597] ppid=21593 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21597/stat : 21597 (npSolver-pbo.sh) S 21593 21597 19799 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384281667 9367552 274 33554432000 4194304 5064252 140734806732544 140734806731456 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21597/statm: 2287 274 233 213 0 72 0
[pid=21599] ppid=21597 vsize=217700 CPUtime=795.85 cores=0,2,4,6
/proc/21599/stat : 21599 (npSolver-pbo) S 21597 21597 19799 0 -1 4202496 47131 387196 0 0 870 293 78040 382 20 0 1 0 384281667 222924800 42687 33554432000 4194304 6004724 140736931029072 140736931021424 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 11 0 0
/proc/21599/statm: 54425 42687 181 442 0 53979 0
[pid=21681] ppid=21599 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21681/stat : 21681 (satsolver.sh) S 21599 21597 19799 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384361300 9367552 267 33554432000 4194304 5064252 140737417246240 140737417245152 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/21681/statm: 2287 267 226 213 0 72 0
[pid=21682] ppid=21681 vsize=535140 CPUtime=865.76 cores=0,2,4,6
/proc/21682/stat : 21682 (glucose) R 21681 21597 19799 0 -1 4202496 76015 0 0 0 86528 48 0 0 20 0 1 0 384361301 547983360 121781 33554432000 4194304 5208918 140733470258192 140733470254504 4229483 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21682/statm: 133785 121781 105 248 0 133534 0
Current children cumulated CPU time (s) 1661.61
Current children cumulated vsize (KiB) 771136

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 1.96 4/183 21698
/proc/meminfo: memFree=25438592/32873660 swapFree=7120/7120
[pid=21597] ppid=21593 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21597/stat : 21597 (npSolver-pbo.sh) S 21593 21597 19799 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384281667 9367552 274 33554432000 4194304 5064252 140734806732544 140734806731456 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21597/statm: 2287 274 233 213 0 72 0
[pid=21599] ppid=21597 vsize=217700 CPUtime=795.85 cores=0,2,4,6
/proc/21599/stat : 21599 (npSolver-pbo) S 21597 21597 19799 0 -1 4202496 47131 387196 0 0 870 293 78040 382 20 0 1 0 384281667 222924800 42687 33554432000 4194304 6004724 140736931029072 140736931021424 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 11 0 0
/proc/21599/statm: 54425 42687 181 442 0 53979 0
[pid=21681] ppid=21599 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21681/stat : 21681 (satsolver.sh) S 21599 21597 19799 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384361300 9367552 267 33554432000 4194304 5064252 140737417246240 140737417245152 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/21681/statm: 2287 267 226 213 0 72 0
[pid=21682] ppid=21681 vsize=535140 CPUtime=925.75 cores=0,2,4,6
/proc/21682/stat : 21682 (glucose) R 21681 21597 19799 0 -1 4202496 76020 0 0 0 92527 48 0 0 20 0 1 0 384361301 547983360 124341 33554432000 4194304 5208918 140733470258192 140733470254504 4229251 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21682/statm: 133785 124341 105 248 0 133534 0
Current children cumulated CPU time (s) 1721.6
Current children cumulated vsize (KiB) 771136

[startup+1782.3 s]
/proc/loadavg: 2.15 2.04 1.97 4/183 21698
/proc/meminfo: memFree=25486576/32873660 swapFree=7120/7120
[pid=21597] ppid=21593 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21597/stat : 21597 (npSolver-pbo.sh) S 21593 21597 19799 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384281667 9367552 274 33554432000 4194304 5064252 140734806732544 140734806731456 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21597/statm: 2287 274 233 213 0 72 0
[pid=21599] ppid=21597 vsize=217700 CPUtime=795.85 cores=0,2,4,6
/proc/21599/stat : 21599 (npSolver-pbo) S 21597 21597 19799 0 -1 4202496 47131 387196 0 0 870 293 78040 382 20 0 1 0 384281667 222924800 42687 33554432000 4194304 6004724 140736931029072 140736931021424 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 11 0 0
/proc/21599/statm: 54425 42687 181 442 0 53979 0
[pid=21681] ppid=21599 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21681/stat : 21681 (satsolver.sh) S 21599 21597 19799 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384361300 9367552 267 33554432000 4194304 5064252 140737417246240 140737417245152 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/21681/statm: 2287 267 226 213 0 72 0
[pid=21682] ppid=21681 vsize=456788 CPUtime=985.74 cores=0,2,4,6
/proc/21682/stat : 21682 (glucose) R 21681 21597 19799 0 -1 4202496 77159 0 0 0 98523 51 0 0 20 0 1 0 384361301 467750912 110036 33554432000 4194304 5208918 140733470258192 140733470256344 4211641 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21682/statm: 114197 110036 105 248 0 113946 0
Current children cumulated CPU time (s) 1781.59
Current children cumulated vsize (KiB) 692784



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.7 s]
/proc/loadavg: 2.10 2.03 1.97 3/183 21698
/proc/meminfo: memFree=25479936/32873660 swapFree=7120/7120
[pid=21597] ppid=21593 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21597/stat : 21597 (npSolver-pbo.sh) S 21593 21597 19799 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384281667 9367552 274 33554432000 4194304 5064252 140734806732544 140734806731456 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21597/statm: 2287 274 233 213 0 72 0
[pid=21599] ppid=21597 vsize=217700 CPUtime=795.85 cores=0,2,4,6
/proc/21599/stat : 21599 (npSolver-pbo) S 21597 21597 19799 0 -1 4202496 47131 387196 0 0 870 293 78040 382 20 0 1 0 384281667 222924800 42687 33554432000 4194304 6004724 140736931029072 140736931021424 5186782 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 11 0 0
/proc/21599/statm: 54425 42687 181 442 0 53979 0
[pid=21681] ppid=21599 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21681/stat : 21681 (satsolver.sh) S 21599 21597 19799 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 384361300 9367552 267 33554432000 4194304 5064252 140737417246240 140737417245152 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/21681/statm: 2287 267 226 213 0 72 0
[pid=21682] ppid=21681 vsize=538176 CPUtime=1004.15 cores=0,2,4,6
/proc/21682/stat : 21682 (glucose) R 21681 21597 19799 0 -1 4202496 77329 0 0 0 100363 52 0 0 20 0 1 0 384361301 551092224 111228 33554432000 4194304 5208918 140733470258192 140733470256344 4211656 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21682/statm: 134544 111228 105 248 0 134293 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 774172

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21597 and gives
#  childrusage.ru_utime.tv_sec=789
#  childrusage.ru_utime.tv_usec=109037
#  childrusage.ru_stime.tv_sec=6
#  childrusage.ru_stime.tv_usec=769970
# CPU time returned by wait4() is 795.879
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.72
CPU time (s): 1800
CPU user time (s): 1792.73
CPU system time (s): 7.27
CPU usage (%): 99.96
Max. virtual memory (cumulated for all children) (KiB): 1566632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 789.109
system time used= 6.76997
maximum resident set size= 996308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 435303
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1543848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8221
involuntary context switches= 1041

runsolver used 5.60715 second user time and 19.2861 second system time

The end

Launcher Data

Begin job on node117 at 2012-06-08 20:52:39
IDJOB=3750102
IDBENCH=92752
IDSOLVER=2334
FILE ID=node117/3750102-1339181559
RUNJOBID= node117-1339181559-21570
PBS_JOBID= 14643835
Free space on /tmp= 70716 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Base/normalized-minisat85_4_27_8.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3750102-1339181559/watcher-3750102-1339181559 -o /tmp/evaluation-result-3750102-1339181559/solver-3750102-1339181559 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3750102-1339181559.opb 1759150117 HOME HOME

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

MD5SUM BENCH= f1796031dd2222ba84ddb055b00dac83
RANDOM SEED=1759150117

node117.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.148
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.29
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.148
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	: 5331.91
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.148
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	: 5331.91
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.148
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	: 5331.95
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.148
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	: 5331.91
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.148
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	: 5331.91
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.148
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	: 5331.91
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.148
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873660 kB
MemFree:        27513304 kB
Buffers:          797396 kB
Cached:          3575940 kB
SwapCached:          620 kB
Active:          2339668 kB
Inactive:        2047208 kB
Active(anon):       2516 kB
Inactive(anon):    10028 kB
Active(file):    2337152 kB
Inactive(file):  2037180 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67106956 kB
Dirty:             19812 kB
Writeback:             0 kB
AnonPages:         16116 kB
Mapped:            11712 kB
Shmem:                80 kB
Slab:             834368 kB
SReclaimable:     278576 kB
SUnreclaim:       555792 kB
KernelStack:        1416 kB
PageTables:         4192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     105208 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 70300 MiB
End job on node117 at 2012-06-08 21:22:40