Trace number 3753005

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.81

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-dlx1c.ucl--soft-33-100-0.wbo
MD5SUM835b153aeac9652072cec4414ff34af5
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.467928
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables6392
Total number of constraints18058
Number of soft constraints12226
Number of constraints which are clauses17278
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints780
Minimum length of a constraint1
Maximum length of a constraint11
Top cost 617866
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 617865
Biggest number in a constraint 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 126
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.19	c run usual solver
0.97/1.09	o 2760
0.97/1.09	c starting approximation
0.97/1.09	c factor = 2
0.97/1.09	c factor still to low - shrinking to 202.463
0.97/1.09	c approx number of clauses: 1e+06
0.97/1.09	c current bound: 1380
65.92/66.22	c current bound: 1380
130.98/131.29	c current bound: 1380
195.95/196.28	c current bound: 1380
260.88/261.23	c current bound: 1380
328.71/329.08	c current bound: 1380
395.96/396.13	c current bound: 1380
464.05/464.23	c current bound: 1380
531.65/532.06	c current bound: 1380
599.49/599.92	c current bound: 1380
666.36/666.81	c current bound: 1380
734.39/734.92	c current bound: 1380
798.24/799.04	c current bound: 1380
863.03/863.63	c current bound: 1380
930.25/931.08	c current bound: 1380
996.42/997.27	c current bound: 1380
1060.84/1061.71	c current bound: 1380
1128.59/1129.46	c current bound: 1380
1192.91/1193.82	c current bound: 1380
1260.69/1261.59	c current bound: 1380
1324.91/1325.82	c current bound: 1380
1392.53/1393.46	c current bound: 1380
1456.92/1457.64	c current bound: 1380
1524.71/1525.40	c current bound: 1380
1592.67/1593.64	c current bound: 1380
1657.41/1658.38	c current bound: 1380
1725.26/1726.05	c current bound: 1380
1793.14/1793.90	c current bound: 1380
1800.02/1800.81	./satsolver.sh: line 5: 23443 Terminated              ./glucose $1 > $2 2> /dev/null
1800.02/1800.81	c error: unexpected solver exit code
1800.02/1800.81	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-3753005-1339204524/watcher-3753005-1339204524 -o /tmp/evaluation-result-3753005-1339204524/solver-3753005-1339204524 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3753005-1339204524.wbo 20162951 HOME HOME 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.11 2.81 2.46 3/178 3279
/proc/meminfo: memFree=31693968/32873844 swapFree=7132/7132
[pid=3279] ppid=3277 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3279/stat : 3279 (npSolver-wbo-It) S 3277 3279 3236 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30419445 9367552 274 33554432000 4194304 5064252 140733619563216 140733619562128 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3279/statm: 2287 274 233 213 0 72 0

[startup+0.073291 s]
/proc/loadavg: 2.11 2.81 2.46 3/178 3279
/proc/meminfo: memFree=31693968/32873844 swapFree=7132/7132
[pid=3279] ppid=3277 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3279/stat : 3279 (npSolver-wbo-It) S 3277 3279 3236 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30419445 9367552 274 33554432000 4194304 5064252 140733619563216 140733619562128 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3279/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100305 s]
/proc/loadavg: 2.11 2.81 2.46 3/178 3279
/proc/meminfo: memFree=31693968/32873844 swapFree=7132/7132
[pid=3279] ppid=3277 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3279/stat : 3279 (npSolver-wbo-It) S 3277 3279 3236 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30419445 9367552 274 33554432000 4194304 5064252 140733619563216 140733619562128 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3279/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300164 s]
/proc/loadavg: 2.11 2.81 2.46 3/178 3279
/proc/meminfo: memFree=31693968/32873844 swapFree=7132/7132
[pid=3279] ppid=3277 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3279/stat : 3279 (npSolver-wbo-It) S 3277 3279 3236 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30419445 9367552 274 33554432000 4194304 5064252 140733619563216 140733619562128 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3279/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700118 s]
/proc/loadavg: 2.11 2.81 2.46 3/178 3279
/proc/meminfo: memFree=31693968/32873844 swapFree=7132/7132
[pid=3279] ppid=3277 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3279/stat : 3279 (npSolver-wbo-It) S 3277 3279 3236 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30419445 9367552 274 33554432000 4194304 5064252 140733619563216 140733619562128 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3279/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5002 s]
/proc/loadavg: 2.11 2.81 2.46 4/185 3301
/proc/meminfo: memFree=31610232/32873844 swapFree=7132/7132
[pid=3279] ppid=3277 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3279/stat : 3279 (npSolver-wbo-It) S 3277 3279 3236 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30419445 9367552 274 33554432000 4194304 5064252 140733619563216 140733619562128 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3279/statm: 2287 274 233 213 0 72 0
[pid=3281] ppid=3279 vsize=32020 CPUtime=1.17 cores=0,2,4,6
/proc/3281/stat : 3281 (npSolver-wbo) S 3279 3279 3236 0 -1 4202496 6868 13069 0 0 27 11 75 4 20 0 1 0 30419445 32788480 7208 33554432000 4194304 6006132 140733961453616 140733961444976 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3281/statm: 8005 7208 177 443 0 7558 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 41168

[startup+3.10029 s]
/proc/loadavg: 2.10 2.80 2.45 4/184 3319
/proc/meminfo: memFree=31587044/32873844 swapFree=7132/7132
[pid=3279] ppid=3277 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3279/stat : 3279 (npSolver-wbo-It) S 3277 3279 3236 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30419445 9367552 274 33554432000 4194304 5064252 140733619563216 140733619562128 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3279/statm: 2287 274 233 213 0 72 0
[pid=3281] ppid=3279 vsize=32020 CPUtime=1.17 cores=0,2,4,6
/proc/3281/stat : 3281 (npSolver-wbo) S 3279 3279 3236 0 -1 4202496 6868 13069 0 0 27 11 75 4 20 0 1 0 30419445 32788480 7208 33554432000 4194304 6006132 140733961453616 140733961444976 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3281/statm: 8005 7208 177 443 0 7558 0
[pid=3309] ppid=3281 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3309/stat : 3309 (satsolver.sh) S 3281 3279 3236 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 30419563 9367552 266 33554432000 4194304 5064252 140734528146528 140734528145440 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3309/statm: 2287 266 226 213 0 72 0
[pid=3310] ppid=3309 vsize=52756 CPUtime=1.9 cores=0,2,4,6
/proc/3310/stat : 3310 (glucose) R 3309 3279 3236 0 -1 4202496 11087 0 0 0 188 2 0 0 20 0 1 0 30419563 54022144 11679 33554432000 4194304 5208918 140735216772928 140735216770600 4211665 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3310/statm: 13189 11679 95 248 0 12938 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 103072

[startup+6.30031 s]
/proc/loadavg: 2.10 2.80 2.45 3/185 3354
/proc/meminfo: memFree=31581120/32873844 swapFree=7132/7132
[pid=3279] ppid=3277 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3279/stat : 3279 (npSolver-wbo-It) S 3277 3279 3236 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30419445 9367552 274 33554432000 4194304 5064252 140733619563216 140733619562128 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3279/statm: 2287 274 233 213 0 72 0
[pid=3281] ppid=3279 vsize=32020 CPUtime=1.17 cores=0,2,4,6
/proc/3281/stat : 3281 (npSolver-wbo) S 3279 3279 3236 0 -1 4202496 6868 13069 0 0 27 11 75 4 20 0 1 0 30419445 32788480 7208 33554432000 4194304 6006132 140733961453616 140733961444976 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3281/statm: 8005 7208 177 443 0 7558 0
[pid=3309] ppid=3281 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3309/stat : 3309 (satsolver.sh) S 3281 3279 3236 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 30419563 9367552 266 33554432000 4194304 5064252 140734528146528 140734528145440 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3309/statm: 2287 266 226 213 0 72 0
[pid=3310] ppid=3309 vsize=52900 CPUtime=5.1 cores=0,2,4,6
/proc/3310/stat : 3310 (glucose) R 3309 3279 3236 0 -1 4202496 11113 0 0 0 508 2 0 0 20 0 1 0 30419563 54169600 11705 33554432000 4194304 5208918 140735216772928 140735216770600 4211851 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3310/statm: 13225 11705 95 248 0 12974 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 103216

[startup+12.7003 s]
/proc/loadavg: 2.09 2.77 2.45 4/186 3415
/proc/meminfo: memFree=31571400/32873844 swapFree=7132/7132
[pid=3279] ppid=3277 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3279/stat : 3279 (npSolver-wbo-It) S 3277 3279 3236 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30419445 9367552 274 33554432000 4194304 5064252 140733619563216 140733619562128 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3279/statm: 2287 274 233 213 0 72 0
[pid=3281] ppid=3279 vsize=32020 CPUtime=1.17 cores=0,2,4,6
/proc/3281/stat : 3281 (npSolver-wbo) S 3279 3279 3236 0 -1 4202496 6868 13069 0 0 27 11 75 4 20 0 1 0 30419445 32788480 7208 33554432000 4194304 6006132 140733961453616 140733961444976 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3281/statm: 8005 7208 177 443 0 7558 0
[pid=3309] ppid=3281 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3309/stat : 3309 (satsolver.sh) S 3281 3279 3236 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 30419563 9367552 266 33554432000 4194304 5064252 140734528146528 140734528145440 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3309/statm: 2287 266 226 213 0 72 0
[pid=3310] ppid=3309 vsize=52900 CPUtime=11.5 cores=0,2,4,6
/proc/3310/stat : 3310 (glucose) R 3309 3279 3236 0 -1 4202496 11114 0 0 0 1148 2 0 0 20 0 1 0 30419563 54169600 11706 33554432000 4194304 5208918 140735216772928 140735216770600 4211584 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3310/statm: 13225 11706 95 248 0 12974 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 103216

[startup+25.5003 s]
/proc/loadavg: 2.00 2.73 2.44 4/186 3562
/proc/meminfo: memFree=31571024/32873844 swapFree=7132/7132
[pid=3279] ppid=3277 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3279/stat : 3279 (npSolver-wbo-It) S 3277 3279 3236 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30419445 9367552 274 33554432000 4194304 5064252 140733619563216 140733619562128 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3279/statm: 2287 274 233 213 0 72 0
[pid=3281] ppid=3279 vsize=32020 CPUtime=1.17 cores=0,2,4,6
/proc/3281/stat : 3281 (npSolver-wbo) S 3279 3279 3236 0 -1 4202496 6868 13069 0 0 27 11 75 4 20 0 1 0 30419445 32788480 7208 33554432000 4194304 6006132 140733961453616 140733961444976 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3281/statm: 8005 7208 177 443 0 7558 0
[pid=3309] ppid=3281 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3309/stat : 3309 (satsolver.sh) S 3281 3279 3236 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 30419563 9367552 266 33554432000 4194304 5064252 140734528146528 140734528145440 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3309/statm: 2287 266 226 213 0 72 0
[pid=3310] ppid=3309 vsize=52900 CPUtime=24.3 cores=0,2,4,6
/proc/3310/stat : 3310 (glucose) R 3309 3279 3236 0 -1 4202496 11114 0 0 0 2428 2 0 0 20 0 1 0 30419563 54169600 11706 33554432000 4194304 5208918 140735216772928 140735216770600 4211888 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3310/statm: 13225 11706 95 248 0 12974 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 103216

[startup+51.1004 s]
/proc/loadavg: 2.00 2.67 2.43 4/186 3843
/proc/meminfo: memFree=31570972/32873844 swapFree=7132/7132
[pid=3279] ppid=3277 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3279/stat : 3279 (npSolver-wbo-It) S 3277 3279 3236 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30419445 9367552 274 33554432000 4194304 5064252 140733619563216 140733619562128 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3279/statm: 2287 274 233 213 0 72 0
[pid=3281] ppid=3279 vsize=32020 CPUtime=1.17 cores=0,2,4,6
/proc/3281/stat : 3281 (npSolver-wbo) S 3279 3279 3236 0 -1 4202496 6868 13069 0 0 27 11 75 4 20 0 1 0 30419445 32788480 7208 33554432000 4194304 6006132 140733961453616 140733961444976 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3281/statm: 8005 7208 177 443 0 7558 0
[pid=3309] ppid=3281 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3309/stat : 3309 (satsolver.sh) S 3281 3279 3236 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 30419563 9367552 266 33554432000 4194304 5064252 140734528146528 140734528145440 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3309/statm: 2287 266 226 213 0 72 0
[pid=3310] ppid=3309 vsize=52900 CPUtime=49.89 cores=0,2,4,6
/proc/3310/stat : 3310 (glucose) R 3309 3279 3236 0 -1 4202496 11123 0 0 0 4987 2 0 0 20 0 1 0 30419563 54169600 11713 33554432000 4194304 5208918 140735216772928 140735216770600 4211744 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3310/statm: 13225 11713 95 248 0 12974 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 103216

[startup+102.307 s]
/proc/loadavg: 1.96 2.54 2.39 4/186 4428
/proc/meminfo: memFree=31570700/32873844 swapFree=7132/7132
[pid=3279] ppid=3277 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3279/stat : 3279 (npSolver-wbo-It) S 3277 3279 3236 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30419445 9367552 274 33554432000 4194304 5064252 140733619563216 140733619562128 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3279/statm: 2287 274 233 213 0 72 0
[pid=3281] ppid=3279 vsize=32020 CPUtime=66.28 cores=0,2,4,6
/proc/3281/stat : 3281 (npSolver-wbo) S 3279 3279 3236 0 -1 4202496 8389 29847 0 0 35 12 6563 18 20 0 1 0 30419445 32788480 7208 33554432000 4194304 6006132 140733961453616 140733961444976 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3281/statm: 8005 7208 177 443 0 7558 0
[pid=4024] ppid=3281 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4024/stat : 4024 (satsolver.sh) S 3281 3279 3236 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 30426076 9367552 267 33554432000 4194304 5064252 140734404834400 140734404833312 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4024/statm: 2287 267 226 213 0 72 0
[pid=4025] ppid=4024 vsize=52900 CPUtime=35.97 cores=0,2,4,6
/proc/4025/stat : 4025 (glucose) R 4024 3279 3236 0 -1 4202496 11700 0 0 0 3595 2 0 0 20 0 1 0 30426076 54169600 11654 33554432000 4194304 5208918 140736586500112 140736586497784 4211620 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4025/statm: 13225 11654 95 248 0 12974 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 103216

[startup+162.3 s]
/proc/loadavg: 1.83 2.41 2.35 4/186 5096
/proc/meminfo: memFree=31569632/32873844 swapFree=7132/7132
[pid=3279] ppid=3277 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3279/stat : 3279 (npSolver-wbo-It) S 3277 3279 3236 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30419445 9367552 274 33554432000 4194304 5064252 140733619563216 140733619562128 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3279/statm: 2287 274 233 213 0 72 0
[pid=3281] ppid=3279 vsize=32020 CPUtime=131.33 cores=0,2,4,6
/proc/3281/stat : 3281 (npSolver-wbo) S 3279 3279 3236 0 -1 4202496 9910 47263 0 0 43 13 13046 31 20 0 1 0 30419445 32788480 7208 33554432000 4194304 6006132 140733961453616 140733961444976 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3281/statm: 8005 7208 177 443 0 7558 0
[pid=4759] ppid=3281 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4759/stat : 4759 (satsolver.sh) S 3281 3279 3236 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 30432583 9367552 265 33554432000 4194304 5064252 140736852099952 140736852098864 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4759/statm: 2287 265 226 213 0 72 0
[pid=4760] ppid=4759 vsize=52900 CPUtime=30.89 cores=0,2,4,6
/proc/4760/stat : 4760 (glucose) R 4759 3279 3236 0 -1 4202496 11696 0 0 0 3087 2 0 0 20 0 1 0 30432584 54169600 11636 33554432000 4194304 5208918 140737424393744 140737424391416 4211580 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4760/statm: 13225 11636 95 248 0 12974 0
Current children cumulated CPU time (s) 162.22

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.08 5/186 18657
/proc/meminfo: memFree=31514248/32873844 swapFree=7132/7132
[pid=3279] ppid=3277 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3279/stat : 3279 (npSolver-wbo-It) S 3277 3279 3236 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30419445 9367552 274 33554432000 4194304 5064252 140733619563216 140733619562128 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3279/statm: 2287 274 233 213 0 72 0
[pid=3281] ppid=3279 vsize=32020 CPUtime=1325.26 cores=0,2,4,6
/proc/3281/stat : 3281 (npSolver-wbo) S 3279 3279 3236 0 -1 4202496 37288 360841 0 0 192 30 132014 290 20 0 1 0 30419445 32788480 7208 33554432000 4194304 6006132 140733961453616 140733961444976 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3281/statm: 8005 7208 177 443 0 7558 0
[pid=18268] ppid=3281 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18268/stat : 18268 (satsolver.sh) S 3281 3279 3236 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 30552036 9367552 267 33554432000 4194304 5064252 140737273436512 140737273435424 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18268/statm: 2287 267 226 213 0 72 0
[pid=18269] ppid=18268 vsize=52900 CPUtime=36.36 cores=0,2,4,6
/proc/18269/stat : 18269 (glucose) R 18268 3279 3236 0 -1 4202496 11026 0 0 0 3635 1 0 0 20 0 1 0 30552037 54169600 11652 33554432000 4194304 5208918 140735349862576 140735349860248 4211834 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/18269/statm: 13225 11652 95 248 0 12974 0
Current children cumulated CPU time (s) 1361.62
Current children cumulated vsize (KiB) 103216

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.08 4/185 19326
/proc/meminfo: memFree=31476764/32873844 swapFree=7132/7132
[pid=3279] ppid=3277 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3279/stat : 3279 (npSolver-wbo-It) S 3277 3279 3236 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30419445 9367552 274 33554432000 4194304 5064252 140733619563216 140733619562128 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3279/statm: 2287 274 233 213 0 72 0
[pid=3281] ppid=3279 vsize=32020 CPUtime=1392.89 cores=0,2,4,6
/proc/3281/stat : 3281 (npSolver-wbo) S 3279 3279 3236 0 -1 4202496 38809 377581 0 0 201 31 138752 305 20 0 1 0 30419445 32788480 7208 33554432000 4194304 6006132 140733961453616 140733961444976 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3281/statm: 8005 7208 177 443 0 7558 0
[pid=19006] ppid=3281 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19006/stat : 19006 (satsolver.sh) S 3281 3279 3236 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 30558800 9367552 267 33554432000 4194304 5064252 140735792433600 140735792432512 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19006/statm: 2287 267 226 213 0 72 0
[pid=19007] ppid=19006 vsize=52896 CPUtime=28.74 cores=0,2,4,6
/proc/19007/stat : 19007 (glucose) R 19006 3279 3236 0 -1 4202496 11318 0 0 0 2873 1 0 0 20 0 1 0 30558800 54165504 11828 33554432000 4194304 5208918 140734942236288 140734942233960 4211501 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19007/statm: 13224 11828 95 248 0 12973 0
Current children cumulated CPU time (s) 1421.63
Current children cumulated vsize (KiB) 103212

[startup+1482.3 s]
/proc/loadavg: 2.21 2.05 2.09 4/186 19990
/proc/meminfo: memFree=31511984/32873844 swapFree=7132/7132
[pid=3279] ppid=3277 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3279/stat : 3279 (npSolver-wbo-It) S 3277 3279 3236 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30419445 9367552 274 33554432000 4194304 5064252 140733619563216 140733619562128 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3279/statm: 2287 274 233 213 0 72 0
[pid=3281] ppid=3279 vsize=32020 CPUtime=1457.06 cores=0,2,4,6
/proc/3281/stat : 3281 (npSolver-wbo) S 3279 3279 3236 0 -1 4202496 40330 394638 0 0 209 32 145147 318 20 0 1 0 30419445 32788480 7208 33554432000 4194304 6006132 140733961453616 140733961444976 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3281/statm: 8005 7208 177 443 0 7558 0
[pid=19724] ppid=3281 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19724/stat : 19724 (satsolver.sh) S 3281 3279 3236 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 30565218 9367552 267 33554432000 4194304 5064252 140733217786256 140733217785168 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19724/statm: 2287 267 226 213 0 72 0
[pid=19725] ppid=19724 vsize=52900 CPUtime=24.55 cores=0,2,4,6
/proc/19725/stat : 19725 (glucose) R 19724 3279 3236 0 -1 4202496 11001 0 0 0 2453 2 0 0 20 0 1 0 30565218 54169600 11623 33554432000 4194304 5208918 140736477563552 140736477561224 4211584 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/19725/statm: 13225 11623 95 248 0 12974 0
Current children cumulated CPU time (s) 1481.61
Current children cumulated vsize (KiB) 103216

[startup+1542.3 s]
/proc/loadavg: 2.39 2.15 2.12 4/185 20662
/proc/meminfo: memFree=31512808/32873844 swapFree=7132/7132
[pid=3279] ppid=3277 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3279/stat : 3279 (npSolver-wbo-It) S 3277 3279 3236 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30419445 9367552 274 33554432000 4194304 5064252 140733619563216 140733619562128 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3279/statm: 2287 274 233 213 0 72 0
[pid=3281] ppid=3279 vsize=32020 CPUtime=1524.81 cores=0,2,4,6
/proc/3281/stat : 3281 (npSolver-wbo) S 3279 3279 3236 0 -1 4202496 41851 411383 0 0 217 33 151900 331 20 0 1 0 30419445 32788480 7208 33554432000 4194304 6006132 140733961453616 140733961444976 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3281/statm: 8005 7208 177 443 0 7558 0
[pid=20486] ppid=3281 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20486/stat : 20486 (satsolver.sh) S 3281 3279 3236 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 30571994 9367552 267 33554432000 4194304 5064252 140737439382000 140737439380912 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20486/statm: 2287 267 226 213 0 72 0
[pid=20487] ppid=20486 vsize=52900 CPUtime=16.79 cores=0,2,4,6
/proc/20487/stat : 20487 (glucose) R 20486 3279 3236 0 -1 4202496 11632 0 0 0 1678 1 0 0 20 0 1 0 30571994 54169600 11580 33554432000 4194304 5208918 140735464280048 140735464277720 4211553 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20487/statm: 13225 11580 95 248 0 12974 0
Current children cumulated CPU time (s) 1541.6
Current children cumulated vsize (KiB) 103216

[startup+1602.3 s]
/proc/loadavg: 2.28 2.15 2.12 4/185 21314
/proc/meminfo: memFree=31511220/32873844 swapFree=7132/7132
[pid=3279] ppid=3277 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3279/stat : 3279 (npSolver-wbo-It) S 3277 3279 3236 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30419445 9367552 274 33554432000 4194304 5064252 140733619563216 140733619562128 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3279/statm: 2287 274 233 213 0 72 0
[pid=3281] ppid=3279 vsize=32020 CPUtime=1593.03 cores=0,2,4,6
/proc/3281/stat : 3281 (npSolver-wbo) S 3279 3279 3236 0 -1 4202496 43372 428808 0 0 226 34 158700 343 20 0 1 0 30419445 32788480 7208 33554432000 4194304 6006132 140733961453616 140733961444976 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3281/statm: 8005 7208 177 443 0 7558 0
[pid=21233] ppid=3281 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21233/stat : 21233 (satsolver.sh) S 3281 3279 3236 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 30578818 9367552 266 33554432000 4194304 5064252 140735757648800 140735757647712 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21233/statm: 2287 266 226 213 0 72 0
[pid=21234] ppid=21233 vsize=52904 CPUtime=8.55 cores=0,2,4,6
/proc/21234/stat : 21234 (glucose) R 21233 3279 3236 0 -1 4202496 11130 0 0 0 853 2 0 0 20 0 1 0 30578818 54173696 11718 33554432000 4194304 5208918 140733818631712 140733818629384 4211584 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/21234/statm: 13226 11718 95 248 0 12975 0
Current children cumulated CPU time (s) 1601.58
Current children cumulated vsize (KiB) 103220

[startup+1662.3 s]
/proc/loadavg: 2.09 2.12 2.10 4/183 21981
/proc/meminfo: memFree=31527140/32873844 swapFree=7132/7132
[pid=3279] ppid=3277 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3279/stat : 3279 (npSolver-wbo-It) S 3277 3279 3236 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30419445 9367552 274 33554432000 4194304 5064252 140733619563216 140733619562128 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3279/statm: 2287 274 233 213 0 72 0
[pid=3281] ppid=3279 vsize=32020 CPUtime=1657.76 cores=0,2,4,6
/proc/3281/stat : 3281 (npSolver-wbo) S 3279 3279 3236 0 -1 4202496 44893 446098 0 0 234 35 165149 358 20 0 1 0 30419445 32788480 7208 33554432000 4194304 6006132 140733961453616 140733961444976 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3281/statm: 8005 7208 177 443 0 7558 0
[pid=21945] ppid=3281 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21945/stat : 21945 (satsolver.sh) S 3281 3279 3236 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 30585292 9367552 267 33554432000 4194304 5064252 140735472736944 140735472735856 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21945/statm: 2287 267 226 213 0 72 0
[pid=21946] ppid=21945 vsize=52896 CPUtime=3.81 cores=0,2,4,6
/proc/21946/stat : 21946 (glucose) R 21945 3279 3236 0 -1 4202496 11587 0 0 0 379 2 0 0 20 0 1 0 30585292 54165504 11528 33554432000 4194304 5208918 140735148281568 140735148279240 4211792 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/21946/statm: 13224 11528 95 248 0 12973 0
Current children cumulated CPU time (s) 1661.57
Current children cumulated vsize (KiB) 103212

[startup+1722.3 s]
/proc/loadavg: 2.13 2.12 2.10 4/184 22634
/proc/meminfo: memFree=31493724/32873844 swapFree=7132/7132
[pid=3279] ppid=3277 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3279/stat : 3279 (npSolver-wbo-It) S 3277 3279 3236 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30419445 9367552 274 33554432000 4194304 5064252 140733619563216 140733619562128 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3279/statm: 2287 274 233 213 0 72 0
[pid=3281] ppid=3279 vsize=32020 CPUtime=1657.76 cores=0,2,4,6
/proc/3281/stat : 3281 (npSolver-wbo) S 3279 3279 3236 0 -1 4202496 44893 446098 0 0 234 35 165149 358 20 0 1 0 30419445 32788480 7208 33554432000 4194304 6006132 140733961453616 140733961444976 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3281/statm: 8005 7208 177 443 0 7558 0
[pid=21945] ppid=3281 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21945/stat : 21945 (satsolver.sh) S 3281 3279 3236 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 30585292 9367552 267 33554432000 4194304 5064252 140735472736944 140735472735856 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21945/statm: 2287 267 226 213 0 72 0
[pid=21946] ppid=21945 vsize=52896 CPUtime=63.8 cores=0,2,4,6
/proc/21946/stat : 21946 (glucose) R 21945 3279 3236 0 -1 4202496 11820 0 0 0 6378 2 0 0 20 0 1 0 30585292 54165504 11896 33554432000 4194304 5208918 140735148281568 140735148279240 4211584 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/21946/statm: 13224 11896 95 248 0 12973 0
Current children cumulated CPU time (s) 1721.56
Current children cumulated vsize (KiB) 103212

[startup+1782.3 s]
/proc/loadavg: 2.04 2.09 2.09 4/185 23303
/proc/meminfo: memFree=31508408/32873844 swapFree=7132/7132
[pid=3279] ppid=3277 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3279/stat : 3279 (npSolver-wbo-It) S 3277 3279 3236 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30419445 9367552 274 33554432000 4194304 5064252 140733619563216 140733619562128 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3279/statm: 2287 274 233 213 0 72 0
[pid=3281] ppid=3279 vsize=32020 CPUtime=1725.4 cores=0,2,4,6
/proc/3281/stat : 3281 (npSolver-wbo) S 3279 3279 3236 0 -1 4202496 46414 463525 0 0 242 36 171891 371 20 0 1 0 30419445 32788480 7208 33554432000 4194304 6006132 140733961453616 140733961444976 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3281/statm: 8005 7208 177 443 0 7558 0
[pid=22689] ppid=3281 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22689/stat : 22689 (satsolver.sh) S 3281 3279 3236 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 30592059 9367552 267 33554432000 4194304 5064252 140735114018336 140735114017248 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22689/statm: 2287 267 226 213 0 72 0
[pid=22690] ppid=22689 vsize=52900 CPUtime=56.13 cores=0,2,4,6
/proc/22690/stat : 22690 (glucose) R 22689 3279 3236 0 -1 4202496 11756 0 0 0 5611 2 0 0 20 0 1 0 30592059 54169600 11727 33554432000 4194304 5208918 140734873048592 140734873046264 4211888 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/22690/statm: 13225 11727 95 248 0 12974 0
Current children cumulated CPU time (s) 1781.53
Current children cumulated vsize (KiB) 103216



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 2.03 2.09 2.09 3/185 23517
/proc/meminfo: memFree=31480884/32873844 swapFree=7132/7132
[pid=3279] ppid=3277 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3279/stat : 3279 (npSolver-wbo-It) S 3277 3279 3236 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 30419445 9367552 274 33554432000 4194304 5064252 140733619563216 140733619562128 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3279/statm: 2287 274 233 213 0 72 0
[pid=3281] ppid=3279 vsize=32020 CPUtime=1793.23 cores=0,2,4,6
/proc/3281/stat : 3281 (npSolver-wbo) S 3279 3279 3236 0 -1 4202496 47935 480921 0 0 250 37 178651 385 20 0 1 0 30419445 32788480 7208 33554432000 4194304 6006132 140733961453616 140733961444976 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3281/statm: 8005 7208 177 443 0 7558 0
[pid=23442] ppid=3281 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23442/stat : 23442 (satsolver.sh) S 3281 3279 3236 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 30598844 9367552 267 33554432000 4194304 5064252 140734046115824 140734046114736 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23442/statm: 2287 267 226 213 0 72 0
[pid=23443] ppid=23442 vsize=52896 CPUtime=6.79 cores=0,2,4,6
/proc/23443/stat : 23443 (glucose) R 23442 3279 3236 0 -1 4202496 11588 0 0 0 677 2 0 0 20 0 1 0 30598844 54165504 11542 33554432000 4194304 5208918 140736536038160 140736536035832 4211744 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23443/statm: 13224 11542 95 248 0 12973 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 103212

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.81
CPU time (s): 1800.07
CPU user time (s): 1795.81
CPU system time (s): 4.26235
CPU usage (%): 99.9587
Max. virtual memory (cumulated for all children) (KiB): 111164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.8
system time used= 4.26235
maximum resident set size= 51660
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 541434
page faults= 0
swaps= 0
block input operations= 0
block output operations= 450528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8448
involuntary context switches= 3570

runsolver used 2.98055 second user time and 8.5457 second system time

The end

Launcher Data

Begin job on node132 at 2012-06-09 03:15:24
IDJOB=3753005
IDBENCH=79009
IDSOLVER=2336
FILE ID=node132/3753005-1339204524
RUNJOBID= node132-1339204524-3252
PBS_JOBID= 14643857
Free space on /tmp= 71020 MiB

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

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

MD5SUM BENCH= 835b153aeac9652072cec4414ff34af5
RANDOM SEED=20162951

node132.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.213
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.42
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.213
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	: 5332.55
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.213
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	: 5332.55
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.213
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	: 5332.56
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.213
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	: 5332.55
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.213
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	: 5332.55
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.213
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	: 5332.55
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.213
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31694248 kB
Buffers:          260212 kB
Cached:            80588 kB
SwapCached:          972 kB
Active:           283756 kB
Inactive:          64960 kB
Active(anon):       1432 kB
Inactive(anon):     4920 kB
Active(file):     282324 kB
Inactive(file):    60040 kB
Unevictable:        7132 kB
Mlocked:            7132 kB
SwapTotal:      67108856 kB
SwapFree:       67100716 kB
Dirty:             18076 kB
Writeback:             0 kB
AnonPages:         10460 kB
Mapped:             9904 kB
Shmem:                 8 kB
Slab:             690968 kB
SReclaimable:     132864 kB
SUnreclaim:       558104 kB
KernelStack:        1416 kB
PageTables:         4020 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     106396 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71136 MiB
End job on node132 at 2012-06-09 03:45:25