Trace number 3713906

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

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-91-90--soft-0-100-0.wbo
MD5SUMdd3ef6bbe4855ee6a3bf373100fffb0f
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 benchmark0.437933
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables8190
Total number of constraints181
Number of soft constraints181
Number of constraints which are clauses91
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 constraint91
Top cost 8850
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 8849
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 92
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.75	c run usual solver
8.46/8.85	o 3674
8.46/8.85	c current bound: 1837
8.46/8.85	c fallback to adder encoding
9.55/9.97	o 1837
9.55/9.97	c current bound: 918
34.86/35.23	o 917
34.86/35.23	c current bound: 458
40.36/40.71	o 456
40.36/40.71	c current bound: 228
50.24/50.67	o 228
50.24/50.67	c current bound: 114
82.74/83.11	o 55
82.74/83.11	c current bound: 27
89.46/90.14	o 25
89.46/90.14	c current bound: 12
92.64/93.00	o 12
92.64/93.00	c current bound: 6
98.82/99.25	o 6
98.82/99.25	c current bound: 3
102.54/102.91	o 3
102.54/102.91	c current bound: 1
105.23/105.62	o 1
105.23/105.62	c current bound: 0
105.23/105.62	c [SWC] exit 4
1800.04/1800.71	./satsolver.sh: line 5: 32277 Terminated              ./glucose $1 > $2 2> /dev/null
1800.04/1800.71	c error: unexpected solver exit code
1800.04/1800.71	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-3713906-1338210757/watcher-3713906-1338210757 -o /tmp/evaluation-result-3713906-1338210757/solver-3713906-1338210757 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-I.sh HOME/instance-3713906-1338210757.wbo 185845533 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: 0.92 1.14 1.54 3/171 32100
/proc/meminfo: memFree=30705200/32873844 swapFree=7900/7900
[pid=32100] ppid=32098 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32100/stat : 32100 (npSolver-wbo-I.) S 32098 32100 27515 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287200234 9367552 274 33554432000 4194304 5064252 140737405059008 140737405057920 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32100/statm: 2287 274 233 213 0 72 0

[startup+0.103614 s]
/proc/loadavg: 0.92 1.14 1.54 3/171 32100
/proc/meminfo: memFree=30705200/32873844 swapFree=7900/7900
[pid=32100] ppid=32098 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32100/stat : 32100 (npSolver-wbo-I.) S 32098 32100 27515 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287200234 9367552 274 33554432000 4194304 5064252 140737405059008 140737405057920 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32100/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.200305 s]
/proc/loadavg: 0.92 1.14 1.54 3/171 32100
/proc/meminfo: memFree=30705200/32873844 swapFree=7900/7900
[pid=32100] ppid=32098 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32100/stat : 32100 (npSolver-wbo-I.) S 32098 32100 27515 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287200234 9367552 274 33554432000 4194304 5064252 140737405059008 140737405057920 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32100/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300298 s]
/proc/loadavg: 0.92 1.14 1.54 3/171 32100
/proc/meminfo: memFree=30705200/32873844 swapFree=7900/7900
[pid=32100] ppid=32098 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32100/stat : 32100 (npSolver-wbo-I.) S 32098 32100 27515 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287200234 9367552 274 33554432000 4194304 5064252 140737405059008 140737405057920 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32100/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700234 s]
/proc/loadavg: 0.92 1.14 1.54 3/171 32100
/proc/meminfo: memFree=30705200/32873844 swapFree=7900/7900
[pid=32100] ppid=32098 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32100/stat : 32100 (npSolver-wbo-I.) S 32098 32100 27515 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287200234 9367552 274 33554432000 4194304 5064252 140737405059008 140737405057920 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32100/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: 0.92 1.14 1.54 3/183 32116
/proc/meminfo: memFree=30509160/32873844 swapFree=7900/7900
[pid=32100] ppid=32098 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32100/stat : 32100 (npSolver-wbo-I.) S 32098 32100 27515 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287200234 9367552 274 33554432000 4194304 5064252 140737405059008 140737405057920 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32100/statm: 2287 274 233 213 0 72 0
[pid=32101] ppid=32100 vsize=27132 CPUtime=0.75 cores=0,2,4,6
/proc/32101/stat : 32101 (npSolver-wbo) S 32100 32100 27515 0 -1 4202496 6289 0 0 0 72 3 0 0 20 0 1 0 287200234 27783168 5321 33554432000 4194304 5990268 140737226103120 140737226096272 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/32101/statm: 6783 5321 156 439 0 6340 0
[pid=32115] ppid=32101 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32115/stat : 32115 (cp2_pre.sh) S 32101 32100 27515 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 287200309 9367552 276 33554432000 4194304 5064252 140735741493888 140735741492592 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32115/statm: 2287 276 234 213 0 72 0
[pid=32116] ppid=32115 vsize=145924 CPUtime=0.73 cores=0,2,4,6
/proc/32116/stat : 32116 (coprocessor) R 32115 32100 27515 0 -1 4202496 24979 0 0 0 69 4 0 0 20 0 1 0 287200310 149426176 34662 33554432000 4194304 6586260 140735659567520 140735659563784 4753989 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/32116/statm: 36481 34662 182 584 0 35893 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 191352

[startup+3.10034 s]
/proc/loadavg: 1.09 1.17 1.55 2/183 32123
/proc/meminfo: memFree=30491424/32873844 swapFree=7900/7900
[pid=32100] ppid=32098 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32100/stat : 32100 (npSolver-wbo-I.) S 32098 32100 27515 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287200234 9367552 274 33554432000 4194304 5064252 140737405059008 140737405057920 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32100/statm: 2287 274 233 213 0 72 0
[pid=32101] ppid=32100 vsize=27132 CPUtime=0.75 cores=0,2,4,6
/proc/32101/stat : 32101 (npSolver-wbo) S 32100 32100 27515 0 -1 4202496 6289 0 0 0 72 3 0 0 20 0 1 0 287200234 27783168 5321 33554432000 4194304 5990268 140737226103120 140737226096272 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/32101/statm: 6783 5321 156 439 0 6340 0
[pid=32115] ppid=32101 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32115/stat : 32115 (cp2_pre.sh) S 32101 32100 27515 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 287200309 9367552 276 33554432000 4194304 5064252 140735741493888 140735741492592 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32115/statm: 2287 276 234 213 0 72 0
[pid=32116] ppid=32115 vsize=175016 CPUtime=2.33 cores=0,2,4,6
/proc/32116/stat : 32116 (coprocessor) R 32115 32100 27515 0 -1 4202496 29963 0 0 0 228 5 0 0 20 0 1 0 287200310 179216384 42201 33554432000 4194304 6586260 140735659567520 140735659562888 5599305 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/32116/statm: 43754 42201 191 584 0 43166 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 220444

[startup+6.30036 s]
/proc/loadavg: 1.09 1.17 1.55 3/183 32133
/proc/meminfo: memFree=30380780/32873844 swapFree=7900/7900
[pid=32100] ppid=32098 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32100/stat : 32100 (npSolver-wbo-I.) S 32098 32100 27515 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287200234 9367552 274 33554432000 4194304 5064252 140737405059008 140737405057920 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32100/statm: 2287 274 233 213 0 72 0
[pid=32101] ppid=32100 vsize=27132 CPUtime=0.75 cores=0,2,4,6
/proc/32101/stat : 32101 (npSolver-wbo) S 32100 32100 27515 0 -1 4202496 6289 0 0 0 72 3 0 0 20 0 1 0 287200234 27783168 5321 33554432000 4194304 5990268 140737226103120 140737226096272 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/32101/statm: 6783 5321 156 439 0 6340 0
[pid=32115] ppid=32101 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32115/stat : 32115 (cp2_pre.sh) S 32101 32100 27515 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 287200309 9367552 276 33554432000 4194304 5064252 140735741493888 140735741492592 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32115/statm: 2287 276 234 213 0 72 0
[pid=32116] ppid=32115 vsize=210656 CPUtime=5.52 cores=0,2,4,6
/proc/32116/stat : 32116 (coprocessor) R 32115 32100 27515 0 -1 4202496 33377 0 0 0 522 30 0 0 20 0 1 0 287200310 215711744 50071 33554432000 4194304 6586260 140735659567520 140735659563288 5732496 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/32116/statm: 52664 50071 198 584 0 52076 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 256084

[startup+12.7004 s]
/proc/loadavg: 1.30 1.22 1.56 3/183 32150
/proc/meminfo: memFree=30374444/32873844 swapFree=7900/7900
[pid=32100] ppid=32098 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32100/stat : 32100 (npSolver-wbo-I.) S 32098 32100 27515 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287200234 9367552 274 33554432000 4194304 5064252 140737405059008 140737405057920 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32100/statm: 2287 274 233 213 0 72 0
[pid=32101] ppid=32100 vsize=63480 CPUtime=9.82 cores=0,2,4,6
/proc/32101/stat : 32101 (npSolver-wbo) S 32100 32100 27515 0 -1 4202496 12099 76072 0 0 99 33 768 82 20 0 1 0 287200234 65003520 13818 33554432000 4194304 5990268 140737226103120 140737226094560 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/32101/statm: 15870 13818 170 439 0 15427 0
[pid=32149] ppid=32101 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32149/stat : 32149 (satsolver.sh) S 32101 32100 27515 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287201250 9367552 267 33554432000 4194304 5064252 140735675163312 140735675162224 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32149/statm: 2287 267 226 213 0 72 0
[pid=32150] ppid=32149 vsize=137808 CPUtime=2.52 cores=0,2,4,6
/proc/32150/stat : 32150 (glucose) R 32149 32100 27515 0 -1 4202496 27361 0 0 0 248 4 0 0 20 0 1 0 287201250 141115392 32959 33554432000 4194304 5208918 140736756435328 140736756433176 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32150/statm: 34452 32959 103 248 0 34201 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 219584

[startup+25.5005 s]
/proc/loadavg: 1.41 1.24 1.56 3/183 32150
/proc/meminfo: memFree=30356024/32873844 swapFree=7900/7900
[pid=32100] ppid=32098 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32100/stat : 32100 (npSolver-wbo-I.) S 32098 32100 27515 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287200234 9367552 274 33554432000 4194304 5064252 140737405059008 140737405057920 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32100/statm: 2287 274 233 213 0 72 0
[pid=32101] ppid=32100 vsize=63480 CPUtime=9.82 cores=0,2,4,6
/proc/32101/stat : 32101 (npSolver-wbo) S 32100 32100 27515 0 -1 4202496 12099 76072 0 0 99 33 768 82 20 0 1 0 287200234 65003520 13818 33554432000 4194304 5990268 140737226103120 140737226094560 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/32101/statm: 15870 13818 170 439 0 15427 0
[pid=32149] ppid=32101 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32149/stat : 32149 (satsolver.sh) S 32101 32100 27515 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287201250 9367552 267 33554432000 4194304 5064252 140735675163312 140735675162224 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32149/statm: 2287 267 226 213 0 72 0
[pid=32150] ppid=32149 vsize=153196 CPUtime=15.32 cores=0,2,4,6
/proc/32150/stat : 32150 (glucose) R 32149 32100 27515 0 -1 4202496 28684 0 0 0 1527 5 0 0 20 0 1 0 287201250 156872704 34785 33554432000 4194304 5208918 140736756435328 140736756433272 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32150/statm: 38299 34785 103 248 0 38048 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 234972

[startup+51.1003 s]
/proc/loadavg: 1.61 1.30 1.57 3/183 32188
/proc/meminfo: memFree=30542980/32873844 swapFree=7900/7900
[pid=32100] ppid=32098 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32100/stat : 32100 (npSolver-wbo-I.) S 32098 32100 27515 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287200234 9367552 274 33554432000 4194304 5064252 140737405059008 140737405057920 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32100/statm: 2287 274 233 213 0 72 0
[pid=32101] ppid=32100 vsize=53748 CPUtime=50.35 cores=0,2,4,6
/proc/32101/stat : 32101 (npSolver-wbo) S 32100 32100 27515 0 -1 4202496 21748 173907 0 0 119 35 4732 149 20 0 1 0 287200234 55037952 11957 33554432000 4194304 5990268 140737226103120 140737226094560 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/32101/statm: 13437 11957 170 439 0 12994 0
Current children cumulated CPU time (s) 50.35
Current children cumulated vsize (KiB) 62896

[startup+102.3 s]
/proc/loadavg: 1.84 1.42 1.59 3/183 32263
/proc/meminfo: memFree=30534660/32873844 swapFree=7900/7900
[pid=32100] ppid=32098 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32100/stat : 32100 (npSolver-wbo-I.) S 32098 32100 27515 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287200234 9367552 274 33554432000 4194304 5064252 140737405059008 140737405057920 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32100/statm: 2287 274 233 213 0 72 0
[pid=32101] ppid=32100 vsize=53748 CPUtime=98.89 cores=0,2,4,6
/proc/32101/stat : 32101 (npSolver-wbo) S 32100 32100 27515 0 -1 4202496 27130 267115 0 0 125 36 9543 185 20 0 1 0 287200234 55037952 11957 33554432000 4194304 5990268 140737226103120 140737226094560 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/32101/statm: 13437 11957 170 439 0 12994 0
[pid=32262] ppid=32101 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32262/stat : 32262 (satsolver.sh) S 32101 32100 27515 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287210159 9367552 267 33554432000 4194304 5064252 140735170473568 140735170472480 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32262/statm: 2287 267 226 213 0 72 0
[pid=32263] ppid=32262 vsize=56792 CPUtime=3.04 cores=0,2,4,6
/proc/32263/stat : 32263 (glucose) R 32262 32100 27515 0 -1 4202496 11478 0 0 0 302 2 0 0 20 0 1 0 287210159 58155008 11819 33554432000 4194304 5208918 140734408457776 140734408455624 4229850 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32263/statm: 14198 11819 104 248 0 13947 0
Current children cumulated CPU time (s) 101.93
Current children cumulated vsize (KiB) 128836

[startup+162.3 s]
/proc/loadavg: 1.93 1.51 1.61 3/183 32277
/proc/meminfo: memFree=30481144/32873844 swapFree=7900/7900
[pid=32100] ppid=32098 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32100/stat : 32100 (npSolver-wbo-I.) S 32098 32100 27515 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287200234 9367552 274 33554432000 4194304 5064252 140737405059008 140737405057920 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32100/statm: 2287 274 233 213 0 72 0
[pid=32101] ppid=32100 vsize=53748 CPUtime=105.25 cores=0,2,4,6
/proc/32101/stat : 32101 (npSolver-wbo) S 32100 32100 27515 0 -1 4202496 29982 310105 0 0 129 36 10162 198 20 0 1 0 287200234 55037952 11957 33554432000 4194304 5990268 140737226103120 140737226094560 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/32101/statm: 13437 11957 170 439 0 12994 0
[pid=32276] ppid=32101 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32276/stat : 32276 (satsolver.sh) S 32101 32100 27515 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287210796 9367552 267 33554432000 4194304 5064252 140735874712240 140735874711152 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32276/statm: 2287 267 226 213 0 72 0
[pid=32277] ppid=32276 vsize=79008 CPUtime=56.64 cores=0,2,4,6
/proc/32277/stat : 32277 (glucose) R 32276 32100 27515 0 -1 4202496 14456 0 0 0 5661 3 0 0 20 0 1 0 287210796 80904192 17781 33554432000 4194304 5208918 140735543513568 140735543511512 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32277/statm: 19752 17781 104 248 0 19501 0
Current children cumulated CPU time (s) 161.89

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


[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.86 3/183 32287
/proc/meminfo: memFree=30186380/32873844 swapFree=7900/7900
[pid=32100] ppid=32098 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32100/stat : 32100 (npSolver-wbo-I.) S 32098 32100 27515 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287200234 9367552 274 33554432000 4194304 5064252 140737405059008 140737405057920 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32100/statm: 2287 274 233 213 0 72 0
[pid=32101] ppid=32100 vsize=53748 CPUtime=105.25 cores=0,2,4,6
/proc/32101/stat : 32101 (npSolver-wbo) S 32100 32100 27515 0 -1 4202496 29982 310105 0 0 129 36 10162 198 20 0 1 0 287200234 55037952 11957 33554432000 4194304 5990268 140737226103120 140737226094560 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/32101/statm: 13437 11957 170 439 0 12994 0
[pid=32276] ppid=32101 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32276/stat : 32276 (satsolver.sh) S 32101 32100 27515 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287210796 9367552 267 33554432000 4194304 5064252 140735874712240 140735874711152 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32276/statm: 2287 267 226 213 0 72 0
[pid=32277] ppid=32276 vsize=234780 CPUtime=1256.45 cores=0,2,4,6
/proc/32277/stat : 32277 (glucose) R 32276 32100 27515 0 -1 4202496 23403 0 0 0 125629 16 0 0 20 0 1 0 287210796 240414720 53394 33554432000 4194304 5208918 140735543513568 140735543509944 4229361 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32277/statm: 58695 53394 104 248 0 58444 0
Current children cumulated CPU time (s) 1361.7
Current children cumulated vsize (KiB) 306824

[startup+1422.3 s]
/proc/loadavg: 2.00 1.97 1.86 3/184 32288
/proc/meminfo: memFree=30187568/32873844 swapFree=7900/7900
[pid=32100] ppid=32098 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32100/stat : 32100 (npSolver-wbo-I.) S 32098 32100 27515 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287200234 9367552 274 33554432000 4194304 5064252 140737405059008 140737405057920 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32100/statm: 2287 274 233 213 0 72 0
[pid=32101] ppid=32100 vsize=53748 CPUtime=105.25 cores=0,2,4,6
/proc/32101/stat : 32101 (npSolver-wbo) S 32100 32100 27515 0 -1 4202496 29982 310105 0 0 129 36 10162 198 20 0 1 0 287200234 55037952 11957 33554432000 4194304 5990268 140737226103120 140737226094560 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/32101/statm: 13437 11957 170 439 0 12994 0
[pid=32276] ppid=32101 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32276/stat : 32276 (satsolver.sh) S 32101 32100 27515 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287210796 9367552 267 33554432000 4194304 5064252 140735874712240 140735874711152 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32276/statm: 2287 267 226 213 0 72 0
[pid=32277] ppid=32276 vsize=234780 CPUtime=1316.45 cores=0,2,4,6
/proc/32277/stat : 32277 (glucose) R 32276 32100 27515 0 -1 4202496 23773 0 0 0 131628 17 0 0 20 0 1 0 287210796 240414720 52412 33554432000 4194304 5208918 140735543513568 140735543509880 4228992 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32277/statm: 58695 52412 104 248 0 58444 0
Current children cumulated CPU time (s) 1421.7
Current children cumulated vsize (KiB) 306824

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.87 3/183 32288
/proc/meminfo: memFree=30189516/32873844 swapFree=7900/7900
[pid=32100] ppid=32098 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32100/stat : 32100 (npSolver-wbo-I.) S 32098 32100 27515 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287200234 9367552 274 33554432000 4194304 5064252 140737405059008 140737405057920 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32100/statm: 2287 274 233 213 0 72 0
[pid=32101] ppid=32100 vsize=53748 CPUtime=105.25 cores=0,2,4,6
/proc/32101/stat : 32101 (npSolver-wbo) S 32100 32100 27515 0 -1 4202496 29982 310105 0 0 129 36 10162 198 20 0 1 0 287200234 55037952 11957 33554432000 4194304 5990268 140737226103120 140737226094560 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/32101/statm: 13437 11957 170 439 0 12994 0
[pid=32276] ppid=32101 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32276/stat : 32276 (satsolver.sh) S 32101 32100 27515 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287210796 9367552 267 33554432000 4194304 5064252 140735874712240 140735874711152 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32276/statm: 2287 267 226 213 0 72 0
[pid=32277] ppid=32276 vsize=234780 CPUtime=1376.43 cores=0,2,4,6
/proc/32277/stat : 32277 (glucose) R 32276 32100 27515 0 -1 4202496 24725 0 0 0 137625 18 0 0 20 0 1 0 287210796 240414720 51430 33554432000 4194304 5208918 140735543513568 140735543511656 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32277/statm: 58695 51430 104 248 0 58444 0
Current children cumulated CPU time (s) 1481.68
Current children cumulated vsize (KiB) 306824

[startup+1542.31 s]
/proc/loadavg: 2.00 1.97 1.88 3/183 32288
/proc/meminfo: memFree=30176684/32873844 swapFree=7900/7900
[pid=32100] ppid=32098 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32100/stat : 32100 (npSolver-wbo-I.) S 32098 32100 27515 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287200234 9367552 274 33554432000 4194304 5064252 140737405059008 140737405057920 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32100/statm: 2287 274 233 213 0 72 0
[pid=32101] ppid=32100 vsize=53748 CPUtime=105.25 cores=0,2,4,6
/proc/32101/stat : 32101 (npSolver-wbo) S 32100 32100 27515 0 -1 4202496 29982 310105 0 0 129 36 10162 198 20 0 1 0 287200234 55037952 11957 33554432000 4194304 5990268 140737226103120 140737226094560 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/32101/statm: 13437 11957 170 439 0 12994 0
[pid=32276] ppid=32101 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32276/stat : 32276 (satsolver.sh) S 32101 32100 27515 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287210796 9367552 267 33554432000 4194304 5064252 140735874712240 140735874711152 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32276/statm: 2287 267 226 213 0 72 0
[pid=32277] ppid=32276 vsize=234780 CPUtime=1436.43 cores=0,2,4,6
/proc/32277/stat : 32277 (glucose) R 32276 32100 27515 0 -1 4202496 24736 0 0 0 143625 18 0 0 20 0 1 0 287210796 240414720 54506 33554432000 4194304 5208918 140735543513568 140735543509944 4229888 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32277/statm: 58695 54506 104 248 0 58444 0
Current children cumulated CPU time (s) 1541.68
Current children cumulated vsize (KiB) 306824

[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.88 3/183 32288
/proc/meminfo: memFree=30181028/32873844 swapFree=7900/7900
[pid=32100] ppid=32098 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32100/stat : 32100 (npSolver-wbo-I.) S 32098 32100 27515 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287200234 9367552 274 33554432000 4194304 5064252 140737405059008 140737405057920 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32100/statm: 2287 274 233 213 0 72 0
[pid=32101] ppid=32100 vsize=53748 CPUtime=105.25 cores=0,2,4,6
/proc/32101/stat : 32101 (npSolver-wbo) S 32100 32100 27515 0 -1 4202496 29982 310105 0 0 129 36 10162 198 20 0 1 0 287200234 55037952 11957 33554432000 4194304 5990268 140737226103120 140737226094560 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/32101/statm: 13437 11957 170 439 0 12994 0
[pid=32276] ppid=32101 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32276/stat : 32276 (satsolver.sh) S 32101 32100 27515 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287210796 9367552 267 33554432000 4194304 5064252 140735874712240 140735874711152 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32276/statm: 2287 267 226 213 0 72 0
[pid=32277] ppid=32276 vsize=234780 CPUtime=1496.41 cores=0,2,4,6
/proc/32277/stat : 32277 (glucose) R 32276 32100 27515 0 -1 4202496 25594 0 0 0 149622 19 0 0 20 0 1 0 287210796 240414720 53394 33554432000 4194304 5208918 140735543513568 140735543509352 4205139 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32277/statm: 58695 53394 104 248 0 58444 0
Current children cumulated CPU time (s) 1601.66
Current children cumulated vsize (KiB) 306824

[startup+1662.3 s]
/proc/loadavg: 2.00 1.97 1.89 3/184 32292
/proc/meminfo: memFree=30185628/32873844 swapFree=7900/7900
[pid=32100] ppid=32098 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32100/stat : 32100 (npSolver-wbo-I.) S 32098 32100 27515 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287200234 9367552 274 33554432000 4194304 5064252 140737405059008 140737405057920 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32100/statm: 2287 274 233 213 0 72 0
[pid=32101] ppid=32100 vsize=53748 CPUtime=105.25 cores=0,2,4,6
/proc/32101/stat : 32101 (npSolver-wbo) S 32100 32100 27515 0 -1 4202496 29982 310105 0 0 129 36 10162 198 20 0 1 0 287200234 55037952 11957 33554432000 4194304 5990268 140737226103120 140737226094560 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/32101/statm: 13437 11957 170 439 0 12994 0
[pid=32276] ppid=32101 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32276/stat : 32276 (satsolver.sh) S 32101 32100 27515 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287210796 9367552 267 33554432000 4194304 5064252 140735874712240 140735874711152 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32276/statm: 2287 267 226 213 0 72 0
[pid=32277] ppid=32276 vsize=234780 CPUtime=1556.4 cores=0,2,4,6
/proc/32277/stat : 32277 (glucose) R 32276 32100 27515 0 -1 4202496 26521 0 0 0 155620 20 0 0 20 0 1 0 287210796 240414720 51858 33554432000 4194304 5208918 140735543513568 140735543509944 4229296 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32277/statm: 58695 51858 104 248 0 58444 0
Current children cumulated CPU time (s) 1661.65
Current children cumulated vsize (KiB) 306824

[startup+1722.3 s]
/proc/loadavg: 2.00 1.97 1.89 3/183 32292
/proc/meminfo: memFree=30177552/32873844 swapFree=7900/7900
[pid=32100] ppid=32098 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32100/stat : 32100 (npSolver-wbo-I.) S 32098 32100 27515 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287200234 9367552 274 33554432000 4194304 5064252 140737405059008 140737405057920 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32100/statm: 2287 274 233 213 0 72 0
[pid=32101] ppid=32100 vsize=53748 CPUtime=105.25 cores=0,2,4,6
/proc/32101/stat : 32101 (npSolver-wbo) S 32100 32100 27515 0 -1 4202496 29982 310105 0 0 129 36 10162 198 20 0 1 0 287200234 55037952 11957 33554432000 4194304 5990268 140737226103120 140737226094560 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/32101/statm: 13437 11957 170 439 0 12994 0
[pid=32276] ppid=32101 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32276/stat : 32276 (satsolver.sh) S 32101 32100 27515 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287210796 9367552 267 33554432000 4194304 5064252 140735874712240 140735874711152 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32276/statm: 2287 267 226 213 0 72 0
[pid=32277] ppid=32276 vsize=234780 CPUtime=1616.39 cores=0,2,4,6
/proc/32277/stat : 32277 (glucose) R 32276 32100 27515 0 -1 4202496 26593 0 0 0 161619 20 0 0 20 0 1 0 287210796 240414720 54484 33554432000 4194304 5208918 140735543513568 140735543509944 4228965 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32277/statm: 58695 54484 104 248 0 58444 0
Current children cumulated CPU time (s) 1721.64
Current children cumulated vsize (KiB) 306824

[startup+1782.3 s]
/proc/loadavg: 2.05 1.99 1.90 3/183 32292
/proc/meminfo: memFree=30185496/32873844 swapFree=7900/7900
[pid=32100] ppid=32098 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32100/stat : 32100 (npSolver-wbo-I.) S 32098 32100 27515 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287200234 9367552 274 33554432000 4194304 5064252 140737405059008 140737405057920 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32100/statm: 2287 274 233 213 0 72 0
[pid=32101] ppid=32100 vsize=53748 CPUtime=105.25 cores=0,2,4,6
/proc/32101/stat : 32101 (npSolver-wbo) S 32100 32100 27515 0 -1 4202496 29982 310105 0 0 129 36 10162 198 20 0 1 0 287200234 55037952 11957 33554432000 4194304 5990268 140737226103120 140737226094560 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/32101/statm: 13437 11957 170 439 0 12994 0
[pid=32276] ppid=32101 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32276/stat : 32276 (satsolver.sh) S 32101 32100 27515 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287210796 9367552 267 33554432000 4194304 5064252 140735874712240 140735874711152 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32276/statm: 2287 267 226 213 0 72 0
[pid=32277] ppid=32276 vsize=234780 CPUtime=1676.38 cores=0,2,4,6
/proc/32277/stat : 32277 (glucose) R 32276 32100 27515 0 -1 4202496 27450 0 0 0 167616 22 0 0 20 0 1 0 287210796 240414720 52882 33554432000 4194304 5208918 140735543513568 140735543509944 4229335 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32277/statm: 58695 52882 104 248 0 58444 0
Current children cumulated CPU time (s) 1781.63
Current children cumulated vsize (KiB) 306824



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.7 s]
/proc/loadavg: 2.04 1.99 1.91 3/183 32292
/proc/meminfo: memFree=30171408/32873844 swapFree=7900/7900
[pid=32100] ppid=32098 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32100/stat : 32100 (npSolver-wbo-I.) S 32098 32100 27515 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287200234 9367552 274 33554432000 4194304 5064252 140737405059008 140737405057920 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32100/statm: 2287 274 233 213 0 72 0
[pid=32101] ppid=32100 vsize=53748 CPUtime=105.25 cores=0,2,4,6
/proc/32101/stat : 32101 (npSolver-wbo) S 32100 32100 27515 0 -1 4202496 29982 310105 0 0 129 36 10162 198 20 0 1 0 287200234 55037952 11957 33554432000 4194304 5990268 140737226103120 140737226094560 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/32101/statm: 13437 11957 170 439 0 12994 0
[pid=32276] ppid=32101 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32276/stat : 32276 (satsolver.sh) S 32101 32100 27515 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287210796 9367552 267 33554432000 4194304 5064252 140735874712240 140735874711152 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32276/statm: 2287 267 226 213 0 72 0
[pid=32277] ppid=32276 vsize=234780 CPUtime=1694.79 cores=0,2,4,6
/proc/32277/stat : 32277 (glucose) R 32276 32100 27515 0 -1 4202496 27452 0 0 0 169457 22 0 0 20 0 1 0 287210796 240414720 53906 33554432000 4194304 5208918 140735543513568 140735543509944 4229748 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32277/statm: 58695 53906 104 248 0 58444 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 306824

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.72
CPU time (s): 1800.08
CPU user time (s): 1797.5
CPU system time (s): 2.58861
CPU usage (%): 99.9648
Max. virtual memory (cumulated for all children) (KiB): 386964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.5
system time used= 2.58861
maximum resident set size= 261972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 368528
page faults= 0
swaps= 0
block input operations= 0
block output operations= 317104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6712
involuntary context switches= 1980

runsolver used 3.53646 second user time and 9.45556 second system time

The end

Launcher Data

Begin job on node137 at 2012-05-28 15:12:37
IDJOB=3713906
IDBENCH=79185
IDSOLVER=2295
FILE ID=node137/3713906-1338210757
RUNJOBID= node137-1338210757-32081
PBS_JOBID= 14624572
Free space on /tmp= 71264 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-91-90--soft-0-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3713906-1338210757/watcher-3713906-1338210757 -o /tmp/evaluation-result-3713906-1338210757/solver-3713906-1338210757 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-I.sh HOME/instance-3713906-1338210757.wbo 185845533 HOME HOME

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

MD5SUM BENCH= dd3ef6bbe4855ee6a3bf373100fffb0f
RANDOM SEED=185845533

node137.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.600
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.20
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.600
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.600
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.600
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.600
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.600
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.90
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.600
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.600
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:       32873844 kB
MemFree:        30711680 kB
Buffers:          387476 kB
Cached:           893760 kB
SwapCached:        20904 kB
Active:          1086596 kB
Inactive:         218256 kB
Active(anon):       2872 kB
Inactive(anon):    22936 kB
Active(file):    1083724 kB
Inactive(file):   195320 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67082664 kB
Dirty:             10444 kB
Writeback:             0 kB
AnonPages:         10960 kB
Mapped:             9084 kB
Shmem:                 0 kB
Slab:             717092 kB
SReclaimable:     158632 kB
SUnreclaim:       558460 kB
KernelStack:        1416 kB
PageTables:         4312 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71224 MiB
End job on node137 at 2012-05-28 15:42:38