Trace number 3752963

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
npSolver inc-topdown-quickBound (fixed)? (TO) 1800.15 1800.51

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-31-30--soft-33-100-0.wbo
MD5SUMb618f143f0ce2a95508bc08f0990c2c8
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.275957
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables930
Total number of constraints61
Number of soft constraints41
Number of constraints which are clauses31
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint31
Top cost 2356
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 2355
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 32
Number of bits of the biggest sum of numbers6
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
3.85/3.97	o 326
3.85/3.97	c starting approximation
3.85/3.97	c factor = 2
3.85/3.97	c current bound: 163
1332.39/1332.72	c current bound: 163
1800.11/1800.51	./satsolver.sh: line 5: 30715 Terminated              ./glucose $1 > $2 2> /dev/null
1800.11/1800.51	c error: unexpected solver exit code
1800.11/1800.51	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-3752963-1339193681/watcher-3752963-1339193681 -o /tmp/evaluation-result-3752963-1339193681/solver-3752963-1339193681 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3752963-1339193681.wbo 749497427 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/179 26375
/proc/meminfo: memFree=30972356/32873844 swapFree=7128/7128
[pid=26375] ppid=26373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26375/stat : 26375 (npSolver-wbo-It) S 26373 26375 2649 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385435119 9367552 274 33554432000 4194304 5064252 140736822643520 140736822642432 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26375/statm: 2287 274 233 213 0 72 0

[startup+0.0753219 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 26375
/proc/meminfo: memFree=30972356/32873844 swapFree=7128/7128
[pid=26375] ppid=26373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26375/stat : 26375 (npSolver-wbo-It) S 26373 26375 2649 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385435119 9367552 274 33554432000 4194304 5064252 140736822643520 140736822642432 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26375/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100179 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 26375
/proc/meminfo: memFree=30972356/32873844 swapFree=7128/7128
[pid=26375] ppid=26373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26375/stat : 26375 (npSolver-wbo-It) S 26373 26375 2649 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385435119 9367552 274 33554432000 4194304 5064252 140736822643520 140736822642432 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26375/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300119 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 26375
/proc/meminfo: memFree=30972356/32873844 swapFree=7128/7128
[pid=26375] ppid=26373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26375/stat : 26375 (npSolver-wbo-It) S 26373 26375 2649 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385435119 9367552 274 33554432000 4194304 5064252 140736822643520 140736822642432 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26375/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700115 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 26375
/proc/meminfo: memFree=30972356/32873844 swapFree=7128/7128
[pid=26375] ppid=26373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26375/stat : 26375 (npSolver-wbo-It) S 26373 26375 2649 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385435119 9367552 274 33554432000 4194304 5064252 140736822643520 140736822642432 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26375/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5004 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 26382
/proc/meminfo: memFree=30959560/32873844 swapFree=7128/7128
[pid=26375] ppid=26373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26375/stat : 26375 (npSolver-wbo-It) S 26373 26375 2649 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385435119 9367552 274 33554432000 4194304 5064252 140736822643520 140736822642432 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26375/statm: 2287 274 233 213 0 72 0
[pid=26376] ppid=26375 vsize=2388 CPUtime=0.01 cores=0,2,4,6
/proc/26376/stat : 26376 (npSolver-wbo) S 26375 26375 2649 0 -1 4202496 1315 2220 0 0 0 0 1 0 20 0 1 0 385435119 2445312 260 33554432000 4194304 6006132 140734924973728 140734924967920 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26376/statm: 597 260 157 443 0 150 0
[pid=26381] ppid=26376 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26381/stat : 26381 (satsolver.sh) S 26376 26375 2649 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385435122 9367552 265 33554432000 4194304 5064252 140733293204256 140733293203168 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26381/statm: 2287 265 226 213 0 72 0
[pid=26382] ppid=26381 vsize=26364 CPUtime=1.45 cores=0,2,4,6
/proc/26382/stat : 26382 (glucose) R 26381 26375 2649 0 -1 4202496 3419 0 0 0 144 1 0 0 20 0 1 0 385435122 26996736 3877 33554432000 4194304 5208918 140735699445120 140735699443208 4231508 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/26382/statm: 6591 3877 96 248 0 6340 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 47048

[startup+3.1004 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 26382
/proc/meminfo: memFree=30932112/32873844 swapFree=7128/7128
[pid=26375] ppid=26373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26375/stat : 26375 (npSolver-wbo-It) S 26373 26375 2649 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385435119 9367552 274 33554432000 4194304 5064252 140736822643520 140736822642432 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26375/statm: 2287 274 233 213 0 72 0
[pid=26376] ppid=26375 vsize=2388 CPUtime=0.01 cores=0,2,4,6
/proc/26376/stat : 26376 (npSolver-wbo) S 26375 26375 2649 0 -1 4202496 1315 2220 0 0 0 0 1 0 20 0 1 0 385435119 2445312 260 33554432000 4194304 6006132 140734924973728 140734924967920 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26376/statm: 597 260 157 443 0 150 0
[pid=26381] ppid=26376 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26381/stat : 26381 (satsolver.sh) S 26376 26375 2649 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385435122 9367552 265 33554432000 4194304 5064252 140733293204256 140733293203168 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26381/statm: 2287 265 226 213 0 72 0
[pid=26382] ppid=26381 vsize=30828 CPUtime=3.04 cores=0,2,4,6
/proc/26382/stat : 26382 (glucose) R 26381 26375 2649 0 -1 4202496 4219 0 0 0 303 1 0 0 20 0 1 0 385435122 31567872 7231 33554432000 4194304 5208918 140735699445120 140735699443064 4229720 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/26382/statm: 7707 7231 96 248 0 7456 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 51512

[startup+6.30031 s]
/proc/loadavg: 2.10 2.03 2.01 3/183 26441
/proc/meminfo: memFree=30963796/32873844 swapFree=7128/7128
[pid=26375] ppid=26373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26375/stat : 26375 (npSolver-wbo-It) S 26373 26375 2649 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385435119 9367552 274 33554432000 4194304 5064252 140736822643520 140736822642432 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26375/statm: 2287 274 233 213 0 72 0
[pid=26376] ppid=26375 vsize=2940 CPUtime=3.95 cores=0,2,4,6
/proc/26376/stat : 26376 (npSolver-wbo) S 26375 26375 2649 0 -1 4202496 1523 9801 0 0 1 0 391 3 20 0 1 0 385435119 3010560 370 33554432000 4194304 6006132 140734924973728 140734924965088 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26376/statm: 735 370 176 443 0 288 0
[pid=26440] ppid=26376 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26440/stat : 26440 (satsolver.sh) S 26376 26375 2649 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385435516 9367552 267 33554432000 4194304 5064252 140735937241184 140735937240096 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26440/statm: 2287 267 226 213 0 72 0
[pid=26441] ppid=26440 vsize=16156 CPUtime=2.31 cores=0,2,4,6
/proc/26441/stat : 26441 (glucose) R 26440 26375 2649 0 -1 4202496 4424 0 0 0 230 1 0 0 20 0 1 0 385435516 16543744 3264 33554432000 4194304 5208918 140733394280848 140733394278792 4211670 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/26441/statm: 4039 3264 96 248 0 3788 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 37392

[startup+12.7004 s]
/proc/loadavg: 2.09 2.03 2.00 3/183 26462
/proc/meminfo: memFree=30941352/32873844 swapFree=7128/7128
[pid=26375] ppid=26373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26375/stat : 26375 (npSolver-wbo-It) S 26373 26375 2649 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385435119 9367552 274 33554432000 4194304 5064252 140736822643520 140736822642432 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26375/statm: 2287 274 233 213 0 72 0
[pid=26376] ppid=26375 vsize=2940 CPUtime=3.95 cores=0,2,4,6
/proc/26376/stat : 26376 (npSolver-wbo) S 26375 26375 2649 0 -1 4202496 1523 9801 0 0 1 0 391 3 20 0 1 0 385435119 3010560 370 33554432000 4194304 6006132 140734924973728 140734924965088 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26376/statm: 735 370 176 443 0 288 0
[pid=26440] ppid=26376 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26440/stat : 26440 (satsolver.sh) S 26376 26375 2649 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385435516 9367552 267 33554432000 4194304 5064252 140735937241184 140735937240096 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26440/statm: 2287 267 226 213 0 72 0
[pid=26441] ppid=26440 vsize=32112 CPUtime=8.71 cores=0,2,4,6
/proc/26441/stat : 26441 (glucose) R 26440 26375 2649 0 -1 4202496 5670 0 0 0 870 1 0 0 20 0 1 0 385435516 32882688 7568 33554432000 4194304 5208918 140733394280848 140733394278712 4229517 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26441/statm: 8028 7568 96 248 0 7777 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 53348

[startup+25.5005 s]
/proc/loadavg: 2.15 2.04 2.01 3/183 26504
/proc/meminfo: memFree=30937504/32873844 swapFree=7128/7128
[pid=26375] ppid=26373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26375/stat : 26375 (npSolver-wbo-It) S 26373 26375 2649 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385435119 9367552 274 33554432000 4194304 5064252 140736822643520 140736822642432 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26375/statm: 2287 274 233 213 0 72 0
[pid=26376] ppid=26375 vsize=2940 CPUtime=3.95 cores=0,2,4,6
/proc/26376/stat : 26376 (npSolver-wbo) S 26375 26375 2649 0 -1 4202496 1523 9801 0 0 1 0 391 3 20 0 1 0 385435119 3010560 370 33554432000 4194304 6006132 140734924973728 140734924965088 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26376/statm: 735 370 176 443 0 288 0
[pid=26440] ppid=26376 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26440/stat : 26440 (satsolver.sh) S 26376 26375 2649 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385435516 9367552 267 33554432000 4194304 5064252 140735937241184 140735937240096 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26440/statm: 2287 267 226 213 0 72 0
[pid=26441] ppid=26440 vsize=34832 CPUtime=21.51 cores=0,2,4,6
/proc/26441/stat : 26441 (glucose) R 26440 26375 2649 0 -1 4202496 6388 0 0 0 2149 2 0 0 20 0 1 0 385435516 35667968 8249 33554432000 4194304 5208918 140733394280848 140733394278712 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26441/statm: 8708 8249 96 248 0 8457 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 56068

[startup+51.1004 s]
/proc/loadavg: 2.09 2.04 2.01 3/183 26588
/proc/meminfo: memFree=30923336/32873844 swapFree=7128/7128
[pid=26375] ppid=26373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26375/stat : 26375 (npSolver-wbo-It) S 26373 26375 2649 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385435119 9367552 274 33554432000 4194304 5064252 140736822643520 140736822642432 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26375/statm: 2287 274 233 213 0 72 0
[pid=26376] ppid=26375 vsize=2940 CPUtime=3.95 cores=0,2,4,6
/proc/26376/stat : 26376 (npSolver-wbo) S 26375 26375 2649 0 -1 4202496 1523 9801 0 0 1 0 391 3 20 0 1 0 385435119 3010560 370 33554432000 4194304 6006132 140734924973728 140734924965088 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26376/statm: 735 370 176 443 0 288 0
[pid=26440] ppid=26376 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26440/stat : 26440 (satsolver.sh) S 26376 26375 2649 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385435516 9367552 267 33554432000 4194304 5064252 140735937241184 140735937240096 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26440/statm: 2287 267 226 213 0 72 0
[pid=26441] ppid=26440 vsize=58108 CPUtime=47.1 cores=0,2,4,6
/proc/26441/stat : 26441 (glucose) R 26440 26375 2649 0 -1 4202496 7982 0 0 0 4707 3 0 0 20 0 1 0 385435516 59502592 13583 33554432000 4194304 5208918 140733394280848 140733394278792 4215353 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26441/statm: 14527 13583 96 248 0 14276 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 79344

[startup+102.307 s]
/proc/loadavg: 2.16 2.06 2.01 3/183 26757
/proc/meminfo: memFree=30909448/32873844 swapFree=7128/7128
[pid=26375] ppid=26373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26375/stat : 26375 (npSolver-wbo-It) S 26373 26375 2649 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385435119 9367552 274 33554432000 4194304 5064252 140736822643520 140736822642432 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26375/statm: 2287 274 233 213 0 72 0
[pid=26376] ppid=26375 vsize=2940 CPUtime=3.95 cores=0,2,4,6
/proc/26376/stat : 26376 (npSolver-wbo) S 26375 26375 2649 0 -1 4202496 1523 9801 0 0 1 0 391 3 20 0 1 0 385435119 3010560 370 33554432000 4194304 6006132 140734924973728 140734924965088 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26376/statm: 735 370 176 443 0 288 0
[pid=26440] ppid=26376 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26440/stat : 26440 (satsolver.sh) S 26376 26375 2649 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385435516 9367552 267 33554432000 4194304 5064252 140735937241184 140735937240096 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26440/statm: 2287 267 226 213 0 72 0
[pid=26441] ppid=26440 vsize=69864 CPUtime=98.3 cores=0,2,4,6
/proc/26441/stat : 26441 (glucose) R 26440 26375 2649 0 -1 4202496 9812 0 0 0 9823 7 0 0 20 0 1 0 385435516 71540736 17035 33554432000 4194304 5208918 140733394280848 140733394278936 4229717 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26441/statm: 17466 17035 96 248 0 17215 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 91100

[startup+162.3 s]
/proc/loadavg: 2.18 2.08 2.02 3/183 26946
/proc/meminfo: memFree=30905944/32873844 swapFree=7128/7128
[pid=26375] ppid=26373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26375/stat : 26375 (npSolver-wbo-It) S 26373 26375 2649 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385435119 9367552 274 33554432000 4194304 5064252 140736822643520 140736822642432 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26375/statm: 2287 274 233 213 0 72 0
[pid=26376] ppid=26375 vsize=2940 CPUtime=3.95 cores=0,2,4,6
/proc/26376/stat : 26376 (npSolver-wbo) S 26375 26375 2649 0 -1 4202496 1523 9801 0 0 1 0 391 3 20 0 1 0 385435119 3010560 370 33554432000 4194304 6006132 140734924973728 140734924965088 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26376/statm: 735 370 176 443 0 288 0
[pid=26440] ppid=26376 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 1.99 1.99 1.99 3/183 31002
/proc/meminfo: memFree=30902000/32873844 swapFree=7128/7128
[pid=26375] ppid=26373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26375/stat : 26375 (npSolver-wbo-It) S 26373 26375 2649 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385435119 9367552 274 33554432000 4194304 5064252 140736822643520 140736822642432 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26375/statm: 2287 274 233 213 0 72 0
[pid=26376] ppid=26375 vsize=2940 CPUtime=1332.42 cores=0,2,4,6
/proc/26376/stat : 26376 (npSolver-wbo) S 26375 26375 2649 0 -1 4202496 1708 75861 0 0 1 0 133120 121 20 0 1 0 385435119 3010560 370 33554432000 4194304 6006132 140734924973728 140734924965088 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26376/statm: 735 370 176 443 0 288 0
[pid=30714] ppid=26376 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30714/stat : 30714 (satsolver.sh) S 26376 26375 2649 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385568391 9367552 267 33554432000 4194304 5064252 140736325125088 140736325124000 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30714/statm: 2287 267 226 213 0 72 0
[pid=30715] ppid=30714 vsize=69860 CPUtime=89.54 cores=0,2,4,6
/proc/30715/stat : 30715 (glucose) R 30714 26375 2649 0 -1 4202496 9741 0 0 0 8950 4 0 0 20 0 1 0 385568392 71536640 17050 33554432000 4194304 5208918 140736929788352 140736929786440 4211584 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30715/statm: 17465 17050 96 248 0 17214 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 91096

[startup+1482.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/183 31191
/proc/meminfo: memFree=30861724/32873844 swapFree=7128/7128
[pid=26375] ppid=26373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26375/stat : 26375 (npSolver-wbo-It) S 26373 26375 2649 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385435119 9367552 274 33554432000 4194304 5064252 140736822643520 140736822642432 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26375/statm: 2287 274 233 213 0 72 0
[pid=26376] ppid=26375 vsize=2940 CPUtime=1332.42 cores=0,2,4,6
/proc/26376/stat : 26376 (npSolver-wbo) S 26375 26375 2649 0 -1 4202496 1708 75861 0 0 1 0 133120 121 20 0 1 0 385435119 3010560 370 33554432000 4194304 6006132 140734924973728 140734924965088 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26376/statm: 735 370 176 443 0 288 0
[pid=30714] ppid=26376 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30714/stat : 30714 (satsolver.sh) S 26376 26375 2649 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385568391 9367552 267 33554432000 4194304 5064252 140736325125088 140736325124000 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30714/statm: 2287 267 226 213 0 72 0
[pid=30715] ppid=30714 vsize=119180 CPUtime=149.53 cores=0,2,4,6
/proc/30715/stat : 30715 (glucose) R 30714 26375 2649 0 -1 4202496 12752 0 0 0 14944 9 0 0 20 0 1 0 385568392 122040320 27189 33554432000 4194304 5208918 140736929788352 140736929786344 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30715/statm: 29795 27189 96 248 0 29544 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 140416

[startup+1542.3 s]
/proc/loadavg: 2.11 2.02 2.00 3/184 31390
/proc/meminfo: memFree=30852352/32873844 swapFree=7128/7128
[pid=26375] ppid=26373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26375/stat : 26375 (npSolver-wbo-It) S 26373 26375 2649 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385435119 9367552 274 33554432000 4194304 5064252 140736822643520 140736822642432 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26375/statm: 2287 274 233 213 0 72 0
[pid=26376] ppid=26375 vsize=2940 CPUtime=1332.42 cores=0,2,4,6
/proc/26376/stat : 26376 (npSolver-wbo) S 26375 26375 2649 0 -1 4202496 1708 75861 0 0 1 0 133120 121 20 0 1 0 385435119 3010560 370 33554432000 4194304 6006132 140734924973728 140734924965088 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26376/statm: 735 370 176 443 0 288 0
[pid=30714] ppid=26376 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30714/stat : 30714 (satsolver.sh) S 26376 26375 2649 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385568391 9367552 267 33554432000 4194304 5064252 140736325125088 140736325124000 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30714/statm: 2287 267 226 213 0 72 0
[pid=30715] ppid=30714 vsize=150000 CPUtime=209.53 cores=0,2,4,6
/proc/30715/stat : 30715 (glucose) R 30714 26375 2649 0 -1 4202496 16133 0 0 0 20938 15 0 0 20 0 1 0 385568392 153600000 30328 33554432000 4194304 5208918 140736929788352 140736929786504 4229296 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30715/statm: 37500 30328 96 248 0 37249 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 171236

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 31579
/proc/meminfo: memFree=30898916/32873844 swapFree=7128/7128
[pid=26375] ppid=26373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26375/stat : 26375 (npSolver-wbo-It) S 26373 26375 2649 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385435119 9367552 274 33554432000 4194304 5064252 140736822643520 140736822642432 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26375/statm: 2287 274 233 213 0 72 0
[pid=26376] ppid=26375 vsize=2940 CPUtime=1332.42 cores=0,2,4,6
/proc/26376/stat : 26376 (npSolver-wbo) S 26375 26375 2649 0 -1 4202496 1708 75861 0 0 1 0 133120 121 20 0 1 0 385435119 3010560 370 33554432000 4194304 6006132 140734924973728 140734924965088 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26376/statm: 735 370 176 443 0 288 0
[pid=30714] ppid=26376 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30714/stat : 30714 (satsolver.sh) S 26376 26375 2649 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385568391 9367552 267 33554432000 4194304 5064252 140736325125088 140736325124000 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30714/statm: 2287 267 226 213 0 72 0
[pid=30715] ppid=30714 vsize=69860 CPUtime=269.51 cores=0,2,4,6
/proc/30715/stat : 30715 (glucose) R 30714 26375 2649 0 -1 4202496 20211 0 0 0 26930 21 0 0 20 0 1 0 385568392 71536640 17060 33554432000 4194304 5208918 140736929788352 140736929786440 4229311 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30715/statm: 17465 17060 96 248 0 17214 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 91096

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 31776
/proc/meminfo: memFree=30840532/32873844 swapFree=7128/7128
[pid=26375] ppid=26373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26375/stat : 26375 (npSolver-wbo-It) S 26373 26375 2649 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385435119 9367552 274 33554432000 4194304 5064252 140736822643520 140736822642432 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26375/statm: 2287 274 233 213 0 72 0
[pid=26376] ppid=26375 vsize=2940 CPUtime=1332.42 cores=0,2,4,6
/proc/26376/stat : 26376 (npSolver-wbo) S 26375 26375 2649 0 -1 4202496 1708 75861 0 0 1 0 133120 121 20 0 1 0 385435119 3010560 370 33554432000 4194304 6006132 140734924973728 140734924965088 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26376/statm: 735 370 176 443 0 288 0
[pid=30714] ppid=26376 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30714/stat : 30714 (satsolver.sh) S 26376 26375 2649 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385568391 9367552 267 33554432000 4194304 5064252 140736325125088 140736325124000 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30714/statm: 2287 267 226 213 0 72 0
[pid=30715] ppid=30714 vsize=150000 CPUtime=329.5 cores=0,2,4,6
/proc/30715/stat : 30715 (glucose) R 30714 26375 2649 0 -1 4202496 24287 0 0 0 32923 27 0 0 20 0 1 0 385568392 153600000 32386 33554432000 4194304 5208918 140736929788352 140736929786504 4211744 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30715/statm: 37500 32386 96 248 0 37249 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 171236

[startup+1722.3 s]
/proc/loadavg: 1.95 1.98 1.99 3/183 31965
/proc/meminfo: memFree=30896868/32873844 swapFree=7128/7128
[pid=26375] ppid=26373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26375/stat : 26375 (npSolver-wbo-It) S 26373 26375 2649 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385435119 9367552 274 33554432000 4194304 5064252 140736822643520 140736822642432 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26375/statm: 2287 274 233 213 0 72 0
[pid=26376] ppid=26375 vsize=2940 CPUtime=1332.42 cores=0,2,4,6
/proc/26376/stat : 26376 (npSolver-wbo) S 26375 26375 2649 0 -1 4202496 1708 75861 0 0 1 0 133120 121 20 0 1 0 385435119 3010560 370 33554432000 4194304 6006132 140734924973728 140734924965088 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26376/statm: 735 370 176 443 0 288 0
[pid=30714] ppid=26376 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30714/stat : 30714 (satsolver.sh) S 26376 26375 2649 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385568391 9367552 267 33554432000 4194304 5064252 140736325125088 140736325124000 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30714/statm: 2287 267 226 213 0 72 0
[pid=30715] ppid=30714 vsize=69860 CPUtime=389.5 cores=0,2,4,6
/proc/30715/stat : 30715 (glucose) R 30714 26375 2649 0 -1 4202496 27346 0 0 0 38917 33 0 0 20 0 1 0 385568392 71536640 17060 33554432000 4194304 5208918 140736929788352 140736929786440 4211635 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30715/statm: 17465 17060 96 248 0 17214 0
Current children cumulated CPU time (s) 1721.92
Current children cumulated vsize (KiB) 91096

[startup+1782.3 s]
/proc/loadavg: 1.93 1.97 1.99 3/184 32162
/proc/meminfo: memFree=30897808/32873844 swapFree=7128/7128
[pid=26375] ppid=26373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26375/stat : 26375 (npSolver-wbo-It) S 26373 26375 2649 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385435119 9367552 274 33554432000 4194304 5064252 140736822643520 140736822642432 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26375/statm: 2287 274 233 213 0 72 0
[pid=26376] ppid=26375 vsize=2940 CPUtime=1332.42 cores=0,2,4,6
/proc/26376/stat : 26376 (npSolver-wbo) S 26375 26375 2649 0 -1 4202496 1708 75861 0 0 1 0 133120 121 20 0 1 0 385435119 3010560 370 33554432000 4194304 6006132 140734924973728 140734924965088 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26376/statm: 735 370 176 443 0 288 0
[pid=30714] ppid=26376 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30714/stat : 30714 (satsolver.sh) S 26376 26375 2649 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385568391 9367552 267 33554432000 4194304 5064252 140736325125088 140736325124000 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30714/statm: 2287 267 226 213 0 72 0
[pid=30715] ppid=30714 vsize=69860 CPUtime=449.49 cores=0,2,4,6
/proc/30715/stat : 30715 (glucose) R 30714 26375 2649 0 -1 4202496 30416 0 0 0 44910 39 0 0 20 0 1 0 385568392 71536640 17060 33554432000 4194304 5208918 140736929788352 140736929786440 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30715/statm: 17465 17060 96 248 0 17214 0
Current children cumulated CPU time (s) 1781.91
Current children cumulated vsize (KiB) 91096



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.95 1.97 1.99 3/184 32225
/proc/meminfo: memFree=30839996/32873844 swapFree=7128/7128
[pid=26375] ppid=26373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26375/stat : 26375 (npSolver-wbo-It) S 26373 26375 2649 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385435119 9367552 274 33554432000 4194304 5064252 140736822643520 140736822642432 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26375/statm: 2287 274 233 213 0 72 0
[pid=26376] ppid=26375 vsize=2940 CPUtime=1332.42 cores=0,2,4,6
/proc/26376/stat : 26376 (npSolver-wbo) S 26375 26375 2649 0 -1 4202496 1708 75861 0 0 1 0 133120 121 20 0 1 0 385435119 3010560 370 33554432000 4194304 6006132 140734924973728 140734924965088 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26376/statm: 735 370 176 443 0 288 0
[pid=30714] ppid=26376 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30714/stat : 30714 (satsolver.sh) S 26376 26375 2649 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385568391 9367552 267 33554432000 4194304 5064252 140736325125088 140736325124000 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30714/statm: 2287 267 226 213 0 72 0
[pid=30715] ppid=30714 vsize=150000 CPUtime=467.69 cores=0,2,4,6
/proc/30715/stat : 30715 (glucose) R 30714 26375 2649 0 -1 4202496 31439 0 0 0 46729 40 0 0 20 0 1 0 385568392 153600000 33410 33554432000 4194304 5208918 140736929788352 140736929786504 4229538 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30715/statm: 37500 33410 96 248 0 37249 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 171236

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 1.95 1.97 1.99 3/184 32225
/proc/meminfo: memFree=30839996/32873844 swapFree=7128/7128
[pid=26375] ppid=26373 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26375/stat : 26375 (npSolver-wbo-It) S 26373 26375 2649 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385435119 9367552 274 33554432000 4194304 5064252 140736822643520 140736822642432 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26375/statm: 2287 274 233 213 0 72 0
[pid=26376] ppid=26375 vsize=2940 CPUtime=1332.42 cores=0,2,4,6
/proc/26376/stat : 26376 (npSolver-wbo) S 26375 26375 2649 0 -1 4202496 1708 75861 0 0 1 0 133120 121 20 0 1 0 385435119 3010560 370 33554432000 4194304 6006132 140734924973728 140734924965088 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26376/statm: 735 370 176 443 0 288 0
[pid=30714] ppid=26376 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30714/stat : 30714 (satsolver.sh) S 26376 26375 2649 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385568391 9367552 267 33554432000 4194304 5064252 140736325125088 140736325124000 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30714/statm: 2287 267 226 213 0 72 0
[pid=30715] ppid=30714 vsize=150000 CPUtime=467.69 cores=0,2,4,6
/proc/30715/stat : 30715 (glucose) R 30714 26375 2649 0 -1 4202496 31439 0 0 0 46729 40 0 0 20 0 1 0 385568392 153600000 33410 33554432000 4194304 5208918 140736929788352 140736929786504 4229538 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30715/statm: 37500 33410 96 248 0 37249 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 171236

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.15
CPU user time (s): 1798.51
CPU system time (s): 1.63475
CPU usage (%): 99.9799
Max. virtual memory (cumulated for all children) (KiB): 221328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.51
system time used= 1.63475
maximum resident set size= 178872
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109999
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1288
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 120
involuntary context switches= 2543

runsolver used 3.50347 second user time and 13.6409 second system time

The end

Launcher Data

Begin job on node105 at 2012-06-09 00:14:41
IDJOB=3752963
IDBENCH=78711
IDSOLVER=2336
FILE ID=node105/3752963-1339193681
RUNJOBID= node105-1339184676-13537
PBS_JOBID= 14643847
Free space on /tmp= 66792 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-31-30--soft-33-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3752963-1339193681/watcher-3752963-1339193681 -o /tmp/evaluation-result-3752963-1339193681/solver-3752963-1339193681 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3752963-1339193681.wbo 749497427 HOME HOME

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

MD5SUM BENCH= b618f143f0ce2a95508bc08f0990c2c8
RANDOM SEED=749497427

node105.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.882
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.76
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.882
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.882
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.882
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.882
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	: 5438.54
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.882
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.882
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.882
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	: 5447.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30972728 kB
Buffers:          521040 kB
Cached:           404824 kB
SwapCached:         2768 kB
Active:           905448 kB
Inactive:          53816 kB
Active(anon):      32108 kB
Inactive(anon):     2928 kB
Active(file):     873340 kB
Inactive(file):    50888 kB
Unevictable:        7128 kB
Mlocked:            7128 kB
SwapTotal:      67108856 kB
SwapFree:       67098868 kB
Dirty:              9192 kB
Writeback:             0 kB
AnonPages:        146548 kB
Mapped:            10200 kB
Shmem:                 0 kB
Slab:             800932 kB
SReclaimable:     242412 kB
SUnreclaim:       558520 kB
KernelStack:        1520 kB
PageTables:         4400 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     155660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    120832 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= 66784 MiB
End job on node105 at 2012-06-09 00:44:42