Trace number 3715866

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.13 1800.41

General information on the benchmark

Name/SOFT-BIGINT-LIN/PB10/oliveras/j120/
normalized-j12041_4-unsat--soft-0-100-0.wbo
MD5SUM14c1785b94a37a1f4c31a89d52f68595
Bench CategorySOFT-BIGINT-LIN (only soft constraints, big integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark54.6697
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables28072
Total number of constraints97590
Number of soft constraints97590
Number of constraints which are clauses97130
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints460
Minimum length of a constraint1
Maximum length of a constraint36
Top cost 4929864
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 4929863
Biggest number in a constraint 13
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 231
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.99/1.01	c run usual solver
7.28/7.36	o 30669
7.28/7.36	c starting approximation
7.28/7.36	c factor = 2
7.28/7.36	c factor still to low - shrinking to 9021.29
7.28/7.36	c approx number of clauses: 1e+06
7.28/7.36	c current bound: 15334
493.00/493.54	c current bound: 15334
979.28/979.89	c current bound: 15334
1466.14/1466.44	c current bound: 15334
1800.09/1800.40	./satsolver.sh: line 5: 32381 Terminated              ./glucose $1 > $2 2> /dev/null
1800.09/1800.40	c error: unexpected solver exit code
1800.09/1800.40	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-3715866-1338213802/watcher-3715866-1338213802 -o /tmp/evaluation-result-3715866-1338213802/solver-3715866-1338213802 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715866-1338213802.wbo 769686239 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.14 2.11 2.04 3/179 31883
/proc/meminfo: memFree=30528548/32873844 swapFree=7108/7108
[pid=31883] ppid=31881 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31883/stat : 31883 (npSolver-wbo-It) S 31881 31883 30917 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287508837 9367552 274 33554432000 4194304 5064252 140734717164352 140734717163264 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31883/statm: 2287 274 233 213 0 72 0

[startup+0.0830529 s]
/proc/loadavg: 2.14 2.11 2.04 3/179 31883
/proc/meminfo: memFree=30528548/32873844 swapFree=7108/7108
[pid=31883] ppid=31881 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31883/stat : 31883 (npSolver-wbo-It) S 31881 31883 30917 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287508837 9367552 274 33554432000 4194304 5064252 140734717164352 140734717163264 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31883/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100265 s]
/proc/loadavg: 2.14 2.11 2.04 3/179 31883
/proc/meminfo: memFree=30528548/32873844 swapFree=7108/7108
[pid=31883] ppid=31881 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31883/stat : 31883 (npSolver-wbo-It) S 31881 31883 30917 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287508837 9367552 274 33554432000 4194304 5064252 140734717164352 140734717163264 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31883/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300238 s]
/proc/loadavg: 2.14 2.11 2.04 3/179 31883
/proc/meminfo: memFree=30528548/32873844 swapFree=7108/7108
[pid=31883] ppid=31881 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31883/stat : 31883 (npSolver-wbo-It) S 31881 31883 30917 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287508837 9367552 274 33554432000 4194304 5064252 140734717164352 140734717163264 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31883/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700229 s]
/proc/loadavg: 2.14 2.11 2.04 3/179 31883
/proc/meminfo: memFree=30528548/32873844 swapFree=7108/7108
[pid=31883] ppid=31881 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31883/stat : 31883 (npSolver-wbo-It) S 31881 31883 30917 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287508837 9367552 274 33554432000 4194304 5064252 140734717164352 140734717163264 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31883/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50032 s]
/proc/loadavg: 2.14 2.11 2.04 3/181 31885
/proc/meminfo: memFree=30498176/32873844 swapFree=7108/7108
[pid=31883] ppid=31881 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31883/stat : 31883 (npSolver-wbo-It) S 31881 31883 30917 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287508837 9367552 274 33554432000 4194304 5064252 140734717164352 140734717163264 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31883/statm: 2287 274 233 213 0 72 0
[pid=31884] ppid=31883 vsize=31192 CPUtime=1.16 cores=0,2,4,6
/proc/31884/stat : 31884 (npSolver-wbo) S 31883 31883 30917 0 -1 4202496 6524 0 0 0 101 15 0 0 20 0 1 0 287508837 31940608 5857 33554432000 4194304 5990268 140736039900368 140736039893520 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31884/statm: 7798 5857 153 439 0 7355 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 40340

[startup+3.10034 s]
/proc/loadavg: 2.12 2.11 2.04 3/183 31894
/proc/meminfo: memFree=30397208/32873844 swapFree=7108/7108
[pid=31883] ppid=31881 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31883/stat : 31883 (npSolver-wbo-It) S 31881 31883 30917 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287508837 9367552 274 33554432000 4194304 5064252 140734717164352 140734717163264 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31883/statm: 2287 274 233 213 0 72 0
[pid=31884] ppid=31883 vsize=31192 CPUtime=1.16 cores=0,2,4,6
/proc/31884/stat : 31884 (npSolver-wbo) S 31883 31883 30917 0 -1 4202496 6524 0 0 0 101 15 0 0 20 0 1 0 287508837 31940608 5857 33554432000 4194304 5990268 140736039900368 140736039893520 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31884/statm: 7798 5857 153 439 0 7355 0
[pid=31886] ppid=31884 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31886/stat : 31886 (cp2_pre.sh) S 31884 31883 30917 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 287508954 9367552 277 33554432000 4194304 5064252 140735495467936 140735495466640 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31886/statm: 2287 277 234 213 0 72 0
[pid=31887] ppid=31886 vsize=160316 CPUtime=1.91 cores=0,2,4,6
/proc/31887/stat : 31887 (coprocessor) R 31886 31883 30917 0 -1 4202496 27291 0 0 0 186 5 0 0 20 0 1 0 287508955 164163584 39018 33554432000 4194304 6586260 140734108804240 140734108799608 5599291 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/31887/statm: 40079 39018 191 584 0 39491 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 209804

[startup+6.30038 s]
/proc/loadavg: 2.12 2.11 2.04 3/182 31894
/proc/meminfo: memFree=30310692/32873844 swapFree=7108/7108
[pid=31883] ppid=31881 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31883/stat : 31883 (npSolver-wbo-It) S 31881 31883 30917 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287508837 9367552 274 33554432000 4194304 5064252 140734717164352 140734717163264 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31883/statm: 2287 274 233 213 0 72 0
[pid=31884] ppid=31883 vsize=31192 CPUtime=6.19 cores=0,2,4,6
/proc/31884/stat : 31884 (npSolver-wbo) S 31883 31883 30917 0 -1 4202496 6532 30688 0 0 101 15 453 50 20 0 1 0 287508837 31940608 5858 33554432000 4194304 5990268 140736039900368 140736039894608 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31884/statm: 7798 5858 154 439 0 7355 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 40340

[startup+12.7003 s]
/proc/loadavg: 2.18 2.12 2.05 3/183 31908
/proc/meminfo: memFree=30453264/32873844 swapFree=7108/7108
[pid=31883] ppid=31881 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31883/stat : 31883 (npSolver-wbo-It) S 31881 31883 30917 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287508837 9367552 274 33554432000 4194304 5064252 140734717164352 140734717163264 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31883/statm: 2287 274 233 213 0 72 0
[pid=31884] ppid=31883 vsize=57556 CPUtime=7.43 cores=0,2,4,6
/proc/31884/stat : 31884 (npSolver-wbo) S 31883 31883 30917 0 -1 4202496 11283 49672 0 0 117 45 524 57 20 0 1 0 287508837 58937344 11708 33554432000 4194304 5990268 140736039900368 140736039891776 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31884/statm: 14389 11708 176 439 0 13946 0
[pid=31903] ppid=31884 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31903/stat : 31903 (satsolver.sh) S 31884 31883 30917 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287509583 9367552 267 33554432000 4194304 5064252 140735008848032 140735008846944 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31903/statm: 2287 267 226 213 0 72 0
[pid=31904] ppid=31903 vsize=81260 CPUtime=5.24 cores=0,2,4,6
/proc/31904/stat : 31904 (glucose) R 31903 31883 30917 0 -1 4202496 15624 0 0 0 521 3 0 0 20 0 1 0 287509583 83210240 18071 33554432000 4194304 5208918 140736243487472 140736243485416 4211901 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31904/statm: 20315 18071 95 248 0 20064 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 157112

[startup+25.5003 s]
/proc/loadavg: 2.24 2.13 2.05 3/183 31919
/proc/meminfo: memFree=30387360/32873844 swapFree=7108/7108
[pid=31883] ppid=31881 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31883/stat : 31883 (npSolver-wbo-It) S 31881 31883 30917 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287508837 9367552 274 33554432000 4194304 5064252 140734717164352 140734717163264 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31883/statm: 2287 274 233 213 0 72 0
[pid=31884] ppid=31883 vsize=57556 CPUtime=7.43 cores=0,2,4,6
/proc/31884/stat : 31884 (npSolver-wbo) S 31883 31883 30917 0 -1 4202496 11283 49672 0 0 117 45 524 57 20 0 1 0 287508837 58937344 11708 33554432000 4194304 5990268 140736039900368 140736039891776 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31884/statm: 14389 11708 176 439 0 13946 0
[pid=31903] ppid=31884 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31903/stat : 31903 (satsolver.sh) S 31884 31883 30917 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287509583 9367552 267 33554432000 4194304 5064252 140735008848032 140735008846944 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31903/statm: 2287 267 226 213 0 72 0
[pid=31904] ppid=31903 vsize=81260 CPUtime=18.03 cores=0,2,4,6
/proc/31904/stat : 31904 (glucose) R 31903 31883 30917 0 -1 4202496 15629 0 0 0 1800 3 0 0 20 0 1 0 287509583 83210240 18076 33554432000 4194304 5208918 140736243487472 140736243485416 4211732 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31904/statm: 20315 18076 95 248 0 20064 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 157112

[startup+51.1003 s]
/proc/loadavg: 2.15 2.12 2.05 3/183 31933
/proc/meminfo: memFree=30387896/32873844 swapFree=7108/7108
[pid=31883] ppid=31881 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31883/stat : 31883 (npSolver-wbo-It) S 31881 31883 30917 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287508837 9367552 274 33554432000 4194304 5064252 140734717164352 140734717163264 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31883/statm: 2287 274 233 213 0 72 0
[pid=31884] ppid=31883 vsize=57556 CPUtime=7.43 cores=0,2,4,6
/proc/31884/stat : 31884 (npSolver-wbo) S 31883 31883 30917 0 -1 4202496 11283 49672 0 0 117 45 524 57 20 0 1 0 287508837 58937344 11708 33554432000 4194304 5990268 140736039900368 140736039891776 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31884/statm: 14389 11708 176 439 0 13946 0
[pid=31903] ppid=31884 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31903/stat : 31903 (satsolver.sh) S 31884 31883 30917 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287509583 9367552 267 33554432000 4194304 5064252 140735008848032 140735008846944 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31903/statm: 2287 267 226 213 0 72 0
[pid=31904] ppid=31903 vsize=81260 CPUtime=43.63 cores=0,2,4,6
/proc/31904/stat : 31904 (glucose) R 31903 31883 30917 0 -1 4202496 15637 0 0 0 4360 3 0 0 20 0 1 0 287509583 83210240 18084 33554432000 4194304 5208918 140736243487472 140736243485416 4211501 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31904/statm: 20315 18084 95 248 0 20064 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 157112

[startup+102.307 s]
/proc/loadavg: 2.10 2.11 2.05 3/183 31968
/proc/meminfo: memFree=30386328/32873844 swapFree=7108/7108
[pid=31883] ppid=31881 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31883/stat : 31883 (npSolver-wbo-It) S 31881 31883 30917 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287508837 9367552 274 33554432000 4194304 5064252 140734717164352 140734717163264 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31883/statm: 2287 274 233 213 0 72 0
[pid=31884] ppid=31883 vsize=57556 CPUtime=7.43 cores=0,2,4,6
/proc/31884/stat : 31884 (npSolver-wbo) S 31883 31883 30917 0 -1 4202496 11283 49672 0 0 117 45 524 57 20 0 1 0 287508837 58937344 11708 33554432000 4194304 5990268 140736039900368 140736039891776 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31884/statm: 14389 11708 176 439 0 13946 0
[pid=31903] ppid=31884 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31903/stat : 31903 (satsolver.sh) S 31884 31883 30917 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287509583 9367552 267 33554432000 4194304 5064252 140735008848032 140735008846944 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31903/statm: 2287 267 226 213 0 72 0
[pid=31904] ppid=31903 vsize=81260 CPUtime=94.83 cores=0,2,4,6
/proc/31904/stat : 31904 (glucose) R 31903 31883 30917 0 -1 4202496 15651 0 0 0 9480 3 0 0 20 0 1 0 287509583 83210240 18124 33554432000 4194304 5208918 140736243487472 140736243485416 4211888 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31904/statm: 20315 18124 95 248 0 20064 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 157112

[startup+162.3 s]
/proc/loadavg: 2.03 2.09 2.04 3/183 32010
/proc/meminfo: memFree=30386300/32873844 swapFree=7108/7108
[pid=31883] ppid=31881 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31883/stat : 31883 (npSolver-wbo-It) S 31881 31883 30917 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287508837 9367552 274 33554432000 4194304 5064252 140734717164352 140734717163264 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31883/statm: 2287 274 233 213 0 72 0
[pid=31884] ppid=31883 vsize=57556 CPUtime=7.43 cores=0,2,4,6
/proc/31884/stat : 31884 (npSolver-wbo) S 31883 31883 30917 0 -1 4202496 11283 49672 0 0 117 45 524 57 20 0 1 0 287508837 58937344 11708 33554432000 4194304 5990268 140736039900368 140736039891776 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31884/statm: 14389 11708 176 439 0 13946 0
[pid=31903] ppid=31884 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31903/stat : 31903 (satsolver.sh) S 31884 31883 30917 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287509583 9367552 267 33554432000 4194304 5064252 140735008848032 140735008846944 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31903/statm: 2287 267 226 213 0 72 0
[pid=31904] ppid=31903 vsize=81392 CPUtime=154.81 cores=0,2,4,6
/proc/31904/stat : 31904 (glucose) R 31903 31883 30917 0 -1 4202496 15661 0 0 0 15478 3 0 0 20 0 1 0 287509583 83345408 18134 33554432000 4194304 5208918 140736243487472 140736243485224 4211744 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31904/statm: 20348 18134 95 248 0 20097 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 157244

[startup+222.3 s]
/proc/loadavg: 2.16 2.10 2.05 3/183 32052
/proc/meminfo: memFree=30387636/32873844 swapFree=7108/7108
[pid=31883] ppid=31881 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.09 2.04 2.00 3/183 32353
/proc/meminfo: memFree=30055732/32873844 swapFree=7108/7108
[pid=31883] ppid=31881 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31883/stat : 31883 (npSolver-wbo-It) S 31881 31883 30917 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287508837 9367552 274 33554432000 4194304 5064252 140734717164352 140734717163264 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31883/statm: 2287 274 233 213 0 72 0
[pid=31884] ppid=31883 vsize=57556 CPUtime=979.82 cores=0,2,4,6
/proc/31884/stat : 31884 (npSolver-wbo) S 31883 31883 30917 0 -1 4202496 19454 101706 0 0 136 48 97710 88 20 0 1 0 287508837 58937344 11709 33554432000 4194304 5990268 140736039900368 140736039891776 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31884/statm: 14389 11709 177 439 0 13946 0
[pid=32264] ppid=31884 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32264/stat : 32264 (satsolver.sh) S 31884 31883 30917 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287606836 9367552 266 33554432000 4194304 5064252 140733579280064 140733579278976 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32264/statm: 2287 266 226 213 0 72 0
[pid=32265] ppid=32264 vsize=88572 CPUtime=382.24 cores=0,2,4,6
/proc/32265/stat : 32265 (glucose) R 32264 31883 30917 0 -1 4202496 16029 0 0 0 38221 3 0 0 20 0 1 0 287606836 90697728 18507 33554432000 4194304 5208918 140736690462048 140736690460200 4211918 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32265/statm: 22143 18507 95 248 0 21892 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 164424

[startup+1422.31 s]
/proc/loadavg: 2.08 2.05 2.00 3/183 32360
/proc/meminfo: memFree=30047564/32873844 swapFree=7108/7108
[pid=31883] ppid=31881 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31883/stat : 31883 (npSolver-wbo-It) S 31881 31883 30917 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287508837 9367552 274 33554432000 4194304 5064252 140734717164352 140734717163264 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31883/statm: 2287 274 233 213 0 72 0
[pid=31884] ppid=31883 vsize=57556 CPUtime=979.82 cores=0,2,4,6
/proc/31884/stat : 31884 (npSolver-wbo) S 31883 31883 30917 0 -1 4202496 19454 101706 0 0 136 48 97710 88 20 0 1 0 287508837 58937344 11709 33554432000 4194304 5990268 140736039900368 140736039891776 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31884/statm: 14389 11709 177 439 0 13946 0
[pid=32264] ppid=31884 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32264/stat : 32264 (satsolver.sh) S 31884 31883 30917 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287606836 9367552 266 33554432000 4194304 5064252 140733579280064 140733579278976 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32264/statm: 2287 266 226 213 0 72 0
[pid=32265] ppid=32264 vsize=88572 CPUtime=442.24 cores=0,2,4,6
/proc/32265/stat : 32265 (glucose) R 32264 31883 30917 0 -1 4202496 16139 0 0 0 44221 3 0 0 20 0 1 0 287606836 90697728 18617 33554432000 4194304 5208918 140736690462048 140736690460200 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32265/statm: 22143 18617 95 248 0 21892 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 164424

[startup+1482.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/183 32381
/proc/meminfo: memFree=30056620/32873844 swapFree=7108/7108
[pid=31883] ppid=31881 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31883/stat : 31883 (npSolver-wbo-It) S 31881 31883 30917 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287508837 9367552 274 33554432000 4194304 5064252 140734717164352 140734717163264 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31883/statm: 2287 274 233 213 0 72 0
[pid=31884] ppid=31883 vsize=57556 CPUtime=1466.28 cores=0,2,4,6
/proc/31884/stat : 31884 (npSolver-wbo) S 31883 31883 30917 0 -1 4202496 23539 126968 0 0 144 50 146330 104 20 0 1 0 287508837 58937344 11709 33554432000 4194304 5990268 140736039900368 140736039891776 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31884/statm: 14389 11709 177 439 0 13946 0
[pid=32380] ppid=31884 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32380/stat : 32380 (satsolver.sh) S 31884 31883 30917 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 287655491 9367552 266 33554432000 4194304 5064252 140734480248528 140734480247440 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32380/statm: 2287 266 226 213 0 72 0
[pid=32381] ppid=32380 vsize=81264 CPUtime=15.75 cores=0,2,4,6
/proc/32381/stat : 32381 (glucose) R 32380 31883 30917 0 -1 4202496 16287 0 0 0 1572 3 0 0 20 0 1 0 287655491 83214336 18216 33554432000 4194304 5208918 140733743609760 140733743607704 4211572 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32381/statm: 20316 18216 95 248 0 20065 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 157116

[startup+1542.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/183 32396
/proc/meminfo: memFree=30058084/32873844 swapFree=7108/7108
[pid=31883] ppid=31881 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31883/stat : 31883 (npSolver-wbo-It) S 31881 31883 30917 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287508837 9367552 274 33554432000 4194304 5064252 140734717164352 140734717163264 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31883/statm: 2287 274 233 213 0 72 0
[pid=31884] ppid=31883 vsize=57556 CPUtime=1466.28 cores=0,2,4,6
/proc/31884/stat : 31884 (npSolver-wbo) S 31883 31883 30917 0 -1 4202496 23539 126968 0 0 144 50 146330 104 20 0 1 0 287508837 58937344 11709 33554432000 4194304 5990268 140736039900368 140736039891776 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31884/statm: 14389 11709 177 439 0 13946 0
[pid=32380] ppid=31884 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32380/stat : 32380 (satsolver.sh) S 31884 31883 30917 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 287655491 9367552 266 33554432000 4194304 5064252 140734480248528 140734480247440 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32380/statm: 2287 266 226 213 0 72 0
[pid=32381] ppid=32380 vsize=81264 CPUtime=75.73 cores=0,2,4,6
/proc/32381/stat : 32381 (glucose) R 32380 31883 30917 0 -1 4202496 16303 0 0 0 7570 3 0 0 20 0 1 0 287655491 83214336 18229 33554432000 4194304 5208918 140733743609760 140733743607704 4211670 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32381/statm: 20316 18229 95 248 0 20065 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 157116

[startup+1602.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/184 32413
/proc/meminfo: memFree=30055708/32873844 swapFree=7108/7108
[pid=31883] ppid=31881 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31883/stat : 31883 (npSolver-wbo-It) S 31881 31883 30917 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287508837 9367552 274 33554432000 4194304 5064252 140734717164352 140734717163264 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31883/statm: 2287 274 233 213 0 72 0
[pid=31884] ppid=31883 vsize=57556 CPUtime=1466.28 cores=0,2,4,6
/proc/31884/stat : 31884 (npSolver-wbo) S 31883 31883 30917 0 -1 4202496 23539 126968 0 0 144 50 146330 104 20 0 1 0 287508837 58937344 11709 33554432000 4194304 5990268 140736039900368 140736039891776 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31884/statm: 14389 11709 177 439 0 13946 0
[pid=32380] ppid=31884 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32380/stat : 32380 (satsolver.sh) S 31884 31883 30917 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 287655491 9367552 266 33554432000 4194304 5064252 140734480248528 140734480247440 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32380/statm: 2287 266 226 213 0 72 0
[pid=32381] ppid=32380 vsize=81396 CPUtime=135.72 cores=0,2,4,6
/proc/32381/stat : 32381 (glucose) R 32380 31883 30917 0 -1 4202496 16366 0 0 0 13569 3 0 0 20 0 1 0 287655491 83349504 18292 33554432000 4194304 5208918 140733743609760 140733743607512 4211792 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32381/statm: 20349 18292 95 248 0 20098 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 157248

[startup+1662.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 32423
/proc/meminfo: memFree=30183360/32873844 swapFree=7108/7108
[pid=31883] ppid=31881 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31883/stat : 31883 (npSolver-wbo-It) S 31881 31883 30917 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287508837 9367552 274 33554432000 4194304 5064252 140734717164352 140734717163264 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31883/statm: 2287 274 233 213 0 72 0
[pid=31884] ppid=31883 vsize=57556 CPUtime=1466.28 cores=0,2,4,6
/proc/31884/stat : 31884 (npSolver-wbo) S 31883 31883 30917 0 -1 4202496 23539 126968 0 0 144 50 146330 104 20 0 1 0 287508837 58937344 11709 33554432000 4194304 5990268 140736039900368 140736039891776 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31884/statm: 14389 11709 177 439 0 13946 0
[pid=32380] ppid=31884 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32380/stat : 32380 (satsolver.sh) S 31884 31883 30917 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 287655491 9367552 266 33554432000 4194304 5064252 140734480248528 140734480247440 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32380/statm: 2287 266 226 213 0 72 0
[pid=32381] ppid=32380 vsize=81396 CPUtime=195.72 cores=0,2,4,6
/proc/32381/stat : 32381 (glucose) R 32380 31883 30917 0 -1 4202496 16462 0 0 0 19568 4 0 0 20 0 1 0 287655491 83349504 18388 33554432000 4194304 5208918 140733743609760 140733743607512 4211635 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32381/statm: 20349 18388 95 248 0 20098 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 157248

[startup+1722.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/183 32434
/proc/meminfo: memFree=30047184/32873844 swapFree=7108/7108
[pid=31883] ppid=31881 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31883/stat : 31883 (npSolver-wbo-It) S 31881 31883 30917 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287508837 9367552 274 33554432000 4194304 5064252 140734717164352 140734717163264 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31883/statm: 2287 274 233 213 0 72 0
[pid=31884] ppid=31883 vsize=57556 CPUtime=1466.28 cores=0,2,4,6
/proc/31884/stat : 31884 (npSolver-wbo) S 31883 31883 30917 0 -1 4202496 23539 126968 0 0 144 50 146330 104 20 0 1 0 287508837 58937344 11709 33554432000 4194304 5990268 140736039900368 140736039891776 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31884/statm: 14389 11709 177 439 0 13946 0
[pid=32380] ppid=31884 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32380/stat : 32380 (satsolver.sh) S 31884 31883 30917 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 287655491 9367552 266 33554432000 4194304 5064252 140734480248528 140734480247440 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32380/statm: 2287 266 226 213 0 72 0
[pid=32381] ppid=32380 vsize=81396 CPUtime=255.72 cores=0,2,4,6
/proc/32381/stat : 32381 (glucose) R 32380 31883 30917 0 -1 4202496 16564 0 0 0 25568 4 0 0 20 0 1 0 287655491 83349504 18490 33554432000 4194304 5208918 140733743609760 140733743607512 4211792 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32381/statm: 20349 18490 95 248 0 20098 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 157248

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 32448
/proc/meminfo: memFree=30053104/32873844 swapFree=7108/7108
[pid=31883] ppid=31881 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31883/stat : 31883 (npSolver-wbo-It) S 31881 31883 30917 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287508837 9367552 274 33554432000 4194304 5064252 140734717164352 140734717163264 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31883/statm: 2287 274 233 213 0 72 0
[pid=31884] ppid=31883 vsize=57556 CPUtime=1466.28 cores=0,2,4,6
/proc/31884/stat : 31884 (npSolver-wbo) S 31883 31883 30917 0 -1 4202496 23539 126968 0 0 144 50 146330 104 20 0 1 0 287508837 58937344 11709 33554432000 4194304 5990268 140736039900368 140736039891776 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31884/statm: 14389 11709 177 439 0 13946 0
[pid=32380] ppid=31884 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32380/stat : 32380 (satsolver.sh) S 31884 31883 30917 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 287655491 9367552 266 33554432000 4194304 5064252 140734480248528 140734480247440 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32380/statm: 2287 266 226 213 0 72 0
[pid=32381] ppid=32380 vsize=81396 CPUtime=315.71 cores=0,2,4,6
/proc/32381/stat : 32381 (glucose) R 32380 31883 30917 0 -1 4202496 16667 0 0 0 31567 4 0 0 20 0 1 0 287655491 83349504 18593 33554432000 4194304 5208918 140733743609760 140733743607512 4211871 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32381/statm: 20349 18593 95 248 0 20098 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 157248



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 32455
/proc/meminfo: memFree=30055420/32873844 swapFree=7108/7108
[pid=31883] ppid=31881 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31883/stat : 31883 (npSolver-wbo-It) S 31881 31883 30917 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287508837 9367552 274 33554432000 4194304 5064252 140734717164352 140734717163264 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31883/statm: 2287 274 233 213 0 72 0
[pid=31884] ppid=31883 vsize=57556 CPUtime=1466.28 cores=0,2,4,6
/proc/31884/stat : 31884 (npSolver-wbo) S 31883 31883 30917 0 -1 4202496 23539 126968 0 0 144 50 146330 104 20 0 1 0 287508837 58937344 11709 33554432000 4194304 5990268 140736039900368 140736039891776 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31884/statm: 14389 11709 177 439 0 13946 0
[pid=32380] ppid=31884 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32380/stat : 32380 (satsolver.sh) S 31884 31883 30917 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 287655491 9367552 266 33554432000 4194304 5064252 140734480248528 140734480247440 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32380/statm: 2287 266 226 213 0 72 0
[pid=32381] ppid=32380 vsize=81396 CPUtime=333.81 cores=0,2,4,6
/proc/32381/stat : 32381 (glucose) R 32380 31883 30917 0 -1 4202496 16698 0 0 0 33377 4 0 0 20 0 1 0 287655491 83349504 18624 33554432000 4194304 5208918 140733743609760 140733743607512 4211558 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32381/statm: 20349 18624 95 248 0 20098 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 157248

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.13
CPU user time (s): 1798.53
CPU system time (s): 1.59776
CPU usage (%): 99.9845
Max. virtual memory (cumulated for all children) (KiB): 245268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.53
system time used= 1.59776
maximum resident set size= 188416
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 168192
page faults= 0
swaps= 0
block input operations= 0
block output operations= 169504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2533
involuntary context switches= 2278

runsolver used 2.66559 second user time and 7.17891 second system time

The end

Launcher Data

Begin job on node103 at 2012-05-28 16:03:23
IDJOB=3715866
IDBENCH=79123
IDSOLVER=2297
FILE ID=node103/3715866-1338213802
RUNJOBID= node103-1338193626-30933
PBS_JOBID= 14624588
Free space on /tmp= 71488 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/SOFT-BIGINT-LIN/PB10/oliveras/j120/normalized-j12041_4-unsat--soft-0-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3715866-1338213802/watcher-3715866-1338213802 -o /tmp/evaluation-result-3715866-1338213802/solver-3715866-1338213802 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715866-1338213802.wbo 769686239 HOME HOME

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

MD5SUM BENCH= 14c1785b94a37a1f4c31a89d52f68595
RANDOM SEED=769686239

node103.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.189
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.37
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.189
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.189
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.189
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.189
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.189
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	: 5411.36
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.189
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.189
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:        30528812 kB
Buffers:          620824 kB
Cached:           702380 kB
SwapCached:         4492 kB
Active:          1121956 kB
Inactive:         364624 kB
Active(anon):     153124 kB
Inactive(anon):     6216 kB
Active(file):     968832 kB
Inactive(file):   358408 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67099580 kB
Dirty:             11264 kB
Writeback:             0 kB
AnonPages:        336484 kB
Mapped:            12632 kB
Shmem:                 8 kB
Slab:             718244 kB
SReclaimable:     159660 kB
SUnreclaim:       558584 kB
KernelStack:        1520 kB
PageTables:         4252 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     299608 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    260096 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= 71396 MiB
End job on node103 at 2012-05-28 16:33:23