Trace number 3715540

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.04 1800.41

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/warehouse/
normalized-cap62_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.09
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.05	o 19082135
0.00/0.05	c starting approximation
0.00/0.05	c factor = 2
0.00/0.05	c factor still to low - shrinking to 92395.7
0.00/0.05	c approx number of clauses: 1e+06
0.00/0.05	c current bound: 9541068
449.70/449.87	c leaving approximation
449.70/449.87	c finished approximation
449.70/449.87	c fallback to adder encoding
528.60/528.80	o 19081756
528.60/528.80	c fallback to adder encoding
588.61/588.82	o 19081728
588.61/588.82	c fallback to adder encoding
749.59/749.83	o 19081572
749.59/749.83	c fallback to adder encoding
922.39/922.60	o 19080516
922.39/922.60	c fallback to adder encoding
1038.67/1038.98	o 19079120
1038.67/1038.98	c fallback to adder encoding
1160.87/1161.21	o 19077650
1160.87/1161.21	c fallback to adder encoding
1443.45/1443.84	o 19077470
1443.45/1443.84	c fallback to adder encoding
1562.25/1562.67	o 19075554
1562.25/1562.67	c fallback to adder encoding
1716.48/1716.92	o 19074187
1716.48/1716.92	c fallback to adder encoding
1786.26/1786.72	o 19072478
1786.26/1786.72	c fallback to adder encoding
1800.01/1800.40	./satsolver.sh: line 5: 28772 Terminated              ./glucose $1 > $2 2> /dev/null
1800.01/1800.40	c error: unexpected solver exit code
1800.01/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-3715540-1338249667/watcher-3715540-1338249667 -o /tmp/evaluation-result-3715540-1338249667/solver-3715540-1338249667 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715540-1338249667.wbo 1332115177 HOME HOME 

running on 4 cores: 1,3,5,7

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.01 2.01 1.98 3/180 28613
/proc/meminfo: memFree=29127052/32873648 swapFree=6860/6860
[pid=28613] ppid=28611 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28613/stat : 28613 (npSolver-wbo-It) S 28611 28613 22749 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291092802 9367552 274 33554432000 4194304 5064252 140733233561648 140733233560560 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28613/statm: 2287 274 233 213 0 72 0

[startup+0.037899 s]
/proc/loadavg: 2.01 2.01 1.98 3/180 28613
/proc/meminfo: memFree=29127052/32873648 swapFree=6860/6860
[pid=28613] ppid=28611 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28613/stat : 28613 (npSolver-wbo-It) S 28611 28613 22749 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291092802 9367552 274 33554432000 4194304 5064252 140733233561648 140733233560560 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28613/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100167 s]
/proc/loadavg: 2.01 2.01 1.98 3/180 28613
/proc/meminfo: memFree=29127052/32873648 swapFree=6860/6860
[pid=28613] ppid=28611 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28613/stat : 28613 (npSolver-wbo-It) S 28611 28613 22749 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291092802 9367552 274 33554432000 4194304 5064252 140733233561648 140733233560560 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28613/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.3002 s]
/proc/loadavg: 2.01 2.01 1.98 3/180 28613
/proc/meminfo: memFree=29127052/32873648 swapFree=6860/6860
[pid=28613] ppid=28611 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28613/stat : 28613 (npSolver-wbo-It) S 28611 28613 22749 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291092802 9367552 274 33554432000 4194304 5064252 140733233561648 140733233560560 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28613/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700302 s]
/proc/loadavg: 2.01 2.01 1.98 3/180 28613
/proc/meminfo: memFree=29127052/32873648 swapFree=6860/6860
[pid=28613] ppid=28611 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28613/stat : 28613 (npSolver-wbo-It) S 28611 28613 22749 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291092802 9367552 274 33554432000 4194304 5064252 140733233561648 140733233560560 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28613/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50032 s]
/proc/loadavg: 2.01 2.01 1.98 3/184 28627
/proc/meminfo: memFree=29096144/32873648 swapFree=6860/6860
[pid=28613] ppid=28611 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28613/stat : 28613 (npSolver-wbo-It) S 28611 28613 22749 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291092802 9367552 274 33554432000 4194304 5064252 140733233561648 140733233560560 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28613/statm: 2287 274 233 213 0 72 0
[pid=28614] ppid=28613 vsize=7044 CPUtime=0.08 cores=1,3,5,7
/proc/28614/stat : 28614 (npSolver-wbo) S 28613 28613 22749 0 -1 4202496 2420 6191 0 0 5 1 2 0 20 0 1 0 291092803 7213056 1092 33554432000 4194304 5990268 140733956774752 140733956766160 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28614/statm: 1761 1092 174 439 0 1318 0
[pid=28626] ppid=28614 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28626/stat : 28626 (satsolver.sh) S 28614 28613 22749 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 291092813 9367552 267 33554432000 4194304 5064252 140735773587696 140735773586608 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/28626/statm: 2287 267 226 213 0 72 0
[pid=28627] ppid=28626 vsize=26392 CPUtime=1.38 cores=1,3,5,7
/proc/28627/stat : 28627 (glucose) R 28626 28613 22749 0 -1 4202496 5645 0 0 0 138 0 0 0 20 0 1 0 291092813 27025408 5989 33554432000 4194304 5208918 140736584038160 140736584035992 4212856 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28627/statm: 6598 5989 103 248 0 6347 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 51732

[startup+3.10028 s]
/proc/loadavg: 2.01 2.01 1.98 3/184 28627
/proc/meminfo: memFree=29095772/32873648 swapFree=6860/6860
[pid=28613] ppid=28611 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28613/stat : 28613 (npSolver-wbo-It) S 28611 28613 22749 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291092802 9367552 274 33554432000 4194304 5064252 140733233561648 140733233560560 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28613/statm: 2287 274 233 213 0 72 0
[pid=28614] ppid=28613 vsize=7044 CPUtime=0.08 cores=1,3,5,7
/proc/28614/stat : 28614 (npSolver-wbo) S 28613 28613 22749 0 -1 4202496 2420 6191 0 0 5 1 2 0 20 0 1 0 291092803 7213056 1092 33554432000 4194304 5990268 140733956774752 140733956766160 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28614/statm: 1761 1092 174 439 0 1318 0
[pid=28626] ppid=28614 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28626/stat : 28626 (satsolver.sh) S 28614 28613 22749 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 291092813 9367552 267 33554432000 4194304 5064252 140735773587696 140735773586608 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/28626/statm: 2287 267 226 213 0 72 0
[pid=28627] ppid=28626 vsize=29268 CPUtime=2.99 cores=1,3,5,7
/proc/28627/stat : 28627 (glucose) R 28626 28613 22749 0 -1 4202496 5886 0 0 0 298 1 0 0 20 0 1 0 291092813 29970432 6224 33554432000 4194304 5208918 140736584038160 140736584035992 4213234 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28627/statm: 7317 6224 103 248 0 7066 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 54608

[startup+6.30029 s]
/proc/loadavg: 2.01 2.01 1.98 3/184 28679
/proc/meminfo: memFree=30270464/32873648 swapFree=6860/6860
[pid=28613] ppid=28611 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28613/stat : 28613 (npSolver-wbo-It) S 28611 28613 22749 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291092802 9367552 274 33554432000 4194304 5064252 140733233561648 140733233560560 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28613/statm: 2287 274 233 213 0 72 0
[pid=28614] ppid=28613 vsize=7044 CPUtime=0.08 cores=1,3,5,7
/proc/28614/stat : 28614 (npSolver-wbo) S 28613 28613 22749 0 -1 4202496 2420 6191 0 0 5 1 2 0 20 0 1 0 291092803 7213056 1092 33554432000 4194304 5990268 140733956774752 140733956766160 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28614/statm: 1761 1092 174 439 0 1318 0
[pid=28626] ppid=28614 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28626/stat : 28626 (satsolver.sh) S 28614 28613 22749 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 291092813 9367552 267 33554432000 4194304 5064252 140735773587696 140735773586608 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/28626/statm: 2287 267 226 213 0 72 0
[pid=28627] ppid=28626 vsize=29980 CPUtime=6.18 cores=1,3,5,7
/proc/28627/stat : 28627 (glucose) R 28626 28613 22749 0 -1 4202496 6844 0 0 0 617 1 0 0 20 0 1 0 291092813 30699520 6489 33554432000 4194304 5208918 140736584038160 140736584036312 4229021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28627/statm: 7495 6489 105 248 0 7244 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 55320

[startup+12.7003 s]
/proc/loadavg: 2.01 2.00 1.98 3/184 28679
/proc/meminfo: memFree=30252772/32873648 swapFree=6860/6860
[pid=28613] ppid=28611 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28613/stat : 28613 (npSolver-wbo-It) S 28611 28613 22749 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291092802 9367552 274 33554432000 4194304 5064252 140733233561648 140733233560560 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28613/statm: 2287 274 233 213 0 72 0
[pid=28614] ppid=28613 vsize=7044 CPUtime=0.08 cores=1,3,5,7
/proc/28614/stat : 28614 (npSolver-wbo) S 28613 28613 22749 0 -1 4202496 2420 6191 0 0 5 1 2 0 20 0 1 0 291092803 7213056 1092 33554432000 4194304 5990268 140733956774752 140733956766160 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28614/statm: 1761 1092 174 439 0 1318 0
[pid=28626] ppid=28614 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28626/stat : 28626 (satsolver.sh) S 28614 28613 22749 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 291092813 9367552 267 33554432000 4194304 5064252 140735773587696 140735773586608 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/28626/statm: 2287 267 226 213 0 72 0
[pid=28627] ppid=28626 vsize=38648 CPUtime=12.58 cores=1,3,5,7
/proc/28627/stat : 28627 (glucose) R 28626 28613 22749 0 -1 4202496 8282 0 0 0 1256 2 0 0 20 0 1 0 291092813 39575552 9087 33554432000 4194304 5208918 140736584038160 140736584036024 4211918 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28627/statm: 9662 9087 105 248 0 9411 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 63988

[startup+25.5004 s]
/proc/loadavg: 2.01 2.00 1.98 3/184 28680
/proc/meminfo: memFree=30235416/32873648 swapFree=6860/6860
[pid=28613] ppid=28611 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28613/stat : 28613 (npSolver-wbo-It) S 28611 28613 22749 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291092802 9367552 274 33554432000 4194304 5064252 140733233561648 140733233560560 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28613/statm: 2287 274 233 213 0 72 0
[pid=28614] ppid=28613 vsize=7044 CPUtime=0.08 cores=1,3,5,7
/proc/28614/stat : 28614 (npSolver-wbo) S 28613 28613 22749 0 -1 4202496 2420 6191 0 0 5 1 2 0 20 0 1 0 291092803 7213056 1092 33554432000 4194304 5990268 140733956774752 140733956766160 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28614/statm: 1761 1092 174 439 0 1318 0
[pid=28626] ppid=28614 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28626/stat : 28626 (satsolver.sh) S 28614 28613 22749 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 291092813 9367552 267 33554432000 4194304 5064252 140735773587696 140735773586608 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/28626/statm: 2287 267 226 213 0 72 0
[pid=28627] ppid=28626 vsize=43068 CPUtime=25.37 cores=1,3,5,7
/proc/28627/stat : 28627 (glucose) R 28626 28613 22749 0 -1 4202496 9106 0 0 0 2535 2 0 0 20 0 1 0 291092813 44101632 10331 33554432000 4194304 5208918 140736584038160 140736584036024 4211561 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28627/statm: 10767 10331 105 248 0 10516 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 68408

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 1.98 3/184 28680
/proc/meminfo: memFree=30231316/32873648 swapFree=6860/6860
[pid=28613] ppid=28611 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28613/stat : 28613 (npSolver-wbo-It) S 28611 28613 22749 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291092802 9367552 274 33554432000 4194304 5064252 140733233561648 140733233560560 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28613/statm: 2287 274 233 213 0 72 0
[pid=28614] ppid=28613 vsize=7044 CPUtime=0.08 cores=1,3,5,7
/proc/28614/stat : 28614 (npSolver-wbo) S 28613 28613 22749 0 -1 4202496 2420 6191 0 0 5 1 2 0 20 0 1 0 291092803 7213056 1092 33554432000 4194304 5990268 140733956774752 140733956766160 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28614/statm: 1761 1092 174 439 0 1318 0
[pid=28626] ppid=28614 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28626/stat : 28626 (satsolver.sh) S 28614 28613 22749 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 291092813 9367552 267 33554432000 4194304 5064252 140735773587696 140735773586608 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/28626/statm: 2287 267 226 213 0 72 0
[pid=28627] ppid=28626 vsize=45788 CPUtime=50.98 cores=1,3,5,7
/proc/28627/stat : 28627 (glucose) R 28626 28613 22749 0 -1 4202496 9805 0 0 0 5095 3 0 0 20 0 1 0 291092813 46886912 11011 33554432000 4194304 5208918 140736584038160 140736584034536 4229251 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28627/statm: 11447 11011 105 248 0 11196 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 71128

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.98 3/183 28680
/proc/meminfo: memFree=30200692/32873648 swapFree=6860/6860
[pid=28613] ppid=28611 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28613/stat : 28613 (npSolver-wbo-It) S 28611 28613 22749 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291092802 9367552 274 33554432000 4194304 5064252 140733233561648 140733233560560 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28613/statm: 2287 274 233 213 0 72 0
[pid=28614] ppid=28613 vsize=7044 CPUtime=0.08 cores=1,3,5,7
/proc/28614/stat : 28614 (npSolver-wbo) S 28613 28613 22749 0 -1 4202496 2420 6191 0 0 5 1 2 0 20 0 1 0 291092803 7213056 1092 33554432000 4194304 5990268 140733956774752 140733956766160 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28614/statm: 1761 1092 174 439 0 1318 0
[pid=28626] ppid=28614 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28626/stat : 28626 (satsolver.sh) S 28614 28613 22749 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 291092813 9367552 267 33554432000 4194304 5064252 140735773587696 140735773586608 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/28626/statm: 2287 267 226 213 0 72 0
[pid=28627] ppid=28626 vsize=65344 CPUtime=102.18 cores=1,3,5,7
/proc/28627/stat : 28627 (glucose) R 28626 28613 22749 0 -1 4202496 11437 0 0 0 10213 5 0 0 20 0 1 0 291092813 66912256 14521 33554432000 4194304 5208918 140736584038160 140736584033848 4229021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28627/statm: 16336 14521 105 248 0 16085 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 90684

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/183 28680
/proc/meminfo: memFree=30176808/32873648 swapFree=6860/6860
[pid=28613] ppid=28611 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28613/stat : 28613 (npSolver-wbo-It) S 28611 28613 22749 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291092802 9367552 274 33554432000 4194304 5064252 140733233561648 140733233560560 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28613/statm: 2287 274 233 213 0 72 0
[pid=28614] ppid=28613 vsize=7044 CPUtime=0.08 cores=1,3,5,7
/proc/28614/stat : 28614 (npSolver-wbo) S 28613 28613 22749 0 -1 4202496 2420 6191 0 0 5 1 2 0 20 0 1 0 291092803 7213056 1092 33554432000 4194304 5990268 140733956774752 140733956766160 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28614/statm: 1761 1092 174 439 0 1318 0
[pid=28626] ppid=28614 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1362.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 28739
/proc/meminfo: memFree=30064524/32873648 swapFree=6860/6860
[pid=28613] ppid=28611 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28613/stat : 28613 (npSolver-wbo-It) S 28611 28613 22749 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291092802 9367552 274 33554432000 4194304 5064252 140733233561648 140733233560560 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28613/statm: 2287 274 233 213 0 72 0
[pid=28614] ppid=28613 vsize=19728 CPUtime=1161.06 cores=1,3,5,7
/proc/28614/stat : 28614 (npSolver-wbo) S 28613 28613 22749 0 -1 4202496 16474 120256 0 0 75 10 115956 65 20 0 1 0 291092803 20201472 4159 33554432000 4194304 5990268 140733956774752 140733956766176 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28614/statm: 4932 4159 182 439 0 4489 0
[pid=28737] ppid=28614 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28737/stat : 28737 (satsolver.sh) S 28614 28613 22749 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 291208935 9367552 266 33554432000 4194304 5064252 140733535604752 140733535603664 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/28737/statm: 2287 266 226 213 0 72 0
[pid=28738] ppid=28737 vsize=89612 CPUtime=200.92 cores=1,3,5,7
/proc/28738/stat : 28738 (glucose) R 28737 28613 22749 0 -1 4202496 12168 0 0 0 20085 7 0 0 20 0 1 0 291208935 91762688 21661 33554432000 4194304 5208918 140735318608640 140735318605016 4229688 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28738/statm: 22403 21661 105 248 0 22152 0
Current children cumulated CPU time (s) 1361.98
Current children cumulated vsize (KiB) 127636

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28739
/proc/meminfo: memFree=30031368/32873648 swapFree=6860/6860
[pid=28613] ppid=28611 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28613/stat : 28613 (npSolver-wbo-It) S 28611 28613 22749 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291092802 9367552 274 33554432000 4194304 5064252 140733233561648 140733233560560 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28613/statm: 2287 274 233 213 0 72 0
[pid=28614] ppid=28613 vsize=19728 CPUtime=1161.06 cores=1,3,5,7
/proc/28614/stat : 28614 (npSolver-wbo) S 28613 28613 22749 0 -1 4202496 16474 120256 0 0 75 10 115956 65 20 0 1 0 291092803 20201472 4159 33554432000 4194304 5990268 140733956774752 140733956766176 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28614/statm: 4932 4159 182 439 0 4489 0
[pid=28737] ppid=28614 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28737/stat : 28737 (satsolver.sh) S 28614 28613 22749 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 291208935 9367552 266 33554432000 4194304 5064252 140733535604752 140733535603664 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/28737/statm: 2287 266 226 213 0 72 0
[pid=28738] ppid=28737 vsize=138932 CPUtime=260.92 cores=1,3,5,7
/proc/28738/stat : 28738 (glucose) R 28737 28613 22749 0 -1 4202496 12826 0 0 0 26083 9 0 0 20 0 1 0 291208935 142266368 33634 33554432000 4194304 5208918 140735318608640 140735318605016 4229776 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28738/statm: 34733 33634 105 248 0 34482 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 176956

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28746
/proc/meminfo: memFree=30136480/32873648 swapFree=6860/6860
[pid=28613] ppid=28611 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28613/stat : 28613 (npSolver-wbo-It) S 28611 28613 22749 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291092802 9367552 274 33554432000 4194304 5064252 140733233561648 140733233560560 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28613/statm: 2287 274 233 213 0 72 0
[pid=28614] ppid=28613 vsize=19728 CPUtime=1443.65 cores=1,3,5,7
/proc/28614/stat : 28614 (npSolver-wbo) S 28613 28613 22749 0 -1 4202496 18385 136693 0 0 85 12 144190 78 20 0 1 0 291092803 20201472 4159 33554432000 4194304 5990268 140733956774752 140733956766176 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28614/statm: 4932 4159 182 439 0 4489 0
[pid=28745] ppid=28614 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28745/stat : 28745 (satsolver.sh) S 28614 28613 22749 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 291237199 9367552 266 33554432000 4194304 5064252 140733253402864 140733253401776 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/28745/statm: 2287 266 226 213 0 72 0
[pid=28746] ppid=28745 vsize=65496 CPUtime=38.32 cores=1,3,5,7
/proc/28746/stat : 28746 (glucose) R 28745 28613 22749 0 -1 4202496 10331 0 0 0 3830 2 0 0 20 0 1 0 291237199 67067904 15267 33554432000 4194304 5208918 140733582453040 140733582449416 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28746/statm: 16374 15267 105 248 0 16123 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 103520

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 28746
/proc/meminfo: memFree=30052068/32873648 swapFree=6860/6860
[pid=28613] ppid=28611 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28613/stat : 28613 (npSolver-wbo-It) S 28611 28613 22749 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291092802 9367552 274 33554432000 4194304 5064252 140733233561648 140733233560560 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28613/statm: 2287 274 233 213 0 72 0
[pid=28614] ppid=28613 vsize=19728 CPUtime=1443.65 cores=1,3,5,7
/proc/28614/stat : 28614 (npSolver-wbo) S 28613 28613 22749 0 -1 4202496 18385 136693 0 0 85 12 144190 78 20 0 1 0 291092803 20201472 4159 33554432000 4194304 5990268 140733956774752 140733956766176 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28614/statm: 4932 4159 182 439 0 4489 0
[pid=28745] ppid=28614 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28745/stat : 28745 (satsolver.sh) S 28614 28613 22749 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 291237199 9367552 266 33554432000 4194304 5064252 140733253402864 140733253401776 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/28745/statm: 2287 266 226 213 0 72 0
[pid=28746] ppid=28745 vsize=95844 CPUtime=98.3 cores=1,3,5,7
/proc/28746/stat : 28746 (glucose) R 28745 28613 22749 0 -1 4202496 11621 0 0 0 9827 3 0 0 20 0 1 0 291237199 98144256 23220 33554432000 4194304 5208918 140733582453040 140733582449416 4229748 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28746/statm: 23961 23220 105 248 0 23710 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 133868

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 28755
/proc/meminfo: memFree=30088512/32873648 swapFree=6860/6860
[pid=28613] ppid=28611 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28613/stat : 28613 (npSolver-wbo-It) S 28611 28613 22749 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291092802 9367552 274 33554432000 4194304 5064252 140733233561648 140733233560560 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28613/statm: 2287 274 233 213 0 72 0
[pid=28614] ppid=28613 vsize=19728 CPUtime=1562.44 cores=1,3,5,7
/proc/28614/stat : 28614 (npSolver-wbo) S 28613 28613 22749 0 -1 4202496 20296 151674 0 0 95 13 156049 87 20 0 1 0 291092803 20201472 4159 33554432000 4194304 5990268 140733956774752 140733956766176 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28614/statm: 4932 4159 182 439 0 4489 0
[pid=28754] ppid=28614 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28754/stat : 28754 (satsolver.sh) S 28614 28613 22749 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 291249081 9367552 267 33554432000 4194304 5064252 140734974014848 140734974013760 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28754/statm: 2287 267 226 213 0 72 0
[pid=28755] ppid=28754 vsize=72696 CPUtime=39.49 cores=1,3,5,7
/proc/28755/stat : 28755 (glucose) R 28754 28613 22749 0 -1 4202496 11465 0 0 0 3946 3 0 0 20 0 1 0 291249081 74440704 17431 33554432000 4194304 5208918 140736341131904 140736341129896 4212841 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28755/statm: 18174 17431 105 248 0 17923 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 110720

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28755
/proc/meminfo: memFree=30109252/32873648 swapFree=6860/6860
[pid=28613] ppid=28611 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28613/stat : 28613 (npSolver-wbo-It) S 28611 28613 22749 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291092802 9367552 274 33554432000 4194304 5064252 140733233561648 140733233560560 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28613/statm: 2287 274 233 213 0 72 0
[pid=28614] ppid=28613 vsize=19728 CPUtime=1562.44 cores=1,3,5,7
/proc/28614/stat : 28614 (npSolver-wbo) S 28613 28613 22749 0 -1 4202496 20296 151674 0 0 95 13 156049 87 20 0 1 0 291092803 20201472 4159 33554432000 4194304 5990268 140733956774752 140733956766176 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28614/statm: 4932 4159 182 439 0 4489 0
[pid=28754] ppid=28614 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28754/stat : 28754 (satsolver.sh) S 28614 28613 22749 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 291249081 9367552 267 33554432000 4194304 5064252 140734974014848 140734974013760 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28754/statm: 2287 267 226 213 0 72 0
[pid=28755] ppid=28754 vsize=91548 CPUtime=99.49 cores=1,3,5,7
/proc/28755/stat : 28755 (glucose) R 28754 28613 22749 0 -1 4202496 12069 0 0 0 9945 4 0 0 20 0 1 0 291249081 93745152 22101 33554432000 4194304 5208918 140736341131904 140736341128280 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28755/statm: 22887 22101 105 248 0 22636 0
Current children cumulated CPU time (s) 1661.93
Current children cumulated vsize (KiB) 129572

[startup+1722.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/183 28762
/proc/meminfo: memFree=30101648/32873648 swapFree=6860/6860
[pid=28613] ppid=28611 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28613/stat : 28613 (npSolver-wbo-It) S 28611 28613 22749 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291092802 9367552 274 33554432000 4194304 5064252 140733233561648 140733233560560 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28613/statm: 2287 274 233 213 0 72 0
[pid=28614] ppid=28613 vsize=19728 CPUtime=1716.68 cores=1,3,5,7
/proc/28614/stat : 28614 (npSolver-wbo) S 28613 28613 22749 0 -1 4202496 22207 169542 0 0 105 15 171450 98 20 0 1 0 291092803 20201472 4159 33554432000 4194304 5990268 140733956774752 140733956766176 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28614/statm: 4932 4159 182 439 0 4489 0
[pid=28761] ppid=28614 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28761/stat : 28761 (satsolver.sh) S 28614 28613 22749 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 291264506 9367552 267 33554432000 4194304 5064252 140733347562816 140733347561728 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28761/statm: 2287 267 226 213 0 72 0
[pid=28762] ppid=28761 vsize=35332 CPUtime=5.24 cores=1,3,5,7
/proc/28762/stat : 28762 (glucose) R 28761 28613 22749 0 -1 4202496 8404 0 0 0 522 2 0 0 20 0 1 0 291264507 36179968 8085 33554432000 4194304 5208918 140733708733536 140733708731624 4228942 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28762/statm: 8833 8085 105 248 0 8582 0
Current children cumulated CPU time (s) 1721.92
Current children cumulated vsize (KiB) 73356

[startup+1782.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/184 28765
/proc/meminfo: memFree=30066284/32873648 swapFree=6860/6860
[pid=28613] ppid=28611 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28613/stat : 28613 (npSolver-wbo-It) S 28611 28613 22749 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291092802 9367552 274 33554432000 4194304 5064252 140733233561648 140733233560560 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28613/statm: 2287 274 233 213 0 72 0
[pid=28614] ppid=28613 vsize=19728 CPUtime=1716.68 cores=1,3,5,7
/proc/28614/stat : 28614 (npSolver-wbo) S 28613 28613 22749 0 -1 4202496 22207 169542 0 0 105 15 171450 98 20 0 1 0 291092803 20201472 4159 33554432000 4194304 5990268 140733956774752 140733956766176 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28614/statm: 4932 4159 182 439 0 4489 0
[pid=28761] ppid=28614 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28761/stat : 28761 (satsolver.sh) S 28614 28613 22749 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 291264506 9367552 267 33554432000 4194304 5064252 140733347562816 140733347561728 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28761/statm: 2287 267 226 213 0 72 0
[pid=28762] ppid=28761 vsize=96100 CPUtime=65.23 cores=1,3,5,7
/proc/28762/stat : 28762 (glucose) R 28761 28613 22749 0 -1 4202496 11535 0 0 0 6519 4 0 0 20 0 1 0 291264507 98406400 21723 33554432000 4194304 5208918 140733708733536 140733708729912 4211635 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28762/statm: 24025 21723 105 248 0 23774 0
Current children cumulated CPU time (s) 1781.91
Current children cumulated vsize (KiB) 134124



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 28772
/proc/meminfo: memFree=30102408/32873648 swapFree=6860/6860
[pid=28613] ppid=28611 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28613/stat : 28613 (npSolver-wbo-It) S 28611 28613 22749 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291092802 9367552 274 33554432000 4194304 5064252 140733233561648 140733233560560 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/28613/statm: 2287 274 233 213 0 72 0
[pid=28614] ppid=28613 vsize=19728 CPUtime=1786.45 cores=1,3,5,7
/proc/28614/stat : 28614 (npSolver-wbo) S 28613 28613 22749 0 -1 4202496 24118 184842 0 0 115 16 178408 106 20 0 1 0 291092803 20201472 4159 33554432000 4194304 5990268 140733956774752 140733956766176 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/28614/statm: 4932 4159 182 439 0 4489 0
[pid=28771] ppid=28614 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/28771/stat : 28771 (satsolver.sh) S 28614 28613 22749 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 291271486 9367552 267 33554432000 4194304 5064252 140734694108624 140734694107536 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/28771/statm: 2287 267 226 213 0 72 0
[pid=28772] ppid=28771 vsize=46592 CPUtime=13.56 cores=1,3,5,7
/proc/28772/stat : 28772 (glucose) R 28771 28613 22749 0 -1 4202496 8755 0 0 0 1354 2 0 0 20 0 1 0 291271486 47710208 10718 33554432000 4194304 5208918 140734126099856 140734126096232 4205165 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28772/statm: 11648 10718 105 248 0 11397 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 84616

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.04
CPU user time (s): 1798.79
CPU system time (s): 1.25481
CPU usage (%): 99.9797
Max. virtual memory (cumulated for all children) (KiB): 208464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.79
system time used= 1.25481
maximum resident set size= 138484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 218702
page faults= 0
swaps= 0
block input operations= 0
block output operations= 159056
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1362
involuntary context switches= 2097

runsolver used 3.78442 second user time and 11.5922 second system time

The end

Launcher Data

Begin job on node116 at 2012-05-29 02:01:07
IDJOB=3715540
IDBENCH=79492
IDSOLVER=2297
FILE ID=node116/3715540-1338249667
RUNJOBID= node116-1338233401-24069
PBS_JOBID= 14624642
Free space on /tmp= 71204 MiB

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

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

MD5SUM BENCH= 832b6d889e2e04fac8730ab9437bdddf
RANDOM SEED=1332115177

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29127052 kB
Buffers:          450880 kB
Cached:          1484068 kB
SwapCached:         3232 kB
Active:          2138216 kB
Inactive:         749140 kB
Active(anon):     941544 kB
Inactive(anon):     8956 kB
Active(file):    1196672 kB
Inactive(file):   740184 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67103672 kB
Dirty:              8180 kB
Writeback:             0 kB
AnonPages:       1040596 kB
Mapped:            13708 kB
Shmem:                96 kB
Slab:             716376 kB
SReclaimable:     160412 kB
SUnreclaim:       555964 kB
KernelStack:        1528 kB
PageTables:         6112 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1388764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    987136 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71448 MiB
End job on node116 at 2012-05-29 02:31:08