Trace number 3753703

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

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-ooo.burch_dill.4.accl.ucl--soft-33-100-0.wbo
MD5SUM68c125c2e3e966fc6e8a8bc50cef96ab
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small 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 benchmark0.25096
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables3939
Total number of constraints10412
Number of soft constraints6994
Number of constraints which are clauses9740
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints672
Minimum length of a constraint1
Maximum length of a constraint13
Top cost 349089
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 349088
Biggest number in a constraint 69
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 258
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.13	c run usual solver
0.00/0.62	o 5612
0.00/0.62	c fallback to adder encoding
1252.95/1253.29	o 5611
1252.95/1253.29	c fallback to adder encoding
1800.07/1800.40	./satsolver.sh: line 5: 26945 Terminated              ./glucose $1 > $2 2> /dev/null
1800.07/1800.41	c error: unexpected solver exit code
1800.07/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-3753703-1339190851/watcher-3753703-1339190851 -o /tmp/evaluation-result-3753703-1339190851/solver-3753703-1339190851 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3753703-1339190851.wbo 432261391 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.02 2.01 2.00 3/180 26506
/proc/meminfo: memFree=27460504/32873660 swapFree=7120/7120
[pid=26506] ppid=26504 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26506/stat : 26506 (npSolver-wbo-It) S 26504 26506 19799 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385210898 9367552 275 33554432000 4194304 5064252 140736887900192 140736887899104 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26506/statm: 2287 275 233 213 0 72 0

[startup+0.0432389 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 26506
/proc/meminfo: memFree=27460504/32873660 swapFree=7120/7120
[pid=26506] ppid=26504 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26506/stat : 26506 (npSolver-wbo-It) S 26504 26506 19799 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385210898 9367552 275 33554432000 4194304 5064252 140736887900192 140736887899104 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26506/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100332 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 26506
/proc/meminfo: memFree=27460504/32873660 swapFree=7120/7120
[pid=26506] ppid=26504 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26506/stat : 26506 (npSolver-wbo-It) S 26504 26506 19799 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385210898 9367552 275 33554432000 4194304 5064252 140736887900192 140736887899104 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26506/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300169 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 26506
/proc/meminfo: memFree=27460504/32873660 swapFree=7120/7120
[pid=26506] ppid=26504 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26506/stat : 26506 (npSolver-wbo-It) S 26504 26506 19799 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385210898 9367552 275 33554432000 4194304 5064252 140736887900192 140736887899104 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26506/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700257 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 26506
/proc/meminfo: memFree=27460504/32873660 swapFree=7120/7120
[pid=26506] ppid=26504 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26506/stat : 26506 (npSolver-wbo-It) S 26504 26506 19799 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385210898 9367552 275 33554432000 4194304 5064252 140736887900192 140736887899104 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26506/statm: 2287 275 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.02 2.01 2.00 3/182 26518
/proc/meminfo: memFree=27401792/32873660 swapFree=7120/7120
[pid=26506] ppid=26504 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26506/stat : 26506 (npSolver-wbo-It) S 26504 26506 19799 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385210898 9367552 275 33554432000 4194304 5064252 140736887900192 140736887899104 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26506/statm: 2287 275 233 213 0 72 0
[pid=26507] ppid=26506 vsize=97748 CPUtime=1.47 cores=0,2,4,6
/proc/26507/stat : 26507 (npSolver-wbo) R 26506 26506 19799 0 -1 4202496 9359 11210 0 0 98 9 38 2 20 0 1 0 385210898 100093952 22936 33554432000 4194304 6006132 140734240911040 140734240903016 5056756 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26507/statm: 24437 22936 179 443 0 23990 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 106896

[startup+3.10036 s]
/proc/loadavg: 2.01 2.01 2.00 3/184 26520
/proc/meminfo: memFree=27199908/32873660 swapFree=7120/7120
[pid=26506] ppid=26504 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26506/stat : 26506 (npSolver-wbo-It) S 26504 26506 19799 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385210898 9367552 275 33554432000 4194304 5064252 140736887900192 140736887899104 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26506/statm: 2287 275 233 213 0 72 0
[pid=26507] ppid=26506 vsize=97748 CPUtime=1.64 cores=0,2,4,6
/proc/26507/stat : 26507 (npSolver-wbo) S 26506 26506 19799 0 -1 4202496 9806 11210 0 0 105 19 38 2 20 0 1 0 385210898 100093952 23961 33554432000 4194304 6006132 140734240911040 140734240902432 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26507/statm: 24437 23961 180 443 0 23990 0
[pid=26519] ppid=26507 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26519/stat : 26519 (satsolver.sh) S 26507 26506 19799 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385211065 9367552 267 33554432000 4194304 5064252 140733492775280 140733492774192 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26519/statm: 2287 267 226 213 0 72 0
[pid=26520] ppid=26519 vsize=189056 CPUtime=1.41 cores=0,2,4,6
/proc/26520/stat : 26520 (glucose) R 26519 26506 19799 0 -1 4202496 35443 0 0 0 134 7 0 0 20 0 1 0 385211065 193593344 41544 33554432000 4194304 5208918 140736456712800 140736456710648 4229365 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/26520/statm: 47264 41544 96 248 0 47013 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 305100

[startup+6.30035 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 26520
/proc/meminfo: memFree=27130168/32873660 swapFree=7120/7120
[pid=26506] ppid=26504 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26506/stat : 26506 (npSolver-wbo-It) S 26504 26506 19799 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385210898 9367552 275 33554432000 4194304 5064252 140736887900192 140736887899104 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26506/statm: 2287 275 233 213 0 72 0
[pid=26507] ppid=26506 vsize=97748 CPUtime=1.64 cores=0,2,4,6
/proc/26507/stat : 26507 (npSolver-wbo) S 26506 26506 19799 0 -1 4202496 9806 11210 0 0 105 19 38 2 20 0 1 0 385210898 100093952 23961 33554432000 4194304 6006132 140734240911040 140734240902432 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26507/statm: 24437 23961 180 443 0 23990 0
[pid=26519] ppid=26507 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26519/stat : 26519 (satsolver.sh) S 26507 26506 19799 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385211065 9367552 267 33554432000 4194304 5064252 140733492775280 140733492774192 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26519/statm: 2287 267 226 213 0 72 0
[pid=26520] ppid=26519 vsize=191924 CPUtime=4.61 cores=0,2,4,6
/proc/26520/stat : 26520 (glucose) R 26519 26506 19799 0 -1 4202496 35841 0 0 0 454 7 0 0 20 0 1 0 385211065 196530176 41942 33554432000 4194304 5208918 140736456712800 140736456710632 4229365 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/26520/statm: 47981 41942 104 248 0 47730 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 307968

[startup+12.7003 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 26527
/proc/meminfo: memFree=27132356/32873660 swapFree=7120/7120
[pid=26506] ppid=26504 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26506/stat : 26506 (npSolver-wbo-It) S 26504 26506 19799 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385210898 9367552 275 33554432000 4194304 5064252 140736887900192 140736887899104 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26506/statm: 2287 275 233 213 0 72 0
[pid=26507] ppid=26506 vsize=97748 CPUtime=1.64 cores=0,2,4,6
/proc/26507/stat : 26507 (npSolver-wbo) S 26506 26506 19799 0 -1 4202496 9806 11210 0 0 105 19 38 2 20 0 1 0 385210898 100093952 23961 33554432000 4194304 6006132 140734240911040 140734240902432 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26507/statm: 24437 23961 180 443 0 23990 0
[pid=26519] ppid=26507 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26519/stat : 26519 (satsolver.sh) S 26507 26506 19799 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385211065 9367552 267 33554432000 4194304 5064252 140733492775280 140733492774192 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26519/statm: 2287 267 226 213 0 72 0
[pid=26520] ppid=26519 vsize=191924 CPUtime=11 cores=0,2,4,6
/proc/26520/stat : 26520 (glucose) R 26519 26506 19799 0 -1 4202496 35841 0 0 0 1093 7 0 0 20 0 1 0 385211065 196530176 41942 33554432000 4194304 5208918 140736456712800 140736456710632 4211553 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/26520/statm: 47981 41942 104 248 0 47730 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 307968

[startup+25.5002 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 26534
/proc/meminfo: memFree=27127876/32873660 swapFree=7120/7120
[pid=26506] ppid=26504 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26506/stat : 26506 (npSolver-wbo-It) S 26504 26506 19799 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385210898 9367552 275 33554432000 4194304 5064252 140736887900192 140736887899104 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26506/statm: 2287 275 233 213 0 72 0
[pid=26507] ppid=26506 vsize=97748 CPUtime=1.64 cores=0,2,4,6
/proc/26507/stat : 26507 (npSolver-wbo) S 26506 26506 19799 0 -1 4202496 9806 11210 0 0 105 19 38 2 20 0 1 0 385210898 100093952 23961 33554432000 4194304 6006132 140734240911040 140734240902432 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26507/statm: 24437 23961 180 443 0 23990 0
[pid=26519] ppid=26507 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26519/stat : 26519 (satsolver.sh) S 26507 26506 19799 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385211065 9367552 267 33554432000 4194304 5064252 140733492775280 140733492774192 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26519/statm: 2287 267 226 213 0 72 0
[pid=26520] ppid=26519 vsize=191924 CPUtime=23.8 cores=0,2,4,6
/proc/26520/stat : 26520 (glucose) R 26519 26506 19799 0 -1 4202496 35842 0 0 0 2373 7 0 0 20 0 1 0 385211065 196530176 42454 33554432000 4194304 5208918 140736456712800 140736456710632 4211635 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/26520/statm: 47981 42454 104 248 0 47730 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 307968

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26562
/proc/meminfo: memFree=27132604/32873660 swapFree=7120/7120
[pid=26506] ppid=26504 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26506/stat : 26506 (npSolver-wbo-It) S 26504 26506 19799 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385210898 9367552 275 33554432000 4194304 5064252 140736887900192 140736887899104 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26506/statm: 2287 275 233 213 0 72 0
[pid=26507] ppid=26506 vsize=97748 CPUtime=1.64 cores=0,2,4,6
/proc/26507/stat : 26507 (npSolver-wbo) S 26506 26506 19799 0 -1 4202496 9806 11210 0 0 105 19 38 2 20 0 1 0 385210898 100093952 23961 33554432000 4194304 6006132 140734240911040 140734240902432 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26507/statm: 24437 23961 180 443 0 23990 0
[pid=26519] ppid=26507 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26519/stat : 26519 (satsolver.sh) S 26507 26506 19799 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385211065 9367552 267 33554432000 4194304 5064252 140733492775280 140733492774192 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26519/statm: 2287 267 226 213 0 72 0
[pid=26520] ppid=26519 vsize=191924 CPUtime=49.39 cores=0,2,4,6
/proc/26520/stat : 26520 (glucose) R 26519 26506 19799 0 -1 4202496 35843 0 0 0 4932 7 0 0 20 0 1 0 385211065 196530176 42966 33554432000 4194304 5208918 140736456712800 140736456710632 4211656 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26520/statm: 47981 42966 104 248 0 47730 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 307968

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26576
/proc/meminfo: memFree=27132872/32873660 swapFree=7120/7120
[pid=26506] ppid=26504 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26506/stat : 26506 (npSolver-wbo-It) S 26504 26506 19799 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385210898 9367552 275 33554432000 4194304 5064252 140736887900192 140736887899104 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26506/statm: 2287 275 233 213 0 72 0
[pid=26507] ppid=26506 vsize=97748 CPUtime=1.64 cores=0,2,4,6
/proc/26507/stat : 26507 (npSolver-wbo) S 26506 26506 19799 0 -1 4202496 9806 11210 0 0 105 19 38 2 20 0 1 0 385210898 100093952 23961 33554432000 4194304 6006132 140734240911040 140734240902432 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26507/statm: 24437 23961 180 443 0 23990 0
[pid=26519] ppid=26507 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26519/stat : 26519 (satsolver.sh) S 26507 26506 19799 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385211065 9367552 267 33554432000 4194304 5064252 140733492775280 140733492774192 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26519/statm: 2287 267 226 213 0 72 0
[pid=26520] ppid=26519 vsize=191924 CPUtime=100.59 cores=0,2,4,6
/proc/26520/stat : 26520 (glucose) R 26519 26506 19799 0 -1 4202496 35844 0 0 0 10052 7 0 0 20 0 1 0 385211065 196530176 43478 33554432000 4194304 5208918 140736456712800 140736456710632 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26520/statm: 47981 43478 104 248 0 47730 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 307968

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 26657
/proc/meminfo: memFree=27050064/32873660 swapFree=7120/7120
[pid=26506] ppid=26504 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26506/stat : 26506 (npSolver-wbo-It) S 26504 26506 19799 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385210898 9367552 275 33554432000 4194304 5064252 140736887900192 140736887899104 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26506/statm: 2287 275 233 213 0 72 0
[pid=26507] ppid=26506 vsize=97748 CPUtime=1.64 cores=0,2,4,6
/proc/26507/stat : 26507 (npSolver-wbo) S 26506 26506 19799 0 -1 4202496 9806 11210 0 0 105 19 38 2 20 0 1 0 385210898 100093952 23961 33554432000 4194304 6006132 140734240911040 140734240902432 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26507/statm: 24437 23961 180 443 0 23990 0
[pid=26519] ppid=26507 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26519/stat : 26519 (satsolver.sh) S 26507 26506 19799 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385211065 9367552 267 33554432000 4194304 5064252 140733492775280 140733492774192 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26519/statm: 2287 267 226 213 0 72 0
[pid=26520] ppid=26519 vsize=191924 CPUtime=160.58 cores=0,2,4,6
/proc/26520/stat : 26520 (glucose) R 26519 26506 19799 0 -1 4202496 35847 0 0 0 16050 8 0 0 20 0 1 0 385211065 196530176 44570 33554432000 4194304 5208918 140736456712800 140736456710632 4211888 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26520/statm: 47981 44570 104 248 0 47730 0
Current children cumulated CPU time (s) 162.22

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 26948
/proc/meminfo: memFree=26829708/32873660 swapFree=7120/7120
[pid=26506] ppid=26504 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26506/stat : 26506 (npSolver-wbo-It) S 26504 26506 19799 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385210898 9367552 275 33554432000 4194304 5064252 140736887900192 140736887899104 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26506/statm: 2287 275 233 213 0 72 0
[pid=26507] ppid=26506 vsize=81368 CPUtime=1254.12 cores=0,2,4,6
/proc/26507/stat : 26507 (npSolver-wbo) S 26506 26506 19799 0 -1 4202496 16101 57744 0 0 198 31 125143 40 20 0 1 0 385210898 83320832 19898 33554432000 4194304 6006132 140734240911040 140734240902432 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26507/statm: 20342 19898 180 443 0 19895 0
[pid=26944] ppid=26507 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26944/stat : 26944 (satsolver.sh) S 26507 26506 19799 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385336332 9367552 267 33554432000 4194304 5064252 140737322981216 140737322980128 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26944/statm: 2287 267 226 213 0 72 0
[pid=26945] ppid=26944 vsize=192316 CPUtime=107.91 cores=0,2,4,6
/proc/26945/stat : 26945 (glucose) R 26944 26506 19799 0 -1 4202496 36027 0 0 0 10781 10 0 0 20 0 1 0 385336332 196931584 42835 33554432000 4194304 5208918 140736041236160 140736041233992 4229469 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26945/statm: 48079 42835 105 248 0 47828 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 291980

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26949
/proc/meminfo: memFree=26825912/32873660 swapFree=7120/7120
[pid=26506] ppid=26504 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26506/stat : 26506 (npSolver-wbo-It) S 26504 26506 19799 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385210898 9367552 275 33554432000 4194304 5064252 140736887900192 140736887899104 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26506/statm: 2287 275 233 213 0 72 0
[pid=26507] ppid=26506 vsize=81368 CPUtime=1254.12 cores=0,2,4,6
/proc/26507/stat : 26507 (npSolver-wbo) S 26506 26506 19799 0 -1 4202496 16101 57744 0 0 198 31 125143 40 20 0 1 0 385210898 83320832 19898 33554432000 4194304 6006132 140734240911040 140734240902432 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26507/statm: 20342 19898 180 443 0 19895 0
[pid=26944] ppid=26507 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26944/stat : 26944 (satsolver.sh) S 26507 26506 19799 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385336332 9367552 267 33554432000 4194304 5064252 140737322981216 140737322980128 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26944/statm: 2287 267 226 213 0 72 0
[pid=26945] ppid=26944 vsize=192316 CPUtime=167.9 cores=0,2,4,6
/proc/26945/stat : 26945 (glucose) R 26944 26506 19799 0 -1 4202496 36038 0 0 0 16780 10 0 0 20 0 1 0 385336332 196931584 42920 33554432000 4194304 5208918 140736041236160 140736041233992 4211104 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26945/statm: 48079 42920 105 248 0 47828 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 291980

[startup+1482.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 26956
/proc/meminfo: memFree=26835356/32873660 swapFree=7120/7120
[pid=26506] ppid=26504 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26506/stat : 26506 (npSolver-wbo-It) S 26504 26506 19799 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385210898 9367552 275 33554432000 4194304 5064252 140736887900192 140736887899104 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26506/statm: 2287 275 233 213 0 72 0
[pid=26507] ppid=26506 vsize=81368 CPUtime=1254.12 cores=0,2,4,6
/proc/26507/stat : 26507 (npSolver-wbo) S 26506 26506 19799 0 -1 4202496 16101 57744 0 0 198 31 125143 40 20 0 1 0 385210898 83320832 19898 33554432000 4194304 6006132 140734240911040 140734240902432 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26507/statm: 20342 19898 180 443 0 19895 0
[pid=26944] ppid=26507 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26944/stat : 26944 (satsolver.sh) S 26507 26506 19799 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385336332 9367552 267 33554432000 4194304 5064252 140737322981216 140737322980128 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26944/statm: 2287 267 226 213 0 72 0
[pid=26945] ppid=26944 vsize=192316 CPUtime=227.89 cores=0,2,4,6
/proc/26945/stat : 26945 (glucose) R 26944 26506 19799 0 -1 4202496 36042 0 0 0 22779 10 0 0 20 0 1 0 385336332 196931584 42924 33554432000 4194304 5208918 140736041236160 140736041233992 4229251 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26945/statm: 48079 42924 105 248 0 47828 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 291980

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/184 26967
/proc/meminfo: memFree=26832924/32873660 swapFree=7120/7120
[pid=26506] ppid=26504 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26506/stat : 26506 (npSolver-wbo-It) S 26504 26506 19799 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385210898 9367552 275 33554432000 4194304 5064252 140736887900192 140736887899104 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26506/statm: 2287 275 233 213 0 72 0
[pid=26507] ppid=26506 vsize=81368 CPUtime=1254.12 cores=0,2,4,6
/proc/26507/stat : 26507 (npSolver-wbo) S 26506 26506 19799 0 -1 4202496 16101 57744 0 0 198 31 125143 40 20 0 1 0 385210898 83320832 19898 33554432000 4194304 6006132 140734240911040 140734240902432 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26507/statm: 20342 19898 180 443 0 19895 0
[pid=26944] ppid=26507 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26944/stat : 26944 (satsolver.sh) S 26507 26506 19799 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385336332 9367552 267 33554432000 4194304 5064252 140737322981216 140737322980128 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26944/statm: 2287 267 226 213 0 72 0
[pid=26945] ppid=26944 vsize=192316 CPUtime=287.88 cores=0,2,4,6
/proc/26945/stat : 26945 (glucose) R 26944 26506 19799 0 -1 4202496 36045 0 0 0 28778 10 0 0 20 0 1 0 385336332 196931584 42927 33554432000 4194304 5208918 140736041236160 140736041233992 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26945/statm: 48079 42927 105 248 0 47828 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 291980

[startup+1602.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 26967
/proc/meminfo: memFree=26833140/32873660 swapFree=7120/7120
[pid=26506] ppid=26504 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26506/stat : 26506 (npSolver-wbo-It) S 26504 26506 19799 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385210898 9367552 275 33554432000 4194304 5064252 140736887900192 140736887899104 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26506/statm: 2287 275 233 213 0 72 0
[pid=26507] ppid=26506 vsize=81368 CPUtime=1254.12 cores=0,2,4,6
/proc/26507/stat : 26507 (npSolver-wbo) S 26506 26506 19799 0 -1 4202496 16101 57744 0 0 198 31 125143 40 20 0 1 0 385210898 83320832 19898 33554432000 4194304 6006132 140734240911040 140734240902432 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26507/statm: 20342 19898 180 443 0 19895 0
[pid=26944] ppid=26507 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26944/stat : 26944 (satsolver.sh) S 26507 26506 19799 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385336332 9367552 267 33554432000 4194304 5064252 140737322981216 140737322980128 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26944/statm: 2287 267 226 213 0 72 0
[pid=26945] ppid=26944 vsize=192316 CPUtime=347.87 cores=0,2,4,6
/proc/26945/stat : 26945 (glucose) R 26944 26506 19799 0 -1 4202496 36051 0 0 0 34777 10 0 0 20 0 1 0 385336332 196931584 42933 33554432000 4194304 5208918 140736041236160 140736041233992 4211160 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26945/statm: 48079 42933 105 248 0 47828 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 291980

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26967
/proc/meminfo: memFree=26829744/32873660 swapFree=7120/7120
[pid=26506] ppid=26504 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26506/stat : 26506 (npSolver-wbo-It) S 26504 26506 19799 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385210898 9367552 275 33554432000 4194304 5064252 140736887900192 140736887899104 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26506/statm: 2287 275 233 213 0 72 0
[pid=26507] ppid=26506 vsize=81368 CPUtime=1254.12 cores=0,2,4,6
/proc/26507/stat : 26507 (npSolver-wbo) S 26506 26506 19799 0 -1 4202496 16101 57744 0 0 198 31 125143 40 20 0 1 0 385210898 83320832 19898 33554432000 4194304 6006132 140734240911040 140734240902432 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26507/statm: 20342 19898 180 443 0 19895 0
[pid=26944] ppid=26507 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26944/stat : 26944 (satsolver.sh) S 26507 26506 19799 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385336332 9367552 267 33554432000 4194304 5064252 140737322981216 140737322980128 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26944/statm: 2287 267 226 213 0 72 0
[pid=26945] ppid=26944 vsize=192316 CPUtime=407.86 cores=0,2,4,6
/proc/26945/stat : 26945 (glucose) R 26944 26506 19799 0 -1 4202496 36058 0 0 0 40776 10 0 0 20 0 1 0 385336332 196931584 42940 33554432000 4194304 5208918 140736041236160 140736041233992 4232626 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26945/statm: 48079 42940 105 248 0 47828 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 291980

[startup+1722.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 26968
/proc/meminfo: memFree=26828196/32873660 swapFree=7120/7120
[pid=26506] ppid=26504 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26506/stat : 26506 (npSolver-wbo-It) S 26504 26506 19799 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385210898 9367552 275 33554432000 4194304 5064252 140736887900192 140736887899104 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26506/statm: 2287 275 233 213 0 72 0
[pid=26507] ppid=26506 vsize=81368 CPUtime=1254.12 cores=0,2,4,6
/proc/26507/stat : 26507 (npSolver-wbo) S 26506 26506 19799 0 -1 4202496 16101 57744 0 0 198 31 125143 40 20 0 1 0 385210898 83320832 19898 33554432000 4194304 6006132 140734240911040 140734240902432 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26507/statm: 20342 19898 180 443 0 19895 0
[pid=26944] ppid=26507 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26944/stat : 26944 (satsolver.sh) S 26507 26506 19799 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385336332 9367552 267 33554432000 4194304 5064252 140737322981216 140737322980128 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26944/statm: 2287 267 226 213 0 72 0
[pid=26945] ppid=26944 vsize=192316 CPUtime=467.85 cores=0,2,4,6
/proc/26945/stat : 26945 (glucose) R 26944 26506 19799 0 -1 4202496 36064 0 0 0 46775 10 0 0 20 0 1 0 385336332 196931584 42946 33554432000 4194304 5208918 140736041236160 140736041233992 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26945/statm: 48079 42946 105 248 0 47828 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 291980

[startup+1782.3 s]
/proc/loadavg: 2.09 2.03 2.00 3/183 26968
/proc/meminfo: memFree=26818552/32873660 swapFree=7120/7120
[pid=26506] ppid=26504 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26506/stat : 26506 (npSolver-wbo-It) S 26504 26506 19799 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385210898 9367552 275 33554432000 4194304 5064252 140736887900192 140736887899104 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26506/statm: 2287 275 233 213 0 72 0
[pid=26507] ppid=26506 vsize=81368 CPUtime=1254.12 cores=0,2,4,6
/proc/26507/stat : 26507 (npSolver-wbo) S 26506 26506 19799 0 -1 4202496 16101 57744 0 0 198 31 125143 40 20 0 1 0 385210898 83320832 19898 33554432000 4194304 6006132 140734240911040 140734240902432 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26507/statm: 20342 19898 180 443 0 19895 0
[pid=26944] ppid=26507 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26944/stat : 26944 (satsolver.sh) S 26507 26506 19799 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385336332 9367552 267 33554432000 4194304 5064252 140737322981216 140737322980128 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26944/statm: 2287 267 226 213 0 72 0
[pid=26945] ppid=26944 vsize=192316 CPUtime=527.84 cores=0,2,4,6
/proc/26945/stat : 26945 (glucose) R 26944 26506 19799 0 -1 4202496 36089 0 0 0 52774 10 0 0 20 0 1 0 385336332 196931584 42971 33554432000 4194304 5208918 140736041236160 140736041233992 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26945/statm: 48079 42971 105 248 0 47828 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 291980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 26968
/proc/meminfo: memFree=26817188/32873660 swapFree=7120/7120
[pid=26506] ppid=26504 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26506/stat : 26506 (npSolver-wbo-It) S 26504 26506 19799 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 385210898 9367552 275 33554432000 4194304 5064252 140736887900192 140736887899104 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26506/statm: 2287 275 233 213 0 72 0
[pid=26507] ppid=26506 vsize=81368 CPUtime=1254.12 cores=0,2,4,6
/proc/26507/stat : 26507 (npSolver-wbo) S 26506 26506 19799 0 -1 4202496 16101 57744 0 0 198 31 125143 40 20 0 1 0 385210898 83320832 19898 33554432000 4194304 6006132 140734240911040 140734240902432 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26507/statm: 20342 19898 180 443 0 19895 0
[pid=26944] ppid=26507 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26944/stat : 26944 (satsolver.sh) S 26507 26506 19799 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385336332 9367552 267 33554432000 4194304 5064252 140737322981216 140737322980128 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26944/statm: 2287 267 226 213 0 72 0
[pid=26945] ppid=26944 vsize=192316 CPUtime=545.95 cores=0,2,4,6
/proc/26945/stat : 26945 (glucose) R 26944 26506 19799 0 -1 4202496 36171 0 0 0 54585 10 0 0 20 0 1 0 385336332 196931584 43053 33554432000 4194304 5208918 140736041236160 140736041233992 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26945/statm: 48079 43053 105 248 0 47828 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 291980

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.09
CPU user time (s): 1799.26
CPU system time (s): 0.829873
CPU usage (%): 99.9824
Max. virtual memory (cumulated for all children) (KiB): 388108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.26
system time used= 0.829873
maximum resident set size= 231584
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 111005
page faults= 0
swaps= 0
block input operations= 0
block output operations= 273360
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 812
involuntary context switches= 1990

runsolver used 3.51846 second user time and 8.71767 second system time

The end

Launcher Data

Begin job on node117 at 2012-06-08 23:27:31
IDJOB=3753703
IDBENCH=79003
IDSOLVER=2337
FILE ID=node117/3753703-1339190851
RUNJOBID= node117-1339183362-21749
PBS_JOBID= 14643835
Free space on /tmp= 70708 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-ooo.burch_dill.4.accl.ucl--soft-33-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3753703-1339190851/watcher-3753703-1339190851 -o /tmp/evaluation-result-3753703-1339190851/solver-3753703-1339190851 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itd.sh HOME/instance-3753703-1339190851.wbo 432261391 HOME HOME

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

MD5SUM BENCH= 68c125c2e3e966fc6e8a8bc50cef96ab
RANDOM SEED=432261391

node117.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		: 2667.148
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	: 5334.29
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		: 2667.148
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		: 2667.148
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		: 2667.148
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.95
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		: 2667.148
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		: 2667.148
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		: 2667.148
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		: 2667.148
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:       32873660 kB
MemFree:        27461224 kB
Buffers:          803660 kB
Cached:          3584316 kB
SwapCached:          620 kB
Active:          2392836 kB
Inactive:        2046732 kB
Active(anon):      40336 kB
Inactive(anon):    10028 kB
Active(file):    2352500 kB
Inactive(file):  2036704 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67106956 kB
Dirty:              8760 kB
Writeback:             0 kB
AnonPages:         64524 kB
Mapped:            13436 kB
Shmem:                80 kB
Slab:             834668 kB
SReclaimable:     278752 kB
SUnreclaim:       555916 kB
KernelStack:        1528 kB
PageTables:         3920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     167136 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     30720 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70564 MiB
End job on node117 at 2012-06-08 23:57:32