Trace number 3754460

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 (fixed)? (TO) 1800.1 1800.41

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/coloring/
normalized-myciel5g-3_wcsp.wbo
MD5SUM2db150696fc8aa7bc9f51554db7714aa
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark16
Best CPU time to get the best result obtained on this benchmark226.727
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables141
Total number of constraints755
Number of soft constraints708
Number of constraints which are clauses708
Number of constraints which are cardinality constraints (but not clauses)47
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Top cost 237
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 708
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
Number of bits of the biggest sum of numbers3
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.01	c run usual solver
0.00/0.05	o 87
0.00/0.05	c current bound: 43
0.00/0.05	c (debug) using card networks
0.00/0.21	o 43
0.00/0.21	c current bound: 21
0.00/0.21	c (debug) using card networks
6.33/6.41	o 21
6.33/6.41	c current bound: 10
346.91/347.02	c current bound: 16
1073.68/1073.98	o 16
1073.68/1073.98	c current bound: 13
1800.05/1800.40	./satsolver.sh: line 5:  7696 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-3754460-1339195391/watcher-3754460-1339195391 -o /tmp/evaluation-result-3754460-1339195391/solver-3754460-1339195391 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-I.sh HOME/instance-3754460-1339195391.wbo 1015016174 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.06 2.04 2.00 3/179 7622
/proc/meminfo: memFree=27971332/32873844 swapFree=7120/7120
[pid=7622] ppid=7620 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7622/stat : 7622 (npSolver-wbo-I.) S 7620 7622 2358 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385664025 9367552 275 33554432000 4194304 5064252 140734364038320 140734364037232 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7622/statm: 2287 275 233 213 0 72 0

[startup+0.0771291 s]
/proc/loadavg: 2.06 2.04 2.00 3/179 7622
/proc/meminfo: memFree=27971332/32873844 swapFree=7120/7120
[pid=7622] ppid=7620 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7622/stat : 7622 (npSolver-wbo-I.) S 7620 7622 2358 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385664025 9367552 275 33554432000 4194304 5064252 140734364038320 140734364037232 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7622/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100313 s]
/proc/loadavg: 2.06 2.04 2.00 3/179 7622
/proc/meminfo: memFree=27971332/32873844 swapFree=7120/7120
[pid=7622] ppid=7620 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7622/stat : 7622 (npSolver-wbo-I.) S 7620 7622 2358 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385664025 9367552 275 33554432000 4194304 5064252 140734364038320 140734364037232 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7622/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300253 s]
/proc/loadavg: 2.06 2.04 2.00 3/179 7622
/proc/meminfo: memFree=27971332/32873844 swapFree=7120/7120
[pid=7622] ppid=7620 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7622/stat : 7622 (npSolver-wbo-I.) S 7620 7622 2358 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385664025 9367552 275 33554432000 4194304 5064252 140734364038320 140734364037232 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7622/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700247 s]
/proc/loadavg: 2.06 2.04 2.00 3/179 7622
/proc/meminfo: memFree=27971332/32873844 swapFree=7120/7120
[pid=7622] ppid=7620 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7622/stat : 7622 (npSolver-wbo-I.) S 7620 7622 2358 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385664025 9367552 275 33554432000 4194304 5064252 140734364038320 140734364037232 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7622/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50036 s]
/proc/loadavg: 2.06 2.04 2.00 3/183 7643
/proc/meminfo: memFree=27959752/32873844 swapFree=7120/7120
[pid=7622] ppid=7620 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7622/stat : 7622 (npSolver-wbo-I.) S 7620 7622 2358 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385664025 9367552 275 33554432000 4194304 5064252 140734364038320 140734364037232 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7622/statm: 2287 275 233 213 0 72 0
[pid=7623] ppid=7622 vsize=4592 CPUtime=0.2 cores=0,2,4,6
/proc/7623/stat : 7623 (npSolver-wbo) S 7622 7622 2358 0 -1 4202496 2928 11674 0 0 4 1 10 5 20 0 1 0 385664025 4702208 787 33554432000 4194304 6006132 140735684546704 140735684538112 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7623/statm: 1148 787 176 443 0 701 0
[pid=7642] ppid=7623 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7642/stat : 7642 (satsolver.sh) S 7623 7622 2358 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385664048 9367552 267 33554432000 4194304 5064252 140733268627808 140733268626720 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7642/statm: 2287 267 226 213 0 72 0
[pid=7643] ppid=7642 vsize=11056 CPUtime=1.26 cores=0,2,4,6
/proc/7643/stat : 7643 (glucose) R 7642 7622 2358 0 -1 4202496 2551 0 0 0 126 0 0 0 20 0 1 0 385664048 11321344 2226 33554432000 4194304 5208918 140736326484736 140736326482584 4230011 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7643/statm: 2764 2226 102 248 0 2513 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 33944

[startup+3.10036 s]
/proc/loadavg: 2.06 2.04 2.00 3/183 7643
/proc/meminfo: memFree=27959008/32873844 swapFree=7120/7120
[pid=7622] ppid=7620 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7622/stat : 7622 (npSolver-wbo-I.) S 7620 7622 2358 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385664025 9367552 275 33554432000 4194304 5064252 140734364038320 140734364037232 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7622/statm: 2287 275 233 213 0 72 0
[pid=7623] ppid=7622 vsize=4592 CPUtime=0.2 cores=0,2,4,6
/proc/7623/stat : 7623 (npSolver-wbo) S 7622 7622 2358 0 -1 4202496 2928 11674 0 0 4 1 10 5 20 0 1 0 385664025 4702208 787 33554432000 4194304 6006132 140735684546704 140735684538112 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7623/statm: 1148 787 176 443 0 701 0
[pid=7642] ppid=7623 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7642/stat : 7642 (satsolver.sh) S 7623 7622 2358 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385664048 9367552 267 33554432000 4194304 5064252 140733268627808 140733268626720 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7642/statm: 2287 267 226 213 0 72 0
[pid=7643] ppid=7642 vsize=14056 CPUtime=2.86 cores=0,2,4,6
/proc/7643/stat : 7643 (glucose) R 7642 7622 2358 0 -1 4202496 3716 0 0 0 286 0 0 0 20 0 1 0 385664048 14393344 2810 33554432000 4194304 5208918 140736326484736 140736326482824 4211572 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7643/statm: 3514 2810 102 248 0 3263 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 36944

[startup+6.30038 s]
/proc/loadavg: 2.06 2.04 2.00 3/183 7643
/proc/meminfo: memFree=27952628/32873844 swapFree=7120/7120
[pid=7622] ppid=7620 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7622/stat : 7622 (npSolver-wbo-I.) S 7620 7622 2358 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385664025 9367552 275 33554432000 4194304 5064252 140734364038320 140734364037232 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7622/statm: 2287 275 233 213 0 72 0
[pid=7623] ppid=7622 vsize=4592 CPUtime=0.2 cores=0,2,4,6
/proc/7623/stat : 7623 (npSolver-wbo) S 7622 7622 2358 0 -1 4202496 2928 11674 0 0 4 1 10 5 20 0 1 0 385664025 4702208 787 33554432000 4194304 6006132 140735684546704 140735684538112 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7623/statm: 1148 787 176 443 0 701 0
[pid=7642] ppid=7623 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7642/stat : 7642 (satsolver.sh) S 7623 7622 2358 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385664048 9367552 267 33554432000 4194304 5064252 140733268627808 140733268626720 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7642/statm: 2287 267 226 213 0 72 0
[pid=7643] ppid=7642 vsize=18408 CPUtime=6.06 cores=0,2,4,6
/proc/7643/stat : 7643 (glucose) R 7642 7622 2358 0 -1 4202496 4419 0 0 0 606 0 0 0 20 0 1 0 385664048 18849792 4006 33554432000 4194304 5208918 140736326484736 140736326482680 4229538 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7643/statm: 4602 4006 102 248 0 4351 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 41296

[startup+12.7003 s]
/proc/loadavg: 2.05 2.04 2.00 3/183 7650
/proc/meminfo: memFree=27957988/32873844 swapFree=7120/7120
[pid=7622] ppid=7620 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7622/stat : 7622 (npSolver-wbo-I.) S 7620 7622 2358 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385664025 9367552 275 33554432000 4194304 5064252 140734364038320 140734364037232 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7622/statm: 2287 275 233 213 0 72 0
[pid=7623] ppid=7622 vsize=4592 CPUtime=6.4 cores=0,2,4,6
/proc/7623/stat : 7623 (npSolver-wbo) S 7622 7622 2358 0 -1 4202496 3280 19676 0 0 5 1 625 9 20 0 1 0 385664025 4702208 789 33554432000 4194304 6006132 140735684546704 140735684538112 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7623/statm: 1148 789 178 443 0 701 0
[pid=7649] ppid=7623 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7649/stat : 7649 (satsolver.sh) S 7623 7622 2358 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385664667 9367552 267 33554432000 4194304 5064252 140736033539040 140736033537952 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7649/statm: 2287 267 226 213 0 72 0
[pid=7650] ppid=7649 vsize=12096 CPUtime=6.27 cores=0,2,4,6
/proc/7650/stat : 7650 (glucose) R 7649 7622 2358 0 -1 4202496 3359 0 0 0 627 0 0 0 20 0 1 0 385664667 12386304 2637 33554432000 4194304 5208918 140733586918992 140733586916856 4229493 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7650/statm: 3024 2637 96 248 0 2773 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 34984

[startup+25.5004 s]
/proc/loadavg: 2.04 2.04 2.00 3/183 7650
/proc/meminfo: memFree=27953676/32873844 swapFree=7120/7120
[pid=7622] ppid=7620 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7622/stat : 7622 (npSolver-wbo-I.) S 7620 7622 2358 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385664025 9367552 275 33554432000 4194304 5064252 140734364038320 140734364037232 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7622/statm: 2287 275 233 213 0 72 0
[pid=7623] ppid=7622 vsize=4592 CPUtime=6.4 cores=0,2,4,6
/proc/7623/stat : 7623 (npSolver-wbo) S 7622 7622 2358 0 -1 4202496 3280 19676 0 0 5 1 625 9 20 0 1 0 385664025 4702208 789 33554432000 4194304 6006132 140735684546704 140735684538112 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7623/statm: 1148 789 178 443 0 701 0
[pid=7649] ppid=7623 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7649/stat : 7649 (satsolver.sh) S 7623 7622 2358 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385664667 9367552 267 33554432000 4194304 5064252 140736033539040 140736033537952 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7649/statm: 2287 267 226 213 0 72 0
[pid=7650] ppid=7649 vsize=18112 CPUtime=19.07 cores=0,2,4,6
/proc/7650/stat : 7650 (glucose) R 7649 7622 2358 0 -1 4202496 4146 0 0 0 1907 0 0 0 20 0 1 0 385664667 18546688 3872 33554432000 4194304 5208918 140733586918992 140733586916856 4211871 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7650/statm: 4528 3872 96 248 0 4277 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 41000

[startup+51.1004 s]
/proc/loadavg: 2.03 2.04 2.00 3/183 7650
/proc/meminfo: memFree=27943268/32873844 swapFree=7120/7120
[pid=7622] ppid=7620 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7622/stat : 7622 (npSolver-wbo-I.) S 7620 7622 2358 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385664025 9367552 275 33554432000 4194304 5064252 140734364038320 140734364037232 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7622/statm: 2287 275 233 213 0 72 0
[pid=7623] ppid=7622 vsize=4592 CPUtime=6.4 cores=0,2,4,6
/proc/7623/stat : 7623 (npSolver-wbo) S 7622 7622 2358 0 -1 4202496 3280 19676 0 0 5 1 625 9 20 0 1 0 385664025 4702208 789 33554432000 4194304 6006132 140735684546704 140735684538112 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7623/statm: 1148 789 178 443 0 701 0
[pid=7649] ppid=7623 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7649/stat : 7649 (satsolver.sh) S 7623 7622 2358 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385664667 9367552 267 33554432000 4194304 5064252 140736033539040 140736033537952 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7649/statm: 2287 267 226 213 0 72 0
[pid=7650] ppid=7649 vsize=20832 CPUtime=44.66 cores=0,2,4,6
/proc/7650/stat : 7650 (glucose) R 7649 7622 2358 0 -1 4202496 5280 0 0 0 4466 0 0 0 20 0 1 0 385664667 21331968 4852 33554432000 4194304 5208918 140733586918992 140733586916984 4212635 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7650/statm: 5208 4852 102 248 0 4957 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 43720

[startup+102.307 s]
/proc/loadavg: 2.01 2.03 2.00 3/183 7650
/proc/meminfo: memFree=27940832/32873844 swapFree=7120/7120
[pid=7622] ppid=7620 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7622/stat : 7622 (npSolver-wbo-I.) S 7620 7622 2358 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385664025 9367552 275 33554432000 4194304 5064252 140734364038320 140734364037232 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7622/statm: 2287 275 233 213 0 72 0
[pid=7623] ppid=7622 vsize=4592 CPUtime=6.4 cores=0,2,4,6
/proc/7623/stat : 7623 (npSolver-wbo) S 7622 7622 2358 0 -1 4202496 3280 19676 0 0 5 1 625 9 20 0 1 0 385664025 4702208 789 33554432000 4194304 6006132 140735684546704 140735684538112 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7623/statm: 1148 789 178 443 0 701 0
[pid=7649] ppid=7623 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7649/stat : 7649 (satsolver.sh) S 7623 7622 2358 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 385664667 9367552 267 33554432000 4194304 5064252 140736033539040 140736033537952 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7649/statm: 2287 267 226 213 0 72 0
[pid=7650] ppid=7649 vsize=29704 CPUtime=95.86 cores=0,2,4,6
/proc/7650/stat : 7650 (glucose) R 7649 7622 2358 0 -1 4202496 5955 0 0 0 9585 1 0 0 20 0 1 0 385664667 30416896 7021 33554432000 4194304 5208918 140733586918992 140733586916856 4229021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7650/statm: 7426 7021 102 248 0 7175 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 52592

[startup+162.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 7650
/proc/meminfo: memFree=27935428/32873844 swapFree=7120/7120
[pid=7622] ppid=7620 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7622/stat : 7622 (npSolver-wbo-I.) S 7620 7622 2358 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385664025 9367552 275 33554432000 4194304 5064252 140734364038320 140734364037232 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7622/statm: 2287 275 233 213 0 72 0
[pid=7623] ppid=7622 vsize=4592 CPUtime=6.4 cores=0,2,4,6
/proc/7623/stat : 7623 (npSolver-wbo) S 7622 7622 2358 0 -1 4202496 3280 19676 0 0 5 1 625 9 20 0 1 0 385664025 4702208 789 33554432000 4194304 6006132 140735684546704 140735684538112 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7623/statm: 1148 789 178 443 0 701 0
[pid=7649] ppid=7623 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 7697
/proc/meminfo: memFree=27916008/32873844 swapFree=7120/7120
[pid=7622] ppid=7620 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7622/stat : 7622 (npSolver-wbo-I.) S 7620 7622 2358 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385664025 9367552 275 33554432000 4194304 5064252 140734364038320 140734364037232 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7622/statm: 2287 275 233 213 0 72 0
[pid=7623] ppid=7622 vsize=4740 CPUtime=1073.77 cores=0,2,4,6
/proc/7623/stat : 7623 (npSolver-wbo) S 7622 7622 2358 0 -1 4202496 4336 43812 0 0 7 1 107351 18 20 0 1 0 385664025 4853760 796 33554432000 4194304 6006132 140735684546704 140735684538112 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7623/statm: 1185 796 178 443 0 738 0
[pid=7695] ppid=7623 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7695/stat : 7695 (satsolver.sh) S 7623 7622 2358 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 385771424 9367552 267 33554432000 4194304 5064252 140735875712560 140735875711472 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7695/statm: 2287 267 226 213 0 72 0
[pid=7696] ppid=7695 vsize=66860 CPUtime=288.24 cores=0,2,4,6
/proc/7696/stat : 7696 (glucose) R 7695 7622 2358 0 -1 4202496 9897 0 0 0 28822 2 0 0 20 0 1 0 385771424 68464640 12168 33554432000 4194304 5208918 140734969017728 140734969015672 4211918 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7696/statm: 16715 12168 102 248 0 16464 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 89896

[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 7698
/proc/meminfo: memFree=27909680/32873844 swapFree=7120/7120
[pid=7622] ppid=7620 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7622/stat : 7622 (npSolver-wbo-I.) S 7620 7622 2358 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385664025 9367552 275 33554432000 4194304 5064252 140734364038320 140734364037232 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7622/statm: 2287 275 233 213 0 72 0
[pid=7623] ppid=7622 vsize=4740 CPUtime=1073.77 cores=0,2,4,6
/proc/7623/stat : 7623 (npSolver-wbo) S 7622 7622 2358 0 -1 4202496 4336 43812 0 0 7 1 107351 18 20 0 1 0 385664025 4853760 796 33554432000 4194304 6006132 140735684546704 140735684538112 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7623/statm: 1185 796 178 443 0 738 0
[pid=7695] ppid=7623 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7695/stat : 7695 (satsolver.sh) S 7623 7622 2358 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 385771424 9367552 267 33554432000 4194304 5064252 140735875712560 140735875711472 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7695/statm: 2287 267 226 213 0 72 0
[pid=7696] ppid=7695 vsize=66860 CPUtime=348.24 cores=0,2,4,6
/proc/7696/stat : 7696 (glucose) R 7695 7622 2358 0 -1 4202496 10030 0 0 0 34822 2 0 0 20 0 1 0 385771424 68464640 12300 33554432000 4194304 5208918 140734969017728 140734969015672 4229748 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7696/statm: 16715 12300 102 248 0 16464 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 89896

[startup+1482.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 7698
/proc/meminfo: memFree=27895780/32873844 swapFree=7120/7120
[pid=7622] ppid=7620 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7622/stat : 7622 (npSolver-wbo-I.) S 7620 7622 2358 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385664025 9367552 275 33554432000 4194304 5064252 140734364038320 140734364037232 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7622/statm: 2287 275 233 213 0 72 0
[pid=7623] ppid=7622 vsize=4740 CPUtime=1073.77 cores=0,2,4,6
/proc/7623/stat : 7623 (npSolver-wbo) S 7622 7622 2358 0 -1 4202496 4336 43812 0 0 7 1 107351 18 20 0 1 0 385664025 4853760 796 33554432000 4194304 6006132 140735684546704 140735684538112 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7623/statm: 1185 796 178 443 0 738 0
[pid=7695] ppid=7623 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7695/stat : 7695 (satsolver.sh) S 7623 7622 2358 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 385771424 9367552 267 33554432000 4194304 5064252 140735875712560 140735875711472 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7695/statm: 2287 267 226 213 0 72 0
[pid=7696] ppid=7695 vsize=66860 CPUtime=408.22 cores=0,2,4,6
/proc/7696/stat : 7696 (glucose) R 7695 7622 2358 0 -1 4202496 10251 0 0 0 40820 2 0 0 20 0 1 0 385771424 68464640 15066 33554432000 4194304 5208918 140734969017728 140734969015672 4229335 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7696/statm: 16715 15066 102 248 0 16464 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 89896

[startup+1542.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/183 7750
/proc/meminfo: memFree=26996732/32873844 swapFree=7120/7120
[pid=7622] ppid=7620 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7622/stat : 7622 (npSolver-wbo-I.) S 7620 7622 2358 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385664025 9367552 275 33554432000 4194304 5064252 140734364038320 140734364037232 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7622/statm: 2287 275 233 213 0 72 0
[pid=7623] ppid=7622 vsize=4740 CPUtime=1073.77 cores=0,2,4,6
/proc/7623/stat : 7623 (npSolver-wbo) S 7622 7622 2358 0 -1 4202496 4336 43812 0 0 7 1 107351 18 20 0 1 0 385664025 4853760 796 33554432000 4194304 6006132 140735684546704 140735684538112 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7623/statm: 1185 796 178 443 0 738 0
[pid=7695] ppid=7623 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7695/stat : 7695 (satsolver.sh) S 7623 7622 2358 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 385771424 9367552 267 33554432000 4194304 5064252 140735875712560 140735875711472 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7695/statm: 2287 267 226 213 0 72 0
[pid=7696] ppid=7695 vsize=66860 CPUtime=468.21 cores=0,2,4,6
/proc/7696/stat : 7696 (glucose) R 7695 7622 2358 0 -1 4202496 10370 0 0 0 46819 2 0 0 20 0 1 0 385771424 68464640 15691 33554432000 4194304 5208918 140734969017728 140734969015672 4229528 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7696/statm: 16715 15691 103 248 0 16464 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 89896

[startup+1602.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/183 7750
/proc/meminfo: memFree=26994188/32873844 swapFree=7120/7120
[pid=7622] ppid=7620 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7622/stat : 7622 (npSolver-wbo-I.) S 7620 7622 2358 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385664025 9367552 275 33554432000 4194304 5064252 140734364038320 140734364037232 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7622/statm: 2287 275 233 213 0 72 0
[pid=7623] ppid=7622 vsize=4740 CPUtime=1073.77 cores=0,2,4,6
/proc/7623/stat : 7623 (npSolver-wbo) S 7622 7622 2358 0 -1 4202496 4336 43812 0 0 7 1 107351 18 20 0 1 0 385664025 4853760 796 33554432000 4194304 6006132 140735684546704 140735684538112 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7623/statm: 1185 796 178 443 0 738 0
[pid=7695] ppid=7623 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7695/stat : 7695 (satsolver.sh) S 7623 7622 2358 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 385771424 9367552 267 33554432000 4194304 5064252 140735875712560 140735875711472 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7695/statm: 2287 267 226 213 0 72 0
[pid=7696] ppid=7695 vsize=66860 CPUtime=528.2 cores=0,2,4,6
/proc/7696/stat : 7696 (glucose) R 7695 7622 2358 0 -1 4202496 10370 0 0 0 52818 2 0 0 20 0 1 0 385771424 68464640 15691 33554432000 4194304 5208918 140734969017728 140734969015672 4229021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7696/statm: 16715 15691 103 248 0 16464 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 89896

[startup+1662.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/184 7753
/proc/meminfo: memFree=26994304/32873844 swapFree=7120/7120
[pid=7622] ppid=7620 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7622/stat : 7622 (npSolver-wbo-I.) S 7620 7622 2358 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385664025 9367552 275 33554432000 4194304 5064252 140734364038320 140734364037232 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7622/statm: 2287 275 233 213 0 72 0
[pid=7623] ppid=7622 vsize=4740 CPUtime=1073.77 cores=0,2,4,6
/proc/7623/stat : 7623 (npSolver-wbo) S 7622 7622 2358 0 -1 4202496 4336 43812 0 0 7 1 107351 18 20 0 1 0 385664025 4853760 796 33554432000 4194304 6006132 140735684546704 140735684538112 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7623/statm: 1185 796 178 443 0 738 0
[pid=7695] ppid=7623 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7695/stat : 7695 (satsolver.sh) S 7623 7622 2358 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 385771424 9367552 267 33554432000 4194304 5064252 140735875712560 140735875711472 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7695/statm: 2287 267 226 213 0 72 0
[pid=7696] ppid=7695 vsize=66860 CPUtime=588.2 cores=0,2,4,6
/proc/7696/stat : 7696 (glucose) R 7695 7622 2358 0 -1 4202496 10370 0 0 0 58817 3 0 0 20 0 1 0 385771424 68464640 15691 33554432000 4194304 5208918 140734969017728 140734969015672 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7696/statm: 16715 15691 103 248 0 16464 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 89896

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 7754
/proc/meminfo: memFree=26988232/32873844 swapFree=7120/7120
[pid=7622] ppid=7620 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7622/stat : 7622 (npSolver-wbo-I.) S 7620 7622 2358 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385664025 9367552 275 33554432000 4194304 5064252 140734364038320 140734364037232 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7622/statm: 2287 275 233 213 0 72 0
[pid=7623] ppid=7622 vsize=4740 CPUtime=1073.77 cores=0,2,4,6
/proc/7623/stat : 7623 (npSolver-wbo) S 7622 7622 2358 0 -1 4202496 4336 43812 0 0 7 1 107351 18 20 0 1 0 385664025 4853760 796 33554432000 4194304 6006132 140735684546704 140735684538112 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7623/statm: 1185 796 178 443 0 738 0
[pid=7695] ppid=7623 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7695/stat : 7695 (satsolver.sh) S 7623 7622 2358 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 385771424 9367552 267 33554432000 4194304 5064252 140735875712560 140735875711472 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7695/statm: 2287 267 226 213 0 72 0
[pid=7696] ppid=7695 vsize=74184 CPUtime=648.19 cores=0,2,4,6
/proc/7696/stat : 7696 (glucose) R 7695 7622 2358 0 -1 4202496 10898 0 0 0 64816 3 0 0 20 0 1 0 385771424 75964416 17218 33554432000 4194304 5208918 140734969017728 140734969015672 4229338 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7696/statm: 18546 17218 103 248 0 18295 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 97220

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 7754
/proc/meminfo: memFree=26988232/32873844 swapFree=7120/7120
[pid=7622] ppid=7620 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7622/stat : 7622 (npSolver-wbo-I.) S 7620 7622 2358 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385664025 9367552 275 33554432000 4194304 5064252 140734364038320 140734364037232 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7622/statm: 2287 275 233 213 0 72 0
[pid=7623] ppid=7622 vsize=4740 CPUtime=1073.77 cores=0,2,4,6
/proc/7623/stat : 7623 (npSolver-wbo) S 7622 7622 2358 0 -1 4202496 4336 43812 0 0 7 1 107351 18 20 0 1 0 385664025 4853760 796 33554432000 4194304 6006132 140735684546704 140735684538112 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7623/statm: 1185 796 178 443 0 738 0
[pid=7695] ppid=7623 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7695/stat : 7695 (satsolver.sh) S 7623 7622 2358 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 385771424 9367552 267 33554432000 4194304 5064252 140735875712560 140735875711472 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7695/statm: 2287 267 226 213 0 72 0
[pid=7696] ppid=7695 vsize=74184 CPUtime=708.18 cores=0,2,4,6
/proc/7696/stat : 7696 (glucose) R 7695 7622 2358 0 -1 4202496 10898 0 0 0 70815 3 0 0 20 0 1 0 385771424 75964416 17218 33554432000 4194304 5208918 140734969017728 140734969015672 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7696/statm: 18546 17218 103 248 0 18295 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 97220



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 7754
/proc/meminfo: memFree=26988232/32873844 swapFree=7120/7120
[pid=7622] ppid=7620 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7622/stat : 7622 (npSolver-wbo-I.) S 7620 7622 2358 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385664025 9367552 275 33554432000 4194304 5064252 140734364038320 140734364037232 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7622/statm: 2287 275 233 213 0 72 0
[pid=7623] ppid=7622 vsize=4740 CPUtime=1073.77 cores=0,2,4,6
/proc/7623/stat : 7623 (npSolver-wbo) S 7622 7622 2358 0 -1 4202496 4336 43812 0 0 7 1 107351 18 20 0 1 0 385664025 4853760 796 33554432000 4194304 6006132 140735684546704 140735684538112 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/7623/statm: 1185 796 178 443 0 738 0
[pid=7695] ppid=7623 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7695/stat : 7695 (satsolver.sh) S 7623 7622 2358 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 385771424 9367552 267 33554432000 4194304 5064252 140735875712560 140735875711472 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/7695/statm: 2287 267 226 213 0 72 0
[pid=7696] ppid=7695 vsize=74184 CPUtime=726.28 cores=0,2,4,6
/proc/7696/stat : 7696 (glucose) R 7695 7622 2358 0 -1 4202496 10898 0 0 0 72625 3 0 0 20 0 1 0 385771424 75964416 17218 33554432000 4194304 5208918 140734969017728 140734969015672 4229162 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7696/statm: 18546 17218 103 248 0 18295 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 97220

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.1
CPU user time (s): 1799.86
CPU system time (s): 0.243962
CPU usage (%): 99.9828
Max. virtual memory (cumulated for all children) (KiB): 103540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.86
system time used= 0.243962
maximum resident set size= 78656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60038
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8256
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 236
involuntary context switches= 2037

runsolver used 7.54385 second user time and 18.2752 second system time

The end

Launcher Data

Begin job on node142 at 2012-06-09 00:43:11
IDJOB=3754460
IDBENCH=79442
IDSOLVER=2338
FILE ID=node142/3754460-1339195391
RUNJOBID= node142-1339184037-3363
PBS_JOBID= 14643841
Free space on /tmp= 70984 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/coloring/normalized-myciel5g-3_wcsp.wbo
COMMAND LINE= DIR/npSolver-wbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3754460-1339195391/watcher-3754460-1339195391 -o /tmp/evaluation-result-3754460-1339195391/solver-3754460-1339195391 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-I.sh HOME/instance-3754460-1339195391.wbo 1015016174 HOME HOME

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

MD5SUM BENCH= 2db150696fc8aa7bc9f51554db7714aa
RANDOM SEED=1015016174

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.776
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.776
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.776
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:        27971316 kB
Buffers:          525376 kB
Cached:          2887140 kB
SwapCached:          112 kB
Active:          2413768 kB
Inactive:        1584104 kB
Active(anon):     573932 kB
Inactive(anon):    11164 kB
Active(file):    1839836 kB
Inactive(file):  1572940 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108744 kB
Dirty:              8232 kB
Writeback:             0 kB
AnonPages:        591332 kB
Mapped:            11560 kB
Shmem:               188 kB
Slab:             762072 kB
SReclaimable:     202844 kB
SUnreclaim:       559228 kB
KernelStack:        1528 kB
PageTables:         5428 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     890136 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    262144 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= 70764 MiB
End job on node142 at 2012-06-09 01:13:12