Trace number 3714843

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
npSolver inc-topDown? (TO) 1800.08 1800.41

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/warehouse/
normalized-cap42_wcsp.wbo
MD5SUM832b6d889e2e04fac8730ab9437bdddf
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark9556215
Best CPU time to get the best result obtained on this benchmark1800.08
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables832
Total number of constraints1680
Number of soft constraints1614
Number of constraints which are clauses1614
Number of constraints which are cardinality constraints (but not clauses)66
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint16
Top cost 56493026
Min constraint cost 1
Max constraint cost 56493026
Sum of constraints costs 45549155826
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 17
Number of bits of the biggest sum of numbers5
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.01	c run usual solver
0.00/0.06	o 19082135
0.00/0.06	c fallback to adder encoding
79.85/79.96	o 19081756
79.85/79.96	c fallback to adder encoding
141.11/141.23	o 19081728
141.11/141.23	c fallback to adder encoding
305.37/305.52	o 19081572
305.37/305.52	c fallback to adder encoding
481.65/481.84	o 19080516
481.65/481.84	c fallback to adder encoding
600.14/600.34	o 19079120
600.14/600.34	c fallback to adder encoding
723.85/724.07	o 19077650
723.85/724.07	c fallback to adder encoding
1009.50/1009.78	o 19077470
1009.50/1009.78	c fallback to adder encoding
1132.52/1132.83	o 19075554
1132.52/1132.83	c fallback to adder encoding
1293.74/1294.07	o 19074187
1293.74/1294.07	c fallback to adder encoding
1364.92/1365.27	o 19072478
1364.92/1365.27	c fallback to adder encoding
1544.17/1544.55	o 19071534
1544.17/1544.55	c fallback to adder encoding
1590.17/1590.51	o 19070674
1590.17/1590.51	c fallback to adder encoding
1679.31/1679.73	o 19069648
1679.31/1679.73	c fallback to adder encoding
1800.04/1800.41	./satsolver.sh: line 5: 31567 Terminated              ./glucose $1 > $2 2> /dev/null
1800.04/1800.41	c error: unexpected solver exit code
1800.04/1800.41	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3714843-1338241534/watcher-3714843-1338241534 -o /tmp/evaluation-result-3714843-1338241534/solver-3714843-1338241534 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3714843-1338241534.wbo 448540172 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.01 2.00 2/179 31361
/proc/meminfo: memFree=29930000/32873844 swapFree=7372/7372
[pid=31361] ppid=31359 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31361/stat : 31361 (npSolver-wbo-It) S 31359 31361 28184 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 290282026 9367552 275 33554432000 4194304 5064252 140736919475632 140736919474544 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31361/statm: 2287 275 233 213 0 72 0

[startup+0.0291851 s]
/proc/loadavg: 2.00 2.01 2.00 2/179 31361
/proc/meminfo: memFree=29930000/32873844 swapFree=7372/7372
[pid=31361] ppid=31359 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31361/stat : 31361 (npSolver-wbo-It) S 31359 31361 28184 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 290282026 9367552 275 33554432000 4194304 5064252 140736919475632 140736919474544 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31361/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10023 s]
/proc/loadavg: 2.00 2.01 2.00 2/179 31361
/proc/meminfo: memFree=29930000/32873844 swapFree=7372/7372
[pid=31361] ppid=31359 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31361/stat : 31361 (npSolver-wbo-It) S 31359 31361 28184 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 290282026 9367552 275 33554432000 4194304 5064252 140736919475632 140736919474544 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31361/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300282 s]
/proc/loadavg: 2.00 2.01 2.00 2/179 31361
/proc/meminfo: memFree=29930000/32873844 swapFree=7372/7372
[pid=31361] ppid=31359 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31361/stat : 31361 (npSolver-wbo-It) S 31359 31361 28184 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 290282026 9367552 275 33554432000 4194304 5064252 140736919475632 140736919474544 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31361/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700278 s]
/proc/loadavg: 2.00 2.01 2.00 2/179 31361
/proc/meminfo: memFree=29930000/32873844 swapFree=7372/7372
[pid=31361] ppid=31359 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31361/stat : 31361 (npSolver-wbo-It) S 31359 31361 28184 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 290282026 9367552 275 33554432000 4194304 5064252 140736919475632 140736919474544 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31361/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5003 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 31375
/proc/meminfo: memFree=29892332/32873844 swapFree=7372/7372
[pid=31361] ppid=31359 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31361/stat : 31361 (npSolver-wbo-It) S 31359 31361 28184 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 290282026 9367552 275 33554432000 4194304 5064252 140736919475632 140736919474544 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31361/statm: 2287 275 233 213 0 72 0
[pid=31362] ppid=31361 vsize=11540 CPUtime=0.17 cores=0,2,4,6
/proc/31362/stat : 31362 (npSolver-wbo) S 31361 31361 28184 0 -1 4202496 3092 5171 0 0 12 2 2 1 20 0 1 0 290282026 11816960 2350 33554432000 4194304 5990268 140736078518672 140736078510096 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31362/statm: 2885 2350 163 439 0 2442 0
[pid=31374] ppid=31362 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31374/stat : 31374 (satsolver.sh) S 31362 31361 28184 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 290282044 9367552 267 33554432000 4194304 5064252 140736835150592 140736835149504 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31374/statm: 2287 267 226 213 0 72 0
[pid=31375] ppid=31374 vsize=27360 CPUtime=1.3 cores=0,2,4,6
/proc/31375/stat : 31375 (glucose) R 31374 31361 28184 0 -1 4202496 6484 0 0 0 129 1 0 0 20 0 1 0 290282045 28016640 5868 33554432000 4194304 5208918 140733390803984 140733390801944 4229704 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31375/statm: 6840 5868 105 248 0 6589 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 57196

[startup+3.1004 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 31375
/proc/meminfo: memFree=29888732/32873844 swapFree=7372/7372
[pid=31361] ppid=31359 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31361/stat : 31361 (npSolver-wbo-It) S 31359 31361 28184 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 290282026 9367552 275 33554432000 4194304 5064252 140736919475632 140736919474544 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31361/statm: 2287 275 233 213 0 72 0
[pid=31362] ppid=31361 vsize=11540 CPUtime=0.17 cores=0,2,4,6
/proc/31362/stat : 31362 (npSolver-wbo) S 31361 31361 28184 0 -1 4202496 3092 5171 0 0 12 2 2 1 20 0 1 0 290282026 11816960 2350 33554432000 4194304 5990268 140736078518672 140736078510096 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31362/statm: 2885 2350 163 439 0 2442 0
[pid=31374] ppid=31362 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31374/stat : 31374 (satsolver.sh) S 31362 31361 28184 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 290282044 9367552 267 33554432000 4194304 5064252 140736835150592 140736835149504 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31374/statm: 2287 267 226 213 0 72 0
[pid=31375] ppid=31374 vsize=35224 CPUtime=2.91 cores=0,2,4,6
/proc/31375/stat : 31375 (glucose) R 31374 31361 28184 0 -1 4202496 7446 0 0 0 289 2 0 0 20 0 1 0 290282045 36069376 7669 33554432000 4194304 5208918 140733390803984 140733390800296 4211635 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31375/statm: 8806 7669 105 248 0 8555 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 65060

[startup+6.3004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 31375
/proc/meminfo: memFree=29878868/32873844 swapFree=7372/7372
[pid=31361] ppid=31359 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31361/stat : 31361 (npSolver-wbo-It) S 31359 31361 28184 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 290282026 9367552 275 33554432000 4194304 5064252 140736919475632 140736919474544 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31361/statm: 2287 275 233 213 0 72 0
[pid=31362] ppid=31361 vsize=11540 CPUtime=0.17 cores=0,2,4,6
/proc/31362/stat : 31362 (npSolver-wbo) S 31361 31361 28184 0 -1 4202496 3092 5171 0 0 12 2 2 1 20 0 1 0 290282026 11816960 2350 33554432000 4194304 5990268 140736078518672 140736078510096 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31362/statm: 2885 2350 163 439 0 2442 0
[pid=31374] ppid=31362 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31374/stat : 31374 (satsolver.sh) S 31362 31361 28184 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 290282044 9367552 267 33554432000 4194304 5064252 140736835150592 140736835149504 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31374/statm: 2287 267 226 213 0 72 0
[pid=31375] ppid=31374 vsize=46716 CPUtime=6.1 cores=0,2,4,6
/proc/31375/stat : 31375 (glucose) R 31374 31361 28184 0 -1 4202496 8245 0 0 0 608 2 0 0 20 0 1 0 290282045 47837184 10703 33554432000 4194304 5208918 140733390803984 140733390801928 4229538 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31375/statm: 11679 10703 105 248 0 11428 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 76552

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 31375
/proc/meminfo: memFree=29869212/32873844 swapFree=7372/7372
[pid=31361] ppid=31359 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31361/stat : 31361 (npSolver-wbo-It) S 31359 31361 28184 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 290282026 9367552 275 33554432000 4194304 5064252 140736919475632 140736919474544 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31361/statm: 2287 275 233 213 0 72 0
[pid=31362] ppid=31361 vsize=11540 CPUtime=0.17 cores=0,2,4,6
/proc/31362/stat : 31362 (npSolver-wbo) S 31361 31361 28184 0 -1 4202496 3092 5171 0 0 12 2 2 1 20 0 1 0 290282026 11816960 2350 33554432000 4194304 5990268 140736078518672 140736078510096 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31362/statm: 2885 2350 163 439 0 2442 0
[pid=31374] ppid=31362 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31374/stat : 31374 (satsolver.sh) S 31362 31361 28184 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 290282044 9367552 267 33554432000 4194304 5064252 140736835150592 140736835149504 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31374/statm: 2287 267 226 213 0 72 0
[pid=31375] ppid=31374 vsize=46716 CPUtime=12.5 cores=0,2,4,6
/proc/31375/stat : 31375 (glucose) R 31374 31361 28184 0 -1 4202496 8445 0 0 0 1248 2 0 0 20 0 1 0 290282045 47837184 10896 33554432000 4194304 5208918 140733390803984 140733390800360 4211027 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31375/statm: 11679 10896 105 248 0 11428 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 76552

[startup+25.5004 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 31375
/proc/meminfo: memFree=29857920/32873844 swapFree=7372/7372
[pid=31361] ppid=31359 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31361/stat : 31361 (npSolver-wbo-It) S 31359 31361 28184 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 290282026 9367552 275 33554432000 4194304 5064252 140736919475632 140736919474544 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31361/statm: 2287 275 233 213 0 72 0
[pid=31362] ppid=31361 vsize=11540 CPUtime=0.17 cores=0,2,4,6
/proc/31362/stat : 31362 (npSolver-wbo) S 31361 31361 28184 0 -1 4202496 3092 5171 0 0 12 2 2 1 20 0 1 0 290282026 11816960 2350 33554432000 4194304 5990268 140736078518672 140736078510096 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31362/statm: 2885 2350 163 439 0 2442 0
[pid=31374] ppid=31362 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31374/stat : 31374 (satsolver.sh) S 31362 31361 28184 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 290282044 9367552 267 33554432000 4194304 5064252 140736835150592 140736835149504 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31374/statm: 2287 267 226 213 0 72 0
[pid=31375] ppid=31374 vsize=58384 CPUtime=25.3 cores=0,2,4,6
/proc/31375/stat : 31375 (glucose) R 31374 31361 28184 0 -1 4202496 9360 0 0 0 2528 2 0 0 20 0 1 0 290282045 59785216 13754 33554432000 4194304 5208918 140733390803984 140733390800360 4211901 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31375/statm: 14596 13754 105 248 0 14345 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 88220

[startup+51.1004 s]
/proc/loadavg: 2.05 2.02 2.00 3/183 31376
/proc/meminfo: memFree=29850228/32873844 swapFree=7372/7372
[pid=31361] ppid=31359 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31361/stat : 31361 (npSolver-wbo-It) S 31359 31361 28184 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 290282026 9367552 275 33554432000 4194304 5064252 140736919475632 140736919474544 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31361/statm: 2287 275 233 213 0 72 0
[pid=31362] ppid=31361 vsize=11540 CPUtime=0.17 cores=0,2,4,6
/proc/31362/stat : 31362 (npSolver-wbo) S 31361 31361 28184 0 -1 4202496 3092 5171 0 0 12 2 2 1 20 0 1 0 290282026 11816960 2350 33554432000 4194304 5990268 140736078518672 140736078510096 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31362/statm: 2885 2350 163 439 0 2442 0
[pid=31374] ppid=31362 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31374/stat : 31374 (satsolver.sh) S 31362 31361 28184 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 290282044 9367552 267 33554432000 4194304 5064252 140736835150592 140736835149504 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31374/statm: 2287 267 226 213 0 72 0
[pid=31375] ppid=31374 vsize=65564 CPUtime=50.89 cores=0,2,4,6
/proc/31375/stat : 31375 (glucose) R 31374 31361 28184 0 -1 4202496 10639 0 0 0 5086 3 0 0 20 0 1 0 290282045 67137536 15587 33554432000 4194304 5208918 140733390803984 140733390800360 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31375/statm: 16391 15587 105 248 0 16140 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 95400

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 31383
/proc/meminfo: memFree=29854140/32873844 swapFree=7372/7372
[pid=31361] ppid=31359 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31361/stat : 31361 (npSolver-wbo-It) S 31359 31361 28184 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 290282026 9367552 275 33554432000 4194304 5064252 140736919475632 140736919474544 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31361/statm: 2287 275 233 213 0 72 0
[pid=31362] ppid=31361 vsize=19728 CPUtime=80.05 cores=0,2,4,6
/proc/31362/stat : 31362 (npSolver-wbo) S 31361 31361 28184 0 -1 4202496 5413 19830 0 0 23 3 7968 11 20 0 1 0 290282026 20201472 4550 33554432000 4194304 5990268 140736078518672 140736078510096 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31362/statm: 4932 4550 163 439 0 4489 0
[pid=31382] ppid=31362 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31382/stat : 31382 (satsolver.sh) S 31362 31361 28184 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 290290034 9367552 267 33554432000 4194304 5064252 140733867746752 140733867745664 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31382/statm: 2287 267 226 213 0 72 0
[pid=31383] ppid=31382 vsize=53932 CPUtime=22.2 cores=0,2,4,6
/proc/31383/stat : 31383 (glucose) R 31382 31361 28184 0 -1 4202496 10062 0 0 0 2218 2 0 0 20 0 1 0 290290035 55226368 12598 33554432000 4194304 5208918 140736787894784 140736787891096 4211740 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31383/statm: 13483 12598 105 248 0 13232 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 91956

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 31390
/proc/meminfo: memFree=29850912/32873844 swapFree=7372/7372
[pid=31361] ppid=31359 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31361/stat : 31361 (npSolver-wbo-It) S 31359 31361 28184 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 290282026 9367552 275 33554432000 4194304 5064252 140736919475632 140736919474544 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31361/statm: 2287 275 233 213 0 72 0
[pid=31362] ppid=31361 vsize=19728 CPUtime=141.31 cores=0,2,4,6
/proc/31362/stat : 31362 (npSolver-wbo) S 31361 31361 28184 0 -1 4202496 7734 36451 0 0 34 5 14072 20 20 0 1 0 290282026 20201472 4550 33554432000 4194304 5990268 140736078518672 140736078510096 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31362/statm: 4932 4550 163 439 0 4489 0
[pid=31389] ppid=31362 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.15 2.07 2.01 3/183 31483
/proc/meminfo: memFree=29799444/32873844 swapFree=7372/7372
[pid=31361] ppid=31359 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31361/stat : 31361 (npSolver-wbo-It) S 31359 31361 28184 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 290282026 9367552 275 33554432000 4194304 5064252 140736919475632 140736919474544 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31361/statm: 2287 275 233 213 0 72 0
[pid=31362] ppid=31361 vsize=19728 CPUtime=1293.93 cores=0,2,4,6
/proc/31362/stat : 31362 (npSolver-wbo) S 31361 31361 28184 0 -1 4202496 23982 156300 0 0 111 15 129171 96 20 0 1 0 290282026 20201472 4551 33554432000 4194304 5990268 140736078518672 140736078510096 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31362/statm: 4932 4551 164 439 0 4489 0
[pid=31482] ppid=31362 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31482/stat : 31482 (satsolver.sh) S 31362 31361 28184 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 290411446 9367552 267 33554432000 4194304 5064252 140736614987840 140736614986752 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31482/statm: 2287 267 226 213 0 72 0
[pid=31483] ppid=31482 vsize=96100 CPUtime=68.08 cores=0,2,4,6
/proc/31483/stat : 31483 (glucose) R 31482 31361 28184 0 -1 4202496 10746 0 0 0 6805 3 0 0 20 0 1 0 290411446 98406400 21830 33554432000 4194304 5208918 140734007384624 140734007381000 4229776 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31483/statm: 24025 21830 105 248 0 23774 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 134124

[startup+1422.31 s]
/proc/loadavg: 2.17 2.08 2.02 3/183 31490
/proc/meminfo: memFree=29816316/32873844 swapFree=7372/7372
[pid=31361] ppid=31359 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31361/stat : 31361 (npSolver-wbo-It) S 31359 31361 28184 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 290282026 9367552 275 33554432000 4194304 5064252 140736919475632 140736919474544 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31361/statm: 2287 275 233 213 0 72 0
[pid=31362] ppid=31361 vsize=19728 CPUtime=1365.13 cores=0,2,4,6
/proc/31362/stat : 31362 (npSolver-wbo) S 31361 31361 28184 0 -1 4202496 26303 170683 0 0 122 17 136271 103 20 0 1 0 290282026 20201472 4551 33554432000 4194304 5990268 140736078518672 140736078510096 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31362/statm: 4932 4551 164 439 0 4489 0
[pid=31489] ppid=31362 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31489/stat : 31489 (satsolver.sh) S 31362 31361 28184 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 290418566 9367552 267 33554432000 4194304 5064252 140736095782976 140736095781888 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31489/statm: 2287 267 226 213 0 72 0
[pid=31490] ppid=31489 vsize=90176 CPUtime=56.89 cores=0,2,4,6
/proc/31490/stat : 31490 (glucose) R 31489 31361 28184 0 -1 4202496 10435 0 0 0 5685 4 0 0 20 0 1 0 290418566 92340224 17055 33554432000 4194304 5208918 140735184870368 140735184868312 4211834 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31490/statm: 22544 17055 105 248 0 22293 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 128200

[startup+1482.3 s]
/proc/loadavg: 2.06 2.07 2.01 3/184 31493
/proc/meminfo: memFree=29766044/32873844 swapFree=7372/7372
[pid=31361] ppid=31359 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31361/stat : 31361 (npSolver-wbo-It) S 31359 31361 28184 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 290282026 9367552 275 33554432000 4194304 5064252 140736919475632 140736919474544 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31361/statm: 2287 275 233 213 0 72 0
[pid=31362] ppid=31361 vsize=19728 CPUtime=1365.13 cores=0,2,4,6
/proc/31362/stat : 31362 (npSolver-wbo) S 31361 31361 28184 0 -1 4202496 26303 170683 0 0 122 17 136271 103 20 0 1 0 290282026 20201472 4551 33554432000 4194304 5990268 140736078518672 140736078510096 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31362/statm: 4932 4551 164 439 0 4489 0
[pid=31489] ppid=31362 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31489/stat : 31489 (satsolver.sh) S 31362 31361 28184 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 290418566 9367552 267 33554432000 4194304 5064252 140736095782976 140736095781888 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31489/statm: 2287 267 226 213 0 72 0
[pid=31490] ppid=31489 vsize=128644 CPUtime=116.87 cores=0,2,4,6
/proc/31490/stat : 31490 (glucose) R 31489 31361 28184 0 -1 4202496 11848 0 0 0 11682 5 0 0 20 0 1 0 290418566 131731456 29629 33554432000 4194304 5208918 140735184870368 140735184868232 4229538 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31490/statm: 32161 29629 105 248 0 31910 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 166668

[startup+1542.3 s]
/proc/loadavg: 2.05 2.07 2.01 3/181 31543
/proc/meminfo: memFree=30021752/32873844 swapFree=7372/7372
[pid=31361] ppid=31359 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31361/stat : 31361 (npSolver-wbo-It) S 31359 31361 28184 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 290282026 9367552 275 33554432000 4194304 5064252 140736919475632 140736919474544 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31361/statm: 2287 275 233 213 0 72 0
[pid=31362] ppid=31361 vsize=19728 CPUtime=1365.13 cores=0,2,4,6
/proc/31362/stat : 31362 (npSolver-wbo) S 31361 31361 28184 0 -1 4202496 26303 170683 0 0 122 17 136271 103 20 0 1 0 290282026 20201472 4551 33554432000 4194304 5990268 140736078518672 140736078510096 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31362/statm: 4932 4551 164 439 0 4489 0
[pid=31489] ppid=31362 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31489/stat : 31489 (satsolver.sh) S 31362 31361 28184 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 290418566 9367552 267 33554432000 4194304 5064252 140736095782976 140736095781888 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31489/statm: 2287 267 226 213 0 72 0
[pid=31490] ppid=31489 vsize=128644 CPUtime=176.85 cores=0,2,4,6
/proc/31490/stat : 31490 (glucose) R 31489 31361 28184 0 -1 4202496 12075 0 0 0 17680 5 0 0 20 0 1 0 290418566 131731456 29883 33554432000 4194304 5208918 140735184870368 140735184866056 4211941 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31490/statm: 32161 29883 105 248 0 31910 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 166668

[startup+1602.3 s]
/proc/loadavg: 2.33 2.16 2.04 3/183 31560
/proc/meminfo: memFree=25315092/32873844 swapFree=7372/7372
[pid=31361] ppid=31359 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31361/stat : 31361 (npSolver-wbo-It) S 31359 31361 28184 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 290282026 9367552 275 33554432000 4194304 5064252 140736919475632 140736919474544 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31361/statm: 2287 275 233 213 0 72 0
[pid=31362] ppid=31361 vsize=19728 CPUtime=1590.32 cores=0,2,4,6
/proc/31362/stat : 31362 (npSolver-wbo) S 31361 31361 28184 0 -1 4202496 30945 200268 0 0 144 19 158749 120 20 0 1 0 290282026 20201472 4551 33554432000 4194304 5990268 140736078518672 140736078510096 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31362/statm: 4932 4551 164 439 0 4489 0
[pid=31559] ppid=31362 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31559/stat : 31559 (satsolver.sh) S 31362 31361 28184 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 290441090 9367552 267 33554432000 4194304 5064252 140737142408864 140737142407776 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31559/statm: 2287 267 226 213 0 72 0
[pid=31560] ppid=31559 vsize=46732 CPUtime=11.65 cores=0,2,4,6
/proc/31560/stat : 31560 (glucose) R 31559 31361 28184 0 -1 4202496 8801 0 0 0 1163 2 0 0 20 0 1 0 290441090 47853568 10878 33554432000 4194304 5208918 140733997015728 140733997012104 4229504 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31560/statm: 11683 10878 105 248 0 11432 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 84756

[startup+1662.3 s]
/proc/loadavg: 2.15 2.14 2.04 3/183 31560
/proc/meminfo: memFree=25269420/32873844 swapFree=7372/7372
[pid=31361] ppid=31359 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31361/stat : 31361 (npSolver-wbo-It) S 31359 31361 28184 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 290282026 9367552 275 33554432000 4194304 5064252 140736919475632 140736919474544 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31361/statm: 2287 275 233 213 0 72 0
[pid=31362] ppid=31361 vsize=19728 CPUtime=1590.32 cores=0,2,4,6
/proc/31362/stat : 31362 (npSolver-wbo) S 31361 31361 28184 0 -1 4202496 30945 200268 0 0 144 19 158749 120 20 0 1 0 290282026 20201472 4551 33554432000 4194304 5990268 140736078518672 140736078510096 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31362/statm: 4932 4551 164 439 0 4489 0
[pid=31559] ppid=31362 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31559/stat : 31559 (satsolver.sh) S 31362 31361 28184 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 290441090 9367552 267 33554432000 4194304 5064252 140737142408864 140737142407776 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31559/statm: 2287 267 226 213 0 72 0
[pid=31560] ppid=31559 vsize=88796 CPUtime=71.64 cores=0,2,4,6
/proc/31560/stat : 31560 (glucose) R 31559 31361 28184 0 -1 4202496 10761 0 0 0 7159 5 0 0 20 0 1 0 290441090 90927104 21376 33554432000 4194304 5208918 140733997015728 140733997012104 4229344 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31560/statm: 22199 21376 105 248 0 21948 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 126820

[startup+1722.3 s]
/proc/loadavg: 2.05 2.11 2.04 3/183 31567
/proc/meminfo: memFree=25286356/32873844 swapFree=7372/7372
[pid=31361] ppid=31359 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31361/stat : 31361 (npSolver-wbo-It) S 31359 31361 28184 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 290282026 9367552 275 33554432000 4194304 5064252 140736919475632 140736919474544 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31361/statm: 2287 275 233 213 0 72 0
[pid=31362] ppid=31361 vsize=19728 CPUtime=1679.53 cores=0,2,4,6
/proc/31362/stat : 31362 (npSolver-wbo) S 31361 31361 28184 0 -1 4202496 33266 214261 0 0 156 20 167648 129 20 0 1 0 290282026 20201472 4551 33554432000 4194304 5990268 140736078518672 140736078510096 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31362/statm: 4932 4551 164 439 0 4489 0
[pid=31566] ppid=31362 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31566/stat : 31566 (satsolver.sh) S 31362 31361 28184 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 290450012 9367552 267 33554432000 4194304 5064252 140737170663568 140737170662480 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31566/statm: 2287 267 226 213 0 72 0
[pid=31567] ppid=31566 vsize=72956 CPUtime=42.42 cores=0,2,4,6
/proc/31567/stat : 31567 (glucose) R 31566 31361 28184 0 -1 4202496 10411 0 0 0 4239 3 0 0 20 0 1 0 290450012 74706944 17370 33554432000 4194304 5208918 140737026180464 140737026176840 4229344 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31567/statm: 18239 17370 105 248 0 17988 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 110980

[startup+1782.3 s]
/proc/loadavg: 2.02 2.09 2.03 3/183 31567
/proc/meminfo: memFree=25267120/32873844 swapFree=7372/7372
[pid=31361] ppid=31359 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31361/stat : 31361 (npSolver-wbo-It) S 31359 31361 28184 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 290282026 9367552 275 33554432000 4194304 5064252 140736919475632 140736919474544 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31361/statm: 2287 275 233 213 0 72 0
[pid=31362] ppid=31361 vsize=19728 CPUtime=1679.53 cores=0,2,4,6
/proc/31362/stat : 31362 (npSolver-wbo) S 31361 31361 28184 0 -1 4202496 33266 214261 0 0 156 20 167648 129 20 0 1 0 290282026 20201472 4551 33554432000 4194304 5990268 140736078518672 140736078510096 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31362/statm: 4932 4551 164 439 0 4489 0
[pid=31566] ppid=31362 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31566/stat : 31566 (satsolver.sh) S 31362 31361 28184 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 290450012 9367552 267 33554432000 4194304 5064252 140737170663568 140737170662480 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31566/statm: 2287 267 226 213 0 72 0
[pid=31567] ppid=31566 vsize=91816 CPUtime=102.41 cores=0,2,4,6
/proc/31567/stat : 31567 (glucose) R 31566 31361 28184 0 -1 4202496 11529 0 0 0 10237 4 0 0 20 0 1 0 290450012 94019584 22130 33554432000 4194304 5208918 140737026180464 140737026176776 4211540 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31567/statm: 22954 22130 105 248 0 22703 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 129840



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.01 2.08 2.03 3/183 31567
/proc/meminfo: memFree=25234104/32873844 swapFree=7372/7372
[pid=31361] ppid=31359 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31361/stat : 31361 (npSolver-wbo-It) S 31359 31361 28184 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 290282026 9367552 275 33554432000 4194304 5064252 140736919475632 140736919474544 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31361/statm: 2287 275 233 213 0 72 0
[pid=31362] ppid=31361 vsize=19728 CPUtime=1679.53 cores=0,2,4,6
/proc/31362/stat : 31362 (npSolver-wbo) S 31361 31361 28184 0 -1 4202496 33266 214261 0 0 156 20 167648 129 20 0 1 0 290282026 20201472 4551 33554432000 4194304 5990268 140736078518672 140736078510096 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31362/statm: 4932 4551 164 439 0 4489 0
[pid=31566] ppid=31362 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31566/stat : 31566 (satsolver.sh) S 31362 31361 28184 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 290450012 9367552 267 33554432000 4194304 5064252 140737170663568 140737170662480 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31566/statm: 2287 267 226 213 0 72 0
[pid=31567] ppid=31566 vsize=141136 CPUtime=120.51 cores=0,2,4,6
/proc/31567/stat : 31567 (glucose) R 31566 31361 28184 0 -1 4202496 11655 0 0 0 12046 5 0 0 20 0 1 0 290450012 144523264 30391 33554432000 4194304 5208918 140737026180464 140737026178456 4229717 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31567/statm: 35284 30391 105 248 0 35033 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 179160

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.08
CPU user time (s): 1798.51
CPU system time (s): 1.56576
CPU usage (%): 99.9815
Max. virtual memory (cumulated for all children) (KiB): 208464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.51
system time used= 1.56576
maximum resident set size= 138040
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 260173
page faults= 0
swaps= 0
block input operations= 0
block output operations= 195352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1588
involuntary context switches= 2347

runsolver used 2.68859 second user time and 7.16891 second system time

The end

Launcher Data

Begin job on node109 at 2012-05-28 23:45:34
IDJOB=3714843
IDBENCH=79531
IDSOLVER=2296
FILE ID=node109/3714843-1338241534
RUNJOBID= node109-1338230730-28200
PBS_JOBID= 14624656
Free space on /tmp= 70880 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/warehouse/normalized-cap42_wcsp.wbo
COMMAND LINE= DIR/npSolver-wbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3714843-1338241534/watcher-3714843-1338241534 -o /tmp/evaluation-result-3714843-1338241534/solver-3714843-1338241534 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itd.sh HOME/instance-3714843-1338241534.wbo 448540172 HOME HOME

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

MD5SUM BENCH= 832b6d889e2e04fac8730ab9437bdddf
RANDOM SEED=448540172

node109.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.264
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.52
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.264
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.264
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.264
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		: 2667.264
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.264
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.264
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.264
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29930264 kB
Buffers:          223928 kB
Cached:           728020 kB
SwapCached:          588 kB
Active:          1848132 kB
Inactive:         287276 kB
Active(anon):    1178364 kB
Inactive(anon):     7668 kB
Active(file):     669768 kB
Inactive(file):   279608 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67106292 kB
Dirty:              8168 kB
Writeback:             0 kB
AnonPages:       1253632 kB
Mapped:            11280 kB
Shmem:                 8 kB
Slab:             665224 kB
SReclaimable:     107828 kB
SUnreclaim:       557396 kB
KernelStack:        1520 kB
PageTables:         6192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1578072 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    669696 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= 69752 MiB
End job on node109 at 2012-05-29 00:15:35