Trace number 3715285

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.09 1800.41

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-55-50--soft-0-100-0.wbo
MD5SUMcab96e9f0187cae75501af3130753b71
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.12498
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables2750
Total number of constraints105
Number of soft constraints105
Number of constraints which are clauses55
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 constraint55
Top cost 5686
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 5685
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 56
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.19	c run usual solver
1.57/1.64	o 2824
1.57/1.64	c fallback to adder encoding
1.76/1.88	o 2820
1.76/1.88	c fallback to adder encoding
2.17/2.29	o 2791
2.17/2.29	c fallback to adder encoding
2.45/2.56	o 2790
2.45/2.56	c fallback to adder encoding
2.67/2.78	o 2278
2.67/2.78	c fallback to adder encoding
3.03/3.15	o 2107
3.03/3.15	c fallback to adder encoding
3.36/3.48	o 2040
3.36/3.48	c fallback to adder encoding
3.59/3.70	o 1790
3.59/3.70	c fallback to adder encoding
3.96/4.06	o 1780
3.96/4.06	c fallback to adder encoding
4.06/4.28	o 1771
4.06/4.28	c fallback to adder encoding
4.41/4.51	o 1258
5.67/6.22	o 794
16.98/17.35	o 320
22.00/22.21	o 319
23.72/23.94	o 314
41.79/42.01	o 312
73.29/73.52	o 305
91.14/91.29	o 294
94.88/95.11	o 283
101.71/101.94	o 235
103.03/103.24	o 221
104.34/104.54	o 190
107.86/108.06	o 174
110.16/110.34	o 130
111.64/111.81	o 114
112.16/112.33	o 113
113.41/113.58	o 108
114.98/115.16	o 86
116.82/116.97	o 85
118.64/118.79	o 83
120.52/120.68	o 78
123.17/123.32	o 73
123.86/124.01	o 62
125.23/125.35	o 59
126.96/127.11	o 54
131.42/131.56	o 42
134.54/134.67	o 38
135.14/135.27	o 37
137.33/137.47	o 36
138.54/138.67	o 29
140.69/140.82	o 28
144.08/144.21	o 25
146.02/146.16	o 8
148.54/148.60	o 7
149.61/149.74	o 5
151.51/151.63	o 2
1800.05/1800.40	./satsolver.sh: line 5: 30829 Terminated              ./glucose $1 > $2 2> /dev/null
1800.05/1800.40	c error: unexpected solver exit code
1800.05/1800.40	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-3715285-1338212413/watcher-3715285-1338212413 -o /tmp/evaluation-result-3715285-1338212413/solver-3715285-1338212413 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3715285-1338212413.wbo 1906528155 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.20 2.06 2.01 3/180 30357
/proc/meminfo: memFree=30098320/32873844 swapFree=7388/7388
[pid=30357] ppid=30355 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/30357/stat : 30357 (runsolver) D 30355 30357 26619 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 287365693 12095488 51 33554432000 4194304 5436572 140733394442768 140733394439064 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/30357/statm: 2953 51 31 304 0 2645 0

[startup+0.00641903 s]
/proc/loadavg: 2.20 2.06 2.01 3/180 30357
/proc/meminfo: memFree=30098320/32873844 swapFree=7388/7388
[pid=30357] ppid=30355 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/30357/stat : 30357 (runsolver) D 30355 30357 26619 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 287365693 12095488 51 33554432000 4194304 5436572 140733394442768 140733394439064 4883175 0 0 4096 24578 18446744072101258628 0 0 17 2 0 0 0 0 0
/proc/30357/statm: 2953 51 31 304 0 2645 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11812

[startup+0.100218 s]
/proc/loadavg: 2.20 2.06 2.01 3/180 30357
/proc/meminfo: memFree=30098320/32873844 swapFree=7388/7388
[pid=30357] ppid=30355 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30357/stat : 30357 (npSolver-wbo-It) S 30355 30357 26619 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287365693 9367552 274 33554432000 4194304 5064252 140734701732656 140734701731568 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30357/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300262 s]
/proc/loadavg: 2.20 2.06 2.01 3/180 30357
/proc/meminfo: memFree=30098320/32873844 swapFree=7388/7388
[pid=30357] ppid=30355 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30357/stat : 30357 (npSolver-wbo-It) S 30355 30357 26619 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287365693 9367552 274 33554432000 4194304 5064252 140734701732656 140734701731568 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30357/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70024 s]
/proc/loadavg: 2.20 2.06 2.01 3/180 30357
/proc/meminfo: memFree=30098320/32873844 swapFree=7388/7388
[pid=30357] ppid=30355 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30357/stat : 30357 (npSolver-wbo-It) S 30355 30357 26619 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287365693 9367552 274 33554432000 4194304 5064252 140734701732656 140734701731568 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30357/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50033 s]
/proc/loadavg: 2.20 2.06 2.01 3/184 30361
/proc/meminfo: memFree=30051076/32873844 swapFree=7388/7388
[pid=30357] ppid=30355 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30357/stat : 30357 (npSolver-wbo-It) S 30355 30357 26619 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287365693 9367552 274 33554432000 4194304 5064252 140734701732656 140734701731568 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30357/statm: 2287 274 233 213 0 72 0
[pid=30359] ppid=30357 vsize=8412 CPUtime=1.34 cores=0,2,4,6
/proc/30359/stat : 30359 (npSolver-wbo) S 30357 30357 26619 0 -1 4202496 3366 11307 0 0 17 0 102 15 20 0 1 0 287365694 8613888 1436 33554432000 4194304 5990268 140734693811360 140734693805600 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30359/statm: 2103 1436 157 439 0 1660 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 17560

[startup+3.10027 s]
/proc/loadavg: 2.20 2.06 2.01 3/184 30378
/proc/meminfo: memFree=30068136/32873844 swapFree=7388/7388
[pid=30357] ppid=30355 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30357/stat : 30357 (npSolver-wbo-It) S 30355 30357 26619 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287365693 9367552 274 33554432000 4194304 5064252 140734701732656 140734701731568 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30357/statm: 2287 274 233 213 0 72 0
[pid=30359] ppid=30357 vsize=11976 CPUtime=3.03 cores=0,2,4,6
/proc/30359/stat : 30359 (npSolver-wbo) S 30357 30357 26619 0 -1 4202496 8403 58297 0 0 26 8 239 30 20 0 1 0 287365694 12263424 2169 33554432000 4194304 5990268 140734693811360 140734693802272 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30359/statm: 2994 2169 169 439 0 2551 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 21124

[startup+6.30028 s]
/proc/loadavg: 2.18 2.06 2.01 3/184 30441
/proc/meminfo: memFree=30122972/32873844 swapFree=7388/7388
[pid=30357] ppid=30355 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30357/stat : 30357 (npSolver-wbo-It) S 30355 30357 26619 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287365693 9367552 274 33554432000 4194304 5064252 140734701732656 140734701731568 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30357/statm: 2287 274 233 213 0 72 0
[pid=30359] ppid=30357 vsize=25800 CPUtime=6.28 cores=0,2,4,6
/proc/30359/stat : 30359 (npSolver-wbo) R 30357 30357 26619 0 -1 4202496 19203 132324 0 0 56 11 490 71 20 0 1 0 287365694 26419200 5339 33554432000 4194304 5990268 140734693811360 140734693803360 4521654 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30359/statm: 6450 5339 170 439 0 6007 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 34948

[startup+12.7004 s]
/proc/loadavg: 2.17 2.06 2.01 3/184 30448
/proc/meminfo: memFree=30107696/32873844 swapFree=7388/7388
[pid=30357] ppid=30355 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30357/stat : 30357 (npSolver-wbo-It) S 30355 30357 26619 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287365693 9367552 274 33554432000 4194304 5064252 140734701732656 140734701731568 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30357/statm: 2287 274 233 213 0 72 0
[pid=30359] ppid=30357 vsize=25800 CPUtime=6.3 cores=0,2,4,6
/proc/30359/stat : 30359 (npSolver-wbo) S 30357 30357 26619 0 -1 4202496 19205 132324 0 0 57 12 490 71 20 0 1 0 287365694 26419200 5339 33554432000 4194304 5990268 140734693811360 140734693802784 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30359/statm: 6450 5339 170 439 0 6007 0
[pid=30447] ppid=30359 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30447/stat : 30447 (satsolver.sh) S 30359 30357 26619 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287366326 9367552 267 33554432000 4194304 5064252 140735183902288 140735183901200 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30447/statm: 2287 267 226 213 0 72 0
[pid=30448] ppid=30447 vsize=67736 CPUtime=6.36 cores=0,2,4,6
/proc/30448/stat : 30448 (glucose) R 30447 30357 26619 0 -1 4202496 14076 0 0 0 634 2 0 0 20 0 1 0 287366326 69361664 15062 33554432000 4194304 5208918 140735649526720 140735649524680 4205148 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30448/statm: 16934 15062 103 248 0 16683 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 111832

[startup+25.5004 s]
/proc/loadavg: 2.13 2.05 2.01 3/184 30469
/proc/meminfo: memFree=30119608/32873844 swapFree=7388/7388
[pid=30357] ppid=30355 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30357/stat : 30357 (npSolver-wbo-It) S 30355 30357 26619 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287365693 9367552 274 33554432000 4194304 5064252 140734701732656 140734701731568 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30357/statm: 2287 274 233 213 0 72 0
[pid=30359] ppid=30357 vsize=25800 CPUtime=23.94 cores=0,2,4,6
/proc/30359/stat : 30359 (npSolver-wbo) S 30357 30357 26619 0 -1 4202496 24320 181997 0 0 68 13 2208 105 20 0 1 0 287365694 26419200 5339 33554432000 4194304 5990268 140734693811360 140734693802784 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30359/statm: 6450 5339 170 439 0 6007 0
[pid=30468] ppid=30359 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30468/stat : 30468 (satsolver.sh) S 30359 30357 26619 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 287368091 9367552 266 33554432000 4194304 5064252 140735317646368 140735317645280 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30468/statm: 2287 266 226 213 0 72 0
[pid=30469] ppid=30468 vsize=33488 CPUtime=1.51 cores=0,2,4,6
/proc/30469/stat : 30469 (glucose) R 30468 30357 26619 0 -1 4202496 8033 0 0 0 150 1 0 0 20 0 1 0 287368091 34291712 7398 33554432000 4194304 5208918 140735445998528 140735445996376 4231508 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30469/statm: 8372 7398 104 248 0 8121 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 77584

[startup+51.1004 s]
/proc/loadavg: 2.08 2.05 2.01 3/183 30476
/proc/meminfo: memFree=30091796/32873844 swapFree=7388/7388
[pid=30357] ppid=30355 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30357/stat : 30357 (npSolver-wbo-It) S 30355 30357 26619 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287365693 9367552 274 33554432000 4194304 5064252 140734701732656 140734701731568 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30357/statm: 2287 274 233 213 0 72 0
[pid=30359] ppid=30357 vsize=25800 CPUtime=42.01 cores=0,2,4,6
/proc/30359/stat : 30359 (npSolver-wbo) S 30357 30357 26619 0 -1 4202496 26024 198137 0 0 72 14 4001 114 20 0 1 0 287365694 26419200 5339 33554432000 4194304 5990268 140734693811360 140734693802784 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30359/statm: 6450 5339 170 439 0 6007 0
[pid=30475] ppid=30359 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30475/stat : 30475 (satsolver.sh) S 30359 30357 26619 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287369898 9367552 267 33554432000 4194304 5064252 140735090810864 140735090809776 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30475/statm: 2287 267 226 213 0 72 0
[pid=30476] ppid=30475 vsize=36792 CPUtime=9.04 cores=0,2,4,6
/proc/30476/stat : 30476 (glucose) R 30475 30357 26619 0 -1 4202496 8544 0 0 0 903 1 0 0 20 0 1 0 287369898 37675008 8007 33554432000 4194304 5208918 140734782201056 140734782198904 4229872 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30476/statm: 9198 8007 104 248 0 8947 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 80888

[startup+102.307 s]
/proc/loadavg: 2.04 2.04 2.00 3/183 30647
/proc/meminfo: memFree=30185104/32873844 swapFree=7388/7388
[pid=30357] ppid=30355 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30357/stat : 30357 (npSolver-wbo-It) S 30355 30357 26619 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287365693 9367552 274 33554432000 4194304 5064252 140734701732656 140734701731568 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30357/statm: 2287 274 233 213 0 72 0
[pid=30359] ppid=30357 vsize=25800 CPUtime=101.92 cores=0,2,4,6
/proc/30359/stat : 30359 (npSolver-wbo) S 30357 30357 26619 0 -1 4202496 32735 259813 0 0 84 16 9943 149 20 0 1 0 287365694 26419200 5339 33554432000 4194304 5990268 140734693811360 140734693802784 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30359/statm: 6450 5339 170 439 0 6007 0
[pid=30646] ppid=30359 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30646/stat : 30646 (satsolver.sh) S 30359 30357 26619 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 287375891 9367552 266 33554432000 4194304 5064252 140734714482352 140734714481264 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30646/statm: 2287 266 226 213 0 72 0
[pid=30647] ppid=30646 vsize=28424 CPUtime=0.32 cores=0,2,4,6
/proc/30647/stat : 30647 (glucose) R 30646 30357 26619 0 -1 4202496 5804 0 0 0 31 1 0 0 20 0 1 0 287375891 29106176 6060 33554432000 4194304 5208918 140734531281168 140734714481288 4465602 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30647/statm: 7106 6060 103 248 0 6855 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 72520

[startup+162.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/183 30829
/proc/meminfo: memFree=30180720/32873844 swapFree=7388/7388
[pid=30357] ppid=30355 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30357/stat : 30357 (npSolver-wbo-It) S 30355 30357 26619 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287365693 9367552 274 33554432000 4194304 5064252 140734701732656 140734701731568 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30357/statm: 2287 274 233 213 0 72 0
[pid=30359] ppid=30357 vsize=25800 CPUtime=151.58 cores=0,2,4,6
/proc/30359/stat : 30359 (npSolver-wbo) S 30357 30357 26619 0 -1 4202496 51781 540076 0 0 108 21 14783 246 20 0 1 0 287365694 26419200 5339 33554432000 4194304 5990268 140734693811360 140734693802784 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30359/statm: 6450 5339 170 439 0 6007 0
[pid=30828] ppid=30359 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30828/stat : 30828 (satsolver.sh) S 30359 30357 26619 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287380856 9367552 266 33554432000 4194304 5064252 140735895666736 140735895665648 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30828/statm: 2287 266 226 213 0 72 0
[pid=30829] ppid=30828 vsize=27916 CPUtime=10.65 cores=0,2,4,6
/proc/30829/stat : 30829 (glucose) R 30828 30357 26619 0 -1 4202496 6640 0 0 0 1065 0 0 0 20 0 1 0 287380856 28585984 6075 33554432000 4194304 5208918 140734835255136 140734835253080 4229344 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30829/statm: 6979 6075 104 248 0 6728 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 72012

[startup+222.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/183 30857
/proc/meminfo: memFree=30159060/32873844 swapFree=7388/7388
[pid=30357] ppid=30355 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30357/stat : 30357 (npSolver-wbo-It) S 30355 30357 26619 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287365693 9367552 274 33554432000 4194304 5064252 140734701732656 140734701731568 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30357/statm: 2287 274 233 213 0 72 0
[pid=30359] ppid=30357 vsize=25800 CPUtime=151.58 cores=0,2,4,6
/proc/30359/stat : 30359 (npSolver-wbo) S 30357 30357 26619 0 -1 4202496 51781 540076 0 0 108 21 14783 246 20 0 1 0 287365694 26419200 5339 33554432000 4194304 5990268 140734693811360 140734693802784 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30359/statm: 6450 5339 170 439 0 6007 0
[pid=30828] ppid=30359 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 31381
/proc/meminfo: memFree=30000304/32873844 swapFree=7388/7388
[pid=30357] ppid=30355 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30357/stat : 30357 (npSolver-wbo-It) S 30355 30357 26619 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287365693 9367552 274 33554432000 4194304 5064252 140734701732656 140734701731568 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30357/statm: 2287 274 233 213 0 72 0
[pid=30359] ppid=30357 vsize=25800 CPUtime=151.58 cores=0,2,4,6
/proc/30359/stat : 30359 (npSolver-wbo) S 30357 30357 26619 0 -1 4202496 51781 540076 0 0 108 21 14783 246 20 0 1 0 287365694 26419200 5339 33554432000 4194304 5990268 140734693811360 140734693802784 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30359/statm: 6450 5339 170 439 0 6007 0
[pid=30828] ppid=30359 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30828/stat : 30828 (satsolver.sh) S 30359 30357 26619 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287380856 9367552 266 33554432000 4194304 5064252 140735895666736 140735895665648 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30828/statm: 2287 266 226 213 0 72 0
[pid=30829] ppid=30828 vsize=195260 CPUtime=1210.44 cores=0,2,4,6
/proc/30829/stat : 30829 (glucose) R 30828 30357 26619 0 -1 4202496 17268 0 0 0 121010 34 0 0 20 0 1 0 287380856 199946240 43412 33554432000 4194304 5208918 140734835255136 140734835251512 4228952 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30829/statm: 48815 43412 104 248 0 48564 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 239356

[startup+1422.31 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 31381
/proc/meminfo: memFree=29995788/32873844 swapFree=7388/7388
[pid=30357] ppid=30355 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30357/stat : 30357 (npSolver-wbo-It) S 30355 30357 26619 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287365693 9367552 274 33554432000 4194304 5064252 140734701732656 140734701731568 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30357/statm: 2287 274 233 213 0 72 0
[pid=30359] ppid=30357 vsize=25800 CPUtime=151.58 cores=0,2,4,6
/proc/30359/stat : 30359 (npSolver-wbo) S 30357 30357 26619 0 -1 4202496 51781 540076 0 0 108 21 14783 246 20 0 1 0 287365694 26419200 5339 33554432000 4194304 5990268 140734693811360 140734693802784 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30359/statm: 6450 5339 170 439 0 6007 0
[pid=30828] ppid=30359 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30828/stat : 30828 (satsolver.sh) S 30359 30357 26619 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287380856 9367552 266 33554432000 4194304 5064252 140735895666736 140735895665648 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30828/statm: 2287 266 226 213 0 72 0
[pid=30829] ppid=30828 vsize=195260 CPUtime=1270.43 cores=0,2,4,6
/proc/30829/stat : 30829 (glucose) R 30828 30357 26619 0 -1 4202496 17495 0 0 0 127008 35 0 0 20 0 1 0 287380856 199946240 44503 33554432000 4194304 5208918 140734835255136 140734835251448 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30829/statm: 48815 44503 104 248 0 48564 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 239356

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 31381
/proc/meminfo: memFree=29987224/32873844 swapFree=7388/7388
[pid=30357] ppid=30355 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30357/stat : 30357 (npSolver-wbo-It) S 30355 30357 26619 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287365693 9367552 274 33554432000 4194304 5064252 140734701732656 140734701731568 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30357/statm: 2287 274 233 213 0 72 0
[pid=30359] ppid=30357 vsize=25800 CPUtime=151.58 cores=0,2,4,6
/proc/30359/stat : 30359 (npSolver-wbo) S 30357 30357 26619 0 -1 4202496 51781 540076 0 0 108 21 14783 246 20 0 1 0 287365694 26419200 5339 33554432000 4194304 5990268 140734693811360 140734693802784 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30359/statm: 6450 5339 170 439 0 6007 0
[pid=30828] ppid=30359 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30828/stat : 30828 (satsolver.sh) S 30359 30357 26619 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287380856 9367552 266 33554432000 4194304 5064252 140735895666736 140735895665648 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30828/statm: 2287 266 226 213 0 72 0
[pid=30829] ppid=30828 vsize=195260 CPUtime=1330.42 cores=0,2,4,6
/proc/30829/stat : 30829 (glucose) R 30828 30357 26619 0 -1 4202496 17598 0 0 0 133006 36 0 0 20 0 1 0 287380856 199946240 45930 33554432000 4194304 5208918 140734835255136 140734835251448 4228952 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30829/statm: 48815 45930 104 248 0 48564 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 239356

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 31382
/proc/meminfo: memFree=29971772/32873844 swapFree=7388/7388
[pid=30357] ppid=30355 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30357/stat : 30357 (npSolver-wbo-It) S 30355 30357 26619 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287365693 9367552 274 33554432000 4194304 5064252 140734701732656 140734701731568 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30357/statm: 2287 274 233 213 0 72 0
[pid=30359] ppid=30357 vsize=25800 CPUtime=151.58 cores=0,2,4,6
/proc/30359/stat : 30359 (npSolver-wbo) S 30357 30357 26619 0 -1 4202496 51781 540076 0 0 108 21 14783 246 20 0 1 0 287365694 26419200 5339 33554432000 4194304 5990268 140734693811360 140734693802784 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30359/statm: 6450 5339 170 439 0 6007 0
[pid=30828] ppid=30359 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30828/stat : 30828 (satsolver.sh) S 30359 30357 26619 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287380856 9367552 266 33554432000 4194304 5064252 140735895666736 140735895665648 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30828/statm: 2287 266 226 213 0 72 0
[pid=30829] ppid=30828 vsize=195260 CPUtime=1390.42 cores=0,2,4,6
/proc/30829/stat : 30829 (glucose) R 30828 30357 26619 0 -1 4202496 17838 0 0 0 139004 38 0 0 20 0 1 0 287380856 199946240 47594 33554432000 4194304 5208918 140734835255136 140734835251512 4230008 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30829/statm: 48815 47594 104 248 0 48564 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 239356

[startup+1602.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/183 31382
/proc/meminfo: memFree=29961532/32873844 swapFree=7388/7388
[pid=30357] ppid=30355 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30357/stat : 30357 (npSolver-wbo-It) S 30355 30357 26619 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287365693 9367552 274 33554432000 4194304 5064252 140734701732656 140734701731568 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30357/statm: 2287 274 233 213 0 72 0
[pid=30359] ppid=30357 vsize=25800 CPUtime=151.58 cores=0,2,4,6
/proc/30359/stat : 30359 (npSolver-wbo) S 30357 30357 26619 0 -1 4202496 51781 540076 0 0 108 21 14783 246 20 0 1 0 287365694 26419200 5339 33554432000 4194304 5990268 140734693811360 140734693802784 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30359/statm: 6450 5339 170 439 0 6007 0
[pid=30828] ppid=30359 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30828/stat : 30828 (satsolver.sh) S 30359 30357 26619 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287380856 9367552 266 33554432000 4194304 5064252 140735895666736 140735895665648 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30828/statm: 2287 266 226 213 0 72 0
[pid=30829] ppid=30828 vsize=245348 CPUtime=1450.41 cores=0,2,4,6
/proc/30829/stat : 30829 (glucose) R 30828 30357 26619 0 -1 4202496 19100 0 0 0 145001 40 0 0 20 0 1 0 287380856 251236352 49136 33554432000 4194304 5208918 140734835255136 140734835251512 4229264 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30829/statm: 61337 49136 104 248 0 61086 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 289444

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 31382
/proc/meminfo: memFree=29982616/32873844 swapFree=7388/7388
[pid=30357] ppid=30355 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30357/stat : 30357 (npSolver-wbo-It) S 30355 30357 26619 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287365693 9367552 274 33554432000 4194304 5064252 140734701732656 140734701731568 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30357/statm: 2287 274 233 213 0 72 0
[pid=30359] ppid=30357 vsize=25800 CPUtime=151.58 cores=0,2,4,6
/proc/30359/stat : 30359 (npSolver-wbo) S 30357 30357 26619 0 -1 4202496 51781 540076 0 0 108 21 14783 246 20 0 1 0 287365694 26419200 5339 33554432000 4194304 5990268 140734693811360 140734693802784 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30359/statm: 6450 5339 170 439 0 6007 0
[pid=30828] ppid=30359 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30828/stat : 30828 (satsolver.sh) S 30359 30357 26619 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287380856 9367552 266 33554432000 4194304 5064252 140735895666736 140735895665648 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30828/statm: 2287 266 226 213 0 72 0
[pid=30829] ppid=30828 vsize=196616 CPUtime=1510.39 cores=0,2,4,6
/proc/30829/stat : 30829 (glucose) R 30828 30357 26619 0 -1 4202496 19939 0 0 0 150996 43 0 0 20 0 1 0 287380856 201334784 43196 33554432000 4194304 5208918 140734835255136 140734835253048 4229328 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30829/statm: 49154 43196 104 248 0 48903 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 240712

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 31382
/proc/meminfo: memFree=29917816/32873844 swapFree=7388/7388
[pid=30357] ppid=30355 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30357/stat : 30357 (npSolver-wbo-It) S 30355 30357 26619 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287365693 9367552 274 33554432000 4194304 5064252 140734701732656 140734701731568 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30357/statm: 2287 274 233 213 0 72 0
[pid=30359] ppid=30357 vsize=25800 CPUtime=151.58 cores=0,2,4,6
/proc/30359/stat : 30359 (npSolver-wbo) S 30357 30357 26619 0 -1 4202496 51781 540076 0 0 108 21 14783 246 20 0 1 0 287365694 26419200 5339 33554432000 4194304 5990268 140734693811360 140734693802784 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30359/statm: 6450 5339 170 439 0 6007 0
[pid=30828] ppid=30359 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30828/stat : 30828 (satsolver.sh) S 30359 30357 26619 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287380856 9367552 266 33554432000 4194304 5064252 140735895666736 140735895665648 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30828/statm: 2287 266 226 213 0 72 0
[pid=30829] ppid=30828 vsize=328728 CPUtime=1570.38 cores=0,2,4,6
/proc/30829/stat : 30829 (glucose) R 30828 30357 26619 0 -1 4202496 20845 0 0 0 156993 45 0 0 20 0 1 0 287380856 336617472 63489 33554432000 4194304 5208918 140734835255136 140734835251512 4222329 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30829/statm: 82182 63489 104 248 0 81931 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 372824

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 31382
/proc/meminfo: memFree=29899688/32873844 swapFree=7388/7388
[pid=30357] ppid=30355 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30357/stat : 30357 (npSolver-wbo-It) S 30355 30357 26619 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287365693 9367552 274 33554432000 4194304 5064252 140734701732656 140734701731568 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30357/statm: 2287 274 233 213 0 72 0
[pid=30359] ppid=30357 vsize=25800 CPUtime=151.58 cores=0,2,4,6
/proc/30359/stat : 30359 (npSolver-wbo) S 30357 30357 26619 0 -1 4202496 51781 540076 0 0 108 21 14783 246 20 0 1 0 287365694 26419200 5339 33554432000 4194304 5990268 140734693811360 140734693802784 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30359/statm: 6450 5339 170 439 0 6007 0
[pid=30828] ppid=30359 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30828/stat : 30828 (satsolver.sh) S 30359 30357 26619 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287380856 9367552 266 33554432000 4194304 5064252 140735895666736 140735895665648 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30828/statm: 2287 266 226 213 0 72 0
[pid=30829] ppid=30828 vsize=262516 CPUtime=1630.38 cores=0,2,4,6
/proc/30829/stat : 30829 (glucose) R 30828 30357 26619 0 -1 4202496 21603 0 0 0 162991 47 0 0 20 0 1 0 287380856 268816384 55153 33554432000 4194304 5208918 140734835255136 140734835250920 4205203 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30829/statm: 65629 55153 104 248 0 65378 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 306612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 31385
/proc/meminfo: memFree=29951608/32873844 swapFree=7388/7388
[pid=30357] ppid=30355 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30357/stat : 30357 (npSolver-wbo-It) S 30355 30357 26619 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 287365693 9367552 274 33554432000 4194304 5064252 140734701732656 140734701731568 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/30357/statm: 2287 274 233 213 0 72 0
[pid=30359] ppid=30357 vsize=25800 CPUtime=151.58 cores=0,2,4,6
/proc/30359/stat : 30359 (npSolver-wbo) S 30357 30357 26619 0 -1 4202496 51781 540076 0 0 108 21 14783 246 20 0 1 0 287365694 26419200 5339 33554432000 4194304 5990268 140734693811360 140734693802784 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/30359/statm: 6450 5339 170 439 0 6007 0
[pid=30828] ppid=30359 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30828/stat : 30828 (satsolver.sh) S 30359 30357 26619 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287380856 9367552 266 33554432000 4194304 5064252 140735895666736 140735895665648 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30828/statm: 2287 266 226 213 0 72 0
[pid=30829] ppid=30828 vsize=212428 CPUtime=1648.47 cores=0,2,4,6
/proc/30829/stat : 30829 (glucose) R 30828 30357 26619 0 -1 4202496 21700 0 0 0 164799 48 0 0 20 0 1 0 287380856 217526272 50244 33554432000 4194304 5208918 140734835255136 140734835251512 4205139 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30829/statm: 53107 50244 104 248 0 52856 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 256524

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.41
CPU time (s): 1800.09
CPU user time (s): 1796.92
CPU system time (s): 3.16952
CPU usage (%): 99.9822
Max. virtual memory (cumulated for all children) (KiB): 386752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.92
system time used= 3.16952
maximum resident set size= 282260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 614547
page faults= 0
swaps= 0
block input operations= 0
block output operations= 310968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6933
involuntary context switches= 2359

runsolver used 3.04554 second user time and 7.81081 second system time

The end

Launcher Data

Begin job on node147 at 2012-05-28 15:40:13
IDJOB=3715285
IDBENCH=79168
IDSOLVER=2296
FILE ID=node147/3715285-1338212413
RUNJOBID= node147-1338192581-26635
PBS_JOBID= 14624579
Free space on /tmp= 71660 MiB

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

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

MD5SUM BENCH= cab96e9f0187cae75501af3130753b71
RANDOM SEED=1906528155

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30098584 kB
Buffers:          376400 kB
Cached:          1259220 kB
SwapCached:         5068 kB
Active:           955552 kB
Inactive:         988956 kB
Active(anon):     301620 kB
Inactive(anon):     9628 kB
Active(file):     653932 kB
Inactive(file):   979328 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67098668 kB
Dirty:              8676 kB
Writeback:             0 kB
AnonPages:        351544 kB
Mapped:            11064 kB
Shmem:                 0 kB
Slab:             686456 kB
SReclaimable:     127500 kB
SUnreclaim:       558956 kB
KernelStack:        1528 kB
PageTables:         4324 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     505664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    233472 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71636 MiB
End job on node147 at 2012-05-28 16:10:13