Trace number 3715702

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.06 1805.91

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-dlx1c.rwmem1.ucl--soft-33-100-0.wbo
MD5SUM6d82afa4a3cb51b65db40c85a755382b
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.6539
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables7578
Total number of constraints21401
Number of soft constraints14255
Number of constraints which are clauses20501
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints900
Minimum length of a constraint1
Maximum length of a constraint11
Top cost 718356
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 718355
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

2.89/2.96	c run usual solver
5.85/5.91	o 4288
5.85/5.91	c starting approximation
5.85/5.91	c factor = 2
5.85/5.91	c factor still to low - shrinking to 183.376
5.85/5.91	c approx number of clauses: 1e+06
5.85/5.91	c current bound: 2144
49.96/50.07	c current bound: 2144
94.27/94.33	c current bound: 2144
138.44/138.52	c current bound: 2144
182.41/182.76	c current bound: 2144
226.83/226.92	c current bound: 2144
270.82/270.99	c current bound: 2144
315.29/316.46	c current bound: 2144
359.22/360.66	c current bound: 2144
403.68/406.31	c current bound: 2144
447.64/450.55	c current bound: 2144
492.09/494.73	c current bound: 2144
536.15/539.42	c current bound: 2144
580.56/583.83	c current bound: 2144
624.41/627.98	c current bound: 2144
668.88/673.40	c current bound: 2144
713.00/717.56	c current bound: 2144
757.10/761.69	c current bound: 2144
801.49/806.03	c current bound: 2144
845.76/850.30	c current bound: 2144
890.08/894.68	c current bound: 2144
934.28/940.08	c current bound: 2144
978.61/984.40	c current bound: 2144
1022.39/1028.45	c current bound: 2144
1066.47/1072.54	c current bound: 2144
1110.92/1116.73	c current bound: 2144
1155.10/1160.91	c current bound: 2144
1199.21/1205.05	c current bound: 2144
1243.50/1249.32	c current bound: 2144
1287.35/1293.45	c current bound: 2144
1331.87/1337.71	c current bound: 2144
1376.16/1382.01	c current bound: 2144
1420.27/1426.19	c current bound: 2144
1464.47/1470.33	c current bound: 2144
1508.55/1514.42	c current bound: 2144
1552.78/1558.64	c current bound: 2144
1596.86/1602.73	c current bound: 2144
1640.82/1646.98	c current bound: 2144
1685.15/1691.04	c current bound: 2144
1729.22/1735.12	c current bound: 2144
1773.31/1779.26	c current bound: 2144
1800.02/1805.90	./satsolver.sh: line 5: 18967 Terminated              ./glucose $1 > $2 2> /dev/null
1800.02/1805.90	c error: unexpected solver exit code
1800.02/1805.90	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-3715702-1338203949/watcher-3715702-1338203949 -o /tmp/evaluation-result-3715702-1338203949/solver-3715702-1338203949 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715702-1338203949.wbo 1121553173 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.02 1.95 1.91 3/178 11235
/proc/meminfo: memFree=29082920/32873648 swapFree=7116/7116
[pid=11235] ppid=11233 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11235/stat : 11235 (npSolver-wbo-It) S 11233 11235 1843 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286522275 9367552 275 33554432000 4194304 5064252 140733564007152 140733564006064 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11235/statm: 2287 275 233 213 0 72 0

[startup+0.062305 s]
/proc/loadavg: 2.02 1.95 1.91 3/178 11235
/proc/meminfo: memFree=29082920/32873648 swapFree=7116/7116
[pid=11235] ppid=11233 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11235/stat : 11235 (npSolver-wbo-It) S 11233 11235 1843 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286522275 9367552 275 33554432000 4194304 5064252 140733564007152 140733564006064 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11235/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100296 s]
/proc/loadavg: 2.02 1.95 1.91 3/178 11235
/proc/meminfo: memFree=29082920/32873648 swapFree=7116/7116
[pid=11235] ppid=11233 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11235/stat : 11235 (npSolver-wbo-It) S 11233 11235 1843 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286522275 9367552 275 33554432000 4194304 5064252 140733564007152 140733564006064 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11235/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300214 s]
/proc/loadavg: 2.02 1.95 1.91 3/178 11235
/proc/meminfo: memFree=29082920/32873648 swapFree=7116/7116
[pid=11235] ppid=11233 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11235/stat : 11235 (npSolver-wbo-It) S 11233 11235 1843 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286522275 9367552 275 33554432000 4194304 5064252 140733564007152 140733564006064 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11235/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700244 s]
/proc/loadavg: 2.02 1.95 1.91 3/178 11235
/proc/meminfo: memFree=29082920/32873648 swapFree=7116/7116
[pid=11235] ppid=11233 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11235/stat : 11235 (npSolver-wbo-It) S 11233 11235 1843 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286522275 9367552 275 33554432000 4194304 5064252 140733564007152 140733564006064 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11235/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50031 s]
/proc/loadavg: 2.02 1.95 1.91 3/181 11239
/proc/meminfo: memFree=28910344/32873648 swapFree=7116/7116
[pid=11235] ppid=11233 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11235/stat : 11235 (npSolver-wbo-It) S 11233 11235 1843 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286522275 9367552 275 33554432000 4194304 5064252 140733564007152 140733564006064 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11235/statm: 2287 275 233 213 0 72 0
[pid=11236] ppid=11235 vsize=34876 CPUtime=1.48 cores=1,3,5,7
/proc/11236/stat : 11236 (npSolver-wbo) R 11235 11235 1843 0 -1 4202496 3045 0 0 0 148 0 0 0 20 0 1 0 286522275 35713024 5061 33554432000 4194304 5990268 140734741227568 140734741222808 4747762 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11236/statm: 8719 5061 136 439 0 8276 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 44024

[startup+3.10033 s]
/proc/loadavg: 2.02 1.95 1.91 3/181 11246
/proc/meminfo: memFree=28925540/32873648 swapFree=7116/7116
[pid=11235] ppid=11233 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11235/stat : 11235 (npSolver-wbo-It) S 11233 11235 1843 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286522275 9367552 275 33554432000 4194304 5064252 140733564007152 140733564006064 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11235/statm: 2287 275 233 213 0 72 0
[pid=11236] ppid=11235 vsize=68256 CPUtime=2.97 cores=1,3,5,7
/proc/11236/stat : 11236 (npSolver-wbo) S 11235 11235 1843 0 -1 4202496 6975 0 0 0 290 7 0 0 20 0 1 0 286522275 69894144 12111 33554432000 4194304 5990268 140734741227568 140734741220720 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11236/statm: 17064 12111 149 439 0 16621 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 77404

[startup+6.30032 s]
/proc/loadavg: 2.02 1.95 1.91 3/181 11269
/proc/meminfo: memFree=28891996/32873648 swapFree=7116/7116
[pid=11235] ppid=11233 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11235/stat : 11235 (npSolver-wbo-It) S 11233 11235 1843 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286522275 9367552 275 33554432000 4194304 5064252 140733564007152 140733564006064 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11235/statm: 2287 275 233 213 0 72 0
[pid=11236] ppid=11235 vsize=86464 CPUtime=5.98 cores=1,3,5,7
/proc/11236/stat : 11236 (npSolver-wbo) S 11235 11235 1843 0 -1 4202496 9716 27980 0 0 309 61 211 17 20 0 1 0 286522275 88539136 16662 33554432000 4194304 5990268 140734741227568 140734741218976 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11236/statm: 21616 16662 174 439 0 21173 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 95612

[startup+12.7003 s]
/proc/loadavg: 2.01 1.95 1.91 3/181 11298
/proc/meminfo: memFree=28850248/32873648 swapFree=7116/7116
[pid=11235] ppid=11233 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11235/stat : 11235 (npSolver-wbo-It) S 11233 11235 1843 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286522275 9367552 275 33554432000 4194304 5064252 140733564007152 140733564006064 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11235/statm: 2287 275 233 213 0 72 0
[pid=11236] ppid=11235 vsize=86464 CPUtime=5.98 cores=1,3,5,7
/proc/11236/stat : 11236 (npSolver-wbo) S 11235 11235 1843 0 -1 4202496 9716 27980 0 0 309 61 211 17 20 0 1 0 286522275 88539136 16662 33554432000 4194304 5990268 140734741227568 140734741218976 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11236/statm: 21616 16662 174 439 0 21173 0
[pid=11271] ppid=11236 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11271/stat : 11271 (satsolver.sh) S 11236 11235 1843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 286522876 9367552 267 33554432000 4194304 5064252 140735919962656 140735919961568 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11271/statm: 2287 267 226 213 0 72 0
[pid=11272] ppid=11271 vsize=84068 CPUtime=6.69 cores=1,3,5,7
/proc/11272/stat : 11272 (glucose) R 11271 11235 1843 0 -1 4202496 15594 0 0 0 665 4 0 0 20 0 1 0 286522876 86085632 18736 33554432000 4194304 5208918 140734021193568 140734021191416 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11272/statm: 21017 18736 95 248 0 20766 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 188828

[startup+25.5003 s]
/proc/loadavg: 2.01 1.95 1.91 3/183 11349
/proc/meminfo: memFree=28795956/32873648 swapFree=7116/7116
[pid=11235] ppid=11233 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11235/stat : 11235 (npSolver-wbo-It) S 11233 11235 1843 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286522275 9367552 275 33554432000 4194304 5064252 140733564007152 140733564006064 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11235/statm: 2287 275 233 213 0 72 0
[pid=11236] ppid=11235 vsize=86464 CPUtime=5.98 cores=1,3,5,7
/proc/11236/stat : 11236 (npSolver-wbo) S 11235 11235 1843 0 -1 4202496 9716 27980 0 0 309 61 211 17 20 0 1 0 286522275 88539136 16662 33554432000 4194304 5990268 140734741227568 140734741218976 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11236/statm: 21616 16662 174 439 0 21173 0
[pid=11271] ppid=11236 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11271/stat : 11271 (satsolver.sh) S 11236 11235 1843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 286522876 9367552 267 33554432000 4194304 5064252 140735919962656 140735919961568 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11271/statm: 2287 267 226 213 0 72 0
[pid=11272] ppid=11271 vsize=84528 CPUtime=19.48 cores=1,3,5,7
/proc/11272/stat : 11272 (glucose) R 11271 11235 1843 0 -1 4202496 15695 0 0 0 1944 4 0 0 20 0 1 0 286522876 86556672 18837 33554432000 4194304 5208918 140734021193568 140734021191416 4211521 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11272/statm: 21132 18837 95 248 0 20881 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 189288

[startup+51.1004 s]
/proc/loadavg: 2.01 1.96 1.91 3/183 11468
/proc/meminfo: memFree=28730564/32873648 swapFree=7116/7116
[pid=11235] ppid=11233 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11235/stat : 11235 (npSolver-wbo-It) S 11233 11235 1843 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286522275 9367552 275 33554432000 4194304 5064252 140733564007152 140733564006064 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11235/statm: 2287 275 233 213 0 72 0
[pid=11236] ppid=11235 vsize=86464 CPUtime=50.15 cores=1,3,5,7
/proc/11236/stat : 11236 (npSolver-wbo) S 11235 11235 1843 0 -1 4202496 12344 50606 0 0 318 62 4596 39 20 0 1 0 286522275 88539136 16663 33554432000 4194304 5990268 140734741227568 140734741218976 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11236/statm: 21616 16663 175 439 0 21173 0
[pid=11467] ppid=11236 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11467/stat : 11467 (satsolver.sh) S 11236 11235 1843 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 286527292 9367552 266 33554432000 4194304 5064252 140735725825344 140735725824256 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11467/statm: 2287 266 226 213 0 72 0
[pid=11468] ppid=11467 vsize=83452 CPUtime=0.91 cores=1,3,5,7
/proc/11468/stat : 11468 (glucose) R 11467 11235 1843 0 -1 4202496 14531 0 0 0 88 3 0 0 20 0 1 0 286527292 85454848 18750 33554432000 4194304 5208918 140733745143872 140733745141720 4211580 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11468/statm: 20863 18750 95 248 0 20612 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 188212

[startup+102.3 s]
/proc/loadavg: 2.41 2.07 1.95 3/184 11702
/proc/meminfo: memFree=28817136/32873648 swapFree=7116/7116
[pid=11235] ppid=11233 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11235/stat : 11235 (npSolver-wbo-It) S 11233 11235 1843 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286522275 9367552 275 33554432000 4194304 5064252 140733564007152 140733564006064 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11235/statm: 2287 275 233 213 0 72 0
[pid=11236] ppid=11235 vsize=86464 CPUtime=94.4 cores=1,3,5,7
/proc/11236/stat : 11236 (npSolver-wbo) S 11235 11235 1843 0 -1 4202496 14971 72312 0 0 326 63 8992 59 20 0 1 0 286522275 88539136 16663 33554432000 4194304 5990268 140734741227568 140734741218976 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11236/statm: 21616 16663 175 439 0 21173 0
[pid=11673] ppid=11236 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11673/stat : 11673 (satsolver.sh) S 11236 11235 1843 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 286531718 9367552 266 33554432000 4194304 5064252 140735751535584 140735751534496 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11673/statm: 2287 266 226 213 0 72 0
[pid=11674] ppid=11673 vsize=84236 CPUtime=7.85 cores=1,3,5,7
/proc/11674/stat : 11674 (glucose) R 11673 11235 1843 0 -1 4202496 15579 0 0 0 782 3 0 0 20 0 1 0 286531718 86257664 18715 33554432000 4194304 5208918 140736512270304 140736512268152 4211656 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11674/statm: 21059 18715 95 248 0 20808 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 188996

[startup+162.3 s]
/proc/loadavg: 2.09 2.04 1.94 2/183 11966
/proc/meminfo: memFree=28833500/32873648 swapFree=7116/7116
[pid=11235] ppid=11233 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11235/stat : 11235 (npSolver-wbo-It) S 11233 11235 1843 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286522275 9367552 275 33554432000 4194304 5064252 140733564007152 140733564006064 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11235/statm: 2287 275 233 213 0 72 0
[pid=11236] ppid=11235 vsize=86464 CPUtime=138.58 cores=1,3,5,7
/proc/11236/stat : 11236 (npSolver-wbo) S 11235 11235 1843 0 -1 4202496 17598 94881 0 0 335 64 13382 77 20 0 1 0 286522275 88539136 16663 33554432000 4194304 5990268 140734741227568 140734741218976 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11236/statm: 21616 16663 175 439 0 21173 0
[pid=11866] ppid=11236 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11866/stat : 11866 (satsolver.sh) S 11236 11235 1843 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 286536137 9367552 266 33554432000 4194304 5064252 140735725805264 140735725804176 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11866/statm: 2287 266 226 213 0 72 0
[pid=11867] ppid=11866 vsize=84536 CPUtime=23.67 cores=1,3,5,7
/proc/11867/stat : 11867 (glucose) R 11866 11235 1843 0 -1 4202496 14787 0 0 0 2363 4 0 0 20 0 1 0 286536137 86564864 19007 33554432000 4194304 5208918 140737399751824 140737399749672 4211888 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11867/statm: 21134 19007 95 248 0 20883 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 189296

[startup+222.3 s]
/proc/loadavg: 1.97 2.01 1.94 3/183 12221
/proc/meminfo: memFree=28796456/32873648 swapFree=7116/7116
[pid=11235] ppid=11233 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11235/stat : 11235 (npSolver-wbo-It) S 11233 11235 1843 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286522275 9367552 275 33554432000 4194304 5064252 140733564007152 140733564006064 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11235/statm: 2287 275 233 213 0 72 0
[pid=11236] ppid=11235 vsize=86464 CPUtime=182.8 cores=1,3,5,7
/proc/11236/stat : 11236 (npSolver-wbo) S 11235 11235 1843 0 -1 4202496 20225 116089 0 0 343 65 17775 97 20 0 1 0 286522275 88539136 16663 33554432000 4194304 5990268 140734741227568 140734741218976 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11236/statm: 21616 16663 175 439 0 21173 0
[pid=12056] ppid=11236 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1422.3 s]
/proc/loadavg: 2.15 2.25 2.16 3/183 17412
/proc/meminfo: memFree=28771900/32873648 swapFree=7116/7116
[pid=11235] ppid=11233 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11235/stat : 11235 (npSolver-wbo-It) S 11233 11235 1843 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286522275 9367552 275 33554432000 4194304 5064252 140733564007152 140733564006064 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11235/statm: 2287 275 233 213 0 72 0
[pid=11236] ppid=11235 vsize=86464 CPUtime=1376.3 cores=1,3,5,7
/proc/11236/stat : 11236 (npSolver-wbo) S 11235 11235 1843 0 -1 4202496 91154 707281 0 0 570 93 136351 616 20 0 1 0 286522275 88539136 16663 33554432000 4194304 5990268 140734741227568 140734741218976 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 145 0 0
/proc/11236/statm: 21616 16663 175 439 0 21173 0
[pid=17243] ppid=11236 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17243/stat : 17243 (satsolver.sh) S 11236 11235 1843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 286660486 9367552 267 33554432000 4194304 5064252 140735414725888 140735414724800 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17243/statm: 2287 267 226 213 0 72 0
[pid=17244] ppid=17243 vsize=84532 CPUtime=40.17 cores=1,3,5,7
/proc/17244/stat : 17244 (glucose) R 17243 11235 1843 0 -1 4202496 15559 0 0 0 4014 3 0 0 20 0 1 0 286660486 86560768 19231 33554432000 4194304 5208918 140733682288144 140733682285992 4211537 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17244/statm: 21133 19231 95 248 0 20882 0
Current children cumulated CPU time (s) 1416.47
Current children cumulated vsize (KiB) 189292

[startup+1482.3 s]
/proc/loadavg: 2.16 2.24 2.17 2/183 17675
/proc/meminfo: memFree=28804548/32873648 swapFree=7116/7116
[pid=11235] ppid=11233 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11235/stat : 11235 (npSolver-wbo-It) S 11233 11235 1843 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286522275 9367552 275 33554432000 4194304 5064252 140733564007152 140733564006064 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11235/statm: 2287 275 233 213 0 72 0
[pid=11236] ppid=11235 vsize=86464 CPUtime=1464.6 cores=1,3,5,7
/proc/11236/stat : 11236 (npSolver-wbo) S 11235 11235 1843 0 -1 4202496 96408 752321 0 0 587 95 145124 654 20 0 1 0 286522275 88539136 16663 33554432000 4194304 5990268 140734741227568 140734741218976 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 145 0 0
/proc/11236/statm: 21616 16663 175 439 0 21173 0
[pid=17628] ppid=11236 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17628/stat : 17628 (satsolver.sh) S 11236 11235 1843 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 286669318 9367552 267 33554432000 4194304 5064252 140735459393408 140735459392320 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17628/statm: 2287 267 226 213 0 72 0
[pid=17629] ppid=17628 vsize=84380 CPUtime=11.86 cores=1,3,5,7
/proc/17629/stat : 17629 (glucose) R 17628 11235 1843 0 -1 4202496 15588 0 0 0 1183 3 0 0 20 0 1 0 286669318 86405120 19223 33554432000 4194304 5208918 140733689736672 140733689734520 4211599 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17629/statm: 21095 19223 95 248 0 20844 0
Current children cumulated CPU time (s) 1476.46
Current children cumulated vsize (KiB) 189140

[startup+1542.3 s]
/proc/loadavg: 2.06 2.20 2.16 3/184 17933
/proc/meminfo: memFree=28798804/32873648 swapFree=7116/7116
[pid=11235] ppid=11233 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11235/stat : 11235 (npSolver-wbo-It) S 11233 11235 1843 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286522275 9367552 275 33554432000 4194304 5064252 140733564007152 140733564006064 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11235/statm: 2287 275 233 213 0 72 0
[pid=11236] ppid=11235 vsize=86464 CPUtime=1508.69 cores=1,3,5,7
/proc/11236/stat : 11236 (npSolver-wbo) S 11235 11235 1843 0 -1 4202496 99035 774341 0 0 596 96 149505 672 20 0 1 0 286522275 88539136 16663 33554432000 4194304 5990268 140734741227568 140734741218976 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 145 0 0
/proc/11236/statm: 21616 16663 175 439 0 21173 0
[pid=17815] ppid=11236 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17815/stat : 17815 (satsolver.sh) S 11236 11235 1843 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 286673727 9367552 266 33554432000 4194304 5064252 140737094472592 140737094471504 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17815/statm: 2287 266 226 213 0 72 0
[pid=17816] ppid=17815 vsize=84532 CPUtime=27.77 cores=1,3,5,7
/proc/17816/stat : 17816 (glucose) R 17815 11235 1843 0 -1 4202496 14682 0 0 0 2774 3 0 0 20 0 1 0 286673727 86560768 18931 33554432000 4194304 5208918 140733593258032 140733593255880 4211501 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17816/statm: 21133 18931 95 248 0 20882 0
Current children cumulated CPU time (s) 1536.46
Current children cumulated vsize (KiB) 189292

[startup+1602.3 s]
/proc/loadavg: 2.02 2.16 2.14 3/183 18189
/proc/meminfo: memFree=28690392/32873648 swapFree=7116/7116
[pid=11235] ppid=11233 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11235/stat : 11235 (npSolver-wbo-It) S 11233 11235 1843 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286522275 9367552 275 33554432000 4194304 5064252 140733564007152 140733564006064 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11235/statm: 2287 275 233 213 0 72 0
[pid=11236] ppid=11235 vsize=86464 CPUtime=1552.91 cores=1,3,5,7
/proc/11236/stat : 11236 (npSolver-wbo) S 11235 11235 1843 0 -1 4202496 101662 795438 0 0 604 98 153898 691 20 0 1 0 286522275 88539136 16663 33554432000 4194304 5990268 140734741227568 140734741218976 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 145 0 0
/proc/11236/statm: 21616 16663 175 439 0 21173 0
[pid=18011] ppid=11236 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18011/stat : 18011 (satsolver.sh) S 11236 11235 1843 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 286678148 9367552 266 33554432000 4194304 5064252 140735710096288 140735710095200 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18011/statm: 2287 266 226 213 0 72 0
[pid=18012] ppid=18011 vsize=91068 CPUtime=43.55 cores=1,3,5,7
/proc/18012/stat : 18012 (glucose) R 18011 11235 1843 0 -1 4202496 17209 0 0 0 4351 4 0 0 20 0 1 0 286678149 93253632 21079 33554432000 4194304 5208918 140736092034112 140736092032056 4205662 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18012/statm: 22767 21079 102 248 0 22516 0
Current children cumulated CPU time (s) 1596.46
Current children cumulated vsize (KiB) 195828

[startup+1662.3 s]
/proc/loadavg: 2.28 2.19 2.15 3/183 18456
/proc/meminfo: memFree=28792616/32873648 swapFree=7116/7116
[pid=11235] ppid=11233 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11235/stat : 11235 (npSolver-wbo-It) S 11233 11235 1843 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286522275 9367552 275 33554432000 4194304 5064252 140733564007152 140733564006064 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11235/statm: 2287 275 233 213 0 72 0
[pid=11236] ppid=11235 vsize=86464 CPUtime=1641.23 cores=1,3,5,7
/proc/11236/stat : 11236 (npSolver-wbo) S 11235 11235 1843 0 -1 4202496 106916 839303 0 0 621 100 162672 730 20 0 1 0 286522275 88539136 16663 33554432000 4194304 5990268 140734741227568 140734741218976 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 145 0 0
/proc/11236/statm: 21616 16663 175 439 0 21173 0
[pid=18391] ppid=11236 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18391/stat : 18391 (satsolver.sh) S 11236 11235 1843 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 286686982 9367552 266 33554432000 4194304 5064252 140735949614944 140735949613856 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18391/statm: 2287 266 226 213 0 72 0
[pid=18392] ppid=18391 vsize=84376 CPUtime=15.22 cores=1,3,5,7
/proc/18392/stat : 18392 (glucose) R 18391 11235 1843 0 -1 4202496 15683 0 0 0 1519 3 0 0 20 0 1 0 286686983 86401024 18825 33554432000 4194304 5208918 140734119498608 140734119496456 4211732 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18392/statm: 21094 18825 95 248 0 20843 0
Current children cumulated CPU time (s) 1656.45
Current children cumulated vsize (KiB) 189136

[startup+1722.3 s]
/proc/loadavg: 2.50 2.29 2.19 2/183 18712
/proc/meminfo: memFree=28798436/32873648 swapFree=7116/7116
[pid=11235] ppid=11233 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11235/stat : 11235 (npSolver-wbo-It) S 11233 11235 1843 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286522275 9367552 275 33554432000 4194304 5064252 140733564007152 140733564006064 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11235/statm: 2287 275 233 213 0 72 0
[pid=11236] ppid=11235 vsize=86464 CPUtime=1685.29 cores=1,3,5,7
/proc/11236/stat : 11236 (npSolver-wbo) S 11235 11235 1843 0 -1 4202496 109543 861415 0 0 629 101 167050 749 20 0 1 0 286522275 88539136 16663 33554432000 4194304 5990268 140734741227568 140734741218976 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 145 0 0
/proc/11236/statm: 21616 16663 175 439 0 21173 0
[pid=18586] ppid=11236 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18586/stat : 18586 (satsolver.sh) S 11236 11235 1843 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 286691389 9367552 267 33554432000 4194304 5064252 140733768875360 140733768874272 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/18586/statm: 2287 267 226 213 0 72 0
[pid=18587] ppid=18586 vsize=84536 CPUtime=31.14 cores=1,3,5,7
/proc/18587/stat : 18587 (glucose) R 18586 11235 1843 0 -1 4202496 15703 0 0 0 3111 3 0 0 20 0 1 0 286691389 86564864 19356 33554432000 4194304 5208918 140734578738896 140734578736744 4211834 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18587/statm: 21134 19356 95 248 0 20883 0
Current children cumulated CPU time (s) 1716.43
Current children cumulated vsize (KiB) 189296

[startup+1782.3 s]
/proc/loadavg: 2.18 2.23 2.17 2/182 18979
/proc/meminfo: memFree=28811612/32873648 swapFree=7116/7116
[pid=11235] ppid=11233 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11235/stat : 11235 (npSolver-wbo-It) S 11233 11235 1843 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286522275 9367552 275 33554432000 4194304 5064252 140733564007152 140733564006064 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11235/statm: 2287 275 233 213 0 72 0
[pid=11236] ppid=11235 vsize=86464 CPUtime=1773.49 cores=1,3,5,7
/proc/11236/stat : 11236 (npSolver-wbo) S 11235 11235 1843 0 -1 4202496 114797 906077 0 0 646 103 175813 787 20 0 1 0 286522275 88539136 16663 33554432000 4194304 5990268 140734741227568 140734741218976 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 145 0 0
/proc/11236/statm: 21616 16663 175 439 0 21173 0
[pid=18966] ppid=11236 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18966/stat : 18966 (satsolver.sh) S 11236 11235 1843 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 286700211 9367552 267 33554432000 4194304 5064252 140736200116352 140736200115264 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/18966/statm: 2287 267 226 213 0 72 0
[pid=18967] ppid=18966 vsize=84072 CPUtime=2.94 cores=1,3,5,7
/proc/18967/stat : 18967 (glucose) R 18966 11235 1843 0 -1 4202496 14909 0 0 0 291 3 0 0 20 0 1 0 286700211 86089728 18549 33554432000 4194304 5208918 140733247073968 140733247071816 4211501 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18967/statm: 21018 18549 95 248 0 20767 0
Current children cumulated CPU time (s) 1776.43
Current children cumulated vsize (KiB) 188832



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.9 s]
/proc/loadavg: 2.12 2.21 2.17 3/184 19082
/proc/meminfo: memFree=28790228/32873648 swapFree=7116/7116
[pid=11235] ppid=11233 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11235/stat : 11235 (npSolver-wbo-It) S 11233 11235 1843 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286522275 9367552 275 33554432000 4194304 5064252 140733564007152 140733564006064 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11235/statm: 2287 275 233 213 0 72 0
[pid=11236] ppid=11235 vsize=86464 CPUtime=1773.49 cores=1,3,5,7
/proc/11236/stat : 11236 (npSolver-wbo) S 11235 11235 1843 0 -1 4202496 114797 906077 0 0 646 103 175813 787 20 0 1 0 286522275 88539136 16663 33554432000 4194304 5990268 140734741227568 140734741218976 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 145 0 0
/proc/11236/statm: 21616 16663 175 439 0 21173 0
[pid=18966] ppid=11236 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18966/stat : 18966 (satsolver.sh) S 11236 11235 1843 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 286700211 9367552 267 33554432000 4194304 5064252 140736200116352 140736200115264 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/18966/statm: 2287 267 226 213 0 72 0
[pid=18967] ppid=18966 vsize=84532 CPUtime=26.53 cores=1,3,5,7
/proc/18967/stat : 18967 (glucose) R 18966 11235 1843 0 -1 4202496 15027 0 0 0 2650 3 0 0 20 0 1 0 286700211 86560768 19230 33554432000 4194304 5208918 140733247073968 140733247071816 4211558 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18967/statm: 21133 19230 95 248 0 20882 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 189292

Sending SIGTERM to process tree (bottom up)

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

[startup+1805.9 s]
/proc/loadavg: 2.12 2.21 2.17 3/184 19082
/proc/meminfo: memFree=28790228/32873648 swapFree=7116/7116
[pid=11235] ppid=11233 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11235/stat : 11235 (npSolver-wbo-It) S 11233 11235 1843 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286522275 9367552 275 33554432000 4194304 5064252 140733564007152 140733564006064 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11235/statm: 2287 275 233 213 0 72 0
[pid=11236] ppid=11235 vsize=86464 CPUtime=1773.49 cores=1,3,5,7
/proc/11236/stat : 11236 (npSolver-wbo) S 11235 11235 1843 0 -1 4202496 114797 906077 0 0 646 103 175813 787 20 0 1 0 286522275 88539136 16663 33554432000 4194304 5990268 140734741227568 140734741218976 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 145 0 0
/proc/11236/statm: 21616 16663 175 439 0 21173 0
[pid=18966] ppid=11236 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18966/stat : 18966 (satsolver.sh) S 11236 11235 1843 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 286700211 9367552 267 33554432000 4194304 5064252 140736200116352 140736200115264 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/18966/statm: 2287 267 226 213 0 72 0
[pid=18967] ppid=18966 vsize=84532 CPUtime=26.53 cores=1,3,5,7
/proc/18967/stat : 18967 (glucose) R 18966 11235 1843 0 -1 4202496 15027 0 0 0 2650 3 0 0 20 0 1 0 286700211 86560768 19230 33554432000 4194304 5208918 140733247073968 140733247071816 4211558 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18967/statm: 21133 19230 95 248 0 20882 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 189292

Child status: 0
Real time (s): 1805.91
CPU time (s): 1800.06
CPU user time (s): 1791.11
CPU system time (s): 8.94764
CPU usage (%): 99.676
Max. virtual memory (cumulated for all children) (KiB): 196684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.11
system time used= 8.94764
maximum resident set size= 96308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1036891
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2625384
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12279
involuntary context switches= 2317

runsolver used 2.6566 second user time and 7.32389 second system time

The end

Launcher Data

Begin job on node114 at 2012-05-28 13:19:09
IDJOB=3715702
IDBENCH=79032
IDSOLVER=2297
FILE ID=node114/3715702-1338203949
RUNJOBID= node114-1338194810-1860
PBS_JOBID= 14624601
Free space on /tmp= 71336 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-dlx1c.rwmem1.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-3715702-1338203949/watcher-3715702-1338203949 -o /tmp/evaluation-result-3715702-1338203949/solver-3715702-1338203949 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715702-1338203949.wbo 1121553173 HOME HOME

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

MD5SUM BENCH= 6d82afa4a3cb51b65db40c85a755382b
RANDOM SEED=1121553173

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:        29095576 kB
Buffers:          617728 kB
Cached:          2138120 kB
SwapCached:         2108 kB
Active:          1546044 kB
Inactive:        1353092 kB
Active(anon):     134664 kB
Inactive(anon):     7892 kB
Active(file):    1411380 kB
Inactive(file):  1345200 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67103912 kB
Dirty:             16088 kB
Writeback:            64 kB
AnonPages:        147320 kB
Mapped:            15344 kB
Shmem:               116 kB
Slab:             741484 kB
SReclaimable:     183308 kB
SUnreclaim:       558176 kB
KernelStack:        1472 kB
PageTables:         4100 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     276824 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    118784 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= 71276 MiB
End job on node114 at 2012-05-28 13:49:15