Trace number 3714343

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 inc? (TO) 1800.09 1801.11

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB10/oliveras/j60/
normalized-j6030_9-unsat--soft-66-100-0.wbo
MD5SUM1889fba1555b8697309aed0b2b80cc12
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark0.159975
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables11956
Total number of constraints39426
Number of soft constraints13393
Number of constraints which are clauses39038
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints388
Minimum length of a constraint1
Maximum length of a constraint60
Top cost 678604
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 678603
Biggest number in a constraint 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 416
Number of bits of the biggest sum of numbers9
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

2.09/2.14	c run usual solver
16.48/16.56	o 10130
16.48/16.56	c current bound: 5065
16.48/16.56	c fallback to adder encoding
625.36/626.27	o 5065
625.36/626.27	c current bound: 2532
625.36/626.27	c fallback to adder encoding
1133.48/1134.44	o 2532
1133.48/1134.44	c current bound: 1266
1133.48/1134.44	c fallback to adder encoding
1631.99/1633.09	o 1266
1631.99/1633.09	c current bound: 633
1631.99/1633.09	c fallback to adder encoding
1800.09/1801.11	c error: unexpected solver exit code
1800.09/1801.11	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-3714343-1338189619/watcher-3714343-1338189619 -o /tmp/evaluation-result-3714343-1338189619/solver-3714343-1338189619 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-I.sh HOME/instance-3714343-1338189619.wbo 190571388 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.00 2.00 2.00 2/180 19558
/proc/meminfo: memFree=27853416/32873844 swapFree=7620/7620
[pid=19558] ppid=19556 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19558/stat : 19558 (npSolver-wbo-I.) S 19556 19558 14026 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285090414 9367552 275 33554432000 4194304 5064252 140736197271424 140736197270336 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19558/statm: 2287 275 233 213 0 72 0

[startup+0.0416921 s]
/proc/loadavg: 2.00 2.00 2.00 2/180 19558
/proc/meminfo: memFree=27853416/32873844 swapFree=7620/7620
[pid=19558] ppid=19556 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19558/stat : 19558 (npSolver-wbo-I.) S 19556 19558 14026 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285090414 9367552 275 33554432000 4194304 5064252 140736197271424 140736197270336 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19558/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100222 s]
/proc/loadavg: 2.00 2.00 2.00 2/180 19558
/proc/meminfo: memFree=27853416/32873844 swapFree=7620/7620
[pid=19558] ppid=19556 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19558/stat : 19558 (npSolver-wbo-I.) S 19556 19558 14026 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285090414 9367552 275 33554432000 4194304 5064252 140736197271424 140736197270336 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19558/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300229 s]
/proc/loadavg: 2.00 2.00 2.00 2/180 19558
/proc/meminfo: memFree=27853416/32873844 swapFree=7620/7620
[pid=19558] ppid=19556 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19558/stat : 19558 (npSolver-wbo-I.) S 19556 19558 14026 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285090414 9367552 275 33554432000 4194304 5064252 140736197271424 140736197270336 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19558/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700223 s]
/proc/loadavg: 2.00 2.00 2.00 2/180 19558
/proc/meminfo: memFree=27853416/32873844 swapFree=7620/7620
[pid=19558] ppid=19556 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19558/stat : 19558 (npSolver-wbo-I.) S 19556 19558 14026 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285090414 9367552 275 33554432000 4194304 5064252 140736197271424 140736197270336 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19558/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50023 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 19560
/proc/meminfo: memFree=27803708/32873844 swapFree=7620/7620
[pid=19558] ppid=19556 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19558/stat : 19558 (npSolver-wbo-I.) S 19556 19558 14026 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285090414 9367552 275 33554432000 4194304 5064252 140736197271424 140736197270336 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19558/statm: 2287 275 233 213 0 72 0
[pid=19559] ppid=19558 vsize=68316 CPUtime=1.49 cores=0,2,4,6
/proc/19559/stat : 19559 (npSolver-wbo) R 19558 19558 14026 0 -1 4202496 6278 0 0 0 147 2 0 0 20 0 1 0 285090414 69955584 11895 33554432000 4194304 5990268 140734665611584 140734665607464 4586672 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19559/statm: 17079 11895 145 439 0 16636 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 77464

[startup+3.10021 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 19560
/proc/meminfo: memFree=27796076/32873844 swapFree=7620/7620
[pid=19558] ppid=19556 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19558/stat : 19558 (npSolver-wbo-I.) S 19556 19558 14026 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285090414 9367552 275 33554432000 4194304 5064252 140736197271424 140736197270336 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19558/statm: 2287 275 233 213 0 72 0
[pid=19559] ppid=19558 vsize=68552 CPUtime=2.15 cores=0,2,4,6
/proc/19559/stat : 19559 (npSolver-wbo) S 19558 19558 14026 0 -1 4202496 7011 0 0 0 208 7 0 0 20 0 1 0 285090414 70197248 12980 33554432000 4194304 5990268 140734665611584 140734665604736 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19559/statm: 17138 12980 153 439 0 16695 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 77700
heavy processes:

[startup+6.30041 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 19562
/proc/meminfo: memFree=27389532/32873844 swapFree=7620/7620
[pid=19558] ppid=19556 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19558/stat : 19558 (npSolver-wbo-I.) S 19556 19558 14026 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285090414 9367552 275 33554432000 4194304 5064252 140736197271424 140736197270336 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19558/statm: 2287 275 233 213 0 72 0
[pid=19559] ppid=19558 vsize=68552 CPUtime=2.15 cores=0,2,4,6
/proc/19559/stat : 19559 (npSolver-wbo) S 19558 19558 14026 0 -1 4202496 7011 0 0 0 208 7 0 0 20 0 1 0 285090414 70197248 12980 33554432000 4194304 5990268 140734665611584 140734665604736 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19559/statm: 17138 12980 153 439 0 16695 0
[pid=19561] ppid=19559 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19561/stat : 19561 (cp2_pre.sh) S 19559 19558 14026 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 285090630 9367552 276 33554432000 4194304 5064252 140734299143216 140734299141920 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19561/statm: 2287 276 234 213 0 72 0
[pid=19562] ppid=19561 vsize=392872 CPUtime=4.12 cores=0,2,4,6
/proc/19562/stat : 19562 (coprocessor) R 19561 19558 14026 0 -1 4202496 51270 0 0 0 401 11 0 0 20 0 1 0 285090630 402300928 96201 33554432000 4194304 6586260 140735329076304 140735329071672 5599209 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/19562/statm: 98218 96201 192 584 0 97630 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 479720

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 19562
/proc/meminfo: memFree=27326320/32873844 swapFree=7620/7620
[pid=19558] ppid=19556 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19558/stat : 19558 (npSolver-wbo-I.) S 19556 19558 14026 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285090414 9367552 275 33554432000 4194304 5064252 140736197271424 140736197270336 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19558/statm: 2287 275 233 213 0 72 0
[pid=19559] ppid=19558 vsize=68552 CPUtime=2.15 cores=0,2,4,6
/proc/19559/stat : 19559 (npSolver-wbo) S 19558 19558 14026 0 -1 4202496 7011 0 0 0 208 7 0 0 20 0 1 0 285090414 70197248 12980 33554432000 4194304 5990268 140734665611584 140734665604736 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19559/statm: 17138 12980 153 439 0 16695 0
[pid=19561] ppid=19559 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19561/stat : 19561 (cp2_pre.sh) S 19559 19558 14026 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 285090630 9367552 276 33554432000 4194304 5064252 140734299143216 140734299141920 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19561/statm: 2287 276 234 213 0 72 0
[pid=19562] ppid=19561 vsize=465448 CPUtime=10.51 cores=0,2,4,6
/proc/19562/stat : 19562 (coprocessor) R 19561 19558 14026 0 -1 4202496 55370 0 0 0 968 83 0 0 20 0 1 0 285090630 476618752 111260 33554432000 4194304 6586260 140735329076304 140735329071928 5732496 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/19562/statm: 116362 111260 202 584 0 115774 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 552296

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 19572
/proc/meminfo: memFree=27323668/32873844 swapFree=7620/7620
[pid=19558] ppid=19556 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19558/stat : 19558 (npSolver-wbo-I.) S 19556 19558 14026 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285090414 9367552 275 33554432000 4194304 5064252 140736197271424 140736197270336 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19558/statm: 2287 275 233 213 0 72 0
[pid=19559] ppid=19558 vsize=243332 CPUtime=17.59 cores=0,2,4,6
/proc/19559/stat : 19559 (npSolver-wbo) S 19558 19558 14026 0 -1 4202496 15024 93492 0 0 322 99 1194 144 20 0 1 0 285090414 249171968 40921 33554432000 4194304 5990268 140734665611584 140734665603024 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 68 0 0
/proc/19559/statm: 60833 40921 165 439 0 60390 0
[pid=19571] ppid=19559 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19571/stat : 19571 (satsolver.sh) S 19559 19558 14026 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285092243 9367552 267 33554432000 4194304 5064252 140733776960144 140733776959056 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19571/statm: 2287 267 226 213 0 72 0
[pid=19572] ppid=19571 vsize=291340 CPUtime=7.19 cores=0,2,4,6
/proc/19572/stat : 19572 (glucose) R 19571 19558 14026 0 -1 4202496 50003 0 0 0 705 14 0 0 20 0 1 0 285092244 298332160 64356 33554432000 4194304 5208918 140735792593584 140735792591432 4214256 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19572/statm: 72835 64356 96 248 0 72584 0
Current children cumulated CPU time (s) 24.78
Current children cumulated vsize (KiB) 552968

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 19572
/proc/meminfo: memFree=27315672/32873844 swapFree=7620/7620
[pid=19558] ppid=19556 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19558/stat : 19558 (npSolver-wbo-I.) S 19556 19558 14026 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285090414 9367552 275 33554432000 4194304 5064252 140736197271424 140736197270336 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19558/statm: 2287 275 233 213 0 72 0
[pid=19559] ppid=19558 vsize=243332 CPUtime=17.59 cores=0,2,4,6
/proc/19559/stat : 19559 (npSolver-wbo) S 19558 19558 14026 0 -1 4202496 15024 93492 0 0 322 99 1194 144 20 0 1 0 285090414 249171968 40921 33554432000 4194304 5990268 140734665611584 140734665603024 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 68 0 0
/proc/19559/statm: 60833 40921 165 439 0 60390 0
[pid=19571] ppid=19559 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19571/stat : 19571 (satsolver.sh) S 19559 19558 14026 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285092243 9367552 267 33554432000 4194304 5064252 140733776960144 140733776959056 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19571/statm: 2287 267 226 213 0 72 0
[pid=19572] ppid=19571 vsize=322328 CPUtime=32.79 cores=0,2,4,6
/proc/19572/stat : 19572 (glucose) R 19571 19558 14026 0 -1 4202496 50595 0 0 0 3264 15 0 0 20 0 1 0 285092244 330063872 65970 33554432000 4194304 5208918 140735792593584 140735792591544 4211635 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19572/statm: 80582 65970 96 248 0 80331 0
Current children cumulated CPU time (s) 50.38
Current children cumulated vsize (KiB) 583956

[startup+102.307 s]
/proc/loadavg: 2.06 2.01 2.00 3/183 19573
/proc/meminfo: memFree=27312824/32873844 swapFree=7620/7620
[pid=19558] ppid=19556 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19558/stat : 19558 (npSolver-wbo-I.) S 19556 19558 14026 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285090414 9367552 275 33554432000 4194304 5064252 140736197271424 140736197270336 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19558/statm: 2287 275 233 213 0 72 0
[pid=19559] ppid=19558 vsize=243332 CPUtime=17.59 cores=0,2,4,6
/proc/19559/stat : 19559 (npSolver-wbo) S 19558 19558 14026 0 -1 4202496 15024 93492 0 0 322 99 1194 144 20 0 1 0 285090414 249171968 40921 33554432000 4194304 5990268 140734665611584 140734665603024 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 68 0 0
/proc/19559/statm: 60833 40921 165 439 0 60390 0
[pid=19571] ppid=19559 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19571/stat : 19571 (satsolver.sh) S 19559 19558 14026 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285092243 9367552 267 33554432000 4194304 5064252 140733776960144 140733776959056 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19571/statm: 2287 267 226 213 0 72 0
[pid=19572] ppid=19571 vsize=297556 CPUtime=83.97 cores=0,2,4,6
/proc/19572/stat : 19572 (glucose) R 19571 19558 14026 0 -1 4202496 51725 0 0 0 8381 16 0 0 20 0 1 0 285092244 304697344 66239 33554432000 4194304 5208918 140735792593584 140735792591672 4210976 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19572/statm: 74389 66239 104 248 0 74138 0
Current children cumulated CPU time (s) 101.56
Current children cumulated vsize (KiB) 559184

[startup+162.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 19573
/proc/meminfo: memFree=27308316/32873844 swapFree=7620/7620
[pid=19558] ppid=19556 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19558/stat : 19558 (npSolver-wbo-I.) S 19556 19558 14026 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285090414 9367552 275 33554432000 4194304 5064252 140736197271424 140736197270336 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19558/statm: 2287 275 233 213 0 72 0
[pid=19559] ppid=19558 vsize=243332 CPUtime=17.59 cores=0,2,4,6
/proc/19559/stat : 19559 (npSolver-wbo) S 19558 19558 14026 0 -1 4202496 15024 93492 0 0 322 99 1194 144 20 0 1 0 285090414 249171968 40921 33554432000 4194304 5990268 140734665611584 140734665603024 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 68 0 0
/proc/19559/statm: 60833 40921 165 439 0 60390 0
[pid=19571] ppid=19559 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19571/stat : 19571 (satsolver.sh) S 19559 19558 14026 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285092243 9367552 267 33554432000 4194304 5064252 140733776960144 140733776959056 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19571/statm: 2287 267 226 213 0 72 0
[pid=19572] ppid=19571 vsize=297556 CPUtime=143.95 cores=0,2,4,6
/proc/19572/stat : 19572 (glucose) R 19571 19558 14026 0 -1 4202496 51853 0 0 0 14379 16 0 0 20 0 1 0 285092244 304697344 66367 33554432000 4194304 5208918 140735792593584 140735792591672 4211656 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19572/statm: 74389 66367 104 248 0 74138 0
Current children cumulated CPU time (s) 161.54
Current children cumulated vsize (KiB) 559184

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 19573
/proc/meminfo: memFree=27292872/32873844 swapFree=7620/7620

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

/proc/19815/stat : 19815 (glucose) R 19814 19558 14026 0 -1 4202496 47364 0 0 0 22683 11 0 0 20 0 1 0 285203945 270102528 59811 33554432000 4194304 5208918 140735056579728 140735056576104 4211019 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19815/statm: 65943 59811 105 248 0 65692 0
Current children cumulated CPU time (s) 1361.33
Current children cumulated vsize (KiB) 459864

[startup+1422.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/183 19819
/proc/meminfo: memFree=15577848/32873844 swapFree=7620/7620
[pid=19558] ppid=19556 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19558/stat : 19558 (npSolver-wbo-I.) S 19556 19558 14026 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285090414 9367552 275 33554432000 4194304 5064252 140736197271424 140736197270336 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19558/statm: 2287 275 233 213 0 72 0
[pid=19559] ppid=19558 vsize=177796 CPUtime=1134.39 cores=0,2,4,6
/proc/19559/stat : 19559 (npSolver-wbo) S 19558 19558 14026 0 -1 4202496 31608 227086 0 0 492 119 112566 262 20 0 1 0 285090414 182063104 37850 33554432000 4194304 5990268 140734665611584 140734665603024 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 68 0 0
/proc/19559/statm: 44449 37850 166 439 0 44006 0
[pid=19814] ppid=19559 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19814/stat : 19814 (satsolver.sh) S 19559 19558 14026 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285203945 9367552 267 33554432000 4194304 5064252 140737206931952 140737206930864 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19814/statm: 2287 267 226 213 0 72 0
[pid=19815] ppid=19814 vsize=263772 CPUtime=286.93 cores=0,2,4,6
/proc/19815/stat : 19815 (glucose) R 19814 19558 14026 0 -1 4202496 47479 0 0 0 28682 11 0 0 20 0 1 0 285203945 270102528 59926 33554432000 4194304 5208918 140735056579728 140735056576104 4211656 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19815/statm: 65943 59926 105 248 0 65692 0
Current children cumulated CPU time (s) 1421.32
Current children cumulated vsize (KiB) 459864

[startup+1482.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/183 19819
/proc/meminfo: memFree=15573568/32873844 swapFree=7620/7620
[pid=19558] ppid=19556 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19558/stat : 19558 (npSolver-wbo-I.) S 19556 19558 14026 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285090414 9367552 275 33554432000 4194304 5064252 140736197271424 140736197270336 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19558/statm: 2287 275 233 213 0 72 0
[pid=19559] ppid=19558 vsize=177796 CPUtime=1134.39 cores=0,2,4,6
/proc/19559/stat : 19559 (npSolver-wbo) S 19558 19558 14026 0 -1 4202496 31608 227086 0 0 492 119 112566 262 20 0 1 0 285090414 182063104 37850 33554432000 4194304 5990268 140734665611584 140734665603024 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 68 0 0
/proc/19559/statm: 44449 37850 166 439 0 44006 0
[pid=19814] ppid=19559 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19814/stat : 19814 (satsolver.sh) S 19559 19558 14026 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285203945 9367552 267 33554432000 4194304 5064252 140737206931952 140737206930864 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19814/statm: 2287 267 226 213 0 72 0
[pid=19815] ppid=19814 vsize=265116 CPUtime=346.92 cores=0,2,4,6
/proc/19815/stat : 19815 (glucose) R 19814 19558 14026 0 -1 4202496 47945 0 0 0 34681 11 0 0 20 0 1 0 285203945 271478784 60903 33554432000 4194304 5208918 140735056579728 140735056577480 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19815/statm: 66279 60903 105 248 0 66028 0
Current children cumulated CPU time (s) 1481.31
Current children cumulated vsize (KiB) 461208

[startup+1542.31 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 19819
/proc/meminfo: memFree=15569908/32873844 swapFree=7620/7620
[pid=19558] ppid=19556 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19558/stat : 19558 (npSolver-wbo-I.) S 19556 19558 14026 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285090414 9367552 275 33554432000 4194304 5064252 140736197271424 140736197270336 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19558/statm: 2287 275 233 213 0 72 0
[pid=19559] ppid=19558 vsize=177796 CPUtime=1134.39 cores=0,2,4,6
/proc/19559/stat : 19559 (npSolver-wbo) S 19558 19558 14026 0 -1 4202496 31608 227086 0 0 492 119 112566 262 20 0 1 0 285090414 182063104 37850 33554432000 4194304 5990268 140734665611584 140734665603024 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 68 0 0
/proc/19559/statm: 44449 37850 166 439 0 44006 0
[pid=19814] ppid=19559 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19814/stat : 19814 (satsolver.sh) S 19559 19558 14026 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285203945 9367552 267 33554432000 4194304 5064252 140737206931952 140737206930864 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19814/statm: 2287 267 226 213 0 72 0
[pid=19815] ppid=19814 vsize=266744 CPUtime=406.92 cores=0,2,4,6
/proc/19815/stat : 19815 (glucose) R 19814 19558 14026 0 -1 4202496 48370 0 0 0 40681 11 0 0 20 0 1 0 285203945 273145856 61839 33554432000 4194304 5208918 140735056579728 140735056577480 4229748 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19815/statm: 66686 61839 105 248 0 66435 0
Current children cumulated CPU time (s) 1541.31
Current children cumulated vsize (KiB) 462836

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 19820
/proc/meminfo: memFree=15566744/32873844 swapFree=7620/7620
[pid=19558] ppid=19556 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19558/stat : 19558 (npSolver-wbo-I.) S 19556 19558 14026 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285090414 9367552 275 33554432000 4194304 5064252 140736197271424 140736197270336 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19558/statm: 2287 275 233 213 0 72 0
[pid=19559] ppid=19558 vsize=177796 CPUtime=1134.39 cores=0,2,4,6
/proc/19559/stat : 19559 (npSolver-wbo) S 19558 19558 14026 0 -1 4202496 31608 227086 0 0 492 119 112566 262 20 0 1 0 285090414 182063104 37850 33554432000 4194304 5990268 140734665611584 140734665603024 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 68 0 0
/proc/19559/statm: 44449 37850 166 439 0 44006 0
[pid=19814] ppid=19559 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19814/stat : 19814 (satsolver.sh) S 19559 19558 14026 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285203945 9367552 267 33554432000 4194304 5064252 140737206931952 140737206930864 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19814/statm: 2287 267 226 213 0 72 0
[pid=19815] ppid=19814 vsize=267644 CPUtime=466.91 cores=0,2,4,6
/proc/19815/stat : 19815 (glucose) R 19814 19558 14026 0 -1 4202496 48575 0 0 0 46679 12 0 0 20 0 1 0 285203945 274067456 62555 33554432000 4194304 5208918 140735056579728 140735056577480 4229021 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19815/statm: 66911 62555 105 248 0 66660 0
Current children cumulated CPU time (s) 1601.3
Current children cumulated vsize (KiB) 463736

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 19827
/proc/meminfo: memFree=15599192/32873844 swapFree=7620/7620
[pid=19558] ppid=19556 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19558/stat : 19558 (npSolver-wbo-I.) S 19556 19558 14026 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285090414 9367552 275 33554432000 4194304 5064252 140736197271424 140736197270336 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19558/statm: 2287 275 233 213 0 72 0
[pid=19559] ppid=19558 vsize=177796 CPUtime=1632.9 cores=0,2,4,6
/proc/19559/stat : 19559 (npSolver-wbo) S 19558 19558 14026 0 -1 4202496 40172 290144 0 0 566 128 162291 305 20 0 1 0 285090414 182063104 36826 33554432000 4194304 5990268 140734665611584 140734665603024 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 68 0 0
/proc/19559/statm: 44449 36826 166 439 0 44006 0
[pid=19826] ppid=19559 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19826/stat : 19826 (satsolver.sh) S 19559 19558 14026 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285253802 9367552 267 33554432000 4194304 5064252 140737450858848 140737450857760 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19826/statm: 2287 267 226 213 0 72 0
[pid=19827] ppid=19826 vsize=259280 CPUtime=28.4 cores=0,2,4,6
/proc/19827/stat : 19827 (glucose) R 19826 19558 14026 0 -1 4202496 44149 0 0 0 2829 11 0 0 20 0 1 0 285253803 265502720 56747 33554432000 4194304 5208918 140735011457584 140735011455416 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19827/statm: 64820 56747 105 248 0 64569 0
Current children cumulated CPU time (s) 1661.3
Current children cumulated vsize (KiB) 455372

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 19827
/proc/meminfo: memFree=15594540/32873844 swapFree=7620/7620
[pid=19558] ppid=19556 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19558/stat : 19558 (npSolver-wbo-I.) S 19556 19558 14026 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285090414 9367552 275 33554432000 4194304 5064252 140736197271424 140736197270336 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19558/statm: 2287 275 233 213 0 72 0
[pid=19559] ppid=19558 vsize=177796 CPUtime=1632.9 cores=0,2,4,6
/proc/19559/stat : 19559 (npSolver-wbo) S 19558 19558 14026 0 -1 4202496 40172 290144 0 0 566 128 162291 305 20 0 1 0 285090414 182063104 36826 33554432000 4194304 5990268 140734665611584 140734665603024 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 68 0 0
/proc/19559/statm: 44449 36826 166 439 0 44006 0
[pid=19826] ppid=19559 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19826/stat : 19826 (satsolver.sh) S 19559 19558 14026 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285253802 9367552 267 33554432000 4194304 5064252 140737450858848 140737450857760 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19826/statm: 2287 267 226 213 0 72 0
[pid=19827] ppid=19826 vsize=261164 CPUtime=88.39 cores=0,2,4,6
/proc/19827/stat : 19827 (glucose) R 19826 19558 14026 0 -1 4202496 44756 0 0 0 8827 12 0 0 20 0 1 0 285253803 267431936 57865 33554432000 4194304 5208918 140735011457584 140735011455256 4211147 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19827/statm: 65291 57865 105 248 0 65040 0
Current children cumulated CPU time (s) 1721.29
Current children cumulated vsize (KiB) 457256

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 19827
/proc/meminfo: memFree=15591748/32873844 swapFree=7620/7620
[pid=19558] ppid=19556 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19558/stat : 19558 (npSolver-wbo-I.) S 19556 19558 14026 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285090414 9367552 275 33554432000 4194304 5064252 140736197271424 140736197270336 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19558/statm: 2287 275 233 213 0 72 0
[pid=19559] ppid=19558 vsize=177796 CPUtime=1632.9 cores=0,2,4,6
/proc/19559/stat : 19559 (npSolver-wbo) S 19558 19558 14026 0 -1 4202496 40172 290144 0 0 566 128 162291 305 20 0 1 0 285090414 182063104 36826 33554432000 4194304 5990268 140734665611584 140734665603024 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 68 0 0
/proc/19559/statm: 44449 36826 166 439 0 44006 0
[pid=19826] ppid=19559 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19826/stat : 19826 (satsolver.sh) S 19559 19558 14026 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285253802 9367552 267 33554432000 4194304 5064252 140737450858848 140737450857760 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19826/statm: 2287 267 226 213 0 72 0
[pid=19827] ppid=19826 vsize=261712 CPUtime=148.38 cores=0,2,4,6
/proc/19827/stat : 19827 (glucose) R 19826 19558 14026 0 -1 4202496 44943 0 0 0 14826 12 0 0 20 0 1 0 285253803 267993088 58563 33554432000 4194304 5208918 140735011457584 140735011455336 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19827/statm: 65428 58563 105 248 0 65177 0
Current children cumulated CPU time (s) 1781.28
Current children cumulated vsize (KiB) 457804



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 19830
/proc/meminfo: memFree=15592112/32873844 swapFree=7620/7620
[pid=19558] ppid=19556 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19558/stat : 19558 (npSolver-wbo-I.) S 19556 19558 14026 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 285090414 9367552 275 33554432000 4194304 5064252 140736197271424 140736197270336 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19558/statm: 2287 275 233 213 0 72 0
[pid=19559] ppid=19558 vsize=177796 CPUtime=1632.9 cores=0,2,4,6
/proc/19559/stat : 19559 (npSolver-wbo) S 19558 19558 14026 0 -1 4202496 40172 290144 0 0 566 128 162291 305 20 0 1 0 285090414 182063104 36826 33554432000 4194304 5990268 140734665611584 140734665603024 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 68 0 0
/proc/19559/statm: 44449 36826 166 439 0 44006 0
[pid=19826] ppid=19559 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19826/stat : 19826 (satsolver.sh) S 19559 19558 14026 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285253802 9367552 267 33554432000 4194304 5064252 140737450858848 140737450857760 218213541454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19826/statm: 2287 267 226 213 0 72 0
[pid=19827] ppid=19826 vsize=261712 CPUtime=167.19 cores=0,2,4,6
/proc/19827/stat : 19827 (glucose) R 19826 19558 14026 0 -1 4202496 44945 0 0 0 16707 12 0 0 20 0 1 0 285253803 267993088 58565 33554432000 4194304 5208918 140735011457584 140735011455336 4211744 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19827/statm: 65428 58565 105 248 0 65177 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 457804

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 19558 and gives
#  childrusage.ru_utime.tv_sec=1628
#  childrusage.ru_utime.tv_usec=576418
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=345339
# CPU time returned by wait4() is 1632.92
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.11
CPU time (s): 1800.09
CPU user time (s): 1795.64
CPU system time (s): 4.45
CPU usage (%): 99.9431
Max. virtual memory (cumulated for all children) (KiB): 648724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1628.58
system time used= 4.34534
maximum resident set size= 450688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 331294
page faults= 0
swaps= 0
block input operations= 0
block output operations= 781512
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6330
involuntary context switches= 1900

runsolver used 2.67259 second user time and 7.2069 second system time

The end

Launcher Data

Begin job on node107 at 2012-05-28 09:20:19
IDJOB=3714343
IDBENCH=79092
IDSOLVER=2295
FILE ID=node107/3714343-1338189619
RUNJOBID= node107-1338159109-14042
PBS_JOBID= 14624550
Free space on /tmp= 71516 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB10/oliveras/j60/normalized-j6030_9-unsat--soft-66-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3714343-1338189619/watcher-3714343-1338189619 -o /tmp/evaluation-result-3714343-1338189619/solver-3714343-1338189619 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-I.sh HOME/instance-3714343-1338189619.wbo 190571388 HOME HOME

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

MD5SUM BENCH= 1889fba1555b8697309aed0b2b80cc12
RANDOM SEED=190571388

node107.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		: 2666.760
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	: 5333.52
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		: 2666.760
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		: 2666.760
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.92
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		: 2666.760
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.91
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		: 2666.760
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		: 2666.760
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		: 2666.760
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.86
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		: 2666.760
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:       32873844 kB
MemFree:        27854060 kB
Buffers:          419080 kB
Cached:          3484004 kB
SwapCached:            0 kB
Active:          1191764 kB
Inactive:        2959504 kB
Active(anon):     250944 kB
Inactive(anon):        0 kB
Active(file):     940820 kB
Inactive(file):  2959504 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              9620 kB
Writeback:             0 kB
AnonPages:        270124 kB
Mapped:            15360 kB
Shmem:               200 kB
Slab:             712224 kB
SReclaimable:     153948 kB
SUnreclaim:       558276 kB
KernelStack:        1504 kB
PageTables:         4712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     430660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    208896 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 68148 MiB
End job on node107 at 2012-05-28 09:50:20