Trace number 3753003

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 (fixed)? (TO) 1800.12 1800.41

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-dlx1c.rwmem.ucl--soft-66-100-0.wbo
MD5SUM912ca607d723e7995f4e9e6209c25e32
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.502923
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables9051
Total number of constraints25833
Number of soft constraints8852
Number of constraints which are clauses24941
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints892
Minimum length of a constraint1
Maximum length of a constraint11
Top cost 443736
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 443735
Biggest number in a constraint 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 126
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.25	c run usual solver
0.00/0.81	o 10582
0.00/0.81	c starting approximation
0.00/0.81	c factor = 2
0.00/0.81	c factor still to low - shrinking to 562.031
0.00/0.81	c approx number of clauses: 1e+06
0.00/0.81	c current bound: 5291
75.37/75.40	c current bound: 5291
149.72/150.06	c current bound: 5291
223.47/223.82	c current bound: 5291
297.61/297.96	c current bound: 5291
372.10/372.46	c current bound: 5291
445.98/446.36	c current bound: 5291
520.08/520.25	c current bound: 5291
593.88/594.06	c current bound: 5291
667.91/668.32	c current bound: 5291
742.24/742.43	c current bound: 5291
816.05/816.21	c current bound: 5291
889.76/890.21	c current bound: 5291
963.96/964.43	c current bound: 5291
1038.40/1038.60	c current bound: 5291
1112.99/1113.21	c current bound: 5291
1186.23/1186.73	c current bound: 5291
1260.69/1261.19	c current bound: 5291
1335.75/1336.00	c current bound: 5291
1410.37/1410.91	c current bound: 5291
1484.72/1485.06	c current bound: 5291
1558.82/1559.38	c current bound: 5291
1633.54/1634.10	c current bound: 5291
1707.43/1708.01	c current bound: 5291
1782.19/1782.78	c current bound: 5291
1800.07/1800.41	./satsolver.sh: line 5:  9777 Terminated              ./glucose $1 > $2 2> /dev/null
1800.07/1800.41	c error: unexpected solver exit code
1800.07/1800.41	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3753003-1339204496/watcher-3753003-1339204496 -o /tmp/evaluation-result-3753003-1339204496/solver-3753003-1339204496 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3753003-1339204496.wbo 1030228885 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: 0.95 1.52 1.81 3/178 9064
/proc/meminfo: memFree=30954276/32873648 swapFree=7124/7124
[pid=9064] ppid=9062 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9064/stat : 9064 (npSolver-wbo-It) S 9062 9064 9019 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386576984 9367552 274 33554432000 4194304 5064252 140734864282320 140734864281232 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9064/statm: 2287 274 233 213 0 72 0

[startup+0.054798 s]
/proc/loadavg: 0.95 1.52 1.81 3/178 9064
/proc/meminfo: memFree=30954276/32873648 swapFree=7124/7124
[pid=9064] ppid=9062 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9064/stat : 9064 (npSolver-wbo-It) S 9062 9064 9019 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386576984 9367552 274 33554432000 4194304 5064252 140734864282320 140734864281232 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9064/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100332 s]
/proc/loadavg: 0.95 1.52 1.81 3/178 9064
/proc/meminfo: memFree=30954276/32873648 swapFree=7124/7124
[pid=9064] ppid=9062 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9064/stat : 9064 (npSolver-wbo-It) S 9062 9064 9019 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386576984 9367552 274 33554432000 4194304 5064252 140734864282320 140734864281232 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9064/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300243 s]
/proc/loadavg: 0.95 1.52 1.81 3/178 9064
/proc/meminfo: memFree=30954276/32873648 swapFree=7124/7124
[pid=9064] ppid=9062 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9064/stat : 9064 (npSolver-wbo-It) S 9062 9064 9019 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386576984 9367552 274 33554432000 4194304 5064252 140734864282320 140734864281232 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9064/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700252 s]
/proc/loadavg: 0.95 1.52 1.81 3/178 9064
/proc/meminfo: memFree=30954276/32873648 swapFree=7124/7124
[pid=9064] ppid=9062 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9064/stat : 9064 (npSolver-wbo-It) S 9062 9064 9019 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386576984 9367552 274 33554432000 4194304 5064252 140734864282320 140734864281232 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9064/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50038 s]
/proc/loadavg: 0.95 1.52 1.81 3/184 9090
/proc/meminfo: memFree=30800796/32873648 swapFree=7124/7124
[pid=9064] ppid=9062 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9064/stat : 9064 (npSolver-wbo-It) S 9062 9064 9019 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386576984 9367552 274 33554432000 4194304 5064252 140734864282320 140734864281232 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9064/statm: 2287 274 233 213 0 72 0
[pid=9065] ppid=9064 vsize=33116 CPUtime=0.87 cores=1,3,5,7
/proc/9065/stat : 9065 (npSolver-wbo) S 9064 9064 9019 0 -1 4202496 8745 12786 0 0 33 10 40 4 20 0 1 0 386576985 33910784 7417 33554432000 4194304 6006132 140736569236832 140736569228192 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9065/statm: 8279 7417 177 443 0 7832 0
[pid=9089] ppid=9065 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9089/stat : 9089 (satsolver.sh) S 9065 9064 9019 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386577075 9367552 266 33554432000 4194304 5064252 140736542921280 140736542920192 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9089/statm: 2287 266 226 213 0 72 0
[pid=9090] ppid=9089 vsize=53888 CPUtime=0.58 cores=1,3,5,7
/proc/9090/stat : 9090 (glucose) R 9089 9064 9019 0 -1 4202496 11575 0 0 0 56 2 0 0 20 0 1 0 386577076 55181312 12172 33554432000 4194304 5208918 140737189158336 140736542920216 4211916 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9090/statm: 13472 12172 95 248 0 13221 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 105300

[startup+3.10038 s]
/proc/loadavg: 0.95 1.52 1.81 3/184 9090
/proc/meminfo: memFree=30794092/32873648 swapFree=7124/7124
[pid=9064] ppid=9062 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9064/stat : 9064 (npSolver-wbo-It) S 9062 9064 9019 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386576984 9367552 274 33554432000 4194304 5064252 140734864282320 140734864281232 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9064/statm: 2287 274 233 213 0 72 0
[pid=9065] ppid=9064 vsize=33116 CPUtime=0.87 cores=1,3,5,7
/proc/9065/stat : 9065 (npSolver-wbo) S 9064 9064 9019 0 -1 4202496 8745 12786 0 0 33 10 40 4 20 0 1 0 386576985 33910784 7417 33554432000 4194304 6006132 140736569236832 140736569228192 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9065/statm: 8279 7417 177 443 0 7832 0
[pid=9089] ppid=9065 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9089/stat : 9089 (satsolver.sh) S 9065 9064 9019 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386577075 9367552 266 33554432000 4194304 5064252 140736542921280 140736542920192 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9089/statm: 2287 266 226 213 0 72 0
[pid=9090] ppid=9089 vsize=53888 CPUtime=2.18 cores=1,3,5,7
/proc/9090/stat : 9090 (glucose) R 9089 9064 9019 0 -1 4202496 11583 0 0 0 216 2 0 0 20 0 1 0 386577076 55181312 12180 33554432000 4194304 5208918 140737189158336 140737189156008 4211888 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9090/statm: 13472 12180 95 248 0 13221 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 105300

[startup+6.30038 s]
/proc/loadavg: 1.03 1.52 1.81 3/184 9090
/proc/meminfo: memFree=30793984/32873648 swapFree=7124/7124
[pid=9064] ppid=9062 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9064/stat : 9064 (npSolver-wbo-It) S 9062 9064 9019 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386576984 9367552 274 33554432000 4194304 5064252 140734864282320 140734864281232 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9064/statm: 2287 274 233 213 0 72 0
[pid=9065] ppid=9064 vsize=33116 CPUtime=0.87 cores=1,3,5,7
/proc/9065/stat : 9065 (npSolver-wbo) S 9064 9064 9019 0 -1 4202496 8745 12786 0 0 33 10 40 4 20 0 1 0 386576985 33910784 7417 33554432000 4194304 6006132 140736569236832 140736569228192 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9065/statm: 8279 7417 177 443 0 7832 0
[pid=9089] ppid=9065 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9089/stat : 9089 (satsolver.sh) S 9065 9064 9019 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386577075 9367552 266 33554432000 4194304 5064252 140736542921280 140736542920192 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9089/statm: 2287 266 226 213 0 72 0
[pid=9090] ppid=9089 vsize=53888 CPUtime=5.38 cores=1,3,5,7
/proc/9090/stat : 9090 (glucose) R 9089 9064 9019 0 -1 4202496 11608 0 0 0 536 2 0 0 20 0 1 0 386577076 55181312 12205 33554432000 4194304 5208918 140737189158336 140737189156008 4211656 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9090/statm: 13472 12205 95 248 0 13221 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 105300

[startup+12.7003 s]
/proc/loadavg: 1.11 1.53 1.81 3/184 9090
/proc/meminfo: memFree=30793584/32873648 swapFree=7124/7124
[pid=9064] ppid=9062 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9064/stat : 9064 (npSolver-wbo-It) S 9062 9064 9019 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386576984 9367552 274 33554432000 4194304 5064252 140734864282320 140734864281232 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9064/statm: 2287 274 233 213 0 72 0
[pid=9065] ppid=9064 vsize=33116 CPUtime=0.87 cores=1,3,5,7
/proc/9065/stat : 9065 (npSolver-wbo) S 9064 9064 9019 0 -1 4202496 8745 12786 0 0 33 10 40 4 20 0 1 0 386576985 33910784 7417 33554432000 4194304 6006132 140736569236832 140736569228192 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9065/statm: 8279 7417 177 443 0 7832 0
[pid=9089] ppid=9065 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9089/stat : 9089 (satsolver.sh) S 9065 9064 9019 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386577075 9367552 266 33554432000 4194304 5064252 140736542921280 140736542920192 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9089/statm: 2287 266 226 213 0 72 0
[pid=9090] ppid=9089 vsize=53888 CPUtime=11.78 cores=1,3,5,7
/proc/9090/stat : 9090 (glucose) R 9089 9064 9019 0 -1 4202496 11653 0 0 0 1176 2 0 0 20 0 1 0 386577076 55181312 12250 33554432000 4194304 5208918 140737189158336 140737189156008 4211584 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9090/statm: 13472 12250 95 248 0 13221 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 105300

[startup+25.5004 s]
/proc/loadavg: 1.30 1.55 1.82 3/184 9090
/proc/meminfo: memFree=30794148/32873648 swapFree=7124/7124
[pid=9064] ppid=9062 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9064/stat : 9064 (npSolver-wbo-It) S 9062 9064 9019 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386576984 9367552 274 33554432000 4194304 5064252 140734864282320 140734864281232 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9064/statm: 2287 274 233 213 0 72 0
[pid=9065] ppid=9064 vsize=33116 CPUtime=0.87 cores=1,3,5,7
/proc/9065/stat : 9065 (npSolver-wbo) S 9064 9064 9019 0 -1 4202496 8745 12786 0 0 33 10 40 4 20 0 1 0 386576985 33910784 7417 33554432000 4194304 6006132 140736569236832 140736569228192 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9065/statm: 8279 7417 177 443 0 7832 0
[pid=9089] ppid=9065 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9089/stat : 9089 (satsolver.sh) S 9065 9064 9019 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386577075 9367552 266 33554432000 4194304 5064252 140736542921280 140736542920192 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9089/statm: 2287 266 226 213 0 72 0
[pid=9090] ppid=9089 vsize=53888 CPUtime=24.57 cores=1,3,5,7
/proc/9090/stat : 9090 (glucose) R 9089 9064 9019 0 -1 4202496 11720 0 0 0 2455 2 0 0 20 0 1 0 386577076 55181312 12317 33554432000 4194304 5208918 140737189158336 140737189156008 4211635 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9090/statm: 13472 12317 95 248 0 13221 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 105300

[startup+51.1003 s]
/proc/loadavg: 1.54 1.59 1.82 3/184 9097
/proc/meminfo: memFree=30791740/32873648 swapFree=7124/7124
[pid=9064] ppid=9062 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9064/stat : 9064 (npSolver-wbo-It) S 9062 9064 9019 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386576984 9367552 274 33554432000 4194304 5064252 140734864282320 140734864281232 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9064/statm: 2287 274 233 213 0 72 0
[pid=9065] ppid=9064 vsize=33116 CPUtime=0.87 cores=1,3,5,7
/proc/9065/stat : 9065 (npSolver-wbo) S 9064 9064 9019 0 -1 4202496 8745 12786 0 0 33 10 40 4 20 0 1 0 386576985 33910784 7417 33554432000 4194304 6006132 140736569236832 140736569228192 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9065/statm: 8279 7417 177 443 0 7832 0
[pid=9089] ppid=9065 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9089/stat : 9089 (satsolver.sh) S 9065 9064 9019 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386577075 9367552 266 33554432000 4194304 5064252 140736542921280 140736542920192 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9089/statm: 2287 266 226 213 0 72 0
[pid=9090] ppid=9089 vsize=58440 CPUtime=50.17 cores=1,3,5,7
/proc/9090/stat : 9090 (glucose) R 9089 9064 9019 0 -1 4202496 11777 0 0 0 5015 2 0 0 20 0 1 0 386577076 59842560 12885 33554432000 4194304 5208918 140737189158336 140737189156296 4211580 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9090/statm: 14610 12885 95 248 0 14359 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 109852

[startup+102.306 s]
/proc/loadavg: 1.80 1.65 1.82 3/184 9111
/proc/meminfo: memFree=30793844/32873648 swapFree=7124/7124
[pid=9064] ppid=9062 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9064/stat : 9064 (npSolver-wbo-It) S 9062 9064 9019 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386576984 9367552 274 33554432000 4194304 5064252 140734864282320 140734864281232 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9064/statm: 2287 274 233 213 0 72 0
[pid=9065] ppid=9064 vsize=33116 CPUtime=75.46 cores=1,3,5,7
/proc/9065/stat : 9065 (npSolver-wbo) S 9064 9064 9019 0 -1 4202496 11386 30380 0 0 42 11 7475 18 20 0 1 0 386576985 33910784 7417 33554432000 4194304 6006132 140736569236832 140736569228192 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9065/statm: 8279 7417 177 443 0 7832 0
[pid=9103] ppid=9065 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9103/stat : 9103 (satsolver.sh) S 9065 9064 9019 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 386584535 9367552 266 33554432000 4194304 5064252 140735779016624 140735779015536 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9103/statm: 2287 266 226 213 0 72 0
[pid=9104] ppid=9103 vsize=58312 CPUtime=26.79 cores=1,3,5,7
/proc/9104/stat : 9104 (glucose) R 9103 9064 9019 0 -1 4202496 11708 0 0 0 2677 2 0 0 20 0 1 0 386584535 59711488 12331 33554432000 4194304 5208918 140735728188160 140735728186312 4211652 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9104/statm: 14578 12331 95 248 0 14327 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 109724

[startup+162.3 s]
/proc/loadavg: 1.92 1.71 1.83 3/184 9125
/proc/meminfo: memFree=30793872/32873648 swapFree=7124/7124
[pid=9064] ppid=9062 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9064/stat : 9064 (npSolver-wbo-It) S 9062 9064 9019 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386576984 9367552 274 33554432000 4194304 5064252 140734864282320 140734864281232 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9064/statm: 2287 274 233 213 0 72 0
[pid=9065] ppid=9064 vsize=33116 CPUtime=150.1 cores=1,3,5,7
/proc/9065/stat : 9065 (npSolver-wbo) S 9064 9064 9019 0 -1 4202496 14027 48086 0 0 51 12 14915 32 20 0 1 0 386576985 33910784 7417 33554432000 4194304 6006132 140736569236832 140736569228192 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9065/statm: 8279 7417 177 443 0 7832 0
[pid=9124] ppid=9065 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1362.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/184 9458
/proc/meminfo: memFree=30792620/32873648 swapFree=7124/7124
[pid=9064] ppid=9062 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9064/stat : 9064 (npSolver-wbo-It) S 9062 9064 9019 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386576984 9367552 274 33554432000 4194304 5064252 140734864282320 140734864281232 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9064/statm: 2287 274 233 213 0 72 0
[pid=9065] ppid=9064 vsize=33116 CPUtime=1335.85 cores=1,3,5,7
/proc/9065/stat : 9065 (npSolver-wbo) S 9064 9064 9019 0 -1 4202496 56283 340579 0 0 190 31 133107 257 20 0 1 0 386576985 33910784 7417 33554432000 4194304 6006132 140736569236832 140736569228192 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9065/statm: 8279 7417 177 443 0 7832 0
[pid=9450] ppid=9065 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9450/stat : 9450 (satsolver.sh) S 9065 9064 9019 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386710594 9367552 267 33554432000 4194304 5064252 140736168107216 140736168106128 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9450/statm: 2287 267 226 213 0 72 0
[pid=9451] ppid=9450 vsize=58308 CPUtime=26.18 cores=1,3,5,7
/proc/9451/stat : 9451 (glucose) R 9450 9064 9019 0 -1 4202496 12309 0 0 0 2616 2 0 0 20 0 1 0 386710595 59707392 12365 33554432000 4194304 5208918 140737146872144 140737146870296 4211635 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9451/statm: 14577 12365 95 248 0 14326 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 109720

[startup+1422.31 s]
/proc/loadavg: 2.00 1.99 1.91 3/184 9472
/proc/meminfo: memFree=30792428/32873648 swapFree=7124/7124
[pid=9064] ppid=9062 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9064/stat : 9064 (npSolver-wbo-It) S 9062 9064 9019 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386576984 9367552 274 33554432000 4194304 5064252 140734864282320 140734864281232 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9064/statm: 2287 274 233 213 0 72 0
[pid=9065] ppid=9064 vsize=33116 CPUtime=1410.75 cores=1,3,5,7
/proc/9065/stat : 9065 (npSolver-wbo) S 9064 9064 9019 0 -1 4202496 58924 358953 0 0 199 32 140572 272 20 0 1 0 386576985 33910784 7417 33554432000 4194304 6006132 140736569236832 140736569228192 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9065/statm: 8279 7417 177 443 0 7832 0
[pid=9471] ppid=9065 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9471/stat : 9471 (satsolver.sh) S 9065 9064 9019 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386718085 9367552 266 33554432000 4194304 5064252 140734831889120 140734831888032 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9471/statm: 2287 266 226 213 0 72 0
[pid=9472] ppid=9471 vsize=53892 CPUtime=11.29 cores=1,3,5,7
/proc/9472/stat : 9472 (glucose) R 9471 9064 9019 0 -1 4202496 11655 0 0 0 1127 2 0 0 20 0 1 0 386718086 55185408 12260 33554432000 4194304 5208918 140733338612544 140733338610216 4211540 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9472/statm: 13473 12260 95 248 0 13222 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 105304

[startup+1482.3 s]
/proc/loadavg: 2.16 2.04 1.93 3/184 9689
/proc/meminfo: memFree=30750612/32873648 swapFree=7124/7124
[pid=9064] ppid=9062 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9064/stat : 9064 (npSolver-wbo-It) S 9062 9064 9019 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386576984 9367552 274 33554432000 4194304 5064252 140734864282320 140734864281232 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9064/statm: 2287 274 233 213 0 72 0
[pid=9065] ppid=9064 vsize=33116 CPUtime=1410.75 cores=1,3,5,7
/proc/9065/stat : 9065 (npSolver-wbo) S 9064 9064 9019 0 -1 4202496 58924 358953 0 0 199 32 140572 272 20 0 1 0 386576985 33910784 7417 33554432000 4194304 6006132 140736569236832 140736569228192 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9065/statm: 8279 7417 177 443 0 7832 0
[pid=9471] ppid=9065 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9471/stat : 9471 (satsolver.sh) S 9065 9064 9019 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386718085 9367552 266 33554432000 4194304 5064252 140734831889120 140734831888032 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9471/statm: 2287 266 226 213 0 72 0
[pid=9472] ppid=9471 vsize=58444 CPUtime=71.27 cores=1,3,5,7
/proc/9472/stat : 9472 (glucose) R 9471 9064 9019 0 -1 4202496 11961 0 0 0 7125 2 0 0 20 0 1 0 386718086 59846656 12565 33554432000 4194304 5208918 140733338612544 140733338610504 4211744 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9472/statm: 14611 12565 95 248 0 14360 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 109856

[startup+1542.3 s]
/proc/loadavg: 2.06 2.03 1.93 3/184 9705
/proc/meminfo: memFree=30752404/32873648 swapFree=7124/7124
[pid=9064] ppid=9062 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9064/stat : 9064 (npSolver-wbo-It) S 9062 9064 9019 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386576984 9367552 274 33554432000 4194304 5064252 140734864282320 140734864281232 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9064/statm: 2287 274 233 213 0 72 0
[pid=9065] ppid=9064 vsize=33116 CPUtime=1484.89 cores=1,3,5,7
/proc/9065/stat : 9065 (npSolver-wbo) S 9064 9064 9019 0 -1 4202496 61565 377247 0 0 207 34 147960 288 20 0 1 0 386576985 33910784 7417 33554432000 4194304 6006132 140736569236832 140736569228192 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9065/statm: 8279 7417 177 443 0 7832 0
[pid=9695] ppid=9065 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9695/stat : 9695 (satsolver.sh) S 9065 9064 9019 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386725500 9367552 267 33554432000 4194304 5064252 140734721105408 140734721104320 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9695/statm: 2287 267 226 213 0 72 0
[pid=9696] ppid=9695 vsize=58444 CPUtime=57.12 cores=1,3,5,7
/proc/9696/stat : 9696 (glucose) R 9695 9064 9019 0 -1 4202496 12462 0 0 0 5711 1 0 0 20 0 1 0 386725501 59846656 12490 33554432000 4194304 5208918 140737291123488 140737291121448 4211537 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9696/statm: 14611 12490 95 248 0 14360 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 109856

[startup+1602.3 s]
/proc/loadavg: 2.02 2.02 1.93 3/183 9726
/proc/meminfo: memFree=30752320/32873648 swapFree=7124/7124
[pid=9064] ppid=9062 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9064/stat : 9064 (npSolver-wbo-It) S 9062 9064 9019 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386576984 9367552 274 33554432000 4194304 5064252 140734864282320 140734864281232 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9064/statm: 2287 274 233 213 0 72 0
[pid=9065] ppid=9064 vsize=33116 CPUtime=1559.21 cores=1,3,5,7
/proc/9065/stat : 9065 (npSolver-wbo) S 9064 9064 9019 0 -1 4202496 64206 395612 0 0 216 35 155368 302 20 0 1 0 386576985 33910784 7417 33554432000 4194304 6006132 140736569236832 140736569228192 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9065/statm: 8279 7417 177 443 0 7832 0
[pid=9718] ppid=9065 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9718/stat : 9718 (satsolver.sh) S 9065 9064 9019 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386732932 9367552 267 33554432000 4194304 5064252 140736010567536 140736010566448 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9718/statm: 2287 267 226 213 0 72 0
[pid=9719] ppid=9718 vsize=58308 CPUtime=42.81 cores=1,3,5,7
/proc/9719/stat : 9719 (glucose) R 9718 9064 9019 0 -1 4202496 11932 0 0 0 4279 2 0 0 20 0 1 0 386732932 59707392 12485 33554432000 4194304 5208918 140734838216768 140734838214920 4211501 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9719/statm: 14577 12485 95 248 0 14326 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 109720

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 1.93 3/183 9740
/proc/meminfo: memFree=30753280/32873648 swapFree=7124/7124
[pid=9064] ppid=9062 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9064/stat : 9064 (npSolver-wbo-It) S 9062 9064 9019 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386576984 9367552 274 33554432000 4194304 5064252 140734864282320 140734864281232 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9064/statm: 2287 274 233 213 0 72 0
[pid=9065] ppid=9064 vsize=33116 CPUtime=1633.92 cores=1,3,5,7
/proc/9065/stat : 9065 (npSolver-wbo) S 9064 9064 9019 0 -1 4202496 66847 413515 0 0 225 36 162816 315 20 0 1 0 386576985 33910784 7417 33554432000 4194304 6006132 140736569236832 140736569228192 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9065/statm: 8279 7417 177 443 0 7832 0
[pid=9739] ppid=9065 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9739/stat : 9739 (satsolver.sh) S 9065 9064 9019 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386740405 9367552 266 33554432000 4194304 5064252 140734237367200 140734237366112 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9739/statm: 2287 266 226 213 0 72 0
[pid=9740] ppid=9739 vsize=58312 CPUtime=28.08 cores=1,3,5,7
/proc/9740/stat : 9740 (glucose) R 9739 9064 9019 0 -1 4202496 12299 0 0 0 2806 2 0 0 20 0 1 0 386740405 59711488 12338 33554432000 4194304 5208918 140733243274704 140733243272856 4211584 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9740/statm: 14578 12338 95 248 0 14327 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 109724

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 1.93 3/182 9761
/proc/meminfo: memFree=30754280/32873648 swapFree=7124/7124
[pid=9064] ppid=9062 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9064/stat : 9064 (npSolver-wbo-It) S 9062 9064 9019 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386576984 9367552 274 33554432000 4194304 5064252 140734864282320 140734864281232 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9064/statm: 2287 274 233 213 0 72 0
[pid=9065] ppid=9064 vsize=33116 CPUtime=1707.81 cores=1,3,5,7
/proc/9065/stat : 9065 (npSolver-wbo) S 9064 9064 9019 0 -1 4202496 69488 431726 0 0 233 38 170182 328 20 0 1 0 386576985 33910784 7417 33554432000 4194304 6006132 140736569236832 140736569228192 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9065/statm: 8279 7417 177 443 0 7832 0
[pid=9753] ppid=9065 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9753/stat : 9753 (satsolver.sh) S 9065 9064 9019 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386747795 9367552 267 33554432000 4194304 5064252 140733743704016 140733743702928 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9753/statm: 2287 267 226 213 0 72 0
[pid=9754] ppid=9753 vsize=53888 CPUtime=14.18 cores=1,3,5,7
/proc/9754/stat : 9754 (glucose) R 9753 9064 9019 0 -1 4202496 11708 0 0 0 1416 2 0 0 20 0 1 0 386747796 55181312 12304 33554432000 4194304 5208918 140737218435776 140737218433448 4211501 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9754/statm: 13472 12304 95 248 0 13221 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 105300

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/183 9770
/proc/meminfo: memFree=30752632/32873648 swapFree=7124/7124
[pid=9064] ppid=9062 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9064/stat : 9064 (npSolver-wbo-It) S 9062 9064 9019 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386576984 9367552 274 33554432000 4194304 5064252 140734864282320 140734864281232 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9064/statm: 2287 274 233 213 0 72 0
[pid=9065] ppid=9064 vsize=33116 CPUtime=1707.81 cores=1,3,5,7
/proc/9065/stat : 9065 (npSolver-wbo) S 9064 9064 9019 0 -1 4202496 69488 431726 0 0 233 38 170182 328 20 0 1 0 386576985 33910784 7417 33554432000 4194304 6006132 140736569236832 140736569228192 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9065/statm: 8279 7417 177 443 0 7832 0
[pid=9753] ppid=9065 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9753/stat : 9753 (satsolver.sh) S 9065 9064 9019 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386747795 9367552 267 33554432000 4194304 5064252 140733743704016 140733743702928 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9753/statm: 2287 267 226 213 0 72 0
[pid=9754] ppid=9753 vsize=58440 CPUtime=74.16 cores=1,3,5,7
/proc/9754/stat : 9754 (glucose) R 9753 9064 9019 0 -1 4202496 11982 0 0 0 7414 2 0 0 20 0 1 0 386747796 59842560 12576 33554432000 4194304 5208918 140737218435776 140737218433736 4211632 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9754/statm: 14610 12576 95 248 0 14359 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 109852



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 1.93 2/178 9784
/proc/meminfo: memFree=30820476/32873648 swapFree=7124/7124
[pid=9064] ppid=9062 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9064/stat : 9064 (npSolver-wbo-It) S 9062 9064 9019 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386576984 9367552 274 33554432000 4194304 5064252 140734864282320 140734864281232 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9064/statm: 2287 274 233 213 0 72 0
[pid=9065] ppid=9064 vsize=33116 CPUtime=1782.56 cores=1,3,5,7
/proc/9065/stat : 9065 (npSolver-wbo) S 9064 9064 9019 0 -1 4202496 72129 450029 0 0 242 39 177633 342 20 0 1 0 386576985 33910784 7417 33554432000 4194304 6006132 140736569236832 140736569228192 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9065/statm: 8279 7417 177 443 0 7832 0
[pid=9776] ppid=9065 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9776/stat : 9776 (satsolver.sh) S 9065 9064 9019 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386755273 9367552 266 33554432000 4194304 5064252 140734259986544 140734259985456 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9776/statm: 2287 266 226 213 0 72 0
[pid=9777] ppid=9776 vsize=53896 CPUtime=17.51 cores=1,3,5,7
/proc/9777/stat : 9777 (glucose) R 9776 9064 9019 0 -1 4202496 11696 0 0 0 1750 1 0 0 20 0 1 0 386755273 55189504 12294 33554432000 4194304 5208918 140735849444720 140735849442392 4211668 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9777/statm: 13474 12294 95 248 0 13223 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 105308

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.12
CPU user time (s): 1796.27
CPU system time (s): 3.84941
CPU usage (%): 99.9836
Max. virtual memory (cumulated for all children) (KiB): 113792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.27
system time used= 3.84941
maximum resident set size= 56096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 534844
page faults= 0
swaps= 0
block input operations= 0
block output operations= 431232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8215
involuntary context switches= 2098

runsolver used 6.44602 second user time and 20.5729 second system time

The end

Launcher Data

Begin job on node114 at 2012-06-09 03:14:56
IDJOB=3753003
IDBENCH=79004
IDSOLVER=2336
FILE ID=node114/3753003-1339204496
RUNJOBID= node114-1339204496-9036
PBS_JOBID= 14643855
Free space on /tmp= 70224 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-dlx1c.rwmem.ucl--soft-66-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3753003-1339204496/watcher-3753003-1339204496 -o /tmp/evaluation-result-3753003-1339204496/solver-3753003-1339204496 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3753003-1339204496.wbo 1030228885 HOME HOME

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

MD5SUM BENCH= 912ca607d723e7995f4e9e6209c25e32
RANDOM SEED=1030228885

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30956168 kB
Buffers:          510564 kB
Cached:           450460 kB
SwapCached:         2508 kB
Active:           598372 kB
Inactive:         366516 kB
Active(anon):       1360 kB
Inactive(anon):     5364 kB
Active(file):     597012 kB
Inactive(file):   361152 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67099560 kB
Dirty:             18348 kB
Writeback:             0 kB
AnonPages:         10252 kB
Mapped:             8416 kB
Shmem:                 0 kB
Slab:             812456 kB
SReclaimable:     255416 kB
SUnreclaim:       557040 kB
KernelStack:        1408 kB
PageTables:         4336 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     105256 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 70672 MiB
End job on node114 at 2012-06-09 03:44:57