Trace number 3714625

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? (TO) 1800.1 1800.62

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-ooo.tag8.ucl--soft-0-100-0.wbo
MD5SUM796705696da137fb7128d801ba46f418
Bench CategorySOFT-SMALLINT-LIN (only soft 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 benchmark2.54561
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables3249
Total number of constraints8983
Number of soft constraints8983
Number of constraints which are clauses8599
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints384
Minimum length of a constraint1
Maximum length of a constraint11
Top cost 454955
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 454954
Biggest number in a constraint 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 126
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

1.19/1.26	c run usual solver
2.48/2.58	o 527
2.48/2.58	c fallback to adder encoding
143.97/144.36	o 526
143.97/144.36	c fallback to adder encoding
346.28/346.48	o 524
346.28/346.48	c fallback to adder encoding
598.51/598.99	o 512
598.51/598.99	c fallback to adder encoding
599.99/600.44	o 482
599.99/600.44	c fallback to adder encoding
1206.79/1207.48	o 481
1206.79/1207.48	c fallback to adder encoding
1289.96/1290.44	o 480
1289.96/1290.44	c fallback to adder encoding
1410.06/1410.78	o 478
1410.06/1410.78	c fallback to adder encoding
1593.41/1593.93	o 477
1593.41/1593.93	c fallback to adder encoding
1689.75/1690.54	o 476
1689.75/1690.54	c fallback to adder encoding
1778.27/1778.82	o 475
1778.27/1778.82	c fallback to adder encoding
1800.06/1800.61	./satsolver.sh: line 5: 13467 Terminated              ./glucose $1 > $2 2> /dev/null
1800.06/1800.61	c error: unexpected solver exit code
1800.06/1800.61	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-3714625-1338219463/watcher-3714625-1338219463 -o /tmp/evaluation-result-3714625-1338219463/solver-3714625-1338219463 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3714625-1338219463.wbo 517743598 HOME HOME 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 2.00 2.01 3/179 12413
/proc/meminfo: memFree=31219136/32873648 swapFree=6852/6852
[pid=12413] ppid=12411 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12413/stat : 12413 (npSolver-wbo-It) S 12411 12413 29981 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288073129 9367552 275 33554432000 4194304 5064252 140736226616240 140736226615152 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12413/statm: 2287 275 233 213 0 72 0

[startup+0.0231839 s]
/proc/loadavg: 1.92 2.00 2.01 3/179 12413
/proc/meminfo: memFree=31219136/32873648 swapFree=6852/6852
[pid=12413] ppid=12411 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12413/stat : 12413 (npSolver-wbo-It) S 12411 12413 29981 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288073129 9367552 275 33554432000 4194304 5064252 140736226616240 140736226615152 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12413/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100258 s]
/proc/loadavg: 1.92 2.00 2.01 3/179 12413
/proc/meminfo: memFree=31219136/32873648 swapFree=6852/6852
[pid=12413] ppid=12411 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12413/stat : 12413 (npSolver-wbo-It) S 12411 12413 29981 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288073129 9367552 275 33554432000 4194304 5064252 140736226616240 140736226615152 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12413/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300214 s]
/proc/loadavg: 1.92 2.00 2.01 3/179 12413
/proc/meminfo: memFree=31219136/32873648 swapFree=6852/6852
[pid=12413] ppid=12411 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12413/stat : 12413 (npSolver-wbo-It) S 12411 12413 29981 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288073129 9367552 275 33554432000 4194304 5064252 140736226616240 140736226615152 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12413/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700239 s]
/proc/loadavg: 1.92 2.00 2.01 3/179 12413
/proc/meminfo: memFree=31219136/32873648 swapFree=6852/6852
[pid=12413] ppid=12411 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12413/stat : 12413 (npSolver-wbo-It) S 12411 12413 29981 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288073129 9367552 275 33554432000 4194304 5064252 140736226616240 140736226615152 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12413/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50033 s]
/proc/loadavg: 1.92 2.00 2.01 3/181 12415
/proc/meminfo: memFree=31196656/32873648 swapFree=6852/6852
[pid=12413] ppid=12411 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12413/stat : 12413 (npSolver-wbo-It) S 12411 12413 29981 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288073129 9367552 275 33554432000 4194304 5064252 140736226616240 140736226615152 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12413/statm: 2287 275 233 213 0 72 0
[pid=12414] ppid=12413 vsize=35320 CPUtime=1.26 cores=1,3,5,7
/proc/12414/stat : 12414 (npSolver-wbo) S 12413 12413 29981 0 -1 4202496 5870 0 0 0 122 4 0 0 20 0 1 0 288073129 36167680 5734 33554432000 4194304 5990268 140733934724416 140733934717568 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12414/statm: 8830 5734 149 439 0 8387 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 44468

[startup+3.10033 s]
/proc/loadavg: 1.92 2.00 2.01 3/183 12417
/proc/meminfo: memFree=31144800/32873648 swapFree=6852/6852
[pid=12413] ppid=12411 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12413/stat : 12413 (npSolver-wbo-It) S 12411 12413 29981 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288073129 9367552 275 33554432000 4194304 5064252 140736226616240 140736226615152 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12413/statm: 2287 275 233 213 0 72 0
[pid=12414] ppid=12413 vsize=120092 CPUtime=3.08 cores=1,3,5,7
/proc/12414/stat : 12414 (npSolver-wbo) R 12413 12413 29981 0 -1 4202496 10501 17301 0 0 174 28 96 10 20 0 1 0 288073129 122974208 26562 33554432000 4194304 5990268 140733934724416 140733934717568 5180875 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12414/statm: 30023 26562 164 439 0 29580 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 129240

[startup+6.30031 s]
/proc/loadavg: 2.01 2.01 2.02 3/183 12427
/proc/meminfo: memFree=30996040/32873648 swapFree=6852/6852
[pid=12413] ppid=12411 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12413/stat : 12413 (npSolver-wbo-It) S 12411 12413 29981 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288073129 9367552 275 33554432000 4194304 5064252 140736226616240 140736226615152 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12413/statm: 2287 275 233 213 0 72 0
[pid=12414] ppid=12413 vsize=89564 CPUtime=3.09 cores=1,3,5,7
/proc/12414/stat : 12414 (npSolver-wbo) S 12413 12413 29981 0 -1 4202496 10502 17301 0 0 174 29 96 10 20 0 1 0 288073129 91713536 18931 33554432000 4194304 5990268 140733934724416 140733934715840 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12414/statm: 22391 18931 164 439 0 21948 0
[pid=12426] ppid=12414 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12426/stat : 12426 (satsolver.sh) S 12414 12413 29981 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 288073439 9367552 266 33554432000 4194304 5064252 140735540089184 140735540088096 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12426/statm: 2287 266 226 213 0 72 0
[pid=12427] ppid=12426 vsize=101260 CPUtime=3.18 cores=1,3,5,7
/proc/12427/stat : 12427 (glucose) R 12426 12413 29981 0 -1 4202496 19198 0 0 0 313 5 0 0 20 0 1 0 288073439 103690240 23403 33554432000 4194304 5208918 140734829482432 140734829480280 4211635 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12427/statm: 25315 23403 103 248 0 25064 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 209120

[startup+12.7004 s]
/proc/loadavg: 2.01 2.01 2.02 3/183 12434
/proc/meminfo: memFree=30999460/32873648 swapFree=6852/6852
[pid=12413] ppid=12411 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12413/stat : 12413 (npSolver-wbo-It) S 12411 12413 29981 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288073129 9367552 275 33554432000 4194304 5064252 140736226616240 140736226615152 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12413/statm: 2287 275 233 213 0 72 0
[pid=12414] ppid=12413 vsize=89564 CPUtime=3.09 cores=1,3,5,7
/proc/12414/stat : 12414 (npSolver-wbo) S 12413 12413 29981 0 -1 4202496 10502 17301 0 0 174 29 96 10 20 0 1 0 288073129 91713536 18931 33554432000 4194304 5990268 140733934724416 140733934715840 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12414/statm: 22391 18931 164 439 0 21948 0
[pid=12426] ppid=12414 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12426/stat : 12426 (satsolver.sh) S 12414 12413 29981 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 288073439 9367552 266 33554432000 4194304 5064252 140735540089184 140735540088096 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12426/statm: 2287 266 226 213 0 72 0
[pid=12427] ppid=12426 vsize=102700 CPUtime=9.58 cores=1,3,5,7
/proc/12427/stat : 12427 (glucose) R 12426 12413 29981 0 -1 4202496 19430 0 0 0 953 5 0 0 20 0 1 0 288073439 105164800 23635 33554432000 4194304 5208918 140734829482432 140734829480264 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12427/statm: 25675 23635 103 248 0 25424 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 210560

[startup+25.5004 s]
/proc/loadavg: 2.00 2.01 2.01 3/183 12441
/proc/meminfo: memFree=31001512/32873648 swapFree=6852/6852
[pid=12413] ppid=12411 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12413/stat : 12413 (npSolver-wbo-It) S 12411 12413 29981 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288073129 9367552 275 33554432000 4194304 5064252 140736226616240 140736226615152 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12413/statm: 2287 275 233 213 0 72 0
[pid=12414] ppid=12413 vsize=89564 CPUtime=3.09 cores=1,3,5,7
/proc/12414/stat : 12414 (npSolver-wbo) S 12413 12413 29981 0 -1 4202496 10502 17301 0 0 174 29 96 10 20 0 1 0 288073129 91713536 18931 33554432000 4194304 5990268 140733934724416 140733934715840 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12414/statm: 22391 18931 164 439 0 21948 0
[pid=12426] ppid=12414 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12426/stat : 12426 (satsolver.sh) S 12414 12413 29981 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 288073439 9367552 266 33554432000 4194304 5064252 140735540089184 140735540088096 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12426/statm: 2287 266 226 213 0 72 0
[pid=12427] ppid=12426 vsize=102700 CPUtime=22.38 cores=1,3,5,7
/proc/12427/stat : 12427 (glucose) R 12426 12413 29981 0 -1 4202496 19441 0 0 0 2233 5 0 0 20 0 1 0 288073439 105164800 23646 33554432000 4194304 5208918 140734829482432 140734829480264 4211104 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12427/statm: 25675 23646 103 248 0 25424 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 210560

[startup+51.1004 s]
/proc/loadavg: 2.00 2.01 2.01 3/183 12448
/proc/meminfo: memFree=31001848/32873648 swapFree=6852/6852
[pid=12413] ppid=12411 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12413/stat : 12413 (npSolver-wbo-It) S 12411 12413 29981 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288073129 9367552 275 33554432000 4194304 5064252 140736226616240 140736226615152 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12413/statm: 2287 275 233 213 0 72 0
[pid=12414] ppid=12413 vsize=89564 CPUtime=3.09 cores=1,3,5,7
/proc/12414/stat : 12414 (npSolver-wbo) S 12413 12413 29981 0 -1 4202496 10502 17301 0 0 174 29 96 10 20 0 1 0 288073129 91713536 18931 33554432000 4194304 5990268 140733934724416 140733934715840 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12414/statm: 22391 18931 164 439 0 21948 0
[pid=12426] ppid=12414 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12426/stat : 12426 (satsolver.sh) S 12414 12413 29981 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 288073439 9367552 266 33554432000 4194304 5064252 140735540089184 140735540088096 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12426/statm: 2287 266 226 213 0 72 0
[pid=12427] ppid=12426 vsize=102700 CPUtime=47.98 cores=1,3,5,7
/proc/12427/stat : 12427 (glucose) R 12426 12413 29981 0 -1 4202496 19459 0 0 0 4793 5 0 0 20 0 1 0 288073439 105164800 23664 33554432000 4194304 5208918 140734829482432 140734829480264 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12427/statm: 25675 23664 103 248 0 25424 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 210560

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.01 3/183 12469
/proc/meminfo: memFree=30997336/32873648 swapFree=6852/6852
[pid=12413] ppid=12411 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12413/stat : 12413 (npSolver-wbo-It) S 12411 12413 29981 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288073129 9367552 275 33554432000 4194304 5064252 140736226616240 140736226615152 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12413/statm: 2287 275 233 213 0 72 0
[pid=12414] ppid=12413 vsize=89564 CPUtime=3.09 cores=1,3,5,7
/proc/12414/stat : 12414 (npSolver-wbo) S 12413 12413 29981 0 -1 4202496 10502 17301 0 0 174 29 96 10 20 0 1 0 288073129 91713536 18931 33554432000 4194304 5990268 140733934724416 140733934715840 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12414/statm: 22391 18931 164 439 0 21948 0
[pid=12426] ppid=12414 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12426/stat : 12426 (satsolver.sh) S 12414 12413 29981 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 288073439 9367552 266 33554432000 4194304 5064252 140735540089184 140735540088096 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12426/statm: 2287 266 226 213 0 72 0
[pid=12427] ppid=12426 vsize=104572 CPUtime=99.16 cores=1,3,5,7
/proc/12427/stat : 12427 (glucose) R 12426 12413 29981 0 -1 4202496 20000 0 0 0 9910 6 0 0 20 0 1 0 288073439 107081728 24823 33554432000 4194304 5208918 140734829482432 140734829480280 4229296 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12427/statm: 26143 24823 104 248 0 25892 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 212432

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 12508
/proc/meminfo: memFree=30983232/32873648 swapFree=6852/6852
[pid=12413] ppid=12411 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12413/stat : 12413 (npSolver-wbo-It) S 12411 12413 29981 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288073129 9367552 275 33554432000 4194304 5064252 140736226616240 140736226615152 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12413/statm: 2287 275 233 213 0 72 0
[pid=12414] ppid=12413 vsize=105948 CPUtime=144.8 cores=1,3,5,7
/proc/12414/stat : 12414 (npSolver-wbo) S 12413 12413 29981 0 -1 4202496 14676 43407 0 0 219 34 14195 32 20 0 1 0 288073129 108490752 23068 33554432000 4194304 5990268 140733934724416 140733934715840 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12414/statm: 26487 23068 164 439 0 26044 0
[pid=12499] ppid=12414 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12499/stat : 12499 (satsolver.sh) S 12414 12413 29981 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288087615 9367552 266 33554432000 4194304 5064252 140736672460912 140736672459824 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12499/statm: 2287 266 226 213 0 72 0
[pid=12500] ppid=12499 vsize=102280 CPUtime=17.43 cores=1,3,5,7
/proc/12500/stat : 12500 (glucose) R 12499 12413 29981 0 -1 4202496 21393 0 0 0 1738 5 0 0 20 0 1 0 288087615 104734720 23787 33554432000 4194304 5208918 140733611795120 140733611792952 4211049 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12500/statm: 25570 23787 103 248 0 25319 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 226524

[startup+222.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 12543
/proc/meminfo: memFree=30985920/32873648 swapFree=6852/6852
[pid=12413] ppid=12411 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 13212
/proc/meminfo: memFree=30167580/32873648 swapFree=6852/6852
[pid=12413] ppid=12411 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12413/stat : 12413 (npSolver-wbo-It) S 12411 12413 29981 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288073129 9367552 275 33554432000 4194304 5064252 140736226616240 140736226615152 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12413/statm: 2287 275 233 213 0 72 0
[pid=12414] ppid=12413 vsize=105948 CPUtime=1290.48 cores=1,3,5,7
/proc/12414/stat : 12414 (npSolver-wbo) S 12413 12413 29981 0 -1 4202496 35109 171003 0 0 427 56 128431 134 20 0 1 0 288073129 108490752 22044 33554432000 4194304 5990268 140733934724416 140733934715840 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12414/statm: 26487 22044 164 439 0 26044 0
[pid=13208] ppid=12414 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13208/stat : 13208 (satsolver.sh) S 12414 12413 29981 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288202218 9367552 267 33554432000 4194304 5064252 140735925801184 140735925800096 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13208/statm: 2287 267 226 213 0 72 0
[pid=13209] ppid=13208 vsize=100008 CPUtime=71.38 cores=1,3,5,7
/proc/13209/stat : 13209 (glucose) R 13208 12413 29981 0 -1 4202496 19820 0 0 0 7134 4 0 0 20 0 1 0 288202218 102408192 22019 33554432000 4194304 5208918 140735368165584 140735368163432 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13209/statm: 25002 22019 105 248 0 24751 0
Current children cumulated CPU time (s) 1361.86
Current children cumulated vsize (KiB) 224252

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 13243
/proc/meminfo: memFree=30164620/32873648 swapFree=6852/6852
[pid=12413] ppid=12411 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12413/stat : 12413 (npSolver-wbo-It) S 12411 12413 29981 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288073129 9367552 275 33554432000 4194304 5064252 140736226616240 140736226615152 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12413/statm: 2287 275 233 213 0 72 0
[pid=12414] ppid=12413 vsize=105948 CPUtime=1410.8 cores=1,3,5,7
/proc/12414/stat : 12414 (npSolver-wbo) S 12413 12413 29981 0 -1 4202496 39174 196930 0 0 467 60 140401 152 20 0 1 0 288073129 108490752 22044 33554432000 4194304 5990268 140733934724416 140733934715840 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12414/statm: 26487 22044 164 439 0 26044 0
[pid=13242] ppid=12414 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13242/stat : 13242 (satsolver.sh) S 12414 12413 29981 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288214252 9367552 267 33554432000 4194304 5064252 140736863898880 140736863897792 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13242/statm: 2287 267 226 213 0 72 0
[pid=13243] ppid=13242 vsize=97524 CPUtime=11.06 cores=1,3,5,7
/proc/13243/stat : 13243 (glucose) R 13242 12413 29981 0 -1 4202496 18634 0 0 0 1102 4 0 0 20 0 1 0 288214253 99864576 21341 33554432000 4194304 5208918 140736891650880 140736891648728 4229288 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13243/statm: 24381 21341 104 248 0 24130 0
Current children cumulated CPU time (s) 1421.86
Current children cumulated vsize (KiB) 221768

[startup+1482.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 13250
/proc/meminfo: memFree=30155496/32873648 swapFree=6852/6852
[pid=12413] ppid=12411 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12413/stat : 12413 (npSolver-wbo-It) S 12411 12413 29981 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288073129 9367552 275 33554432000 4194304 5064252 140736226616240 140736226615152 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12413/statm: 2287 275 233 213 0 72 0
[pid=12414] ppid=12413 vsize=105948 CPUtime=1410.8 cores=1,3,5,7
/proc/12414/stat : 12414 (npSolver-wbo) S 12413 12413 29981 0 -1 4202496 39174 196930 0 0 467 60 140401 152 20 0 1 0 288073129 108490752 22044 33554432000 4194304 5990268 140733934724416 140733934715840 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12414/statm: 26487 22044 164 439 0 26044 0
[pid=13242] ppid=12414 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13242/stat : 13242 (satsolver.sh) S 12414 12413 29981 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288214252 9367552 267 33554432000 4194304 5064252 140736863898880 140736863897792 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13242/statm: 2287 267 226 213 0 72 0
[pid=13243] ppid=13242 vsize=98744 CPUtime=71.03 cores=1,3,5,7
/proc/13243/stat : 13243 (glucose) R 13242 12413 29981 0 -1 4202496 18928 0 0 0 7099 4 0 0 20 0 1 0 288214253 101113856 22178 33554432000 4194304 5208918 140736891650880 140736891648840 4229580 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13243/statm: 24686 22178 104 248 0 24435 0
Current children cumulated CPU time (s) 1481.83
Current children cumulated vsize (KiB) 222988

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 13257
/proc/meminfo: memFree=30150832/32873648 swapFree=6852/6852
[pid=12413] ppid=12411 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12413/stat : 12413 (npSolver-wbo-It) S 12411 12413 29981 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288073129 9367552 275 33554432000 4194304 5064252 140736226616240 140736226615152 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12413/statm: 2287 275 233 213 0 72 0
[pid=12414] ppid=12413 vsize=105948 CPUtime=1410.8 cores=1,3,5,7
/proc/12414/stat : 12414 (npSolver-wbo) S 12413 12413 29981 0 -1 4202496 39174 196930 0 0 467 60 140401 152 20 0 1 0 288073129 108490752 22044 33554432000 4194304 5990268 140733934724416 140733934715840 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12414/statm: 26487 22044 164 439 0 26044 0
[pid=13242] ppid=12414 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13242/stat : 13242 (satsolver.sh) S 12414 12413 29981 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288214252 9367552 267 33554432000 4194304 5064252 140736863898880 140736863897792 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13242/statm: 2287 267 226 213 0 72 0
[pid=13243] ppid=13242 vsize=100388 CPUtime=131.02 cores=1,3,5,7
/proc/13243/stat : 13243 (glucose) R 13242 12413 29981 0 -1 4202496 19332 0 0 0 13098 4 0 0 20 0 1 0 288214253 102797312 23210 33554432000 4194304 5208918 140736891650880 140736891648728 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13243/statm: 25097 23210 105 248 0 24846 0
Current children cumulated CPU time (s) 1541.82
Current children cumulated vsize (KiB) 224632

[startup+1602.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/182 13313
/proc/meminfo: memFree=30166300/32873648 swapFree=6852/6852
[pid=12413] ppid=12411 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12413/stat : 12413 (npSolver-wbo-It) S 12411 12413 29981 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288073129 9367552 275 33554432000 4194304 5064252 140736226616240 140736226615152 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12413/statm: 2287 275 233 213 0 72 0
[pid=12414] ppid=12413 vsize=105948 CPUtime=1593.9 cores=1,3,5,7
/proc/12414/stat : 12414 (npSolver-wbo) S 12413 12413 29981 0 -1 4202496 43240 221834 0 0 508 64 158648 170 20 0 1 0 288073129 108490752 22044 33554432000 4194304 5990268 140733934724416 140733934715840 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12414/statm: 26487 22044 164 439 0 26044 0
[pid=13305] ppid=12414 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13305/stat : 13305 (satsolver.sh) S 12414 12413 29981 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288232567 9367552 267 33554432000 4194304 5064252 140737239761168 140737239760080 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13305/statm: 2287 267 226 213 0 72 0
[pid=13306] ppid=13305 vsize=97532 CPUtime=7.91 cores=1,3,5,7
/proc/13306/stat : 13306 (glucose) R 13305 12413 29981 0 -1 4202496 18805 0 0 0 786 5 0 0 20 0 1 0 288232567 99872768 21578 33554432000 4194304 5208918 140736280287232 140736280285080 4229968 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13306/statm: 24383 21578 104 248 0 24132 0
Current children cumulated CPU time (s) 1601.81
Current children cumulated vsize (KiB) 221776

[startup+1662.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/184 13366
/proc/meminfo: memFree=30559716/32873648 swapFree=6852/6852
[pid=12413] ppid=12411 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12413/stat : 12413 (npSolver-wbo-It) S 12411 12413 29981 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288073129 9367552 275 33554432000 4194304 5064252 140736226616240 140736226615152 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12413/statm: 2287 275 233 213 0 72 0
[pid=12414] ppid=12413 vsize=105948 CPUtime=1593.9 cores=1,3,5,7
/proc/12414/stat : 12414 (npSolver-wbo) S 12413 12413 29981 0 -1 4202496 43240 221834 0 0 508 64 158648 170 20 0 1 0 288073129 108490752 22044 33554432000 4194304 5990268 140733934724416 140733934715840 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12414/statm: 26487 22044 164 439 0 26044 0
[pid=13305] ppid=12414 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13305/stat : 13305 (satsolver.sh) S 12414 12413 29981 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288232567 9367552 267 33554432000 4194304 5064252 140737239761168 140737239760080 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13305/statm: 2287 267 226 213 0 72 0
[pid=13306] ppid=13305 vsize=100432 CPUtime=67.89 cores=1,3,5,7
/proc/13306/stat : 13306 (glucose) R 13305 12413 29981 0 -1 4202496 19512 0 0 0 6784 5 0 0 20 0 1 0 288232567 102842368 22830 33554432000 4194304 5208918 140736280287232 140736280285080 4228952 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13306/statm: 25108 22830 105 248 0 24857 0
Current children cumulated CPU time (s) 1661.79
Current children cumulated vsize (KiB) 224676

[startup+1722.3 s]
/proc/loadavg: 2.13 2.04 2.01 3/183 13434
/proc/meminfo: memFree=30184828/32873648 swapFree=6852/6852
[pid=12413] ppid=12411 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12413/stat : 12413 (npSolver-wbo-It) S 12411 12413 29981 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288073129 9367552 275 33554432000 4194304 5064252 140736226616240 140736226615152 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12413/statm: 2287 275 233 213 0 72 0
[pid=12414] ppid=12413 vsize=105948 CPUtime=1690.49 cores=1,3,5,7
/proc/12414/stat : 12414 (npSolver-wbo) S 12413 12413 29981 0 -1 4202496 47306 247702 0 0 548 69 168243 189 20 0 1 0 288073129 108490752 22044 33554432000 4194304 5990268 140733934724416 140733934715840 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12414/statm: 26487 22044 164 439 0 26044 0
[pid=13412] ppid=12414 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13412/stat : 13412 (satsolver.sh) S 12414 12413 29981 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 288242228 9367552 266 33554432000 4194304 5064252 140736090021424 140736090020336 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13412/statm: 2287 266 226 213 0 72 0
[pid=13413] ppid=13412 vsize=99068 CPUtime=31.29 cores=1,3,5,7
/proc/13413/stat : 13413 (glucose) R 13412 12413 29981 0 -1 4202496 19163 0 0 0 3124 5 0 0 20 0 1 0 288242228 101445632 22467 33554432000 4194304 5208918 140737247100320 140737247098168 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13413/statm: 24767 22467 104 248 0 24516 0
Current children cumulated CPU time (s) 1721.78
Current children cumulated vsize (KiB) 223312

[startup+1782.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/183 13469
/proc/meminfo: memFree=30190432/32873648 swapFree=6852/6852
[pid=12413] ppid=12411 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12413/stat : 12413 (npSolver-wbo-It) S 12411 12413 29981 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288073129 9367552 275 33554432000 4194304 5064252 140736226616240 140736226615152 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12413/statm: 2287 275 233 213 0 72 0
[pid=12414] ppid=12413 vsize=105948 CPUtime=1778.74 cores=1,3,5,7
/proc/12414/stat : 12414 (npSolver-wbo) S 12413 12413 29981 0 -1 4202496 51372 272916 0 0 589 73 177002 210 20 0 1 0 288073129 108490752 22044 33554432000 4194304 5990268 140733934724416 140733934715840 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12414/statm: 26487 22044 164 439 0 26044 0
[pid=13466] ppid=12414 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13466/stat : 13466 (satsolver.sh) S 12414 12413 29981 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288251056 9367552 267 33554432000 4194304 5064252 140735490005552 140735490004464 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13466/statm: 2287 267 226 213 0 72 0
[pid=13467] ppid=13466 vsize=95556 CPUtime=3.01 cores=1,3,5,7
/proc/13467/stat : 13467 (glucose) R 13466 12413 29981 0 -1 4202496 18465 0 0 0 297 4 0 0 20 0 1 0 288251056 97849344 20680 33554432000 4194304 5208918 140734915521680 140734915519640 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13467/statm: 23889 20680 96 248 0 23638 0
Current children cumulated CPU time (s) 1781.75
Current children cumulated vsize (KiB) 219800



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.03 2.03 2.00 3/183 13476
/proc/meminfo: memFree=30194980/32873648 swapFree=6852/6852
[pid=12413] ppid=12411 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12413/stat : 12413 (npSolver-wbo-It) S 12411 12413 29981 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288073129 9367552 275 33554432000 4194304 5064252 140736226616240 140736226615152 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12413/statm: 2287 275 233 213 0 72 0
[pid=12414] ppid=12413 vsize=105948 CPUtime=1778.74 cores=1,3,5,7
/proc/12414/stat : 12414 (npSolver-wbo) S 12413 12413 29981 0 -1 4202496 51372 272916 0 0 589 73 177002 210 20 0 1 0 288073129 108490752 22044 33554432000 4194304 5990268 140733934724416 140733934715840 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/12414/statm: 26487 22044 164 439 0 26044 0
[pid=13466] ppid=12414 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13466/stat : 13466 (satsolver.sh) S 12414 12413 29981 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288251056 9367552 267 33554432000 4194304 5064252 140735490005552 140735490004464 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13466/statm: 2287 267 226 213 0 72 0
[pid=13467] ppid=13466 vsize=96876 CPUtime=21.32 cores=1,3,5,7
/proc/13467/stat : 13467 (glucose) R 13466 12413 29981 0 -1 4202496 18836 0 0 0 2128 4 0 0 20 0 1 0 288251056 99201024 21047 33554432000 4194304 5208918 140734915521680 140734915519528 4211176 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13467/statm: 24219 21047 104 248 0 23968 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 221120

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.62
CPU time (s): 1800.1
CPU user time (s): 1797.2
CPU system time (s): 2.89956
CPU usage (%): 99.9714
Max. virtual memory (cumulated for all children) (KiB): 272096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.2
system time used= 2.89956
maximum resident set size= 151548
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 344115
page faults= 0
swaps= 0
block input operations= 0
block output operations= 910072
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3198
involuntary context switches= 1974

runsolver used 2.88156 second user time and 7.56585 second system time

The end

Launcher Data

Begin job on node115 at 2012-05-28 17:37:44
IDJOB=3714625
IDBENCH=79318
IDSOLVER=2296
FILE ID=node115/3714625-1338219463
RUNJOBID= node115-1338195070-29998
PBS_JOBID= 14624604
Free space on /tmp= 71628 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-ooo.tag8.ucl--soft-0-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3714625-1338219463/watcher-3714625-1338219463 -o /tmp/evaluation-result-3714625-1338219463/solver-3714625-1338219463 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itd.sh HOME/instance-3714625-1338219463.wbo 517743598 HOME HOME

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

MD5SUM BENCH= 796705696da137fb7128d801ba46f418
RANDOM SEED=517743598

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
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.462
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.92
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.462
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.462
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.462
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:       32873648 kB
MemFree:        31219772 kB
Buffers:          420056 kB
Cached:           317220 kB
SwapCached:          972 kB
Active:           665240 kB
Inactive:         128296 kB
Active(anon):      48800 kB
Inactive(anon):     9244 kB
Active(file):     616440 kB
Inactive(file):   119052 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67106424 kB
Dirty:             16428 kB
Writeback:             0 kB
AnonPages:         69488 kB
Mapped:            12600 kB
Shmem:                96 kB
Slab:             721092 kB
SReclaimable:     164912 kB
SUnreclaim:       556180 kB
KernelStack:        1520 kB
PageTables:         4080 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     173892 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 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= 71396 MiB
End job on node115 at 2012-05-28 18:07:44