Trace number 3753511

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 (fixed)? (TO) 1800.13 1805.12

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/spot5/
normalized-spot5-29_wcsp.wbo
MD5SUM429cc4a9012eaf2031e2cb9a0fbbc756
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark8059
Best CPU time to get the best result obtained on this benchmark75.6
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables202
Total number of constraints774
Number of soft constraints692
Number of constraints which are clauses692
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 constraint4
Top cost 20092
Min constraint cost 1
Max constraint cost 20092
Sum of constraints costs 12276211
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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.01	c run usual solver
0.00/0.04	o 4822082
0.00/0.04	c fallback to adder encoding
1451.15/1455.94	o 4821120
1451.15/1455.94	c fallback to adder encoding
1800.10/1805.11	./satsolver.sh: line 5:  8140 Terminated              ./glucose $1 > $2 2> /dev/null
1800.10/1805.11	c error: unexpected solver exit code
1800.10/1805.11	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3753511-1339206463/watcher-3753511-1339206463 -o /tmp/evaluation-result-3753511-1339206463/solver-3753511-1339206463 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3753511-1339206463.wbo 1713458387 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: 5.65 3.95 2.56 4/185 6306
/proc/meminfo: memFree=14417804/32873852 swapFree=7632/7632
[pid=6306] ppid=6304 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6306/stat : 6306 (npSolver-wbo-It) S 6304 6306 6170 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 386771343 9367552 275 33554432000 4194304 5064252 140736591274960 140736591273872 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6306/statm: 2287 275 233 213 0 72 0

[startup+0.0263411 s]
/proc/loadavg: 5.65 3.95 2.56 4/185 6306
/proc/meminfo: memFree=14417804/32873852 swapFree=7632/7632
[pid=6306] ppid=6304 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6306/stat : 6306 (npSolver-wbo-It) S 6304 6306 6170 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 386771343 9367552 275 33554432000 4194304 5064252 140736591274960 140736591273872 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6306/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100289 s]
/proc/loadavg: 5.65 3.95 2.56 4/185 6306
/proc/meminfo: memFree=14417804/32873852 swapFree=7632/7632
[pid=6306] ppid=6304 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6306/stat : 6306 (npSolver-wbo-It) S 6304 6306 6170 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 386771343 9367552 275 33554432000 4194304 5064252 140736591274960 140736591273872 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6306/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300229 s]
/proc/loadavg: 5.65 3.95 2.56 4/185 6306
/proc/meminfo: memFree=14417804/32873852 swapFree=7632/7632
[pid=6306] ppid=6304 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6306/stat : 6306 (npSolver-wbo-It) S 6304 6306 6170 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 386771343 9367552 275 33554432000 4194304 5064252 140736591274960 140736591273872 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6306/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70022 s]
/proc/loadavg: 5.65 3.95 2.56 4/185 6306
/proc/meminfo: memFree=14417804/32873852 swapFree=7632/7632
[pid=6306] ppid=6304 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6306/stat : 6306 (npSolver-wbo-It) S 6304 6306 6170 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 386771343 9367552 275 33554432000 4194304 5064252 140736591274960 140736591273872 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6306/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50034 s]
/proc/loadavg: 5.65 3.95 2.56 5/190 6402
/proc/meminfo: memFree=19783368/32873852 swapFree=7632/7632
[pid=6306] ppid=6304 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6306/stat : 6306 (npSolver-wbo-It) S 6304 6306 6170 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 386771343 9367552 275 33554432000 4194304 5064252 140736591274960 140736591273872 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6306/statm: 2287 275 233 213 0 72 0
[pid=6307] ppid=6306 vsize=36564 CPUtime=0.19 cores=0,2,4,6
/proc/6307/stat : 6307 (npSolver-wbo) S 6306 6306 6170 0 -1 4202496 4079 5338 0 0 16 2 0 1 20 0 1 0 386771343 37441536 7526 33554432000 4194304 6006132 140736602031984 140736602023376 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6307/statm: 9141 7526 177 443 0 8694 0
[pid=6339] ppid=6307 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6339/stat : 6339 (satsolver.sh) S 6307 6306 6170 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386771365 9367552 266 33554432000 4194304 5064252 140733495032784 140733495031696 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6339/statm: 2287 266 226 213 0 72 0
[pid=6340] ppid=6339 vsize=47672 CPUtime=1.26 cores=0,2,4,6
/proc/6340/stat : 6340 (glucose) R 6339 6306 6170 0 -1 4202496 9645 0 0 0 124 2 0 0 20 0 1 0 386771365 48816128 10058 33554432000 4194304 5208918 140734270841072 140734270838920 4224532 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6340/statm: 11918 10058 105 248 0 11667 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 102532

[startup+3.10038 s]
/proc/loadavg: 5.65 3.95 2.56 4/188 6432
/proc/meminfo: memFree=26783000/32873852 swapFree=7632/7632
[pid=6306] ppid=6304 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6306/stat : 6306 (npSolver-wbo-It) S 6304 6306 6170 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 386771343 9367552 275 33554432000 4194304 5064252 140736591274960 140736591273872 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6306/statm: 2287 275 233 213 0 72 0
[pid=6307] ppid=6306 vsize=36564 CPUtime=0.19 cores=0,2,4,6
/proc/6307/stat : 6307 (npSolver-wbo) S 6306 6306 6170 0 -1 4202496 4079 5338 0 0 16 2 0 1 20 0 1 0 386771343 37441536 7526 33554432000 4194304 6006132 140736602031984 140736602023376 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6307/statm: 9141 7526 177 443 0 8694 0
[pid=6339] ppid=6307 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6339/stat : 6339 (satsolver.sh) S 6307 6306 6170 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386771365 9367552 266 33554432000 4194304 5064252 140733495032784 140733495031696 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6339/statm: 2287 266 226 213 0 72 0
[pid=6340] ppid=6339 vsize=54856 CPUtime=2.87 cores=0,2,4,6
/proc/6340/stat : 6340 (glucose) R 6339 6306 6170 0 -1 4202496 10766 0 0 0 284 3 0 0 20 0 1 0 386771365 56172544 12417 33554432000 4194304 5208918 140734270841072 140734270838936 4211518 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6340/statm: 13714 12417 105 248 0 13463 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 109716

[startup+6.3004 s]
/proc/loadavg: 5.43 3.93 2.56 3/187 6432
/proc/meminfo: memFree=26931552/32873852 swapFree=7632/7632
[pid=6306] ppid=6304 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6306/stat : 6306 (npSolver-wbo-It) S 6304 6306 6170 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 386771343 9367552 275 33554432000 4194304 5064252 140736591274960 140736591273872 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6306/statm: 2287 275 233 213 0 72 0
[pid=6307] ppid=6306 vsize=36564 CPUtime=0.19 cores=0,2,4,6
/proc/6307/stat : 6307 (npSolver-wbo) S 6306 6306 6170 0 -1 4202496 4079 5338 0 0 16 2 0 1 20 0 1 0 386771343 37441536 7526 33554432000 4194304 6006132 140736602031984 140736602023376 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6307/statm: 9141 7526 177 443 0 8694 0
[pid=6339] ppid=6307 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6339/stat : 6339 (satsolver.sh) S 6307 6306 6170 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386771365 9367552 266 33554432000 4194304 5064252 140733495032784 140733495031696 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6339/statm: 2287 266 226 213 0 72 0
[pid=6340] ppid=6339 vsize=59276 CPUtime=6.06 cores=0,2,4,6
/proc/6340/stat : 6340 (glucose) R 6339 6306 6170 0 -1 4202496 10842 0 0 0 603 3 0 0 20 0 1 0 386771365 60698624 13502 33554432000 4194304 5208918 140734270841072 140734270837448 4232812 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6340/statm: 14819 13502 105 248 0 14568 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 114136

[startup+13.0221 s]
/proc/loadavg: 5.24 3.92 2.57 4/188 6840
/proc/meminfo: memFree=26889800/32873852 swapFree=7632/7632
[pid=6306] ppid=6304 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6306/stat : 6306 (npSolver-wbo-It) S 6304 6306 6170 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 386771343 9367552 275 33554432000 4194304 5064252 140736591274960 140736591273872 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6306/statm: 2287 275 233 213 0 72 0
[pid=6307] ppid=6306 vsize=36564 CPUtime=0.19 cores=0,2,4,6
/proc/6307/stat : 6307 (npSolver-wbo) S 6306 6306 6170 0 -1 4202496 4079 5338 0 0 16 2 0 1 20 0 1 0 386771343 37441536 7526 33554432000 4194304 6006132 140736602031984 140736602023376 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6307/statm: 9141 7526 177 443 0 8694 0
[pid=6339] ppid=6307 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6339/stat : 6339 (satsolver.sh) S 6307 6306 6170 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386771365 9367552 266 33554432000 4194304 5064252 140733495032784 140733495031696 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6339/statm: 2287 266 226 213 0 72 0
[pid=6340] ppid=6339 vsize=85136 CPUtime=12.79 cores=0,2,4,6
/proc/6340/stat : 6340 (glucose) R 6339 6306 6170 0 -1 4202496 12315 0 0 0 1274 5 0 0 20 0 1 0 386771365 87179264 16803 33554432000 4194304 5208918 140734270841072 140734270837448 4240583 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6340/statm: 21284 16803 105 248 0 21033 0
Current children cumulated CPU time (s) 12.98
Current children cumulated vsize (KiB) 139996

[startup+26.091 s]
/proc/loadavg: 4.89 3.88 2.57 4/188 7239
/proc/meminfo: memFree=26855352/32873852 swapFree=7632/7632
[pid=6306] ppid=6304 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6306/stat : 6306 (npSolver-wbo-It) S 6304 6306 6170 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 386771343 9367552 275 33554432000 4194304 5064252 140736591274960 140736591273872 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6306/statm: 2287 275 233 213 0 72 0
[pid=6307] ppid=6306 vsize=36564 CPUtime=0.19 cores=0,2,4,6
/proc/6307/stat : 6307 (npSolver-wbo) S 6306 6306 6170 0 -1 4202496 4079 5338 0 0 16 2 0 1 20 0 1 0 386771343 37441536 7526 33554432000 4194304 6006132 140736602031984 140736602023376 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6307/statm: 9141 7526 177 443 0 8694 0
[pid=6339] ppid=6307 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6339/stat : 6339 (satsolver.sh) S 6307 6306 6170 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386771365 9367552 266 33554432000 4194304 5064252 140733495032784 140733495031696 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6339/statm: 2287 266 226 213 0 72 0
[pid=6340] ppid=6339 vsize=98744 CPUtime=25.85 cores=0,2,4,6
/proc/6340/stat : 6340 (glucose) R 6339 6306 6170 0 -1 4202496 12919 0 0 0 2580 5 0 0 20 0 1 0 386771365 101113856 22435 33554432000 4194304 5208918 140734270841072 140734270837384 4211623 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6340/statm: 24686 22435 105 248 0 24435 0
Current children cumulated CPU time (s) 26.04
Current children cumulated vsize (KiB) 153604

[startup+51.7041 s]
/proc/loadavg: 4.25 3.81 2.58 4/187 7966
/proc/meminfo: memFree=26756756/32873852 swapFree=7632/7632
[pid=6306] ppid=6304 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6306/stat : 6306 (npSolver-wbo-It) S 6304 6306 6170 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 386771343 9367552 275 33554432000 4194304 5064252 140736591274960 140736591273872 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6306/statm: 2287 275 233 213 0 72 0
[pid=6307] ppid=6306 vsize=36564 CPUtime=0.19 cores=0,2,4,6
/proc/6307/stat : 6307 (npSolver-wbo) S 6306 6306 6170 0 -1 4202496 4079 5338 0 0 16 2 0 1 20 0 1 0 386771343 37441536 7526 33554432000 4194304 6006132 140736602031984 140736602023376 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6307/statm: 9141 7526 177 443 0 8694 0
[pid=6339] ppid=6307 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6339/stat : 6339 (satsolver.sh) S 6307 6306 6170 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386771365 9367552 266 33554432000 4194304 5064252 140733495032784 140733495031696 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6339/statm: 2287 266 226 213 0 72 0
[pid=6340] ppid=6339 vsize=110520 CPUtime=51.46 cores=0,2,4,6
/proc/6340/stat : 6340 (glucose) R 6339 6306 6170 0 -1 4202496 13518 0 0 0 5130 16 0 0 20 0 1 0 386771365 113172480 25507 33554432000 4194304 5208918 140734270841072 140734270837448 4229365 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/6340/statm: 27630 25507 105 248 0 27379 0
Current children cumulated CPU time (s) 51.65
Current children cumulated vsize (KiB) 165380

[startup+103.255 s]
/proc/loadavg: 3.15 3.59 2.57 3/184 8005
/proc/meminfo: memFree=26705544/32873852 swapFree=7632/7632
[pid=6306] ppid=6304 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6306/stat : 6306 (npSolver-wbo-It) S 6304 6306 6170 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 386771343 9367552 275 33554432000 4194304 5064252 140736591274960 140736591273872 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6306/statm: 2287 275 233 213 0 72 0
[pid=6307] ppid=6306 vsize=36564 CPUtime=0.19 cores=0,2,4,6
/proc/6307/stat : 6307 (npSolver-wbo) S 6306 6306 6170 0 -1 4202496 4079 5338 0 0 16 2 0 1 20 0 1 0 386771343 37441536 7526 33554432000 4194304 6006132 140736602031984 140736602023376 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6307/statm: 9141 7526 177 443 0 8694 0
[pid=6339] ppid=6307 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6339/stat : 6339 (satsolver.sh) S 6307 6306 6170 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386771365 9367552 266 33554432000 4194304 5064252 140733495032784 140733495031696 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6339/statm: 2287 266 226 213 0 72 0
[pid=6340] ppid=6339 vsize=110520 CPUtime=102.97 cores=0,2,4,6
/proc/6340/stat : 6340 (glucose) R 6339 6306 6170 0 -1 4202496 14378 0 0 0 10275 22 0 0 20 0 1 0 386771365 113172480 26567 33554432000 4194304 5208918 140734270841072 140734270839160 4229546 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/6340/statm: 27630 26567 105 248 0 27379 0
Current children cumulated CPU time (s) 103.16
Current children cumulated vsize (KiB) 165380

[startup+162.315 s]
/proc/loadavg: 2.46 3.32 2.54 3/184 8008
/proc/meminfo: memFree=26703388/32873852 swapFree=7632/7632
[pid=6306] ppid=6304 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6306/stat : 6306 (npSolver-wbo-It) S 6304 6306 6170 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 386771343 9367552 275 33554432000 4194304 5064252 140736591274960 140736591273872 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6306/statm: 2287 275 233 213 0 72 0
[pid=6307] ppid=6306 vsize=36564 CPUtime=0.19 cores=0,2,4,6
/proc/6307/stat : 6307 (npSolver-wbo) S 6306 6306 6170 0 -1 4202496 4079 5338 0 0 16 2 0 1 20 0 1 0 386771343 37441536 7526 33554432000 4194304 6006132 140736602031984 140736602023376 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6307/statm: 9141 7526 177 443 0 8694 0
[pid=6339] ppid=6307 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1422.3 s]
/proc/loadavg: 2.61 2.16 2.16 2/180 8133
/proc/meminfo: memFree=21537196/32873852 swapFree=7632/7632
[pid=6306] ppid=6304 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6306/stat : 6306 (npSolver-wbo-It) S 6304 6306 6170 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 386771343 9367552 275 33554432000 4194304 5064252 140736591274960 140736591273872 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6306/statm: 2287 275 233 213 0 72 0
[pid=6307] ppid=6306 vsize=36564 CPUtime=0.19 cores=0,2,4,6
/proc/6307/stat : 6307 (npSolver-wbo) S 6306 6306 6170 0 -1 4202496 4079 5338 0 0 16 2 0 1 20 0 1 0 386771343 37441536 7526 33554432000 4194304 6006132 140736602031984 140736602023376 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6307/statm: 9141 7526 177 443 0 8694 0
[pid=6339] ppid=6307 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6339/stat : 6339 (satsolver.sh) S 6307 6306 6170 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386771365 9367552 266 33554432000 4194304 5064252 140733495032784 140733495031696 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6339/statm: 2287 266 226 213 0 72 0
[pid=6340] ppid=6339 vsize=319916 CPUtime=1417.52 cores=0,2,4,6
/proc/6340/stat : 6340 (glucose) R 6339 6306 6170 0 -1 4202496 82464 0 0 0 141611 141 0 0 20 0 1 0 386771365 327593984 66638 33554432000 4194304 5208918 140734270841072 140734270839224 4211897 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6340/statm: 79979 66638 105 248 0 79728 0
Current children cumulated CPU time (s) 1417.71
Current children cumulated vsize (KiB) 374776

[startup+1482.3 s]
/proc/loadavg: 4.12 2.67 2.34 2/180 8140
/proc/meminfo: memFree=16339644/32873852 swapFree=7632/7632
[pid=6306] ppid=6304 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6306/stat : 6306 (npSolver-wbo-It) S 6304 6306 6170 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 386771343 9367552 275 33554432000 4194304 5064252 140736591274960 140736591273872 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6306/statm: 2287 275 233 213 0 72 0
[pid=6307] ppid=6306 vsize=36564 CPUtime=1451.5 cores=0,2,4,6
/proc/6307/stat : 6307 (npSolver-wbo) S 6306 6306 6170 0 -1 4202496 6631 92239 0 0 32 4 144964 150 20 0 1 0 386771343 37441536 7383 33554432000 4194304 6006132 140736602031984 140736602023376 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6307/statm: 9141 7383 177 443 0 8694 0
[pid=8139] ppid=6307 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8139/stat : 8139 (satsolver.sh) S 6307 6306 6170 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386916525 9367552 267 33554432000 4194304 5064252 140736513161008 140736513159920 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8139/statm: 2287 267 226 213 0 72 0
[pid=8140] ppid=8139 vsize=85036 CPUtime=25.85 cores=0,2,4,6
/proc/8140/stat : 8140 (glucose) R 8139 6306 6170 0 -1 4202496 11885 0 0 0 2579 6 0 0 20 0 1 0 386916526 87076864 20174 33554432000 4194304 5208918 140733865371840 140733865368216 4229365 0 0 4096 0 0 0 0 17 4 0 0 31 0 0
/proc/8140/statm: 21259 20174 105 248 0 21008 0
Current children cumulated CPU time (s) 1477.35
Current children cumulated vsize (KiB) 139896

[startup+1542.31 s]
/proc/loadavg: 4.71 3.11 2.51 2/180 8140
/proc/meminfo: memFree=16351496/32873852 swapFree=7632/7632
[pid=6306] ppid=6304 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6306/stat : 6306 (npSolver-wbo-It) S 6304 6306 6170 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 386771343 9367552 275 33554432000 4194304 5064252 140736591274960 140736591273872 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6306/statm: 2287 275 233 213 0 72 0
[pid=6307] ppid=6306 vsize=36564 CPUtime=1451.5 cores=0,2,4,6
/proc/6307/stat : 6307 (npSolver-wbo) S 6306 6306 6170 0 -1 4202496 6631 92239 0 0 32 4 144964 150 20 0 1 0 386771343 37441536 7383 33554432000 4194304 6006132 140736602031984 140736602023376 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6307/statm: 9141 7383 177 443 0 8694 0
[pid=8139] ppid=6307 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8139/stat : 8139 (satsolver.sh) S 6307 6306 6170 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386916525 9367552 267 33554432000 4194304 5064252 140736513161008 140736513159920 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8139/statm: 2287 267 226 213 0 72 0
[pid=8140] ppid=8139 vsize=134892 CPUtime=85.85 cores=0,2,4,6
/proc/8140/stat : 8140 (glucose) R 8139 6306 6170 0 -1 4202496 13988 0 0 0 8576 9 0 0 20 0 1 0 386916526 138129408 28524 33554432000 4194304 5208918 140733865371840 140733865368152 4229344 0 0 4096 0 0 0 0 17 4 0 0 31 0 0
/proc/8140/statm: 33723 28524 105 248 0 33472 0
Current children cumulated CPU time (s) 1537.35
Current children cumulated vsize (KiB) 189752

[startup+1602.3 s]
/proc/loadavg: 4.80 3.43 2.65 3/182 8192
/proc/meminfo: memFree=31061360/32873852 swapFree=7632/7632
[pid=6306] ppid=6304 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6306/stat : 6306 (npSolver-wbo-It) S 6304 6306 6170 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 386771343 9367552 275 33554432000 4194304 5064252 140736591274960 140736591273872 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6306/statm: 2287 275 233 213 0 72 0
[pid=6307] ppid=6306 vsize=36564 CPUtime=1451.5 cores=0,2,4,6
/proc/6307/stat : 6307 (npSolver-wbo) S 6306 6306 6170 0 -1 4202496 6631 92239 0 0 32 4 144964 150 20 0 1 0 386771343 37441536 7383 33554432000 4194304 6006132 140736602031984 140736602023376 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6307/statm: 9141 7383 177 443 0 8694 0
[pid=8139] ppid=6307 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8139/stat : 8139 (satsolver.sh) S 6307 6306 6170 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386916525 9367552 267 33554432000 4194304 5064252 140736513161008 140736513159920 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8139/statm: 2287 267 226 213 0 72 0
[pid=8140] ppid=8139 vsize=184212 CPUtime=145.82 cores=0,2,4,6
/proc/8140/stat : 8140 (glucose) R 8139 6306 6170 0 -1 4202496 17966 0 0 0 14569 13 0 0 20 0 1 0 386916526 188633088 37245 33554432000 4194304 5208918 140733865371840 140733865368216 4229507 0 0 4096 0 0 0 0 17 4 0 0 31 0 0
/proc/8140/statm: 46053 37245 105 248 0 45802 0
Current children cumulated CPU time (s) 1597.32
Current children cumulated vsize (KiB) 239072

[startup+1662.3 s]
/proc/loadavg: 3.03 3.17 2.61 3/181 8193
/proc/meminfo: memFree=31050912/32873852 swapFree=7632/7632
[pid=6306] ppid=6304 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6306/stat : 6306 (npSolver-wbo-It) S 6304 6306 6170 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 386771343 9367552 275 33554432000 4194304 5064252 140736591274960 140736591273872 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6306/statm: 2287 275 233 213 0 72 0
[pid=6307] ppid=6306 vsize=36564 CPUtime=1451.5 cores=0,2,4,6
/proc/6307/stat : 6307 (npSolver-wbo) S 6306 6306 6170 0 -1 4202496 6631 92239 0 0 32 4 144964 150 20 0 1 0 386771343 37441536 7383 33554432000 4194304 6006132 140736602031984 140736602023376 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6307/statm: 9141 7383 177 443 0 8694 0
[pid=8139] ppid=6307 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8139/stat : 8139 (satsolver.sh) S 6307 6306 6170 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386916525 9367552 267 33554432000 4194304 5064252 140736513161008 140736513159920 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8139/statm: 2287 267 226 213 0 72 0
[pid=8140] ppid=8139 vsize=184212 CPUtime=205.8 cores=0,2,4,6
/proc/8140/stat : 8140 (glucose) R 8139 6306 6170 0 -1 4202496 20944 0 0 0 20563 17 0 0 20 0 1 0 386916526 188633088 37245 33554432000 4194304 5208918 140733865371840 140733865369832 4211834 0 0 4096 0 0 0 0 17 4 0 0 31 0 0
/proc/8140/statm: 46053 37245 105 248 0 45802 0
Current children cumulated CPU time (s) 1657.3
Current children cumulated vsize (KiB) 239072

[startup+1722.3 s]
/proc/loadavg: 2.38 2.95 2.57 3/181 8193
/proc/meminfo: memFree=31027320/32873852 swapFree=7632/7632
[pid=6306] ppid=6304 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6306/stat : 6306 (npSolver-wbo-It) S 6304 6306 6170 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 386771343 9367552 275 33554432000 4194304 5064252 140736591274960 140736591273872 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6306/statm: 2287 275 233 213 0 72 0
[pid=6307] ppid=6306 vsize=36564 CPUtime=1451.5 cores=0,2,4,6
/proc/6307/stat : 6307 (npSolver-wbo) S 6306 6306 6170 0 -1 4202496 6631 92239 0 0 32 4 144964 150 20 0 1 0 386771343 37441536 7383 33554432000 4194304 6006132 140736602031984 140736602023376 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6307/statm: 9141 7383 177 443 0 8694 0
[pid=8139] ppid=6307 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8139/stat : 8139 (satsolver.sh) S 6307 6306 6170 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386916525 9367552 267 33554432000 4194304 5064252 140736513161008 140736513159920 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8139/statm: 2287 267 226 213 0 72 0
[pid=8140] ppid=8139 vsize=215032 CPUtime=265.8 cores=0,2,4,6
/proc/8140/stat : 8140 (glucose) R 8139 6306 6170 0 -1 4202496 25007 0 0 0 26556 24 0 0 20 0 1 0 386916526 220192768 43087 33554432000 4194304 5208918 140733865371840 140733865369992 4205766 0 0 4096 0 0 0 0 17 4 0 0 31 0 0
/proc/8140/statm: 53758 43087 105 248 0 53507 0
Current children cumulated CPU time (s) 1717.3
Current children cumulated vsize (KiB) 269892

[startup+1782.3 s]
/proc/loadavg: 2.18 2.79 2.54 3/181 8193
/proc/meminfo: memFree=31011936/32873852 swapFree=7632/7632
[pid=6306] ppid=6304 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6306/stat : 6306 (npSolver-wbo-It) S 6304 6306 6170 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 386771343 9367552 275 33554432000 4194304 5064252 140736591274960 140736591273872 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6306/statm: 2287 275 233 213 0 72 0
[pid=6307] ppid=6306 vsize=36564 CPUtime=1451.5 cores=0,2,4,6
/proc/6307/stat : 6307 (npSolver-wbo) S 6306 6306 6170 0 -1 4202496 6631 92239 0 0 32 4 144964 150 20 0 1 0 386771343 37441536 7383 33554432000 4194304 6006132 140736602031984 140736602023376 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6307/statm: 9141 7383 177 443 0 8694 0
[pid=8139] ppid=6307 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8139/stat : 8139 (satsolver.sh) S 6307 6306 6170 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386916525 9367552 267 33554432000 4194304 5064252 140736513161008 140736513159920 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8139/statm: 2287 267 226 213 0 72 0
[pid=8140] ppid=8139 vsize=215032 CPUtime=325.79 cores=0,2,4,6
/proc/8140/stat : 8140 (glucose) R 8139 6306 6170 0 -1 4202496 29706 0 0 0 32548 31 0 0 20 0 1 0 386916526 220192768 43603 33554432000 4194304 5208918 140733865371840 140733865368152 4211744 0 0 4096 0 0 0 0 17 4 0 0 31 0 0
/proc/8140/statm: 53758 43603 105 248 0 53507 0
Current children cumulated CPU time (s) 1777.29
Current children cumulated vsize (KiB) 269892



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.1 s]
/proc/loadavg: 2.12 2.73 2.52 3/181 8193
/proc/meminfo: memFree=31032828/32873852 swapFree=7632/7632
[pid=6306] ppid=6304 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6306/stat : 6306 (npSolver-wbo-It) S 6304 6306 6170 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 386771343 9367552 275 33554432000 4194304 5064252 140736591274960 140736591273872 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6306/statm: 2287 275 233 213 0 72 0
[pid=6307] ppid=6306 vsize=36564 CPUtime=1451.5 cores=0,2,4,6
/proc/6307/stat : 6307 (npSolver-wbo) S 6306 6306 6170 0 -1 4202496 6631 92239 0 0 32 4 144964 150 20 0 1 0 386771343 37441536 7383 33554432000 4194304 6006132 140736602031984 140736602023376 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6307/statm: 9141 7383 177 443 0 8694 0
[pid=8139] ppid=6307 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8139/stat : 8139 (satsolver.sh) S 6307 6306 6170 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386916525 9367552 267 33554432000 4194304 5064252 140736513161008 140736513159920 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8139/statm: 2287 267 226 213 0 72 0
[pid=8140] ppid=8139 vsize=184212 CPUtime=348.6 cores=0,2,4,6
/proc/8140/stat : 8140 (glucose) R 8139 6306 6170 0 -1 4202496 31431 0 0 0 34826 34 0 0 20 0 1 0 386916526 188633088 40466 33554432000 4194304 5208918 140733865371840 140733865369928 4229504 0 0 4096 0 0 0 0 17 4 0 0 31 0 0
/proc/8140/statm: 46053 40466 105 248 0 45802 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 239072

Sending SIGTERM to process tree (bottom up)

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

[startup+1805.1 s]
/proc/loadavg: 2.12 2.73 2.52 3/181 8193
/proc/meminfo: memFree=31032828/32873852 swapFree=7632/7632
[pid=6306] ppid=6304 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6306/stat : 6306 (npSolver-wbo-It) S 6304 6306 6170 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 386771343 9367552 275 33554432000 4194304 5064252 140736591274960 140736591273872 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6306/statm: 2287 275 233 213 0 72 0
[pid=6307] ppid=6306 vsize=36564 CPUtime=1451.5 cores=0,2,4,6
/proc/6307/stat : 6307 (npSolver-wbo) S 6306 6306 6170 0 -1 4202496 6631 92239 0 0 32 4 144964 150 20 0 1 0 386771343 37441536 7383 33554432000 4194304 6006132 140736602031984 140736602023376 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6307/statm: 9141 7383 177 443 0 8694 0
[pid=8139] ppid=6307 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8139/stat : 8139 (satsolver.sh) S 6307 6306 6170 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386916525 9367552 267 33554432000 4194304 5064252 140736513161008 140736513159920 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8139/statm: 2287 267 226 213 0 72 0
[pid=8140] ppid=8139 vsize=184212 CPUtime=348.6 cores=0,2,4,6
/proc/8140/stat : 8140 (glucose) R 8139 6306 6170 0 -1 4202496 31431 0 0 0 34826 34 0 0 20 0 1 0 386916526 188633088 40466 33554432000 4194304 5208918 140733865371840 140733865369928 4229504 0 0 4096 0 0 0 0 17 4 0 0 31 0 0
/proc/8140/statm: 46053 40466 105 248 0 45802 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 239072

Child status: 0
Real time (s): 1805.12
CPU time (s): 1800.13
CPU user time (s): 1798.23
CPU system time (s): 1.90171
CPU usage (%): 99.724
Max. virtual memory (cumulated for all children) (KiB): 536304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.23
system time used= 1.90171
maximum resident set size= 389824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 131291
page faults= 0
swaps= 0
block input operations= 0
block output operations= 44712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 462
involuntary context switches= 7358

runsolver used 2.96855 second user time and 7.80081 second system time

The end

Launcher Data

Begin job on node131 at 2012-06-09 03:47:39
IDJOB=3753511
IDBENCH=79605
IDSOLVER=2337
FILE ID=node131/3753511-1339206463
RUNJOBID= node131-1339206006-6186
PBS_JOBID= 14643882
Free space on /tmp= 62772 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/spot5/normalized-spot5-29_wcsp.wbo
COMMAND LINE= DIR/npSolver-wbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3753511-1339206463/watcher-3753511-1339206463 -o /tmp/evaluation-result-3753511-1339206463/solver-3753511-1339206463 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itd.sh HOME/instance-3753511-1339206463.wbo 1713458387 HOME HOME

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

MD5SUM BENCH= 429cc4a9012eaf2031e2cb9a0fbbc756
RANDOM SEED=1713458387

node131.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.805
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.61
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.805
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.805
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.805
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.805
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.805
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.805
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.92
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.805
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:       32873852 kB
MemFree:        14326192 kB
Buffers:          153396 kB
Cached:         13569008 kB
SwapCached:         3180 kB
Active:          4923540 kB
Inactive:       12388592 kB
Active(anon):    3587456 kB
Inactive(anon):     4504 kB
Active(file):    1336084 kB
Inactive(file): 12384088 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67098336 kB
Dirty:             14312 kB
Writeback:             0 kB
AnonPages:       3627464 kB
Mapped:            10132 kB
Shmem:                 0 kB
Slab:            1086988 kB
SReclaimable:     527360 kB
SUnreclaim:       559628 kB
KernelStack:        1536 kB
PageTables:        11600 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    5052812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2011136 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= 71016 MiB
End job on node131 at 2012-06-09 04:17:44