Trace number 3714974

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? (TO) 1800.08 1800.72

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-51-50--soft-33-100-0.wbo
MD5SUM153666059db7da507c96674bc7662476
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.674897
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables2550
Total number of constraints101
Number of soft constraints66
Number of constraints which are clauses51
Number of constraints which are cardinality constraints (but not clauses)50
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint50
Maximum length of a constraint51
Top cost 3685
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 3684
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 52
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.16	c run usual solver
1.47/1.56	o 2294
4.47/4.53	o 800
12.78/12.80	o 670
43.95/44.08	o 647
52.86/52.90	o 645
66.27/66.50	o 610
73.54/73.79	o 608
82.17/82.39	o 594
93.36/93.42	o 593
101.15/101.38	o 580
107.32/107.54	o 571
112.20/112.53	o 569
127.07/127.40	o 543
135.52/135.86	o 541
144.50/144.83	o 535
154.62/154.95	o 514
163.22/163.55	o 483
167.74/168.06	o 478
183.43/183.70	o 470
196.24/196.57	o 451
209.59/209.92	o 434
218.05/218.36	o 428
222.77/223.08	o 407
228.63/228.82	o 394
232.00/232.32	o 389
237.45/237.77	o 384
256.11/256.34	o 373
262.72/263.05	o 370
267.90/268.22	o 313
271.04/271.35	o 290
286.00/286.30	o 289
289.86/290.17	o 284
296.48/296.79	o 277
301.56/301.86	o 271
307.31/307.72	o 270
313.79/314.10	o 266
315.93/316.34	o 260
321.89/322.28	o 202
325.53/325.94	o 185
327.07/327.48	o 177
332.13/332.50	o 168
335.79/336.25	o 167
337.38/337.85	o 166
340.96/341.42	o 157
343.11/343.57	o 147
344.68/345.14	o 144
355.19/355.64	o 110
356.72/357.17	o 106
358.41/358.85	o 103
360.07/360.52	o 83
362.31/362.76	o 65
363.19/363.64	o 56
364.20/364.68	o 52
365.72/366.19	o 51
366.82/367.28	o 48
367.94/368.30	o 38
369.02/369.50	o 37
370.52/370.91	o 36
371.50/371.99	o 35
372.41/372.81	o 27
374.09/374.59	o 19
375.37/375.85	o 15
376.59/377.09	o 12
378.78/379.24	o 11
381.76/382.22	o 10
384.39/384.87	o 2
384.77/385.23	o 1
384.77/385.23	c [SWC] exit 4
1800.04/1800.71	./satsolver.sh: line 5: 13162 Terminated              ./glucose $1 > $2 2> /dev/null
1800.04/1800.71	c error: unexpected solver exit code
1800.04/1800.71	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3714974-1338181990/watcher-3714974-1338181990 -o /tmp/evaluation-result-3714974-1338181990/solver-3714974-1338181990 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3714974-1338181990.wbo 821597295 HOME HOME 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12453
/proc/meminfo: memFree=27999520/32873648 swapFree=6864/6864
[pid=12453] ppid=12451 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12453/stat : 12453 (npSolver-wbo-It) S 12451 12453 8283 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 284324958 9367552 275 33554432000 4194304 5064252 140737160127088 140737160126000 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12453/statm: 2287 275 233 213 0 72 0

[startup+0.096793 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12453
/proc/meminfo: memFree=27999520/32873648 swapFree=6864/6864
[pid=12453] ppid=12451 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12453/stat : 12453 (npSolver-wbo-It) S 12451 12453 8283 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 284324958 9367552 275 33554432000 4194304 5064252 140737160127088 140737160126000 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12453/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100195 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12453
/proc/meminfo: memFree=27999520/32873648 swapFree=6864/6864
[pid=12453] ppid=12451 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12453/stat : 12453 (npSolver-wbo-It) S 12451 12453 8283 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 284324958 9367552 275 33554432000 4194304 5064252 140737160127088 140737160126000 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12453/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300272 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12453
/proc/meminfo: memFree=27999520/32873648 swapFree=6864/6864
[pid=12453] ppid=12451 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12453/stat : 12453 (npSolver-wbo-It) S 12451 12453 8283 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 284324958 9367552 275 33554432000 4194304 5064252 140737160127088 140737160126000 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12453/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700111 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12453
/proc/meminfo: memFree=27999520/32873648 swapFree=6864/6864
[pid=12453] ppid=12451 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12453/stat : 12453 (npSolver-wbo-It) S 12451 12453 8283 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 284324958 9367552 275 33554432000 4194304 5064252 140737160127088 140737160126000 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12453/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12464
/proc/meminfo: memFree=27951392/32873648 swapFree=6864/6864
[pid=12453] ppid=12451 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12453/stat : 12453 (npSolver-wbo-It) S 12451 12453 8283 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 284324958 9367552 275 33554432000 4194304 5064252 140737160127088 140737160126000 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12453/statm: 2287 275 233 213 0 72 0
[pid=12454] ppid=12453 vsize=7792 CPUtime=1.47 cores=1,3,5,7
/proc/12454/stat : 12454 (npSolver-wbo) R 12453 12453 8283 0 -1 4202496 3283 19070 0 0 15 1 117 14 20 0 1 0 284324958 7979008 1401 33554432000 4194304 5990268 140736308651536 140736308645264 5177776 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12454/statm: 1948 1401 160 439 0 1505 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 16940

[startup+3.10028 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12474
/proc/meminfo: memFree=27876848/32873648 swapFree=6864/6864
[pid=12453] ppid=12451 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12453/stat : 12453 (npSolver-wbo-It) S 12451 12453 8283 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 284324958 9367552 275 33554432000 4194304 5064252 140737160127088 140737160126000 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12453/statm: 2287 275 233 213 0 72 0
[pid=12454] ppid=12453 vsize=26272 CPUtime=1.72 cores=1,3,5,7
/proc/12454/stat : 12454 (npSolver-wbo) S 12453 12453 8283 0 -1 4202496 6235 19585 0 0 32 8 117 15 20 0 1 0 284324958 26902528 5173 33554432000 4194304 5990268 140736308651536 140736308642960 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12454/statm: 6568 5173 164 439 0 6125 0
[pid=12473] ppid=12454 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12473/stat : 12473 (satsolver.sh) S 12454 12453 8283 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284325131 9367552 267 33554432000 4194304 5064252 140735148442960 140735148441872 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12473/statm: 2287 267 226 213 0 72 0
[pid=12474] ppid=12473 vsize=105500 CPUtime=1.35 cores=1,3,5,7
/proc/12474/stat : 12474 (glucose) R 12473 12453 8283 0 -1 4202496 20513 0 0 0 132 3 0 0 20 0 1 0 284325132 108032000 22911 33554432000 4194304 5208918 140735510375184 140735510373336 4211561 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12474/statm: 26375 22911 95 248 0 26124 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 150068

[startup+6.30023 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12481
/proc/meminfo: memFree=27936236/32873648 swapFree=6864/6864
[pid=12453] ppid=12451 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12453/stat : 12453 (npSolver-wbo-It) S 12451 12453 8283 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 284324958 9367552 275 33554432000 4194304 5064252 140737160127088 140737160126000 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12453/statm: 2287 275 233 213 0 72 0
[pid=12454] ppid=12453 vsize=19460 CPUtime=4.57 cores=1,3,5,7
/proc/12454/stat : 12454 (npSolver-wbo) S 12453 12453 8283 0 -1 4202496 8736 46605 0 0 37 9 370 41 20 0 1 0 284324958 19927040 4299 33554432000 4194304 5990268 140736308651536 140736308642960 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12454/statm: 4865 4299 164 439 0 4422 0
[pid=12480] ppid=12454 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12480/stat : 12480 (satsolver.sh) S 12454 12453 8283 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284325417 9367552 267 33554432000 4194304 5064252 140734465991104 140734465990016 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12480/statm: 2287 267 226 213 0 72 0
[pid=12481] ppid=12480 vsize=45368 CPUtime=1.7 cores=1,3,5,7
/proc/12481/stat : 12481 (glucose) R 12480 12453 8283 0 -1 4202496 9909 0 0 0 168 2 0 0 20 0 1 0 284325417 46456832 10183 33554432000 4194304 5208918 140736223777616 140736223775464 4212881 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12481/statm: 11342 10183 104 248 0 11091 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 83124

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12481
/proc/meminfo: memFree=27909224/32873648 swapFree=6864/6864
[pid=12453] ppid=12451 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12453/stat : 12453 (npSolver-wbo-It) S 12451 12453 8283 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 284324958 9367552 275 33554432000 4194304 5064252 140737160127088 140737160126000 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12453/statm: 2287 275 233 213 0 72 0
[pid=12454] ppid=12453 vsize=19460 CPUtime=12.54 cores=1,3,5,7
/proc/12454/stat : 12454 (npSolver-wbo) S 12453 12453 8283 0 -1 4202496 8744 58917 0 0 37 9 1164 44 20 0 1 0 284324958 19927040 4299 33554432000 4194304 5990268 140736308651536 140736308642448 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12454/statm: 4865 4299 164 439 0 4422 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 28608

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12495
/proc/meminfo: memFree=27932352/32873648 swapFree=6864/6864
[pid=12453] ppid=12451 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12453/stat : 12453 (npSolver-wbo-It) S 12451 12453 8283 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 284324958 9367552 275 33554432000 4194304 5064252 140737160127088 140737160126000 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12453/statm: 2287 275 233 213 0 72 0
[pid=12454] ppid=12453 vsize=19460 CPUtime=12.83 cores=1,3,5,7
/proc/12454/stat : 12454 (npSolver-wbo) S 12453 12453 8283 0 -1 4202496 10563 63640 0 0 42 10 1178 53 20 0 1 0 284324958 19927040 4299 33554432000 4194304 5990268 140736308651536 140736308642960 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12454/statm: 4865 4299 164 439 0 4422 0
[pid=12487] ppid=12454 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12487/stat : 12487 (satsolver.sh) S 12454 12453 8283 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284326243 9367552 266 33554432000 4194304 5064252 140736915487792 140736915486704 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12487/statm: 2287 266 226 213 0 72 0
[pid=12488] ppid=12487 vsize=51904 CPUtime=12.63 cores=1,3,5,7
/proc/12488/stat : 12488 (glucose) R 12487 12453 8283 0 -1 4202496 10744 0 0 0 1261 2 0 0 20 0 1 0 284326243 53149696 10997 33554432000 4194304 5208918 140736110287984 140736110285848 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12488/statm: 12976 10997 104 248 0 12725 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 89660

[startup+51.1004 s]
/proc/loadavg: 2.08 2.02 2.01 3/183 12516
/proc/meminfo: memFree=27924964/32873648 swapFree=6864/6864
[pid=12453] ppid=12451 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12453/stat : 12453 (npSolver-wbo-It) S 12451 12453 8283 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 284324958 9367552 275 33554432000 4194304 5064252 140737160127088 140737160126000 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12453/statm: 2287 275 233 213 0 72 0
[pid=12454] ppid=12453 vsize=19460 CPUtime=44.09 cores=1,3,5,7
/proc/12454/stat : 12454 (npSolver-wbo) S 12453 12453 8283 0 -1 4202496 12357 81472 0 0 47 10 4288 64 20 0 1 0 284324958 19927040 4299 33554432000 4194304 5990268 140736308651536 140736308642960 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12454/statm: 4865 4299 164 439 0 4422 0
[pid=12515] ppid=12454 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12515/stat : 12515 (satsolver.sh) S 12454 12453 8283 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284329371 9367552 266 33554432000 4194304 5064252 140736191070944 140736191069856 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12515/statm: 2287 266 226 213 0 72 0
[pid=12516] ppid=12515 vsize=51596 CPUtime=6.96 cores=1,3,5,7
/proc/12516/stat : 12516 (glucose) R 12515 12453 8283 0 -1 4202496 11768 0 0 0 693 3 0 0 20 0 1 0 284329371 52834304 10545 33554432000 4194304 5208918 140737177494816 140737177492760 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12516/statm: 12899 10545 104 248 0 12648 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 89352

[startup+102.307 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 12566
/proc/meminfo: memFree=27932396/32873648 swapFree=6864/6864
[pid=12453] ppid=12451 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12453/stat : 12453 (npSolver-wbo-It) S 12451 12453 8283 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 284324958 9367552 275 33554432000 4194304 5064252 140737160127088 140737160126000 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12453/statm: 2287 275 233 213 0 72 0
[pid=12454] ppid=12453 vsize=19460 CPUtime=101.38 cores=1,3,5,7
/proc/12454/stat : 12454 (npSolver-wbo) S 12453 12453 8283 0 -1 4202496 22756 179624 0 0 72 14 9927 125 20 0 1 0 284324958 19927040 4299 33554432000 4194304 5990268 140736308651536 140736308642960 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12454/statm: 4865 4299 164 439 0 4422 0
[pid=12565] ppid=12454 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12565/stat : 12565 (satsolver.sh) S 12454 12453 8283 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284335100 9367552 267 33554432000 4194304 5064252 140733929809216 140733929808128 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12565/statm: 2287 267 226 213 0 72 0
[pid=12566] ppid=12565 vsize=36804 CPUtime=0.87 cores=1,3,5,7
/proc/12566/stat : 12566 (glucose) R 12565 12453 8283 0 -1 4202496 7726 0 0 0 86 1 0 0 20 0 1 0 284335101 37687296 8441 33554432000 4194304 5208918 140735568595872 140735568593720 4229344 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12566/statm: 9201 8441 95 248 0 8950 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 74560

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 12629
/proc/meminfo: memFree=27931792/32873648 swapFree=6864/6864
[pid=12453] ppid=12451 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12453/stat : 12453 (npSolver-wbo-It) S 12451 12453 8283 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 284324958 9367552 275 33554432000 4194304 5064252 140737160127088 140737160126000 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12453/statm: 2287 275 233 213 0 72 0
[pid=12454] ppid=12453 vsize=19460 CPUtime=154.83 cores=1,3,5,7
/proc/12454/stat : 12454 (npSolver-wbo) S 12453 12453 8283 0 -1 4202496 32644 275254 0 0 95 17 15189 182 20 0 1 0 284324958 19927040 4299 33554432000 4194304 5990268 140736308651536 140736308642960 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12454/statm: 4865 4299 164 439 0 4422 0
[pid=12628] ppid=12454 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12628/stat : 12628 (satsolver.sh) S 12454 12453 8283 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284340456 9367552 267 33554432000 4194304 5064252 140735577106976 140735577105888 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12628/statm: 2287 267 226 213 0 72 0
[pid=12629] ppid=12628 vsize=45984 CPUtime=7.3 cores=1,3,5,7
/proc/12629/stat : 12629 (glucose) R 12628 12453 8283 0 -1 4202496 10750 0 0 0 728 2 0 0 20 0 1 0 284340457 47087616 10326 33554432000 4194304 5208918 140735877375840 140735877373704 4229688 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12629/statm: 11496 10326 104 248 0 11245 0
Current children cumulated CPU time (s) 162.13
Current children cumulated vsize (KiB) 83740

[startup+222.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 12685
/proc/meminfo: memFree=27929536/32873648 swapFree=6864/6864
[pid=12453] ppid=12451 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.04 2.01 3/183 13173
/proc/meminfo: memFree=27633036/32873648 swapFree=6864/6864
[pid=12453] ppid=12451 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12453/stat : 12453 (npSolver-wbo-It) S 12451 12453 8283 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 284324958 9367552 275 33554432000 4194304 5064252 140737160127088 140737160126000 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12453/statm: 2287 275 233 213 0 72 0
[pid=12454] ppid=12453 vsize=19460 CPUtime=384.82 cores=1,3,5,7
/proc/12454/stat : 12454 (npSolver-wbo) S 12453 12453 8283 0 -1 4202496 82516 882837 0 0 171 29 37863 419 20 0 1 0 284324958 19927040 4300 33554432000 4194304 5990268 140736308651536 140736308642960 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12454/statm: 4865 4300 165 439 0 4422 0
[pid=13161] ppid=12454 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13161/stat : 13161 (satsolver.sh) S 12454 12453 8283 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284363481 9367552 266 33554432000 4194304 5064252 140737333104544 140737333103456 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/13161/statm: 2287 266 226 213 0 72 0
[pid=13162] ppid=13161 vsize=202328 CPUtime=1036.89 cores=1,3,5,7
/proc/13162/stat : 13162 (glucose) R 13161 12453 8283 0 -1 4202496 22756 0 0 0 103659 30 0 0 20 0 1 0 284363481 207183872 41127 33554432000 4194304 5208918 140734806552592 140734806548904 4229776 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13162/statm: 50582 41127 105 248 0 50331 0
Current children cumulated CPU time (s) 1421.71
Current children cumulated vsize (KiB) 240084

[startup+1482.3 s]
/proc/loadavg: 2.00 2.03 2.01 3/183 13173
/proc/meminfo: memFree=27616248/32873648 swapFree=6864/6864
[pid=12453] ppid=12451 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12453/stat : 12453 (npSolver-wbo-It) S 12451 12453 8283 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 284324958 9367552 275 33554432000 4194304 5064252 140737160127088 140737160126000 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12453/statm: 2287 275 233 213 0 72 0
[pid=12454] ppid=12453 vsize=19460 CPUtime=384.82 cores=1,3,5,7
/proc/12454/stat : 12454 (npSolver-wbo) S 12453 12453 8283 0 -1 4202496 82516 882837 0 0 171 29 37863 419 20 0 1 0 284324958 19927040 4300 33554432000 4194304 5990268 140736308651536 140736308642960 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12454/statm: 4865 4300 165 439 0 4422 0
[pid=13161] ppid=12454 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13161/stat : 13161 (satsolver.sh) S 12454 12453 8283 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284363481 9367552 266 33554432000 4194304 5064252 140737333104544 140737333103456 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/13161/statm: 2287 266 226 213 0 72 0
[pid=13162] ppid=13161 vsize=202328 CPUtime=1096.88 cores=1,3,5,7
/proc/13162/stat : 13162 (glucose) R 13161 12453 8283 0 -1 4202496 23604 0 0 0 109656 32 0 0 20 0 1 0 284363481 207183872 43687 33554432000 4194304 5208918 140734806552592 140734806548904 4229720 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13162/statm: 50582 43687 105 248 0 50331 0
Current children cumulated CPU time (s) 1481.7
Current children cumulated vsize (KiB) 240084

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 13173
/proc/meminfo: memFree=27630996/32873648 swapFree=6864/6864
[pid=12453] ppid=12451 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12453/stat : 12453 (npSolver-wbo-It) S 12451 12453 8283 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 284324958 9367552 275 33554432000 4194304 5064252 140737160127088 140737160126000 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12453/statm: 2287 275 233 213 0 72 0
[pid=12454] ppid=12453 vsize=19460 CPUtime=384.82 cores=1,3,5,7
/proc/12454/stat : 12454 (npSolver-wbo) S 12453 12453 8283 0 -1 4202496 82516 882837 0 0 171 29 37863 419 20 0 1 0 284324958 19927040 4300 33554432000 4194304 5990268 140736308651536 140736308642960 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12454/statm: 4865 4300 165 439 0 4422 0
[pid=13161] ppid=12454 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13161/stat : 13161 (satsolver.sh) S 12454 12453 8283 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284363481 9367552 266 33554432000 4194304 5064252 140737333104544 140737333103456 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/13161/statm: 2287 266 226 213 0 72 0
[pid=13162] ppid=13161 vsize=202328 CPUtime=1156.86 cores=1,3,5,7
/proc/13162/stat : 13162 (glucose) R 13161 12453 8283 0 -1 4202496 24456 0 0 0 115652 34 0 0 20 0 1 0 284363481 207183872 44711 33554432000 4194304 5208918 140734806552592 140734806548968 4229244 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13162/statm: 50582 44711 105 248 0 50331 0
Current children cumulated CPU time (s) 1541.68
Current children cumulated vsize (KiB) 240084

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 13174
/proc/meminfo: memFree=27646660/32873648 swapFree=6864/6864
[pid=12453] ppid=12451 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12453/stat : 12453 (npSolver-wbo-It) S 12451 12453 8283 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 284324958 9367552 275 33554432000 4194304 5064252 140737160127088 140737160126000 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12453/statm: 2287 275 233 213 0 72 0
[pid=12454] ppid=12453 vsize=19460 CPUtime=384.82 cores=1,3,5,7
/proc/12454/stat : 12454 (npSolver-wbo) S 12453 12453 8283 0 -1 4202496 82516 882837 0 0 171 29 37863 419 20 0 1 0 284324958 19927040 4300 33554432000 4194304 5990268 140736308651536 140736308642960 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12454/statm: 4865 4300 165 439 0 4422 0
[pid=13161] ppid=12454 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13161/stat : 13161 (satsolver.sh) S 12454 12453 8283 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284363481 9367552 266 33554432000 4194304 5064252 140737333104544 140737333103456 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/13161/statm: 2287 266 226 213 0 72 0
[pid=13162] ppid=13161 vsize=202328 CPUtime=1216.84 cores=1,3,5,7
/proc/13162/stat : 13162 (glucose) R 13161 12453 8283 0 -1 4202496 25719 0 0 0 121647 37 0 0 20 0 1 0 284363481 207183872 39658 33554432000 4194304 5208918 140734806552592 140734806548904 4212579 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13162/statm: 50582 39658 105 248 0 50331 0
Current children cumulated CPU time (s) 1601.66
Current children cumulated vsize (KiB) 240084

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/184 13177
/proc/meminfo: memFree=27633608/32873648 swapFree=6864/6864
[pid=12453] ppid=12451 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12453/stat : 12453 (npSolver-wbo-It) S 12451 12453 8283 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 284324958 9367552 275 33554432000 4194304 5064252 140737160127088 140737160126000 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12453/statm: 2287 275 233 213 0 72 0
[pid=12454] ppid=12453 vsize=19460 CPUtime=384.82 cores=1,3,5,7
/proc/12454/stat : 12454 (npSolver-wbo) S 12453 12453 8283 0 -1 4202496 82516 882837 0 0 171 29 37863 419 20 0 1 0 284324958 19927040 4300 33554432000 4194304 5990268 140736308651536 140736308642960 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12454/statm: 4865 4300 165 439 0 4422 0
[pid=13161] ppid=12454 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13161/stat : 13161 (satsolver.sh) S 12454 12453 8283 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284363481 9367552 266 33554432000 4194304 5064252 140737333104544 140737333103456 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/13161/statm: 2287 266 226 213 0 72 0
[pid=13162] ppid=13161 vsize=202328 CPUtime=1276.83 cores=1,3,5,7
/proc/13162/stat : 13162 (glucose) R 13161 12453 8283 0 -1 4202496 25996 0 0 0 127645 38 0 0 20 0 1 0 284363481 207183872 41597 33554432000 4194304 5208918 140734806552592 140734806548968 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13162/statm: 50582 41597 105 248 0 50331 0
Current children cumulated CPU time (s) 1661.65
Current children cumulated vsize (KiB) 240084

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 13177
/proc/meminfo: memFree=27619312/32873648 swapFree=6864/6864
[pid=12453] ppid=12451 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12453/stat : 12453 (npSolver-wbo-It) S 12451 12453 8283 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 284324958 9367552 275 33554432000 4194304 5064252 140737160127088 140737160126000 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12453/statm: 2287 275 233 213 0 72 0
[pid=12454] ppid=12453 vsize=19460 CPUtime=384.82 cores=1,3,5,7
/proc/12454/stat : 12454 (npSolver-wbo) S 12453 12453 8283 0 -1 4202496 82516 882837 0 0 171 29 37863 419 20 0 1 0 284324958 19927040 4300 33554432000 4194304 5990268 140736308651536 140736308642960 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12454/statm: 4865 4300 165 439 0 4422 0
[pid=13161] ppid=12454 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13161/stat : 13161 (satsolver.sh) S 12454 12453 8283 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284363481 9367552 266 33554432000 4194304 5064252 140737333104544 140737333103456 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/13161/statm: 2287 266 226 213 0 72 0
[pid=13162] ppid=13161 vsize=202328 CPUtime=1336.82 cores=1,3,5,7
/proc/13162/stat : 13162 (glucose) R 13161 12453 8283 0 -1 4202496 26726 0 0 0 133643 39 0 0 20 0 1 0 284363481 207183872 43712 33554432000 4194304 5208918 140734806552592 140734806548296 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13162/statm: 50582 43712 105 248 0 50331 0
Current children cumulated CPU time (s) 1721.64
Current children cumulated vsize (KiB) 240084

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 13236
/proc/meminfo: memFree=27830008/32873648 swapFree=6864/6864
[pid=12453] ppid=12451 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12453/stat : 12453 (npSolver-wbo-It) S 12451 12453 8283 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 284324958 9367552 275 33554432000 4194304 5064252 140737160127088 140737160126000 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12453/statm: 2287 275 233 213 0 72 0
[pid=12454] ppid=12453 vsize=19460 CPUtime=384.82 cores=1,3,5,7
/proc/12454/stat : 12454 (npSolver-wbo) S 12453 12453 8283 0 -1 4202496 82516 882837 0 0 171 29 37863 419 20 0 1 0 284324958 19927040 4300 33554432000 4194304 5990268 140736308651536 140736308642960 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12454/statm: 4865 4300 165 439 0 4422 0
[pid=13161] ppid=12454 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13161/stat : 13161 (satsolver.sh) S 12454 12453 8283 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284363481 9367552 266 33554432000 4194304 5064252 140737333104544 140737333103456 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/13161/statm: 2287 266 226 213 0 72 0
[pid=13162] ppid=13161 vsize=202328 CPUtime=1396.81 cores=1,3,5,7
/proc/13162/stat : 13162 (glucose) R 13161 12453 8283 0 -1 4202496 27688 0 0 0 139640 41 0 0 20 0 1 0 284363481 207183872 45827 33554432000 4194304 5208918 140734806552592 140734806548968 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13162/statm: 50582 45827 105 248 0 50331 0
Current children cumulated CPU time (s) 1781.63
Current children cumulated vsize (KiB) 240084



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 13278
/proc/meminfo: memFree=27805004/32873648 swapFree=6864/6864
[pid=12453] ppid=12451 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12453/stat : 12453 (npSolver-wbo-It) S 12451 12453 8283 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 284324958 9367552 275 33554432000 4194304 5064252 140737160127088 140737160126000 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12453/statm: 2287 275 233 213 0 72 0
[pid=12454] ppid=12453 vsize=19460 CPUtime=384.82 cores=1,3,5,7
/proc/12454/stat : 12454 (npSolver-wbo) S 12453 12453 8283 0 -1 4202496 82516 882837 0 0 171 29 37863 419 20 0 1 0 284324958 19927040 4300 33554432000 4194304 5990268 140736308651536 140736308642960 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12454/statm: 4865 4300 165 439 0 4422 0
[pid=13161] ppid=12454 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13161/stat : 13161 (satsolver.sh) S 12454 12453 8283 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284363481 9367552 266 33554432000 4194304 5064252 140737333104544 140737333103456 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/13161/statm: 2287 266 226 213 0 72 0
[pid=13162] ppid=13161 vsize=252416 CPUtime=1415.22 cores=1,3,5,7
/proc/13162/stat : 13162 (glucose) R 13161 12453 8283 0 -1 4202496 28220 0 0 0 141481 41 0 0 20 0 1 0 284363481 258473984 48899 33554432000 4194304 5208918 140734806552592 140734806548968 4229121 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13162/statm: 63104 48899 105 248 0 62853 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 290172

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.71 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 13278
/proc/meminfo: memFree=27805004/32873648 swapFree=6864/6864
[pid=12453] ppid=12451 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12453/stat : 12453 (npSolver-wbo-It) S 12451 12453 8283 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 284324958 9367552 275 33554432000 4194304 5064252 140737160127088 140737160126000 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12453/statm: 2287 275 233 213 0 72 0
[pid=12454] ppid=12453 vsize=19460 CPUtime=384.82 cores=1,3,5,7
/proc/12454/stat : 12454 (npSolver-wbo) S 12453 12453 8283 0 -1 4202496 82516 882837 0 0 171 29 37863 419 20 0 1 0 284324958 19927040 4300 33554432000 4194304 5990268 140736308651536 140736308642960 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12454/statm: 4865 4300 165 439 0 4422 0
[pid=13161] ppid=12454 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13161/stat : 13161 (satsolver.sh) S 12454 12453 8283 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284363481 9367552 266 33554432000 4194304 5064252 140737333104544 140737333103456 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/13161/statm: 2287 266 226 213 0 72 0
[pid=13162] ppid=13161 vsize=252416 CPUtime=1415.22 cores=1,3,5,7
/proc/13162/stat : 13162 (glucose) R 13161 12453 8283 0 -1 4202496 28220 0 0 0 141481 41 0 0 20 0 1 0 284363481 258473984 48899 33554432000 4194304 5208918 140734806552592 140734806548968 4229121 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13162/statm: 63104 48899 105 248 0 62853 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 290172

Child status: 0
Real time (s): 1800.72
CPU time (s): 1800.08
CPU user time (s): 1795.17
CPU system time (s): 4.91025
CPU usage (%): 99.9647
Max. virtual memory (cumulated for all children) (KiB): 370312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.17
system time used= 4.91025
maximum resident set size= 249948
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 994565
page faults= 0
swaps= 0
block input operations= 0
block output operations= 470576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11067
involuntary context switches= 2627

runsolver used 2.81857 second user time and 7.39787 second system time

The end

Launcher Data

Begin job on node120 at 2012-05-28 07:13:10
IDJOB=3714974
IDBENCH=78721
IDSOLVER=2296
FILE ID=node120/3714974-1338181990
RUNJOBID= node120-1338174763-9878
PBS_JOBID= 14624540
Free space on /tmp= 71656 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-51-50--soft-33-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3714974-1338181990/watcher-3714974-1338181990 -o /tmp/evaluation-result-3714974-1338181990/solver-3714974-1338181990 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itd.sh HOME/instance-3714974-1338181990.wbo 821597295 HOME HOME

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

MD5SUM BENCH= 153666059db7da507c96674bc7662476
RANDOM SEED=821597295

node120.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.456
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.91
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.456
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.456
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.456
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.88
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.456
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.456
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.83
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.456
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.456
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:        27999784 kB
Buffers:          354680 kB
Cached:          3613436 kB
SwapCached:          636 kB
Active:           921408 kB
Inactive:        3121668 kB
Active(anon):      64152 kB
Inactive(anon):    12532 kB
Active(file):     857256 kB
Inactive(file):  3109136 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67107896 kB
Dirty:             23872 kB
Writeback:             0 kB
AnonPages:         98404 kB
Mapped:            15340 kB
Shmem:               120 kB
Slab:             691976 kB
SReclaimable:     136012 kB
SUnreclaim:       555964 kB
KernelStack:        1520 kB
PageTables:         4116 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     193416 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     32768 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= 71648 MiB
End job on node120 at 2012-05-28 07:43:11