Trace number 3752928

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

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110968561--soft-33-100-0.wbo
MD5SUM8c7284b7ccf7c3e8bad0ea1f2a54ab5e
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark0.759884
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 constraints69
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 3204
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 3203
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1247
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.34/9.45	o 1158
9.34/9.45	c starting approximation
9.34/9.45	c factor = 2
9.34/9.45	c current bound: 579
43.64/43.77	c current bound: 579
77.84/77.93	c current bound: 579
112.22/112.33	c current bound: 579
145.61/145.77	c current bound: 579
179.42/179.58	c current bound: 579
213.22/213.35	c current bound: 579
247.52/247.65	c current bound: 579
281.07/281.22	c current bound: 579
314.90/315.08	c current bound: 579
348.88/349.04	c current bound: 579
382.77/382.94	c current bound: 579
416.37/416.55	c current bound: 579
450.87/451.05	c current bound: 579
484.35/484.57	c current bound: 579
518.41/518.60	c current bound: 579
552.04/552.22	c current bound: 579
586.51/586.71	c current bound: 579
620.45/620.65	c current bound: 579
655.10/655.32	c current bound: 579
689.00/689.24	c current bound: 579
722.90/723.18	c current bound: 579
757.31/757.59	c current bound: 579
791.59/791.89	c current bound: 579
825.36/825.62	c current bound: 579
860.08/860.35	c current bound: 579
893.98/894.30	c current bound: 579
928.37/928.68	c current bound: 579
962.05/962.37	c current bound: 579
995.84/996.18	c current bound: 579
1030.00/1030.31	c current bound: 579
1063.99/1064.31	c current bound: 579
1097.73/1098.08	c current bound: 579
1131.49/1131.81	c current bound: 579
1164.98/1165.32	c current bound: 579
1199.10/1199.45	c current bound: 579
1233.10/1233.49	c current bound: 579
1267.80/1268.15	c current bound: 579
1301.59/1301.98	c current bound: 579
1335.75/1336.11	c current bound: 579
1369.55/1369.92	c current bound: 579
1403.48/1403.85	c current bound: 579
1437.16/1437.59	c current bound: 579
1471.66/1472.04	c current bound: 579
1505.76/1506.18	c current bound: 579
1540.43/1540.82	c current bound: 579
1574.22/1574.62	c current bound: 579
1608.32/1608.70	c current bound: 579
1641.78/1642.21	c current bound: 579
1676.41/1676.89	c current bound: 579
1710.40/1710.88	c current bound: 579
1744.66/1745.11	c current bound: 579
1778.96/1779.41	c current bound: 579
1800.09/1800.50	./satsolver.sh: line 5:  7285 Terminated              ./glucose $1 > $2 2> /dev/null
1800.09/1800.50	c error: unexpected solver exit code
1800.09/1800.50	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3752928-1339198945/watcher-3752928-1339198945 -o /tmp/evaluation-result-3752928-1339198945/solver-3752928-1339198945 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3752928-1339198945.wbo 1568565723 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.03 2.03 2.00 2/179 6292
/proc/meminfo: memFree=23653216/32873648 swapFree=7376/7376
[pid=6292] ppid=6290 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6292/stat : 6292 (npSolver-wbo-It) S 6290 6292 699 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386018631 9367552 274 33554432000 4194304 5064252 140736581952304 140736581951216 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6292/statm: 2287 274 233 213 0 72 0

[startup+0.106645 s]
/proc/loadavg: 2.03 2.03 2.00 2/179 6292
/proc/meminfo: memFree=23653216/32873648 swapFree=7376/7376
[pid=6292] ppid=6290 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6292/stat : 6292 (npSolver-wbo-It) S 6290 6292 699 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386018631 9367552 274 33554432000 4194304 5064252 140736581952304 140736581951216 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6292/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.200182 s]
/proc/loadavg: 2.03 2.03 2.00 2/179 6292
/proc/meminfo: memFree=23653216/32873648 swapFree=7376/7376
[pid=6292] ppid=6290 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6292/stat : 6292 (npSolver-wbo-It) S 6290 6292 699 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386018631 9367552 274 33554432000 4194304 5064252 140736581952304 140736581951216 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6292/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300139 s]
/proc/loadavg: 2.03 2.03 2.00 2/179 6292
/proc/meminfo: memFree=23653216/32873648 swapFree=7376/7376
[pid=6292] ppid=6290 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6292/stat : 6292 (npSolver-wbo-It) S 6290 6292 699 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386018631 9367552 274 33554432000 4194304 5064252 140736581952304 140736581951216 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6292/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700113 s]
/proc/loadavg: 2.03 2.03 2.00 2/179 6292
/proc/meminfo: memFree=23653216/32873648 swapFree=7376/7376
[pid=6292] ppid=6290 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6292/stat : 6292 (npSolver-wbo-It) S 6290 6292 699 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386018631 9367552 274 33554432000 4194304 5064252 140736581952304 140736581951216 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6292/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5003 s]
/proc/loadavg: 2.03 2.03 2.00 3/183 6299
/proc/meminfo: memFree=23637340/32873648 swapFree=7376/7376
[pid=6292] ppid=6290 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6292/stat : 6292 (npSolver-wbo-It) S 6290 6292 699 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386018631 9367552 274 33554432000 4194304 5064252 140736581952304 140736581951216 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6292/statm: 2287 274 233 213 0 72 0
[pid=6293] ppid=6292 vsize=3092 CPUtime=0.18 cores=0,2,4,6
/proc/6293/stat : 6293 (npSolver-wbo) S 6292 6292 699 0 -1 4202496 1959 2694 0 0 1 0 17 0 20 0 1 0 386018631 3166208 377 33554432000 4194304 6006132 140736629266112 140736629260304 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6293/statm: 773 377 158 443 0 326 0
[pid=6298] ppid=6293 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6298/stat : 6298 (satsolver.sh) S 6293 6292 699 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 386018652 9367552 267 33554432000 4194304 5064252 140737445782944 140737445781856 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6298/statm: 2287 267 226 213 0 72 0
[pid=6299] ppid=6298 vsize=8432 CPUtime=1.27 cores=0,2,4,6
/proc/6299/stat : 6299 (glucose) R 6298 6292 699 0 -1 4202496 2432 0 0 0 127 0 0 0 20 0 1 0 386018652 8634368 1676 33554432000 4194304 5208918 140733768238864 140733768236808 4229517 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/6299/statm: 2108 1676 96 248 0 1857 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 29820

[startup+3.1003 s]
/proc/loadavg: 2.03 2.03 2.00 3/183 6299
/proc/meminfo: memFree=23620968/32873648 swapFree=7376/7376
[pid=6292] ppid=6290 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6292/stat : 6292 (npSolver-wbo-It) S 6290 6292 699 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386018631 9367552 274 33554432000 4194304 5064252 140736581952304 140736581951216 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6292/statm: 2287 274 233 213 0 72 0
[pid=6293] ppid=6292 vsize=3092 CPUtime=0.18 cores=0,2,4,6
/proc/6293/stat : 6293 (npSolver-wbo) S 6292 6292 699 0 -1 4202496 1959 2694 0 0 1 0 17 0 20 0 1 0 386018631 3166208 377 33554432000 4194304 6006132 140736629266112 140736629260304 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6293/statm: 773 377 158 443 0 326 0
[pid=6298] ppid=6293 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6298/stat : 6298 (satsolver.sh) S 6293 6292 699 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 386018652 9367552 267 33554432000 4194304 5064252 140737445782944 140737445781856 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6298/statm: 2287 267 226 213 0 72 0
[pid=6299] ppid=6298 vsize=12784 CPUtime=2.87 cores=0,2,4,6
/proc/6299/stat : 6299 (glucose) R 6298 6292 699 0 -1 4202496 3014 0 0 0 287 0 0 0 20 0 1 0 386018652 13090816 2761 33554432000 4194304 5208918 140733768238864 140733768236808 4231508 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/6299/statm: 3196 2761 96 248 0 2945 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 34172

[startup+6.3003 s]
/proc/loadavg: 2.03 2.03 2.00 3/183 6299
/proc/meminfo: memFree=23590032/32873648 swapFree=7376/7376
[pid=6292] ppid=6290 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6292/stat : 6292 (npSolver-wbo-It) S 6290 6292 699 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386018631 9367552 274 33554432000 4194304 5064252 140736581952304 140736581951216 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6292/statm: 2287 274 233 213 0 72 0
[pid=6293] ppid=6292 vsize=3092 CPUtime=0.18 cores=0,2,4,6
/proc/6293/stat : 6293 (npSolver-wbo) S 6292 6292 699 0 -1 4202496 1959 2694 0 0 1 0 17 0 20 0 1 0 386018631 3166208 377 33554432000 4194304 6006132 140736629266112 140736629260304 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/6293/statm: 773 377 158 443 0 326 0
[pid=6298] ppid=6293 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6298/stat : 6298 (satsolver.sh) S 6293 6292 699 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 386018652 9367552 267 33554432000 4194304 5064252 140737445782944 140737445781856 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/6298/statm: 2287 267 226 213 0 72 0
[pid=6299] ppid=6298 vsize=22580 CPUtime=6.07 cores=0,2,4,6
/proc/6299/stat : 6299 (glucose) R 6298 6292 699 0 -1 4202496 4045 0 0 0 607 0 0 0 20 0 1 0 386018652 23121920 4782 33554432000 4194304 5208918 140733768238864 140733768236856 4229483 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/6299/statm: 5645 4782 96 248 0 5394 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 43968

[startup+12.7003 s]
/proc/loadavg: 2.10 2.04 2.00 3/183 6306
/proc/meminfo: memFree=23534236/32873648 swapFree=7376/7376
[pid=6292] ppid=6290 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6292/stat : 6292 (npSolver-wbo-It) S 6290 6292 699 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386018631 9367552 274 33554432000 4194304 5064252 140736581952304 140736581951216 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6292/statm: 2287 274 233 213 0 72 0
[pid=6293] ppid=6292 vsize=7064 CPUtime=9.44 cores=0,2,4,6
/proc/6293/stat : 6293 (npSolver-wbo) S 6292 6292 699 0 -1 4202496 2870 10231 0 0 3 2 937 2 20 0 1 0 386018631 7233536 1138 33554432000 4194304 6006132 140736629266112 140736629257472 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6293/statm: 1766 1138 177 443 0 1319 0
[pid=6305] ppid=6293 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6305/stat : 6305 (satsolver.sh) S 6293 6292 699 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386019579 9367552 267 33554432000 4194304 5064252 140734242273424 140734242272336 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6305/statm: 2287 267 226 213 0 72 0
[pid=6306] ppid=6305 vsize=18072 CPUtime=3.2 cores=0,2,4,6
/proc/6306/stat : 6306 (glucose) R 6305 6292 699 0 -1 4202496 5453 0 0 0 320 0 0 0 20 0 1 0 386019579 18505728 4206 33554432000 4194304 5208918 140734025650384 140734025648472 4212859 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6306/statm: 4518 4206 96 248 0 4267 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 43432

[startup+25.5004 s]
/proc/loadavg: 2.08 2.04 2.00 3/183 6306
/proc/meminfo: memFree=23458552/32873648 swapFree=7376/7376
[pid=6292] ppid=6290 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6292/stat : 6292 (npSolver-wbo-It) S 6290 6292 699 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386018631 9367552 274 33554432000 4194304 5064252 140736581952304 140736581951216 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6292/statm: 2287 274 233 213 0 72 0
[pid=6293] ppid=6292 vsize=7064 CPUtime=9.44 cores=0,2,4,6
/proc/6293/stat : 6293 (npSolver-wbo) S 6292 6292 699 0 -1 4202496 2870 10231 0 0 3 2 937 2 20 0 1 0 386018631 7233536 1138 33554432000 4194304 6006132 140736629266112 140736629257472 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6293/statm: 1766 1138 177 443 0 1319 0
[pid=6305] ppid=6293 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6305/stat : 6305 (satsolver.sh) S 6293 6292 699 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386019579 9367552 267 33554432000 4194304 5064252 140734242273424 140734242272336 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6305/statm: 2287 267 226 213 0 72 0
[pid=6306] ppid=6305 vsize=29568 CPUtime=16.01 cores=0,2,4,6
/proc/6306/stat : 6306 (glucose) R 6305 6292 699 0 -1 4202496 6301 0 0 0 1600 1 0 0 20 0 1 0 386019579 30277632 7082 33554432000 4194304 5208918 140734025650384 140734025648248 4229528 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6306/statm: 7392 7082 96 248 0 7141 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 54928

[startup+51.1005 s]
/proc/loadavg: 2.05 2.04 2.00 3/182 6313
/proc/meminfo: memFree=23357832/32873648 swapFree=7376/7376
[pid=6292] ppid=6290 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6292/stat : 6292 (npSolver-wbo-It) S 6290 6292 699 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386018631 9367552 274 33554432000 4194304 5064252 140736581952304 140736581951216 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6292/statm: 2287 274 233 213 0 72 0
[pid=6293] ppid=6292 vsize=7064 CPUtime=43.77 cores=0,2,4,6
/proc/6293/stat : 6293 (npSolver-wbo) S 6292 6292 699 0 -1 4202496 3761 21273 0 0 5 3 4362 7 20 0 1 0 386018631 7233536 1138 33554432000 4194304 6006132 140736629266112 140736629257472 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6293/statm: 1766 1138 177 443 0 1319 0
[pid=6312] ppid=6293 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6312/stat : 6312 (satsolver.sh) S 6293 6292 699 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 386023011 9367552 265 33554432000 4194304 5064252 140735938274160 140735938273072 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6312/statm: 2287 265 226 213 0 72 0
[pid=6313] ppid=6312 vsize=25148 CPUtime=7.28 cores=0,2,4,6
/proc/6313/stat : 6313 (glucose) R 6312 6292 699 0 -1 4202496 5755 0 0 0 728 0 0 0 20 0 1 0 386023011 25751552 5975 33554432000 4194304 5208918 140735316001920 140735315999864 4229748 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6313/statm: 6287 5975 96 248 0 6036 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 50508

[startup+102.3 s]
/proc/loadavg: 2.09 2.04 2.00 3/183 6380
/proc/meminfo: memFree=23710872/32873648 swapFree=7376/7376
[pid=6292] ppid=6290 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6292/stat : 6292 (npSolver-wbo-It) S 6290 6292 699 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386018631 9367552 274 33554432000 4194304 5064252 140736581952304 140736581951216 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6292/statm: 2287 274 233 213 0 72 0
[pid=6293] ppid=6292 vsize=7064 CPUtime=77.91 cores=0,2,4,6
/proc/6293/stat : 6293 (npSolver-wbo) S 6292 6292 699 0 -1 4202496 4652 32445 0 0 7 3 7769 12 20 0 1 0 386018631 7233536 1138 33554432000 4194304 6006132 140736629266112 140736629257472 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6293/statm: 1766 1138 177 443 0 1319 0
[pid=6372] ppid=6293 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6372/stat : 6372 (satsolver.sh) S 6293 6292 699 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386026426 9367552 267 33554432000 4194304 5064252 140736489118384 140736489117296 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/6372/statm: 2287 267 226 213 0 72 0
[pid=6373] ppid=6372 vsize=36780 CPUtime=24.33 cores=0,2,4,6
/proc/6373/stat : 6373 (glucose) R 6372 6292 699 0 -1 4202496 6675 0 0 0 2432 1 0 0 20 0 1 0 386026426 37662720 8568 33554432000 4194304 5208918 140736468856864 140736468854808 4212881 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6373/statm: 9195 8568 96 248 0 8944 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 62140

[startup+162.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/183 6408
/proc/meminfo: memFree=23706024/32873648 swapFree=7376/7376
[pid=6292] ppid=6290 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6292/stat : 6292 (npSolver-wbo-It) S 6290 6292 699 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386018631 9367552 274 33554432000 4194304 5064252 140736581952304 140736581951216 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6292/statm: 2287 274 233 213 0 72 0
[pid=6293] ppid=6292 vsize=7064 CPUtime=145.73 cores=0,2,4,6
/proc/6293/stat : 6293 (npSolver-wbo) S 6292 6292 699 0 -1 4202496 6434 53538 0 0 10 3 14537 23 20 0 1 0 386018631 7233536 1138 33554432000 4194304 6006132 140736629266112 140736629257472 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6293/statm: 1766 1138 177 443 0 1319 0
[pid=6407] ppid=6293 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/183 7057
/proc/meminfo: memFree=23702076/32873648 swapFree=7376/7376
[pid=6292] ppid=6290 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6292/stat : 6292 (npSolver-wbo-It) S 6290 6292 699 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386018631 9367552 274 33554432000 4194304 5064252 140736581952304 140736581951216 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6292/statm: 2287 274 233 213 0 72 0
[pid=6293] ppid=6292 vsize=7064 CPUtime=1335.82 cores=0,2,4,6
/proc/6293/stat : 6293 (npSolver-wbo) S 6292 6292 699 0 -1 4202496 37619 424303 0 0 73 10 133308 191 20 0 1 0 386018631 7233536 1138 33554432000 4194304 6006132 140736629266112 140736629257472 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6293/statm: 1766 1138 177 443 0 1319 0
[pid=7049] ppid=6293 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7049/stat : 7049 (satsolver.sh) S 6293 6292 699 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386152245 9367552 267 33554432000 4194304 5064252 140735968761440 140735968760352 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7049/statm: 2287 267 226 213 0 72 0
[pid=7050] ppid=7049 vsize=36780 CPUtime=26.14 cores=0,2,4,6
/proc/7050/stat : 7050 (glucose) R 7049 6292 699 0 -1 4202496 6503 0 0 0 2613 1 0 0 20 0 1 0 386152245 37662720 8750 33554432000 4194304 5208918 140734484561424 140734484559368 4213049 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7050/statm: 9195 8750 96 248 0 8944 0
Current children cumulated CPU time (s) 1361.96
Current children cumulated vsize (KiB) 62140

[startup+1422.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 7092
/proc/meminfo: memFree=23700096/32873648 swapFree=7376/7376
[pid=6292] ppid=6290 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6292/stat : 6292 (npSolver-wbo-It) S 6290 6292 699 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386018631 9367552 274 33554432000 4194304 5064252 140736581952304 140736581951216 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6292/statm: 2287 274 233 213 0 72 0
[pid=6293] ppid=6292 vsize=7064 CPUtime=1403.55 cores=0,2,4,6
/proc/6293/stat : 6293 (npSolver-wbo) S 6292 6292 699 0 -1 4202496 39401 444366 0 0 76 11 140068 200 20 0 1 0 386018631 7233536 1138 33554432000 4194304 6006132 140736629266112 140736629257472 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6293/statm: 1766 1138 177 443 0 1319 0
[pid=7084] ppid=6293 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7084/stat : 7084 (satsolver.sh) S 6293 6292 699 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386159018 9367552 267 33554432000 4194304 5064252 140733440215328 140733440214240 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7084/statm: 2287 267 226 213 0 72 0
[pid=7085] ppid=7084 vsize=41060 CPUtime=18.42 cores=0,2,4,6
/proc/7085/stat : 7085 (glucose) R 7084 6292 699 0 -1 4202496 7012 0 0 0 1841 1 0 0 20 0 1 0 386159018 42045440 9567 33554432000 4194304 5208918 140735826678016 140735826676008 4229538 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7085/statm: 10265 9567 96 248 0 10014 0
Current children cumulated CPU time (s) 1421.97
Current children cumulated vsize (KiB) 66420

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 7127
/proc/meminfo: memFree=23726748/32873648 swapFree=7376/7376
[pid=6292] ppid=6290 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6292/stat : 6292 (npSolver-wbo-It) S 6290 6292 699 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386018631 9367552 274 33554432000 4194304 5064252 140736581952304 140736581951216 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6292/statm: 2287 274 233 213 0 72 0
[pid=6293] ppid=6292 vsize=7064 CPUtime=1471.75 cores=0,2,4,6
/proc/6293/stat : 6293 (npSolver-wbo) S 6292 6292 699 0 -1 4202496 41183 465681 0 0 80 12 146871 212 20 0 1 0 386018631 7233536 1138 33554432000 4194304 6006132 140736629266112 140736629257472 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6293/statm: 1766 1138 177 443 0 1319 0
[pid=7119] ppid=6293 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7119/stat : 7119 (satsolver.sh) S 6293 6292 699 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386165838 9367552 267 33554432000 4194304 5064252 140737471573536 140737471572448 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7119/statm: 2287 267 226 213 0 72 0
[pid=7120] ppid=7119 vsize=25148 CPUtime=10.21 cores=0,2,4,6
/proc/7120/stat : 7120 (glucose) R 7119 6292 699 0 -1 4202496 5449 0 0 0 1021 0 0 0 20 0 1 0 386165838 25751552 5978 33554432000 4194304 5208918 140733221175072 140733221173016 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7120/statm: 6287 5978 96 248 0 6036 0
Current children cumulated CPU time (s) 1481.96
Current children cumulated vsize (KiB) 50508

[startup+1542.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 7155
/proc/meminfo: memFree=23716632/32873648 swapFree=7376/7376
[pid=6292] ppid=6290 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6292/stat : 6292 (npSolver-wbo-It) S 6290 6292 699 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386018631 9367552 274 33554432000 4194304 5064252 140736581952304 140736581951216 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6292/statm: 2287 274 233 213 0 72 0
[pid=6293] ppid=6292 vsize=7064 CPUtime=1540.51 cores=0,2,4,6
/proc/6293/stat : 6293 (npSolver-wbo) S 6292 6292 699 0 -1 4202496 42965 486447 0 0 84 12 153734 221 20 0 1 0 386018631 7233536 1138 33554432000 4194304 6006132 140736629266112 140736629257472 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6293/statm: 1766 1138 177 443 0 1319 0
[pid=7154] ppid=6293 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7154/stat : 7154 (satsolver.sh) S 6293 6292 699 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386172716 9367552 267 33554432000 4194304 5064252 140736977660288 140736977659200 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7154/statm: 2287 267 226 213 0 72 0
[pid=7155] ppid=7154 vsize=13688 CPUtime=1.45 cores=0,2,4,6
/proc/7155/stat : 7155 (glucose) R 7154 6292 699 0 -1 4202496 4579 0 0 0 144 1 0 0 20 0 1 0 386172716 14016512 3002 33554432000 4194304 5208918 140734992648400 140734992646248 4211888 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7155/statm: 3422 3002 96 248 0 3171 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 39048

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7184
/proc/meminfo: memFree=23708136/32873648 swapFree=7376/7376
[pid=6292] ppid=6290 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6292/stat : 6292 (npSolver-wbo-It) S 6290 6292 699 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386018631 9367552 274 33554432000 4194304 5064252 140736581952304 140736581951216 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6292/statm: 2287 274 233 213 0 72 0
[pid=6293] ppid=6292 vsize=7064 CPUtime=1574.28 cores=0,2,4,6
/proc/6293/stat : 6293 (npSolver-wbo) S 6292 6292 699 0 -1 4202496 43856 497061 0 0 85 12 157104 227 20 0 1 0 386018631 7233536 1138 33554432000 4194304 6006132 140736629266112 140736629257472 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6293/statm: 1766 1138 177 443 0 1319 0
[pid=7175] ppid=6293 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7175/stat : 7175 (satsolver.sh) S 6293 6292 699 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386176095 9367552 267 33554432000 4194304 5064252 140735741429424 140735741428336 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7175/statm: 2287 267 226 213 0 72 0
[pid=7176] ppid=7175 vsize=36780 CPUtime=27.64 cores=0,2,4,6
/proc/7176/stat : 7176 (glucose) R 7175 6292 699 0 -1 4202496 7327 0 0 0 2763 1 0 0 20 0 1 0 386176096 37662720 8749 33554432000 4194304 5208918 140735470726064 140735470724008 4229528 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7176/statm: 9195 8749 96 248 0 8944 0
Current children cumulated CPU time (s) 1601.92
Current children cumulated vsize (KiB) 62140

[startup+1662.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/184 7222
/proc/meminfo: memFree=23724712/32873648 swapFree=7376/7376
[pid=6292] ppid=6290 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6292/stat : 6292 (npSolver-wbo-It) S 6290 6292 699 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386018631 9367552 274 33554432000 4194304 5064252 140736581952304 140736581951216 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6292/statm: 2287 274 233 213 0 72 0
[pid=6293] ppid=6292 vsize=7064 CPUtime=1641.87 cores=0,2,4,6
/proc/6293/stat : 6293 (npSolver-wbo) S 6292 6292 699 0 -1 4202496 45638 519317 0 0 89 13 163848 237 20 0 1 0 386018631 7233536 1138 33554432000 4194304 6006132 140736629266112 140736629257472 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6293/statm: 1766 1138 177 443 0 1319 0
[pid=7211] ppid=6293 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7211/stat : 7211 (satsolver.sh) S 6293 6292 699 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386182855 9367552 267 33554432000 4194304 5064252 140735692531632 140735692530544 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7211/statm: 2287 267 226 213 0 72 0
[pid=7212] ppid=7211 vsize=29564 CPUtime=20.05 cores=0,2,4,6
/proc/7212/stat : 7212 (glucose) R 7211 6292 699 0 -1 4202496 6517 0 0 0 2004 1 0 0 20 0 1 0 386182855 30273536 7082 33554432000 4194304 5208918 140735302378336 140735302376424 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7212/statm: 7391 7082 96 248 0 7140 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 54924

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 7250
/proc/meminfo: memFree=23710436/32873648 swapFree=7376/7376
[pid=6292] ppid=6290 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6292/stat : 6292 (npSolver-wbo-It) S 6290 6292 699 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386018631 9367552 274 33554432000 4194304 5064252 140736581952304 140736581951216 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6292/statm: 2287 274 233 213 0 72 0
[pid=6293] ppid=6292 vsize=7064 CPUtime=1710.52 cores=0,2,4,6
/proc/6293/stat : 6293 (npSolver-wbo) S 6292 6292 699 0 -1 4202496 47420 540539 0 0 93 13 170698 248 20 0 1 0 386018631 7233536 1138 33554432000 4194304 6006132 140736629266112 140736629257472 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6293/statm: 1766 1138 177 443 0 1319 0
[pid=7249] ppid=6293 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7249/stat : 7249 (satsolver.sh) S 6293 6292 699 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 386189721 9367552 267 33554432000 4194304 5064252 140736113944944 140736113943856 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7249/statm: 2287 267 226 213 0 72 0
[pid=7250] ppid=7249 vsize=29564 CPUtime=11.38 cores=0,2,4,6
/proc/7250/stat : 7250 (glucose) R 7249 6292 699 0 -1 4202496 6016 0 0 0 1137 1 0 0 20 0 1 0 386189722 30273536 7063 33554432000 4194304 5208918 140736653592896 140736653590760 4215351 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7250/statm: 7391 7063 96 248 0 7140 0
Current children cumulated CPU time (s) 1721.9
Current children cumulated vsize (KiB) 54924

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7285
/proc/meminfo: memFree=23719632/32873648 swapFree=7376/7376
[pid=6292] ppid=6290 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6292/stat : 6292 (npSolver-wbo-It) S 6290 6292 699 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386018631 9367552 274 33554432000 4194304 5064252 140736581952304 140736581951216 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6292/statm: 2287 274 233 213 0 72 0
[pid=6293] ppid=6292 vsize=7064 CPUtime=1779.04 cores=0,2,4,6
/proc/6293/stat : 6293 (npSolver-wbo) S 6292 6292 699 0 -1 4202496 49202 560627 0 0 96 14 177535 259 20 0 1 0 386018631 7233536 1138 33554432000 4194304 6006132 140736629266112 140736629257472 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6293/statm: 1766 1138 177 443 0 1319 0
[pid=7284] ppid=6293 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7284/stat : 7284 (satsolver.sh) S 6293 6292 699 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386196575 9367552 267 33554432000 4194304 5064252 140736075237856 140736075236768 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7284/statm: 2287 267 226 213 0 72 0
[pid=7285] ppid=7284 vsize=18068 CPUtime=2.85 cores=0,2,4,6
/proc/7285/stat : 7285 (glucose) R 7284 6292 699 0 -1 4202496 5065 0 0 0 284 1 0 0 20 0 1 0 386196575 18501632 4205 33554432000 4194304 5208918 140736644234880 140736644232824 4211572 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7285/statm: 4517 4205 96 248 0 4266 0
Current children cumulated CPU time (s) 1781.89
Current children cumulated vsize (KiB) 43428



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7292
/proc/meminfo: memFree=23715860/32873648 swapFree=7376/7376
[pid=6292] ppid=6290 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/6292/stat : 6292 (npSolver-wbo-It) S 6290 6292 699 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386018631 9367552 274 33554432000 4194304 5064252 140736581952304 140736581951216 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6292/statm: 2287 274 233 213 0 72 0
[pid=6293] ppid=6292 vsize=7064 CPUtime=1779.04 cores=0,2,4,6
/proc/6293/stat : 6293 (npSolver-wbo) S 6292 6292 699 0 -1 4202496 49202 560627 0 0 96 14 177535 259 20 0 1 0 386018631 7233536 1138 33554432000 4194304 6006132 140736629266112 140736629257472 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/6293/statm: 1766 1138 177 443 0 1319 0
[pid=7284] ppid=6293 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7284/stat : 7284 (satsolver.sh) S 6293 6292 699 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386196575 9367552 267 33554432000 4194304 5064252 140736075237856 140736075236768 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7284/statm: 2287 267 226 213 0 72 0
[pid=7285] ppid=7284 vsize=29564 CPUtime=21.05 cores=0,2,4,6
/proc/7285/stat : 7285 (glucose) R 7284 6292 699 0 -1 4202496 6026 0 0 0 2104 1 0 0 20 0 1 0 386196575 30273536 7083 33554432000 4194304 5208918 140736644234880 140736644232968 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7285/statm: 7391 7083 96 248 0 7140 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 54924

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.13
CPU user time (s): 1797.37
CPU system time (s): 2.75458
CPU usage (%): 99.9787
Max. virtual memory (cumulated for all children) (KiB): 80820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.37
system time used= 2.75458
maximum resident set size= 49948
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 616843
page faults= 0
swaps= 0
block input operations= 0
block output operations= 155904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3009
involuntary context switches= 2489

runsolver used 2.6246 second user time and 7.2119 second system time

The end

Launcher Data

Begin job on node149 at 2012-06-09 01:42:25
IDJOB=3752928
IDBENCH=78774
IDSOLVER=2336
FILE ID=node149/3752928-1339198945
RUNJOBID= node149-1339184529-1989
PBS_JOBID= 14643834
Free space on /tmp= 63448 MiB

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

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

MD5SUM BENCH= 8c7284b7ccf7c3e8bad0ea1f2a54ab5e
RANDOM SEED=1568565723

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.145
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.55
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.145
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.145
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:        23653744 kB
Buffers:          175288 kB
Cached:          7715836 kB
SwapCached:         2136 kB
Active:           631700 kB
Inactive:        7389396 kB
Active(anon):     128172 kB
Inactive(anon):     2768 kB
Active(file):     503528 kB
Inactive(file):  7386628 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108856 kB
SwapFree:       67100028 kB
Dirty:              8820 kB
Writeback:             0 kB
AnonPages:        259524 kB
Mapped:             9600 kB
Shmem:                 0 kB
Slab:            1056108 kB
SReclaimable:     499112 kB
SUnreclaim:       556996 kB
KernelStack:        1520 kB
PageTables:         4180 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     263404 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    239616 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= 63440 MiB
End job on node149 at 2012-06-09 02:12:26