Trace number 3715417

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-topdown-quickBound? (TO) 1800.05 1800.42

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/driver/
normalized-driverlog02c_wcsp.wbo
MD5SUMd9b0c8cfc52d0386d59e30810c41a02d
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1934
Best CPU time to get the best result obtained on this benchmark23.9104
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1161
Total number of constraints24270
Number of soft constraints23969
Number of constraints which are clauses23969
Number of constraints which are cardinality constraints (but not clauses)301
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint8
Top cost 58637
Min constraint cost 1
Max constraint cost 58637
Sum of constraints costs 1373628189
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 9
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.15	c run usual solver
0.00/0.61	o 1307040
0.00/0.61	c starting approximation
0.00/0.61	c factor = 2
0.00/0.61	c factor still to low - shrinking to 93985.3
0.00/0.61	c approx number of clauses: 1e+06
0.00/0.61	c current bound: 653520
370.08/370.28	c leaving approximation
370.08/370.28	c finished approximation
370.08/370.28	c fallback to adder encoding
1800.05/1800.41	c error: unexpected solver exit code
1800.05/1800.41	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-3715417-1338246781/watcher-3715417-1338246781 -o /tmp/evaluation-result-3715417-1338246781/solver-3715417-1338246781 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715417-1338246781.wbo 487857196 HOME HOME 

running on 4 cores: 1,3,5,7

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.97 1.97 1.94 3/179 707
/proc/meminfo: memFree=28652976/32873844 swapFree=6856/6856
[pid=707] ppid=705 vsize=11812 CPUtime=0 cores=1,3,5,7
/proc/707/stat : 707 (runsolver) D 705 707 25271 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 290802976 12095488 51 33554432000 4194304 5436572 140737473908608 140737473904904 4883175 0 0 4096 24578 18446744071579943789 0 0 17 5 0 0 0 0 0
/proc/707/statm: 2953 51 31 304 0 2645 0

[startup+0.064829 s]
/proc/loadavg: 1.97 1.97 1.94 3/179 707
/proc/meminfo: memFree=28652976/32873844 swapFree=6856/6856
[pid=707] ppid=705 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/707/stat : 707 (npSolver-wbo-It) S 705 707 25271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290802976 9367552 275 33554432000 4194304 5064252 140736635410736 140736635409648 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/707/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100225 s]
/proc/loadavg: 1.97 1.97 1.94 3/179 707
/proc/meminfo: memFree=28652976/32873844 swapFree=6856/6856
[pid=707] ppid=705 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/707/stat : 707 (npSolver-wbo-It) S 705 707 25271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290802976 9367552 275 33554432000 4194304 5064252 140736635410736 140736635409648 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/707/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300246 s]
/proc/loadavg: 1.97 1.97 1.94 3/179 707
/proc/meminfo: memFree=28652976/32873844 swapFree=6856/6856
[pid=707] ppid=705 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/707/stat : 707 (npSolver-wbo-It) S 705 707 25271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290802976 9367552 275 33554432000 4194304 5064252 140736635410736 140736635409648 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/707/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700261 s]
/proc/loadavg: 1.97 1.97 1.94 3/179 707
/proc/meminfo: memFree=28652976/32873844 swapFree=6856/6856
[pid=707] ppid=705 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/707/stat : 707 (npSolver-wbo-It) S 705 707 25271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290802976 9367552 275 33554432000 4194304 5064252 140736635410736 140736635409648 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/707/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50039 s]
/proc/loadavg: 1.97 1.97 1.94 3/183 735
/proc/meminfo: memFree=28588192/32873844 swapFree=6856/6856
[pid=707] ppid=705 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/707/stat : 707 (npSolver-wbo-It) S 705 707 25271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290802976 9367552 275 33554432000 4194304 5064252 140736635410736 140736635409648 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/707/statm: 2287 275 233 213 0 72 0
[pid=709] ppid=707 vsize=17076 CPUtime=0.67 cores=1,3,5,7
/proc/709/stat : 709 (npSolver-wbo) S 707 707 25271 0 -1 4202496 4561 9741 0 0 22 8 35 2 20 0 1 0 290802977 17485824 3338 33554432000 4194304 5990268 140736711412304 140736711403712 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/709/statm: 4269 3338 174 439 0 3826 0
[pid=729] ppid=709 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/729/stat : 729 (satsolver.sh) S 709 707 25271 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 290803046 9367552 267 33554432000 4194304 5064252 140736100720864 140736100719776 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/729/statm: 2287 267 226 213 0 72 0
[pid=730] ppid=729 vsize=49672 CPUtime=0.78 cores=1,3,5,7
/proc/730/stat : 730 (glucose) R 729 707 25271 0 -1 4202496 10778 0 0 0 76 2 0 0 20 0 1 0 290803047 50864128 11361 33554432000 4194304 5208918 140734506054368 140734506052216 4211584 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/730/statm: 12418 11361 95 248 0 12167 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 85044

[startup+3.10044 s]
/proc/loadavg: 1.98 1.97 1.94 3/183 750
/proc/meminfo: memFree=28587124/32873844 swapFree=6856/6856
[pid=707] ppid=705 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/707/stat : 707 (npSolver-wbo-It) S 705 707 25271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290802976 9367552 275 33554432000 4194304 5064252 140736635410736 140736635409648 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/707/statm: 2287 275 233 213 0 72 0
[pid=709] ppid=707 vsize=17076 CPUtime=0.67 cores=1,3,5,7
/proc/709/stat : 709 (npSolver-wbo) S 707 707 25271 0 -1 4202496 4561 9741 0 0 22 8 35 2 20 0 1 0 290802977 17485824 3338 33554432000 4194304 5990268 140736711412304 140736711403712 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/709/statm: 4269 3338 174 439 0 3826 0
[pid=729] ppid=709 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/729/stat : 729 (satsolver.sh) S 709 707 25271 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 290803046 9367552 267 33554432000 4194304 5064252 140736100720864 140736100719776 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/729/statm: 2287 267 226 213 0 72 0
[pid=730] ppid=729 vsize=50432 CPUtime=2.39 cores=1,3,5,7
/proc/730/stat : 730 (glucose) R 729 707 25271 0 -1 4202496 10989 0 0 0 236 3 0 0 20 0 1 0 290803047 51642368 11572 33554432000 4194304 5208918 140734506054368 140734506052312 4229021 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/730/statm: 12608 11572 101 248 0 12357 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 85804

[startup+6.30044 s]
/proc/loadavg: 1.98 1.97 1.94 2/183 792
/proc/meminfo: memFree=28586076/32873844 swapFree=6856/6856
[pid=707] ppid=705 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/707/stat : 707 (npSolver-wbo-It) S 705 707 25271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290802976 9367552 275 33554432000 4194304 5064252 140736635410736 140736635409648 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/707/statm: 2287 275 233 213 0 72 0
[pid=709] ppid=707 vsize=17076 CPUtime=0.67 cores=1,3,5,7
/proc/709/stat : 709 (npSolver-wbo) S 707 707 25271 0 -1 4202496 4561 9741 0 0 22 8 35 2 20 0 1 0 290802977 17485824 3338 33554432000 4194304 5990268 140736711412304 140736711403712 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/709/statm: 4269 3338 174 439 0 3826 0
[pid=729] ppid=709 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/729/stat : 729 (satsolver.sh) S 709 707 25271 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 290803046 9367552 267 33554432000 4194304 5064252 140736100720864 140736100719776 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/729/statm: 2287 267 226 213 0 72 0
[pid=730] ppid=729 vsize=50696 CPUtime=5.58 cores=1,3,5,7
/proc/730/stat : 730 (glucose) R 729 707 25271 0 -1 4202496 11116 0 0 0 555 3 0 0 20 0 1 0 290803047 51912704 11697 33554432000 4194304 5208918 140734506054368 140734506052120 4229021 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/730/statm: 12674 11697 101 248 0 12423 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 86068

[startup+12.7004 s]
/proc/loadavg: 1.98 1.97 1.94 3/183 880
/proc/meminfo: memFree=28579224/32873844 swapFree=6856/6856
[pid=707] ppid=705 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/707/stat : 707 (npSolver-wbo-It) S 705 707 25271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290802976 9367552 275 33554432000 4194304 5064252 140736635410736 140736635409648 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/707/statm: 2287 275 233 213 0 72 0
[pid=709] ppid=707 vsize=17076 CPUtime=0.67 cores=1,3,5,7
/proc/709/stat : 709 (npSolver-wbo) S 707 707 25271 0 -1 4202496 4561 9741 0 0 22 8 35 2 20 0 1 0 290802977 17485824 3338 33554432000 4194304 5990268 140736711412304 140736711403712 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/709/statm: 4269 3338 174 439 0 3826 0
[pid=729] ppid=709 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/729/stat : 729 (satsolver.sh) S 709 707 25271 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 290803046 9367552 267 33554432000 4194304 5064252 140736100720864 140736100719776 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/729/statm: 2287 267 226 213 0 72 0
[pid=730] ppid=729 vsize=51544 CPUtime=11.98 cores=1,3,5,7
/proc/730/stat : 730 (glucose) R 729 707 25271 0 -1 4202496 11365 0 0 0 1195 3 0 0 20 0 1 0 290803047 52781056 11944 33554432000 4194304 5208918 140734506054368 140734506052040 4213234 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/730/statm: 12886 11944 101 248 0 12635 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 86916

[startup+25.5005 s]
/proc/loadavg: 1.98 1.97 1.94 3/184 1062
/proc/meminfo: memFree=28587208/32873844 swapFree=6856/6856
[pid=707] ppid=705 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/707/stat : 707 (npSolver-wbo-It) S 705 707 25271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290802976 9367552 275 33554432000 4194304 5064252 140736635410736 140736635409648 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/707/statm: 2287 275 233 213 0 72 0
[pid=709] ppid=707 vsize=17076 CPUtime=0.67 cores=1,3,5,7
/proc/709/stat : 709 (npSolver-wbo) S 707 707 25271 0 -1 4202496 4561 9741 0 0 22 8 35 2 20 0 1 0 290802977 17485824 3338 33554432000 4194304 5990268 140736711412304 140736711403712 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/709/statm: 4269 3338 174 439 0 3826 0
[pid=729] ppid=709 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/729/stat : 729 (satsolver.sh) S 709 707 25271 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 290803046 9367552 267 33554432000 4194304 5064252 140736100720864 140736100719776 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/729/statm: 2287 267 226 213 0 72 0
[pid=730] ppid=729 vsize=52844 CPUtime=24.78 cores=1,3,5,7
/proc/730/stat : 730 (glucose) R 729 707 25271 0 -1 4202496 11667 0 0 0 2475 3 0 0 20 0 1 0 290803047 54112256 12239 33554432000 4194304 5208918 140734506054368 140734506052200 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/730/statm: 13211 12239 101 248 0 12960 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 88216

[startup+51.1005 s]
/proc/loadavg: 1.99 1.97 1.94 3/183 1405
/proc/meminfo: memFree=28582428/32873844 swapFree=6856/6856
[pid=707] ppid=705 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/707/stat : 707 (npSolver-wbo-It) S 705 707 25271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290802976 9367552 275 33554432000 4194304 5064252 140736635410736 140736635409648 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/707/statm: 2287 275 233 213 0 72 0
[pid=709] ppid=707 vsize=17076 CPUtime=0.67 cores=1,3,5,7
/proc/709/stat : 709 (npSolver-wbo) S 707 707 25271 0 -1 4202496 4561 9741 0 0 22 8 35 2 20 0 1 0 290802977 17485824 3338 33554432000 4194304 5990268 140736711412304 140736711403712 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/709/statm: 4269 3338 174 439 0 3826 0
[pid=729] ppid=709 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/729/stat : 729 (satsolver.sh) S 709 707 25271 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 290803046 9367552 267 33554432000 4194304 5064252 140736100720864 140736100719776 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/729/statm: 2287 267 226 213 0 72 0
[pid=730] ppid=729 vsize=57264 CPUtime=50.37 cores=1,3,5,7
/proc/730/stat : 730 (glucose) R 729 707 25271 0 -1 4202496 11902 0 0 0 5033 4 0 0 20 0 1 0 290803047 58638336 12496 33554432000 4194304 5208918 140734506054368 140734506052520 4229021 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/730/statm: 14316 12496 101 248 0 14065 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 92636

[startup+102.307 s]
/proc/loadavg: 1.91 1.95 1.93 3/183 2140
/proc/meminfo: memFree=28552836/32873844 swapFree=6856/6856
[pid=707] ppid=705 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/707/stat : 707 (npSolver-wbo-It) S 705 707 25271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290802976 9367552 275 33554432000 4194304 5064252 140736635410736 140736635409648 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/707/statm: 2287 275 233 213 0 72 0
[pid=709] ppid=707 vsize=17076 CPUtime=0.67 cores=1,3,5,7
/proc/709/stat : 709 (npSolver-wbo) S 707 707 25271 0 -1 4202496 4561 9741 0 0 22 8 35 2 20 0 1 0 290802977 17485824 3338 33554432000 4194304 5990268 140736711412304 140736711403712 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/709/statm: 4269 3338 174 439 0 3826 0
[pid=729] ppid=709 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/729/stat : 729 (satsolver.sh) S 709 707 25271 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 290803046 9367552 267 33554432000 4194304 5064252 140736100720864 140736100719776 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/729/statm: 2287 267 226 213 0 72 0
[pid=730] ppid=729 vsize=53416 CPUtime=101.57 cores=1,3,5,7
/proc/730/stat : 730 (glucose) R 729 707 25271 0 -1 4202496 13110 0 0 0 10152 5 0 0 20 0 1 0 290803047 54697984 12526 33554432000 4194304 5208918 140734506054368 140734506052200 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/730/statm: 13354 12526 102 248 0 13103 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 88788

[startup+162.3 s]
/proc/loadavg: 2.10 2.00 1.95 3/183 2934
/proc/meminfo: memFree=28576804/32873844 swapFree=6856/6856
[pid=707] ppid=705 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/707/stat : 707 (npSolver-wbo-It) S 705 707 25271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290802976 9367552 275 33554432000 4194304 5064252 140736635410736 140736635409648 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/707/statm: 2287 275 233 213 0 72 0
[pid=709] ppid=707 vsize=17076 CPUtime=0.67 cores=1,3,5,7
/proc/709/stat : 709 (npSolver-wbo) S 707 707 25271 0 -1 4202496 4561 9741 0 0 22 8 35 2 20 0 1 0 290802977 17485824 3338 33554432000 4194304 5990268 140736711412304 140736711403712 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/709/statm: 4269 3338 174 439 0 3826 0
[pid=729] ppid=709 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/5774/stat : 5774 (glucose) R 5773 707 25271 0 -1 4202496 80747 0 0 0 98836 32 0 0 20 0 1 0 290840320 518885376 120262 33554432000 4194304 5208918 140734252829296 140734252827256 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5774/statm: 126681 120262 105 248 0 126430 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 814172

[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 1.95 3/183 15441
/proc/meminfo: memFree=26807612/32873844 swapFree=6856/6856
[pid=707] ppid=705 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/707/stat : 707 (npSolver-wbo-It) S 705 707 25271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290802976 9367552 275 33554432000 4194304 5064252 140736635410736 140736635409648 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/707/statm: 2287 275 233 213 0 72 0
[pid=709] ppid=707 vsize=289152 CPUtime=373.33 cores=1,3,5,7
/proc/709/stat : 709 (npSolver-wbo) S 707 707 25271 0 -1 4202496 15428 27779 0 0 299 47 36976 11 20 0 1 0 290802977 296091648 52741 33554432000 4194304 5990268 140736711412304 140736711403728 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/709/statm: 72288 52741 182 439 0 71845 0
[pid=5773] ppid=709 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5773/stat : 5773 (satsolver.sh) S 709 707 25271 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 290840320 9367552 267 33554432000 4194304 5064252 140735751424064 140735751422976 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5773/statm: 2287 267 226 213 0 72 0
[pid=5774] ppid=5773 vsize=506724 CPUtime=1048.67 cores=1,3,5,7
/proc/5774/stat : 5774 (glucose) R 5773 707 25271 0 -1 4202496 80756 0 0 0 104835 32 0 0 20 0 1 0 290840320 518885376 120271 33554432000 4194304 5208918 140734252829296 140734252827256 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5774/statm: 126681 120271 105 248 0 126430 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 814172

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/183 15442
/proc/meminfo: memFree=26797868/32873844 swapFree=6856/6856
[pid=707] ppid=705 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/707/stat : 707 (npSolver-wbo-It) S 705 707 25271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290802976 9367552 275 33554432000 4194304 5064252 140736635410736 140736635409648 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/707/statm: 2287 275 233 213 0 72 0
[pid=709] ppid=707 vsize=289152 CPUtime=373.33 cores=1,3,5,7
/proc/709/stat : 709 (npSolver-wbo) S 707 707 25271 0 -1 4202496 15428 27779 0 0 299 47 36976 11 20 0 1 0 290802977 296091648 52741 33554432000 4194304 5990268 140736711412304 140736711403728 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/709/statm: 72288 52741 182 439 0 71845 0
[pid=5773] ppid=709 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5773/stat : 5773 (satsolver.sh) S 709 707 25271 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 290840320 9367552 267 33554432000 4194304 5064252 140735751424064 140735751422976 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5773/statm: 2287 267 226 213 0 72 0
[pid=5774] ppid=5773 vsize=511552 CPUtime=1108.65 cores=1,3,5,7
/proc/5774/stat : 5774 (glucose) R 5773 707 25271 0 -1 4202496 82127 0 0 0 110833 32 0 0 20 0 1 0 290840320 523829248 122657 33554432000 4194304 5208918 140734252829296 140734252826968 4211656 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5774/statm: 127888 122657 105 248 0 127637 0
Current children cumulated CPU time (s) 1481.98
Current children cumulated vsize (KiB) 819000

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/183 15442
/proc/meminfo: memFree=26792784/32873844 swapFree=6856/6856
[pid=707] ppid=705 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/707/stat : 707 (npSolver-wbo-It) S 705 707 25271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290802976 9367552 275 33554432000 4194304 5064252 140736635410736 140736635409648 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/707/statm: 2287 275 233 213 0 72 0
[pid=709] ppid=707 vsize=289152 CPUtime=373.33 cores=1,3,5,7
/proc/709/stat : 709 (npSolver-wbo) S 707 707 25271 0 -1 4202496 15428 27779 0 0 299 47 36976 11 20 0 1 0 290802977 296091648 52741 33554432000 4194304 5990268 140736711412304 140736711403728 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/709/statm: 72288 52741 182 439 0 71845 0
[pid=5773] ppid=709 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5773/stat : 5773 (satsolver.sh) S 709 707 25271 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 290840320 9367552 267 33554432000 4194304 5064252 140735751424064 140735751422976 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5773/statm: 2287 267 226 213 0 72 0
[pid=5774] ppid=5773 vsize=593204 CPUtime=1168.64 cores=1,3,5,7
/proc/5774/stat : 5774 (glucose) R 5773 707 25271 0 -1 4202496 82672 0 0 0 116831 33 0 0 20 0 1 0 290840320 607440896 123164 33554432000 4194304 5208918 140734252829296 140734252827048 4229251 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5774/statm: 148301 123164 105 248 0 148050 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 900652

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/183 15442
/proc/meminfo: memFree=26788180/32873844 swapFree=6856/6856
[pid=707] ppid=705 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/707/stat : 707 (npSolver-wbo-It) S 705 707 25271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290802976 9367552 275 33554432000 4194304 5064252 140736635410736 140736635409648 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/707/statm: 2287 275 233 213 0 72 0
[pid=709] ppid=707 vsize=289152 CPUtime=373.33 cores=1,3,5,7
/proc/709/stat : 709 (npSolver-wbo) S 707 707 25271 0 -1 4202496 15428 27779 0 0 299 47 36976 11 20 0 1 0 290802977 296091648 52741 33554432000 4194304 5990268 140736711412304 140736711403728 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/709/statm: 72288 52741 182 439 0 71845 0
[pid=5773] ppid=709 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5773/stat : 5773 (satsolver.sh) S 709 707 25271 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 290840320 9367552 267 33554432000 4194304 5064252 140735751424064 140735751422976 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5773/statm: 2287 267 226 213 0 72 0
[pid=5774] ppid=5773 vsize=593204 CPUtime=1228.63 cores=1,3,5,7
/proc/5774/stat : 5774 (glucose) R 5773 707 25271 0 -1 4202496 82732 0 0 0 122830 33 0 0 20 0 1 0 290840320 607440896 123210 33554432000 4194304 5208918 140734252829296 140734252827048 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5774/statm: 148301 123210 105 248 0 148050 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 900652

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/184 15445
/proc/meminfo: memFree=26784384/32873844 swapFree=6856/6856
[pid=707] ppid=705 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/707/stat : 707 (npSolver-wbo-It) S 705 707 25271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290802976 9367552 275 33554432000 4194304 5064252 140736635410736 140736635409648 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/707/statm: 2287 275 233 213 0 72 0
[pid=709] ppid=707 vsize=289152 CPUtime=373.33 cores=1,3,5,7
/proc/709/stat : 709 (npSolver-wbo) S 707 707 25271 0 -1 4202496 15428 27779 0 0 299 47 36976 11 20 0 1 0 290802977 296091648 52741 33554432000 4194304 5990268 140736711412304 140736711403728 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/709/statm: 72288 52741 182 439 0 71845 0
[pid=5773] ppid=709 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5773/stat : 5773 (satsolver.sh) S 709 707 25271 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 290840320 9367552 267 33554432000 4194304 5064252 140735751424064 140735751422976 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5773/statm: 2287 267 226 213 0 72 0
[pid=5774] ppid=5773 vsize=594476 CPUtime=1288.62 cores=1,3,5,7
/proc/5774/stat : 5774 (glucose) R 5773 707 25271 0 -1 4202496 83106 0 0 0 128829 33 0 0 20 0 1 0 290840320 608743424 124090 33554432000 4194304 5208918 140734252829296 140734252827048 4229251 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5774/statm: 148619 124090 105 248 0 148368 0
Current children cumulated CPU time (s) 1661.95
Current children cumulated vsize (KiB) 901924

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/183 15445
/proc/meminfo: memFree=26778448/32873844 swapFree=6856/6856
[pid=707] ppid=705 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/707/stat : 707 (npSolver-wbo-It) S 705 707 25271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290802976 9367552 275 33554432000 4194304 5064252 140736635410736 140736635409648 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/707/statm: 2287 275 233 213 0 72 0
[pid=709] ppid=707 vsize=289152 CPUtime=373.33 cores=1,3,5,7
/proc/709/stat : 709 (npSolver-wbo) S 707 707 25271 0 -1 4202496 15428 27779 0 0 299 47 36976 11 20 0 1 0 290802977 296091648 52741 33554432000 4194304 5990268 140736711412304 140736711403728 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/709/statm: 72288 52741 182 439 0 71845 0
[pid=5773] ppid=709 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5773/stat : 5773 (satsolver.sh) S 709 707 25271 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 290840320 9367552 267 33554432000 4194304 5064252 140735751424064 140735751422976 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5773/statm: 2287 267 226 213 0 72 0
[pid=5774] ppid=5773 vsize=594476 CPUtime=1348.62 cores=1,3,5,7
/proc/5774/stat : 5774 (glucose) R 5773 707 25271 0 -1 4202496 83108 0 0 0 134829 33 0 0 20 0 1 0 290840320 608743424 124092 33554432000 4194304 5208918 140734252829296 140734252827048 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5774/statm: 148619 124092 105 248 0 148368 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 901924

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/183 15446
/proc/meminfo: memFree=26773176/32873844 swapFree=6856/6856
[pid=707] ppid=705 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/707/stat : 707 (npSolver-wbo-It) S 705 707 25271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290802976 9367552 275 33554432000 4194304 5064252 140736635410736 140736635409648 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/707/statm: 2287 275 233 213 0 72 0
[pid=709] ppid=707 vsize=289152 CPUtime=373.33 cores=1,3,5,7
/proc/709/stat : 709 (npSolver-wbo) S 707 707 25271 0 -1 4202496 15428 27779 0 0 299 47 36976 11 20 0 1 0 290802977 296091648 52741 33554432000 4194304 5990268 140736711412304 140736711403728 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/709/statm: 72288 52741 182 439 0 71845 0
[pid=5773] ppid=709 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5773/stat : 5773 (satsolver.sh) S 709 707 25271 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 290840320 9367552 267 33554432000 4194304 5064252 140735751424064 140735751422976 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5773/statm: 2287 267 226 213 0 72 0
[pid=5774] ppid=5773 vsize=596456 CPUtime=1408.61 cores=1,3,5,7
/proc/5774/stat : 5774 (glucose) R 5773 707 25271 0 -1 4202496 83627 0 0 0 140827 34 0 0 20 0 1 0 290840320 610770944 125122 33554432000 4194304 5208918 140734252829296 140734252827144 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5774/statm: 149114 125122 105 248 0 148863 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 903904



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 1.95 3/183 15446
/proc/meminfo: memFree=26773176/32873844 swapFree=6856/6856
[pid=707] ppid=705 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/707/stat : 707 (npSolver-wbo-It) S 705 707 25271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 290802976 9367552 275 33554432000 4194304 5064252 140736635410736 140736635409648 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/707/statm: 2287 275 233 213 0 72 0
[pid=709] ppid=707 vsize=289152 CPUtime=373.33 cores=1,3,5,7
/proc/709/stat : 709 (npSolver-wbo) S 707 707 25271 0 -1 4202496 15428 27779 0 0 299 47 36976 11 20 0 1 0 290802977 296091648 52741 33554432000 4194304 5990268 140736711412304 140736711403728 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/709/statm: 72288 52741 182 439 0 71845 0
[pid=5773] ppid=709 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5773/stat : 5773 (satsolver.sh) S 709 707 25271 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 290840320 9367552 267 33554432000 4194304 5064252 140735751424064 140735751422976 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5773/statm: 2287 267 226 213 0 72 0
[pid=5774] ppid=5773 vsize=596456 CPUtime=1426.72 cores=1,3,5,7
/proc/5774/stat : 5774 (glucose) R 5773 707 25271 0 -1 4202496 83627 0 0 0 142638 34 0 0 20 0 1 0 290840320 610770944 125122 33554432000 4194304 5208918 140734252829296 140734252827144 4229021 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5774/statm: 149114 125122 105 248 0 148863 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 903904

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 707 and gives
#  childrusage.ru_utime.tv_sec=372
#  childrusage.ru_utime.tv_usec=766330
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=599908
# CPU time returned by wait4() is 373.366
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.42
CPU time (s): 1800.05
CPU user time (s): 1799.13
CPU system time (s): 0.92
CPU usage (%): 99.9796
Max. virtual memory (cumulated for all children) (KiB): 997956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 372.766
system time used= 0.599908
maximum resident set size= 395956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44184
page faults= 0
swaps= 0
block input operations= 0
block output operations= 387192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 85
involuntary context switches= 449

runsolver used 3.09053 second user time and 8.34773 second system time

The end

Launcher Data

Begin job on node144 at 2012-05-29 01:13:01
IDJOB=3715417
IDBENCH=79468
IDSOLVER=2297
FILE ID=node144/3715417-1338246781
RUNJOBID= node144-1338226780-25288
PBS_JOBID= 14624625
Free space on /tmp= 71460 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/driver/normalized-driverlog02c_wcsp.wbo
COMMAND LINE= DIR/npSolver-wbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3715417-1338246781/watcher-3715417-1338246781 -o /tmp/evaluation-result-3715417-1338246781/solver-3715417-1338246781 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715417-1338246781.wbo 487857196 HOME HOME

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

MD5SUM BENCH= d9b0c8cfc52d0386d59e30810c41a02d
RANDOM SEED=487857196

node144.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.196
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	: 5332.39
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.196
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.196
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	: 5438.54
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.196
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.196
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.90
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.196
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.92
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.196
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		: 2666.196
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:        28653620 kB
Buffers:          617304 kB
Cached:          2706016 kB
SwapCached:            0 kB
Active:          1184116 kB
Inactive:        2184736 kB
Active(anon):      37464 kB
Inactive(anon):        0 kB
Active(file):    1146652 kB
Inactive(file):  2184736 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             14840 kB
Writeback:             0 kB
AnonPages:         41688 kB
Mapped:            15736 kB
Shmem:               200 kB
Slab:             711156 kB
SReclaimable:     152344 kB
SUnreclaim:       558812 kB
KernelStack:        1480 kB
PageTables:         4268 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     154328 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 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= 71064 MiB
End job on node144 at 2012-05-29 01:43:01