Trace number 3713603

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

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-95-90--soft-33-100-0.wbo
MD5SUMbad48add975eecf801ffda2fc733cf44
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 benchmark7.12992
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables8550
Total number of constraints185
Number of soft constraints120
Number of constraints which are clauses95
Number of constraints which are cardinality constraints (but not clauses)90
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint90
Maximum length of a constraint95
Top cost 6763
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 6762
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 96
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

0.00/0.77	c run usual solver
6.96/7.28	o 2847
6.96/7.28	c current bound: 1423
6.96/7.28	c fallback to adder encoding
8.64/8.94	o 1418
8.64/8.94	c current bound: 709
33.13/33.95	o 630
33.13/33.95	c current bound: 315
37.07/37.75	o 302
37.07/37.75	c current bound: 151
44.36/44.97	o 115
44.36/44.97	c current bound: 57
69.26/69.85	o 55
69.26/69.85	c current bound: 27
83.52/83.81	o 27
83.52/83.81	c current bound: 13
87.66/88.24	o 11
87.66/88.24	c current bound: 5
91.53/91.82	o 2
91.53/91.82	c current bound: 1
96.42/96.72	o 1
96.42/96.72	c current bound: 0
96.42/96.72	c [SWC] exit 4
1800.04/1800.61	./satsolver.sh: line 5: 29611 Terminated              ./glucose $1 > $2 2> /dev/null
1800.04/1800.61	c error: unexpected solver exit code
1800.04/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-3713603-1338183592/watcher-3713603-1338183592 -o /tmp/evaluation-result-3713603-1338183592/solver-3713603-1338183592 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo.sh HOME/instance-3713603-1338183592.wbo 1391964222 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.00 2.00 2.00 3/179 29530
/proc/meminfo: memFree=29077512/32873648 swapFree=7116/7116
[pid=29530] ppid=29528 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29530/stat : 29530 (npSolver-wbo.sh) S 29528 29530 26029 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284486561 9367552 275 33554432000 4194304 5064252 140734381074736 140734381073648 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29530/statm: 2287 275 233 213 0 72 0

[startup+0.0245391 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 29530
/proc/meminfo: memFree=29077512/32873648 swapFree=7116/7116
[pid=29530] ppid=29528 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29530/stat : 29530 (npSolver-wbo.sh) S 29528 29530 26029 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284486561 9367552 275 33554432000 4194304 5064252 140734381074736 140734381073648 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29530/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10026 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 29530
/proc/meminfo: memFree=29077512/32873648 swapFree=7116/7116
[pid=29530] ppid=29528 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29530/stat : 29530 (npSolver-wbo.sh) S 29528 29530 26029 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284486561 9367552 275 33554432000 4194304 5064252 140734381074736 140734381073648 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29530/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300256 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 29530
/proc/meminfo: memFree=29077512/32873648 swapFree=7116/7116
[pid=29530] ppid=29528 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29530/stat : 29530 (npSolver-wbo.sh) S 29528 29530 26029 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284486561 9367552 275 33554432000 4194304 5064252 140734381074736 140734381073648 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29530/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700223 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 29530
/proc/meminfo: memFree=29077512/32873648 swapFree=7116/7116
[pid=29530] ppid=29528 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29530/stat : 29530 (npSolver-wbo.sh) S 29528 29530 26029 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284486561 9367552 275 33554432000 4194304 5064252 140734381074736 140734381073648 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29530/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50035 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 29534
/proc/meminfo: memFree=28940420/32873648 swapFree=7116/7116
[pid=29530] ppid=29528 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29530/stat : 29530 (npSolver-wbo.sh) S 29528 29530 26029 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284486561 9367552 275 33554432000 4194304 5064252 140734381074736 140734381073648 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29530/statm: 2287 275 233 213 0 72 0
[pid=29531] ppid=29530 vsize=27216 CPUtime=0.76 cores=0,2,4,6
/proc/29531/stat : 29531 (npSolver-wbo) S 29530 29530 26029 0 -1 4202496 5513 0 0 0 74 2 0 0 20 0 1 0 284486561 27869184 5092 33554432000 4194304 5990268 140736515282224 140736515275376 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29531/statm: 6804 5092 156 439 0 6361 0
[pid=29533] ppid=29531 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29533/stat : 29533 (cp2_pre.sh) S 29531 29530 26029 0 -1 4202496 606 0 0 0 0 0 0 0 20 0 1 0 284486639 9367552 276 33554432000 4194304 5064252 140735552805760 140735552804464 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29533/statm: 2287 276 234 213 0 72 0
[pid=29534] ppid=29533 vsize=153452 CPUtime=0.7 cores=0,2,4,6
/proc/29534/stat : 29534 (coprocessor) R 29533 29530 26029 0 -1 4202496 27142 0 0 0 66 4 0 0 20 0 1 0 284486639 157134848 36827 33554432000 4194304 6586260 140736815199728 140736815195992 4775781 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/29534/statm: 38363 36827 175 584 0 37775 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 198964

[startup+3.10031 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 29534
/proc/meminfo: memFree=28870636/32873648 swapFree=7116/7116
[pid=29530] ppid=29528 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29530/stat : 29530 (npSolver-wbo.sh) S 29528 29530 26029 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284486561 9367552 275 33554432000 4194304 5064252 140734381074736 140734381073648 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29530/statm: 2287 275 233 213 0 72 0
[pid=29531] ppid=29530 vsize=27216 CPUtime=0.76 cores=0,2,4,6
/proc/29531/stat : 29531 (npSolver-wbo) S 29530 29530 26029 0 -1 4202496 5513 0 0 0 74 2 0 0 20 0 1 0 284486561 27869184 5092 33554432000 4194304 5990268 140736515282224 140736515275376 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29531/statm: 6804 5092 156 439 0 6361 0
[pid=29533] ppid=29531 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29533/stat : 29533 (cp2_pre.sh) S 29531 29530 26029 0 -1 4202496 606 0 0 0 0 0 0 0 20 0 1 0 284486639 9367552 276 33554432000 4194304 5064252 140735552805760 140735552804464 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29533/statm: 2287 276 234 213 0 72 0
[pid=29534] ppid=29533 vsize=181532 CPUtime=2.31 cores=0,2,4,6
/proc/29534/stat : 29534 (coprocessor) R 29533 29530 26029 0 -1 4202496 31391 0 0 0 226 5 0 0 20 0 1 0 284486639 185888768 44142 33554432000 4194304 6586260 140736815199728 140736815195048 5599216 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/29534/statm: 45383 44142 191 584 0 44795 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 227044

[startup+6.30021 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 29534
/proc/meminfo: memFree=28833168/32873648 swapFree=7116/7116
[pid=29530] ppid=29528 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29530/stat : 29530 (npSolver-wbo.sh) S 29528 29530 26029 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284486561 9367552 275 33554432000 4194304 5064252 140734381074736 140734381073648 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29530/statm: 2287 275 233 213 0 72 0
[pid=29531] ppid=29530 vsize=27216 CPUtime=5.93 cores=0,2,4,6
/proc/29531/stat : 29531 (npSolver-wbo) S 29530 29530 26029 0 -1 4202496 5524 35952 0 0 74 2 442 75 20 0 1 0 284486561 27869184 5093 33554432000 4194304 5990268 140736515282224 140736515276464 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29531/statm: 6804 5093 157 439 0 6361 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 36364

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 29554
/proc/meminfo: memFree=28958280/32873648 swapFree=7116/7116
[pid=29530] ppid=29528 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29530/stat : 29530 (npSolver-wbo.sh) S 29528 29530 26029 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284486561 9367552 275 33554432000 4194304 5064252 140734381074736 140734381073648 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29530/statm: 2287 275 233 213 0 72 0
[pid=29531] ppid=29530 vsize=54032 CPUtime=8.8 cores=0,2,4,6
/proc/29531/stat : 29531 (npSolver-wbo) S 29530 29530 26029 0 -1 4202496 12269 78592 0 0 94 33 663 90 20 0 1 0 284486561 55328768 11611 33554432000 4194304 5990268 140736515282224 140736515273664 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29531/statm: 13508 11611 170 439 0 13065 0
[pid=29553] ppid=29531 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29553/stat : 29553 (satsolver.sh) S 29531 29530 26029 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284487467 9367552 267 33554432000 4194304 5064252 140733984830672 140733984829584 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/29553/statm: 2287 267 226 213 0 72 0
[pid=29554] ppid=29553 vsize=115808 CPUtime=3.63 cores=0,2,4,6
/proc/29554/stat : 29554 (glucose) R 29553 29530 26029 0 -1 4202496 20425 0 0 0 360 3 0 0 20 0 1 0 284487467 118587392 23022 33554432000 4194304 5208918 140736093593408 140736093591256 4229021 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/29554/statm: 28952 23022 103 248 0 28701 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 188136

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 29555
/proc/meminfo: memFree=28925320/32873648 swapFree=7116/7116
[pid=29530] ppid=29528 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29530/stat : 29530 (npSolver-wbo.sh) S 29528 29530 26029 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284486561 9367552 275 33554432000 4194304 5064252 140734381074736 140734381073648 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29530/statm: 2287 275 233 213 0 72 0
[pid=29531] ppid=29530 vsize=54032 CPUtime=8.8 cores=0,2,4,6
/proc/29531/stat : 29531 (npSolver-wbo) S 29530 29530 26029 0 -1 4202496 12269 78592 0 0 94 33 663 90 20 0 1 0 284486561 55328768 11611 33554432000 4194304 5990268 140736515282224 140736515273664 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29531/statm: 13508 11611 170 439 0 13065 0
[pid=29553] ppid=29531 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29553/stat : 29553 (satsolver.sh) S 29531 29530 26029 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284487467 9367552 267 33554432000 4194304 5064252 140733984830672 140733984829584 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/29553/statm: 2287 267 226 213 0 72 0
[pid=29554] ppid=29553 vsize=123520 CPUtime=16.43 cores=0,2,4,6
/proc/29554/stat : 29554 (glucose) R 29553 29530 26029 0 -1 4202496 20749 0 0 0 1640 3 0 0 20 0 1 0 284487467 126484480 23338 33554432000 4194304 5208918 140736093593408 140736093591560 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29554/statm: 30880 23338 103 248 0 30629 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 195848

[startup+51.1004 s]
/proc/loadavg: 2.07 2.02 2.00 3/184 29576
/proc/meminfo: memFree=28972864/32873648 swapFree=7116/7116
[pid=29530] ppid=29528 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29530/stat : 29530 (npSolver-wbo.sh) S 29528 29530 26029 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284486561 9367552 275 33554432000 4194304 5064252 140734381074736 140734381073648 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29530/statm: 2287 275 233 213 0 72 0
[pid=29531] ppid=29530 vsize=40012 CPUtime=44.73 cores=0,2,4,6
/proc/29531/stat : 29531 (npSolver-wbo) S 29530 29530 26029 0 -1 4202496 20202 158576 0 0 107 35 4197 134 20 0 1 0 284486561 40972288 8005 33554432000 4194304 5990268 140736515282224 140736515273664 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29531/statm: 10003 8005 170 439 0 9560 0
[pid=29575] ppid=29531 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29575/stat : 29575 (satsolver.sh) S 29531 29530 26029 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284491059 9367552 267 33554432000 4194304 5064252 140735756787056 140735756785968 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/29575/statm: 2287 267 226 213 0 72 0
[pid=29576] ppid=29575 vsize=58768 CPUtime=6.11 cores=0,2,4,6
/proc/29576/stat : 29576 (glucose) R 29575 29530 26029 0 -1 4202496 12577 0 0 0 609 2 0 0 20 0 1 0 284491059 60178432 13060 33554432000 4194304 5208918 140736163176464 140736163174312 4205203 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29576/statm: 14692 13060 104 248 0 14441 0
Current children cumulated CPU time (s) 50.84
Current children cumulated vsize (KiB) 117076

[startup+102.307 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 29611
/proc/meminfo: memFree=29021244/32873648 swapFree=7116/7116
[pid=29530] ppid=29528 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29530/stat : 29530 (npSolver-wbo.sh) S 29528 29530 26029 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284486561 9367552 275 33554432000 4194304 5064252 140734381074736 140734381073648 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29530/statm: 2287 275 233 213 0 72 0
[pid=29531] ppid=29530 vsize=40012 CPUtime=96.45 cores=0,2,4,6
/proc/29531/stat : 29531 (npSolver-wbo) S 29530 29530 26029 0 -1 4202496 28811 268570 0 0 116 37 9324 168 20 0 1 0 284486561 40972288 8005 33554432000 4194304 5990268 140736515282224 140736515273664 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29531/statm: 10003 8005 170 439 0 9560 0
[pid=29610] ppid=29531 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29610/stat : 29610 (satsolver.sh) S 29531 29530 26029 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 284496234 9367552 266 33554432000 4194304 5064252 140733623462976 140733623461888 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/29610/statm: 2287 266 226 213 0 72 0
[pid=29611] ppid=29610 vsize=59096 CPUtime=5.57 cores=0,2,4,6
/proc/29611/stat : 29611 (glucose) R 29610 29530 26029 0 -1 4202496 13248 0 0 0 555 2 0 0 20 0 1 0 284496234 60514304 12766 33554432000 4194304 5208918 140733675864160 140733675862008 4229328 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29611/statm: 14774 12766 104 248 0 14523 0
Current children cumulated CPU time (s) 102.02
Current children cumulated vsize (KiB) 117404

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 29611
/proc/meminfo: memFree=28951148/32873648 swapFree=7116/7116
[pid=29530] ppid=29528 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29530/stat : 29530 (npSolver-wbo.sh) S 29528 29530 26029 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284486561 9367552 275 33554432000 4194304 5064252 140734381074736 140734381073648 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29530/statm: 2287 275 233 213 0 72 0
[pid=29531] ppid=29530 vsize=40012 CPUtime=96.45 cores=0,2,4,6
/proc/29531/stat : 29531 (npSolver-wbo) S 29530 29530 26029 0 -1 4202496 28811 268570 0 0 116 37 9324 168 20 0 1 0 284486561 40972288 8005 33554432000 4194304 5990268 140736515282224 140736515273664 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29531/statm: 10003 8005 170 439 0 9560 0
[pid=29610] ppid=29531 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29610/stat : 29610 (satsolver.sh) S 29531 29530 26029 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 284496234 9367552 266 33554432000 4194304 5064252 140733623462976 140733623461888 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/29610/statm: 2287 266 226 213 0 72 0
[pid=29611] ppid=29610 vsize=91776 CPUtime=65.54 cores=0,2,4,6
/proc/29611/stat : 29611 (glucose) R 29610 29530 26029 0 -1 4202496 15831 0 0 0 6551 3 0 0 20 0 1 0 284496234 93978624 21133 33554432000 4194304 5208918 140733675864160 140733675860536 4229251 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29611/statm: 22944 21133 105 248 0 22693 0
Current children cumulated CPU time (s) 161.99

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


[startup+1362.3 s]
/proc/loadavg: 1.97 1.99 1.99 3/183 31179
/proc/meminfo: memFree=29080304/32873648 swapFree=7116/7116
[pid=29530] ppid=29528 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29530/stat : 29530 (npSolver-wbo.sh) S 29528 29530 26029 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284486561 9367552 275 33554432000 4194304 5064252 140734381074736 140734381073648 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29530/statm: 2287 275 233 213 0 72 0
[pid=29531] ppid=29530 vsize=40012 CPUtime=96.45 cores=0,2,4,6
/proc/29531/stat : 29531 (npSolver-wbo) S 29530 29530 26029 0 -1 4202496 28811 268570 0 0 116 37 9324 168 20 0 1 0 284486561 40972288 8005 33554432000 4194304 5990268 140736515282224 140736515273664 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29531/statm: 10003 8005 170 439 0 9560 0
[pid=29610] ppid=29531 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29610/stat : 29610 (satsolver.sh) S 29531 29530 26029 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 284496234 9367552 266 33554432000 4194304 5064252 140733623462976 140733623461888 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/29610/statm: 2287 266 226 213 0 72 0
[pid=29611] ppid=29610 vsize=233212 CPUtime=1265.34 cores=0,2,4,6
/proc/29611/stat : 29611 (glucose) R 29610 29530 26029 0 -1 4202496 25902 0 0 0 126519 15 0 0 20 0 1 0 284496234 238809088 53420 33554432000 4194304 5208918 140733675864160 140733675860536 4228982 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29611/statm: 58303 53420 105 248 0 58052 0
Current children cumulated CPU time (s) 1361.79
Current children cumulated vsize (KiB) 291520

[startup+1422.31 s]
/proc/loadavg: 1.98 1.99 1.99 3/183 31391
/proc/meminfo: memFree=29065424/32873648 swapFree=7116/7116
[pid=29530] ppid=29528 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29530/stat : 29530 (npSolver-wbo.sh) S 29528 29530 26029 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284486561 9367552 275 33554432000 4194304 5064252 140734381074736 140734381073648 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29530/statm: 2287 275 233 213 0 72 0
[pid=29531] ppid=29530 vsize=40012 CPUtime=96.45 cores=0,2,4,6
/proc/29531/stat : 29531 (npSolver-wbo) S 29530 29530 26029 0 -1 4202496 28811 268570 0 0 116 37 9324 168 20 0 1 0 284486561 40972288 8005 33554432000 4194304 5990268 140736515282224 140736515273664 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29531/statm: 10003 8005 170 439 0 9560 0
[pid=29610] ppid=29531 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29610/stat : 29610 (satsolver.sh) S 29531 29530 26029 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 284496234 9367552 266 33554432000 4194304 5064252 140733623462976 140733623461888 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/29610/statm: 2287 266 226 213 0 72 0
[pid=29611] ppid=29610 vsize=233212 CPUtime=1325.35 cores=0,2,4,6
/proc/29611/stat : 29611 (glucose) R 29610 29530 26029 0 -1 4202496 25907 0 0 0 132519 16 0 0 20 0 1 0 284496234 238809088 55980 33554432000 4194304 5208918 140733675864160 140733675860536 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29611/statm: 58303 55980 105 248 0 58052 0
Current children cumulated CPU time (s) 1421.8
Current children cumulated vsize (KiB) 291520

[startup+1482.3 s]
/proc/loadavg: 1.95 1.98 1.99 3/183 31652
/proc/meminfo: memFree=29066660/32873648 swapFree=7116/7116
[pid=29530] ppid=29528 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29530/stat : 29530 (npSolver-wbo.sh) S 29528 29530 26029 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284486561 9367552 275 33554432000 4194304 5064252 140734381074736 140734381073648 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29530/statm: 2287 275 233 213 0 72 0
[pid=29531] ppid=29530 vsize=40012 CPUtime=96.45 cores=0,2,4,6
/proc/29531/stat : 29531 (npSolver-wbo) S 29530 29530 26029 0 -1 4202496 28811 268570 0 0 116 37 9324 168 20 0 1 0 284486561 40972288 8005 33554432000 4194304 5990268 140736515282224 140736515273664 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29531/statm: 10003 8005 170 439 0 9560 0
[pid=29610] ppid=29531 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29610/stat : 29610 (satsolver.sh) S 29531 29530 26029 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 284496234 9367552 266 33554432000 4194304 5064252 140733623462976 140733623461888 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/29610/statm: 2287 266 226 213 0 72 0
[pid=29611] ppid=29610 vsize=238680 CPUtime=1385.32 cores=0,2,4,6
/proc/29611/stat : 29611 (glucose) R 29610 29530 26029 0 -1 4202496 26808 0 0 0 138516 16 0 0 20 0 1 0 284496234 244408320 56323 33554432000 4194304 5208918 140733675864160 140733675860536 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29611/statm: 59670 56323 105 248 0 59419 0
Current children cumulated CPU time (s) 1481.77
Current children cumulated vsize (KiB) 296988

[startup+1542.3 s]
/proc/loadavg: 1.98 1.98 1.99 3/182 31942
/proc/meminfo: memFree=29002924/32873648 swapFree=7116/7116
[pid=29530] ppid=29528 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29530/stat : 29530 (npSolver-wbo.sh) S 29528 29530 26029 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284486561 9367552 275 33554432000 4194304 5064252 140734381074736 140734381073648 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29530/statm: 2287 275 233 213 0 72 0
[pid=29531] ppid=29530 vsize=40012 CPUtime=96.45 cores=0,2,4,6
/proc/29531/stat : 29531 (npSolver-wbo) S 29530 29530 26029 0 -1 4202496 28811 268570 0 0 116 37 9324 168 20 0 1 0 284486561 40972288 8005 33554432000 4194304 5990268 140736515282224 140736515273664 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29531/statm: 10003 8005 170 439 0 9560 0
[pid=29610] ppid=29531 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29610/stat : 29610 (satsolver.sh) S 29531 29530 26029 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 284496234 9367552 266 33554432000 4194304 5064252 140733623462976 140733623461888 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/29610/statm: 2287 266 226 213 0 72 0
[pid=29611] ppid=29610 vsize=238680 CPUtime=1445.32 cores=0,2,4,6
/proc/29611/stat : 29611 (glucose) R 29610 29530 26029 0 -1 4202496 26854 0 0 0 144514 18 0 0 20 0 1 0 284496234 244408320 55341 33554432000 4194304 5208918 140733675864160 140733675860536 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29611/statm: 59670 55341 105 248 0 59419 0
Current children cumulated CPU time (s) 1541.77
Current children cumulated vsize (KiB) 296988

[startup+1602.3 s]
/proc/loadavg: 1.94 1.96 1.98 3/183 32105
/proc/meminfo: memFree=29042416/32873648 swapFree=7116/7116
[pid=29530] ppid=29528 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29530/stat : 29530 (npSolver-wbo.sh) S 29528 29530 26029 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284486561 9367552 275 33554432000 4194304 5064252 140734381074736 140734381073648 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29530/statm: 2287 275 233 213 0 72 0
[pid=29531] ppid=29530 vsize=40012 CPUtime=96.45 cores=0,2,4,6
/proc/29531/stat : 29531 (npSolver-wbo) S 29530 29530 26029 0 -1 4202496 28811 268570 0 0 116 37 9324 168 20 0 1 0 284486561 40972288 8005 33554432000 4194304 5990268 140736515282224 140736515273664 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29531/statm: 10003 8005 170 439 0 9560 0
[pid=29610] ppid=29531 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29610/stat : 29610 (satsolver.sh) S 29531 29530 26029 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 284496234 9367552 266 33554432000 4194304 5064252 140733623462976 140733623461888 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/29610/statm: 2287 266 226 213 0 72 0
[pid=29611] ppid=29610 vsize=269500 CPUtime=1505.31 cores=0,2,4,6
/proc/29611/stat : 29611 (glucose) R 29610 29530 26029 0 -1 4202496 27080 0 0 0 150513 18 0 0 20 0 1 0 284496234 275968000 58109 33554432000 4194304 5208918 140733675864160 140733675862312 4229338 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29611/statm: 67375 58109 105 248 0 67124 0
Current children cumulated CPU time (s) 1601.76
Current children cumulated vsize (KiB) 327808

[startup+1662.3 s]
/proc/loadavg: 1.90 1.95 1.98 3/183 32204
/proc/meminfo: memFree=29057092/32873648 swapFree=7116/7116
[pid=29530] ppid=29528 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29530/stat : 29530 (npSolver-wbo.sh) S 29528 29530 26029 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284486561 9367552 275 33554432000 4194304 5064252 140734381074736 140734381073648 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29530/statm: 2287 275 233 213 0 72 0
[pid=29531] ppid=29530 vsize=40012 CPUtime=96.45 cores=0,2,4,6
/proc/29531/stat : 29531 (npSolver-wbo) S 29530 29530 26029 0 -1 4202496 28811 268570 0 0 116 37 9324 168 20 0 1 0 284486561 40972288 8005 33554432000 4194304 5990268 140736515282224 140736515273664 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29531/statm: 10003 8005 170 439 0 9560 0
[pid=29610] ppid=29531 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29610/stat : 29610 (satsolver.sh) S 29531 29530 26029 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 284496234 9367552 266 33554432000 4194304 5064252 140733623462976 140733623461888 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/29610/statm: 2287 266 226 213 0 72 0
[pid=29611] ppid=29610 vsize=238680 CPUtime=1565.3 cores=0,2,4,6
/proc/29611/stat : 29611 (glucose) R 29610 29530 26029 0 -1 4202496 27360 0 0 0 156511 19 0 0 20 0 1 0 284496234 244408320 56919 33554432000 4194304 5208918 140733675864160 140733675860536 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29611/statm: 59670 56919 105 248 0 59419 0
Current children cumulated CPU time (s) 1661.75
Current children cumulated vsize (KiB) 296988

[startup+1722.3 s]
/proc/loadavg: 1.96 1.96 1.98 3/183 32317
/proc/meminfo: memFree=29059508/32873648 swapFree=7116/7116
[pid=29530] ppid=29528 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29530/stat : 29530 (npSolver-wbo.sh) S 29528 29530 26029 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284486561 9367552 275 33554432000 4194304 5064252 140734381074736 140734381073648 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29530/statm: 2287 275 233 213 0 72 0
[pid=29531] ppid=29530 vsize=40012 CPUtime=96.45 cores=0,2,4,6
/proc/29531/stat : 29531 (npSolver-wbo) S 29530 29530 26029 0 -1 4202496 28811 268570 0 0 116 37 9324 168 20 0 1 0 284486561 40972288 8005 33554432000 4194304 5990268 140736515282224 140736515273664 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29531/statm: 10003 8005 170 439 0 9560 0
[pid=29610] ppid=29531 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29610/stat : 29610 (satsolver.sh) S 29531 29530 26029 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 284496234 9367552 266 33554432000 4194304 5064252 140733623462976 140733623461888 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/29610/statm: 2287 266 226 213 0 72 0
[pid=29611] ppid=29610 vsize=238680 CPUtime=1625.29 cores=0,2,4,6
/proc/29611/stat : 29611 (glucose) R 29610 29530 26029 0 -1 4202496 28477 0 0 0 162509 20 0 0 20 0 1 0 284496234 244408320 55811 33554432000 4194304 5208918 140733675864160 140733675860536 4229850 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29611/statm: 59670 55811 105 248 0 59419 0
Current children cumulated CPU time (s) 1721.74
Current children cumulated vsize (KiB) 296988

[startup+1782.3 s]
/proc/loadavg: 1.98 1.96 1.98 3/183 32635
/proc/meminfo: memFree=29048440/32873648 swapFree=7116/7116
[pid=29530] ppid=29528 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29530/stat : 29530 (npSolver-wbo.sh) S 29528 29530 26029 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284486561 9367552 275 33554432000 4194304 5064252 140734381074736 140734381073648 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29530/statm: 2287 275 233 213 0 72 0
[pid=29531] ppid=29530 vsize=40012 CPUtime=96.45 cores=0,2,4,6
/proc/29531/stat : 29531 (npSolver-wbo) S 29530 29530 26029 0 -1 4202496 28811 268570 0 0 116 37 9324 168 20 0 1 0 284486561 40972288 8005 33554432000 4194304 5990268 140736515282224 140736515273664 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29531/statm: 10003 8005 170 439 0 9560 0
[pid=29610] ppid=29531 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29610/stat : 29610 (satsolver.sh) S 29531 29530 26029 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 284496234 9367552 266 33554432000 4194304 5064252 140733623462976 140733623461888 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/29610/statm: 2287 266 226 213 0 72 0
[pid=29611] ppid=29610 vsize=269500 CPUtime=1685.28 cores=0,2,4,6
/proc/29611/stat : 29611 (glucose) R 29610 29530 26029 0 -1 4202496 28554 0 0 0 168507 21 0 0 20 0 1 0 284496234 275968000 58950 33554432000 4194304 5208918 140733675864160 140733675862312 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29611/statm: 67375 58950 105 248 0 67124 0
Current children cumulated CPU time (s) 1781.73
Current children cumulated vsize (KiB) 327808



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.99 1.96 1.98 3/183 32649
/proc/meminfo: memFree=29055796/32873648 swapFree=7116/7116
[pid=29530] ppid=29528 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29530/stat : 29530 (npSolver-wbo.sh) S 29528 29530 26029 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284486561 9367552 275 33554432000 4194304 5064252 140734381074736 140734381073648 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29530/statm: 2287 275 233 213 0 72 0
[pid=29531] ppid=29530 vsize=40012 CPUtime=96.45 cores=0,2,4,6
/proc/29531/stat : 29531 (npSolver-wbo) S 29530 29530 26029 0 -1 4202496 28811 268570 0 0 116 37 9324 168 20 0 1 0 284486561 40972288 8005 33554432000 4194304 5990268 140736515282224 140736515273664 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29531/statm: 10003 8005 170 439 0 9560 0
[pid=29610] ppid=29531 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29610/stat : 29610 (satsolver.sh) S 29531 29530 26029 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 284496234 9367552 266 33554432000 4194304 5064252 140733623462976 140733623461888 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/29610/statm: 2287 266 226 213 0 72 0
[pid=29611] ppid=29610 vsize=238680 CPUtime=1703.59 cores=0,2,4,6
/proc/29611/stat : 29611 (glucose) R 29610 29530 26029 0 -1 4202496 29134 0 0 0 170338 21 0 0 20 0 1 0 284496234 244408320 55299 33554432000 4194304 5208918 140733675864160 140733675862248 4229347 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29611/statm: 59670 55299 105 248 0 59419 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 296988

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.08
CPU user time (s): 1797.79
CPU system time (s): 2.28865
CPU usage (%): 99.97
Max. virtual memory (cumulated for all children) (KiB): 377128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.79
system time used= 2.28865
maximum resident set size= 272576
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 327503
page faults= 0
swaps= 0
block input operations= 0
block output operations= 262688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5805
involuntary context switches= 2538

runsolver used 3.73943 second user time and 8.96264 second system time

The end

Launcher Data

Begin job on node114 at 2012-05-28 07:39:52
IDJOB=3713603
IDBENCH=78739
IDSOLVER=2294
FILE ID=node114/3713603-1338183592
RUNJOBID= node114-1338159086-26045
PBS_JOBID= 14624549
Free space on /tmp= 71440 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-95-90--soft-33-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3713603-1338183592/watcher-3713603-1338183592 -o /tmp/evaluation-result-3713603-1338183592/solver-3713603-1338183592 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo.sh HOME/instance-3713603-1338183592.wbo 1391964222 HOME HOME

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

MD5SUM BENCH= bad48add975eecf801ffda2fc733cf44
RANDOM SEED=1391964222

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
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.242
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.242
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:        29077668 kB
Buffers:          570700 kB
Cached:          2083308 kB
SwapCached:         2128 kB
Active:          1554620 kB
Inactive:        1345604 kB
Active(anon):     239384 kB
Inactive(anon):     7892 kB
Active(file):    1315236 kB
Inactive(file):  1337712 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67103892 kB
Dirty:              8200 kB
Writeback:             0 kB
AnonPages:        463196 kB
Mapped:            15300 kB
Shmem:               116 kB
Slab:             730284 kB
SReclaimable:     174568 kB
SUnreclaim:       555716 kB
KernelStack:        1520 kB
PageTables:         5332 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     406200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    419840 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= 71432 MiB
End job on node114 at 2012-05-28 08:09:53