Trace number 3753960

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.04 1800.51

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111227012--soft-0-100-0.wbo
MD5SUM3f56278c0c7f2898f6b9e11f0d13a6fa
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark0.390939
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 5395
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 5394
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1220
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
22.99/23.01	o 877
52.67/52.80	o 757
82.98/83.20	o 756
113.19/113.43	o 755
143.53/143.79	o 754
174.22/174.47	o 749
204.60/204.85	o 748
235.51/235.77	o 747
266.37/266.64	o 746
297.92/298.07	o 731
328.37/328.64	o 730
359.12/359.40	o 729
390.31/390.49	o 728
421.09/421.25	o 724
450.79/450.93	o 723
480.60/480.91	o 722
510.29/510.46	o 721
540.47/540.78	o 713
570.73/571.06	o 695
600.78/601.10	o 693
630.61/630.95	o 692
659.96/660.32	o 676
689.43/689.79	o 675
718.93/719.29	o 674
748.46/748.83	o 666
778.12/778.49	o 665
807.49/807.70	o 659
837.18/837.57	o 658
867.36/867.75	o 657
897.51/897.90	o 656
927.04/927.45	o 641
962.82/963.24	o 640
992.28/992.69	o 630
1022.63/1022.93	o 609
1051.91/1052.37	o 608
1081.27/1081.73	o 607
1110.69/1111.01	o 593
1140.42/1140.87	o 590
1169.81/1170.27	o 586
1201.53/1202.01	o 585
1231.68/1232.17	o 574
1261.43/1261.93	o 573
1290.38/1290.90	o 572
1319.36/1319.88	o 571
1348.80/1349.33	o 567
1378.16/1378.69	o 566
1407.60/1408.15	o 565
1436.92/1437.46	o 564
1466.38/1466.94	o 553
1495.16/1495.72	o 552
1524.46/1525.03	o 514
1555.57/1556.14	o 509
1584.80/1585.37	o 508
1613.60/1614.17	o 507
1642.94/1643.43	o 505
1671.94/1672.53	o 491
1701.23/1701.72	o 488
1730.41/1731.02	o 477
1759.48/1760.10	o 476
1789.14/1789.75	o 461
1800.00/1800.50	./satsolver.sh: line 5: 19059 Terminated              ./glucose $1 > $2 2> /dev/null
1800.00/1800.50	c error: unexpected solver exit code
1800.00/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-3753960-1339197386/watcher-3753960-1339197386 -o /tmp/evaluation-result-3753960-1339197386/solver-3753960-1339197386 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3753960-1339197386.wbo 1211963169 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.07 2.02 2.00 3/177 18459
/proc/meminfo: memFree=29688016/32873624 swapFree=7112/7112
[pid=18459] ppid=18457 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18459/stat : 18459 (npSolver-wbo-It) S 18457 18459 14131 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385864113 9367552 274 33554432000 4194304 5064252 140733234082672 140733234081584 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18459/statm: 2287 274 233 213 0 72 0

[startup+0.019556 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 18459
/proc/meminfo: memFree=29688016/32873624 swapFree=7112/7112
[pid=18459] ppid=18457 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18459/stat : 18459 (npSolver-wbo-It) S 18457 18459 14131 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385864113 9367552 274 33554432000 4194304 5064252 140733234082672 140733234081584 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18459/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100215 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 18459
/proc/meminfo: memFree=29688016/32873624 swapFree=7112/7112
[pid=18459] ppid=18457 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18459/stat : 18459 (npSolver-wbo-It) S 18457 18459 14131 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385864113 9367552 274 33554432000 4194304 5064252 140733234082672 140733234081584 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18459/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300084 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 18459
/proc/meminfo: memFree=29688016/32873624 swapFree=7112/7112
[pid=18459] ppid=18457 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18459/stat : 18459 (npSolver-wbo-It) S 18457 18459 14131 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385864113 9367552 274 33554432000 4194304 5064252 140733234082672 140733234081584 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18459/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700084 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 18459
/proc/meminfo: memFree=29688016/32873624 swapFree=7112/7112
[pid=18459] ppid=18457 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18459/stat : 18459 (npSolver-wbo-It) S 18457 18459 14131 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385864113 9367552 274 33554432000 4194304 5064252 140733234082672 140733234081584 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18459/statm: 2287 274 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.07 2.02 2.00 3/181 18466
/proc/meminfo: memFree=29683264/32873624 swapFree=7112/7112
[pid=18459] ppid=18457 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18459/stat : 18459 (npSolver-wbo-It) S 18457 18459 14131 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385864113 9367552 274 33554432000 4194304 5064252 140733234082672 140733234081584 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18459/statm: 2287 274 233 213 0 72 0
[pid=18460] ppid=18459 vsize=3092 CPUtime=0.16 cores=0,2,4,6
/proc/18460/stat : 18460 (npSolver-wbo) S 18459 18459 14131 0 -1 4202496 1956 2194 0 0 2 0 14 0 20 0 1 0 385864113 3166208 378 33554432000 4194304 6006132 140733969011264 140733969005456 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18460/statm: 773 378 158 443 0 326 0
[pid=18465] ppid=18460 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18465/stat : 18465 (satsolver.sh) S 18460 18459 14131 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385864131 9367552 267 33554432000 4194304 5064252 140735936104704 140735936103616 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18465/statm: 2287 267 226 213 0 72 0
[pid=18466] ppid=18465 vsize=12712 CPUtime=1.31 cores=0,2,4,6
/proc/18466/stat : 18466 (glucose) R 18465 18459 14131 0 -1 4202496 2590 0 0 0 131 0 0 0 20 0 1 0 385864131 13017088 2231 33554432000 4194304 5208918 140734653951296 140734653949240 4463280 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18466/statm: 3178 2231 96 248 0 2927 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 34100

[startup+3.10028 s]
/proc/loadavg: 2.07 2.02 2.00 3/181 18466
/proc/meminfo: memFree=29673648/32873624 swapFree=7112/7112
[pid=18459] ppid=18457 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18459/stat : 18459 (npSolver-wbo-It) S 18457 18459 14131 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385864113 9367552 274 33554432000 4194304 5064252 140733234082672 140733234081584 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18459/statm: 2287 274 233 213 0 72 0
[pid=18460] ppid=18459 vsize=3092 CPUtime=0.16 cores=0,2,4,6
/proc/18460/stat : 18460 (npSolver-wbo) S 18459 18459 14131 0 -1 4202496 1956 2194 0 0 2 0 14 0 20 0 1 0 385864113 3166208 378 33554432000 4194304 6006132 140733969011264 140733969005456 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18460/statm: 773 378 158 443 0 326 0
[pid=18465] ppid=18460 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18465/stat : 18465 (satsolver.sh) S 18460 18459 14131 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385864131 9367552 267 33554432000 4194304 5064252 140735936104704 140735936103616 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18465/statm: 2287 267 226 213 0 72 0
[pid=18466] ppid=18465 vsize=12712 CPUtime=2.91 cores=0,2,4,6
/proc/18466/stat : 18466 (glucose) R 18465 18459 14131 0 -1 4202496 2608 0 0 0 291 0 0 0 20 0 1 0 385864131 13017088 2760 33554432000 4194304 5208918 140734653951296 140734653949240 4229776 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18466/statm: 3178 2760 96 248 0 2927 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 34100

[startup+6.30028 s]
/proc/loadavg: 2.07 2.02 2.00 3/181 18466
/proc/meminfo: memFree=29667632/32873624 swapFree=7112/7112
[pid=18459] ppid=18457 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18459/stat : 18459 (npSolver-wbo-It) S 18457 18459 14131 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385864113 9367552 274 33554432000 4194304 5064252 140733234082672 140733234081584 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18459/statm: 2287 274 233 213 0 72 0
[pid=18460] ppid=18459 vsize=3092 CPUtime=0.16 cores=0,2,4,6
/proc/18460/stat : 18460 (npSolver-wbo) S 18459 18459 14131 0 -1 4202496 1956 2194 0 0 2 0 14 0 20 0 1 0 385864113 3166208 378 33554432000 4194304 6006132 140733969011264 140733969005456 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18460/statm: 773 378 158 443 0 326 0
[pid=18465] ppid=18460 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18465/stat : 18465 (satsolver.sh) S 18460 18459 14131 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385864131 9367552 267 33554432000 4194304 5064252 140735936104704 140735936103616 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18465/statm: 2287 267 226 213 0 72 0
[pid=18466] ppid=18465 vsize=22508 CPUtime=6.11 cores=0,2,4,6
/proc/18466/stat : 18466 (glucose) R 18465 18459 14131 0 -1 4202496 3648 0 0 0 611 0 0 0 20 0 1 0 385864131 23048192 4804 33554432000 4194304 5208918 140734653951296 140734653949160 4229456 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18466/statm: 5627 4804 96 248 0 5376 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 43896

[startup+12.7002 s]
/proc/loadavg: 2.06 2.01 2.00 3/181 18466
/proc/meminfo: memFree=29675736/32873624 swapFree=7112/7112
[pid=18459] ppid=18457 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18459/stat : 18459 (npSolver-wbo-It) S 18457 18459 14131 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385864113 9367552 274 33554432000 4194304 5064252 140733234082672 140733234081584 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18459/statm: 2287 274 233 213 0 72 0
[pid=18460] ppid=18459 vsize=3092 CPUtime=0.16 cores=0,2,4,6
/proc/18460/stat : 18460 (npSolver-wbo) S 18459 18459 14131 0 -1 4202496 1956 2194 0 0 2 0 14 0 20 0 1 0 385864113 3166208 378 33554432000 4194304 6006132 140733969011264 140733969005456 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/18460/statm: 773 378 158 443 0 326 0
[pid=18465] ppid=18460 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18465/stat : 18465 (satsolver.sh) S 18460 18459 14131 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385864131 9367552 267 33554432000 4194304 5064252 140735936104704 140735936103616 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/18465/statm: 2287 267 226 213 0 72 0
[pid=18466] ppid=18465 vsize=25944 CPUtime=12.51 cores=0,2,4,6
/proc/18466/stat : 18466 (glucose) R 18465 18459 14131 0 -1 4202496 5221 0 0 0 1250 1 0 0 20 0 1 0 385864131 26566656 5881 33554432000 4194304 5208918 140734653951296 140734653949160 4213049 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18466/statm: 6486 5881 96 248 0 6235 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 47332

[startup+25.5003 s]
/proc/loadavg: 2.05 2.01 2.00 3/181 18473
/proc/meminfo: memFree=29602812/32873624 swapFree=7112/7112
[pid=18459] ppid=18457 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18459/stat : 18459 (npSolver-wbo-It) S 18457 18459 14131 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385864113 9367552 274 33554432000 4194304 5064252 140733234082672 140733234081584 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18459/statm: 2287 274 233 213 0 72 0
[pid=18460] ppid=18459 vsize=19832 CPUtime=23.1 cores=0,2,4,6
/proc/18460/stat : 18460 (npSolver-wbo) S 18459 18459 14131 0 -1 4202496 4051 11183 0 0 11 3 2293 3 20 0 1 0 385864113 20307968 4357 33554432000 4194304 6006132 140733969011264 140733969002656 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18460/statm: 4958 4357 167 443 0 4511 0
[pid=18472] ppid=18460 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18472/stat : 18472 (satsolver.sh) S 18460 18459 14131 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385866425 9367552 267 33554432000 4194304 5064252 140733379993232 140733379992144 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/18472/statm: 2287 267 226 213 0 72 0
[pid=18473] ppid=18472 vsize=55364 CPUtime=2.38 cores=0,2,4,6
/proc/18473/stat : 18473 (glucose) R 18472 18459 14131 0 -1 4202496 11372 0 0 0 236 2 0 0 20 0 1 0 385866425 56692736 13041 33554432000 4194304 5208918 140735365864800 140735365862648 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18473/statm: 13841 13041 95 248 0 13590 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 93492

[startup+51.1002 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 18481
/proc/meminfo: memFree=29609080/32873624 swapFree=7112/7112
[pid=18459] ppid=18457 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18459/stat : 18459 (npSolver-wbo-It) S 18457 18459 14131 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385864113 9367552 274 33554432000 4194304 5064252 140733234082672 140733234081584 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18459/statm: 2287 274 233 213 0 72 0
[pid=18460] ppid=18459 vsize=19832 CPUtime=23.1 cores=0,2,4,6
/proc/18460/stat : 18460 (npSolver-wbo) S 18459 18459 14131 0 -1 4202496 4051 11183 0 0 11 3 2293 3 20 0 1 0 385864113 20307968 4357 33554432000 4194304 6006132 140733969011264 140733969002656 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18460/statm: 4958 4357 167 443 0 4511 0
[pid=18472] ppid=18460 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18472/stat : 18472 (satsolver.sh) S 18460 18459 14131 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385866425 9367552 267 33554432000 4194304 5064252 140733379993232 140733379992144 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/18472/statm: 2287 267 226 213 0 72 0
[pid=18473] ppid=18472 vsize=86632 CPUtime=27.97 cores=0,2,4,6
/proc/18473/stat : 18473 (glucose) R 18472 18459 14131 0 -1 4202496 14252 0 0 0 2794 3 0 0 20 0 1 0 385866425 88711168 20417 33554432000 4194304 5208918 140735365864800 140735365862744 4229528 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18473/statm: 21658 20417 96 248 0 21407 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 124760

[startup+102.306 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 18495
/proc/meminfo: memFree=29621312/32873624 swapFree=7112/7112
[pid=18459] ppid=18457 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18459/stat : 18459 (npSolver-wbo-It) S 18457 18459 14131 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385864113 9367552 274 33554432000 4194304 5064252 140733234082672 140733234081584 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18459/statm: 2287 274 233 213 0 72 0
[pid=18460] ppid=18459 vsize=19832 CPUtime=83.26 cores=0,2,4,6
/proc/18460/stat : 18460 (npSolver-wbo) S 18459 18459 14131 0 -1 4202496 8243 50047 0 0 26 4 8270 26 20 0 1 0 385864113 20307968 4358 33554432000 4194304 6006132 140733969011264 140733969002656 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18460/statm: 4958 4358 167 443 0 4511 0
[pid=18494] ppid=18460 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18494/stat : 18494 (satsolver.sh) S 18460 18459 14131 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385872443 9367552 266 33554432000 4194304 5064252 140733834288528 140733834287440 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/18494/statm: 2287 266 226 213 0 72 0
[pid=18495] ppid=18494 vsize=84872 CPUtime=19 cores=0,2,4,6
/proc/18495/stat : 18495 (glucose) R 18494 18459 14131 0 -1 4202496 13675 0 0 0 1897 3 0 0 20 0 1 0 385872443 86908928 18997 33554432000 4194304 5208918 140735156063472 140735156061416 4228952 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18495/statm: 21218 18997 96 248 0 20967 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 123000

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 18509
/proc/meminfo: memFree=29589188/32873624 swapFree=7112/7112
[pid=18459] ppid=18457 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18459/stat : 18459 (npSolver-wbo-It) S 18457 18459 14131 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385864113 9367552 274 33554432000 4194304 5064252 140733234082672 140733234081584 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18459/statm: 2287 274 233 213 0 72 0
[pid=18460] ppid=18459 vsize=19832 CPUtime=143.83 cores=0,2,4,6
/proc/18460/stat : 18460 (npSolver-wbo) S 18459 18459 14131 0 -1 4202496 12435 88173 0 0 42 6 14290 45 20 0 1 0 385864113 20307968 4358 33554432000 4194304 6006132 140733969011264 140733969002656 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18460/statm: 4958 4358 167 443 0 4511 0
[pid=18508] ppid=18460 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.03 2.06 2.01 3/182 18967
/proc/meminfo: memFree=29635552/32873624 swapFree=7112/7112
[pid=18459] ppid=18457 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18459/stat : 18459 (npSolver-wbo-It) S 18457 18459 14131 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385864113 9367552 274 33554432000 4194304 5064252 140733234082672 140733234081584 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18459/statm: 2287 274 233 213 0 72 0
[pid=18460] ppid=18459 vsize=19832 CPUtime=1407.83 cores=0,2,4,6
/proc/18460/stat : 18460 (npSolver-wbo) S 18459 18459 14131 0 -1 4202496 97747 807869 0 0 324 40 139984 435 20 0 1 0 385864113 20307968 4377 33554432000 4194304 6006132 140733969011264 140733969002656 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18460/statm: 4958 4377 168 443 0 4511 0
[pid=18963] ppid=18460 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18963/stat : 18963 (satsolver.sh) S 18460 18459 14131 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386004935 9367552 266 33554432000 4194304 5064252 140736648552192 140736648551104 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/18963/statm: 2287 266 226 213 0 72 0
[pid=18964] ppid=18963 vsize=56248 CPUtime=14.08 cores=0,2,4,6
/proc/18964/stat : 18964 (glucose) R 18963 18459 14131 0 -1 4202496 9743 0 0 0 1405 3 0 0 20 0 1 0 386004935 57597952 13248 33554432000 4194304 5208918 140734153678688 140734153676552 4229717 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18964/statm: 14062 13248 96 248 0 13811 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 94376

[startup+1482.3 s]
/proc/loadavg: 2.01 2.05 2.00 3/181 18981
/proc/meminfo: memFree=29607252/32873624 swapFree=7112/7112
[pid=18459] ppid=18457 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18459/stat : 18459 (npSolver-wbo-It) S 18457 18459 14131 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385864113 9367552 274 33554432000 4194304 5064252 140733234082672 140733234081584 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18459/statm: 2287 274 233 213 0 72 0
[pid=18460] ppid=18459 vsize=19832 CPUtime=1466.61 cores=0,2,4,6
/proc/18460/stat : 18460 (npSolver-wbo) S 18459 18459 14131 0 -1 4202496 101122 838968 0 0 335 41 145832 453 20 0 1 0 385864113 20307968 4377 33554432000 4194304 6006132 140733969011264 140733969002656 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18460/statm: 4958 4377 168 443 0 4511 0
[pid=18980] ppid=18460 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18980/stat : 18980 (satsolver.sh) S 18460 18459 14131 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386010814 9367552 266 33554432000 4194304 5064252 140734663549440 140734663548352 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/18980/statm: 2287 266 226 213 0 72 0
[pid=18981] ppid=18980 vsize=56012 CPUtime=15.27 cores=0,2,4,6
/proc/18981/stat : 18981 (glucose) R 18980 18459 14131 0 -1 4202496 10634 0 0 0 1525 2 0 0 20 0 1 0 386010814 57356288 13137 33554432000 4194304 5208918 140734741263056 140734741260920 4211537 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18981/statm: 14003 13137 96 248 0 13752 0
Current children cumulated CPU time (s) 1481.88
Current children cumulated vsize (KiB) 94140

[startup+1542.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/181 18995
/proc/meminfo: memFree=29609392/32873624 swapFree=7112/7112
[pid=18459] ppid=18457 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18459/stat : 18459 (npSolver-wbo-It) S 18457 18459 14131 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385864113 9367552 274 33554432000 4194304 5064252 140733234082672 140733234081584 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18459/statm: 2287 274 233 213 0 72 0
[pid=18460] ppid=18459 vsize=19832 CPUtime=1524.68 cores=0,2,4,6
/proc/18460/stat : 18460 (npSolver-wbo) S 18459 18459 14131 0 -1 4202496 104388 869830 0 0 346 42 151613 467 20 0 1 0 385864113 20307968 4377 33554432000 4194304 6006132 140733969011264 140733969002656 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18460/statm: 4958 4377 168 443 0 4511 0
[pid=18994] ppid=18460 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18994/stat : 18994 (satsolver.sh) S 18460 18459 14131 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 386016623 9367552 267 33554432000 4194304 5064252 140736733820240 140736733819152 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/18994/statm: 2287 267 226 213 0 72 0
[pid=18995] ppid=18994 vsize=55324 CPUtime=17.19 cores=0,2,4,6
/proc/18995/stat : 18995 (glucose) R 18994 18459 14131 0 -1 4202496 10479 0 0 0 1717 2 0 0 20 0 1 0 386016623 56651776 12638 33554432000 4194304 5208918 140734179545552 140734179543416 4211656 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18995/statm: 13831 12638 96 248 0 13580 0
Current children cumulated CPU time (s) 1541.87
Current children cumulated vsize (KiB) 93452

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/181 19010
/proc/meminfo: memFree=29606816/32873624 swapFree=7112/7112
[pid=18459] ppid=18457 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18459/stat : 18459 (npSolver-wbo-It) S 18457 18459 14131 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385864113 9367552 274 33554432000 4194304 5064252 140733234082672 140733234081584 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18459/statm: 2287 274 233 213 0 72 0
[pid=18460] ppid=18459 vsize=19832 CPUtime=1585.01 cores=0,2,4,6
/proc/18460/stat : 18460 (npSolver-wbo) S 18459 18459 14131 0 -1 4202496 107550 899960 0 0 356 44 157618 483 20 0 1 0 385864113 20307968 4377 33554432000 4194304 6006132 140733969011264 140733969002656 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18460/statm: 4958 4377 168 443 0 4511 0
[pid=19009] ppid=18460 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19009/stat : 19009 (satsolver.sh) S 18460 18459 14131 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 386022656 9367552 267 33554432000 4194304 5064252 140733725520400 140733725519312 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19009/statm: 2287 267 226 213 0 72 0
[pid=19010] ppid=19009 vsize=55188 CPUtime=16.85 cores=0,2,4,6
/proc/19010/stat : 19010 (glucose) R 19009 18459 14131 0 -1 4202496 10050 0 0 0 1683 2 0 0 20 0 1 0 386022656 56512512 12776 33554432000 4194304 5208918 140736194362272 140736194360136 4229528 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19010/statm: 13797 12776 96 248 0 13546 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 93316

[startup+1662.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/181 19024
/proc/meminfo: memFree=29599796/32873624 swapFree=7112/7112
[pid=18459] ppid=18457 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18459/stat : 18459 (npSolver-wbo-It) S 18457 18459 14131 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385864113 9367552 274 33554432000 4194304 5064252 140733234082672 140733234081584 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18459/statm: 2287 274 233 213 0 72 0
[pid=18460] ppid=18459 vsize=19832 CPUtime=1643.04 cores=0,2,4,6
/proc/18460/stat : 18460 (npSolver-wbo) S 18459 18459 14131 0 -1 4202496 110712 929924 0 0 366 45 163396 497 20 0 1 0 385864113 20307968 4377 33554432000 4194304 6006132 140733969011264 140733969002656 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18460/statm: 4958 4377 168 443 0 4511 0
[pid=19023] ppid=18460 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19023/stat : 19023 (satsolver.sh) S 18460 18459 14131 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 386028462 9367552 267 33554432000 4194304 5064252 140733318006976 140733318005888 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19023/statm: 2287 267 226 213 0 72 0
[pid=19024] ppid=19023 vsize=62308 CPUtime=18.8 cores=0,2,4,6
/proc/19024/stat : 19024 (glucose) R 19023 18459 14131 0 -1 4202496 10898 0 0 0 1878 2 0 0 20 0 1 0 386028462 63803392 14592 33554432000 4194304 5208918 140736802178384 140736802176248 4229712 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19024/statm: 15577 14592 96 248 0 15326 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 100436

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 19038
/proc/meminfo: memFree=29595492/32873624 swapFree=7112/7112
[pid=18459] ppid=18457 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18459/stat : 18459 (npSolver-wbo-It) S 18457 18459 14131 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385864113 9367552 274 33554432000 4194304 5064252 140733234082672 140733234081584 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18459/statm: 2287 274 233 213 0 72 0
[pid=18460] ppid=18459 vsize=19832 CPUtime=1701.32 cores=0,2,4,6
/proc/18460/stat : 18460 (npSolver-wbo) S 18459 18459 14131 0 -1 4202496 113874 958553 0 0 376 46 169198 512 20 0 1 0 385864113 20307968 4377 33554432000 4194304 6006132 140733969011264 140733969002656 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18460/statm: 4958 4377 168 443 0 4511 0
[pid=19037] ppid=18460 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19037/stat : 19037 (satsolver.sh) S 18460 18459 14131 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 386034292 9367552 267 33554432000 4194304 5064252 140734767244352 140734767243264 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19037/statm: 2287 267 226 213 0 72 0
[pid=19038] ppid=19037 vsize=54776 CPUtime=20.49 cores=0,2,4,6
/proc/19038/stat : 19038 (glucose) R 19037 18459 14131 0 -1 4202496 10479 0 0 0 2048 1 0 0 20 0 1 0 386034292 56090624 12643 33554432000 4194304 5208918 140736802599968 140736802597832 4229565 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19038/statm: 13694 12643 96 248 0 13443 0
Current children cumulated CPU time (s) 1721.81
Current children cumulated vsize (KiB) 92904

[startup+1782.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/181 19052
/proc/meminfo: memFree=29590908/32873624 swapFree=7112/7112
[pid=18459] ppid=18457 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18459/stat : 18459 (npSolver-wbo-It) S 18457 18459 14131 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385864113 9367552 274 33554432000 4194304 5064252 140733234082672 140733234081584 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18459/statm: 2287 274 233 213 0 72 0
[pid=18460] ppid=18459 vsize=19832 CPUtime=1759.67 cores=0,2,4,6
/proc/18460/stat : 18460 (npSolver-wbo) S 18459 18459 14131 0 -1 4202496 117036 988213 0 0 386 47 175008 526 20 0 1 0 385864113 20307968 4377 33554432000 4194304 6006132 140733969011264 140733969002656 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18460/statm: 4958 4377 168 443 0 4511 0
[pid=19051] ppid=18460 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19051/stat : 19051 (satsolver.sh) S 18460 18459 14131 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 386040129 9367552 267 33554432000 4194304 5064252 140734892285648 140734892284560 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19051/statm: 2287 267 226 213 0 72 0
[pid=19052] ppid=19051 vsize=54512 CPUtime=22.13 cores=0,2,4,6
/proc/19052/stat : 19052 (glucose) R 19051 18459 14131 0 -1 4202496 9947 0 0 0 2211 2 0 0 20 0 1 0 386040129 55820288 12473 33554432000 4194304 5208918 140736033805184 140736033803048 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19052/statm: 13628 12473 96 248 0 13377 0
Current children cumulated CPU time (s) 1781.8
Current children cumulated vsize (KiB) 92640



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.06 2.03 2.00 3/181 19059
/proc/meminfo: memFree=29588352/32873624 swapFree=7112/7112
[pid=18459] ppid=18457 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18459/stat : 18459 (npSolver-wbo-It) S 18457 18459 14131 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385864113 9367552 274 33554432000 4194304 5064252 140733234082672 140733234081584 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18459/statm: 2287 274 233 213 0 72 0
[pid=18460] ppid=18459 vsize=19832 CPUtime=1789.32 cores=0,2,4,6
/proc/18460/stat : 18460 (npSolver-wbo) S 18459 18459 14131 0 -1 4202496 118617 1003218 0 0 390 48 177960 534 20 0 1 0 385864113 20307968 4377 33554432000 4194304 6006132 140733969011264 140733969002656 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18460/statm: 4958 4377 168 443 0 4511 0
[pid=19058] ppid=18460 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19058/stat : 19058 (satsolver.sh) S 18460 18459 14131 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386043094 9367552 266 33554432000 4194304 5064252 140734145044864 140734145043776 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19058/statm: 2287 266 226 213 0 72 0
[pid=19059] ppid=19058 vsize=65680 CPUtime=10.68 cores=0,2,4,6
/proc/19059/stat : 19059 (glucose) R 19058 18459 14131 0 -1 4202496 8666 0 0 0 1066 2 0 0 20 0 1 0 386043094 67256320 13096 33554432000 4194304 5208918 140733377593520 140733377591384 4212371 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19059/statm: 16420 13096 96 248 0 16169 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 103808

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.03 2.00 3/181 19059
/proc/meminfo: memFree=29588352/32873624 swapFree=7112/7112
[pid=18459] ppid=18457 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/18459/stat : 18459 (npSolver-wbo-It) S 18457 18459 14131 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385864113 9367552 274 33554432000 4194304 5064252 140733234082672 140733234081584 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18459/statm: 2287 274 233 213 0 72 0
[pid=18460] ppid=18459 vsize=19832 CPUtime=1789.32 cores=0,2,4,6
/proc/18460/stat : 18460 (npSolver-wbo) S 18459 18459 14131 0 -1 4202496 118617 1003218 0 0 390 48 177960 534 20 0 1 0 385864113 20307968 4377 33554432000 4194304 6006132 140733969011264 140733969002656 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/18460/statm: 4958 4377 168 443 0 4511 0
[pid=19058] ppid=18460 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19058/stat : 19058 (satsolver.sh) S 18460 18459 14131 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386043094 9367552 266 33554432000 4194304 5064252 140734145044864 140734145043776 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19058/statm: 2287 266 226 213 0 72 0
[pid=19059] ppid=19058 vsize=65680 CPUtime=10.68 cores=0,2,4,6
/proc/19059/stat : 19059 (glucose) R 19058 18459 14131 0 -1 4202496 8666 0 0 0 1066 2 0 0 20 0 1 0 386043094 67256320 13096 33554432000 4194304 5208918 140733377593520 140733377591384 4212371 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19059/statm: 16420 13096 96 248 0 16169 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 103808

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.04
CPU user time (s): 1794.18
CPU system time (s): 5.86311
CPU usage (%): 99.974
Max. virtual memory (cumulated for all children) (KiB): 141612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.18
system time used= 5.86311
maximum resident set size= 83820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1131493
page faults= 0
swaps= 0
block input operations= 0
block output operations= 673584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13478
involuntary context switches= 2552

runsolver used 2.80757 second user time and 7.12592 second system time

The end

Launcher Data

Begin job on node121 at 2012-06-09 01:16:26
IDJOB=3753960
IDBENCH=79251
IDSOLVER=2337
FILE ID=node121/3753960-1339197386
RUNJOBID= node121-1339184277-15568
PBS_JOBID= 14643801
Free space on /tmp= 71216 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111227012--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-3753960-1339197386/watcher-3753960-1339197386 -o /tmp/evaluation-result-3753960-1339197386/solver-3753960-1339197386 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itd.sh HOME/instance-3753960-1339197386.wbo 1211963169 HOME HOME

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

MD5SUM BENCH= 3f56278c0c7f2898f6b9e11f0d13a6fa
RANDOM SEED=1211963169

node121.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.042
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.08
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.042
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.042
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		: 2667.042
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.042
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		: 2667.042
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
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:       32873624 kB
MemFree:        29688388 kB
Buffers:          949592 kB
Cached:          1173892 kB
SwapCached:          340 kB
Active:          2190976 kB
Inactive:          49820 kB
Active(anon):      96808 kB
Inactive(anon):     8880 kB
Active(file):    2094168 kB
Inactive(file):    40940 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67106508 kB
Dirty:              8376 kB
Writeback:             0 kB
AnonPages:        132188 kB
Mapped:            12564 kB
Shmem:                40 kB
Slab:             801652 kB
SReclaimable:     245608 kB
SUnreclaim:       556044 kB
KernelStack:        1512 kB
PageTables:         4176 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545668 kB
Committed_AS:     222392 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     90112 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= 71204 MiB
End job on node121 at 2012-06-09 01:46:27