Trace number 3753945

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.1 1800.72

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110977780--soft-0-100-0.wbo
MD5SUMa2fcadde47f67cca69c2b162b15fa373
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark0.420935
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 5034
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 5033
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1327
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
10.17/10.24	o 741
55.28/55.58	o 726
101.21/101.50	o 701
146.56/146.86	o 669
192.82/193.11	o 654
238.60/238.76	o 653
284.20/284.52	o 648
331.00/331.34	o 615
378.55/378.89	o 520
423.37/423.70	o 512
472.49/472.82	o 502
516.88/517.21	o 464
561.32/561.66	o 463
606.10/606.45	o 430
650.59/650.93	o 411
696.76/697.12	o 364
741.25/741.60	o 357
786.87/787.24	o 324
831.69/832.06	o 310
877.02/877.40	o 283
922.81/923.19	o 267
966.61/967.00	o 257
1018.58/1018.99	o 244
1062.36/1062.78	o 239
1105.91/1106.33	o 238
1150.49/1150.92	o 227
1195.88/1196.32	o 226
1240.42/1240.89	o 211
1286.60/1287.06	o 210
1330.52/1331.06	o 203
1375.67/1376.28	o 192
1420.02/1420.64	o 184
1464.78/1465.40	o 181
1507.58/1508.20	o 180
1551.29/1551.93	o 179
1594.90/1595.59	o 178
1638.81/1639.46	o 177
1683.16/1683.84	o 176
1725.66/1726.34	o 175
1767.78/1768.46	o 174
1800.06/1800.71	./satsolver.sh: line 5: 24835 Terminated              ./glucose $1 > $2 2> /dev/null
1800.06/1800.71	c error: unexpected solver exit code
1800.06/1800.71	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-3753945-1339197369/watcher-3753945-1339197369 -o /tmp/evaluation-result-3753945-1339197369/solver-3753945-1339197369 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3753945-1339197369.wbo 1424671556 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23843
/proc/meminfo: memFree=28011876/32873648 swapFree=7628/7628
[pid=23843] ppid=23841 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23843/stat : 23843 (npSolver-wbo-It) S 23841 23843 19535 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385862886 9367552 274 33554432000 4194304 5064252 140734246173408 140734246172320 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23843/statm: 2287 274 233 213 0 72 0

[startup+0.010746 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23843
/proc/meminfo: memFree=28011876/32873648 swapFree=7628/7628
[pid=23843] ppid=23841 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23843/stat : 23843 (npSolver-wbo-It) S 23841 23843 19535 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385862886 9367552 274 33554432000 4194304 5064252 140734246173408 140734246172320 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23843/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100224 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23843
/proc/meminfo: memFree=28011876/32873648 swapFree=7628/7628
[pid=23843] ppid=23841 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23843/stat : 23843 (npSolver-wbo-It) S 23841 23843 19535 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385862886 9367552 274 33554432000 4194304 5064252 140734246173408 140734246172320 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23843/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300118 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23843
/proc/meminfo: memFree=28011876/32873648 swapFree=7628/7628
[pid=23843] ppid=23841 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23843/stat : 23843 (npSolver-wbo-It) S 23841 23843 19535 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385862886 9367552 274 33554432000 4194304 5064252 140734246173408 140734246172320 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23843/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700106 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23843
/proc/meminfo: memFree=28011876/32873648 swapFree=7628/7628
[pid=23843] ppid=23841 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23843/stat : 23843 (npSolver-wbo-It) S 23841 23843 19535 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385862886 9367552 274 33554432000 4194304 5064252 140734246173408 140734246172320 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23843/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50028 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 23850
/proc/meminfo: memFree=28007264/32873648 swapFree=7628/7628
[pid=23843] ppid=23841 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23843/stat : 23843 (npSolver-wbo-It) S 23841 23843 19535 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385862886 9367552 274 33554432000 4194304 5064252 140734246173408 140734246172320 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23843/statm: 2287 274 233 213 0 72 0
[pid=23844] ppid=23843 vsize=3088 CPUtime=0.16 cores=0,2,4,6
/proc/23844/stat : 23844 (npSolver-wbo) S 23843 23843 19535 0 -1 4202496 1953 2686 0 0 2 0 14 0 20 0 1 0 385862886 3162112 375 33554432000 4194304 6006132 140733701900624 140733701894816 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23844/statm: 772 375 158 443 0 325 0
[pid=23849] ppid=23844 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23849/stat : 23849 (satsolver.sh) S 23844 23843 19535 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385862904 9367552 267 33554432000 4194304 5064252 140737126527504 140737126526416 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23849/statm: 2287 267 226 213 0 72 0
[pid=23850] ppid=23849 vsize=9396 CPUtime=1.31 cores=0,2,4,6
/proc/23850/stat : 23850 (glucose) R 23849 23843 19535 0 -1 4202496 2662 0 0 0 131 0 0 0 20 0 1 0 385862904 9621504 1530 33554432000 4194304 5208918 140735487284320 140735487282408 4229885 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23850/statm: 2349 1530 96 248 0 2098 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 30780

[startup+3.10032 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 23850
/proc/meminfo: memFree=28002304/32873648 swapFree=7628/7628
[pid=23843] ppid=23841 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23843/stat : 23843 (npSolver-wbo-It) S 23841 23843 19535 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385862886 9367552 274 33554432000 4194304 5064252 140734246173408 140734246172320 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23843/statm: 2287 274 233 213 0 72 0
[pid=23844] ppid=23843 vsize=3088 CPUtime=0.16 cores=0,2,4,6
/proc/23844/stat : 23844 (npSolver-wbo) S 23843 23843 19535 0 -1 4202496 1953 2686 0 0 2 0 14 0 20 0 1 0 385862886 3162112 375 33554432000 4194304 6006132 140733701900624 140733701894816 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23844/statm: 772 375 158 443 0 325 0
[pid=23849] ppid=23844 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23849/stat : 23849 (satsolver.sh) S 23844 23843 19535 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385862904 9367552 267 33554432000 4194304 5064252 140737126527504 140737126526416 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23849/statm: 2287 267 226 213 0 72 0
[pid=23850] ppid=23849 vsize=18792 CPUtime=2.9 cores=0,2,4,6
/proc/23850/stat : 23850 (glucose) R 23849 23843 19535 0 -1 4202496 3875 0 0 0 290 0 0 0 20 0 1 0 385862904 19243008 3746 33554432000 4194304 5208918 140735487284320 140735487282264 4229717 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23850/statm: 4698 3746 96 248 0 4447 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 40176

[startup+6.30031 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 23857
/proc/meminfo: memFree=28012844/32873648 swapFree=7628/7628
[pid=23843] ppid=23841 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23843/stat : 23843 (npSolver-wbo-It) S 23841 23843 19535 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385862886 9367552 274 33554432000 4194304 5064252 140734246173408 140734246172320 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23843/statm: 2287 274 233 213 0 72 0
[pid=23844] ppid=23843 vsize=3088 CPUtime=0.16 cores=0,2,4,6
/proc/23844/stat : 23844 (npSolver-wbo) S 23843 23843 19535 0 -1 4202496 1953 2686 0 0 2 0 14 0 20 0 1 0 385862886 3162112 375 33554432000 4194304 6006132 140733701900624 140733701894816 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23844/statm: 772 375 158 443 0 325 0
[pid=23849] ppid=23844 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23849/stat : 23849 (satsolver.sh) S 23844 23843 19535 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385862904 9367552 267 33554432000 4194304 5064252 140737126527504 140737126526416 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23849/statm: 2287 267 226 213 0 72 0
[pid=23850] ppid=23849 vsize=18788 CPUtime=6.1 cores=0,2,4,6
/proc/23850/stat : 23850 (glucose) R 23849 23843 19535 0 -1 4202496 4116 0 0 0 610 0 0 0 20 0 1 0 385862904 19238912 4274 33554432000 4194304 5208918 140735487284320 140735487282264 4229528 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23850/statm: 4697 4274 96 248 0 4446 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 40172

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 23864
/proc/meminfo: memFree=27948388/32873648 swapFree=7628/7628
[pid=23843] ppid=23841 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23843/stat : 23843 (npSolver-wbo-It) S 23841 23843 19535 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385862886 9367552 274 33554432000 4194304 5064252 140734246173408 140734246172320 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23843/statm: 2287 274 233 213 0 72 0
[pid=23844] ppid=23843 vsize=19724 CPUtime=10.3 cores=0,2,4,6
/proc/23844/stat : 23844 (npSolver-wbo) S 23843 23843 19535 0 -1 4202496 2718 10893 0 0 9 3 1016 2 20 0 1 0 385862886 20197376 4555 33554432000 4194304 6006132 140733701900624 140733701892016 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23844/statm: 4931 4555 167 443 0 4484 0
[pid=23863] ppid=23844 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23863/stat : 23863 (satsolver.sh) S 23844 23843 19535 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385863919 9367552 267 33554432000 4194304 5064252 140733626705456 140733626704368 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/23863/statm: 2287 267 226 213 0 72 0
[pid=23864] ppid=23863 vsize=52784 CPUtime=2.36 cores=0,2,4,6
/proc/23864/stat : 23864 (glucose) R 23863 23843 19535 0 -1 4202496 10829 0 0 0 234 2 0 0 20 0 1 0 385863920 54050816 10997 33554432000 4194304 5208918 140733584484384 140733584482232 4229776 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23864/statm: 13196 10997 95 248 0 12945 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 90804

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 23864
/proc/meminfo: memFree=27916012/32873648 swapFree=7628/7628
[pid=23843] ppid=23841 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23843/stat : 23843 (npSolver-wbo-It) S 23841 23843 19535 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385862886 9367552 274 33554432000 4194304 5064252 140734246173408 140734246172320 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23843/statm: 2287 274 233 213 0 72 0
[pid=23844] ppid=23843 vsize=19724 CPUtime=10.3 cores=0,2,4,6
/proc/23844/stat : 23844 (npSolver-wbo) S 23843 23843 19535 0 -1 4202496 2718 10893 0 0 9 3 1016 2 20 0 1 0 385862886 20197376 4555 33554432000 4194304 6006132 140733701900624 140733701892016 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23844/statm: 4931 4555 167 443 0 4484 0
[pid=23863] ppid=23844 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23863/stat : 23863 (satsolver.sh) S 23844 23843 19535 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385863919 9367552 267 33554432000 4194304 5064252 140733626705456 140733626704368 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/23863/statm: 2287 267 226 213 0 72 0
[pid=23864] ppid=23863 vsize=79124 CPUtime=15.16 cores=0,2,4,6
/proc/23864/stat : 23864 (glucose) R 23863 23843 19535 0 -1 4202496 14490 0 0 0 1513 3 0 0 20 0 1 0 385863920 81022976 18121 33554432000 4194304 5208918 140733584484384 140733584482248 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23864/statm: 19781 18121 96 248 0 19530 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 117144

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 23879
/proc/meminfo: memFree=27935540/32873648 swapFree=7628/7628
[pid=23843] ppid=23841 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23843/stat : 23843 (npSolver-wbo-It) S 23841 23843 19535 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385862886 9367552 274 33554432000 4194304 5064252 140734246173408 140734246172320 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23843/statm: 2287 274 233 213 0 72 0
[pid=23844] ppid=23843 vsize=19724 CPUtime=10.3 cores=0,2,4,6
/proc/23844/stat : 23844 (npSolver-wbo) S 23843 23843 19535 0 -1 4202496 2718 10893 0 0 9 3 1016 2 20 0 1 0 385862886 20197376 4555 33554432000 4194304 6006132 140733701900624 140733701892016 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23844/statm: 4931 4555 167 443 0 4484 0
[pid=23863] ppid=23844 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23863/stat : 23863 (satsolver.sh) S 23844 23843 19535 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385863919 9367552 267 33554432000 4194304 5064252 140733626705456 140733626704368 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/23863/statm: 2287 267 226 213 0 72 0
[pid=23864] ppid=23863 vsize=79124 CPUtime=40.75 cores=0,2,4,6
/proc/23864/stat : 23864 (glucose) R 23863 23843 19535 0 -1 4202496 14635 0 0 0 4072 3 0 0 20 0 1 0 385863920 81022976 18264 33554432000 4194304 5208918 140733584484384 140733584482248 4229776 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23864/statm: 19781 18264 96 248 0 19530 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 117144

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 23907
/proc/meminfo: memFree=27959456/32873648 swapFree=7628/7628
[pid=23843] ppid=23841 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23843/stat : 23843 (npSolver-wbo-It) S 23841 23843 19535 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385862886 9367552 274 33554432000 4194304 5064252 140734246173408 140734246172320 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23843/statm: 2287 274 233 213 0 72 0
[pid=23844] ppid=23843 vsize=19724 CPUtime=101.52 cores=0,2,4,6
/proc/23844/stat : 23844 (npSolver-wbo) S 23843 23843 19535 0 -1 4202496 4229 47461 0 0 24 4 10096 28 20 0 1 0 385862886 20197376 4556 33554432000 4194304 6006132 140733701900624 140733701892016 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23844/statm: 4931 4556 168 443 0 4484 0
[pid=23906] ppid=23844 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23906/stat : 23906 (satsolver.sh) S 23844 23843 19535 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385873045 9367552 267 33554432000 4194304 5064252 140734361979552 140734361978464 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/23906/statm: 2287 267 226 213 0 72 0
[pid=23907] ppid=23906 vsize=46956 CPUtime=0.71 cores=0,2,4,6
/proc/23907/stat : 23907 (glucose) R 23906 23843 19535 0 -1 4202496 9615 0 0 0 69 2 0 0 20 0 1 0 385873045 48082944 9803 33554432000 4194304 5208918 140733578112016 140733578110424 4231508 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23907/statm: 11739 9803 95 248 0 11488 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 84976

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 23928
/proc/meminfo: memFree=27930940/32873648 swapFree=7628/7628
[pid=23843] ppid=23841 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23843/stat : 23843 (npSolver-wbo-It) S 23841 23843 19535 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385862886 9367552 274 33554432000 4194304 5064252 140734246173408 140734246172320 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23843/statm: 2287 274 233 213 0 72 0
[pid=23844] ppid=23843 vsize=19724 CPUtime=146.87 cores=0,2,4,6
/proc/23844/stat : 23844 (npSolver-wbo) S 23843 23843 19535 0 -1 4202496 4984 66249 0 0 31 5 14609 42 20 0 1 0 385862886 20197376 4556 33554432000 4194304 6006132 140733701900624 140733701892016 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23844/statm: 4931 4556 168 443 0 4484 0
[pid=23927] ppid=23844 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.03 2.06 2.00 3/183 24697
/proc/meminfo: memFree=27952876/32873648 swapFree=7628/7628
[pid=23843] ppid=23841 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23843/stat : 23843 (npSolver-wbo-It) S 23841 23843 19535 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385862886 9367552 274 33554432000 4194304 5064252 140734246173408 140734246172320 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23843/statm: 2287 274 233 213 0 72 0
[pid=23844] ppid=23843 vsize=19724 CPUtime=1420.11 cores=0,2,4,6
/proc/23844/stat : 23844 (npSolver-wbo) S 23843 23843 19535 0 -1 4202496 25859 454341 0 0 131 16 141583 281 20 0 1 0 385862886 20197376 4556 33554432000 4194304 6006132 140733701900624 140733701892016 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23844/statm: 4931 4556 168 443 0 4484 0
[pid=24696] ppid=23844 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24696/stat : 24696 (satsolver.sh) S 23844 23843 19535 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 386004952 9367552 266 33554432000 4194304 5064252 140737289392560 140737289391472 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24696/statm: 2287 266 226 213 0 72 0
[pid=24697] ppid=24696 vsize=17756 CPUtime=1.63 cores=0,2,4,6
/proc/24697/stat : 24697 (glucose) R 24696 23843 19535 0 -1 4202496 4218 0 0 0 163 0 0 0 20 0 1 0 386004952 18182144 3517 33554432000 4194304 5208918 140734728247584 140734728245672 4211656 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24697/statm: 4439 3517 96 248 0 4188 0
Current children cumulated CPU time (s) 1421.74
Current children cumulated vsize (KiB) 55776

[startup+1482.3 s]
/proc/loadavg: 2.06 2.06 2.00 3/184 24707
/proc/meminfo: memFree=27922516/32873648 swapFree=7628/7628
[pid=23843] ppid=23841 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23843/stat : 23843 (npSolver-wbo-It) S 23841 23843 19535 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385862886 9367552 274 33554432000 4194304 5064252 140734246173408 140734246172320 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23843/statm: 2287 274 233 213 0 72 0
[pid=23844] ppid=23843 vsize=19724 CPUtime=1464.87 cores=0,2,4,6
/proc/23844/stat : 23844 (npSolver-wbo) S 23843 23843 19535 0 -1 4202496 26590 467075 0 0 133 16 146051 287 20 0 1 0 385862886 20197376 4556 33554432000 4194304 6006132 140733701900624 140733701892016 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23844/statm: 4931 4556 168 443 0 4484 0
[pid=24706] ppid=23844 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24706/stat : 24706 (satsolver.sh) S 23844 23843 19535 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386009429 9367552 267 33554432000 4194304 5064252 140734812745248 140734812744160 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24706/statm: 2287 267 226 213 0 72 0
[pid=24707] ppid=24706 vsize=32772 CPUtime=16.85 cores=0,2,4,6
/proc/24707/stat : 24707 (glucose) R 24706 23843 19535 0 -1 4202496 7224 0 0 0 1684 1 0 0 20 0 1 0 386009429 33558528 7808 33554432000 4194304 5208918 140735855576320 140735855574184 4213740 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24707/statm: 8193 7808 96 248 0 7942 0
Current children cumulated CPU time (s) 1481.72
Current children cumulated vsize (KiB) 70792

[startup+1542.3 s]
/proc/loadavg: 2.02 2.05 2.00 3/183 24714
/proc/meminfo: memFree=27906256/32873648 swapFree=7628/7628
[pid=23843] ppid=23841 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23843/stat : 23843 (npSolver-wbo-It) S 23841 23843 19535 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385862886 9367552 274 33554432000 4194304 5064252 140734246173408 140734246172320 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23843/statm: 2287 274 233 213 0 72 0
[pid=23844] ppid=23843 vsize=19724 CPUtime=1507.66 cores=0,2,4,6
/proc/23844/stat : 23844 (npSolver-wbo) S 23843 23843 19535 0 -1 4202496 27321 478659 0 0 134 17 150322 293 20 0 1 0 385862886 20197376 4556 33554432000 4194304 6006132 140733701900624 140733701892016 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23844/statm: 4931 4556 168 443 0 4484 0
[pid=24713] ppid=23844 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24713/stat : 24713 (satsolver.sh) S 23844 23843 19535 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386013709 9367552 266 33554432000 4194304 5064252 140736814674416 140736814673328 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24713/statm: 2287 266 226 213 0 72 0
[pid=24714] ppid=24713 vsize=32592 CPUtime=34.06 cores=0,2,4,6
/proc/24714/stat : 24714 (glucose) R 24713 23843 19535 0 -1 4202496 6597 0 0 0 3405 1 0 0 20 0 1 0 386013709 33374208 7791 33554432000 4194304 5208918 140736482366896 140736482364760 4229504 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24714/statm: 8148 7791 96 248 0 7897 0
Current children cumulated CPU time (s) 1541.72
Current children cumulated vsize (KiB) 70612

[startup+1602.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/183 24729
/proc/meminfo: memFree=27916524/32873648 swapFree=7628/7628
[pid=23843] ppid=23841 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23843/stat : 23843 (npSolver-wbo-It) S 23841 23843 19535 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385862886 9367552 274 33554432000 4194304 5064252 140734246173408 140734246172320 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23843/statm: 2287 274 233 213 0 72 0
[pid=23844] ppid=23843 vsize=19724 CPUtime=1595.03 cores=0,2,4,6
/proc/23844/stat : 23844 (npSolver-wbo) S 23843 23843 19535 0 -1 4202496 28782 502917 0 0 138 17 159044 304 20 0 1 0 385862886 20197376 4556 33554432000 4194304 6006132 140733701900624 140733701892016 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23844/statm: 4931 4556 168 443 0 4484 0
[pid=24728] ppid=23844 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24728/stat : 24728 (satsolver.sh) S 23844 23843 19535 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 386022447 9367552 266 33554432000 4194304 5064252 140735083490416 140735083489328 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24728/statm: 2287 266 226 213 0 72 0
[pid=24729] ppid=24728 vsize=26168 CPUtime=6.68 cores=0,2,4,6
/proc/24729/stat : 24729 (glucose) R 24728 23843 19535 0 -1 4202496 5022 0 0 0 667 1 0 0 20 0 1 0 386022447 26796032 5163 33554432000 4194304 5208918 140737313347552 140737313345496 4229712 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24729/statm: 6542 5163 96 248 0 6291 0
Current children cumulated CPU time (s) 1601.71
Current children cumulated vsize (KiB) 64188

[startup+1662.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/183 24736
/proc/meminfo: memFree=27881288/32873648 swapFree=7628/7628
[pid=23843] ppid=23841 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23843/stat : 23843 (npSolver-wbo-It) S 23841 23843 19535 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385862886 9367552 274 33554432000 4194304 5064252 140734246173408 140734246172320 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23843/statm: 2287 274 233 213 0 72 0
[pid=23844] ppid=23843 vsize=19724 CPUtime=1638.88 cores=0,2,4,6
/proc/23844/stat : 23844 (npSolver-wbo) S 23843 23843 19535 0 -1 4202496 29512 513872 0 0 139 17 163423 309 20 0 1 0 385862886 20197376 4556 33554432000 4194304 6006132 140733701900624 140733701892016 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23844/statm: 4931 4556 168 443 0 4484 0
[pid=24735] ppid=23844 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24735/stat : 24735 (satsolver.sh) S 23844 23843 19535 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386026834 9367552 266 33554432000 4194304 5064252 140734628635536 140734628634448 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24735/statm: 2287 266 226 213 0 72 0
[pid=24736] ppid=24735 vsize=32524 CPUtime=22.8 cores=0,2,4,6
/proc/24736/stat : 24736 (glucose) R 24735 23843 19535 0 -1 4202496 7005 0 0 0 2279 1 0 0 20 0 1 0 386026835 33304576 7761 33554432000 4194304 5208918 140733901663392 140733901661256 4211584 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24736/statm: 8131 7761 96 248 0 7880 0
Current children cumulated CPU time (s) 1661.68
Current children cumulated vsize (KiB) 70544

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 24743
/proc/meminfo: memFree=27894500/32873648 swapFree=7628/7628
[pid=23843] ppid=23841 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23843/stat : 23843 (npSolver-wbo-It) S 23841 23843 19535 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385862886 9367552 274 33554432000 4194304 5064252 140734246173408 140734246172320 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23843/statm: 2287 274 233 213 0 72 0
[pid=23844] ppid=23843 vsize=19724 CPUtime=1683.25 cores=0,2,4,6
/proc/23844/stat : 23844 (npSolver-wbo) S 23843 23843 19535 0 -1 4202496 30242 526112 0 0 141 18 167852 314 20 0 1 0 385862886 20197376 4556 33554432000 4194304 6006132 140733701900624 140733701892016 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23844/statm: 4931 4556 168 443 0 4484 0
[pid=24742] ppid=23844 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24742/stat : 24742 (satsolver.sh) S 23844 23843 19535 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 386031273 9367552 267 33554432000 4194304 5064252 140735941166560 140735941165472 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24742/statm: 2287 267 226 213 0 72 0
[pid=24743] ppid=24742 vsize=46412 CPUtime=38.41 cores=0,2,4,6
/proc/24743/stat : 24743 (glucose) R 24742 23843 19535 0 -1 4202496 7706 0 0 0 3840 1 0 0 20 0 1 0 386031273 47525888 10090 33554432000 4194304 5208918 140734411617776 140734411615640 4211584 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24743/statm: 11603 10090 96 248 0 11352 0
Current children cumulated CPU time (s) 1721.66
Current children cumulated vsize (KiB) 84432

[startup+1782.3 s]
/proc/loadavg: 1.95 2.00 1.99 3/183 24835
/proc/meminfo: memFree=27923184/32873648 swapFree=7628/7628
[pid=23843] ppid=23841 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23843/stat : 23843 (npSolver-wbo-It) S 23841 23843 19535 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385862886 9367552 274 33554432000 4194304 5064252 140734246173408 140734246172320 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23843/statm: 2287 274 233 213 0 72 0
[pid=23844] ppid=23843 vsize=19724 CPUtime=1767.85 cores=0,2,4,6
/proc/23844/stat : 23844 (npSolver-wbo) S 23843 23843 19535 0 -1 4202496 31702 546845 0 0 144 18 176299 324 20 0 1 0 385862886 20197376 4556 33554432000 4194304 6006132 140733701900624 140733701892016 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23844/statm: 4931 4556 168 443 0 4484 0
[pid=24834] ppid=23844 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24834/stat : 24834 (satsolver.sh) S 23844 23843 19535 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 386039734 9367552 267 33554432000 4194304 5064252 140734899459392 140734899458304 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24834/statm: 2287 267 226 213 0 72 0
[pid=24835] ppid=24834 vsize=27700 CPUtime=13.8 cores=0,2,4,6
/proc/24835/stat : 24835 (glucose) R 24834 23843 19535 0 -1 4202496 6059 0 0 0 1379 1 0 0 20 0 1 0 386039735 28364800 6405 33554432000 4194304 5208918 140737357138720 140737357136664 4211570 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24835/statm: 6925 6405 96 248 0 6674 0
Current children cumulated CPU time (s) 1781.65
Current children cumulated vsize (KiB) 65720



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 1.97 2.00 1.99 3/183 24835
/proc/meminfo: memFree=27912940/32873648 swapFree=7628/7628
[pid=23843] ppid=23841 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23843/stat : 23843 (npSolver-wbo-It) S 23841 23843 19535 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385862886 9367552 274 33554432000 4194304 5064252 140734246173408 140734246172320 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23843/statm: 2287 274 233 213 0 72 0
[pid=23844] ppid=23843 vsize=19724 CPUtime=1767.85 cores=0,2,4,6
/proc/23844/stat : 23844 (npSolver-wbo) S 23843 23843 19535 0 -1 4202496 31702 546845 0 0 144 18 176299 324 20 0 1 0 385862886 20197376 4556 33554432000 4194304 6006132 140733701900624 140733701892016 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23844/statm: 4931 4556 168 443 0 4484 0
[pid=24834] ppid=23844 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24834/stat : 24834 (satsolver.sh) S 23844 23843 19535 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 386039734 9367552 267 33554432000 4194304 5064252 140734899459392 140734899458304 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24834/statm: 2287 267 226 213 0 72 0
[pid=24835] ppid=24834 vsize=39192 CPUtime=32.21 cores=0,2,4,6
/proc/24835/stat : 24835 (glucose) R 24834 23843 19535 0 -1 4202496 6501 0 0 0 3220 1 0 0 20 0 1 0 386039735 40132608 7865 33554432000 4194304 5208918 140737357138720 140737357136664 4205203 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24835/statm: 9798 7865 96 248 0 9547 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 77212

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.71 s]
/proc/loadavg: 1.97 2.00 1.99 3/183 24835
/proc/meminfo: memFree=27912940/32873648 swapFree=7628/7628
[pid=23843] ppid=23841 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23843/stat : 23843 (npSolver-wbo-It) S 23841 23843 19535 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385862886 9367552 274 33554432000 4194304 5064252 140734246173408 140734246172320 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23843/statm: 2287 274 233 213 0 72 0
[pid=23844] ppid=23843 vsize=19724 CPUtime=1767.85 cores=0,2,4,6
/proc/23844/stat : 23844 (npSolver-wbo) S 23843 23843 19535 0 -1 4202496 31702 546845 0 0 144 18 176299 324 20 0 1 0 385862886 20197376 4556 33554432000 4194304 6006132 140733701900624 140733701892016 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23844/statm: 4931 4556 168 443 0 4484 0
[pid=24834] ppid=23844 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24834/stat : 24834 (satsolver.sh) S 23844 23843 19535 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 386039734 9367552 267 33554432000 4194304 5064252 140734899459392 140734899458304 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24834/statm: 2287 267 226 213 0 72 0
[pid=24835] ppid=24834 vsize=39192 CPUtime=32.21 cores=0,2,4,6
/proc/24835/stat : 24835 (glucose) R 24834 23843 19535 0 -1 4202496 6501 0 0 0 3220 1 0 0 20 0 1 0 386039735 40132608 7865 33554432000 4194304 5208918 140737357138720 140737357136664 4205203 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24835/statm: 9798 7865 96 248 0 9547 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 77212

Child status: 0
Real time (s): 1800.72
CPU time (s): 1800.1
CPU user time (s): 1796.65
CPU system time (s): 3.45347
CPU usage (%): 99.9661
Max. virtual memory (cumulated for all children) (KiB): 117144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.65
system time used= 3.45347
maximum resident set size= 73208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 586037
page faults= 0
swaps= 0
block input operations= 0
block output operations= 256744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5182
involuntary context switches= 2558

runsolver used 2.83457 second user time and 6.99993 second system time

The end

Launcher Data

Begin job on node122 at 2012-06-09 01:16:09
IDJOB=3753945
IDBENCH=79250
IDSOLVER=2337
FILE ID=node122/3753945-1339197369
RUNJOBID= node122-1339184574-20817
PBS_JOBID= 14643846
Free space on /tmp= 68700 MiB

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

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

MD5SUM BENCH= a2fcadde47f67cca69c2b162b15fa373
RANDOM SEED=1424671556

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
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:       32873648 kB
MemFree:        28012404 kB
Buffers:          287720 kB
Cached:          3553384 kB
SwapCached:         2140 kB
Active:          2897636 kB
Inactive:        1009744 kB
Active(anon):      66764 kB
Inactive(anon):     2228 kB
Active(file):    2830872 kB
Inactive(file):  1007516 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67099488 kB
Dirty:              8564 kB
Writeback:             8 kB
AnonPages:         72224 kB
Mapped:             9900 kB
Shmem:                 0 kB
Slab:             815784 kB
SReclaimable:     259652 kB
SUnreclaim:       556132 kB
KernelStack:        1504 kB
PageTables:         4404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     189364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 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= 68676 MiB
End job on node122 at 2012-06-09 01:46:10