Trace number 3753954

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

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111222539--soft-0-100-0.wbo
MD5SUM2cb7ef9d897234b1b8519dd953c1d1e7
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.465928
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 1192
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
17.27/17.31	o 532
62.72/62.94	o 510
106.83/107.05	o 508
154.76/154.98	o 507
198.36/198.61	o 506
241.64/241.90	o 495
284.79/285.06	o 485
328.51/328.79	o 478
372.19/372.46	o 477
415.56/415.75	o 476
459.02/459.33	o 447
502.12/502.44	o 440
546.53/546.84	o 438
589.52/589.84	o 425
632.41/632.75	o 407
675.65/675.98	o 404
719.38/719.73	o 401
762.29/762.65	o 400
805.82/806.19	o 397
848.95/849.33	o 384
891.88/892.27	o 362
935.81/936.20	o 361
979.06/979.45	o 359
1021.76/1022.17	o 347
1065.74/1066.17	o 339
1109.19/1109.61	o 335
1152.60/1153.04	o 333
1195.39/1195.84	o 331
1239.50/1239.96	o 330
1282.45/1283.10	o 327
1325.29/1325.96	o 325
1368.06/1368.74	o 321
1413.24/1413.93	o 320
1456.48/1457.18	o 306
1500.28/1500.99	o 305
1543.72/1544.44	o 304
1587.00/1587.72	o 302
1629.97/1630.70	o 300
1674.05/1674.78	o 298
1717.01/1717.76	o 297
1761.15/1761.92	o 296
1800.03/1800.71	./satsolver.sh: line 5: 29795 Terminated              ./glucose $1 > $2 2> /dev/null
1800.03/1800.71	c error: unexpected solver exit code
1800.03/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-3753954-1339197429/watcher-3753954-1339197429 -o /tmp/evaluation-result-3753954-1339197429/solver-3753954-1339197429 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3753954-1339197429.wbo 613271937 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: 1.99 1.98 1.99 2/179 28979
/proc/meminfo: memFree=30686896/32873844 swapFree=7632/7632
[pid=28979] ppid=28977 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28979/stat : 28979 (npSolver-wbo-It) S 28977 28979 24017 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385867808 9367552 275 33554432000 4194304 5064252 140733754966768 140733754965680 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28979/statm: 2287 275 233 213 0 72 0

[startup+0.0425221 s]
/proc/loadavg: 1.99 1.98 1.99 2/179 28979
/proc/meminfo: memFree=30686896/32873844 swapFree=7632/7632
[pid=28979] ppid=28977 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28979/stat : 28979 (npSolver-wbo-It) S 28977 28979 24017 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385867808 9367552 275 33554432000 4194304 5064252 140733754966768 140733754965680 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28979/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100176 s]
/proc/loadavg: 1.99 1.98 1.99 2/179 28979
/proc/meminfo: memFree=30686896/32873844 swapFree=7632/7632
[pid=28979] ppid=28977 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28979/stat : 28979 (npSolver-wbo-It) S 28977 28979 24017 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385867808 9367552 275 33554432000 4194304 5064252 140733754966768 140733754965680 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28979/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300147 s]
/proc/loadavg: 1.99 1.98 1.99 2/179 28979
/proc/meminfo: memFree=30686896/32873844 swapFree=7632/7632
[pid=28979] ppid=28977 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28979/stat : 28979 (npSolver-wbo-It) S 28977 28979 24017 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385867808 9367552 275 33554432000 4194304 5064252 140733754966768 140733754965680 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28979/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70014 s]
/proc/loadavg: 1.99 1.98 1.99 2/179 28979
/proc/meminfo: memFree=30686896/32873844 swapFree=7632/7632
[pid=28979] ppid=28977 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28979/stat : 28979 (npSolver-wbo-It) S 28977 28979 24017 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385867808 9367552 275 33554432000 4194304 5064252 140733754966768 140733754965680 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28979/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50029 s]
/proc/loadavg: 1.99 1.98 1.99 3/183 28993
/proc/meminfo: memFree=30711796/32873844 swapFree=7632/7632
[pid=28979] ppid=28977 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28979/stat : 28979 (npSolver-wbo-It) S 28977 28979 24017 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385867808 9367552 275 33554432000 4194304 5064252 140733754966768 140733754965680 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28979/statm: 2287 275 233 213 0 72 0
[pid=28980] ppid=28979 vsize=3100 CPUtime=0.18 cores=0,2,4,6
/proc/28980/stat : 28980 (npSolver-wbo) S 28979 28979 24017 0 -1 4202496 1963 2748 0 0 2 0 16 0 20 0 1 0 385867809 3174400 385 33554432000 4194304 6006132 140734383720544 140734383714736 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28980/statm: 775 385 158 443 0 328 0
[pid=28985] ppid=28980 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28985/stat : 28985 (satsolver.sh) S 28980 28979 24017 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385867829 9367552 267 33554432000 4194304 5064252 140736813781024 140736813779936 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28985/statm: 2287 267 226 213 0 72 0
[pid=28986] ppid=28985 vsize=12880 CPUtime=1.28 cores=0,2,4,6
/proc/28986/stat : 28986 (glucose) R 28985 28979 24017 0 -1 4202496 2750 0 0 0 128 0 0 0 20 0 1 0 385867829 13189120 2258 33554432000 4194304 5208918 140736549698480 140736549696568 4229344 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28986/statm: 3220 2258 96 248 0 2969 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 34276

[startup+3.10031 s]
/proc/loadavg: 1.99 1.98 1.99 3/183 28993
/proc/meminfo: memFree=30703888/32873844 swapFree=7632/7632
[pid=28979] ppid=28977 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28979/stat : 28979 (npSolver-wbo-It) S 28977 28979 24017 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385867808 9367552 275 33554432000 4194304 5064252 140733754966768 140733754965680 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28979/statm: 2287 275 233 213 0 72 0
[pid=28980] ppid=28979 vsize=3100 CPUtime=0.18 cores=0,2,4,6
/proc/28980/stat : 28980 (npSolver-wbo) S 28979 28979 24017 0 -1 4202496 1963 2748 0 0 2 0 16 0 20 0 1 0 385867809 3174400 385 33554432000 4194304 6006132 140734383720544 140734383714736 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28980/statm: 775 385 158 443 0 328 0
[pid=28985] ppid=28980 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28985/stat : 28985 (satsolver.sh) S 28980 28979 24017 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385867829 9367552 267 33554432000 4194304 5064252 140736813781024 140736813779936 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28985/statm: 2287 267 226 213 0 72 0
[pid=28986] ppid=28985 vsize=12880 CPUtime=2.88 cores=0,2,4,6
/proc/28986/stat : 28986 (glucose) R 28985 28979 24017 0 -1 4202496 3299 0 0 0 288 0 0 0 20 0 1 0 385867829 13189120 2804 33554432000 4194304 5208918 140736549698480 140736549696424 4212930 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28986/statm: 3220 2804 96 248 0 2969 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 34276

[startup+6.30039 s]
/proc/loadavg: 1.99 1.98 1.99 3/183 28993
/proc/meminfo: memFree=30697808/32873844 swapFree=7632/7632
[pid=28979] ppid=28977 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28979/stat : 28979 (npSolver-wbo-It) S 28977 28979 24017 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385867808 9367552 275 33554432000 4194304 5064252 140733754966768 140733754965680 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28979/statm: 2287 275 233 213 0 72 0
[pid=28980] ppid=28979 vsize=3100 CPUtime=0.18 cores=0,2,4,6
/proc/28980/stat : 28980 (npSolver-wbo) S 28979 28979 24017 0 -1 4202496 1963 2748 0 0 2 0 16 0 20 0 1 0 385867809 3174400 385 33554432000 4194304 6006132 140734383720544 140734383714736 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28980/statm: 775 385 158 443 0 328 0
[pid=28985] ppid=28980 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28985/stat : 28985 (satsolver.sh) S 28980 28979 24017 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385867829 9367552 267 33554432000 4194304 5064252 140736813781024 140736813779936 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28985/statm: 2287 267 226 213 0 72 0
[pid=28986] ppid=28985 vsize=22676 CPUtime=6.09 cores=0,2,4,6
/proc/28986/stat : 28986 (glucose) R 28985 28979 24017 0 -1 4202496 3953 0 0 0 608 1 0 0 20 0 1 0 385867829 23220224 4984 33554432000 4194304 5208918 140736549698480 140736549696344 4229748 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28986/statm: 5669 4984 96 248 0 5418 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 44072

[startup+12.7003 s]
/proc/loadavg: 1.99 1.98 1.99 3/183 28993
/proc/meminfo: memFree=30668796/32873844 swapFree=7632/7632
[pid=28979] ppid=28977 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28979/stat : 28979 (npSolver-wbo-It) S 28977 28979 24017 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385867808 9367552 275 33554432000 4194304 5064252 140733754966768 140733754965680 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28979/statm: 2287 275 233 213 0 72 0
[pid=28980] ppid=28979 vsize=3100 CPUtime=0.18 cores=0,2,4,6
/proc/28980/stat : 28980 (npSolver-wbo) S 28979 28979 24017 0 -1 4202496 1963 2748 0 0 2 0 16 0 20 0 1 0 385867809 3174400 385 33554432000 4194304 6006132 140734383720544 140734383714736 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28980/statm: 775 385 158 443 0 328 0
[pid=28985] ppid=28980 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28985/stat : 28985 (satsolver.sh) S 28980 28979 24017 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385867829 9367552 267 33554432000 4194304 5064252 140736813781024 140736813779936 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28985/statm: 2287 267 226 213 0 72 0
[pid=28986] ppid=28985 vsize=31588 CPUtime=12.48 cores=0,2,4,6
/proc/28986/stat : 28986 (glucose) R 28985 28979 24017 0 -1 4202496 5297 0 0 0 1247 1 0 0 20 0 1 0 385867829 32346112 6053 33554432000 4194304 5208918 140736549698480 140736549696424 4229483 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28986/statm: 7897 6053 96 248 0 7646 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 52984

[startup+25.5004 s]
/proc/loadavg: 1.99 1.98 1.99 3/183 29000
/proc/meminfo: memFree=30629724/32873844 swapFree=7632/7632
[pid=28979] ppid=28977 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28979/stat : 28979 (npSolver-wbo-It) S 28977 28979 24017 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385867808 9367552 275 33554432000 4194304 5064252 140733754966768 140733754965680 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28979/statm: 2287 275 233 213 0 72 0
[pid=28980] ppid=28979 vsize=11368 CPUtime=17.35 cores=0,2,4,6
/proc/28980/stat : 28980 (npSolver-wbo) S 28979 28979 24017 0 -1 4202496 3596 10932 0 0 8 2 1723 2 20 0 1 0 385867809 11640832 2366 33554432000 4194304 6006132 140734383720544 140734383711936 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28980/statm: 2842 2366 167 443 0 2395 0
[pid=28999] ppid=28980 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28999/stat : 28999 (satsolver.sh) S 28980 28979 24017 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385869546 9367552 267 33554432000 4194304 5064252 140733920343136 140733920342048 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/28999/statm: 2287 267 226 213 0 72 0
[pid=29000] ppid=28999 vsize=48620 CPUtime=8.1 cores=0,2,4,6
/proc/29000/stat : 29000 (glucose) R 28999 28979 24017 0 -1 4202496 9381 0 0 0 808 2 0 0 20 0 1 0 385869547 49786880 10973 33554432000 4194304 5208918 140736777328928 140736777326872 4211665 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29000/statm: 12155 10973 96 248 0 11904 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 78284

[startup+51.1003 s]
/proc/loadavg: 1.99 1.98 1.99 3/183 29007
/proc/meminfo: memFree=30622136/32873844 swapFree=7632/7632
[pid=28979] ppid=28977 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28979/stat : 28979 (npSolver-wbo-It) S 28977 28979 24017 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385867808 9367552 275 33554432000 4194304 5064252 140733754966768 140733754965680 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28979/statm: 2287 275 233 213 0 72 0
[pid=28980] ppid=28979 vsize=11368 CPUtime=17.35 cores=0,2,4,6
/proc/28980/stat : 28980 (npSolver-wbo) S 28979 28979 24017 0 -1 4202496 3596 10932 0 0 8 2 1723 2 20 0 1 0 385867809 11640832 2366 33554432000 4194304 6006132 140734383720544 140734383711936 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28980/statm: 2842 2366 167 443 0 2395 0
[pid=28999] ppid=28980 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28999/stat : 28999 (satsolver.sh) S 28980 28979 24017 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385869546 9367552 267 33554432000 4194304 5064252 140733920343136 140733920342048 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/28999/statm: 2287 267 226 213 0 72 0
[pid=29000] ppid=28999 vsize=62872 CPUtime=33.7 cores=0,2,4,6
/proc/29000/stat : 29000 (glucose) R 28999 28979 24017 0 -1 4202496 10904 0 0 0 3367 3 0 0 20 0 1 0 385869547 64380928 14902 33554432000 4194304 5208918 140736777328928 140736777326792 4213440 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29000/statm: 15718 14902 96 248 0 15467 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 92536

[startup+102.307 s]
/proc/loadavg: 1.99 1.98 1.99 3/183 29021
/proc/meminfo: memFree=30614796/32873844 swapFree=7632/7632
[pid=28979] ppid=28977 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28979/stat : 28979 (npSolver-wbo-It) S 28977 28979 24017 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385867808 9367552 275 33554432000 4194304 5064252 140733754966768 140733754965680 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28979/statm: 2287 275 233 213 0 72 0
[pid=28980] ppid=28979 vsize=11368 CPUtime=62.96 cores=0,2,4,6
/proc/28980/stat : 28980 (npSolver-wbo) S 28979 28979 24017 0 -1 4202496 5177 26266 0 0 13 3 6265 15 20 0 1 0 385867809 11640832 2367 33554432000 4194304 6006132 140734383720544 140734383711936 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28980/statm: 2842 2367 167 443 0 2395 0
[pid=29013] ppid=28980 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29013/stat : 29013 (satsolver.sh) S 28980 28979 24017 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385874109 9367552 266 33554432000 4194304 5064252 140735614573360 140735614572272 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/29013/statm: 2287 266 226 213 0 72 0
[pid=29014] ppid=29013 vsize=62436 CPUtime=39.27 cores=0,2,4,6
/proc/29014/stat : 29014 (glucose) R 29013 28979 24017 0 -1 4202496 10499 0 0 0 3925 2 0 0 20 0 1 0 385874109 63934464 14676 33554432000 4194304 5208918 140736860734336 140736860732200 4211584 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29014/statm: 15609 14676 96 248 0 15358 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 92100

[startup+162.3 s]
/proc/loadavg: 2.04 2.00 2.00 3/183 29049
/proc/meminfo: memFree=30648532/32873844 swapFree=7632/7632
[pid=28979] ppid=28977 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28979/stat : 28979 (npSolver-wbo-It) S 28977 28979 24017 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385867808 9367552 275 33554432000 4194304 5064252 140733754966768 140733754965680 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28979/statm: 2287 275 233 213 0 72 0
[pid=28980] ppid=28979 vsize=11368 CPUtime=154.98 cores=0,2,4,6
/proc/28980/stat : 28980 (npSolver-wbo) S 28979 28979 24017 0 -1 4202496 8329 55863 0 0 24 4 15434 36 20 0 1 0 385867809 11640832 2367 33554432000 4194304 6006132 140734383720544 140734383711936 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28980/statm: 2842 2367 167 443 0 2395 0
[pid=29048] ppid=28980 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.08 2.05 2.00 3/184 29737
/proc/meminfo: memFree=30641376/32873844 swapFree=7632/7632
[pid=28979] ppid=28977 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28979/stat : 28979 (npSolver-wbo-It) S 28977 28979 24017 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385867808 9367552 275 33554432000 4194304 5064252 140733754966768 140733754965680 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28979/statm: 2287 275 233 213 0 72 0
[pid=28980] ppid=28979 vsize=11368 CPUtime=1413.4 cores=0,2,4,6
/proc/28980/stat : 28980 (npSolver-wbo) S 28979 28979 24017 0 -1 4202496 48438 456209 0 0 136 19 140880 305 20 0 1 0 385867809 11640832 2378 33554432000 4194304 6006132 140734383720544 140734383711936 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28980/statm: 2842 2378 168 443 0 2395 0
[pid=29736] ppid=28980 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29736/stat : 29736 (satsolver.sh) S 28980 28979 24017 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 386009205 9367552 266 33554432000 4194304 5064252 140733520003168 140733520002080 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29736/statm: 2287 266 226 213 0 72 0
[pid=29737] ppid=29736 vsize=40200 CPUtime=8.32 cores=0,2,4,6
/proc/29737/stat : 29737 (glucose) R 29736 28979 24017 0 -1 4202496 7982 0 0 0 831 1 0 0 20 0 1 0 386009206 41164800 9282 33554432000 4194304 5208918 140733991484752 140733991482616 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29737/statm: 10050 9282 96 248 0 9799 0
Current children cumulated CPU time (s) 1421.72
Current children cumulated vsize (KiB) 69864

[startup+1482.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/182 29744
/proc/meminfo: memFree=30636412/32873844 swapFree=7632/7632
[pid=28979] ppid=28977 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28979/stat : 28979 (npSolver-wbo-It) S 28977 28979 24017 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385867808 9367552 275 33554432000 4194304 5064252 140733754966768 140733754965680 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28979/statm: 2287 275 233 213 0 72 0
[pid=28980] ppid=28979 vsize=11368 CPUtime=1456.63 cores=0,2,4,6
/proc/28980/stat : 28980 (npSolver-wbo) S 28979 28979 24017 0 -1 4202496 49744 469893 0 0 139 19 145192 313 20 0 1 0 385867809 11640832 2378 33554432000 4194304 6006132 140734383720544 140734383711936 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28980/statm: 2842 2378 168 443 0 2395 0
[pid=29743] ppid=28980 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29743/stat : 29743 (satsolver.sh) S 28980 28979 24017 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386013530 9367552 266 33554432000 4194304 5064252 140735780905008 140735780903920 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29743/statm: 2287 266 226 213 0 72 0
[pid=29744] ppid=29743 vsize=42624 CPUtime=25.07 cores=0,2,4,6
/proc/29744/stat : 29744 (glucose) R 29743 28979 24017 0 -1 4202496 8123 0 0 0 2506 1 0 0 20 0 1 0 386013530 43646976 9811 33554432000 4194304 5208918 140734876836736 140734876834600 4211656 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29744/statm: 10656 9811 96 248 0 10405 0
Current children cumulated CPU time (s) 1481.7
Current children cumulated vsize (KiB) 72288

[startup+1542.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/183 29753
/proc/meminfo: memFree=30628060/32873844 swapFree=7632/7632
[pid=28979] ppid=28977 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28979/stat : 28979 (npSolver-wbo-It) S 28977 28979 24017 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385867808 9367552 275 33554432000 4194304 5064252 140733754966768 140733754965680 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28979/statm: 2287 275 233 213 0 72 0
[pid=28980] ppid=28979 vsize=11368 CPUtime=1500.43 cores=0,2,4,6
/proc/28980/stat : 28980 (npSolver-wbo) S 28979 28979 24017 0 -1 4202496 51050 482707 0 0 142 19 149562 320 20 0 1 0 385867809 11640832 2378 33554432000 4194304 6006132 140734383720544 140734383711936 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28980/statm: 2842 2378 168 443 0 2395 0
[pid=29751] ppid=28980 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29751/stat : 29751 (satsolver.sh) S 28980 28979 24017 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386017911 9367552 267 33554432000 4194304 5064252 140735697436016 140735697434928 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29751/statm: 2287 267 226 213 0 72 0
[pid=29752] ppid=29751 vsize=35536 CPUtime=41.25 cores=0,2,4,6
/proc/29752/stat : 29752 (glucose) R 29751 28979 24017 0 -1 4202496 8638 0 0 0 4123 2 0 0 20 0 1 0 386017911 36388864 8116 33554432000 4194304 5208918 140735627961104 140735627959192 4211712 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29752/statm: 8884 8116 96 248 0 8633 0
Current children cumulated CPU time (s) 1541.68
Current children cumulated vsize (KiB) 65200

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 29767
/proc/meminfo: memFree=30618752/32873844 swapFree=7632/7632
[pid=28979] ppid=28977 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28979/stat : 28979 (npSolver-wbo-It) S 28977 28979 24017 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385867808 9367552 275 33554432000 4194304 5064252 140733754966768 140733754965680 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28979/statm: 2287 275 233 213 0 72 0
[pid=28980] ppid=28979 vsize=11368 CPUtime=1587.14 cores=0,2,4,6
/proc/28980/stat : 28980 (npSolver-wbo) S 28979 28979 24017 0 -1 4202496 53660 508873 0 0 148 20 158212 334 20 0 1 0 385867809 11640832 2378 33554432000 4194304 6006132 140734383720544 140734383711936 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28980/statm: 2842 2378 168 443 0 2395 0
[pid=29766] ppid=28980 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29766/stat : 29766 (satsolver.sh) S 28980 28979 24017 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386026584 9367552 267 33554432000 4194304 5064252 140734546950032 140734546948944 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29766/statm: 2287 267 226 213 0 72 0
[pid=29767] ppid=29766 vsize=39824 CPUtime=14.52 cores=0,2,4,6
/proc/29767/stat : 29767 (glucose) R 29766 28979 24017 0 -1 4202496 7426 0 0 0 1451 1 0 0 20 0 1 0 386026584 40779776 9100 33554432000 4194304 5208918 140735031000288 140735030998152 4229688 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29767/statm: 9956 9100 96 248 0 9705 0
Current children cumulated CPU time (s) 1601.66
Current children cumulated vsize (KiB) 69488

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 29774
/proc/meminfo: memFree=30609136/32873844 swapFree=7632/7632
[pid=28979] ppid=28977 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28979/stat : 28979 (npSolver-wbo-It) S 28977 28979 24017 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385867808 9367552 275 33554432000 4194304 5064252 140733754966768 140733754965680 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28979/statm: 2287 275 233 213 0 72 0
[pid=28980] ppid=28979 vsize=11368 CPUtime=1630.12 cores=0,2,4,6
/proc/28980/stat : 28980 (npSolver-wbo) S 28979 28979 24017 0 -1 4202496 54960 520927 0 0 151 21 162498 342 20 0 1 0 385867809 11640832 2378 33554432000 4194304 6006132 140734383720544 140734383711936 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28980/statm: 2842 2378 168 443 0 2395 0
[pid=29773] ppid=28980 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29773/stat : 29773 (satsolver.sh) S 28980 28979 24017 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386030882 9367552 266 33554432000 4194304 5064252 140735291095776 140735291094688 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29773/statm: 2287 266 226 213 0 72 0
[pid=29774] ppid=29773 vsize=49688 CPUtime=31.55 cores=0,2,4,6
/proc/29774/stat : 29774 (glucose) R 29773 28979 24017 0 -1 4202496 7359 0 0 0 3153 2 0 0 20 0 1 0 386030882 50880512 11473 33554432000 4194304 5208918 140733657865888 140733657863752 4229776 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29774/statm: 12422 11473 96 248 0 12171 0
Current children cumulated CPU time (s) 1661.67
Current children cumulated vsize (KiB) 79352

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 29788
/proc/meminfo: memFree=30622656/32873844 swapFree=7632/7632
[pid=28979] ppid=28977 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28979/stat : 28979 (npSolver-wbo-It) S 28977 28979 24017 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385867808 9367552 275 33554432000 4194304 5064252 140733754966768 140733754965680 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28979/statm: 2287 275 233 213 0 72 0
[pid=28980] ppid=28979 vsize=11368 CPUtime=1717.15 cores=0,2,4,6
/proc/28980/stat : 28980 (npSolver-wbo) S 28979 28979 24017 0 -1 4202496 57552 546150 0 0 157 21 171180 357 20 0 1 0 385867809 11640832 2378 33554432000 4194304 6006132 140734383720544 140734383711936 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28980/statm: 2842 2378 168 443 0 2395 0
[pid=29787] ppid=28980 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29787/stat : 29787 (satsolver.sh) S 28980 28979 24017 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386039588 9367552 267 33554432000 4194304 5064252 140734819358976 140734819357888 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29787/statm: 2287 267 226 213 0 72 0
[pid=29788] ppid=29787 vsize=30948 CPUtime=4.48 cores=0,2,4,6
/proc/29788/stat : 29788 (glucose) R 29787 28979 24017 0 -1 4202496 6584 0 0 0 447 1 0 0 20 0 1 0 386039588 31690752 6602 33554432000 4194304 5208918 140734423530528 140734423528472 4229528 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29788/statm: 7737 6602 96 248 0 7486 0
Current children cumulated CPU time (s) 1721.63
Current children cumulated vsize (KiB) 60612

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 29795
/proc/meminfo: memFree=30593184/32873844 swapFree=7632/7632
[pid=28979] ppid=28977 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28979/stat : 28979 (npSolver-wbo-It) S 28977 28979 24017 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385867808 9367552 275 33554432000 4194304 5064252 140733754966768 140733754965680 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28979/statm: 2287 275 233 213 0 72 0
[pid=28980] ppid=28979 vsize=11368 CPUtime=1761.29 cores=0,2,4,6
/proc/28980/stat : 28980 (npSolver-wbo) S 28979 28979 24017 0 -1 4202496 58845 558879 0 0 159 22 175583 365 20 0 1 0 385867809 11640832 2378 33554432000 4194304 6006132 140734383720544 140734383711936 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28980/statm: 2842 2378 168 443 0 2395 0
[pid=29794] ppid=28980 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29794/stat : 29794 (satsolver.sh) S 28980 28979 24017 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386044003 9367552 267 33554432000 4194304 5064252 140733338970688 140733338969600 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29794/statm: 2287 267 226 213 0 72 0
[pid=29795] ppid=29794 vsize=42420 CPUtime=20.33 cores=0,2,4,6
/proc/29795/stat : 29795 (glucose) R 29794 28979 24017 0 -1 4202496 8644 0 0 0 2032 1 0 0 20 0 1 0 386044004 43438080 9708 33554432000 4194304 5208918 140736103357808 140736103355672 4211521 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29795/statm: 10605 9708 96 248 0 10354 0
Current children cumulated CPU time (s) 1781.62
Current children cumulated vsize (KiB) 72084



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 29795
/proc/meminfo: memFree=30597448/32873844 swapFree=7632/7632
[pid=28979] ppid=28977 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28979/stat : 28979 (npSolver-wbo-It) S 28977 28979 24017 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385867808 9367552 275 33554432000 4194304 5064252 140733754966768 140733754965680 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28979/statm: 2287 275 233 213 0 72 0
[pid=28980] ppid=28979 vsize=11368 CPUtime=1761.29 cores=0,2,4,6
/proc/28980/stat : 28980 (npSolver-wbo) S 28979 28979 24017 0 -1 4202496 58845 558879 0 0 159 22 175583 365 20 0 1 0 385867809 11640832 2378 33554432000 4194304 6006132 140734383720544 140734383711936 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28980/statm: 2842 2378 168 443 0 2395 0
[pid=29794] ppid=28980 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29794/stat : 29794 (satsolver.sh) S 28980 28979 24017 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386044003 9367552 267 33554432000 4194304 5064252 140733338970688 140733338969600 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29794/statm: 2287 267 226 213 0 72 0
[pid=29795] ppid=29794 vsize=35348 CPUtime=38.74 cores=0,2,4,6
/proc/29795/stat : 29795 (glucose) R 29794 28979 24017 0 -1 4202496 9262 0 0 0 3872 2 0 0 20 0 1 0 386044004 36196352 7998 33554432000 4194304 5208918 140736103357808 140736103355896 4229528 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29795/statm: 8837 7998 96 248 0 8586 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 65012

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.71 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 29795
/proc/meminfo: memFree=30597448/32873844 swapFree=7632/7632
[pid=28979] ppid=28977 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28979/stat : 28979 (npSolver-wbo-It) S 28977 28979 24017 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385867808 9367552 275 33554432000 4194304 5064252 140733754966768 140733754965680 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28979/statm: 2287 275 233 213 0 72 0
[pid=28980] ppid=28979 vsize=11368 CPUtime=1761.29 cores=0,2,4,6
/proc/28980/stat : 28980 (npSolver-wbo) S 28979 28979 24017 0 -1 4202496 58845 558879 0 0 159 22 175583 365 20 0 1 0 385867809 11640832 2378 33554432000 4194304 6006132 140734383720544 140734383711936 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28980/statm: 2842 2378 168 443 0 2395 0
[pid=29794] ppid=28980 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29794/stat : 29794 (satsolver.sh) S 28980 28979 24017 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386044003 9367552 267 33554432000 4194304 5064252 140733338970688 140733338969600 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29794/statm: 2287 267 226 213 0 72 0
[pid=29795] ppid=29794 vsize=35348 CPUtime=38.74 cores=0,2,4,6
/proc/29795/stat : 29795 (glucose) R 29794 28979 24017 0 -1 4202496 9262 0 0 0 3872 2 0 0 20 0 1 0 386044004 36196352 7998 33554432000 4194304 5208918 140736103357808 140736103355896 4229528 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29795/statm: 8837 7998 96 248 0 8586 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 65012

Child status: 0
Real time (s): 1800.72
CPU time (s): 1800.08
CPU user time (s): 1796.17
CPU system time (s): 3.90641
CPU usage (%): 99.9644
Max. virtual memory (cumulated for all children) (KiB): 106564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.17
system time used= 3.90641
maximum resident set size= 64076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 627976
page faults= 0
swaps= 0
block input operations= 0
block output operations= 278904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5518
involuntary context switches= 2341

runsolver used 2.85357 second user time and 7.16291 second system time

The end

Launcher Data

Begin job on node144 at 2012-06-09 01:17:09
IDJOB=3753954
IDBENCH=79253
IDSOLVER=2337
FILE ID=node144/3753954-1339197429
RUNJOBID= node144-1339184649-25748
PBS_JOBID= 14643804
Free space on /tmp= 68964 MiB

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

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

MD5SUM BENCH= 2cb7ef9d897234b1b8519dd953c1d1e7
RANDOM SEED=613271937

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30687268 kB
Buffers:         1075244 kB
Cached:           113536 kB
SwapCached:          460 kB
Active:          1211964 kB
Inactive:          69272 kB
Active(anon):      75852 kB
Inactive(anon):    12104 kB
Active(file):    1136112 kB
Inactive(file):    57168 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67108396 kB
Dirty:              8192 kB
Writeback:             0 kB
AnonPages:         90760 kB
Mapped:            11556 kB
Shmem:               172 kB
Slab:             766472 kB
SReclaimable:     208292 kB
SUnreclaim:       558180 kB
KernelStack:        1520 kB
PageTables:         4104 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     206892 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     30720 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 68948 MiB
End job on node144 at 2012-06-09 01:47:10