Trace number 3715663

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

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-35-30--soft-33-100-0.wbo
MD5SUM515e8ce2c7c31d2b78b34efd1db422a9
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark0.336948
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1050
Total number of constraints65
Number of soft constraints44
Number of constraints which are clauses35
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint35
Top cost 2588
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 2587
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 36
Number of bits of the biggest sum of numbers6
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.04	c run usual solver
1.06/1.13	o 964
1.06/1.13	c starting approximation
1.06/1.13	c factor = 2
1.06/1.13	c current bound: 482
59.36/59.47	c current bound: 482
116.63/116.75	c current bound: 482
174.19/174.31	c current bound: 482
231.81/231.99	c current bound: 482
289.87/290.01	c current bound: 482
347.48/347.62	c current bound: 482
405.48/405.70	c current bound: 482
463.45/463.63	c current bound: 482
521.32/521.50	c current bound: 482
579.62/579.83	c current bound: 482
636.90/637.12	c current bound: 482
695.20/695.46	c current bound: 482
753.29/753.58	c current bound: 482
810.95/811.21	c current bound: 482
868.47/868.74	c current bound: 482
926.24/926.52	c current bound: 482
983.89/984.24	c current bound: 482
1041.75/1042.12	c current bound: 482
1098.95/1099.37	c current bound: 482
1156.45/1156.83	c current bound: 482
1214.83/1215.28	c current bound: 482
1273.22/1273.63	c current bound: 482
1330.57/1331.01	c current bound: 482
1388.08/1388.57	c current bound: 482
1445.78/1446.24	c current bound: 482
1503.55/1504.02	c current bound: 482
1560.85/1561.37	c current bound: 482
1619.04/1619.56	c current bound: 482
1676.52/1677.00	c current bound: 482
1734.29/1734.86	c current bound: 482
1791.48/1792.04	c current bound: 482
1800.10/1800.61	./satsolver.sh: line 5: 21968 Terminated              ./glucose $1 > $2 2> /dev/null
1800.10/1800.61	c error: unexpected solver exit code
1800.10/1800.61	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3715663-1338181763/watcher-3715663-1338181763 -o /tmp/evaluation-result-3715663-1338181763/solver-3715663-1338181763 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715663-1338181763.wbo 1214069402 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: 1.86 1.93 1.90 3/179 3434
/proc/meminfo: memFree=30931108/32873844 swapFree=7108/7108
[pid=3434] ppid=3432 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3434/stat : 3434 (npSolver-wbo-It) S 3432 3434 15230 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284304871 9367552 275 33554432000 4194304 5064252 140737153853568 140737153852480 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3434/statm: 2287 275 233 213 0 72 0

[startup+0.019726 s]
/proc/loadavg: 1.86 1.93 1.90 3/179 3434
/proc/meminfo: memFree=30931108/32873844 swapFree=7108/7108
[pid=3434] ppid=3432 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3434/stat : 3434 (npSolver-wbo-It) S 3432 3434 15230 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284304871 9367552 275 33554432000 4194304 5064252 140737153853568 140737153852480 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3434/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10016 s]
/proc/loadavg: 1.86 1.93 1.90 3/179 3434
/proc/meminfo: memFree=30931108/32873844 swapFree=7108/7108
[pid=3434] ppid=3432 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3434/stat : 3434 (npSolver-wbo-It) S 3432 3434 15230 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284304871 9367552 275 33554432000 4194304 5064252 140737153853568 140737153852480 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3434/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30012 s]
/proc/loadavg: 1.86 1.93 1.90 3/179 3434
/proc/meminfo: memFree=30931108/32873844 swapFree=7108/7108
[pid=3434] ppid=3432 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3434/stat : 3434 (npSolver-wbo-It) S 3432 3434 15230 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284304871 9367552 275 33554432000 4194304 5064252 140737153853568 140737153852480 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3434/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700111 s]
/proc/loadavg: 1.86 1.93 1.90 3/179 3434
/proc/meminfo: memFree=30931108/32873844 swapFree=7108/7108
[pid=3434] ppid=3432 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3434/stat : 3434 (npSolver-wbo-It) S 3432 3434 15230 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284304871 9367552 275 33554432000 4194304 5064252 140737153853568 140737153852480 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3434/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50027 s]
/proc/loadavg: 1.86 1.93 1.90 3/183 3441
/proc/meminfo: memFree=30921084/32873844 swapFree=7108/7108
[pid=3434] ppid=3432 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3434/stat : 3434 (npSolver-wbo-It) S 3432 3434 15230 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284304871 9367552 275 33554432000 4194304 5064252 140737153853568 140737153852480 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3434/statm: 2287 275 233 213 0 72 0
[pid=3435] ppid=3434 vsize=4876 CPUtime=1.12 cores=1,3,5,7
/proc/3435/stat : 3435 (npSolver-wbo) S 3434 3434 15230 0 -1 4202496 1566 10580 0 0 5 2 101 4 20 0 1 0 284304871 4993024 726 33554432000 4194304 5990268 140734583051776 140734583043184 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3435/statm: 1219 726 179 439 0 776 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 14024

[startup+3.10033 s]
/proc/loadavg: 1.86 1.93 1.90 3/183 3455
/proc/meminfo: memFree=30915424/32873844 swapFree=7108/7108
[pid=3434] ppid=3432 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3434/stat : 3434 (npSolver-wbo-It) S 3432 3434 15230 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284304871 9367552 275 33554432000 4194304 5064252 140737153853568 140737153852480 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3434/statm: 2287 275 233 213 0 72 0
[pid=3435] ppid=3434 vsize=4876 CPUtime=1.12 cores=1,3,5,7
/proc/3435/stat : 3435 (npSolver-wbo) S 3434 3434 15230 0 -1 4202496 1566 10580 0 0 5 2 101 4 20 0 1 0 284304871 4993024 726 33554432000 4194304 5990268 140734583051776 140734583043184 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3435/statm: 1219 726 179 439 0 776 0
[pid=3447] ppid=3435 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3447/stat : 3447 (satsolver.sh) S 3435 3434 15230 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284304985 9367552 267 33554432000 4194304 5064252 140737155212640 140737155211552 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3447/statm: 2287 267 226 213 0 72 0
[pid=3448] ppid=3447 vsize=19760 CPUtime=1.94 cores=1,3,5,7
/proc/3448/stat : 3448 (glucose) R 3447 3434 15230 0 -1 4202496 4963 0 0 0 194 0 0 0 20 0 1 0 284304986 20234240 4156 33554432000 4194304 5208918 140735113644000 140735113641864 4231508 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3448/statm: 4940 4156 104 248 0 4689 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 42932

[startup+6.3004 s]
/proc/loadavg: 1.87 1.93 1.90 3/183 3469
/proc/meminfo: memFree=30905492/32873844 swapFree=7108/7108
[pid=3434] ppid=3432 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3434/stat : 3434 (npSolver-wbo-It) S 3432 3434 15230 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284304871 9367552 275 33554432000 4194304 5064252 140737153853568 140737153852480 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3434/statm: 2287 275 233 213 0 72 0
[pid=3435] ppid=3434 vsize=4876 CPUtime=1.12 cores=1,3,5,7
/proc/3435/stat : 3435 (npSolver-wbo) S 3434 3434 15230 0 -1 4202496 1566 10580 0 0 5 2 101 4 20 0 1 0 284304871 4993024 726 33554432000 4194304 5990268 140734583051776 140734583043184 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3435/statm: 1219 726 179 439 0 776 0
[pid=3447] ppid=3435 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3447/stat : 3447 (satsolver.sh) S 3435 3434 15230 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284304985 9367552 267 33554432000 4194304 5064252 140737155212640 140737155211552 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3447/statm: 2287 267 226 213 0 72 0
[pid=3448] ppid=3447 vsize=22480 CPUtime=5.14 cores=1,3,5,7
/proc/3448/stat : 3448 (glucose) R 3447 3434 15230 0 -1 4202496 5497 0 0 0 514 0 0 0 20 0 1 0 284304986 23019520 5197 33554432000 4194304 5208918 140735113644000 140735113641864 4229717 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3448/statm: 5620 5197 104 248 0 5369 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 45652

[startup+12.7003 s]
/proc/loadavg: 1.88 1.93 1.90 3/183 3490
/proc/meminfo: memFree=30905820/32873844 swapFree=7108/7108
[pid=3434] ppid=3432 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3434/stat : 3434 (npSolver-wbo-It) S 3432 3434 15230 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284304871 9367552 275 33554432000 4194304 5064252 140737153853568 140737153852480 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3434/statm: 2287 275 233 213 0 72 0
[pid=3435] ppid=3434 vsize=4876 CPUtime=1.12 cores=1,3,5,7
/proc/3435/stat : 3435 (npSolver-wbo) S 3434 3434 15230 0 -1 4202496 1566 10580 0 0 5 2 101 4 20 0 1 0 284304871 4993024 726 33554432000 4194304 5990268 140734583051776 140734583043184 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3435/statm: 1219 726 179 439 0 776 0
[pid=3447] ppid=3435 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3447/stat : 3447 (satsolver.sh) S 3435 3434 15230 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284304985 9367552 267 33554432000 4194304 5064252 140737155212640 140737155211552 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3447/statm: 2287 267 226 213 0 72 0
[pid=3448] ppid=3447 vsize=19800 CPUtime=11.54 cores=1,3,5,7
/proc/3448/stat : 3448 (glucose) R 3447 3434 15230 0 -1 4202496 6533 0 0 0 1153 1 0 0 20 0 1 0 284304986 20275200 4559 33554432000 4194304 5208918 140735113644000 140735113642008 4229406 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3448/statm: 4950 4559 104 248 0 4699 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 42972

[startup+25.5004 s]
/proc/loadavg: 1.91 1.93 1.90 3/183 3546
/proc/meminfo: memFree=30891420/32873844 swapFree=7108/7108
[pid=3434] ppid=3432 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3434/stat : 3434 (npSolver-wbo-It) S 3432 3434 15230 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284304871 9367552 275 33554432000 4194304 5064252 140737153853568 140737153852480 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3434/statm: 2287 275 233 213 0 72 0
[pid=3435] ppid=3434 vsize=4876 CPUtime=1.12 cores=1,3,5,7
/proc/3435/stat : 3435 (npSolver-wbo) S 3434 3434 15230 0 -1 4202496 1566 10580 0 0 5 2 101 4 20 0 1 0 284304871 4993024 726 33554432000 4194304 5990268 140734583051776 140734583043184 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3435/statm: 1219 726 179 439 0 776 0
[pid=3447] ppid=3435 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3447/stat : 3447 (satsolver.sh) S 3435 3434 15230 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284304985 9367552 267 33554432000 4194304 5064252 140737155212640 140737155211552 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3447/statm: 2287 267 226 213 0 72 0
[pid=3448] ppid=3447 vsize=31620 CPUtime=24.34 cores=1,3,5,7
/proc/3448/stat : 3448 (glucose) R 3447 3434 15230 0 -1 4202496 7365 0 0 0 2433 1 0 0 20 0 1 0 284304986 32378880 7109 33554432000 4194304 5208918 140735113644000 140735113641944 4211553 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3448/statm: 7905 7109 104 248 0 7654 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 54792

[startup+51.1004 s]
/proc/loadavg: 1.94 1.93 1.90 3/184 3647
/proc/meminfo: memFree=30878824/32873844 swapFree=7108/7108
[pid=3434] ppid=3432 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3434/stat : 3434 (npSolver-wbo-It) S 3432 3434 15230 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284304871 9367552 275 33554432000 4194304 5064252 140737153853568 140737153852480 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3434/statm: 2287 275 233 213 0 72 0
[pid=3435] ppid=3434 vsize=4876 CPUtime=1.12 cores=1,3,5,7
/proc/3435/stat : 3435 (npSolver-wbo) S 3434 3434 15230 0 -1 4202496 1566 10580 0 0 5 2 101 4 20 0 1 0 284304871 4993024 726 33554432000 4194304 5990268 140734583051776 140734583043184 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3435/statm: 1219 726 179 439 0 776 0
[pid=3447] ppid=3435 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3447/stat : 3447 (satsolver.sh) S 3435 3434 15230 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284304985 9367552 267 33554432000 4194304 5064252 140737155212640 140737155211552 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3447/statm: 2287 267 226 213 0 72 0
[pid=3448] ppid=3447 vsize=45868 CPUtime=49.94 cores=1,3,5,7
/proc/3448/stat : 3448 (glucose) R 3447 3434 15230 0 -1 4202496 9315 0 0 0 4992 2 0 0 20 0 1 0 284304986 46968832 11019 33554432000 4194304 5208918 140735113644000 140735113641864 4212619 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3448/statm: 11467 11019 104 248 0 11216 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 69040

[startup+102.307 s]
/proc/loadavg: 2.02 1.96 1.91 3/183 3860
/proc/meminfo: memFree=30899244/32873844 swapFree=7108/7108
[pid=3434] ppid=3432 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3434/stat : 3434 (npSolver-wbo-It) S 3432 3434 15230 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284304871 9367552 275 33554432000 4194304 5064252 140737153853568 140737153852480 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3434/statm: 2287 275 233 213 0 72 0
[pid=3435] ppid=3434 vsize=5388 CPUtime=59.44 cores=1,3,5,7
/proc/3435/stat : 3435 (npSolver-wbo) S 3434 3434 15230 0 -1 4202496 2131 23641 0 0 5 2 5928 9 20 0 1 0 284304871 5517312 856 33554432000 4194304 5990268 140734583051776 140734583043184 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3435/statm: 1347 856 180 439 0 904 0
[pid=3688] ppid=3435 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3688/stat : 3688 (satsolver.sh) S 3435 3434 15230 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284310820 9367552 267 33554432000 4194304 5064252 140734288005312 140734288004224 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3688/statm: 2287 267 226 213 0 72 0
[pid=3689] ppid=3688 vsize=45868 CPUtime=42.8 cores=1,3,5,7
/proc/3689/stat : 3689 (glucose) R 3688 3434 15230 0 -1 4202496 8038 0 0 0 4277 3 0 0 20 0 1 0 284310820 46968832 11020 33554432000 4194304 5208918 140735063158352 140735063156216 4229748 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3689/statm: 11467 11020 104 248 0 11216 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 69552

[startup+162.3 s]
/proc/loadavg: 2.07 1.98 1.92 3/183 4102
/proc/meminfo: memFree=30877660/32873844 swapFree=7108/7108
[pid=3434] ppid=3432 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3434/stat : 3434 (npSolver-wbo-It) S 3432 3434 15230 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284304871 9367552 275 33554432000 4194304 5064252 140737153853568 140737153852480 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3434/statm: 2287 275 233 213 0 72 0
[pid=3435] ppid=3434 vsize=5388 CPUtime=116.7 cores=1,3,5,7
/proc/3435/stat : 3435 (npSolver-wbo) S 3434 3434 15230 0 -1 4202496 2694 35428 0 0 6 2 11648 14 20 0 1 0 284304871 5517312 856 33554432000 4194304 5990268 140734583051776 140734583043184 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3435/statm: 1347 856 180 439 0 904 0
[pid=3926] ppid=3435 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3926/stat : 3926 (satsolver.sh) S 3435 3434 15230 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284316547 9367552 266 33554432000 4194304 5064252 140736237435664 140736237434576 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/3926/statm: 2287 266 226 213 0 72 0
[pid=3927] ppid=3926 vsize=45864 CPUtime=45.51 cores=1,3,5,7
/proc/3927/stat : 3927 (glucose) R 3926 3434 15230 0 -1 4202496 8759 0 0 0 4550 1 0 0 20 0 1 0 284316547 46964736 11019 33554432000 4194304 5208918 140737118281008 140737118278872 4229748 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3927/statm: 11466 11019 104 248 0 11215 0
Current children cumulated CPU time (s) 162.21

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


[startup+1362.3 s]
/proc/loadavg: 1.82 1.97 1.94 3/183 11223
/proc/meminfo: memFree=30923920/32873844 swapFree=7108/7108
[pid=3434] ppid=3432 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3434/stat : 3434 (npSolver-wbo-It) S 3432 3434 15230 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284304871 9367552 275 33554432000 4194304 5064252 140737153853568 140737153852480 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3434/statm: 2287 275 233 213 0 72 0
[pid=3435] ppid=3434 vsize=5388 CPUtime=1330.64 cores=1,3,5,7
/proc/3435/stat : 3435 (npSolver-wbo) S 3434 3434 15230 0 -1 4202496 14517 306124 0 0 25 7 132913 119 20 0 1 0 284304871 5517312 856 33554432000 4194304 5990268 140734583051776 140734583043184 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3435/statm: 1347 856 180 439 0 904 0
[pid=10466] ppid=3435 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10466/stat : 10466 (satsolver.sh) S 3435 3434 15230 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284437973 9367552 267 33554432000 4194304 5064252 140735002446320 140735002445232 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10466/statm: 2287 267 226 213 0 72 0
[pid=10467] ppid=10466 vsize=31616 CPUtime=31.25 cores=1,3,5,7
/proc/10467/stat : 10467 (glucose) R 10466 3434 15230 0 -1 4202496 6970 0 0 0 3124 1 0 0 20 0 1 0 284437974 32374784 7147 33554432000 4194304 5208918 140736361905696 140736361903640 4211656 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10467/statm: 7904 7147 104 248 0 7653 0
Current children cumulated CPU time (s) 1361.89
Current children cumulated vsize (KiB) 55300

[startup+1422.31 s]
/proc/loadavg: 1.88 1.96 1.94 3/184 12715
/proc/meminfo: memFree=30916012/32873844 swapFree=7108/7108
[pid=3434] ppid=3432 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3434/stat : 3434 (npSolver-wbo-It) S 3432 3434 15230 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284304871 9367552 275 33554432000 4194304 5064252 140737153853568 140737153852480 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3434/statm: 2287 275 233 213 0 72 0
[pid=3435] ppid=3434 vsize=5388 CPUtime=1388.18 cores=1,3,5,7
/proc/3435/stat : 3435 (npSolver-wbo) S 3434 3434 15230 0 -1 4202496 15080 318755 0 0 26 7 138662 123 20 0 1 0 284304871 5517312 856 33554432000 4194304 5990268 140734583051776 140734583043184 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3435/statm: 1347 856 180 439 0 904 0
[pid=11888] ppid=3435 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11888/stat : 11888 (satsolver.sh) S 3435 3434 15230 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284443729 9367552 266 33554432000 4194304 5064252 140733665812784 140733665811696 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11888/statm: 2287 266 226 213 0 72 0
[pid=11889] ppid=11888 vsize=35972 CPUtime=33.7 cores=1,3,5,7
/proc/11889/stat : 11889 (glucose) R 11888 3434 15230 0 -1 4202496 7961 0 0 0 3369 1 0 0 20 0 1 0 284443729 36835328 8468 33554432000 4194304 5208918 140737193704864 140737193702728 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11889/statm: 8993 8468 104 248 0 8742 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 59656

[startup+1482.3 s]
/proc/loadavg: 1.94 1.96 1.94 3/183 14185
/proc/meminfo: memFree=30917596/32873844 swapFree=7108/7108
[pid=3434] ppid=3432 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3434/stat : 3434 (npSolver-wbo-It) S 3432 3434 15230 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284304871 9367552 275 33554432000 4194304 5064252 140737153853568 140737153852480 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3434/statm: 2287 275 233 213 0 72 0
[pid=3435] ppid=3434 vsize=5388 CPUtime=1445.84 cores=1,3,5,7
/proc/3435/stat : 3435 (npSolver-wbo) S 3434 3434 15230 0 -1 4202496 15643 331517 0 0 27 7 144422 128 20 0 1 0 284304871 5517312 856 33554432000 4194304 5990268 140734583051776 140734583043184 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3435/statm: 1347 856 180 439 0 904 0
[pid=13316] ppid=3435 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13316/stat : 13316 (satsolver.sh) S 3435 3434 15230 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284449496 9367552 266 33554432000 4194304 5064252 140736727981472 140736727980384 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/13316/statm: 2287 266 226 213 0 72 0
[pid=13317] ppid=13316 vsize=35972 CPUtime=36.03 cores=1,3,5,7
/proc/13317/stat : 13317 (glucose) R 13316 3434 15230 0 -1 4202496 7623 0 0 0 3601 2 0 0 20 0 1 0 284449496 36835328 8529 33554432000 4194304 5208918 140735385441968 140735385439832 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13317/statm: 8993 8529 104 248 0 8742 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 59656

[startup+1542.3 s]
/proc/loadavg: 1.93 1.95 1.93 3/183 15701
/proc/meminfo: memFree=30913644/32873844 swapFree=7108/7108
[pid=3434] ppid=3432 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3434/stat : 3434 (npSolver-wbo-It) S 3432 3434 15230 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284304871 9367552 275 33554432000 4194304 5064252 140737153853568 140737153852480 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3434/statm: 2287 275 233 213 0 72 0
[pid=3435] ppid=3434 vsize=5388 CPUtime=1503.61 cores=1,3,5,7
/proc/3435/stat : 3435 (npSolver-wbo) S 3434 3434 15230 0 -1 4202496 16206 344381 0 0 28 7 150193 133 20 0 1 0 284304871 5517312 856 33554432000 4194304 5990268 140734583051776 140734583043184 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3435/statm: 1347 856 180 439 0 904 0
[pid=14752] ppid=3435 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14752/stat : 14752 (satsolver.sh) S 3435 3434 15230 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284455275 9367552 267 33554432000 4194304 5064252 140735081002784 140735081001696 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/14752/statm: 2287 267 226 213 0 72 0
[pid=14753] ppid=14752 vsize=38692 CPUtime=38.25 cores=1,3,5,7
/proc/14753/stat : 14753 (glucose) R 14752 3434 15230 0 -1 4202496 7233 0 0 0 3823 2 0 0 20 0 1 0 284455275 39620608 9219 33554432000 4194304 5208918 140737142422528 140737142420392 4211521 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14753/statm: 9673 9219 104 248 0 9422 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 62376

[startup+1602.3 s]
/proc/loadavg: 1.89 1.94 1.93 3/183 17190
/proc/meminfo: memFree=30916848/32873844 swapFree=7108/7108
[pid=3434] ppid=3432 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3434/stat : 3434 (npSolver-wbo-It) S 3432 3434 15230 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284304871 9367552 275 33554432000 4194304 5064252 140737153853568 140737153852480 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3434/statm: 2287 275 233 213 0 72 0
[pid=3435] ppid=3434 vsize=5388 CPUtime=1560.95 cores=1,3,5,7
/proc/3435/stat : 3435 (npSolver-wbo) S 3434 3434 15230 0 -1 4202496 16769 356689 0 0 29 8 155921 137 20 0 1 0 284304871 5517312 856 33554432000 4194304 5990268 140734583051776 140734583043184 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3435/statm: 1347 856 180 439 0 904 0
[pid=16192] ppid=3435 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16192/stat : 16192 (satsolver.sh) S 3435 3434 15230 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284461009 9367552 266 33554432000 4194304 5064252 140733414222592 140733414221504 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/16192/statm: 2287 266 226 213 0 72 0
[pid=16193] ppid=16192 vsize=38688 CPUtime=40.89 cores=1,3,5,7
/proc/16193/stat : 16193 (glucose) R 16192 3434 15230 0 -1 4202496 8593 0 0 0 4088 1 0 0 20 0 1 0 284461010 39616512 9219 33554432000 4194304 5208918 140733652804336 140733652802200 4229328 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16193/statm: 9672 9219 104 248 0 9421 0
Current children cumulated CPU time (s) 1601.84
Current children cumulated vsize (KiB) 62372

[startup+1662.3 s]
/proc/loadavg: 1.82 1.91 1.92 3/183 18706
/proc/meminfo: memFree=30905384/32873844 swapFree=7108/7108
[pid=3434] ppid=3432 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3434/stat : 3434 (npSolver-wbo-It) S 3432 3434 15230 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284304871 9367552 275 33554432000 4194304 5064252 140737153853568 140737153852480 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3434/statm: 2287 275 233 213 0 72 0
[pid=3435] ppid=3434 vsize=5388 CPUtime=1619.12 cores=1,3,5,7
/proc/3435/stat : 3435 (npSolver-wbo) S 3434 3434 15230 0 -1 4202496 17332 369843 0 0 29 8 161733 142 20 0 1 0 284304871 5517312 856 33554432000 4194304 5990268 140734583051776 140734583043184 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3435/statm: 1347 856 180 439 0 904 0
[pid=17648] ppid=3435 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17648/stat : 17648 (satsolver.sh) S 3435 3434 15230 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 284466828 9367552 266 33554432000 4194304 5064252 140735480753136 140735480752048 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/17648/statm: 2287 266 226 213 0 72 0
[pid=17649] ppid=17648 vsize=45868 CPUtime=42.7 cores=1,3,5,7
/proc/17649/stat : 17649 (glucose) R 17648 3434 15230 0 -1 4202496 9461 0 0 0 4268 2 0 0 20 0 1 0 284466829 46968832 11020 33554432000 4194304 5208918 140734716621888 140734716619752 4211605 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17649/statm: 11467 11020 104 248 0 11216 0
Current children cumulated CPU time (s) 1661.82
Current children cumulated vsize (KiB) 69552

[startup+1722.3 s]
/proc/loadavg: 1.90 1.93 1.92 3/183 20190
/proc/meminfo: memFree=30906048/32873844 swapFree=7108/7108
[pid=3434] ppid=3432 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3434/stat : 3434 (npSolver-wbo-It) S 3432 3434 15230 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284304871 9367552 275 33554432000 4194304 5064252 140737153853568 140737153852480 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3434/statm: 2287 275 233 213 0 72 0
[pid=3435] ppid=3434 vsize=5388 CPUtime=1676.53 cores=1,3,5,7
/proc/3435/stat : 3435 (npSolver-wbo) S 3434 3434 15230 0 -1 4202496 17895 383054 0 0 30 8 167469 146 20 0 1 0 284304871 5517312 856 33554432000 4194304 5990268 140734583051776 140734583043184 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3435/statm: 1347 856 180 439 0 904 0
[pid=19083] ppid=3435 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/19083/stat : 19083 (satsolver.sh) S 3435 3434 15230 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284472572 9367552 267 33554432000 4194304 5064252 140736844111152 140736844110064 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/19083/statm: 2287 267 226 213 0 72 0
[pid=19084] ppid=19083 vsize=45864 CPUtime=45.27 cores=1,3,5,7
/proc/19084/stat : 19084 (glucose) R 19083 3434 15230 0 -1 4202496 9309 0 0 0 4525 2 0 0 20 0 1 0 284472572 46964736 11019 33554432000 4194304 5208918 140736686191088 140736686188952 4229328 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/19084/statm: 11466 11019 104 248 0 11215 0
Current children cumulated CPU time (s) 1721.8
Current children cumulated vsize (KiB) 69548

[startup+1782.3 s]
/proc/loadavg: 1.89 1.92 1.91 3/181 21707
/proc/meminfo: memFree=30914852/32873844 swapFree=7108/7108
[pid=3434] ppid=3432 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3434/stat : 3434 (npSolver-wbo-It) S 3432 3434 15230 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284304871 9367552 275 33554432000 4194304 5064252 140737153853568 140737153852480 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3434/statm: 2287 275 233 213 0 72 0
[pid=3435] ppid=3434 vsize=5388 CPUtime=1734.38 cores=1,3,5,7
/proc/3435/stat : 3435 (npSolver-wbo) S 3434 3434 15230 0 -1 4202496 18458 396620 0 0 31 8 173248 151 20 0 1 0 284304871 5517312 856 33554432000 4194304 5990268 140734583051776 140734583043184 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3435/statm: 1347 856 180 439 0 904 0
[pid=20532] ppid=3435 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20532/stat : 20532 (satsolver.sh) S 3435 3434 15230 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284478358 9367552 267 33554432000 4194304 5064252 140735891195408 140735891194320 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20532/statm: 2287 267 226 213 0 72 0
[pid=20533] ppid=20532 vsize=45868 CPUtime=47.4 cores=1,3,5,7
/proc/20533/stat : 20533 (glucose) R 20532 3434 15230 0 -1 4202496 9025 0 0 0 4738 2 0 0 20 0 1 0 284478358 46968832 11026 33554432000 4194304 5208918 140735212475472 140735212473336 4229296 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20533/statm: 11467 11026 104 248 0 11216 0
Current children cumulated CPU time (s) 1781.78
Current children cumulated vsize (KiB) 69552



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 1.94 1.92 3/183 22178
/proc/meminfo: memFree=30926604/32873844 swapFree=7108/7108
[pid=3434] ppid=3432 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3434/stat : 3434 (npSolver-wbo-It) S 3432 3434 15230 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284304871 9367552 275 33554432000 4194304 5064252 140737153853568 140737153852480 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3434/statm: 2287 275 233 213 0 72 0
[pid=3435] ppid=3434 vsize=5388 CPUtime=1791.55 cores=1,3,5,7
/proc/3435/stat : 3435 (npSolver-wbo) S 3434 3434 15230 0 -1 4202496 19021 409391 0 0 32 8 178958 157 20 0 1 0 284304871 5517312 856 33554432000 4194304 5990268 140734583051776 140734583043184 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/3435/statm: 1347 856 180 439 0 904 0
[pid=21967] ppid=3435 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21967/stat : 21967 (satsolver.sh) S 3435 3434 15230 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284484076 9367552 267 33554432000 4194304 5064252 140735014425136 140735014424048 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21967/statm: 2287 267 226 213 0 72 0
[pid=21968] ppid=21967 vsize=24148 CPUtime=8.55 cores=1,3,5,7
/proc/21968/stat : 21968 (glucose) R 21967 3434 15230 0 -1 4202496 6526 0 0 0 854 1 0 0 20 0 1 0 284484076 24727552 5564 33554432000 4194304 5208918 140735986466736 140735986464600 4229528 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21968/statm: 6037 5564 104 248 0 5786 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 47832

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.62
CPU time (s): 1800.13
CPU user time (s): 1798.45
CPU system time (s): 1.67674
CPU usage (%): 99.973
Max. virtual memory (cumulated for all children) (KiB): 69556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.45
system time used= 1.67674
maximum resident set size= 44188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 435928
page faults= 0
swaps= 0
block input operations= 0
block output operations= 73888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1688
involuntary context switches= 2261

runsolver used 3.58845 second user time and 9.58754 second system time

The end

Launcher Data

Begin job on node103 at 2012-05-28 07:09:23
IDJOB=3715663
IDBENCH=78704
IDSOLVER=2297
FILE ID=node103/3715663-1338181763
RUNJOBID= node103-1338166500-15763
PBS_JOBID= 14624530
Free space on /tmp= 71564 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-35-30--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-3715663-1338181763/watcher-3715663-1338181763 -o /tmp/evaluation-result-3715663-1338181763/solver-3715663-1338181763 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715663-1338181763.wbo 1214069402 HOME HOME

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

MD5SUM BENCH= 515e8ce2c7c31d2b78b34efd1db422a9
RANDOM SEED=1214069402

node103.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.189
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.37
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.189
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.189
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	: 5331.92
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.189
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.189
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.189
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	: 5411.36
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.189
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.189
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:       32873844 kB
MemFree:        30931240 kB
Buffers:          431392 kB
Cached:           620680 kB
SwapCached:         4496 kB
Active:           741400 kB
Inactive:         357788 kB
Active(anon):      40864 kB
Inactive(anon):     6216 kB
Active(file):     700536 kB
Inactive(file):   351572 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67099576 kB
Dirty:             11640 kB
Writeback:            48 kB
AnonPages:         50712 kB
Mapped:            12688 kB
Shmem:                 8 kB
Slab:             704480 kB
SReclaimable:     145228 kB
SUnreclaim:       559252 kB
KernelStack:        1520 kB
PageTables:         4320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     169064 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 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= 71556 MiB
End job on node103 at 2012-05-28 07:39:24