Trace number 3753937

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 (fixed)? (TO) 1800.09 1800.51

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110970631--soft-0-100-0.wbo
MD5SUMe433b9b816c291c8bf4fd4860d096bb6
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark16
Best CPU time to get the best result obtained on this benchmark0.501922
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 4944
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4943
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1320
Number of bits of the biggest sum of numbers11
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.03	c run usual solver
7.67/7.74	o 447
38.36/38.48	o 436
69.66/69.84	o 434
100.65/100.85	o 433
131.92/132.11	o 430
164.13/164.20	o 428
196.02/196.24	o 410
229.06/229.29	o 403
260.78/261.02	o 398
291.78/292.01	o 396
322.36/322.61	o 392
352.62/352.87	o 388
383.96/384.22	o 382
414.94/415.21	o 381
446.07/446.34	o 380
476.78/477.06	o 377
507.80/508.09	o 375
539.19/539.47	o 358
570.00/570.30	o 348
600.84/601.14	o 328
631.67/631.97	o 327
662.64/662.94	o 316
694.76/695.07	o 304
725.53/725.84	o 300
757.23/757.55	o 299
788.67/788.99	o 298
820.43/820.77	o 283
852.27/852.61	o 269
883.63/883.97	o 249
915.11/915.44	o 235
945.34/945.68	o 234
978.52/978.87	o 233
1010.81/1011.19	o 232
1042.47/1042.83	o 231
1075.27/1075.64	o 230
1108.55/1108.92	o 226
1141.75/1142.13	o 225
1174.76/1175.14	o 211
1205.43/1205.82	o 204
1236.95/1237.39	o 193
1268.66/1269.05	o 189
1298.86/1299.20	o 188
1330.94/1331.36	o 169
1360.23/1360.63	o 160
1393.23/1393.70	o 159
1423.49/1423.91	o 148
1454.60/1455.03	o 129
1486.48/1486.91	o 127
1514.89/1515.33	o 126
1546.20/1546.66	o 118
1575.69/1576.15	o 110
1608.39/1608.83	o 109
1639.48/1639.93	o 108
1670.38/1670.87	o 95
1685.77/1686.26	o 94
1744.66/1745.15	o 91
1800.05/1800.50	./satsolver.sh: line 5:  9118 Terminated              ./glucose $1 > $2 2> /dev/null
1800.05/1800.50	c error: unexpected solver exit code
1800.05/1800.50	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-3753937-1339196599/watcher-3753937-1339196599 -o /tmp/evaluation-result-3753937-1339196599/solver-3753937-1339196599 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3753937-1339196599.wbo 94875407 HOME HOME 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8636
/proc/meminfo: memFree=30939780/32873648 swapFree=7372/7372
[pid=8636] ppid=8634 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8636/stat : 8636 (npSolver-wbo-It) S 8634 8636 4063 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385785782 9367552 275 33554432000 4194304 5064252 140737457756144 140737457755056 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8636/statm: 2287 275 233 213 0 72 0

[startup+0.067867 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8636
/proc/meminfo: memFree=30939780/32873648 swapFree=7372/7372
[pid=8636] ppid=8634 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8636/stat : 8636 (npSolver-wbo-It) S 8634 8636 4063 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385785782 9367552 275 33554432000 4194304 5064252 140737457756144 140737457755056 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8636/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100244 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8636
/proc/meminfo: memFree=30939780/32873648 swapFree=7372/7372
[pid=8636] ppid=8634 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8636/stat : 8636 (npSolver-wbo-It) S 8634 8636 4063 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385785782 9367552 275 33554432000 4194304 5064252 140737457756144 140737457755056 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8636/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300179 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8636
/proc/meminfo: memFree=30939780/32873648 swapFree=7372/7372
[pid=8636] ppid=8634 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8636/stat : 8636 (npSolver-wbo-It) S 8634 8636 4063 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385785782 9367552 275 33554432000 4194304 5064252 140737457756144 140737457755056 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8636/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700178 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8636
/proc/meminfo: memFree=30939780/32873648 swapFree=7372/7372
[pid=8636] ppid=8634 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8636/stat : 8636 (npSolver-wbo-It) S 8634 8636 4063 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385785782 9367552 275 33554432000 4194304 5064252 140737457756144 140737457755056 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8636/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50029 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8643
/proc/meminfo: memFree=30934896/32873648 swapFree=7372/7372
[pid=8636] ppid=8634 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8636/stat : 8636 (npSolver-wbo-It) S 8634 8636 4063 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385785782 9367552 275 33554432000 4194304 5064252 140737457756144 140737457755056 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8636/statm: 2287 275 233 213 0 72 0
[pid=8637] ppid=8636 vsize=3088 CPUtime=0.15 cores=1,3,5,7
/proc/8637/stat : 8637 (npSolver-wbo) S 8636 8636 4063 0 -1 4202496 1952 2163 0 0 2 0 13 0 20 0 1 0 385785782 3162112 373 33554432000 4194304 6006132 140736698754320 140736698748512 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8637/statm: 772 373 158 443 0 325 0
[pid=8642] ppid=8637 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8642/stat : 8642 (satsolver.sh) S 8637 8636 4063 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385785799 9367552 267 33554432000 4194304 5064252 140736855698032 140736855696944 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8642/statm: 2287 267 226 213 0 72 0
[pid=8643] ppid=8642 vsize=12764 CPUtime=1.32 cores=1,3,5,7
/proc/8643/stat : 8643 (glucose) R 8642 8636 4063 0 -1 4202496 2850 0 0 0 132 0 0 0 20 0 1 0 385785799 13070336 1712 33554432000 4194304 5208918 140736737505376 140736737503224 4229692 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8643/statm: 3191 1712 96 248 0 2940 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 34148

[startup+3.10029 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8643
/proc/meminfo: memFree=30928516/32873648 swapFree=7372/7372
[pid=8636] ppid=8634 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8636/stat : 8636 (npSolver-wbo-It) S 8634 8636 4063 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385785782 9367552 275 33554432000 4194304 5064252 140737457756144 140737457755056 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8636/statm: 2287 275 233 213 0 72 0
[pid=8637] ppid=8636 vsize=3088 CPUtime=0.15 cores=1,3,5,7
/proc/8637/stat : 8637 (npSolver-wbo) S 8636 8636 4063 0 -1 4202496 1952 2163 0 0 2 0 13 0 20 0 1 0 385785782 3162112 373 33554432000 4194304 6006132 140736698754320 140736698748512 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8637/statm: 772 373 158 443 0 325 0
[pid=8642] ppid=8637 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8642/stat : 8642 (satsolver.sh) S 8637 8636 4063 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385785799 9367552 267 33554432000 4194304 5064252 140736855698032 140736855696944 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8642/statm: 2287 267 226 213 0 72 0
[pid=8643] ppid=8642 vsize=12764 CPUtime=2.92 cores=1,3,5,7
/proc/8643/stat : 8643 (glucose) R 8642 8636 4063 0 -1 4202496 3404 0 0 0 292 0 0 0 20 0 1 0 385785799 13070336 2769 33554432000 4194304 5208918 140736737505376 140736737503320 4229504 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8643/statm: 3191 2769 96 248 0 2940 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 34148

[startup+6.30035 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8643
/proc/meminfo: memFree=30924448/32873648 swapFree=7372/7372
[pid=8636] ppid=8634 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8636/stat : 8636 (npSolver-wbo-It) S 8634 8636 4063 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385785782 9367552 275 33554432000 4194304 5064252 140737457756144 140737457755056 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8636/statm: 2287 275 233 213 0 72 0
[pid=8637] ppid=8636 vsize=3088 CPUtime=0.15 cores=1,3,5,7
/proc/8637/stat : 8637 (npSolver-wbo) S 8636 8636 4063 0 -1 4202496 1952 2163 0 0 2 0 13 0 20 0 1 0 385785782 3162112 373 33554432000 4194304 6006132 140736698754320 140736698748512 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8637/statm: 772 373 158 443 0 325 0
[pid=8642] ppid=8637 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8642/stat : 8642 (satsolver.sh) S 8637 8636 4063 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385785799 9367552 267 33554432000 4194304 5064252 140736855698032 140736855696944 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8642/statm: 2287 267 226 213 0 72 0
[pid=8643] ppid=8642 vsize=22560 CPUtime=6.11 cores=1,3,5,7
/proc/8643/stat : 8643 (glucose) R 8642 8636 4063 0 -1 4202496 4260 0 0 0 611 0 0 0 20 0 1 0 385785799 23101440 5135 33554432000 4194304 5208918 140736737505376 140736737503240 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8643/statm: 5640 5135 96 248 0 5389 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 43944

[startup+12.7011 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8650
/proc/meminfo: memFree=30897600/32873648 swapFree=7372/7372
[pid=8636] ppid=8634 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8636/stat : 8636 (npSolver-wbo-It) S 8634 8636 4063 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385785782 9367552 275 33554432000 4194304 5064252 140737457756144 140737457755056 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8636/statm: 2287 275 233 213 0 72 0
[pid=8637] ppid=8636 vsize=11300 CPUtime=7.77 cores=1,3,5,7
/proc/8637/stat : 8637 (npSolver-wbo) S 8636 8636 4063 0 -1 4202496 3601 9584 0 0 6 2 767 2 20 0 1 0 385785782 11571200 2373 33554432000 4194304 6006132 140736698754320 140736698745712 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8637/statm: 2825 2373 167 443 0 2378 0
[pid=8649] ppid=8637 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8649/stat : 8649 (satsolver.sh) S 8637 8636 4063 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385786561 9367552 267 33554432000 4194304 5064252 140734697758880 140734697757792 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8649/statm: 2287 267 226 213 0 72 0
[pid=8650] ppid=8649 vsize=35108 CPUtime=4.9 cores=1,3,5,7
/proc/8650/stat : 8650 (glucose) R 8649 8636 4063 0 -1 4202496 8888 0 0 0 488 2 0 0 20 0 1 0 385786561 35950592 7244 33554432000 4194304 5208918 140734463228272 140734463226120 4229748 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8650/statm: 8777 7244 96 248 0 8526 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 64704

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8650
/proc/meminfo: memFree=30878640/32873648 swapFree=7372/7372
[pid=8636] ppid=8634 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8636/stat : 8636 (npSolver-wbo-It) S 8634 8636 4063 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385785782 9367552 275 33554432000 4194304 5064252 140737457756144 140737457755056 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8636/statm: 2287 275 233 213 0 72 0
[pid=8637] ppid=8636 vsize=11300 CPUtime=7.77 cores=1,3,5,7
/proc/8637/stat : 8637 (npSolver-wbo) S 8636 8636 4063 0 -1 4202496 3601 9584 0 0 6 2 767 2 20 0 1 0 385785782 11571200 2373 33554432000 4194304 6006132 140736698754320 140736698745712 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8637/statm: 2825 2373 167 443 0 2378 0
[pid=8649] ppid=8637 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8649/stat : 8649 (satsolver.sh) S 8637 8636 4063 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385786561 9367552 267 33554432000 4194304 5064252 140734697758880 140734697757792 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8649/statm: 2287 267 226 213 0 72 0
[pid=8650] ppid=8649 vsize=53956 CPUtime=17.69 cores=1,3,5,7
/proc/8650/stat : 8650 (glucose) R 8649 8636 4063 0 -1 4202496 10670 0 0 0 1766 3 0 0 20 0 1 0 385786561 55250944 12198 33554432000 4194304 5208918 140734463228272 140734463226216 4229479 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8650/statm: 13489 12198 96 248 0 13238 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 83552

[startup+51.1012 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8657
/proc/meminfo: memFree=30880932/32873648 swapFree=7372/7372
[pid=8636] ppid=8634 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8636/stat : 8636 (npSolver-wbo-It) S 8634 8636 4063 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385785782 9367552 275 33554432000 4194304 5064252 140737457756144 140737457755056 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8636/statm: 2287 275 233 213 0 72 0
[pid=8637] ppid=8636 vsize=11300 CPUtime=38.5 cores=1,3,5,7
/proc/8637/stat : 8637 (npSolver-wbo) S 8636 8636 4063 0 -1 4202496 5241 24705 0 0 10 3 3824 13 20 0 1 0 385785782 11571200 2374 33554432000 4194304 6006132 140736698754320 140736698745712 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8637/statm: 2825 2374 167 443 0 2378 0
[pid=8656] ppid=8637 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8656/stat : 8656 (satsolver.sh) S 8637 8636 4063 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385789635 9367552 266 33554432000 4194304 5064252 140734295700144 140734295699056 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8656/statm: 2287 266 226 213 0 72 0
[pid=8657] ppid=8656 vsize=53700 CPUtime=12.56 cores=1,3,5,7
/proc/8657/stat : 8657 (glucose) R 8656 8636 4063 0 -1 4202496 11120 0 0 0 1254 2 0 0 20 0 1 0 385789635 54988800 11839 33554432000 4194304 5208918 140735826924240 140735826922184 4211584 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8657/statm: 13425 11839 96 248 0 13174 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 83296

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8671
/proc/meminfo: memFree=30900832/32873648 swapFree=7372/7372
[pid=8636] ppid=8634 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8636/stat : 8636 (npSolver-wbo-It) S 8634 8636 4063 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385785782 9367552 275 33554432000 4194304 5064252 140737457756144 140737457755056 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8636/statm: 2287 275 233 213 0 72 0
[pid=8637] ppid=8636 vsize=11300 CPUtime=100.85 cores=1,3,5,7
/proc/8637/stat : 8637 (npSolver-wbo) S 8636 8636 4063 0 -1 4202496 8521 56152 0 0 19 4 10030 32 20 0 1 0 385785782 11571200 2375 33554432000 4194304 6006132 140736698754320 140736698745712 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8637/statm: 2825 2375 167 443 0 2378 0
[pid=8670] ppid=8637 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8670/stat : 8670 (satsolver.sh) S 8637 8636 4063 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385795871 9367552 267 33554432000 4194304 5064252 140736529659008 140736529657920 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8670/statm: 2287 267 226 213 0 72 0
[pid=8671] ppid=8670 vsize=30436 CPUtime=1.4 cores=1,3,5,7
/proc/8671/stat : 8671 (glucose) R 8670 8636 4063 0 -1 4202496 6412 0 0 0 139 1 0 0 20 0 1 0 385795871 31166464 6738 33554432000 4194304 5208918 140734203867840 140734203865992 4211570 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8671/statm: 7609 6738 95 248 0 7358 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 60032

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8678
/proc/meminfo: memFree=30872356/32873648 swapFree=7372/7372
[pid=8636] ppid=8634 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8636/stat : 8636 (npSolver-wbo-It) S 8634 8636 4063 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385785782 9367552 275 33554432000 4194304 5064252 140737457756144 140737457755056 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8636/statm: 2287 275 233 213 0 72 0
[pid=8637] ppid=8636 vsize=11300 CPUtime=132.1 cores=1,3,5,7
/proc/8637/stat : 8637 (npSolver-wbo) S 8636 8636 4063 0 -1 4202496 10161 71662 0 0 23 4 13141 42 20 0 1 0 385785782 11571200 2376 33554432000 4194304 6006132 140736698754320 140736698745712 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8637/statm: 2825 2376 167 443 0 2378 0
[pid=8677] ppid=8637 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.12 2.04 2.01 3/184 8971
/proc/meminfo: memFree=30839244/32873648 swapFree=7372/7372
[pid=8636] ppid=8634 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8636/stat : 8636 (npSolver-wbo-It) S 8634 8636 4063 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385785782 9367552 275 33554432000 4194304 5064252 140737457756144 140737457755056 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8636/statm: 2287 275 233 213 0 72 0
[pid=8637] ppid=8636 vsize=11300 CPUtime=1393.36 cores=1,3,5,7
/proc/8637/stat : 8637 (npSolver-wbo) S 8636 8636 4063 0 -1 4202496 63352 566017 0 0 136 19 138851 330 20 0 1 0 385785782 11571200 2380 33554432000 4194304 6006132 140736698754320 140736698745712 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8637/statm: 2825 2380 168 443 0 2378 0
[pid=8968] ppid=8637 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8968/stat : 8968 (satsolver.sh) S 8637 8636 4063 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385925153 9367552 267 33554432000 4194304 5064252 140735091648384 140735091647296 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8968/statm: 2287 267 226 213 0 72 0
[pid=8969] ppid=8968 vsize=29868 CPUtime=28.57 cores=1,3,5,7
/proc/8969/stat : 8969 (glucose) R 8968 8636 4063 0 -1 4202496 7171 0 0 0 2855 2 0 0 20 0 1 0 385925153 30584832 7191 33554432000 4194304 5208918 140735296545920 140735296544008 4205238 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8969/statm: 7467 7191 104 248 0 7216 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 59464

[startup+1482.3 s]
/proc/loadavg: 2.16 2.06 2.01 3/183 8985
/proc/meminfo: memFree=30824856/32873648 swapFree=7372/7372
[pid=8636] ppid=8634 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8636/stat : 8636 (npSolver-wbo-It) S 8634 8636 4063 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385785782 9367552 275 33554432000 4194304 5064252 140737457756144 140737457755056 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8636/statm: 2287 275 233 213 0 72 0
[pid=8637] ppid=8636 vsize=11300 CPUtime=1454.67 cores=1,3,5,7
/proc/8637/stat : 8637 (npSolver-wbo) S 8636 8636 4063 0 -1 4202496 64755 588095 0 0 138 19 144970 340 20 0 1 0 385785782 11571200 2380 33554432000 4194304 6006132 140736698754320 140736698745712 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8637/statm: 2825 2380 168 443 0 2378 0
[pid=8984] ppid=8637 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8984/stat : 8984 (satsolver.sh) S 8637 8636 4063 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385931286 9367552 267 33554432000 4194304 5064252 140733561811104 140733561810016 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8984/statm: 2287 267 226 213 0 72 0
[pid=8985] ppid=8984 vsize=40692 CPUtime=27.23 cores=1,3,5,7
/proc/8985/stat : 8985 (glucose) R 8984 8636 4063 0 -1 4202496 6062 0 0 0 2722 1 0 0 20 0 1 0 385931287 41668608 9107 33554432000 4194304 5208918 140737387547536 140737387545528 4211652 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8985/statm: 10173 9107 96 248 0 9922 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 70288

[startup+1542.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/183 8999
/proc/meminfo: memFree=30855472/32873648 swapFree=7372/7372
[pid=8636] ppid=8634 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8636/stat : 8636 (npSolver-wbo-It) S 8634 8636 4063 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385785782 9367552 275 33554432000 4194304 5064252 140737457756144 140737457755056 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8636/statm: 2287 275 233 213 0 72 0
[pid=8637] ppid=8636 vsize=11300 CPUtime=1514.96 cores=1,3,5,7
/proc/8637/stat : 8637 (npSolver-wbo) S 8636 8636 4063 0 -1 4202496 65872 606641 0 0 140 20 150987 349 20 0 1 0 385785782 11571200 2380 33554432000 4194304 6006132 140736698754320 140736698745712 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8637/statm: 2825 2380 168 443 0 2378 0
[pid=8998] ppid=8637 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8998/stat : 8998 (satsolver.sh) S 8637 8636 4063 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385937316 9367552 266 33554432000 4194304 5064252 140735440391200 140735440390112 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8998/statm: 2287 266 226 213 0 72 0
[pid=8999] ppid=8998 vsize=29172 CPUtime=26.93 cores=1,3,5,7
/proc/8999/stat : 8999 (glucose) R 8998 8636 4063 0 -1 4202496 5797 0 0 0 2692 1 0 0 20 0 1 0 385937316 29872128 6836 33554432000 4194304 5208918 140736785212608 140736785210696 4229504 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8999/statm: 7293 6836 104 248 0 7042 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 58768

[startup+1602.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/183 9013
/proc/meminfo: memFree=30831800/32873648 swapFree=7372/7372
[pid=8636] ppid=8634 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8636/stat : 8636 (npSolver-wbo-It) S 8634 8636 4063 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385785782 9367552 275 33554432000 4194304 5064252 140737457756144 140737457755056 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8636/statm: 2287 275 233 213 0 72 0
[pid=8637] ppid=8636 vsize=11300 CPUtime=1575.76 cores=1,3,5,7
/proc/8637/stat : 8637 (npSolver-wbo) S 8636 8636 4063 0 -1 4202496 66940 624595 0 0 142 20 157057 357 20 0 1 0 385785782 11571200 2380 33554432000 4194304 6006132 140736698754320 140736698745712 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8637/statm: 2825 2380 168 443 0 2378 0
[pid=9012] ppid=8637 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9012/stat : 9012 (satsolver.sh) S 8637 8636 4063 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385943398 9367552 267 33554432000 4194304 5064252 140735981540064 140735981538976 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/9012/statm: 2287 267 226 213 0 72 0
[pid=9013] ppid=9012 vsize=39336 CPUtime=26.11 cores=1,3,5,7
/proc/9013/stat : 9013 (glucose) R 9012 8636 4063 0 -1 4202496 5704 0 0 0 2611 0 0 0 20 0 1 0 385943399 40280064 9438 33554432000 4194304 5208918 140736363268336 140736363266328 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9013/statm: 9834 9438 96 248 0 9583 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 68932

[startup+1662.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/184 9082
/proc/meminfo: memFree=30861724/32873648 swapFree=7372/7372
[pid=8636] ppid=8634 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8636/stat : 8636 (npSolver-wbo-It) S 8634 8636 4063 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385785782 9367552 275 33554432000 4194304 5064252 140737457756144 140737457755056 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8636/statm: 2287 275 233 213 0 72 0
[pid=8637] ppid=8636 vsize=11300 CPUtime=1639.53 cores=1,3,5,7
/proc/8637/stat : 8637 (npSolver-wbo) S 8636 8636 4063 0 -1 4202496 67988 642905 0 0 145 20 163424 364 20 0 1 0 385785782 11571200 2380 33554432000 4194304 6006132 140736698754320 140736698745712 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8637/statm: 2825 2380 168 443 0 2378 0
[pid=9081] ppid=8637 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9081/stat : 9081 (satsolver.sh) S 8637 8636 4063 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385949776 9367552 266 33554432000 4194304 5064252 140736094187504 140736094186416 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/9081/statm: 2287 266 226 213 0 72 0
[pid=9082] ppid=9081 vsize=39200 CPUtime=22.34 cores=1,3,5,7
/proc/9082/stat : 9082 (glucose) R 9081 8636 4063 0 -1 4202496 6544 0 0 0 2233 1 0 0 20 0 1 0 385949776 40140800 7924 33554432000 4194304 5208918 140736956789408 140736956787272 4545621 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9082/statm: 9800 7924 96 248 0 9549 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 68796

[startup+1722.3 s]
/proc/loadavg: 2.09 2.06 2.01 3/183 9104
/proc/meminfo: memFree=30865180/32873648 swapFree=7372/7372
[pid=8636] ppid=8634 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8636/stat : 8636 (npSolver-wbo-It) S 8634 8636 4063 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385785782 9367552 275 33554432000 4194304 5064252 140737457756144 140737457755056 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8636/statm: 2287 275 233 213 0 72 0
[pid=8637] ppid=8636 vsize=11300 CPUtime=1685.85 cores=1,3,5,7
/proc/8637/stat : 8637 (npSolver-wbo) S 8636 8636 4063 0 -1 4202496 68970 662843 0 0 146 20 168047 372 20 0 1 0 385785782 11571200 2380 33554432000 4194304 6006132 140736698754320 140736698745712 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8637/statm: 2825 2380 168 443 0 2378 0
[pid=9095] ppid=8637 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9095/stat : 9095 (satsolver.sh) S 8637 8636 4063 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385954409 9367552 266 33554432000 4194304 5064252 140735830426240 140735830425152 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/9095/statm: 2287 266 226 213 0 72 0
[pid=9096] ppid=9095 vsize=33972 CPUtime=36 cores=1,3,5,7
/proc/9096/stat : 9096 (glucose) R 9095 8636 4063 0 -1 4202496 6427 0 0 0 3599 1 0 0 20 0 1 0 385954409 34787328 8124 33554432000 4194304 5208918 140734663814448 140734663812536 4211632 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9096/statm: 8493 8124 96 248 0 8242 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 63568

[startup+1782.3 s]
/proc/loadavg: 2.08 2.06 2.00 3/183 9118
/proc/meminfo: memFree=30829964/32873648 swapFree=7372/7372
[pid=8636] ppid=8634 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8636/stat : 8636 (npSolver-wbo-It) S 8634 8636 4063 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385785782 9367552 275 33554432000 4194304 5064252 140737457756144 140737457755056 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8636/statm: 2287 275 233 213 0 72 0
[pid=8637] ppid=8636 vsize=11300 CPUtime=1744.73 cores=1,3,5,7
/proc/8637/stat : 8637 (npSolver-wbo) S 8636 8636 4063 0 -1 4202496 69447 673233 0 0 147 21 173929 376 20 0 1 0 385785782 11571200 2380 33554432000 4194304 6006132 140736698754320 140736698745712 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8637/statm: 2825 2380 168 443 0 2378 0
[pid=9117] ppid=8637 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9117/stat : 9117 (satsolver.sh) S 8637 8636 4063 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 385960298 9367552 266 33554432000 4194304 5064252 140735200944640 140735200943552 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/9117/statm: 2287 266 226 213 0 72 0
[pid=9118] ppid=9117 vsize=52648 CPUtime=37.12 cores=1,3,5,7
/proc/9118/stat : 9118 (glucose) R 9117 8636 4063 0 -1 4202496 8084 0 0 0 3710 2 0 0 20 0 1 0 385960298 53911552 8657 33554432000 4194304 5208918 140736286426176 140736286424120 4229361 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9118/statm: 13162 8657 96 248 0 12911 0
Current children cumulated CPU time (s) 1781.85
Current children cumulated vsize (KiB) 82244



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.06 2.06 2.00 3/183 9125
/proc/meminfo: memFree=30832688/32873648 swapFree=7372/7372
[pid=8636] ppid=8634 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8636/stat : 8636 (npSolver-wbo-It) S 8634 8636 4063 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385785782 9367552 275 33554432000 4194304 5064252 140737457756144 140737457755056 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8636/statm: 2287 275 233 213 0 72 0
[pid=8637] ppid=8636 vsize=11300 CPUtime=1744.73 cores=1,3,5,7
/proc/8637/stat : 8637 (npSolver-wbo) S 8636 8636 4063 0 -1 4202496 69447 673233 0 0 147 21 173929 376 20 0 1 0 385785782 11571200 2380 33554432000 4194304 6006132 140736698754320 140736698745712 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8637/statm: 2825 2380 168 443 0 2378 0
[pid=9117] ppid=8637 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9117/stat : 9117 (satsolver.sh) S 8637 8636 4063 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 385960298 9367552 266 33554432000 4194304 5064252 140735200944640 140735200943552 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/9117/statm: 2287 266 226 213 0 72 0
[pid=9118] ppid=9117 vsize=52648 CPUtime=55.32 cores=1,3,5,7
/proc/9118/stat : 9118 (glucose) R 9117 8636 4063 0 -1 4202496 8086 0 0 0 5530 2 0 0 20 0 1 0 385960298 53911552 9681 33554432000 4194304 5208918 140736286426176 140736286424120 4213176 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9118/statm: 13162 9681 96 248 0 12911 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 82244

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.06 2.06 2.00 3/183 9125
/proc/meminfo: memFree=30832688/32873648 swapFree=7372/7372
[pid=8636] ppid=8634 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8636/stat : 8636 (npSolver-wbo-It) S 8634 8636 4063 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385785782 9367552 275 33554432000 4194304 5064252 140737457756144 140737457755056 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/8636/statm: 2287 275 233 213 0 72 0
[pid=8637] ppid=8636 vsize=11300 CPUtime=1744.73 cores=1,3,5,7
/proc/8637/stat : 8637 (npSolver-wbo) S 8636 8636 4063 0 -1 4202496 69447 673233 0 0 147 21 173929 376 20 0 1 0 385785782 11571200 2380 33554432000 4194304 6006132 140736698754320 140736698745712 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8637/statm: 2825 2380 168 443 0 2378 0
[pid=9117] ppid=8637 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9117/stat : 9117 (satsolver.sh) S 8637 8636 4063 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 385960298 9367552 266 33554432000 4194304 5064252 140735200944640 140735200943552 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/9117/statm: 2287 266 226 213 0 72 0
[pid=9118] ppid=9117 vsize=52648 CPUtime=55.32 cores=1,3,5,7
/proc/9118/stat : 9118 (glucose) R 9117 8636 4063 0 -1 4202496 8086 0 0 0 5530 2 0 0 20 0 1 0 385960298 53911552 9681 33554432000 4194304 5208918 140736286426176 140736286424120 4213176 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9118/statm: 13162 9681 96 248 0 12911 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 82244

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.09
CPU user time (s): 1796.08
CPU system time (s): 4.00639
CPU usage (%): 99.9764
Max. virtual memory (cumulated for all children) (KiB): 90736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.08
system time used= 4.00639
maximum resident set size= 55920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 751756
page faults= 0
swaps= 0
block input operations= 0
block output operations= 266608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5332
involuntary context switches= 2565

runsolver used 4.01039 second user time and 11.0463 second system time

The end

Launcher Data

Begin job on node124 at 2012-06-09 01:03:19
IDJOB=3753937
IDBENCH=79214
IDSOLVER=2337
FILE ID=node124/3753937-1339196599
RUNJOBID= node124-1339183651-5373
PBS_JOBID= 14643802
Free space on /tmp= 70780 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110970631--soft-0-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3753937-1339196599/watcher-3753937-1339196599 -o /tmp/evaluation-result-3753937-1339196599/solver-3753937-1339196599 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itd.sh HOME/instance-3753937-1339196599.wbo 94875407 HOME HOME

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

MD5SUM BENCH= e433b9b816c291c8bf4fd4860d096bb6
RANDOM SEED=94875407

node124.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.325
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.65
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5357.53
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5385.03
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.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30940044 kB
Buffers:          393824 kB
Cached:           592584 kB
SwapCached:         8612 kB
Active:          1036652 kB
Inactive:          39056 kB
Active(anon):      74012 kB
Inactive(anon):    11980 kB
Active(file):     962640 kB
Inactive(file):    27076 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67092344 kB
Dirty:              8444 kB
Writeback:             0 kB
AnonPages:         84880 kB
Mapped:             9868 kB
Shmem:                 0 kB
Slab:             715560 kB
SReclaimable:     159672 kB
SUnreclaim:       555888 kB
KernelStack:        1520 kB
PageTables:         4044 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     199764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70752 MiB
End job on node124 at 2012-06-09 01:33:20