Trace number 3714990

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? (TO) 1800.05 1800.62

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-95-90--soft-66-100-0.wbo
MD5SUM3f020b13e6cf17982f0e6d51d5561da8
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark5.09522
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables8550
Total number of constraints185
Number of soft constraints61
Number of constraints which are clauses95
Number of constraints which are cardinality constraints (but not clauses)90
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint90
Maximum length of a constraint95
Top cost 3342
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 3341
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 96
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

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.76	c run usual solver
11.35/11.57	o 2258
14.32/15.27	o 751
23.68/23.92	o 747
34.33/34.99	o 721
38.35/38.68	o 716
40.56/40.85	o 699
44.31/44.97	o 681
49.35/49.69	o 678
51.81/52.49	o 672
53.97/54.65	o 667
58.26/58.57	o 656
60.47/60.70	o 618
62.35/62.68	o 583
65.78/66.03	o 581
68.09/68.74	o 577
73.89/74.11	o 564
77.78/78.03	o 549
80.78/81.02	o 507
84.54/85.17	o 494
92.06/92.39	o 406
94.72/95.33	o 400
99.48/99.70	o 388
105.46/105.73	o 377
125.47/126.08	o 327
133.06/133.66	o 322
139.57/139.84	o 320
152.07/152.65	o 305
157.16/157.50	o 300
169.09/169.79	o 291
192.08/192.42	o 289
196.65/197.36	o 288
204.76/205.46	o 271
213.07/213.42	o 264
218.65/219.05	o 240
225.37/226.08	o 234
230.97/231.66	o 189
236.51/237.19	o 146
238.91/239.60	o 144
240.90/241.58	o 126
243.10/243.78	o 118
254.75/255.14	o 116
267.46/267.81	o 114
270.66/271.00	o 105
272.55/272.99	o 103
275.01/275.68	o 94
277.23/277.89	o 78
281.27/281.63	o 71
284.91/285.56	o 66
289.20/289.86	o 63
294.63/295.28	o 59
302.25/302.65	o 56
304.54/305.19	o 50
306.84/307.49	o 40
312.15/312.58	o 39
320.14/320.78	o 35
324.47/324.81	o 25
327.81/328.45	o 13
330.71/331.35	o 12
340.75/341.38	o 11
346.42/347.06	o 4
351.76/352.11	o 2
1800.03/1800.61	./satsolver.sh: line 5:  5294 Terminated              ./glucose $1 > $2 2> /dev/null
1800.03/1800.61	c error: unexpected solver exit code
1800.03/1800.61	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3714990-1338184375/watcher-3714990-1338184375 -o /tmp/evaluation-result-3714990-1338184375/solver-3714990-1338184375 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3714990-1338184375.wbo 1423262959 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.00 2.02 2.06 3/179 4859
/proc/meminfo: memFree=30574088/32873844 swapFree=6600/6600
[pid=4859] ppid=4857 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4859/stat : 4859 (npSolver-wbo-It) S 4857 4859 32349 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284562399 9367552 275 33554432000 4194304 5064252 140735639541728 140735639540640 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4859/statm: 2287 275 233 213 0 72 0

[startup+0.0479371 s]
/proc/loadavg: 2.00 2.02 2.06 3/179 4859
/proc/meminfo: memFree=30574088/32873844 swapFree=6600/6600
[pid=4859] ppid=4857 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4859/stat : 4859 (npSolver-wbo-It) S 4857 4859 32349 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284562399 9367552 275 33554432000 4194304 5064252 140735639541728 140735639540640 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4859/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100266 s]
/proc/loadavg: 2.00 2.02 2.06 3/179 4859
/proc/meminfo: memFree=30574088/32873844 swapFree=6600/6600
[pid=4859] ppid=4857 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4859/stat : 4859 (npSolver-wbo-It) S 4857 4859 32349 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284562399 9367552 275 33554432000 4194304 5064252 140735639541728 140735639540640 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4859/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300256 s]
/proc/loadavg: 2.00 2.02 2.06 3/179 4859
/proc/meminfo: memFree=30574088/32873844 swapFree=6600/6600
[pid=4859] ppid=4857 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4859/stat : 4859 (npSolver-wbo-It) S 4857 4859 32349 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284562399 9367552 275 33554432000 4194304 5064252 140735639541728 140735639540640 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4859/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700229 s]
/proc/loadavg: 2.00 2.02 2.06 3/179 4859
/proc/meminfo: memFree=30574088/32873844 swapFree=6600/6600
[pid=4859] ppid=4857 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4859/stat : 4859 (npSolver-wbo-It) S 4857 4859 32349 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284562399 9367552 275 33554432000 4194304 5064252 140735639541728 140735639540640 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4859/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5004 s]
/proc/loadavg: 2.00 2.02 2.06 3/183 4863
/proc/meminfo: memFree=30437616/32873844 swapFree=6600/6600
[pid=4859] ppid=4857 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4859/stat : 4859 (npSolver-wbo-It) S 4857 4859 32349 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284562399 9367552 275 33554432000 4194304 5064252 140735639541728 140735639540640 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4859/statm: 2287 275 233 213 0 72 0
[pid=4860] ppid=4859 vsize=27152 CPUtime=0.75 cores=0,2,4,6
/proc/4860/stat : 4860 (npSolver-wbo) S 4859 4859 32349 0 -1 4202496 4389 0 0 0 74 1 0 0 20 0 1 0 284562399 27803648 4760 33554432000 4194304 5990268 140735396149408 140735396142560 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4860/statm: 6788 4760 156 439 0 6345 0
[pid=4862] ppid=4860 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4862/stat : 4862 (cp2_pre.sh) S 4860 4859 32349 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 284562475 9367552 277 33554432000 4194304 5064252 140736222615072 140736222613776 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4862/statm: 2287 277 234 213 0 72 0
[pid=4863] ppid=4862 vsize=158424 CPUtime=0.72 cores=0,2,4,6
/proc/4863/stat : 4863 (coprocessor) R 4862 4859 32349 0 -1 4202496 27215 0 0 0 68 4 0 0 20 0 1 0 284562476 162226176 37920 33554432000 4194304 6586260 140733712517424 140733712513688 4775781 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/4863/statm: 39606 37920 175 584 0 39018 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 203872

[startup+3.10039 s]
/proc/loadavg: 2.00 2.02 2.06 3/183 4863
/proc/meminfo: memFree=30365964/32873844 swapFree=6600/6600
[pid=4859] ppid=4857 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4859/stat : 4859 (npSolver-wbo-It) S 4857 4859 32349 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284562399 9367552 275 33554432000 4194304 5064252 140735639541728 140735639540640 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4859/statm: 2287 275 233 213 0 72 0
[pid=4860] ppid=4859 vsize=27152 CPUtime=0.75 cores=0,2,4,6
/proc/4860/stat : 4860 (npSolver-wbo) S 4859 4859 32349 0 -1 4202496 4389 0 0 0 74 1 0 0 20 0 1 0 284562399 27803648 4760 33554432000 4194304 5990268 140735396149408 140735396142560 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4860/statm: 6788 4760 156 439 0 6345 0
[pid=4862] ppid=4860 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4862/stat : 4862 (cp2_pre.sh) S 4860 4859 32349 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 284562475 9367552 277 33554432000 4194304 5064252 140736222615072 140736222613776 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4862/statm: 2287 277 234 213 0 72 0
[pid=4863] ppid=4862 vsize=184064 CPUtime=2.32 cores=0,2,4,6
/proc/4863/stat : 4863 (coprocessor) R 4862 4859 32349 0 -1 4202496 30832 0 0 0 227 5 0 0 20 0 1 0 284562476 188481536 44603 33554432000 4194304 6586260 140733712517424 140733712512744 4683456 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/4863/statm: 46016 44603 191 584 0 45428 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 229512

[startup+6.3004 s]
/proc/loadavg: 2.08 2.04 2.06 3/183 4863
/proc/meminfo: memFree=30365096/32873844 swapFree=6600/6600
[pid=4859] ppid=4857 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4859/stat : 4859 (npSolver-wbo-It) S 4857 4859 32349 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284562399 9367552 275 33554432000 4194304 5064252 140735639541728 140735639540640 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4859/statm: 2287 275 233 213 0 72 0
[pid=4860] ppid=4859 vsize=27152 CPUtime=0.75 cores=0,2,4,6
/proc/4860/stat : 4860 (npSolver-wbo) S 4859 4859 32349 0 -1 4202496 4389 0 0 0 74 1 0 0 20 0 1 0 284562399 27803648 4760 33554432000 4194304 5990268 140735396149408 140735396142560 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4860/statm: 6788 4760 156 439 0 6345 0
[pid=4862] ppid=4860 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4862/stat : 4862 (cp2_pre.sh) S 4860 4859 32349 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 284562475 9367552 277 33554432000 4194304 5064252 140736222615072 140736222613776 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4862/statm: 2287 277 234 213 0 72 0
[pid=4863] ppid=4862 vsize=184064 CPUtime=5.52 cores=0,2,4,6
/proc/4863/stat : 4863 (coprocessor) R 4862 4859 32349 0 -1 4202496 30850 0 0 0 547 5 0 0 20 0 1 0 284562476 188481536 44621 33554432000 4194304 6586260 140733712517424 140733712512744 4683456 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/4863/statm: 46016 44621 191 584 0 45428 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 229512

[startup+12.7003 s]
/proc/loadavg: 2.08 2.04 2.06 3/183 4873
/proc/meminfo: memFree=30375428/32873844 swapFree=6600/6600
[pid=4859] ppid=4857 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4859/stat : 4859 (npSolver-wbo-It) S 4857 4859 32349 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284562399 9367552 275 33554432000 4194304 5064252 140735639541728 140735639540640 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4859/statm: 2287 275 233 213 0 72 0
[pid=4860] ppid=4859 vsize=63576 CPUtime=11.52 cores=0,2,4,6
/proc/4860/stat : 4860 (npSolver-wbo) S 4859 4859 32349 0 -1 4202496 8170 57724 0 0 96 31 948 77 20 0 1 0 284562399 65101824 12747 33554432000 4194304 5990268 140735396149408 140735396140832 5173822 0 65536 4102 0 18446744071579302229 0 0 17 6 0 0 11 0 0
/proc/4860/statm: 15894 12747 164 439 0 15451 0
[pid=4872] ppid=4860 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4872/stat : 4872 (satsolver.sh) S 4860 4859 32349 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 284563572 9367552 266 33554432000 4194304 5064252 140733413548400 140733413547312 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4872/statm: 2287 266 226 213 0 72 0
[pid=4873] ppid=4872 vsize=134796 CPUtime=0.96 cores=0,2,4,6
/proc/4873/stat : 4873 (glucose) R 4872 4859 32349 0 -1 4202496 25621 0 0 0 91 5 0 0 20 0 1 0 284563573 138031104 30128 33554432000 4194304 5208918 140736908184144 140736908181992 4229328 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/4873/statm: 33699 30128 103 248 0 33448 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 216668

[startup+25.5004 s]
/proc/loadavg: 2.06 2.03 2.06 3/183 4887
/proc/meminfo: memFree=30431100/32873844 swapFree=6600/6600
[pid=4859] ppid=4857 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4859/stat : 4859 (npSolver-wbo-It) S 4857 4859 32349 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284562399 9367552 275 33554432000 4194304 5064252 140735639541728 140735639540640 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4859/statm: 2287 275 233 213 0 72 0
[pid=4860] ppid=4859 vsize=47192 CPUtime=23.76 cores=0,2,4,6
/proc/4860/stat : 4860 (npSolver-wbo) S 4859 4859 32349 0 -1 4202496 14262 121313 0 0 109 33 2114 120 20 0 1 0 284562399 48324608 9746 33554432000 4194304 5990268 140735396149408 140735396140832 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 11 0 0
/proc/4860/statm: 11798 9746 164 439 0 11355 0
[pid=4886] ppid=4860 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4886/stat : 4886 (satsolver.sh) S 4860 4859 32349 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284564796 9367552 267 33554432000 4194304 5064252 140734491768976 140734491767888 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4886/statm: 2287 267 226 213 0 72 0
[pid=4887] ppid=4886 vsize=82996 CPUtime=1.51 cores=0,2,4,6
/proc/4887/stat : 4887 (glucose) R 4886 4859 32349 0 -1 4202496 16886 0 0 0 148 3 0 0 20 0 1 0 284564797 84987904 18538 33554432000 4194304 5208918 140733193775280 140733193773240 4229760 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4887/statm: 20749 18538 103 248 0 20498 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 148484

[startup+51.1003 s]
/proc/loadavg: 2.04 2.03 2.06 3/183 4922
/proc/meminfo: memFree=30429028/32873844 swapFree=6600/6600
[pid=4859] ppid=4857 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4859/stat : 4859 (npSolver-wbo-It) S 4857 4859 32349 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284562399 9367552 275 33554432000 4194304 5064252 140735639541728 140735639540640 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4859/statm: 2287 275 233 213 0 72 0
[pid=4860] ppid=4859 vsize=47192 CPUtime=49.51 cores=0,2,4,6
/proc/4860/stat : 4860 (npSolver-wbo) S 4859 4859 32349 0 -1 4202496 29492 256454 0 0 139 38 4583 191 20 0 1 0 284562399 48324608 9746 33554432000 4194304 5990268 140735396149408 140735396140832 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 11 0 0
/proc/4860/statm: 11798 9746 164 439 0 11355 0
[pid=4921] ppid=4860 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4921/stat : 4921 (satsolver.sh) S 4860 4859 32349 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284567373 9367552 266 33554432000 4194304 5064252 140737165613984 140737165612896 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4921/statm: 2287 266 226 213 0 72 0
[pid=4922] ppid=4921 vsize=81900 CPUtime=1.35 cores=0,2,4,6
/proc/4922/stat : 4922 (glucose) R 4921 4859 32349 0 -1 4202496 16858 0 0 0 132 3 0 0 20 0 1 0 284567373 83865600 18026 33554432000 4194304 5208918 140734340844976 140734340842824 4229528 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4922/statm: 20475 18026 103 248 0 20224 0
Current children cumulated CPU time (s) 50.86
Current children cumulated vsize (KiB) 147388

[startup+102.307 s]
/proc/loadavg: 2.01 2.02 2.06 3/183 5020
/proc/meminfo: memFree=30440936/32873844 swapFree=6600/6600
[pid=4859] ppid=4857 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4859/stat : 4859 (npSolver-wbo-It) S 4857 4859 32349 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284562399 9367552 275 33554432000 4194304 5064252 140735639541728 140735639540640 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4859/statm: 2287 275 233 213 0 72 0
[pid=4860] ppid=4859 vsize=47192 CPUtime=99.51 cores=0,2,4,6
/proc/4860/stat : 4860 (npSolver-wbo) S 4859 4859 32349 0 -1 4202496 69780 617705 0 0 209 48 9315 379 20 0 1 0 284562399 48324608 9746 33554432000 4194304 5990268 140735396149408 140735396140832 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 11 0 0
/proc/4860/statm: 11798 9746 164 439 0 11355 0
[pid=5019] ppid=4860 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5019/stat : 5019 (satsolver.sh) S 4860 4859 32349 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284572372 9367552 267 33554432000 4194304 5064252 140737289981552 140737289980464 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5019/statm: 2287 267 226 213 0 72 0
[pid=5020] ppid=5019 vsize=79324 CPUtime=2.56 cores=0,2,4,6
/proc/5020/stat : 5020 (glucose) R 5019 4859 32349 0 -1 4202496 15098 0 0 0 254 2 0 0 20 0 1 0 284572372 81227776 16333 33554432000 4194304 5208918 140733624135088 140733624133240 4205163 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5020/statm: 19831 16333 102 248 0 19580 0
Current children cumulated CPU time (s) 102.07
Current children cumulated vsize (KiB) 144812

[startup+162.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/183 5062
/proc/meminfo: memFree=30450712/32873844 swapFree=6600/6600
[pid=4859] ppid=4857 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4859/stat : 4859 (npSolver-wbo-It) S 4857 4859 32349 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284562399 9367552 275 33554432000 4194304 5064252 140735639541728 140735639540640 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4859/statm: 2287 275 233 213 0 72 0
[pid=4860] ppid=4859 vsize=47192 CPUtime=157.2 cores=0,2,4,6
/proc/4860/stat : 4860 (npSolver-wbo) S 4859 4859 32349 0 -1 4202496 81975 769425 0 0 231 52 14987 450 20 0 1 0 284562399 48324608 9746 33554432000 4194304 5990268 140735396149408 140735396140832 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 11 0 0
/proc/4860/statm: 11798 9746 164 439 0 11355 0
[pid=5061] ppid=4860 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5672
/proc/meminfo: memFree=30352268/32873844 swapFree=6600/6600
[pid=4859] ppid=4857 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4859/stat : 4859 (npSolver-wbo-It) S 4857 4859 32349 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284562399 9367552 275 33554432000 4194304 5064252 140735639541728 140735639540640 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4859/statm: 2287 275 233 213 0 72 0
[pid=4860] ppid=4859 vsize=47192 CPUtime=351.79 cores=0,2,4,6
/proc/4860/stat : 4860 (npSolver-wbo) S 4859 4859 32349 0 -1 4202496 135095 1538052 0 0 308 64 34070 737 20 0 1 0 284562399 48324608 9746 33554432000 4194304 5990268 140735396149408 140735396140832 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 11 0 0
/proc/4860/statm: 11798 9746 164 439 0 11355 0
[pid=5293] ppid=4860 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5293/stat : 5293 (satsolver.sh) S 4860 4859 32349 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284597611 9367552 267 33554432000 4194304 5064252 140736254060832 140736254059744 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5293/statm: 2287 267 226 213 0 72 0
[pid=5294] ppid=5293 vsize=244500 CPUtime=1009.99 cores=0,2,4,6
/proc/5294/stat : 5294 (glucose) R 5293 4859 32349 0 -1 4202496 23251 0 0 0 100985 14 0 0 20 0 1 0 284597611 250368000 58132 33554432000 4194304 5208918 140736200758528 140736200754904 4205139 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5294/statm: 61125 58132 105 248 0 60874 0
Current children cumulated CPU time (s) 1361.78
Current children cumulated vsize (KiB) 309988

[startup+1422.31 s]
/proc/loadavg: 2.05 2.01 2.00 3/183 5750
/proc/meminfo: memFree=30372304/32873844 swapFree=6600/6600
[pid=4859] ppid=4857 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4859/stat : 4859 (npSolver-wbo-It) S 4857 4859 32349 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284562399 9367552 275 33554432000 4194304 5064252 140735639541728 140735639540640 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4859/statm: 2287 275 233 213 0 72 0
[pid=4860] ppid=4859 vsize=47192 CPUtime=351.79 cores=0,2,4,6
/proc/4860/stat : 4860 (npSolver-wbo) S 4859 4859 32349 0 -1 4202496 135095 1538052 0 0 308 64 34070 737 20 0 1 0 284562399 48324608 9746 33554432000 4194304 5990268 140735396149408 140735396140832 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 11 0 0
/proc/4860/statm: 11798 9746 164 439 0 11355 0
[pid=5293] ppid=4860 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5293/stat : 5293 (satsolver.sh) S 4860 4859 32349 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284597611 9367552 267 33554432000 4194304 5064252 140736254060832 140736254059744 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5293/statm: 2287 267 226 213 0 72 0
[pid=5294] ppid=5293 vsize=244500 CPUtime=1069.99 cores=0,2,4,6
/proc/5294/stat : 5294 (glucose) R 5293 4859 32349 0 -1 4202496 23392 0 0 0 106984 15 0 0 20 0 1 0 284597611 250368000 58132 33554432000 4194304 5208918 140736200758528 140736200754312 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5294/statm: 61125 58132 105 248 0 60874 0
Current children cumulated CPU time (s) 1421.78
Current children cumulated vsize (KiB) 309988

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 5813
/proc/meminfo: memFree=30379316/32873844 swapFree=6600/6600
[pid=4859] ppid=4857 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4859/stat : 4859 (npSolver-wbo-It) S 4857 4859 32349 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284562399 9367552 275 33554432000 4194304 5064252 140735639541728 140735639540640 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4859/statm: 2287 275 233 213 0 72 0
[pid=4860] ppid=4859 vsize=47192 CPUtime=351.79 cores=0,2,4,6
/proc/4860/stat : 4860 (npSolver-wbo) S 4859 4859 32349 0 -1 4202496 135095 1538052 0 0 308 64 34070 737 20 0 1 0 284562399 48324608 9746 33554432000 4194304 5990268 140735396149408 140735396140832 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 11 0 0
/proc/4860/statm: 11798 9746 164 439 0 11355 0
[pid=5293] ppid=4860 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5293/stat : 5293 (satsolver.sh) S 4860 4859 32349 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284597611 9367552 267 33554432000 4194304 5064252 140736254060832 140736254059744 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5293/statm: 2287 267 226 213 0 72 0
[pid=5294] ppid=5293 vsize=244500 CPUtime=1129.97 cores=0,2,4,6
/proc/5294/stat : 5294 (glucose) R 5293 4859 32349 0 -1 4202496 23533 0 0 0 112981 16 0 0 20 0 1 0 284597611 250368000 57620 33554432000 4194304 5208918 140736200758528 140736200754904 4229311 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5294/statm: 61125 57620 105 248 0 60874 0
Current children cumulated CPU time (s) 1481.76
Current children cumulated vsize (KiB) 309988

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5869
/proc/meminfo: memFree=30383264/32873844 swapFree=6600/6600
[pid=4859] ppid=4857 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4859/stat : 4859 (npSolver-wbo-It) S 4857 4859 32349 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284562399 9367552 275 33554432000 4194304 5064252 140735639541728 140735639540640 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4859/statm: 2287 275 233 213 0 72 0
[pid=4860] ppid=4859 vsize=47192 CPUtime=351.79 cores=0,2,4,6
/proc/4860/stat : 4860 (npSolver-wbo) S 4859 4859 32349 0 -1 4202496 135095 1538052 0 0 308 64 34070 737 20 0 1 0 284562399 48324608 9746 33554432000 4194304 5990268 140735396149408 140735396140832 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 11 0 0
/proc/4860/statm: 11798 9746 164 439 0 11355 0
[pid=5293] ppid=4860 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5293/stat : 5293 (satsolver.sh) S 4860 4859 32349 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284597611 9367552 267 33554432000 4194304 5064252 140736254060832 140736254059744 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5293/statm: 2287 267 226 213 0 72 0
[pid=5294] ppid=5293 vsize=244500 CPUtime=1189.96 cores=0,2,4,6
/proc/5294/stat : 5294 (glucose) R 5293 4859 32349 0 -1 4202496 23674 0 0 0 118979 17 0 0 20 0 1 0 284597611 250368000 57108 33554432000 4194304 5208918 140736200758528 140736200754904 4229876 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5294/statm: 61125 57108 105 248 0 60874 0
Current children cumulated CPU time (s) 1541.75
Current children cumulated vsize (KiB) 309988

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5897
/proc/meminfo: memFree=30365564/32873844 swapFree=6600/6600
[pid=4859] ppid=4857 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4859/stat : 4859 (npSolver-wbo-It) S 4857 4859 32349 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284562399 9367552 275 33554432000 4194304 5064252 140735639541728 140735639540640 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4859/statm: 2287 275 233 213 0 72 0
[pid=4860] ppid=4859 vsize=47192 CPUtime=351.79 cores=0,2,4,6
/proc/4860/stat : 4860 (npSolver-wbo) S 4859 4859 32349 0 -1 4202496 135095 1538052 0 0 308 64 34070 737 20 0 1 0 284562399 48324608 9746 33554432000 4194304 5990268 140735396149408 140735396140832 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 11 0 0
/proc/4860/statm: 11798 9746 164 439 0 11355 0
[pid=5293] ppid=4860 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5293/stat : 5293 (satsolver.sh) S 4860 4859 32349 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284597611 9367552 267 33554432000 4194304 5064252 140736254060832 140736254059744 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5293/statm: 2287 267 226 213 0 72 0
[pid=5294] ppid=5293 vsize=244500 CPUtime=1249.95 cores=0,2,4,6
/proc/5294/stat : 5294 (glucose) R 5293 4859 32349 0 -1 4202496 23891 0 0 0 124977 18 0 0 20 0 1 0 284597611 250368000 56126 33554432000 4194304 5208918 140736200758528 140736200754904 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5294/statm: 61125 56126 105 248 0 60874 0
Current children cumulated CPU time (s) 1601.74
Current children cumulated vsize (KiB) 309988

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 5900
/proc/meminfo: memFree=30350232/32873844 swapFree=6600/6600
[pid=4859] ppid=4857 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4859/stat : 4859 (npSolver-wbo-It) S 4857 4859 32349 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284562399 9367552 275 33554432000 4194304 5064252 140735639541728 140735639540640 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4859/statm: 2287 275 233 213 0 72 0
[pid=4860] ppid=4859 vsize=47192 CPUtime=351.79 cores=0,2,4,6
/proc/4860/stat : 4860 (npSolver-wbo) S 4859 4859 32349 0 -1 4202496 135095 1538052 0 0 308 64 34070 737 20 0 1 0 284562399 48324608 9746 33554432000 4194304 5990268 140735396149408 140735396140832 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 11 0 0
/proc/4860/statm: 11798 9746 164 439 0 11355 0
[pid=5293] ppid=4860 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5293/stat : 5293 (satsolver.sh) S 4860 4859 32349 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284597611 9367552 267 33554432000 4194304 5064252 140736254060832 140736254059744 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5293/statm: 2287 267 226 213 0 72 0
[pid=5294] ppid=5293 vsize=244500 CPUtime=1309.94 cores=0,2,4,6
/proc/5294/stat : 5294 (glucose) R 5293 4859 32349 0 -1 4202496 24263 0 0 0 130975 19 0 0 20 0 1 0 284597611 250368000 55572 33554432000 4194304 5208918 140736200758528 140736200756616 4229049 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5294/statm: 61125 55572 105 248 0 60874 0
Current children cumulated CPU time (s) 1661.73
Current children cumulated vsize (KiB) 309988

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 5900
/proc/meminfo: memFree=30323688/32873844 swapFree=6600/6600
[pid=4859] ppid=4857 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4859/stat : 4859 (npSolver-wbo-It) S 4857 4859 32349 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284562399 9367552 275 33554432000 4194304 5064252 140735639541728 140735639540640 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4859/statm: 2287 275 233 213 0 72 0
[pid=4860] ppid=4859 vsize=47192 CPUtime=351.79 cores=0,2,4,6
/proc/4860/stat : 4860 (npSolver-wbo) S 4859 4859 32349 0 -1 4202496 135095 1538052 0 0 308 64 34070 737 20 0 1 0 284562399 48324608 9746 33554432000 4194304 5990268 140735396149408 140735396140832 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 11 0 0
/proc/4860/statm: 11798 9746 164 439 0 11355 0
[pid=5293] ppid=4860 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5293/stat : 5293 (satsolver.sh) S 4860 4859 32349 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284597611 9367552 267 33554432000 4194304 5064252 140736254060832 140736254059744 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5293/statm: 2287 267 226 213 0 72 0
[pid=5294] ppid=5293 vsize=244500 CPUtime=1369.94 cores=0,2,4,6
/proc/5294/stat : 5294 (glucose) R 5293 4859 32349 0 -1 4202496 24270 0 0 0 136974 20 0 0 20 0 1 0 284597611 250368000 59156 33554432000 4194304 5208918 140736200758528 140736200754904 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5294/statm: 61125 59156 105 248 0 60874 0
Current children cumulated CPU time (s) 1721.73
Current children cumulated vsize (KiB) 309988

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5901
/proc/meminfo: memFree=30313520/32873844 swapFree=6600/6600
[pid=4859] ppid=4857 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4859/stat : 4859 (npSolver-wbo-It) S 4857 4859 32349 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284562399 9367552 275 33554432000 4194304 5064252 140735639541728 140735639540640 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4859/statm: 2287 275 233 213 0 72 0
[pid=4860] ppid=4859 vsize=47192 CPUtime=351.79 cores=0,2,4,6
/proc/4860/stat : 4860 (npSolver-wbo) S 4859 4859 32349 0 -1 4202496 135095 1538052 0 0 308 64 34070 737 20 0 1 0 284562399 48324608 9746 33554432000 4194304 5990268 140735396149408 140735396140832 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 11 0 0
/proc/4860/statm: 11798 9746 164 439 0 11355 0
[pid=5293] ppid=4860 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5293/stat : 5293 (satsolver.sh) S 4860 4859 32349 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284597611 9367552 267 33554432000 4194304 5064252 140736254060832 140736254059744 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5293/statm: 2287 267 226 213 0 72 0
[pid=5294] ppid=5293 vsize=244500 CPUtime=1429.92 cores=0,2,4,6
/proc/5294/stat : 5294 (glucose) R 5293 4859 32349 0 -1 4202496 24898 0 0 0 142971 21 0 0 20 0 1 0 284597611 250368000 58132 33554432000 4194304 5208918 140736200758528 140736200754904 4229039 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5294/statm: 61125 58132 105 248 0 60874 0
Current children cumulated CPU time (s) 1781.71
Current children cumulated vsize (KiB) 309988



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5901
/proc/meminfo: memFree=30308980/32873844 swapFree=6600/6600
[pid=4859] ppid=4857 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4859/stat : 4859 (npSolver-wbo-It) S 4857 4859 32349 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 284562399 9367552 275 33554432000 4194304 5064252 140735639541728 140735639540640 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4859/statm: 2287 275 233 213 0 72 0
[pid=4860] ppid=4859 vsize=47192 CPUtime=351.79 cores=0,2,4,6
/proc/4860/stat : 4860 (npSolver-wbo) S 4859 4859 32349 0 -1 4202496 135095 1538052 0 0 308 64 34070 737 20 0 1 0 284562399 48324608 9746 33554432000 4194304 5990268 140735396149408 140735396140832 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 11 0 0
/proc/4860/statm: 11798 9746 164 439 0 11355 0
[pid=5293] ppid=4860 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5293/stat : 5293 (satsolver.sh) S 4860 4859 32349 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284597611 9367552 267 33554432000 4194304 5064252 140736254060832 140736254059744 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5293/statm: 2287 267 226 213 0 72 0
[pid=5294] ppid=5293 vsize=244500 CPUtime=1448.24 cores=0,2,4,6
/proc/5294/stat : 5294 (glucose) R 5293 4859 32349 0 -1 4202496 24900 0 0 0 144802 22 0 0 20 0 1 0 284597611 250368000 59156 33554432000 4194304 5208918 140736200758528 140736200754904 4229843 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5294/statm: 61125 59156 105 248 0 60874 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 309988

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.05
CPU user time (s): 1791.81
CPU system time (s): 8.24275
CPU usage (%): 99.9687
Max. virtual memory (cumulated for all children) (KiB): 390128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.81
system time used= 8.24275
maximum resident set size= 271636
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1699037
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1301928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36475
involuntary context switches= 2993

runsolver used 3.85141 second user time and 8.74867 second system time

The end

Launcher Data

Begin job on node140 at 2012-05-28 07:52:55
IDJOB=3714990
IDBENCH=78737
IDSOLVER=2296
FILE ID=node140/3714990-1338184375
RUNJOBID= node140-1338159152-32365
PBS_JOBID= 14624551
Free space on /tmp= 71316 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-95-90--soft-66-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3714990-1338184375/watcher-3714990-1338184375 -o /tmp/evaluation-result-3714990-1338184375/solver-3714990-1338184375 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itd.sh HOME/instance-3714990-1338184375.wbo 1423262959 HOME HOME

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

MD5SUM BENCH= 3f020b13e6cf17982f0e6d51d5561da8
RANDOM SEED=1423262959

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
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:        30574352 kB
Buffers:          445668 kB
Cached:           767808 kB
SwapCached:         1488 kB
Active:          1112044 kB
Inactive:         291780 kB
Active(anon):     182148 kB
Inactive(anon):     8604 kB
Active(file):     929896 kB
Inactive(file):   283176 kB
Unevictable:        6600 kB
Mlocked:            6600 kB
SwapTotal:      67108856 kB
SwapFree:       67105304 kB
Dirty:              8204 kB
Writeback:             0 kB
AnonPages:        335260 kB
Mapped:            12636 kB
Shmem:                 8 kB
Slab:             729632 kB
SReclaimable:     171800 kB
SUnreclaim:       557832 kB
KernelStack:        1520 kB
PageTables:         3952 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     353676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    294912 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= 71288 MiB
End job on node140 at 2012-05-28 08:22:56