Trace number 3753266

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-quickBound (fixed)? (TO) 1800.06 1800.61

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111226062--soft-0-100-0.wbo
MD5SUM033c12179045731c4fd222e5d353b2b2
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.658899
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 4944
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4943
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1231
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

Solver Data

0.00/0.03	c run usual solver
9.87/9.91	o 1049
9.87/9.91	c starting approximation
9.87/9.91	c factor = 2
9.87/9.91	c current bound: 524
52.53/52.69	c current bound: 524
94.54/94.67	c current bound: 524
136.33/136.45	c current bound: 524
178.60/178.75	c current bound: 524
220.37/220.54	c current bound: 524
263.55/263.72	c current bound: 524
305.10/305.31	c current bound: 524
347.82/348.03	c current bound: 524
389.52/389.77	c current bound: 524
431.83/432.00	c current bound: 524
473.80/474.08	c current bound: 524
517.10/517.30	c current bound: 524
558.93/559.21	c current bound: 524
601.93/602.24	c current bound: 524
644.36/644.66	c current bound: 524
687.60/687.92	c current bound: 524
730.18/730.52	c current bound: 524
773.49/773.84	c current bound: 524
815.60/815.97	c current bound: 524
858.49/858.88	c current bound: 524
900.89/901.20	c current bound: 524
942.46/942.89	c current bound: 524
985.56/985.97	c current bound: 524
1027.69/1028.11	c current bound: 524
1070.54/1070.99	c current bound: 524
1112.93/1113.39	c current bound: 524
1156.07/1156.54	c current bound: 524
1197.99/1198.48	c current bound: 524
1240.74/1241.23	c current bound: 524
1282.65/1283.16	c current bound: 524
1324.03/1324.55	c current bound: 524
1366.30/1366.83	c current bound: 524
1407.72/1408.25	c current bound: 524
1450.08/1450.63	c current bound: 524
1491.65/1492.21	c current bound: 524
1534.50/1535.08	c current bound: 524
1576.25/1576.84	c current bound: 524
1618.47/1619.07	c current bound: 524
1659.73/1660.34	c current bound: 524
1702.09/1702.71	c current bound: 524
1743.93/1744.57	c current bound: 524
1786.93/1787.54	c current bound: 524
1800.02/1800.60	./satsolver.sh: line 5: 25266 Terminated              ./glucose $1 > $2 2> /dev/null
1800.02/1800.60	c error: unexpected solver exit code
1800.02/1800.60	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-3753266-1339208246/watcher-3753266-1339208246 -o /tmp/evaluation-result-3753266-1339208246/solver-3753266-1339208246 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3753266-1339208246.wbo 1936936325 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.02 2.06 2.01 4/176 24503
/proc/meminfo: memFree=28884536/32873648 swapFree=7372/7372
[pid=24503] ppid=24500 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24503/stat : 24503 (npSolver-wbo-It) S 24500 24503 23719 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386951387 9367552 274 33554432000 4194304 5064252 140735003905056 140735003903968 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24503/statm: 2287 274 233 213 0 72 0

[startup+0.102778 s]
/proc/loadavg: 2.02 2.06 2.01 4/176 24503
/proc/meminfo: memFree=28884536/32873648 swapFree=7372/7372
[pid=24503] ppid=24500 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24503/stat : 24503 (npSolver-wbo-It) S 24500 24503 23719 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386951387 9367552 274 33554432000 4194304 5064252 140735003905056 140735003903968 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24503/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.200135 s]
/proc/loadavg: 2.02 2.06 2.01 4/176 24503
/proc/meminfo: memFree=28884536/32873648 swapFree=7372/7372
[pid=24503] ppid=24500 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24503/stat : 24503 (npSolver-wbo-It) S 24500 24503 23719 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386951387 9367552 274 33554432000 4194304 5064252 140735003905056 140735003903968 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24503/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300134 s]
/proc/loadavg: 2.02 2.06 2.01 4/176 24503
/proc/meminfo: memFree=28884536/32873648 swapFree=7372/7372
[pid=24503] ppid=24500 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24503/stat : 24503 (npSolver-wbo-It) S 24500 24503 23719 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386951387 9367552 274 33554432000 4194304 5064252 140735003905056 140735003903968 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24503/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700112 s]
/proc/loadavg: 2.02 2.06 2.01 4/176 24503
/proc/meminfo: memFree=28884536/32873648 swapFree=7372/7372
[pid=24503] ppid=24500 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24503/stat : 24503 (npSolver-wbo-It) S 24500 24503 23719 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386951387 9367552 274 33554432000 4194304 5064252 140735003905056 140735003903968 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24503/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.02 2.06 2.01 4/183 24516
/proc/meminfo: memFree=28874628/32873648 swapFree=7372/7372
[pid=24503] ppid=24500 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24503/stat : 24503 (npSolver-wbo-It) S 24500 24503 23719 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386951387 9367552 274 33554432000 4194304 5064252 140735003905056 140735003903968 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24503/statm: 2287 274 233 213 0 72 0
[pid=24504] ppid=24503 vsize=3092 CPUtime=0.16 cores=0,2,4,6
/proc/24504/stat : 24504 (npSolver-wbo) S 24503 24503 23719 0 -1 4202496 1956 2700 0 0 2 0 14 0 20 0 1 0 386951387 3166208 378 33554432000 4194304 6006132 140735056874832 140735056869024 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24504/statm: 773 378 158 443 0 326 0
[pid=24512] ppid=24504 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24512/stat : 24512 (satsolver.sh) S 24504 24503 23719 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386951405 9367552 267 33554432000 4194304 5064252 140736668749984 140736668748896 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24512/statm: 2287 267 226 213 0 72 0
[pid=24514] ppid=24512 vsize=12796 CPUtime=1.3 cores=0,2,4,6
/proc/24514/stat : 24514 (glucose) R 24512 24503 23719 0 -1 4202496 2840 0 0 0 130 0 0 0 20 0 1 0 386951405 13103104 2208 33554432000 4194304 5208918 140735003758080 140735003756024 4229748 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/24514/statm: 3199 2208 96 248 0 2948 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 34184

[startup+3.1003 s]
/proc/loadavg: 2.02 2.06 2.01 4/183 24516
/proc/meminfo: memFree=28862720/32873648 swapFree=7372/7372
[pid=24503] ppid=24500 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24503/stat : 24503 (npSolver-wbo-It) S 24500 24503 23719 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386951387 9367552 274 33554432000 4194304 5064252 140735003905056 140735003903968 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24503/statm: 2287 274 233 213 0 72 0
[pid=24504] ppid=24503 vsize=3092 CPUtime=0.16 cores=0,2,4,6
/proc/24504/stat : 24504 (npSolver-wbo) S 24503 24503 23719 0 -1 4202496 1956 2700 0 0 2 0 14 0 20 0 1 0 386951387 3166208 378 33554432000 4194304 6006132 140735056874832 140735056869024 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24504/statm: 773 378 158 443 0 326 0
[pid=24512] ppid=24504 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24512/stat : 24512 (satsolver.sh) S 24504 24503 23719 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386951405 9367552 267 33554432000 4194304 5064252 140736668749984 140736668748896 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24512/statm: 2287 267 226 213 0 72 0
[pid=24514] ppid=24512 vsize=12796 CPUtime=2.9 cores=0,2,4,6
/proc/24514/stat : 24514 (glucose) R 24512 24503 23719 0 -1 4202496 2904 0 0 0 290 0 0 0 20 0 1 0 386951405 13103104 2782 33554432000 4194304 5208918 140735003758080 140735003756024 4229843 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/24514/statm: 3199 2782 96 248 0 2948 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 34184

[startup+6.30031 s]
/proc/loadavg: 2.02 2.05 2.01 4/183 24516
/proc/meminfo: memFree=28854524/32873648 swapFree=7372/7372
[pid=24503] ppid=24500 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24503/stat : 24503 (npSolver-wbo-It) S 24500 24503 23719 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386951387 9367552 274 33554432000 4194304 5064252 140735003905056 140735003903968 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24503/statm: 2287 274 233 213 0 72 0
[pid=24504] ppid=24503 vsize=3092 CPUtime=0.16 cores=0,2,4,6
/proc/24504/stat : 24504 (npSolver-wbo) S 24503 24503 23719 0 -1 4202496 1956 2700 0 0 2 0 14 0 20 0 1 0 386951387 3166208 378 33554432000 4194304 6006132 140735056874832 140735056869024 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24504/statm: 773 378 158 443 0 326 0
[pid=24512] ppid=24504 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24512/stat : 24512 (satsolver.sh) S 24504 24503 23719 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386951405 9367552 267 33554432000 4194304 5064252 140736668749984 140736668748896 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24512/statm: 2287 267 226 213 0 72 0
[pid=24514] ppid=24512 vsize=15516 CPUtime=6.09 cores=0,2,4,6
/proc/24514/stat : 24514 (glucose) R 24512 24503 23719 0 -1 4202496 3595 0 0 0 609 0 0 0 20 0 1 0 386951405 15888384 3452 33554432000 4194304 5208918 140735003758080 140735003755944 4229319 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/24514/statm: 3879 3452 96 248 0 3628 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 36904

[startup+12.7003 s]
/proc/loadavg: 1.93 2.04 2.00 4/183 24530
/proc/meminfo: memFree=28844688/32873648 swapFree=7372/7372
[pid=24503] ppid=24500 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24503/stat : 24503 (npSolver-wbo-It) S 24500 24503 23719 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386951387 9367552 274 33554432000 4194304 5064252 140735003905056 140735003903968 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24503/statm: 2287 274 233 213 0 72 0
[pid=24504] ppid=24503 vsize=7064 CPUtime=9.9 cores=0,2,4,6
/proc/24504/stat : 24504 (npSolver-wbo) S 24503 24503 23719 0 -1 4202496 2993 10072 0 0 4 2 982 2 20 0 1 0 386951387 7233536 1255 33554432000 4194304 6006132 140735056874832 140735056866192 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24504/statm: 1766 1255 177 443 0 1319 0
[pid=24522] ppid=24504 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24522/stat : 24522 (satsolver.sh) S 24504 24503 23719 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 386952381 9367552 266 33554432000 4194304 5064252 140735906819840 140735906818752 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24522/statm: 2287 266 226 213 0 72 0
[pid=24523] ppid=24522 vsize=21728 CPUtime=2.74 cores=0,2,4,6
/proc/24523/stat : 24523 (glucose) R 24522 24503 23719 0 -1 4202496 5822 0 0 0 274 0 0 0 20 0 1 0 386952381 22249472 4603 33554432000 4194304 5208918 140736425739584 140736425737432 4215313 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24523/statm: 5432 4603 96 248 0 5181 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 47088

[startup+25.5003 s]
/proc/loadavg: 1.95 2.03 2.00 4/183 24530
/proc/meminfo: memFree=28813404/32873648 swapFree=7372/7372
[pid=24503] ppid=24500 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24503/stat : 24503 (npSolver-wbo-It) S 24500 24503 23719 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386951387 9367552 274 33554432000 4194304 5064252 140735003905056 140735003903968 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24503/statm: 2287 274 233 213 0 72 0
[pid=24504] ppid=24503 vsize=7064 CPUtime=9.9 cores=0,2,4,6
/proc/24504/stat : 24504 (npSolver-wbo) S 24503 24503 23719 0 -1 4202496 2993 10072 0 0 4 2 982 2 20 0 1 0 386951387 7233536 1255 33554432000 4194304 6006132 140735056874832 140735056866192 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24504/statm: 1766 1255 177 443 0 1319 0
[pid=24522] ppid=24504 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24522/stat : 24522 (satsolver.sh) S 24504 24503 23719 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 386952381 9367552 266 33554432000 4194304 5064252 140735906819840 140735906818752 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24522/statm: 2287 266 226 213 0 72 0
[pid=24523] ppid=24522 vsize=35092 CPUtime=15.54 cores=0,2,4,6
/proc/24523/stat : 24523 (glucose) R 24522 24503 23719 0 -1 4202496 7865 0 0 0 1554 0 0 0 20 0 1 0 386952381 35934208 8269 33554432000 4194304 5208918 140736425739584 140736425737448 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24523/statm: 8773 8269 96 248 0 8522 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 60452

[startup+51.1004 s]
/proc/loadavg: 1.96 2.03 2.00 4/183 24537
/proc/meminfo: memFree=28808948/32873648 swapFree=7372/7372
[pid=24503] ppid=24500 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24503/stat : 24503 (npSolver-wbo-It) S 24500 24503 23719 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386951387 9367552 274 33554432000 4194304 5064252 140735003905056 140735003903968 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24503/statm: 2287 274 233 213 0 72 0
[pid=24504] ppid=24503 vsize=7064 CPUtime=9.9 cores=0,2,4,6
/proc/24504/stat : 24504 (npSolver-wbo) S 24503 24503 23719 0 -1 4202496 2993 10072 0 0 4 2 982 2 20 0 1 0 386951387 7233536 1255 33554432000 4194304 6006132 140735056874832 140735056866192 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24504/statm: 1766 1255 177 443 0 1319 0
[pid=24522] ppid=24504 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24522/stat : 24522 (satsolver.sh) S 24504 24503 23719 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 386952381 9367552 266 33554432000 4194304 5064252 140735906819840 140735906818752 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24522/statm: 2287 266 226 213 0 72 0
[pid=24523] ppid=24522 vsize=44992 CPUtime=41.13 cores=0,2,4,6
/proc/24523/stat : 24523 (glucose) R 24522 24503 23719 0 -1 4202496 9023 0 0 0 4112 1 0 0 20 0 1 0 386952381 46071808 9458 33554432000 4194304 5208918 140736425739584 140736425737448 4229483 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24523/statm: 11248 9458 96 248 0 10997 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 70352

[startup+102.3 s]
/proc/loadavg: 2.11 2.05 2.01 4/183 24565
/proc/meminfo: memFree=28827440/32873648 swapFree=7372/7372
[pid=24503] ppid=24500 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24503/stat : 24503 (npSolver-wbo-It) S 24500 24503 23719 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386951387 9367552 274 33554432000 4194304 5064252 140735003905056 140735003903968 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24503/statm: 2287 274 233 213 0 72 0
[pid=24504] ppid=24503 vsize=7064 CPUtime=94.64 cores=0,2,4,6
/proc/24504/stat : 24504 (npSolver-wbo) S 24503 24503 23719 0 -1 4202496 5033 35833 0 0 9 3 9438 14 20 0 1 0 386951387 7233536 1255 33554432000 4194304 6006132 140735056874832 140735056866192 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24504/statm: 1766 1255 177 443 0 1319 0
[pid=24557] ppid=24504 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24557/stat : 24557 (satsolver.sh) S 24504 24503 23719 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 386960857 9367552 267 33554432000 4194304 5064252 140735423989072 140735423987984 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24557/statm: 2287 267 226 213 0 72 0
[pid=24558] ppid=24557 vsize=30664 CPUtime=7.59 cores=0,2,4,6
/proc/24558/stat : 24558 (glucose) R 24557 24503 23719 0 -1 4202496 7265 0 0 0 758 1 0 0 20 0 1 0 386960857 31399936 7191 33554432000 4194304 5208918 140736904286272 140736904284216 4211540 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24558/statm: 7666 7191 96 248 0 7415 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 56024

[startup+162.3 s]
/proc/loadavg: 2.04 2.04 2.00 4/184 24590
/proc/meminfo: memFree=28816520/32873648 swapFree=7372/7372
[pid=24503] ppid=24500 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24503/stat : 24503 (npSolver-wbo-It) S 24500 24503 23719 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386951387 9367552 274 33554432000 4194304 5064252 140735003905056 140735003903968 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24503/statm: 2287 274 233 213 0 72 0
[pid=24504] ppid=24503 vsize=7064 CPUtime=136.42 cores=0,2,4,6
/proc/24504/stat : 24504 (npSolver-wbo) S 24503 24503 23719 0 -1 4202496 6053 48523 0 0 12 3 13606 21 20 0 1 0 386951387 7233536 1255 33554432000 4194304 6006132 140735056874832 140735056866192 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24504/statm: 1766 1255 177 443 0 1319 0
[pid=24578] ppid=24504 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1422.3 s]
/proc/loadavg: 1.99 1.99 1.99 4/183 25111
/proc/meminfo: memFree=28802984/32873648 swapFree=7372/7372
[pid=24503] ppid=24500 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24503/stat : 24503 (npSolver-wbo-It) S 24500 24503 23719 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386951387 9367552 274 33554432000 4194304 5064252 140735003905056 140735003903968 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24503/statm: 2287 274 233 213 0 72 0
[pid=24504] ppid=24503 vsize=7064 CPUtime=1407.82 cores=0,2,4,6
/proc/24504/stat : 24504 (npSolver-wbo) S 24503 24503 23719 0 -1 4202496 36653 422033 0 0 85 12 140483 202 20 0 1 0 386951387 7233536 1255 33554432000 4194304 6006132 140735056874832 140735056866192 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24504/statm: 1766 1255 177 443 0 1319 0
[pid=25110] ppid=24504 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25110/stat : 25110 (satsolver.sh) S 24504 24503 23719 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 387092214 9367552 266 33554432000 4194304 5064252 140735935815536 140735935814448 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25110/statm: 2287 266 226 213 0 72 0
[pid=25111] ppid=25110 vsize=35088 CPUtime=14.01 cores=0,2,4,6
/proc/25111/stat : 25111 (glucose) R 25110 24503 23719 0 -1 4202496 7791 0 0 0 1400 1 0 0 20 0 1 0 387092214 35930112 8269 33554432000 4194304 5208918 140735578857648 140735578855512 4229717 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25111/statm: 8772 8269 96 248 0 8521 0
Current children cumulated CPU time (s) 1421.83
Current children cumulated vsize (KiB) 60448

[startup+1482.3 s]
/proc/loadavg: 1.99 1.99 1.99 4/183 25132
/proc/meminfo: memFree=28803124/32873648 swapFree=7372/7372
[pid=24503] ppid=24500 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24503/stat : 24503 (npSolver-wbo-It) S 24500 24503 23719 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386951387 9367552 274 33554432000 4194304 5064252 140735003905056 140735003903968 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24503/statm: 2287 274 233 213 0 72 0
[pid=24504] ppid=24503 vsize=7064 CPUtime=1450.2 cores=0,2,4,6
/proc/24504/stat : 24504 (npSolver-wbo) S 24503 24503 23719 0 -1 4202496 37673 434907 0 0 87 13 144711 209 20 0 1 0 386951387 7233536 1255 33554432000 4194304 6006132 140735056874832 140735056866192 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24504/statm: 1766 1255 177 443 0 1319 0
[pid=25124] ppid=24504 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25124/stat : 25124 (satsolver.sh) S 24504 24503 23719 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387096453 9367552 267 33554432000 4194304 5064252 140734007261664 140734007260576 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25124/statm: 2287 267 226 213 0 72 0
[pid=25125] ppid=25124 vsize=37804 CPUtime=31.61 cores=0,2,4,6
/proc/25125/stat : 25125 (glucose) R 25124 24503 23719 0 -1 4202496 8881 0 0 0 3160 1 0 0 20 0 1 0 387096453 38711296 7380 33554432000 4194304 5208918 140736115171216 140736115169160 4205238 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25125/statm: 9451 7380 96 248 0 9200 0
Current children cumulated CPU time (s) 1481.81
Current children cumulated vsize (KiB) 63164

[startup+1542.31 s]
/proc/loadavg: 1.99 1.99 1.99 4/183 25160
/proc/meminfo: memFree=28810120/32873648 swapFree=7372/7372
[pid=24503] ppid=24500 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24503/stat : 24503 (npSolver-wbo-It) S 24500 24503 23719 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386951387 9367552 274 33554432000 4194304 5064252 140735003905056 140735003903968 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24503/statm: 2287 274 233 213 0 72 0
[pid=24504] ppid=24503 vsize=7064 CPUtime=1534.61 cores=0,2,4,6
/proc/24504/stat : 24504 (npSolver-wbo) S 24503 24503 23719 0 -1 4202496 39713 460775 0 0 91 13 153133 224 20 0 1 0 386951387 7233536 1255 33554432000 4194304 6006132 140735056874832 140735056866192 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24504/statm: 1766 1255 177 443 0 1319 0
[pid=25159] ppid=24504 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25159/stat : 25159 (satsolver.sh) S 24504 24503 23719 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 387104897 9367552 267 33554432000 4194304 5064252 140735825539104 140735825538016 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25159/statm: 2287 267 226 213 0 72 0
[pid=25160] ppid=25159 vsize=30668 CPUtime=7.19 cores=0,2,4,6
/proc/25160/stat : 25160 (glucose) R 25159 24503 23719 0 -1 4202496 7198 0 0 0 718 1 0 0 20 0 1 0 387104897 31404032 7128 33554432000 4194304 5208918 140733562711280 140733562709224 4229296 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25160/statm: 7667 7128 96 248 0 7416 0
Current children cumulated CPU time (s) 1541.8
Current children cumulated vsize (KiB) 56028

[startup+1602.3 s]
/proc/loadavg: 2.05 2.00 2.00 4/183 25188
/proc/meminfo: memFree=28828452/32873648 swapFree=7372/7372
[pid=24503] ppid=24500 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24503/stat : 24503 (npSolver-wbo-It) S 24500 24503 23719 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386951387 9367552 274 33554432000 4194304 5064252 140735003905056 140735003903968 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24503/statm: 2287 274 233 213 0 72 0
[pid=24504] ppid=24503 vsize=7064 CPUtime=1576.36 cores=0,2,4,6
/proc/24504/stat : 24504 (npSolver-wbo) S 24503 24503 23719 0 -1 4202496 40733 472987 0 0 93 13 157300 230 20 0 1 0 386951387 7233536 1255 33554432000 4194304 6006132 140735056874832 140735056866192 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24504/statm: 1766 1255 177 443 0 1319 0
[pid=25180] ppid=24504 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25180/stat : 25180 (satsolver.sh) S 24504 24503 23719 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387109074 9367552 267 33554432000 4194304 5064252 140735516295552 140735516294464 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25180/statm: 2287 267 226 213 0 72 0
[pid=25181] ppid=25180 vsize=35084 CPUtime=25.41 cores=0,2,4,6
/proc/25181/stat : 25181 (glucose) R 25180 24503 23719 0 -1 4202496 6959 0 0 0 2540 1 0 0 20 0 1 0 387109074 35926016 8269 33554432000 4194304 5208918 140735395183328 140735395181192 4229528 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25181/statm: 8771 8269 96 248 0 8520 0
Current children cumulated CPU time (s) 1601.77
Current children cumulated vsize (KiB) 60444

[startup+1662.3 s]
/proc/loadavg: 1.97 1.98 1.99 4/183 25216
/proc/meminfo: memFree=28839168/32873648 swapFree=7372/7372
[pid=24503] ppid=24500 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24503/stat : 24503 (npSolver-wbo-It) S 24500 24503 23719 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386951387 9367552 274 33554432000 4194304 5064252 140735003905056 140735003903968 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24503/statm: 2287 274 233 213 0 72 0
[pid=24504] ppid=24503 vsize=7064 CPUtime=1659.85 cores=0,2,4,6
/proc/24504/stat : 24504 (npSolver-wbo) S 24503 24503 23719 0 -1 4202496 42773 496606 0 0 98 14 165630 243 20 0 1 0 386951387 7233536 1255 33554432000 4194304 6006132 140735056874832 140735056866192 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24504/statm: 1766 1255 177 443 0 1319 0
[pid=25215] ppid=24504 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25215/stat : 25215 (satsolver.sh) S 24504 24503 23719 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 387117424 9367552 266 33554432000 4194304 5064252 140737329143152 140737329142064 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25215/statm: 2287 266 226 213 0 72 0
[pid=25216] ppid=25215 vsize=17372 CPUtime=1.91 cores=0,2,4,6
/proc/25216/stat : 25216 (glucose) R 25215 24503 23719 0 -1 4202496 5375 0 0 0 191 0 0 0 20 0 1 0 387117424 17788928 3822 33554432000 4194304 5208918 140736545039616 140736545037576 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25216/statm: 4343 3822 96 248 0 4092 0
Current children cumulated CPU time (s) 1661.76
Current children cumulated vsize (KiB) 42732

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 4/183 25238
/proc/meminfo: memFree=28821968/32873648 swapFree=7372/7372
[pid=24503] ppid=24500 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24503/stat : 24503 (npSolver-wbo-It) S 24500 24503 23719 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386951387 9367552 274 33554432000 4194304 5064252 140735003905056 140735003903968 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24503/statm: 2287 274 233 213 0 72 0
[pid=24504] ppid=24503 vsize=7064 CPUtime=1702.2 cores=0,2,4,6
/proc/24504/stat : 24504 (npSolver-wbo) S 24503 24503 23719 0 -1 4202496 43282 508927 0 0 100 14 169857 249 20 0 1 0 386951387 7233536 1255 33554432000 4194304 6006132 140735056874832 140735056866192 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24504/statm: 1766 1255 177 443 0 1319 0
[pid=25230] ppid=24504 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25230/stat : 25230 (satsolver.sh) S 24504 24503 23719 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 387121661 9367552 267 33554432000 4194304 5064252 140736954517360 140736954516272 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25230/statm: 2287 267 226 213 0 72 0
[pid=25231] ppid=25230 vsize=35088 CPUtime=19.54 cores=0,2,4,6
/proc/25231/stat : 25231 (glucose) R 25230 24503 23719 0 -1 4202496 7923 0 0 0 1953 1 0 0 20 0 1 0 387121661 35930112 8281 33554432000 4194304 5208918 140733756683120 140733756680984 4229745 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25231/statm: 8772 8281 96 248 0 8521 0
Current children cumulated CPU time (s) 1721.74
Current children cumulated vsize (KiB) 60448

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 4/183 25259
/proc/meminfo: memFree=28806864/32873648 swapFree=7372/7372
[pid=24503] ppid=24500 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24503/stat : 24503 (npSolver-wbo-It) S 24500 24503 23719 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386951387 9367552 274 33554432000 4194304 5064252 140735003905056 140735003903968 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24503/statm: 2287 274 233 213 0 72 0
[pid=24504] ppid=24503 vsize=7064 CPUtime=1744.04 cores=0,2,4,6
/proc/24504/stat : 24504 (npSolver-wbo) S 24503 24503 23719 0 -1 4202496 43791 521278 0 0 102 14 174033 255 20 0 1 0 386951387 7233536 1255 33554432000 4194304 6006132 140735056874832 140735056866192 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24504/statm: 1766 1255 177 443 0 1319 0
[pid=25244] ppid=24504 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25244/stat : 25244 (satsolver.sh) S 24504 24503 23719 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 387125847 9367552 267 33554432000 4194304 5064252 140736565766560 140736565765472 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25244/statm: 2287 267 226 213 0 72 0
[pid=25245] ppid=25244 vsize=44984 CPUtime=37.67 cores=0,2,4,6
/proc/25245/stat : 25245 (glucose) R 25244 24503 23719 0 -1 4202496 8543 0 0 0 3765 2 0 0 20 0 1 0 387125847 46063616 10259 33554432000 4194304 5208918 140734542875248 140734542873112 4229528 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25245/statm: 11246 10259 96 248 0 10995 0
Current children cumulated CPU time (s) 1781.71
Current children cumulated vsize (KiB) 70344



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.99 1.98 1.99 4/183 25266
/proc/meminfo: memFree=28809080/32873648 swapFree=7372/7372
[pid=24503] ppid=24500 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24503/stat : 24503 (npSolver-wbo-It) S 24500 24503 23719 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386951387 9367552 274 33554432000 4194304 5064252 140735003905056 140735003903968 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24503/statm: 2287 274 233 213 0 72 0
[pid=24504] ppid=24503 vsize=7064 CPUtime=1787 cores=0,2,4,6
/proc/24504/stat : 24504 (npSolver-wbo) S 24503 24503 23719 0 -1 4202496 44300 533100 0 0 104 15 178319 262 20 0 1 0 386951387 7233536 1255 33554432000 4194304 6006132 140735056874832 140735056866192 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24504/statm: 1766 1255 177 443 0 1319 0
[pid=25265] ppid=24504 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25265/stat : 25265 (satsolver.sh) S 24504 24503 23719 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 387130144 9367552 266 33554432000 4194304 5064252 140733837111536 140733837110448 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25265/statm: 2287 266 226 213 0 72 0
[pid=25266] ppid=25265 vsize=35088 CPUtime=13.02 cores=0,2,4,6
/proc/25266/stat : 25266 (glucose) R 25265 24503 23719 0 -1 4202496 6885 0 0 0 1301 1 0 0 20 0 1 0 387130144 35930112 8280 33554432000 4194304 5208918 140736507001824 140736506999688 4229745 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25266/statm: 8772 8280 96 248 0 8521 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 60448

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.6 s]
/proc/loadavg: 1.99 1.98 1.99 4/183 25266
/proc/meminfo: memFree=28809080/32873648 swapFree=7372/7372
[pid=24503] ppid=24500 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24503/stat : 24503 (npSolver-wbo-It) S 24500 24503 23719 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386951387 9367552 274 33554432000 4194304 5064252 140735003905056 140735003903968 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24503/statm: 2287 274 233 213 0 72 0
[pid=24504] ppid=24503 vsize=7064 CPUtime=1787 cores=0,2,4,6
/proc/24504/stat : 24504 (npSolver-wbo) S 24503 24503 23719 0 -1 4202496 44300 533100 0 0 104 15 178319 262 20 0 1 0 386951387 7233536 1255 33554432000 4194304 6006132 140735056874832 140735056866192 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24504/statm: 1766 1255 177 443 0 1319 0
[pid=25265] ppid=24504 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25265/stat : 25265 (satsolver.sh) S 24504 24503 23719 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 387130144 9367552 266 33554432000 4194304 5064252 140733837111536 140733837110448 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25265/statm: 2287 266 226 213 0 72 0
[pid=25266] ppid=25265 vsize=35088 CPUtime=13.02 cores=0,2,4,6
/proc/25266/stat : 25266 (glucose) R 25265 24503 23719 0 -1 4202496 6885 0 0 0 1301 1 0 0 20 0 1 0 387130144 35930112 8280 33554432000 4194304 5208918 140736507001824 140736506999688 4229745 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25266/statm: 8772 8280 96 248 0 8521 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 60448

Child status: 0
Real time (s): 1800.61
CPU time (s): 1800.06
CPU user time (s): 1797.26
CPU system time (s): 2.79557
CPU usage (%): 99.9693
Max. virtual memory (cumulated for all children) (KiB): 70524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.26
system time used= 2.79557
maximum resident set size= 46696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 585274
page faults= 0
swaps= 0
block input operations= 0
block output operations= 175592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3680
involuntary context switches= 2462

runsolver used 2.86256 second user time and 7.45687 second system time

The end

Launcher Data

Begin job on node115 at 2012-06-09 04:17:26
IDJOB=3753266
IDBENCH=79212
IDSOLVER=2336
FILE ID=node115/3753266-1339208246
RUNJOBID= node115-1339208246-24475
PBS_JOBID= 14643864
Free space on /tmp= 70276 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111226062--soft-0-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3753266-1339208246/watcher-3753266-1339208246 -o /tmp/evaluation-result-3753266-1339208246/solver-3753266-1339208246 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3753266-1339208246.wbo 1936936325 HOME HOME

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

MD5SUM BENCH= 033c12179045731c4fd222e5d353b2b2
RANDOM SEED=1936936325

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
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		: 2666.462
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.462
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:        28885088 kB
Buffers:          328028 kB
Cached:          2752172 kB
SwapCached:         2180 kB
Active:          1381804 kB
Inactive:        1705776 kB
Active(anon):       5124 kB
Inactive(anon):     2272 kB
Active(file):    1376680 kB
Inactive(file):  1703504 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67100232 kB
Dirty:             17140 kB
Writeback:             4 kB
AnonPages:         10620 kB
Mapped:             8188 kB
Shmem:                 0 kB
Slab:             760832 kB
SReclaimable:     204600 kB
SUnreclaim:       556232 kB
KernelStack:        1376 kB
PageTables:         3864 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     105176 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 70256 MiB
End job on node115 at 2012-06-09 04:47:27