Trace number 3715539

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/warehouse/
normalized-cap61_wcsp.wbo
MD5SUM58e4788c719f1a12516705b51263d664
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark9003827
Best CPU time to get the best result obtained on this benchmark1535.67
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 55743026
Min constraint cost 1
Max constraint cost 55743026
Sum of constraints costs 44948405826
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 19032135
0.00/0.06	c starting approximation
0.00/0.06	c factor = 2
0.00/0.06	c factor still to low - shrinking to 92153.6
0.00/0.06	c approx number of clauses: 1e+06
0.00/0.06	c current bound: 9516068
451.20/451.31	c leaving approximation
451.20/451.31	c finished approximation
451.20/451.31	c fallback to adder encoding
554.27/554.49	o 19031616
554.27/554.49	c fallback to adder encoding
644.65/644.88	o 19031208
644.65/644.88	c fallback to adder encoding
736.39/736.63	o 19030992
736.39/736.63	c fallback to adder encoding
806.03/806.28	o 19029684
806.03/806.28	c fallback to adder encoding
978.47/978.76	o 19028886
978.47/978.76	c fallback to adder encoding
1025.05/1025.34	o 19028783
1025.05/1025.34	c fallback to adder encoding
1123.04/1123.36	o 19028607
1123.04/1123.36	c fallback to adder encoding
1264.15/1264.48	o 19027763
1264.15/1264.48	c fallback to adder encoding
1443.24/1443.61	o 19026766
1443.24/1443.61	c fallback to adder encoding
1536.20/1536.59	o 19026093
1536.20/1536.59	c fallback to adder encoding
1633.84/1634.23	o 19025207
1633.84/1634.23	c fallback to adder encoding
1790.48/1790.92	o 19024563
1790.48/1790.92	c fallback to adder encoding
1800.04/1800.40	./satsolver.sh: line 5: 27863 Terminated              ./glucose $1 > $2 2> /dev/null
1800.04/1800.40	c error: unexpected solver exit code
1800.04/1800.40	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-3715539-1338251479/watcher-3715539-1338251479 -o /tmp/evaluation-result-3715539-1338251479/solver-3715539-1338251479 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715539-1338251479.wbo 1304413774 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 1.93 3/179 27660
/proc/meminfo: memFree=28568400/32873844 swapFree=6856/6856
[pid=27660] ppid=27658 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27660/stat : 27660 (npSolver-wbo-It) S 27658 27660 25271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291272818 9367552 275 33554432000 4194304 5064252 140736865769120 140736865768032 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27660/statm: 2287 275 233 213 0 72 0

[startup+0.089055 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 27660
/proc/meminfo: memFree=28568400/32873844 swapFree=6856/6856
[pid=27660] ppid=27658 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27660/stat : 27660 (npSolver-wbo-It) S 27658 27660 25271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291272818 9367552 275 33554432000 4194304 5064252 140736865769120 140736865768032 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27660/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100223 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 27660
/proc/meminfo: memFree=28568400/32873844 swapFree=6856/6856
[pid=27660] ppid=27658 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27660/stat : 27660 (npSolver-wbo-It) S 27658 27660 25271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291272818 9367552 275 33554432000 4194304 5064252 140736865769120 140736865768032 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27660/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300273 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 27660
/proc/meminfo: memFree=28568400/32873844 swapFree=6856/6856
[pid=27660] ppid=27658 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27660/stat : 27660 (npSolver-wbo-It) S 27658 27660 25271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291272818 9367552 275 33554432000 4194304 5064252 140736865769120 140736865768032 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27660/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700277 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 27660
/proc/meminfo: memFree=28568400/32873844 swapFree=6856/6856
[pid=27660] ppid=27658 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27660/stat : 27660 (npSolver-wbo-It) S 27658 27660 25271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291272818 9367552 275 33554432000 4194304 5064252 140736865769120 140736865768032 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27660/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5004 s]
/proc/loadavg: 2.00 2.00 1.93 3/183 27674
/proc/meminfo: memFree=28536760/32873844 swapFree=6856/6856
[pid=27660] ppid=27658 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27660/stat : 27660 (npSolver-wbo-It) S 27658 27660 25271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291272818 9367552 275 33554432000 4194304 5064252 140736865769120 140736865768032 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27660/statm: 2287 275 233 213 0 72 0
[pid=27661] ppid=27660 vsize=7044 CPUtime=0.09 cores=0,2,4,6
/proc/27661/stat : 27661 (npSolver-wbo) S 27660 27660 25271 0 -1 4202496 2745 5681 0 0 5 1 2 1 20 0 1 0 291272819 7213056 1414 33554432000 4194304 5990268 140733282281376 140733282272784 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27661/statm: 1761 1414 174 439 0 1318 0
[pid=27673] ppid=27661 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27673/stat : 27673 (satsolver.sh) S 27661 27660 25271 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 291272829 9367552 266 33554432000 4194304 5064252 140734780665040 140734780663952 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/27673/statm: 2287 266 226 213 0 72 0
[pid=27674] ppid=27673 vsize=26576 CPUtime=1.37 cores=0,2,4,6
/proc/27674/stat : 27674 (glucose) R 27673 27660 25271 0 -1 4202496 5776 0 0 0 137 0 0 0 20 0 1 0 291272830 27213824 6028 33554432000 4194304 5208918 140734913470400 140734913468424 4229206 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27674/statm: 6644 6028 103 248 0 6393 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 51916

[startup+3.1004 s]
/proc/loadavg: 2.00 2.00 1.93 3/183 27674
/proc/meminfo: memFree=28535768/32873844 swapFree=6856/6856
[pid=27660] ppid=27658 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27660/stat : 27660 (npSolver-wbo-It) S 27658 27660 25271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291272818 9367552 275 33554432000 4194304 5064252 140736865769120 140736865768032 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27660/statm: 2287 275 233 213 0 72 0
[pid=27661] ppid=27660 vsize=7044 CPUtime=0.09 cores=0,2,4,6
/proc/27661/stat : 27661 (npSolver-wbo) S 27660 27660 25271 0 -1 4202496 2745 5681 0 0 5 1 2 1 20 0 1 0 291272819 7213056 1414 33554432000 4194304 5990268 140733282281376 140733282272784 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27661/statm: 1761 1414 174 439 0 1318 0
[pid=27673] ppid=27661 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27673/stat : 27673 (satsolver.sh) S 27661 27660 25271 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 291272829 9367552 266 33554432000 4194304 5064252 140734780665040 140734780663952 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/27673/statm: 2287 266 226 213 0 72 0
[pid=27674] ppid=27673 vsize=26716 CPUtime=2.98 cores=0,2,4,6
/proc/27674/stat : 27674 (glucose) R 27673 27660 25271 0 -1 4202496 6112 0 0 0 297 1 0 0 20 0 1 0 291272830 27357184 6268 33554432000 4194304 5208918 140734913470400 140734913468248 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27674/statm: 6679 6268 103 248 0 6428 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 52056

[startup+6.3004 s]
/proc/loadavg: 2.00 2.00 1.93 3/183 27674
/proc/meminfo: memFree=28534612/32873844 swapFree=6856/6856
[pid=27660] ppid=27658 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27660/stat : 27660 (npSolver-wbo-It) S 27658 27660 25271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291272818 9367552 275 33554432000 4194304 5064252 140736865769120 140736865768032 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27660/statm: 2287 275 233 213 0 72 0
[pid=27661] ppid=27660 vsize=7044 CPUtime=0.09 cores=0,2,4,6
/proc/27661/stat : 27661 (npSolver-wbo) S 27660 27660 25271 0 -1 4202496 2745 5681 0 0 5 1 2 1 20 0 1 0 291272819 7213056 1414 33554432000 4194304 5990268 140733282281376 140733282272784 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27661/statm: 1761 1414 174 439 0 1318 0
[pid=27673] ppid=27661 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27673/stat : 27673 (satsolver.sh) S 27661 27660 25271 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 291272829 9367552 266 33554432000 4194304 5064252 140734780665040 140734780663952 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/27673/statm: 2287 266 226 213 0 72 0
[pid=27674] ppid=27673 vsize=30316 CPUtime=6.18 cores=0,2,4,6
/proc/27674/stat : 27674 (glucose) R 27673 27660 25271 0 -1 4202496 7085 0 0 0 617 1 0 0 20 0 1 0 291272830 31043584 6538 33554432000 4194304 5208918 140734913470400 140734913466776 4229021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27674/statm: 7579 6538 105 248 0 7328 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 55656

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 1.93 3/183 27674
/proc/meminfo: memFree=28523256/32873844 swapFree=6856/6856
[pid=27660] ppid=27658 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27660/stat : 27660 (npSolver-wbo-It) S 27658 27660 25271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291272818 9367552 275 33554432000 4194304 5064252 140736865769120 140736865768032 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27660/statm: 2287 275 233 213 0 72 0
[pid=27661] ppid=27660 vsize=7044 CPUtime=0.09 cores=0,2,4,6
/proc/27661/stat : 27661 (npSolver-wbo) S 27660 27660 25271 0 -1 4202496 2745 5681 0 0 5 1 2 1 20 0 1 0 291272819 7213056 1414 33554432000 4194304 5990268 140733282281376 140733282272784 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27661/statm: 1761 1414 174 439 0 1318 0
[pid=27673] ppid=27661 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27673/stat : 27673 (satsolver.sh) S 27661 27660 25271 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 291272829 9367552 266 33554432000 4194304 5064252 140734780665040 140734780663952 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/27673/statm: 2287 266 226 213 0 72 0
[pid=27674] ppid=27673 vsize=38936 CPUtime=12.57 cores=0,2,4,6
/proc/27674/stat : 27674 (glucose) R 27673 27660 25271 0 -1 4202496 8450 0 0 0 1256 1 0 0 20 0 1 0 291272830 39870464 9096 33554432000 4194304 5208918 140734913470400 140734913468264 4229039 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27674/statm: 9734 9096 105 248 0 9483 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 64276

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 1.93 3/183 27674
/proc/meminfo: memFree=28518160/32873844 swapFree=6856/6856
[pid=27660] ppid=27658 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27660/stat : 27660 (npSolver-wbo-It) S 27658 27660 25271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291272818 9367552 275 33554432000 4194304 5064252 140736865769120 140736865768032 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27660/statm: 2287 275 233 213 0 72 0
[pid=27661] ppid=27660 vsize=7044 CPUtime=0.09 cores=0,2,4,6
/proc/27661/stat : 27661 (npSolver-wbo) S 27660 27660 25271 0 -1 4202496 2745 5681 0 0 5 1 2 1 20 0 1 0 291272819 7213056 1414 33554432000 4194304 5990268 140733282281376 140733282272784 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27661/statm: 1761 1414 174 439 0 1318 0
[pid=27673] ppid=27661 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27673/stat : 27673 (satsolver.sh) S 27661 27660 25271 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 291272829 9367552 266 33554432000 4194304 5064252 140734780665040 140734780663952 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/27673/statm: 2287 266 226 213 0 72 0
[pid=27674] ppid=27673 vsize=43356 CPUtime=25.37 cores=0,2,4,6
/proc/27674/stat : 27674 (glucose) R 27673 27660 25271 0 -1 4202496 9362 0 0 0 2535 2 0 0 20 0 1 0 291272830 44396544 10419 33554432000 4194304 5208918 140734913470400 140734913468264 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27674/statm: 10839 10419 105 248 0 10588 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 68696

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 1.93 3/184 27675
/proc/meminfo: memFree=28473036/32873844 swapFree=6856/6856
[pid=27660] ppid=27658 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27660/stat : 27660 (npSolver-wbo-It) S 27658 27660 25271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291272818 9367552 275 33554432000 4194304 5064252 140736865769120 140736865768032 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27660/statm: 2287 275 233 213 0 72 0
[pid=27661] ppid=27660 vsize=7044 CPUtime=0.09 cores=0,2,4,6
/proc/27661/stat : 27661 (npSolver-wbo) S 27660 27660 25271 0 -1 4202496 2745 5681 0 0 5 1 2 1 20 0 1 0 291272819 7213056 1414 33554432000 4194304 5990268 140733282281376 140733282272784 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27661/statm: 1761 1414 174 439 0 1318 0
[pid=27673] ppid=27661 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27673/stat : 27673 (satsolver.sh) S 27661 27660 25271 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 291272829 9367552 266 33554432000 4194304 5064252 140734780665040 140734780663952 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/27673/statm: 2287 266 226 213 0 72 0
[pid=27674] ppid=27673 vsize=46076 CPUtime=50.96 cores=0,2,4,6
/proc/27674/stat : 27674 (glucose) R 27673 27660 25271 0 -1 4202496 9541 0 0 0 5094 2 0 0 20 0 1 0 291272830 47181824 11099 33554432000 4194304 5208918 140734913470400 140734913466776 4229326 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27674/statm: 11519 11099 105 248 0 11268 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 71416

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.93 3/184 27676
/proc/meminfo: memFree=28471256/32873844 swapFree=6856/6856
[pid=27660] ppid=27658 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27660/stat : 27660 (npSolver-wbo-It) S 27658 27660 25271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291272818 9367552 275 33554432000 4194304 5064252 140736865769120 140736865768032 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27660/statm: 2287 275 233 213 0 72 0
[pid=27661] ppid=27660 vsize=7044 CPUtime=0.09 cores=0,2,4,6
/proc/27661/stat : 27661 (npSolver-wbo) S 27660 27660 25271 0 -1 4202496 2745 5681 0 0 5 1 2 1 20 0 1 0 291272819 7213056 1414 33554432000 4194304 5990268 140733282281376 140733282272784 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27661/statm: 1761 1414 174 439 0 1318 0
[pid=27673] ppid=27661 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27673/stat : 27673 (satsolver.sh) S 27661 27660 25271 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 291272829 9367552 266 33554432000 4194304 5064252 140734780665040 140734780663952 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/27673/statm: 2287 266 226 213 0 72 0
[pid=27674] ppid=27673 vsize=69276 CPUtime=102.15 cores=0,2,4,6
/proc/27674/stat : 27674 (glucose) R 27673 27660 25271 0 -1 4202496 10651 0 0 0 10213 2 0 0 20 0 1 0 291272830 70938624 14126 33554432000 4194304 5208918 140734913470400 140734913466088 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27674/statm: 17319 14126 105 248 0 17068 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 94616

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/183 27676
/proc/meminfo: memFree=28502616/32873844 swapFree=6856/6856
[pid=27660] ppid=27658 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27660/stat : 27660 (npSolver-wbo-It) S 27658 27660 25271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291272818 9367552 275 33554432000 4194304 5064252 140736865769120 140736865768032 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27660/statm: 2287 275 233 213 0 72 0
[pid=27661] ppid=27660 vsize=7044 CPUtime=0.09 cores=0,2,4,6
/proc/27661/stat : 27661 (npSolver-wbo) S 27660 27660 25271 0 -1 4202496 2745 5681 0 0 5 1 2 1 20 0 1 0 291272819 7213056 1414 33554432000 4194304 5990268 140733282281376 140733282272784 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27661/statm: 1761 1414 174 439 0 1318 0
[pid=27673] ppid=27661 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.09 2.03 1.96 3/183 27808
/proc/meminfo: memFree=26965436/32873844 swapFree=6856/6856
[pid=27660] ppid=27658 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27660/stat : 27660 (npSolver-wbo-It) S 27658 27660 25271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291272818 9367552 275 33554432000 4194304 5064252 140736865769120 140736865768032 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27660/statm: 2287 275 233 213 0 72 0
[pid=27661] ppid=27660 vsize=19724 CPUtime=1264.35 cores=0,2,4,6
/proc/27661/stat : 27661 (npSolver-wbo) S 27660 27660 25271 0 -1 4202496 23339 144480 0 0 103 15 126238 79 20 0 1 0 291272819 20197376 4508 33554432000 4194304 5990268 140733282281376 140733282272800 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27661/statm: 4931 4508 181 439 0 4488 0
[pid=27806] ppid=27661 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27806/stat : 27806 (satsolver.sh) S 27661 27660 25271 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 291399279 9367552 267 33554432000 4194304 5064252 140734340245776 140734340244688 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/27806/statm: 2287 267 226 213 0 72 0
[pid=27807] ppid=27806 vsize=96640 CPUtime=97.67 cores=0,2,4,6
/proc/27807/stat : 27807 (glucose) R 27806 27660 25271 0 -1 4202496 11985 0 0 0 9764 3 0 0 20 0 1 0 291399280 98959360 23383 33554432000 4194304 5208918 140734124338512 140734124334824 4229424 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27807/statm: 24160 23383 105 248 0 23909 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 134660

[startup+1422.31 s]
/proc/loadavg: 2.16 2.05 1.97 3/183 27808
/proc/meminfo: memFree=26964876/32873844 swapFree=6856/6856
[pid=27660] ppid=27658 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27660/stat : 27660 (npSolver-wbo-It) S 27658 27660 25271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291272818 9367552 275 33554432000 4194304 5064252 140736865769120 140736865768032 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27660/statm: 2287 275 233 213 0 72 0
[pid=27661] ppid=27660 vsize=19724 CPUtime=1264.35 cores=0,2,4,6
/proc/27661/stat : 27661 (npSolver-wbo) S 27660 27660 25271 0 -1 4202496 23339 144480 0 0 103 15 126238 79 20 0 1 0 291272819 20197376 4508 33554432000 4194304 5990268 140733282281376 140733282272800 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27661/statm: 4931 4508 181 439 0 4488 0
[pid=27806] ppid=27661 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27806/stat : 27806 (satsolver.sh) S 27661 27660 25271 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 291399279 9367552 267 33554432000 4194304 5064252 140734340245776 140734340244688 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/27806/statm: 2287 267 226 213 0 72 0
[pid=27807] ppid=27806 vsize=96640 CPUtime=157.66 cores=0,2,4,6
/proc/27807/stat : 27807 (glucose) R 27806 27660 25271 0 -1 4202496 12057 0 0 0 15762 4 0 0 20 0 1 0 291399280 98959360 23383 33554432000 4194304 5208918 140734124338512 140734124334280 4211744 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27807/statm: 24160 23383 105 248 0 23909 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 134660

[startup+1482.3 s]
/proc/loadavg: 2.18 2.07 1.98 3/183 27815
/proc/meminfo: memFree=26997388/32873844 swapFree=6856/6856
[pid=27660] ppid=27658 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27660/stat : 27660 (npSolver-wbo-It) S 27658 27660 25271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291272818 9367552 275 33554432000 4194304 5064252 140736865769120 140736865768032 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27660/statm: 2287 275 233 213 0 72 0
[pid=27661] ppid=27660 vsize=19724 CPUtime=1443.46 cores=0,2,4,6
/proc/27661/stat : 27661 (npSolver-wbo) S 27660 27660 25271 0 -1 4202496 25601 159797 0 0 114 17 144125 90 20 0 1 0 291272819 20197376 4508 33554432000 4194304 5990268 140733282281376 140733282272800 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27661/statm: 4931 4508 181 439 0 4488 0
[pid=27814] ppid=27661 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27814/stat : 27814 (satsolver.sh) S 27661 27660 25271 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 291417192 9367552 266 33554432000 4194304 5064252 140734159482768 140734159481680 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/27814/statm: 2287 266 226 213 0 72 0
[pid=27815] ppid=27814 vsize=65936 CPUtime=38.55 cores=0,2,4,6
/proc/27815/stat : 27815 (glucose) R 27814 27660 25271 0 -1 4202496 10737 0 0 0 3852 3 0 0 20 0 1 0 291417192 67518464 15509 33554432000 4194304 5208918 140736913985824 140736913982200 4211670 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27815/statm: 16484 15509 105 248 0 16233 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 103956

[startup+1542.3 s]
/proc/loadavg: 2.11 2.07 1.98 3/183 27822
/proc/meminfo: memFree=27020636/32873844 swapFree=6856/6856
[pid=27660] ppid=27658 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27660/stat : 27660 (npSolver-wbo-It) S 27658 27660 25271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291272818 9367552 275 33554432000 4194304 5064252 140736865769120 140736865768032 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27660/statm: 2287 275 233 213 0 72 0
[pid=27661] ppid=27660 vsize=19724 CPUtime=1536.42 cores=0,2,4,6
/proc/27661/stat : 27661 (npSolver-wbo) S 27660 27660 25271 0 -1 4202496 27863 174437 0 0 125 18 153401 98 20 0 1 0 291272819 20197376 4508 33554432000 4194304 5990268 140733282281376 140733282272800 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27661/statm: 4931 4508 181 439 0 4488 0
[pid=27821] ppid=27661 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27821/stat : 27821 (satsolver.sh) S 27661 27660 25271 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 291426491 9367552 267 33554432000 4194304 5064252 140733608933792 140733608932704 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/27821/statm: 2287 267 226 213 0 72 0
[pid=27822] ppid=27821 vsize=46660 CPUtime=5.56 cores=0,2,4,6
/proc/27822/stat : 27822 (glucose) R 27821 27660 25271 0 -1 4202496 8410 0 0 0 555 1 0 0 20 0 1 0 291426491 47779840 10064 33554432000 4194304 5208918 140735359156032 140735359152408 4211104 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27822/statm: 11665 10064 105 248 0 11414 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 84680

[startup+1602.3 s]
/proc/loadavg: 2.18 2.10 2.00 3/183 27822
/proc/meminfo: memFree=26969340/32873844 swapFree=6856/6856
[pid=27660] ppid=27658 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27660/stat : 27660 (npSolver-wbo-It) S 27658 27660 25271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291272818 9367552 275 33554432000 4194304 5064252 140736865769120 140736865768032 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27660/statm: 2287 275 233 213 0 72 0
[pid=27661] ppid=27660 vsize=19724 CPUtime=1536.42 cores=0,2,4,6
/proc/27661/stat : 27661 (npSolver-wbo) S 27660 27660 25271 0 -1 4202496 27863 174437 0 0 125 18 153401 98 20 0 1 0 291272819 20197376 4508 33554432000 4194304 5990268 140733282281376 140733282272800 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27661/statm: 4931 4508 181 439 0 4488 0
[pid=27821] ppid=27661 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27821/stat : 27821 (satsolver.sh) S 27661 27660 25271 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 291426491 9367552 267 33554432000 4194304 5064252 140733608933792 140733608932704 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/27821/statm: 2287 267 226 213 0 72 0
[pid=27822] ppid=27821 vsize=96220 CPUtime=65.55 cores=0,2,4,6
/proc/27822/stat : 27822 (glucose) R 27821 27660 25271 0 -1 4202496 11354 0 0 0 6552 3 0 0 20 0 1 0 291426491 98529280 22049 33554432000 4194304 5208918 140735359156032 140735359152408 4229757 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27822/statm: 24055 22049 105 248 0 23804 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 134240

[startup+1662.3 s]
/proc/loadavg: 2.06 2.08 2.00 3/183 27830
/proc/meminfo: memFree=27018988/32873844 swapFree=6856/6856
[pid=27660] ppid=27658 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27660/stat : 27660 (npSolver-wbo-It) S 27658 27660 25271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291272818 9367552 275 33554432000 4194304 5064252 140736865769120 140736865768032 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27660/statm: 2287 275 233 213 0 72 0
[pid=27661] ppid=27660 vsize=19724 CPUtime=1634.04 cores=0,2,4,6
/proc/27661/stat : 27661 (npSolver-wbo) S 27660 27660 25271 0 -1 4202496 30125 189739 0 0 136 20 163142 106 20 0 1 0 291272819 20197376 4508 33554432000 4194304 5990268 140733282281376 140733282272800 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27661/statm: 4931 4508 181 439 0 4488 0
[pid=27829] ppid=27661 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27829/stat : 27829 (satsolver.sh) S 27661 27660 25271 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 291436254 9367552 267 33554432000 4194304 5064252 140737420986144 140737420985056 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/27829/statm: 2287 267 226 213 0 72 0
[pid=27830] ppid=27829 vsize=60332 CPUtime=27.92 cores=0,2,4,6
/proc/27830/stat : 27830 (glucose) R 27829 27660 25271 0 -1 4202496 12594 0 0 0 2789 3 0 0 20 0 1 0 291436254 61779968 12833 33554432000 4194304 5208918 140735763496848 140735763494680 4229288 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27830/statm: 15083 12833 105 248 0 14832 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 98352

[startup+1722.3 s]
/proc/loadavg: 2.02 2.06 2.00 4/186 27833
/proc/meminfo: memFree=26968396/32873844 swapFree=6856/6856
[pid=27660] ppid=27658 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27660/stat : 27660 (npSolver-wbo-It) S 27658 27660 25271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291272818 9367552 275 33554432000 4194304 5064252 140736865769120 140736865768032 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27660/statm: 2287 275 233 213 0 72 0
[pid=27661] ppid=27660 vsize=19724 CPUtime=1634.04 cores=0,2,4,6
/proc/27661/stat : 27661 (npSolver-wbo) S 27660 27660 25271 0 -1 4202496 30125 189739 0 0 136 20 163142 106 20 0 1 0 291272819 20197376 4508 33554432000 4194304 5990268 140733282281376 140733282272800 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27661/statm: 4931 4508 181 439 0 4488 0
[pid=27829] ppid=27661 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27829/stat : 27829 (satsolver.sh) S 27661 27660 25271 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 291436254 9367552 267 33554432000 4194304 5064252 140737420986144 140737420985056 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/27829/statm: 2287 267 226 213 0 72 0
[pid=27830] ppid=27829 vsize=90680 CPUtime=87.91 cores=0,2,4,6
/proc/27830/stat : 27830 (glucose) R 27829 27660 25271 0 -1 4202496 14459 0 0 0 8786 5 0 0 20 0 1 0 291436254 92856320 21884 33554432000 4194304 5208918 140735763496848 140735763493224 4229776 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27830/statm: 22670 21884 105 248 0 22419 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 128700

[startup+1782.3 s]
/proc/loadavg: 2.01 2.05 2.00 3/185 27856
/proc/meminfo: memFree=26967484/32873844 swapFree=6856/6856
[pid=27660] ppid=27658 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27660/stat : 27660 (npSolver-wbo-It) S 27658 27660 25271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291272818 9367552 275 33554432000 4194304 5064252 140736865769120 140736865768032 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27660/statm: 2287 275 233 213 0 72 0
[pid=27661] ppid=27660 vsize=19724 CPUtime=1634.04 cores=0,2,4,6
/proc/27661/stat : 27661 (npSolver-wbo) S 27660 27660 25271 0 -1 4202496 30125 189739 0 0 136 20 163142 106 20 0 1 0 291272819 20197376 4508 33554432000 4194304 5990268 140733282281376 140733282272800 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27661/statm: 4931 4508 181 439 0 4488 0
[pid=27829] ppid=27661 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27829/stat : 27829 (satsolver.sh) S 27661 27660 25271 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 291436254 9367552 267 33554432000 4194304 5064252 140737420986144 140737420985056 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/27829/statm: 2287 267 226 213 0 72 0
[pid=27830] ppid=27829 vsize=90680 CPUtime=147.89 cores=0,2,4,6
/proc/27830/stat : 27830 (glucose) R 27829 27660 25271 0 -1 4202496 14768 0 0 0 14783 6 0 0 20 0 1 0 291436254 92856320 21961 33554432000 4194304 5208918 140735763496848 140735763493160 4211147 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27830/statm: 22670 21961 105 248 0 22419 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 128700



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.04 2.00 3/185 27863
/proc/meminfo: memFree=27013276/32873844 swapFree=6856/6856
[pid=27660] ppid=27658 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27660/stat : 27660 (npSolver-wbo-It) S 27658 27660 25271 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291272818 9367552 275 33554432000 4194304 5064252 140736865769120 140736865768032 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/27660/statm: 2287 275 233 213 0 72 0
[pid=27661] ppid=27660 vsize=19724 CPUtime=1790.69 cores=0,2,4,6
/proc/27661/stat : 27661 (npSolver-wbo) S 27660 27660 25271 0 -1 4202496 32387 207826 0 0 147 21 178783 118 20 0 1 0 291272819 20197376 4508 33554432000 4194304 5990268 140733282281376 140733282272800 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27661/statm: 4931 4508 181 439 0 4488 0
[pid=27862] ppid=27661 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27862/stat : 27862 (satsolver.sh) S 27661 27660 25271 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 291451923 9367552 267 33554432000 4194304 5064252 140737077662848 140737077661760 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/27862/statm: 2287 267 226 213 0 72 0
[pid=27863] ppid=27862 vsize=46844 CPUtime=9.35 cores=0,2,4,6
/proc/27863/stat : 27863 (glucose) R 27862 27660 25271 0 -1 4202496 10100 0 0 0 933 2 0 0 20 0 1 0 291451923 47968256 10775 33554432000 4194304 5208918 140734146958064 140734146954440 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27863/statm: 11711 10775 105 248 0 11460 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 84864

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.64
CPU system time (s): 1.43978
CPU usage (%): 99.9815
Max. virtual memory (cumulated for all children) (KiB): 190028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.64
system time used= 1.43978
maximum resident set size= 136968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 251302
page faults= 0
swaps= 0
block input operations= 0
block output operations= 186608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1484
involuntary context switches= 2118

runsolver used 8.09677 second user time and 18.1112 second system time

The end

Launcher Data

Begin job on node144 at 2012-05-29 02:31:19
IDJOB=3715539
IDBENCH=79529
IDSOLVER=2297
FILE ID=node144/3715539-1338251479
RUNJOBID= node144-1338226780-25287
PBS_JOBID= 14624625
Free space on /tmp= 71464 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/warehouse/normalized-cap61_wcsp.wbo
COMMAND LINE= DIR/npSolver-wbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3715539-1338251479/watcher-3715539-1338251479 -o /tmp/evaluation-result-3715539-1338251479/solver-3715539-1338251479 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715539-1338251479.wbo 1304413774 HOME HOME

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

MD5SUM BENCH= 58e4788c719f1a12516705b51263d664
RANDOM SEED=1304413774

node144.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.196
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.39
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.196
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.196
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	: 5438.54
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.196
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.196
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.90
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.196
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.92
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.196
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.196
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:        28568556 kB
Buffers:          620688 kB
Cached:          2703192 kB
SwapCached:            0 kB
Active:          1269928 kB
Inactive:        2183420 kB
Active(anon):     121636 kB
Inactive(anon):        0 kB
Active(file):    1148292 kB
Inactive(file):  2183420 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8204 kB
Writeback:             0 kB
AnonPages:        119608 kB
Mapped:            15444 kB
Shmem:               200 kB
Slab:             710004 kB
SReclaimable:     152048 kB
SUnreclaim:       557956 kB
KernelStack:        1520 kB
PageTables:         4156 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     236424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     86016 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= 71096 MiB
End job on node144 at 2012-05-29 03:01:20