Trace number 3753014

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.07 1800.62

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-ooo.tag10.ucl--soft-33-100-0.wbo
MD5SUMd8e7fa9590f436b33ef13e9171ac617f
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 benchmark5.96309
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables9071
Total number of constraints25914
Number of soft constraints17208
Number of constraints which are clauses25190
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints724
Minimum length of a constraint1
Maximum length of a constraint11
Top cost 857979
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 857978
Biggest number in a constraint 39
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 132
Number of bits of the biggest sum of numbers8
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
1.18/1.44	o 835
1.18/1.44	c starting approximation
1.24/1.51	c factor = 2
1.24/1.51	c factor still to low - shrinking to 86.2121
1.24/1.51	c approx number of clauses: 1e+06
1.24/1.51	c current bound: 417
45.94/46.26	c current bound: 417
90.50/91.08	c current bound: 417
135.12/135.71	c current bound: 417
179.55/180.16	c current bound: 417
224.13/224.74	c current bound: 417
268.65/269.26	c current bound: 417
313.23/313.86	c current bound: 417
357.85/358.47	c current bound: 417
402.48/403.11	c current bound: 417
447.47/447.80	c current bound: 417
491.94/492.59	c current bound: 417
536.46/537.13	c current bound: 417
581.44/581.88	c current bound: 417
626.05/626.40	c current bound: 417
670.58/671.25	c current bound: 417
715.22/715.91	c current bound: 417
759.90/760.59	c current bound: 417
804.89/805.36	c current bound: 417
849.16/849.86	c current bound: 417
896.06/896.78	c current bound: 417
940.69/941.44	c current bound: 417
985.55/986.29	c current bound: 417
1030.36/1030.86	c current bound: 417
1074.72/1075.47	c current bound: 417
1119.28/1120.04	c current bound: 417
1163.92/1164.63	c current bound: 417
1208.48/1209.26	c current bound: 417
1253.03/1253.81	c current bound: 417
1298.88/1299.67	c current bound: 417
1343.70/1344.24	c current bound: 417
1388.31/1388.80	c current bound: 417
1432.88/1433.41	c current bound: 417
1477.16/1477.99	c current bound: 417
1521.96/1522.79	c current bound: 417
1566.78/1567.30	c current bound: 417
1611.19/1612.04	c current bound: 417
1663.22/1664.08	c current bound: 417
1707.81/1708.67	c current bound: 417
1752.42/1753.30	c current bound: 417
1797.11/1797.96	c current bound: 417
1800.03/1800.61	./satsolver.sh: line 5:  6437 Terminated              ./glucose $1 > $2 2> /dev/null
1800.03/1800.61	c error: unexpected solver exit code
1800.03/1800.61	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-3753014-1339204577/watcher-3753014-1339204577 -o /tmp/evaluation-result-3753014-1339204577/solver-3753014-1339204577 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3753014-1339204577.wbo 1080926256 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: 1.92 1.98 1.99 3/174 7522
/proc/meminfo: memFree=31407012/32873648 swapFree=7376/7376
[pid=7522] ppid=7519 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7522/stat : 7522 (npSolver-wbo-It) S 7519 7522 7481 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386584556 9367552 275 33554432000 4194304 5064252 140735363660256 140735363659168 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7522/statm: 2287 275 233 213 0 72 0

[startup+0.060068 s]
/proc/loadavg: 1.92 1.98 1.99 3/174 7522
/proc/meminfo: memFree=31407012/32873648 swapFree=7376/7376
[pid=7522] ppid=7519 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7522/stat : 7522 (npSolver-wbo-It) S 7519 7522 7481 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386584556 9367552 275 33554432000 4194304 5064252 140735363660256 140735363659168 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7522/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100274 s]
/proc/loadavg: 1.92 1.98 1.99 3/174 7522
/proc/meminfo: memFree=31407012/32873648 swapFree=7376/7376
[pid=7522] ppid=7519 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7522/stat : 7522 (npSolver-wbo-It) S 7519 7522 7481 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386584556 9367552 275 33554432000 4194304 5064252 140735363660256 140735363659168 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7522/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300203 s]
/proc/loadavg: 1.92 1.98 1.99 3/174 7522
/proc/meminfo: memFree=31407012/32873648 swapFree=7376/7376
[pid=7522] ppid=7519 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7522/stat : 7522 (npSolver-wbo-It) S 7519 7522 7481 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386584556 9367552 275 33554432000 4194304 5064252 140735363660256 140735363659168 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7522/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700227 s]
/proc/loadavg: 1.92 1.98 1.99 3/174 7522
/proc/meminfo: memFree=31407012/32873648 swapFree=7376/7376
[pid=7522] ppid=7519 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7522/stat : 7522 (npSolver-wbo-It) S 7519 7522 7481 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386584556 9367552 275 33554432000 4194304 5064252 140735363660256 140735363659168 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7522/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5002 s]
/proc/loadavg: 1.92 1.98 1.99 3/184 7864
/proc/meminfo: memFree=31354668/32873648 swapFree=7376/7376
[pid=7522] ppid=7519 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7522/stat : 7522 (npSolver-wbo-It) S 7519 7522 7481 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386584556 9367552 275 33554432000 4194304 5064252 140735363660256 140735363659168 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7522/statm: 2287 275 233 213 0 72 0
[pid=7525] ppid=7522 vsize=28128 CPUtime=1.24 cores=0,2,4,6
/proc/7525/stat : 7525 (npSolver-wbo) R 7522 7522 7481 0 -1 4202496 8615 16521 0 0 31 8 76 9 20 0 1 0 386584556 28803072 6145 33554432000 4194304 6006132 140733434390208 140733434383312 5056705 0 0 4096 0 0 0 0 17 2 0 0 15 0 0
/proc/7525/statm: 7032 6146 177 443 0 6585 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 37276

[startup+3.10029 s]
/proc/loadavg: 1.92 1.98 1.99 4/185 8192
/proc/meminfo: memFree=31318980/32873648 swapFree=7376/7376
[pid=7522] ppid=7519 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7522/stat : 7522 (npSolver-wbo-It) S 7519 7522 7481 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386584556 9367552 275 33554432000 4194304 5064252 140735363660256 140735363659168 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7522/statm: 2287 275 233 213 0 72 0
[pid=7525] ppid=7522 vsize=36320 CPUtime=1.27 cores=0,2,4,6
/proc/7525/stat : 7525 (npSolver-wbo) S 7522 7522 7481 0 -1 4202496 8955 16521 0 0 33 9 76 9 20 0 1 0 386584556 37191680 8017 33554432000 4194304 6006132 140733434390208 140733434381568 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 15 0 0
/proc/7525/statm: 9080 8017 177 443 0 8633 0
[pid=7992] ppid=7525 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7992/stat : 7992 (satsolver.sh) S 7525 7522 7481 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386584709 9367552 267 33554432000 4194304 5064252 140737374603136 140737374602048 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7992/statm: 2287 267 226 213 0 72 0
[pid=7993] ppid=7992 vsize=51096 CPUtime=1.55 cores=0,2,4,6
/proc/7993/stat : 7993 (glucose) R 7992 7522 7481 0 -1 4202496 10941 0 0 0 154 1 0 0 20 0 1 0 386584709 52322304 11027 33554432000 4194304 5208918 140736041828672 140736041826344 4211570 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7993/statm: 12774 11027 95 248 0 12523 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 105712

[startup+6.30029 s]
/proc/loadavg: 1.85 1.97 1.99 3/184 9330
/proc/meminfo: memFree=31319008/32873648 swapFree=7376/7376
[pid=7522] ppid=7519 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7522/stat : 7522 (npSolver-wbo-It) S 7519 7522 7481 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386584556 9367552 275 33554432000 4194304 5064252 140735363660256 140735363659168 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7522/statm: 2287 275 233 213 0 72 0
[pid=7525] ppid=7522 vsize=36320 CPUtime=1.27 cores=0,2,4,6
/proc/7525/stat : 7525 (npSolver-wbo) S 7522 7522 7481 0 -1 4202496 8955 16521 0 0 33 9 76 9 20 0 1 0 386584556 37191680 8017 33554432000 4194304 6006132 140733434390208 140733434381568 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 15 0 0
/proc/7525/statm: 9080 8017 177 443 0 8633 0
[pid=7992] ppid=7525 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7992/stat : 7992 (satsolver.sh) S 7525 7522 7481 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386584709 9367552 267 33554432000 4194304 5064252 140737374603136 140737374602048 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7992/statm: 2287 267 226 213 0 72 0
[pid=7993] ppid=7992 vsize=51096 CPUtime=4.75 cores=0,2,4,6
/proc/7993/stat : 7993 (glucose) R 7992 7522 7481 0 -1 4202496 10954 0 0 0 474 1 0 0 20 0 1 0 386584709 52322304 11040 33554432000 4194304 5208918 140736041828672 140736041826344 4211904 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7993/statm: 12774 11040 95 248 0 12523 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 105712

[startup+12.7003 s]
/proc/loadavg: 1.78 1.95 1.98 3/183 11576
/proc/meminfo: memFree=31317636/32873648 swapFree=7376/7376
[pid=7522] ppid=7519 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7522/stat : 7522 (npSolver-wbo-It) S 7519 7522 7481 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386584556 9367552 275 33554432000 4194304 5064252 140735363660256 140735363659168 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7522/statm: 2287 275 233 213 0 72 0
[pid=7525] ppid=7522 vsize=36320 CPUtime=1.27 cores=0,2,4,6
/proc/7525/stat : 7525 (npSolver-wbo) S 7522 7522 7481 0 -1 4202496 8955 16521 0 0 33 9 76 9 20 0 1 0 386584556 37191680 8017 33554432000 4194304 6006132 140733434390208 140733434381568 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 15 0 0
/proc/7525/statm: 9080 8017 177 443 0 8633 0
[pid=7992] ppid=7525 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7992/stat : 7992 (satsolver.sh) S 7525 7522 7481 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386584709 9367552 267 33554432000 4194304 5064252 140737374603136 140737374602048 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7992/statm: 2287 267 226 213 0 72 0
[pid=7993] ppid=7992 vsize=51096 CPUtime=11.15 cores=0,2,4,6
/proc/7993/stat : 7993 (glucose) R 7992 7522 7481 0 -1 4202496 10975 0 0 0 1114 1 0 0 20 0 1 0 386584709 52322304 11061 33554432000 4194304 5208918 140736041828672 140736041826344 4211599 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7993/statm: 12774 11061 95 248 0 12523 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 105712

[startup+25.5003 s]
/proc/loadavg: 1.61 1.90 1.97 3/183 16113
/proc/meminfo: memFree=31318732/32873648 swapFree=7376/7376
[pid=7522] ppid=7519 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7522/stat : 7522 (npSolver-wbo-It) S 7519 7522 7481 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386584556 9367552 275 33554432000 4194304 5064252 140735363660256 140735363659168 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7522/statm: 2287 275 233 213 0 72 0
[pid=7525] ppid=7522 vsize=36320 CPUtime=1.27 cores=0,2,4,6
/proc/7525/stat : 7525 (npSolver-wbo) S 7522 7522 7481 0 -1 4202496 8955 16521 0 0 33 9 76 9 20 0 1 0 386584556 37191680 8017 33554432000 4194304 6006132 140733434390208 140733434381568 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 15 0 0
/proc/7525/statm: 9080 8017 177 443 0 8633 0
[pid=7992] ppid=7525 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7992/stat : 7992 (satsolver.sh) S 7525 7522 7481 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386584709 9367552 267 33554432000 4194304 5064252 140737374603136 140737374602048 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7992/statm: 2287 267 226 213 0 72 0
[pid=7993] ppid=7992 vsize=51096 CPUtime=23.95 cores=0,2,4,6
/proc/7993/stat : 7993 (glucose) R 7992 7522 7481 0 -1 4202496 11018 0 0 0 2394 1 0 0 20 0 1 0 386584709 52322304 11104 33554432000 4194304 5208918 140736041828672 140736041826344 4211901 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7993/statm: 12774 11104 95 248 0 12523 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 105712

[startup+51.1003 s]
/proc/loadavg: 1.40 1.83 1.94 3/184 24756
/proc/meminfo: memFree=31315628/32873648 swapFree=7376/7376
[pid=7522] ppid=7519 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7522/stat : 7522 (npSolver-wbo-It) S 7519 7522 7481 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386584556 9367552 275 33554432000 4194304 5064252 140735363660256 140735363659168 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7522/statm: 2287 275 233 213 0 72 0
[pid=7525] ppid=7522 vsize=36320 CPUtime=46.09 cores=0,2,4,6
/proc/7525/stat : 7525 (npSolver-wbo) S 7522 7522 7481 0 -1 4202496 11881 33478 0 0 41 11 4533 24 20 0 1 0 386584556 37191680 8017 33554432000 4194304 6006132 140733434390208 140733434381568 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 15 0 0
/proc/7525/statm: 9080 8017 177 443 0 8633 0
[pid=23358] ppid=7525 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23358/stat : 23358 (satsolver.sh) S 7525 7522 7481 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386589190 9367552 267 33554432000 4194304 5064252 140735594149056 140735594147968 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23358/statm: 2287 267 226 213 0 72 0
[pid=23360] ppid=23358 vsize=51096 CPUtime=4.74 cores=0,2,4,6
/proc/23360/stat : 23360 (glucose) R 23358 7522 7481 0 -1 4202496 10939 0 0 0 472 2 0 0 20 0 1 0 386589191 52322304 11040 33554432000 4194304 5208918 140736398883792 140736398881464 4211501 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23360/statm: 12774 11040 95 248 0 12523 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 105712

[startup+102.307 s]
/proc/loadavg: 1.17 1.70 1.89 3/183 10072
/proc/meminfo: memFree=31314336/32873648 swapFree=7376/7376
[pid=7522] ppid=7519 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7522/stat : 7522 (npSolver-wbo-It) S 7519 7522 7481 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386584556 9367552 275 33554432000 4194304 5064252 140735363660256 140735363659168 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7522/statm: 2287 275 233 213 0 72 0
[pid=7525] ppid=7522 vsize=36320 CPUtime=90.9 cores=0,2,4,6
/proc/7525/stat : 7525 (npSolver-wbo) S 7522 7522 7481 0 -1 4202496 14807 50485 0 0 49 12 8990 39 20 0 1 0 386584556 37191680 8017 33554432000 4194304 6006132 140733434390208 140733434381568 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 15 0 0
/proc/7525/statm: 9080 8017 177 443 0 8633 0
[pid=6286] ppid=7525 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6286/stat : 6286 (satsolver.sh) S 7525 7522 7481 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386593672 9367552 266 33554432000 4194304 5064252 140736189800112 140736189799024 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6286/statm: 2287 266 226 213 0 72 0
[pid=6288] ppid=6286 vsize=51100 CPUtime=11.12 cores=0,2,4,6
/proc/6288/stat : 6288 (glucose) R 6286 7522 7481 0 -1 4202496 10651 0 0 0 1111 1 0 0 20 0 1 0 386593673 52326400 11261 33554432000 4194304 5208918 140737166307808 140737166305480 4211584 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6288/statm: 12775 11261 95 248 0 12524 0
Current children cumulated CPU time (s) 102.02
Current children cumulated vsize (KiB) 105716

[startup+162.3 s]
/proc/loadavg: 1.06 1.57 1.83 3/183 30438
/proc/meminfo: memFree=31314532/32873648 swapFree=7376/7376
[pid=7522] ppid=7519 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7522/stat : 7522 (npSolver-wbo-It) S 7519 7522 7481 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386584556 9367552 275 33554432000 4194304 5064252 140735363660256 140735363659168 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7522/statm: 2287 275 233 213 0 72 0
[pid=7525] ppid=7522 vsize=36320 CPUtime=135.52 cores=0,2,4,6
/proc/7525/stat : 7525 (npSolver-wbo) S 7522 7522 7481 0 -1 4202496 17733 67331 0 0 57 13 13429 53 20 0 1 0 386584556 37191680 8017 33554432000 4194304 6006132 140733434390208 140733434381568 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 15 0 0
/proc/7525/statm: 9080 8017 177 443 0 8633 0
[pid=21611] ppid=7525 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21611/stat : 21611 (satsolver.sh) S 7525 7522 7481 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386598135 9367552 267 33554432000 4194304 5064252 140736751563984 140736751562896 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21611/statm: 2287 267 226 213 0 72 0
[pid=21612] ppid=21611 vsize=51100 CPUtime=26.49 cores=0,2,4,6
/proc/21612/stat : 21612 (glucose) R 21611 7522 7481 0 -1 4202496 10639 0 0 0 2647 2 0 0 20 0 1 0 386598136 52326400 11249 33554432000 4194304 5208918 140735084546640 140735084544312 4211501 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21612/statm: 12775 11249 95 248 0 12524 0
Current children cumulated CPU time (s) 162.01

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


[startup+1362.3 s]
/proc/loadavg: 1.07 1.06 1.23 3/183 20963
/proc/meminfo: memFree=31225460/32873648 swapFree=7376/7376
[pid=7522] ppid=7519 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7522/stat : 7522 (npSolver-wbo-It) S 7519 7522 7481 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386584556 9367552 275 33554432000 4194304 5064252 140735363660256 140735363659168 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7522/statm: 2287 275 233 213 0 72 0
[pid=7525] ppid=7522 vsize=36320 CPUtime=1343.85 cores=0,2,4,6
/proc/7525/stat : 7525 (npSolver-wbo) S 7522 7522 7481 0 -1 4202496 96735 524180 0 0 277 41 133610 457 20 0 1 0 386584556 37191680 8017 33554432000 4194304 6006132 140733434390208 140733434381568 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 15 0 0
/proc/7525/statm: 9080 8017 177 443 0 8633 0
[pid=15014] ppid=7525 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15014/stat : 15014 (satsolver.sh) S 7525 7522 7481 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386718989 9367552 267 33554432000 4194304 5064252 140736420188496 140736420187408 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15014/statm: 2287 267 226 213 0 72 0
[pid=15015] ppid=15014 vsize=51100 CPUtime=17.95 cores=0,2,4,6
/proc/15015/stat : 15015 (glucose) R 15014 7522 7481 0 -1 4202496 10969 0 0 0 1793 2 0 0 20 0 1 0 386718989 52326400 11085 33554432000 4194304 5208918 140735518043520 140735518041192 4211652 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15015/statm: 12775 11085 95 248 0 12524 0
Current children cumulated CPU time (s) 1361.8
Current children cumulated vsize (KiB) 105716

[startup+1422.31 s]
/proc/loadavg: 1.08 1.06 1.22 3/183 9342
/proc/meminfo: memFree=31223732/32873648 swapFree=7376/7376
[pid=7522] ppid=7519 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7522/stat : 7522 (npSolver-wbo-It) S 7519 7522 7481 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386584556 9367552 275 33554432000 4194304 5064252 140735363660256 140735363659168 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7522/statm: 2287 275 233 213 0 72 0
[pid=7525] ppid=7522 vsize=36320 CPUtime=1388.4 cores=0,2,4,6
/proc/7525/stat : 7525 (npSolver-wbo) S 7522 7522 7481 0 -1 4202496 99661 541421 0 0 285 42 138040 473 20 0 1 0 386584556 37191680 8017 33554432000 4194304 6006132 140733434390208 140733434381568 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 15 0 0
/proc/7525/statm: 9080 8017 177 443 0 8633 0
[pid=30295] ppid=7525 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30295/stat : 30295 (satsolver.sh) S 7525 7522 7481 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386723445 9367552 266 33554432000 4194304 5064252 140735867879408 140735867878320 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30295/statm: 2287 266 226 213 0 72 0
[pid=30297] ppid=30295 vsize=51104 CPUtime=33.4 cores=0,2,4,6
/proc/30297/stat : 30297 (glucose) R 30295 7522 7481 0 -1 4202496 11066 0 0 0 3339 1 0 0 20 0 1 0 386723445 52330496 11338 33554432000 4194304 5208918 140733726996224 140733726993896 4211580 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30297/statm: 12776 11338 95 248 0 12525 0
Current children cumulated CPU time (s) 1421.8
Current children cumulated vsize (KiB) 105720

[startup+1482.3 s]
/proc/loadavg: 1.48 1.17 1.24 3/183 29710
/proc/meminfo: memFree=31225340/32873648 swapFree=7376/7376
[pid=7522] ppid=7519 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7522/stat : 7522 (npSolver-wbo-It) S 7519 7522 7481 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386584556 9367552 275 33554432000 4194304 5064252 140735363660256 140735363659168 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7522/statm: 2287 275 233 213 0 72 0
[pid=7525] ppid=7522 vsize=36320 CPUtime=1477.57 cores=0,2,4,6
/proc/7525/stat : 7525 (npSolver-wbo) S 7522 7522 7481 0 -1 4202496 105513 575075 0 0 301 44 146910 502 20 0 1 0 386584556 37191680 8017 33554432000 4194304 6006132 140733434390208 140733434381568 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 15 0 0
/proc/7525/statm: 9080 8017 177 443 0 8633 0
[pid=28495] ppid=7525 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28495/stat : 28495 (satsolver.sh) S 7525 7522 7481 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386732364 9367552 266 33554432000 4194304 5064252 140735329278704 140735329277616 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28495/statm: 2287 266 226 213 0 72 0
[pid=28498] ppid=28495 vsize=51096 CPUtime=4.21 cores=0,2,4,6
/proc/28498/stat : 28498 (glucose) R 28495 7522 7481 0 -1 4202496 10920 0 0 0 420 1 0 0 20 0 1 0 386732364 52322304 11037 33554432000 4194304 5208918 140733796532432 140733796530104 4211792 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28498/statm: 12774 11037 95 248 0 12523 0
Current children cumulated CPU time (s) 1481.78
Current children cumulated vsize (KiB) 105712

[startup+1542.3 s]
/proc/loadavg: 2.02 1.36 1.30 3/182 17992
/proc/meminfo: memFree=31223708/32873648 swapFree=7376/7376
[pid=7522] ppid=7519 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7522/stat : 7522 (npSolver-wbo-It) S 7519 7522 7481 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386584556 9367552 275 33554432000 4194304 5064252 140735363660256 140735363659168 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7522/statm: 2287 275 233 213 0 72 0
[pid=7525] ppid=7522 vsize=36320 CPUtime=1522.36 cores=0,2,4,6
/proc/7525/stat : 7525 (npSolver-wbo) S 7522 7522 7481 0 -1 4202496 108439 592369 0 0 309 45 151365 517 20 0 1 0 386584556 37191680 8017 33554432000 4194304 6006132 140733434390208 140733434381568 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 15 0 0
/proc/7525/statm: 9080 8017 177 443 0 8633 0
[pid=11417] ppid=7525 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11417/stat : 11417 (satsolver.sh) S 7525 7522 7481 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386736844 9367552 266 33554432000 4194304 5064252 140733949018224 140733949017136 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11417/statm: 2287 266 226 213 0 72 0
[pid=11418] ppid=11417 vsize=51100 CPUtime=19.4 cores=0,2,4,6
/proc/11418/stat : 11418 (glucose) R 11417 7522 7481 0 -1 4202496 10975 0 0 0 1938 2 0 0 20 0 1 0 386736844 52326400 11090 33554432000 4194304 5208918 140733339705760 140733339703432 4211656 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11418/statm: 12775 11090 95 248 0 12524 0
Current children cumulated CPU time (s) 1541.76
Current children cumulated vsize (KiB) 105716

[startup+1602.3 s]
/proc/loadavg: 2.31 1.56 1.37 3/183 5913
/proc/meminfo: memFree=31223152/32873648 swapFree=7376/7376
[pid=7522] ppid=7519 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7522/stat : 7522 (npSolver-wbo-It) S 7519 7522 7481 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386584556 9367552 275 33554432000 4194304 5064252 140735363660256 140735363659168 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7522/statm: 2287 275 233 213 0 72 0
[pid=7525] ppid=7522 vsize=36320 CPUtime=1566.86 cores=0,2,4,6
/proc/7525/stat : 7525 (npSolver-wbo) S 7522 7522 7481 0 -1 4202496 111365 609614 0 0 317 46 155789 534 20 0 1 0 386584556 37191680 8017 33554432000 4194304 6006132 140733434390208 140733434381568 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 15 0 0
/proc/7525/statm: 9080 8017 177 443 0 8633 0
[pid=26669] ppid=7525 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26669/stat : 26669 (satsolver.sh) S 7525 7522 7481 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386741295 9367552 266 33554432000 4194304 5064252 140735697006192 140735697005104 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26669/statm: 2287 266 226 213 0 72 0
[pid=26671] ppid=26669 vsize=51100 CPUtime=34.89 cores=0,2,4,6
/proc/26671/stat : 26671 (glucose) R 26669 7522 7481 0 -1 4202496 11037 0 0 0 3487 2 0 0 20 0 1 0 386741295 52326400 11300 33554432000 4194304 5208918 140735270753024 140735270750696 4211584 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26671/statm: 12775 11300 95 248 0 12524 0
Current children cumulated CPU time (s) 1601.75
Current children cumulated vsize (KiB) 105716

[startup+1662.3 s]
/proc/loadavg: 1.69 1.54 1.37 3/183 26685
/proc/meminfo: memFree=31218836/32873648 swapFree=7376/7376
[pid=7522] ppid=7519 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7522/stat : 7522 (npSolver-wbo-It) S 7519 7522 7481 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386584556 9367552 275 33554432000 4194304 5064252 140735363660256 140735363659168 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7522/statm: 2287 275 233 213 0 72 0
[pid=7525] ppid=7522 vsize=36320 CPUtime=1611.6 cores=0,2,4,6
/proc/7525/stat : 7525 (npSolver-wbo) S 7522 7522 7481 0 -1 4202496 114291 626976 0 0 326 47 160238 549 20 0 1 0 386584556 37191680 8017 33554432000 4194304 6006132 140733434390208 140733434381568 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 15 0 0
/proc/7525/statm: 9080 8017 177 443 0 8633 0
[pid=9583] ppid=7525 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9583/stat : 9583 (satsolver.sh) S 7525 7522 7481 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 386745768 9367552 267 33554432000 4194304 5064252 140734986994656 140734986993568 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9583/statm: 2287 267 226 213 0 72 0
[pid=9585] ppid=9583 vsize=51100 CPUtime=50.14 cores=0,2,4,6
/proc/9585/stat : 9585 (glucose) R 9583 7522 7481 0 -1 4202496 10667 0 0 0 5012 2 0 0 20 0 1 0 386745769 52326400 11272 33554432000 4194304 5208918 140735812631952 140735812629624 4211668 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9585/statm: 12775 11272 95 248 0 12524 0
Current children cumulated CPU time (s) 1661.74
Current children cumulated vsize (KiB) 105716

[startup+1722.3 s]
/proc/loadavg: 1.30 1.45 1.35 3/181 14675
/proc/meminfo: memFree=31221840/32873648 swapFree=7376/7376
[pid=7522] ppid=7519 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7522/stat : 7522 (npSolver-wbo-It) S 7519 7522 7481 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386584556 9367552 275 33554432000 4194304 5064252 140735363660256 140735363659168 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7522/statm: 2287 275 233 213 0 72 0
[pid=7525] ppid=7522 vsize=36320 CPUtime=1708.21 cores=0,2,4,6
/proc/7525/stat : 7525 (npSolver-wbo) S 7522 7522 7481 0 -1 4202496 120143 661259 0 0 342 49 169852 578 20 0 1 0 386584556 37191680 8017 33554432000 4194304 6006132 140733434390208 140733434381568 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 15 0 0
/proc/7525/statm: 9080 8017 177 443 0 8633 0
[pid=10344] ppid=7525 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10344/stat : 10344 (satsolver.sh) S 7525 7522 7481 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386755432 9367552 267 33554432000 4194304 5064252 140734896240592 140734896239504 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10344/statm: 2287 267 226 213 0 72 0
[pid=10345] ppid=10344 vsize=51100 CPUtime=13.52 cores=0,2,4,6
/proc/10345/stat : 10345 (glucose) R 10344 7522 7481 0 -1 4202496 10985 0 0 0 1351 1 0 0 20 0 1 0 386755432 52326400 11069 33554432000 4194304 5208918 140735051336784 140735051334456 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10345/statm: 12775 11069 95 248 0 12524 0
Current children cumulated CPU time (s) 1721.73
Current children cumulated vsize (KiB) 105716

[startup+1782.3 s]
/proc/loadavg: 1.11 1.37 1.33 3/183 2955
/proc/meminfo: memFree=31220500/32873648 swapFree=7376/7376
[pid=7522] ppid=7519 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7522/stat : 7522 (npSolver-wbo-It) S 7519 7522 7481 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386584556 9367552 275 33554432000 4194304 5064252 140735363660256 140735363659168 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7522/statm: 2287 275 233 213 0 72 0
[pid=7525] ppid=7522 vsize=36320 CPUtime=1752.83 cores=0,2,4,6
/proc/7525/stat : 7525 (npSolver-wbo) S 7522 7522 7481 0 -1 4202496 123069 678643 0 0 350 50 174291 592 20 0 1 0 386584556 37191680 8017 33554432000 4194304 6006132 140733434390208 140733434381568 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 15 0 0
/proc/7525/statm: 9080 8017 177 443 0 8633 0
[pid=25615] ppid=7525 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25615/stat : 25615 (satsolver.sh) S 7525 7522 7481 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 386759894 9367552 266 33554432000 4194304 5064252 140733901843312 140733901842224 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25615/statm: 2287 266 226 213 0 72 0
[pid=25617] ppid=25615 vsize=51100 CPUtime=28.89 cores=0,2,4,6
/proc/25617/stat : 25617 (glucose) R 25615 7522 7481 0 -1 4202496 10622 0 0 0 2888 1 0 0 20 0 1 0 386759895 52326400 11230 33554432000 4194304 5208918 140737435690976 140737435688648 4211635 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25617/statm: 12775 11230 95 248 0 12524 0
Current children cumulated CPU time (s) 1781.72
Current children cumulated vsize (KiB) 105716



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.16 1.36 1.33 3/183 6440
/proc/meminfo: memFree=31088888/32873648 swapFree=7376/7376
[pid=7522] ppid=7519 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7522/stat : 7522 (npSolver-wbo-It) S 7519 7522 7481 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 386584556 9367552 275 33554432000 4194304 5064252 140735363660256 140735363659168 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7522/statm: 2287 275 233 213 0 72 0
[pid=7525] ppid=7522 vsize=36320 CPUtime=1797.49 cores=0,2,4,6
/proc/7525/stat : 7525 (npSolver-wbo) S 7522 7522 7481 0 -1 4202496 125995 695161 0 0 358 51 178735 605 20 0 1 0 386584556 37191680 8017 33554432000 4194304 6006132 140733434390208 140733434381568 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 15 0 0
/proc/7525/statm: 9080 8017 177 443 0 8633 0
[pid=6436] ppid=7525 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6436/stat : 6436 (satsolver.sh) S 7525 7522 7481 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386764361 9367552 266 33554432000 4194304 5064252 140733867123136 140733867122048 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6436/statm: 2287 266 226 213 0 72 0
[pid=6437] ppid=6436 vsize=51100 CPUtime=2.54 cores=0,2,4,6
/proc/6437/stat : 6437 (glucose) R 6436 7522 7481 0 -1 4202496 10930 0 0 0 253 1 0 0 20 0 1 0 386764361 52326400 11032 33554432000 4194304 5208918 140737425201136 140737425198808 4211574 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6437/statm: 12775 11032 95 248 0 12524 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 105716

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.62
CPU time (s): 1800.07
CPU user time (s): 1793.48
CPU system time (s): 6.595
CPU usage (%): 99.9697
Max. virtual memory (cumulated for all children) (KiB): 108376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.48
system time used= 6.595
maximum resident set size= 48860
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 833077
page faults= 0
swaps= 0
block input operations= 0
block output operations= 629496
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12976
involuntary context switches= 2297

runsolver used 3.41548 second user time and 8.75767 second system time

The end

Launcher Data

Begin job on node113 at 2012-06-09 03:16:17
IDJOB=3753014
IDBENCH=79013
IDSOLVER=2336
FILE ID=node113/3753014-1339204577
RUNJOBID= node113-1339204577-7497
PBS_JOBID= 14643861
Free space on /tmp= 71096 MiB

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

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

MD5SUM BENCH= d8e7fa9590f436b33ef13e9171ac617f
RANDOM SEED=1080926256

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.026
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:        31407128 kB
Buffers:          377624 kB
Cached:           172980 kB
SwapCached:         1344 kB
Active:           516260 kB
Inactive:          43208 kB
Active(anon):       2376 kB
Inactive(anon):     3928 kB
Active(file):     513884 kB
Inactive(file):    39280 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108856 kB
SwapFree:       67099944 kB
Dirty:             17952 kB
Writeback:             0 kB
AnonPages:         10748 kB
Mapped:             8496 kB
Shmem:                 0 kB
Slab:             767188 kB
SReclaimable:     210860 kB
SUnreclaim:       556328 kB
KernelStack:        1400 kB
PageTables:         4380 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     105844 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= 71156 MiB
End job on node113 at 2012-06-09 03:46:18