Trace number 3752792

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 (fixed)? (TO) 1800.03 1800.42

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/scens/
normalized-scen06-18reduc_wcsp.wbo
MD5SUMda80b320d983b4610e4558746e61248d
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmark
Best cost obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1758
Total number of constraints105203
Number of soft constraints105121
Number of constraints which are clauses105121
Number of constraints which are cardinality constraints (but not clauses)82
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint26
Top cost 3389
Min constraint cost 1
Max constraint cost 2436
Sum of constraints costs 36645766
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 27
Number of bits of the biggest sum of numbers5
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.83	c run usual solver
6.28/6.36	o 52453
6.28/6.36	c starting approximation
6.28/6.36	c factor = 2
6.28/6.36	c factor still to low - shrinking to 33083.5
6.28/6.36	c approx number of clauses: 1e+06
6.28/6.37	c current bound: 26226
6.28/6.37	c factor to high for quickBound
6.28/6.37	c finished approximation
6.28/6.37	c fallback to adder encoding
1800.03/1800.41	c error: unexpected solver exit code
1800.03/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-3752792-1339212158/watcher-3752792-1339212158 -o /tmp/evaluation-result-3752792-1339212158/solver-3752792-1339212158 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3752792-1339212158.wbo 1670951451 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: 2.24 2.05 2.02 3/177 26059
/proc/meminfo: memFree=26001488/32873844 swapFree=7120/7120
[pid=26059] ppid=26057 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26059/stat : 26059 (npSolver-wbo-It) S 26057 26059 8900 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387344545 9367552 275 33554432000 4194304 5064252 140737397943600 140737397942512 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26059/statm: 2287 275 233 213 0 72 0

[startup+0.0949721 s]
/proc/loadavg: 2.24 2.05 2.02 3/177 26059
/proc/meminfo: memFree=26001488/32873844 swapFree=7120/7120
[pid=26059] ppid=26057 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26059/stat : 26059 (npSolver-wbo-It) S 26057 26059 8900 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387344545 9367552 275 33554432000 4194304 5064252 140737397943600 140737397942512 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26059/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100333 s]
/proc/loadavg: 2.24 2.05 2.02 3/177 26059
/proc/meminfo: memFree=26001488/32873844 swapFree=7120/7120
[pid=26059] ppid=26057 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26059/stat : 26059 (npSolver-wbo-It) S 26057 26059 8900 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387344545 9367552 275 33554432000 4194304 5064252 140737397943600 140737397942512 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26059/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300292 s]
/proc/loadavg: 2.24 2.05 2.02 3/177 26059
/proc/meminfo: memFree=26001488/32873844 swapFree=7120/7120
[pid=26059] ppid=26057 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26059/stat : 26059 (npSolver-wbo-It) S 26057 26059 8900 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387344545 9367552 275 33554432000 4194304 5064252 140737397943600 140737397942512 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26059/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700247 s]
/proc/loadavg: 2.24 2.05 2.02 3/177 26059
/proc/meminfo: memFree=26001488/32873844 swapFree=7120/7120
[pid=26059] ppid=26057 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26059/stat : 26059 (npSolver-wbo-It) S 26057 26059 8900 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387344545 9367552 275 33554432000 4194304 5064252 140737397943600 140737397942512 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26059/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50025 s]
/proc/loadavg: 2.24 2.05 2.02 3/179 26061
/proc/meminfo: memFree=25729152/32873844 swapFree=7120/7120
[pid=26059] ppid=26057 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26059/stat : 26059 (npSolver-wbo-It) S 26057 26059 8900 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387344545 9367552 275 33554432000 4194304 5064252 140737397943600 140737397942512 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26059/statm: 2287 275 233 213 0 72 0
[pid=26060] ppid=26059 vsize=75948 CPUtime=1.11 cores=1,3,5,7
/proc/26060/stat : 26060 (npSolver-wbo) S 26059 26059 8900 0 -1 4202496 11001 0 0 0 85 26 0 0 20 0 1 0 387344545 77770752 17896 33554432000 4194304 6006132 140735072332592 140735072325696 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26060/statm: 18987 17896 155 443 0 18540 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 85096

[startup+3.10034 s]
/proc/loadavg: 2.24 2.05 2.02 3/181 26063
/proc/meminfo: memFree=25532152/32873844 swapFree=7120/7120
[pid=26059] ppid=26057 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26059/stat : 26059 (npSolver-wbo-It) S 26057 26059 8900 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387344545 9367552 275 33554432000 4194304 5064252 140737397943600 140737397942512 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26059/statm: 2287 275 233 213 0 72 0
[pid=26060] ppid=26059 vsize=75948 CPUtime=1.11 cores=1,3,5,7
/proc/26060/stat : 26060 (npSolver-wbo) S 26059 26059 8900 0 -1 4202496 11001 0 0 0 85 26 0 0 20 0 1 0 387344545 77770752 17896 33554432000 4194304 6006132 140735072332592 140735072325696 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26060/statm: 18987 17896 155 443 0 18540 0
[pid=26062] ppid=26060 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26062/stat : 26062 (cp2_pre.sh) S 26060 26059 8900 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 387344658 9367552 277 33554432000 4194304 5064252 140733920771952 140733920770656 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26062/statm: 2287 277 234 213 0 72 0
[pid=26063] ppid=26062 vsize=102124 CPUtime=1.95 cores=1,3,5,7
/proc/26063/stat : 26063 (coprocessor) R 26062 26059 8900 0 -1 4202496 17137 0 0 0 192 3 0 0 20 0 1 0 387344658 104574976 24828 33554432000 4194304 6586260 140734433917104 140734433912472 5599247 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/26063/statm: 25531 24828 190 584 0 24943 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 196368

[startup+6.30032 s]
/proc/loadavg: 2.22 2.05 2.02 3/181 26063
/proc/meminfo: memFree=25789336/32873844 swapFree=7120/7120
[pid=26059] ppid=26057 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26059/stat : 26059 (npSolver-wbo-It) S 26057 26059 8900 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387344545 9367552 275 33554432000 4194304 5064252 140737397943600 140737397942512 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26059/statm: 2287 275 233 213 0 72 0
[pid=26060] ppid=26059 vsize=75948 CPUtime=6.28 cores=1,3,5,7
/proc/26060/stat : 26060 (npSolver-wbo) R 26059 26059 8900 0 -1 4202496 11811 30476 0 0 90 34 496 8 20 0 1 0 387344545 77770752 17899 33554432000 4194304 6006132 140735072332592 140735072325848 5192048 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26060/statm: 18987 17899 158 443 0 18540 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 85096

[startup+12.7003 s]
/proc/loadavg: 2.20 2.05 2.01 3/179 26071
/proc/meminfo: memFree=25372256/32873844 swapFree=7120/7120
[pid=26059] ppid=26057 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26059/stat : 26059 (npSolver-wbo-It) S 26057 26059 8900 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387344545 9367552 275 33554432000 4194304 5064252 140737397943600 140737397942512 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26059/statm: 2287 275 233 213 0 72 0
[pid=26060] ppid=26059 vsize=728436 CPUtime=12.67 cores=1,3,5,7
/proc/26060/stat : 26060 (npSolver-wbo) R 26059 26059 8900 0 -1 4202496 48313 30993 0 0 703 60 496 8 20 0 1 0 387344545 745918464 159021 33554432000 4194304 6006132 140735072332592 140735072324952 4535977 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26060/statm: 182109 159021 190 443 0 181662 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 737584

[startup+25.5004 s]
/proc/loadavg: 2.16 2.05 2.01 3/179 26071
/proc/meminfo: memFree=24412304/32873844 swapFree=7120/7120
[pid=26059] ppid=26057 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26059/stat : 26059 (npSolver-wbo-It) S 26057 26059 8900 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387344545 9367552 275 33554432000 4194304 5064252 140737397943600 140737397942512 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26059/statm: 2287 275 233 213 0 72 0
[pid=26060] ppid=26059 vsize=2301300 CPUtime=25.47 cores=1,3,5,7
/proc/26060/stat : 26060 (npSolver-wbo) R 26059 26059 8900 0 -1 4202496 50557 30993 0 0 1938 105 496 8 20 0 1 0 387344545 2356531200 391469 33554432000 4194304 6006132 140735072332592 140735072324936 4579307 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26060/statm: 575325 391469 190 443 0 574878 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 2310448

[startup+51.1005 s]
/proc/loadavg: 2.59 2.15 2.05 3/181 26073
/proc/meminfo: memFree=20198108/32873844 swapFree=7120/7120
[pid=26059] ppid=26057 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26059/stat : 26059 (npSolver-wbo-It) S 26057 26059 8900 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387344545 9367552 275 33554432000 4194304 5064252 140737397943600 140737397942512 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26059/statm: 2287 275 233 213 0 72 0
[pid=26060] ppid=26059 vsize=2202748 CPUtime=28.35 cores=1,3,5,7
/proc/26060/stat : 26060 (npSolver-wbo) S 26059 26059 8900 0 -1 4202496 51376 30993 0 0 2013 318 496 8 20 0 1 0 387344545 2255613952 370415 33554432000 4194304 6006132 140735072332592 140735072323984 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 5 0 0
/proc/26060/statm: 550687 370415 190 443 0 550240 0
[pid=26072] ppid=26060 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26072/stat : 26072 (satsolver.sh) S 26060 26059 8900 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387347389 9367552 267 33554432000 4194304 5064252 140734707395152 140734707394064 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26072/statm: 2287 267 226 213 0 72 0
[pid=26073] ppid=26072 vsize=3294444 CPUtime=22.64 cores=1,3,5,7
/proc/26073/stat : 26073 (glucose) R 26072 26059 8900 0 -1 4202496 340373 0 0 0 2109 155 0 0 20 0 1 0 387347390 3373510656 710522 33554432000 4194304 5208918 140735456908560 140735456906408 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26073/statm: 823611 710522 96 248 0 823360 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 5515488

[startup+102.307 s]
/proc/loadavg: 2.31 2.14 2.05 3/181 26073
/proc/meminfo: memFree=20238408/32873844 swapFree=7120/7120
[pid=26059] ppid=26057 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26059/stat : 26059 (npSolver-wbo-It) S 26057 26059 8900 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387344545 9367552 275 33554432000 4194304 5064252 140737397943600 140737397942512 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26059/statm: 2287 275 233 213 0 72 0
[pid=26060] ppid=26059 vsize=2202748 CPUtime=28.35 cores=1,3,5,7
/proc/26060/stat : 26060 (npSolver-wbo) S 26059 26059 8900 0 -1 4202496 51376 30993 0 0 2013 318 496 8 20 0 1 0 387344545 2255613952 370415 33554432000 4194304 6006132 140735072332592 140735072323984 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 5 0 0
/proc/26060/statm: 550687 370415 190 443 0 550240 0
[pid=26072] ppid=26060 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26072/stat : 26072 (satsolver.sh) S 26060 26059 8900 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387347389 9367552 267 33554432000 4194304 5064252 140734707395152 140734707394064 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26072/statm: 2287 267 226 213 0 72 0
[pid=26073] ppid=26072 vsize=3296104 CPUtime=73.84 cores=1,3,5,7
/proc/26073/stat : 26073 (glucose) R 26072 26059 8900 0 -1 4202496 340888 0 0 0 7229 155 0 0 20 0 1 0 387347390 3375210496 711037 33554432000 4194304 5208918 140735456908560 140735456906232 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26073/statm: 824026 711037 105 248 0 823775 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 5517148

[startup+162.301 s]
/proc/loadavg: 2.11 2.12 2.04 3/181 26074
/proc/meminfo: memFree=20239400/32873844 swapFree=7120/7120
[pid=26059] ppid=26057 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26059/stat : 26059 (npSolver-wbo-It) S 26057 26059 8900 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387344545 9367552 275 33554432000 4194304 5064252 140737397943600 140737397942512 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26059/statm: 2287 275 233 213 0 72 0
[pid=26060] ppid=26059 vsize=2202748 CPUtime=28.35 cores=1,3,5,7
/proc/26060/stat : 26060 (npSolver-wbo) S 26059 26059 8900 0 -1 4202496 51376 30993 0 0 2013 318 496 8 20 0 1 0 387344545 2255613952 370415 33554432000 4194304 6006132 140735072332592 140735072323984 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 5 0 0
/proc/26060/statm: 550687 370415 190 443 0 550240 0
[pid=26072] ppid=26060 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26072/stat : 26072 (satsolver.sh) S 26060 26059 8900 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387347389 9367552 267 33554432000 4194304 5064252 140734707395152 140734707394064 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26072/statm: 2287 267 226 213 0 72 0
[pid=26073] ppid=26072 vsize=3296632 CPUtime=133.82 cores=1,3,5,7
/proc/26073/stat : 26073 (glucose) R 26072 26059 8900 0 -1 4202496 341018 0 0 0 13227 155 0 0 20 0 1 0 387347390 3375751168 711167 33554432000 4194304 5208918 140735456908560 140735456906408 4205143 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26073/statm: 824158 711167 105 248 0 823907 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 5517676

[startup+222.3 s]
/proc/loadavg: 2.04 2.09 2.04 3/181 26074
/proc/meminfo: memFree=20239152/32873844 swapFree=7120/7120
[pid=26059] ppid=26057 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26059/stat : 26059 (npSolver-wbo-It) S 26057 26059 8900 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387344545 9367552 275 33554432000 4194304 5064252 140737397943600 140737397942512 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26059/statm: 2287 275 233 213 0 72 0
[pid=26060] ppid=26059 vsize=2202748 CPUtime=28.35 cores=1,3,5,7
/proc/26060/stat : 26060 (npSolver-wbo) S 26059 26059 8900 0 -1 4202496 51376 30993 0 0 2013 318 496 8 20 0 1 0 387344545 2255613952 370415 33554432000 4194304 6006132 140735072332592 140735072323984 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 5 0 0
/proc/26060/statm: 550687 370415 190 443 0 550240 0
[pid=26072] ppid=26060 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26072/stat : 26072 (satsolver.sh) S 26060 26059 8900 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387347389 9367552 267 33554432000 4194304 5064252 140734707395152 140734707394064 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26072/statm: 2287 267 226 213 0 72 0
[pid=26073] ppid=26072 vsize=3297036 CPUtime=193.81 cores=1,3,5,7
/proc/26073/stat : 26073 (glucose) R 26072 26059 8900 0 -1 4202496 341096 0 0 0 19226 155 0 0 20 0 1 0 387347390 3376164864 711245 33554432000 4194304 5208918 140735456908560 140735456906312 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26073/statm: 824259 711245 105 248 0 824008 0
Current children cumulated CPU time (s) 222.16

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

/proc/26073/stat : 26073 (glucose) R 26072 26059 8900 0 -1 4202496 343630 0 0 0 133208 156 0 0 20 0 1 0 387347390 3386875904 718889 33554432000 4194304 5208918 140735456908560 140735456906456 4210976 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26073/statm: 826874 718889 105 248 0 826623 0
Current children cumulated CPU time (s) 1361.99
Current children cumulated vsize (KiB) 5528540

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 26085
/proc/meminfo: memFree=20203844/32873844 swapFree=7120/7120
[pid=26059] ppid=26057 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26059/stat : 26059 (npSolver-wbo-It) S 26057 26059 8900 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387344545 9367552 275 33554432000 4194304 5064252 140737397943600 140737397942512 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26059/statm: 2287 275 233 213 0 72 0
[pid=26060] ppid=26059 vsize=2202748 CPUtime=28.35 cores=1,3,5,7
/proc/26060/stat : 26060 (npSolver-wbo) S 26059 26059 8900 0 -1 4202496 51376 30993 0 0 2013 318 496 8 20 0 1 0 387344545 2255613952 370415 33554432000 4194304 6006132 140735072332592 140735072323984 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 5 0 0
/proc/26060/statm: 550687 370415 190 443 0 550240 0
[pid=26072] ppid=26060 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26072/stat : 26072 (satsolver.sh) S 26060 26059 8900 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387347389 9367552 267 33554432000 4194304 5064252 140734707395152 140734707394064 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26072/statm: 2287 267 226 213 0 72 0
[pid=26073] ppid=26072 vsize=3308024 CPUtime=1393.63 cores=1,3,5,7
/proc/26073/stat : 26073 (glucose) R 26072 26059 8900 0 -1 4202496 343790 0 0 0 139207 156 0 0 20 0 1 0 387347390 3387416576 719049 33554432000 4194304 5208918 140735456908560 140735456906408 4211027 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26073/statm: 827006 719049 105 248 0 826755 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 5529068

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 26085
/proc/meminfo: memFree=20197268/32873844 swapFree=7120/7120
[pid=26059] ppid=26057 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26059/stat : 26059 (npSolver-wbo-It) S 26057 26059 8900 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387344545 9367552 275 33554432000 4194304 5064252 140737397943600 140737397942512 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26059/statm: 2287 275 233 213 0 72 0
[pid=26060] ppid=26059 vsize=2202748 CPUtime=28.35 cores=1,3,5,7
/proc/26060/stat : 26060 (npSolver-wbo) S 26059 26059 8900 0 -1 4202496 51376 30993 0 0 2013 318 496 8 20 0 1 0 387344545 2255613952 370415 33554432000 4194304 6006132 140735072332592 140735072323984 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 5 0 0
/proc/26060/statm: 550687 370415 190 443 0 550240 0
[pid=26072] ppid=26060 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26072/stat : 26072 (satsolver.sh) S 26060 26059 8900 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387347389 9367552 267 33554432000 4194304 5064252 140734707395152 140734707394064 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26072/statm: 2287 267 226 213 0 72 0
[pid=26073] ppid=26072 vsize=3309956 CPUtime=1453.62 cores=1,3,5,7
/proc/26073/stat : 26073 (glucose) R 26072 26059 8900 0 -1 4202496 344264 0 0 0 145205 157 0 0 20 0 1 0 387347390 3389394944 720545 33554432000 4194304 5208918 140735456908560 140735456906408 4229888 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26073/statm: 827489 720545 105 248 0 827238 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 5531000

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 26085
/proc/meminfo: memFree=20191004/32873844 swapFree=7120/7120
[pid=26059] ppid=26057 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26059/stat : 26059 (npSolver-wbo-It) S 26057 26059 8900 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387344545 9367552 275 33554432000 4194304 5064252 140737397943600 140737397942512 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26059/statm: 2287 275 233 213 0 72 0
[pid=26060] ppid=26059 vsize=2202748 CPUtime=28.35 cores=1,3,5,7
/proc/26060/stat : 26060 (npSolver-wbo) S 26059 26059 8900 0 -1 4202496 51376 30993 0 0 2013 318 496 8 20 0 1 0 387344545 2255613952 370415 33554432000 4194304 6006132 140735072332592 140735072323984 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 5 0 0
/proc/26060/statm: 550687 370415 190 443 0 550240 0
[pid=26072] ppid=26060 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26072/stat : 26072 (satsolver.sh) S 26060 26059 8900 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387347389 9367552 267 33554432000 4194304 5064252 140734707395152 140734707394064 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26072/statm: 2287 267 226 213 0 72 0
[pid=26073] ppid=26072 vsize=3311408 CPUtime=1513.61 cores=1,3,5,7
/proc/26073/stat : 26073 (glucose) R 26072 26059 8900 0 -1 4202496 344662 0 0 0 151204 157 0 0 20 0 1 0 387347390 3390881792 721454 33554432000 4194304 5208918 140735456908560 140735456906408 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26073/statm: 827852 721454 105 248 0 827601 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 5532452

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 26085
/proc/meminfo: memFree=20184496/32873844 swapFree=7120/7120
[pid=26059] ppid=26057 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26059/stat : 26059 (npSolver-wbo-It) S 26057 26059 8900 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387344545 9367552 275 33554432000 4194304 5064252 140737397943600 140737397942512 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26059/statm: 2287 275 233 213 0 72 0
[pid=26060] ppid=26059 vsize=2202748 CPUtime=28.35 cores=1,3,5,7
/proc/26060/stat : 26060 (npSolver-wbo) S 26059 26059 8900 0 -1 4202496 51376 30993 0 0 2013 318 496 8 20 0 1 0 387344545 2255613952 370415 33554432000 4194304 6006132 140735072332592 140735072323984 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 5 0 0
/proc/26060/statm: 550687 370415 190 443 0 550240 0
[pid=26072] ppid=26060 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26072/stat : 26072 (satsolver.sh) S 26060 26059 8900 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387347389 9367552 267 33554432000 4194304 5064252 140734707395152 140734707394064 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26072/statm: 2287 267 226 213 0 72 0
[pid=26073] ppid=26072 vsize=3314264 CPUtime=1573.6 cores=1,3,5,7
/proc/26073/stat : 26073 (glucose) R 26072 26059 8900 0 -1 4202496 345253 0 0 0 157203 157 0 0 20 0 1 0 387347390 3393806336 723067 33554432000 4194304 5208918 140735456908560 140735456906520 4229344 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26073/statm: 828566 723067 105 248 0 828315 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 5535308

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 26089
/proc/meminfo: memFree=20174480/32873844 swapFree=7120/7120
[pid=26059] ppid=26057 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26059/stat : 26059 (npSolver-wbo-It) S 26057 26059 8900 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387344545 9367552 275 33554432000 4194304 5064252 140737397943600 140737397942512 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26059/statm: 2287 275 233 213 0 72 0
[pid=26060] ppid=26059 vsize=2202748 CPUtime=28.35 cores=1,3,5,7
/proc/26060/stat : 26060 (npSolver-wbo) S 26059 26059 8900 0 -1 4202496 51376 30993 0 0 2013 318 496 8 20 0 1 0 387344545 2255613952 370415 33554432000 4194304 6006132 140735072332592 140735072323984 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 5 0 0
/proc/26060/statm: 550687 370415 190 443 0 550240 0
[pid=26072] ppid=26060 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26072/stat : 26072 (satsolver.sh) S 26060 26059 8900 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387347389 9367552 267 33554432000 4194304 5064252 140734707395152 140734707394064 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26072/statm: 2287 267 226 213 0 72 0
[pid=26073] ppid=26072 vsize=3315860 CPUtime=1633.59 cores=1,3,5,7
/proc/26073/stat : 26073 (glucose) R 26072 26059 8900 0 -1 4202496 345702 0 0 0 163202 157 0 0 20 0 1 0 387347390 3395440640 725560 33554432000 4194304 5208918 140735456908560 140735456906408 4211897 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26073/statm: 828965 725560 105 248 0 828714 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 5536904

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 26089
/proc/meminfo: memFree=20166112/32873844 swapFree=7120/7120
[pid=26059] ppid=26057 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26059/stat : 26059 (npSolver-wbo-It) S 26057 26059 8900 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387344545 9367552 275 33554432000 4194304 5064252 140737397943600 140737397942512 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26059/statm: 2287 275 233 213 0 72 0
[pid=26060] ppid=26059 vsize=2202748 CPUtime=28.35 cores=1,3,5,7
/proc/26060/stat : 26060 (npSolver-wbo) S 26059 26059 8900 0 -1 4202496 51376 30993 0 0 2013 318 496 8 20 0 1 0 387344545 2255613952 370415 33554432000 4194304 6006132 140735072332592 140735072323984 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 5 0 0
/proc/26060/statm: 550687 370415 190 443 0 550240 0
[pid=26072] ppid=26060 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26072/stat : 26072 (satsolver.sh) S 26060 26059 8900 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387347389 9367552 267 33554432000 4194304 5064252 140734707395152 140734707394064 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26072/statm: 2287 267 226 213 0 72 0
[pid=26073] ppid=26072 vsize=3317852 CPUtime=1693.58 cores=1,3,5,7
/proc/26073/stat : 26073 (glucose) R 26072 26059 8900 0 -1 4202496 346224 0 0 0 169200 158 0 0 20 0 1 0 387347390 3397480448 727615 33554432000 4194304 5208918 140735456908560 140735456906408 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26073/statm: 829463 727615 105 248 0 829212 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 5538896

[startup+1782.3 s]
/proc/loadavg: 1.72 1.93 1.98 2/172 26114
/proc/meminfo: memFree=24015220/32873844 swapFree=7120/7120
[pid=26059] ppid=26057 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26059/stat : 26059 (npSolver-wbo-It) S 26057 26059 8900 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387344545 9367552 275 33554432000 4194304 5064252 140737397943600 140737397942512 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26059/statm: 2287 275 233 213 0 72 0
[pid=26060] ppid=26059 vsize=2202748 CPUtime=28.35 cores=1,3,5,7
/proc/26060/stat : 26060 (npSolver-wbo) S 26059 26059 8900 0 -1 4202496 51376 30993 0 0 2013 318 496 8 20 0 1 0 387344545 2255613952 370415 33554432000 4194304 6006132 140735072332592 140735072323984 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 5 0 0
/proc/26060/statm: 550687 370415 190 443 0 550240 0
[pid=26072] ppid=26060 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26072/stat : 26072 (satsolver.sh) S 26060 26059 8900 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387347389 9367552 267 33554432000 4194304 5064252 140734707395152 140734707394064 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26072/statm: 2287 267 226 213 0 72 0
[pid=26073] ppid=26072 vsize=3319668 CPUtime=1753.57 cores=1,3,5,7
/proc/26073/stat : 26073 (glucose) R 26072 26059 8900 0 -1 4202496 346664 0 0 0 175199 158 0 0 20 0 1 0 387347390 3399340032 729077 33554432000 4194304 5208918 140735456908560 140735456906312 4211665 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26073/statm: 829917 729077 105 248 0 829666 0
Current children cumulated CPU time (s) 1781.92
Current children cumulated vsize (KiB) 5540712



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 1.51 1.87 1.96 2/172 26114
/proc/meminfo: memFree=24012676/32873844 swapFree=7120/7120
[pid=26059] ppid=26057 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26059/stat : 26059 (npSolver-wbo-It) S 26057 26059 8900 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387344545 9367552 275 33554432000 4194304 5064252 140737397943600 140737397942512 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26059/statm: 2287 275 233 213 0 72 0
[pid=26060] ppid=26059 vsize=2202748 CPUtime=28.35 cores=1,3,5,7
/proc/26060/stat : 26060 (npSolver-wbo) S 26059 26059 8900 0 -1 4202496 51376 30993 0 0 2013 318 496 8 20 0 1 0 387344545 2255613952 370415 33554432000 4194304 6006132 140735072332592 140735072323984 5187998 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 5 0 0
/proc/26060/statm: 550687 370415 190 443 0 550240 0
[pid=26072] ppid=26060 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26072/stat : 26072 (satsolver.sh) S 26060 26059 8900 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387347389 9367552 267 33554432000 4194304 5064252 140734707395152 140734707394064 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26072/statm: 2287 267 226 213 0 72 0
[pid=26073] ppid=26072 vsize=3320076 CPUtime=1771.68 cores=1,3,5,7
/proc/26073/stat : 26073 (glucose) R 26072 26059 8900 0 -1 4202496 346809 0 0 0 177009 159 0 0 20 0 1 0 387347390 3399757824 729733 33554432000 4194304 5208918 140735456908560 140735456906408 4211570 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26073/statm: 830019 729733 105 248 0 829768 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 5541120

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 26059 and gives
#  childrusage.ru_utime.tv_sec=25
#  childrusage.ru_utime.tv_usec=107183
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=283500
# CPU time returned by wait4() is 28.3907
# while last known CPU time is 1800.03
#
# 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.03
CPU user time (s): 1795.18
CPU system time (s): 4.85
CPU usage (%): 99.9782
Max. virtual memory (cumulated for all children) (KiB): 6950560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.1072
system time used= 3.2835
maximum resident set size= 2860516
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83347
page faults= 0
swaps= 0
block input operations= 48
block output operations= 2782864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 421
involuntary context switches= 67

runsolver used 6.46502 second user time and 18.7232 second system time

The end

Launcher Data

Begin job on node104 at 2012-06-09 05:22:40
IDJOB=3752792
IDBENCH=79565
IDSOLVER=2336
FILE ID=node104/3752792-1339212158
RUNJOBID= node104-1339204918-8917
PBS_JOBID= 14643871
Free space on /tmp= 68592 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/scens/normalized-scen06-18reduc_wcsp.wbo
COMMAND LINE= DIR/npSolver-wbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3752792-1339212158/watcher-3752792-1339212158 -o /tmp/evaluation-result-3752792-1339212158/solver-3752792-1339212158 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3752792-1339212158.wbo 1670951451 HOME HOME

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

MD5SUM BENCH= da80b320d983b4610e4558746e61248d
RANDOM SEED=1670951451

node104.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.266
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.53
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.266
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.266
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.266
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.92
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.266
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.266
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.266
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.266
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26005056 kB
Buffers:          697192 kB
Cached:          2341824 kB
SwapCached:         1864 kB
Active:          5744652 kB
Inactive:         132472 kB
Active(anon):    2833732 kB
Inactive(anon):     5824 kB
Active(file):    2910920 kB
Inactive(file):   126648 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67102148 kB
Dirty:            263664 kB
Writeback:             8 kB
AnonPages:       2736224 kB
Mapped:            10256 kB
Shmem:                 4 kB
Slab:             846488 kB
SReclaimable:     284008 kB
SUnreclaim:       562480 kB
KernelStack:        1440 kB
PageTables:         9676 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3486944 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1144832 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= 68144 MiB
End job on node104 at 2012-06-09 05:52:40