Trace number 3713594

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

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-65-60--soft-33-100-0.wbo
MD5SUM62825c7b78173675be8da33e26a62860
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 benchmark1.60875
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables3900
Total number of constraints125
Number of soft constraints82
Number of constraints which are clauses65
Number of constraints which are cardinality constraints (but not clauses)60
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint60
Maximum length of a constraint65
Top cost 4502
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 4501
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 66
Number of bits of the biggest sum of numbers7
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.20	c run usual solver
1.74/1.97	o 1981
1.74/1.97	c current bound: 990
46.23/46.43	o 511
46.23/46.43	c current bound: 255
58.66/58.96	o 246
58.66/58.96	c current bound: 123
70.88/71.14	o 117
70.88/71.14	c current bound: 58
77.43/77.67	o 56
77.43/77.67	c current bound: 28
78.13/78.36	o 27
78.13/78.36	c current bound: 13
78.20/78.97	o 10
78.20/78.97	c current bound: 5
79.62/79.85	o 5
79.62/79.85	c current bound: 2
80.20/80.44	o 2
80.20/80.44	c current bound: 1
81.04/81.27	o 1
81.04/81.27	c current bound: 0
81.04/81.27	c [SWC] exit 4
1800.04/1800.50	./satsolver.sh: line 5: 24846 Terminated              ./glucose $1 > $2 2> /dev/null
1800.04/1800.50	c error: unexpected solver exit code
1800.04/1800.50	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3713594-1338181298/watcher-3713594-1338181298 -o /tmp/evaluation-result-3713594-1338181298/solver-3713594-1338181298 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo.sh HOME/instance-3713594-1338181298.wbo 1941638484 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.00 2.00 2.00 3/180 24769
/proc/meminfo: memFree=31433776/32873844 swapFree=6872/6872
[pid=24769] ppid=24767 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24769/stat : 24769 (npSolver-wbo.sh) S 24767 24769 22152 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284196839 9367552 275 33554432000 4194304 5064252 140734084694224 140734084693136 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24769/statm: 2287 275 233 213 0 72 0

[startup+0.074119 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 24769
/proc/meminfo: memFree=31433776/32873844 swapFree=6872/6872
[pid=24769] ppid=24767 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24769/stat : 24769 (npSolver-wbo.sh) S 24767 24769 22152 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284196839 9367552 275 33554432000 4194304 5064252 140734084694224 140734084693136 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24769/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100306 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 24769
/proc/meminfo: memFree=31433776/32873844 swapFree=6872/6872
[pid=24769] ppid=24767 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24769/stat : 24769 (npSolver-wbo.sh) S 24767 24769 22152 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284196839 9367552 275 33554432000 4194304 5064252 140734084694224 140734084693136 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24769/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300136 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 24769
/proc/meminfo: memFree=31433776/32873844 swapFree=6872/6872
[pid=24769] ppid=24767 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24769/stat : 24769 (npSolver-wbo.sh) S 24767 24769 22152 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284196839 9367552 275 33554432000 4194304 5064252 140734084694224 140734084693136 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24769/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700125 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 24769
/proc/meminfo: memFree=31433776/32873844 swapFree=6872/6872
[pid=24769] ppid=24767 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24769/stat : 24769 (npSolver-wbo.sh) S 24767 24769 22152 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284196839 9367552 275 33554432000 4194304 5064252 140734084694224 140734084693136 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24769/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 24773
/proc/meminfo: memFree=31379376/32873844 swapFree=6872/6872
[pid=24769] ppid=24767 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24769/stat : 24769 (npSolver-wbo.sh) S 24767 24769 22152 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284196839 9367552 275 33554432000 4194304 5064252 140734084694224 140734084693136 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24769/statm: 2287 275 233 213 0 72 0
[pid=24770] ppid=24769 vsize=8472 CPUtime=0.19 cores=0,2,4,6
/proc/24770/stat : 24770 (npSolver-wbo) S 24769 24769 22152 0 -1 4202496 3448 0 0 0 19 0 0 0 20 0 1 0 284196839 8675328 1396 33554432000 4194304 5990268 140735920415216 140735920408368 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24770/statm: 2118 1396 156 439 0 1675 0
[pid=24772] ppid=24770 vsize=9148 CPUtime=1.17 cores=0,2,4,6
/proc/24772/stat : 24772 (cp2_pre.sh) S 24770 24769 22152 0 -1 4202496 632 11621 0 0 0 0 101 16 20 0 1 0 284196859 9367552 280 33554432000 4194304 5064252 140734079853120 140734079851824 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24772/statm: 2287 280 238 213 0 72 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 26768

[startup+3.10044 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 24783
/proc/meminfo: memFree=31390644/32873844 swapFree=6872/6872
[pid=24769] ppid=24767 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24769/stat : 24769 (npSolver-wbo.sh) S 24767 24769 22152 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284196839 9367552 275 33554432000 4194304 5064252 140734084694224 140734084693136 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24769/statm: 2287 275 233 213 0 72 0
[pid=24770] ppid=24769 vsize=21828 CPUtime=1.92 cores=0,2,4,6
/proc/24770/stat : 24770 (npSolver-wbo) S 24769 24769 22152 0 -1 4202496 6250 22318 0 0 30 11 131 20 20 0 1 0 284196839 22351872 4340 33554432000 4194304 5990268 140735920415216 140735920406656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24770/statm: 5457 4340 164 439 0 5014 0
[pid=24782] ppid=24770 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24782/stat : 24782 (satsolver.sh) S 24770 24769 22152 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284197046 9367552 266 33554432000 4194304 5064252 140733880402656 140733880401568 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24782/statm: 2287 266 226 213 0 72 0
[pid=24783] ppid=24782 vsize=66656 CPUtime=1.01 cores=0,2,4,6
/proc/24783/stat : 24783 (glucose) R 24782 24769 22152 0 -1 4202496 13459 0 0 0 99 2 0 0 20 0 1 0 284197046 68255744 15033 33554432000 4194304 5208918 140735678344496 140735678342648 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24783/statm: 16664 15033 95 248 0 16413 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 106780

[startup+6.3004 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 24783
/proc/meminfo: memFree=31355616/32873844 swapFree=6872/6872
[pid=24769] ppid=24767 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24769/stat : 24769 (npSolver-wbo.sh) S 24767 24769 22152 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284196839 9367552 275 33554432000 4194304 5064252 140734084694224 140734084693136 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24769/statm: 2287 275 233 213 0 72 0
[pid=24770] ppid=24769 vsize=21828 CPUtime=1.92 cores=0,2,4,6
/proc/24770/stat : 24770 (npSolver-wbo) S 24769 24769 22152 0 -1 4202496 6250 22318 0 0 30 11 131 20 20 0 1 0 284196839 22351872 4340 33554432000 4194304 5990268 140735920415216 140735920406656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24770/statm: 5457 4340 164 439 0 5014 0
[pid=24782] ppid=24770 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24782/stat : 24782 (satsolver.sh) S 24770 24769 22152 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284197046 9367552 266 33554432000 4194304 5064252 140733880402656 140733880401568 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24782/statm: 2287 266 226 213 0 72 0
[pid=24783] ppid=24782 vsize=67184 CPUtime=4.21 cores=0,2,4,6
/proc/24783/stat : 24783 (glucose) R 24782 24769 22152 0 -1 4202496 14229 0 0 0 419 2 0 0 20 0 1 0 284197046 68796416 15162 33554432000 4194304 5208918 140735678344496 140735678342344 4213038 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24783/statm: 16796 15162 96 248 0 16545 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 107308

[startup+12.7005 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 24783
/proc/meminfo: memFree=31353796/32873844 swapFree=6872/6872
[pid=24769] ppid=24767 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24769/stat : 24769 (npSolver-wbo.sh) S 24767 24769 22152 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284196839 9367552 275 33554432000 4194304 5064252 140734084694224 140734084693136 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24769/statm: 2287 275 233 213 0 72 0
[pid=24770] ppid=24769 vsize=21828 CPUtime=1.92 cores=0,2,4,6
/proc/24770/stat : 24770 (npSolver-wbo) S 24769 24769 22152 0 -1 4202496 6250 22318 0 0 30 11 131 20 20 0 1 0 284196839 22351872 4340 33554432000 4194304 5990268 140735920415216 140735920406656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24770/statm: 5457 4340 164 439 0 5014 0
[pid=24782] ppid=24770 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24782/stat : 24782 (satsolver.sh) S 24770 24769 22152 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284197046 9367552 266 33554432000 4194304 5064252 140733880402656 140733880401568 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24782/statm: 2287 266 226 213 0 72 0
[pid=24783] ppid=24782 vsize=68748 CPUtime=10.61 cores=0,2,4,6
/proc/24783/stat : 24783 (glucose) R 24782 24769 22152 0 -1 4202496 15319 0 0 0 1058 3 0 0 20 0 1 0 284197046 70397952 15606 33554432000 4194304 5208918 140735678344496 140735678342456 4229010 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24783/statm: 17187 15606 104 248 0 16936 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 108872

[startup+25.5005 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24783
/proc/meminfo: memFree=31332396/32873844 swapFree=6872/6872
[pid=24769] ppid=24767 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24769/stat : 24769 (npSolver-wbo.sh) S 24767 24769 22152 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284196839 9367552 275 33554432000 4194304 5064252 140734084694224 140734084693136 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24769/statm: 2287 275 233 213 0 72 0
[pid=24770] ppid=24769 vsize=21828 CPUtime=1.92 cores=0,2,4,6
/proc/24770/stat : 24770 (npSolver-wbo) S 24769 24769 22152 0 -1 4202496 6250 22318 0 0 30 11 131 20 20 0 1 0 284196839 22351872 4340 33554432000 4194304 5990268 140735920415216 140735920406656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24770/statm: 5457 4340 164 439 0 5014 0
[pid=24782] ppid=24770 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24782/stat : 24782 (satsolver.sh) S 24770 24769 22152 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284197046 9367552 266 33554432000 4194304 5064252 140733880402656 140733880401568 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24782/statm: 2287 266 226 213 0 72 0
[pid=24783] ppid=24782 vsize=80304 CPUtime=23.42 cores=0,2,4,6
/proc/24783/stat : 24783 (glucose) R 24782 24769 22152 0 -1 4202496 15990 0 0 0 2338 4 0 0 20 0 1 0 284197046 82231296 18248 33554432000 4194304 5208918 140735678344496 140735678342360 4229850 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24783/statm: 20076 18248 104 248 0 19825 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 120428

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24790
/proc/meminfo: memFree=31386656/32873844 swapFree=6872/6872
[pid=24769] ppid=24767 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24769/stat : 24769 (npSolver-wbo.sh) S 24767 24769 22152 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284196839 9367552 275 33554432000 4194304 5064252 140734084694224 140734084693136 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24769/statm: 2287 275 233 213 0 72 0
[pid=24770] ppid=24769 vsize=13636 CPUtime=46.3 cores=0,2,4,6
/proc/24770/stat : 24770 (npSolver-wbo) S 24769 24769 22152 0 -1 4202496 7683 45694 0 0 33 11 4548 38 20 0 1 0 284196839 13963264 2663 33554432000 4194304 5990268 140735920415216 140735920406656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24770/statm: 3409 2663 164 439 0 2966 0
[pid=24789] ppid=24770 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24789/stat : 24789 (satsolver.sh) S 24770 24769 22152 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284201484 9367552 266 33554432000 4194304 5064252 140733782572816 140733782571728 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24789/statm: 2287 266 226 213 0 72 0
[pid=24790] ppid=24789 vsize=36416 CPUtime=4.63 cores=0,2,4,6
/proc/24790/stat : 24790 (glucose) R 24789 24769 22152 0 -1 4202496 8126 0 0 0 461 2 0 0 20 0 1 0 284201485 37289984 7702 33554432000 4194304 5208918 140737049710208 140737049708152 4213597 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24790/statm: 9104 7702 96 248 0 8853 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 68348

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24846
/proc/meminfo: memFree=31360608/32873844 swapFree=6872/6872
[pid=24769] ppid=24767 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24769/stat : 24769 (npSolver-wbo.sh) S 24767 24769 22152 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284196839 9367552 275 33554432000 4194304 5064252 140734084694224 140734084693136 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24769/statm: 2287 275 233 213 0 72 0
[pid=24770] ppid=24769 vsize=13636 CPUtime=81.11 cores=0,2,4,6
/proc/24770/stat : 24770 (npSolver-wbo) S 24769 24769 22152 0 -1 4202496 12363 135112 0 0 38 12 7992 69 20 0 1 0 284196839 13963264 2664 33554432000 4194304 5990268 140735920415216 140735920406656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24770/statm: 3409 2664 165 439 0 2966 0
[pid=24845] ppid=24770 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24845/stat : 24845 (satsolver.sh) S 24770 24769 22152 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284204966 9367552 266 33554432000 4194304 5064252 140733241633872 140733241632784 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24845/statm: 2287 266 226 213 0 72 0
[pid=24846] ppid=24845 vsize=34248 CPUtime=21.01 cores=0,2,4,6
/proc/24846/stat : 24846 (glucose) R 24845 24769 22152 0 -1 4202496 8313 0 0 0 2101 0 0 0 20 0 1 0 284204966 35069952 7918 33554432000 4194304 5208918 140734176815760 140734176812136 4213125 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24846/statm: 8562 7918 105 248 0 8311 0
Current children cumulated CPU time (s) 102.12
Current children cumulated vsize (KiB) 66180

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 24846
/proc/meminfo: memFree=31333348/32873844 swapFree=6872/6872
[pid=24769] ppid=24767 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24769/stat : 24769 (npSolver-wbo.sh) S 24767 24769 22152 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284196839 9367552 275 33554432000 4194304 5064252 140734084694224 140734084693136 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24769/statm: 2287 275 233 213 0 72 0
[pid=24770] ppid=24769 vsize=13636 CPUtime=81.11 cores=0,2,4,6
/proc/24770/stat : 24770 (npSolver-wbo) S 24769 24769 22152 0 -1 4202496 12363 135112 0 0 38 12 7992 69 20 0 1 0 284196839 13963264 2664 33554432000 4194304 5990268 140735920415216 140735920406656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24770/statm: 3409 2664 165 439 0 2966 0
[pid=24845] ppid=24770 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24845/stat : 24845 (satsolver.sh) S 24770 24769 22152 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284204966 9367552 266 33554432000 4194304 5064252 140733241633872 140733241632784 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24845/statm: 2287 266 226 213 0 72 0
[pid=24846] ppid=24845 vsize=67928 CPUtime=81 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24858
/proc/meminfo: memFree=31109980/32873844 swapFree=6872/6872
[pid=24769] ppid=24767 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24769/stat : 24769 (npSolver-wbo.sh) S 24767 24769 22152 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284196839 9367552 275 33554432000 4194304 5064252 140734084694224 140734084693136 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24769/statm: 2287 275 233 213 0 72 0
[pid=24770] ppid=24769 vsize=13636 CPUtime=81.11 cores=0,2,4,6
/proc/24770/stat : 24770 (npSolver-wbo) S 24769 24769 22152 0 -1 4202496 12363 135112 0 0 38 12 7992 69 20 0 1 0 284196839 13963264 2664 33554432000 4194304 5990268 140735920415216 140735920406656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24770/statm: 3409 2664 165 439 0 2966 0
[pid=24845] ppid=24770 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24845/stat : 24845 (satsolver.sh) S 24770 24769 22152 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284204966 9367552 266 33554432000 4194304 5064252 140733241633872 140733241632784 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24845/statm: 2287 266 226 213 0 72 0
[pid=24846] ppid=24845 vsize=201284 CPUtime=1340.81 cores=0,2,4,6
/proc/24846/stat : 24846 (glucose) R 24845 24769 22152 0 -1 4202496 32259 0 0 0 134044 37 0 0 20 0 1 0 284204966 206114816 43638 33554432000 4194304 5208918 140734176815760 140734176813608 4228952 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24846/statm: 50321 43638 105 248 0 50070 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 233216

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24858
/proc/meminfo: memFree=31101604/32873844 swapFree=6872/6872
[pid=24769] ppid=24767 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24769/stat : 24769 (npSolver-wbo.sh) S 24767 24769 22152 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284196839 9367552 275 33554432000 4194304 5064252 140734084694224 140734084693136 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24769/statm: 2287 275 233 213 0 72 0
[pid=24770] ppid=24769 vsize=13636 CPUtime=81.11 cores=0,2,4,6
/proc/24770/stat : 24770 (npSolver-wbo) S 24769 24769 22152 0 -1 4202496 12363 135112 0 0 38 12 7992 69 20 0 1 0 284196839 13963264 2664 33554432000 4194304 5990268 140735920415216 140735920406656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24770/statm: 3409 2664 165 439 0 2966 0
[pid=24845] ppid=24770 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24845/stat : 24845 (satsolver.sh) S 24770 24769 22152 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284204966 9367552 266 33554432000 4194304 5064252 140733241633872 140733241632784 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24845/statm: 2287 266 226 213 0 72 0
[pid=24846] ppid=24845 vsize=203564 CPUtime=1400.77 cores=0,2,4,6
/proc/24846/stat : 24846 (glucose) R 24845 24769 22152 0 -1 4202496 33050 0 0 0 140039 38 0 0 20 0 1 0 284204966 208449536 44793 33554432000 4194304 5208918 140734176815760 140734176813608 4229476 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24846/statm: 50891 44793 105 248 0 50640 0
Current children cumulated CPU time (s) 1481.88
Current children cumulated vsize (KiB) 235496

[startup+1542.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/183 24858
/proc/meminfo: memFree=31093588/32873844 swapFree=6872/6872
[pid=24769] ppid=24767 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24769/stat : 24769 (npSolver-wbo.sh) S 24767 24769 22152 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284196839 9367552 275 33554432000 4194304 5064252 140734084694224 140734084693136 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24769/statm: 2287 275 233 213 0 72 0
[pid=24770] ppid=24769 vsize=13636 CPUtime=81.11 cores=0,2,4,6
/proc/24770/stat : 24770 (npSolver-wbo) S 24769 24769 22152 0 -1 4202496 12363 135112 0 0 38 12 7992 69 20 0 1 0 284196839 13963264 2664 33554432000 4194304 5990268 140735920415216 140735920406656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24770/statm: 3409 2664 165 439 0 2966 0
[pid=24845] ppid=24770 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24845/stat : 24845 (satsolver.sh) S 24770 24769 22152 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284204966 9367552 266 33554432000 4194304 5064252 140733241633872 140733241632784 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24845/statm: 2287 266 226 213 0 72 0
[pid=24846] ppid=24845 vsize=206236 CPUtime=1460.77 cores=0,2,4,6
/proc/24846/stat : 24846 (glucose) R 24845 24769 22152 0 -1 4202496 34493 0 0 0 146036 41 0 0 20 0 1 0 284204966 211185664 46538 33554432000 4194304 5208918 140734176815760 140734176812072 4229103 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24846/statm: 51559 46538 105 248 0 51308 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 238168

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 24858
/proc/meminfo: memFree=31085756/32873844 swapFree=6872/6872
[pid=24769] ppid=24767 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24769/stat : 24769 (npSolver-wbo.sh) S 24767 24769 22152 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284196839 9367552 275 33554432000 4194304 5064252 140734084694224 140734084693136 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24769/statm: 2287 275 233 213 0 72 0
[pid=24770] ppid=24769 vsize=13636 CPUtime=81.11 cores=0,2,4,6
/proc/24770/stat : 24770 (npSolver-wbo) S 24769 24769 22152 0 -1 4202496 12363 135112 0 0 38 12 7992 69 20 0 1 0 284196839 13963264 2664 33554432000 4194304 5990268 140735920415216 140735920406656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24770/statm: 3409 2664 165 439 0 2966 0
[pid=24845] ppid=24770 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24845/stat : 24845 (satsolver.sh) S 24770 24769 22152 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284204966 9367552 266 33554432000 4194304 5064252 140733241633872 140733241632784 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24845/statm: 2287 266 226 213 0 72 0
[pid=24846] ppid=24845 vsize=208380 CPUtime=1520.76 cores=0,2,4,6
/proc/24846/stat : 24846 (glucose) R 24845 24769 22152 0 -1 4202496 35640 0 0 0 152034 42 0 0 20 0 1 0 284204966 213381120 47433 33554432000 4194304 5208918 140734176815760 140734176812136 4228930 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24846/statm: 52095 47433 105 248 0 51844 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 240312

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24858
/proc/meminfo: memFree=31073380/32873844 swapFree=6872/6872
[pid=24769] ppid=24767 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24769/stat : 24769 (npSolver-wbo.sh) S 24767 24769 22152 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284196839 9367552 275 33554432000 4194304 5064252 140734084694224 140734084693136 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24769/statm: 2287 275 233 213 0 72 0
[pid=24770] ppid=24769 vsize=13636 CPUtime=81.11 cores=0,2,4,6
/proc/24770/stat : 24770 (npSolver-wbo) S 24769 24769 22152 0 -1 4202496 12363 135112 0 0 38 12 7992 69 20 0 1 0 284196839 13963264 2664 33554432000 4194304 5990268 140735920415216 140735920406656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24770/statm: 3409 2664 165 439 0 2966 0
[pid=24845] ppid=24770 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24845/stat : 24845 (satsolver.sh) S 24770 24769 22152 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284204966 9367552 266 33554432000 4194304 5064252 140733241633872 140733241632784 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24845/statm: 2287 266 226 213 0 72 0
[pid=24846] ppid=24845 vsize=210936 CPUtime=1580.75 cores=0,2,4,6
/proc/24846/stat : 24846 (glucose) R 24845 24769 22152 0 -1 4202496 36631 0 0 0 158030 45 0 0 20 0 1 0 284204966 215998464 48559 33554432000 4194304 5208918 140734176815760 140734176812136 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24846/statm: 52734 48559 105 248 0 52483 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 242868

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 24949
/proc/meminfo: memFree=31266788/32873844 swapFree=6872/6872
[pid=24769] ppid=24767 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24769/stat : 24769 (npSolver-wbo.sh) S 24767 24769 22152 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284196839 9367552 275 33554432000 4194304 5064252 140734084694224 140734084693136 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24769/statm: 2287 275 233 213 0 72 0
[pid=24770] ppid=24769 vsize=13636 CPUtime=81.11 cores=0,2,4,6
/proc/24770/stat : 24770 (npSolver-wbo) S 24769 24769 22152 0 -1 4202496 12363 135112 0 0 38 12 7992 69 20 0 1 0 284196839 13963264 2664 33554432000 4194304 5990268 140735920415216 140735920406656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24770/statm: 3409 2664 165 439 0 2966 0
[pid=24845] ppid=24770 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24845/stat : 24845 (satsolver.sh) S 24770 24769 22152 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284204966 9367552 266 33554432000 4194304 5064252 140733241633872 140733241632784 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24845/statm: 2287 266 226 213 0 72 0
[pid=24846] ppid=24845 vsize=213480 CPUtime=1640.74 cores=0,2,4,6
/proc/24846/stat : 24846 (glucose) R 24845 24769 22152 0 -1 4202496 37653 0 0 0 164027 47 0 0 20 0 1 0 284204966 218603520 49211 33554432000 4194304 5208918 140734176815760 140734176813608 4229121 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24846/statm: 53370 49211 105 248 0 53119 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 245412

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24949
/proc/meminfo: memFree=31229984/32873844 swapFree=6872/6872
[pid=24769] ppid=24767 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24769/stat : 24769 (npSolver-wbo.sh) S 24767 24769 22152 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284196839 9367552 275 33554432000 4194304 5064252 140734084694224 140734084693136 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24769/statm: 2287 275 233 213 0 72 0
[pid=24770] ppid=24769 vsize=13636 CPUtime=81.11 cores=0,2,4,6
/proc/24770/stat : 24770 (npSolver-wbo) S 24769 24769 22152 0 -1 4202496 12363 135112 0 0 38 12 7992 69 20 0 1 0 284196839 13963264 2664 33554432000 4194304 5990268 140735920415216 140735920406656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24770/statm: 3409 2664 165 439 0 2966 0
[pid=24845] ppid=24770 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24845/stat : 24845 (satsolver.sh) S 24770 24769 22152 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284204966 9367552 266 33554432000 4194304 5064252 140733241633872 140733241632784 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24845/statm: 2287 266 226 213 0 72 0
[pid=24846] ppid=24845 vsize=216076 CPUtime=1700.73 cores=0,2,4,6
/proc/24846/stat : 24846 (glucose) R 24845 24769 22152 0 -1 4202496 38681 0 0 0 170023 50 0 0 20 0 1 0 284204966 221261824 50373 33554432000 4194304 5208918 140734176815760 140734176813608 4205174 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24846/statm: 54019 50373 105 248 0 53768 0
Current children cumulated CPU time (s) 1781.84
Current children cumulated vsize (KiB) 248008



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24949
/proc/meminfo: memFree=31221420/32873844 swapFree=6872/6872
[pid=24769] ppid=24767 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24769/stat : 24769 (npSolver-wbo.sh) S 24767 24769 22152 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284196839 9367552 275 33554432000 4194304 5064252 140734084694224 140734084693136 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24769/statm: 2287 275 233 213 0 72 0
[pid=24770] ppid=24769 vsize=13636 CPUtime=81.11 cores=0,2,4,6
/proc/24770/stat : 24770 (npSolver-wbo) S 24769 24769 22152 0 -1 4202496 12363 135112 0 0 38 12 7992 69 20 0 1 0 284196839 13963264 2664 33554432000 4194304 5990268 140735920415216 140735920406656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24770/statm: 3409 2664 165 439 0 2966 0
[pid=24845] ppid=24770 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24845/stat : 24845 (satsolver.sh) S 24770 24769 22152 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284204966 9367552 266 33554432000 4194304 5064252 140733241633872 140733241632784 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24845/statm: 2287 266 226 213 0 72 0
[pid=24846] ppid=24845 vsize=216752 CPUtime=1718.93 cores=0,2,4,6
/proc/24846/stat : 24846 (glucose) R 24845 24769 22152 0 -1 4202496 38858 0 0 0 171843 50 0 0 20 0 1 0 284204966 221954048 52594 33554432000 4194304 5208918 140734176815760 140734176813608 4228947 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24846/statm: 54188 52594 105 248 0 53937 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 248684

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24949
/proc/meminfo: memFree=31221420/32873844 swapFree=6872/6872
[pid=24769] ppid=24767 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24769/stat : 24769 (npSolver-wbo.sh) S 24767 24769 22152 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284196839 9367552 275 33554432000 4194304 5064252 140734084694224 140734084693136 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24769/statm: 2287 275 233 213 0 72 0
[pid=24770] ppid=24769 vsize=13636 CPUtime=81.11 cores=0,2,4,6
/proc/24770/stat : 24770 (npSolver-wbo) S 24769 24769 22152 0 -1 4202496 12363 135112 0 0 38 12 7992 69 20 0 1 0 284196839 13963264 2664 33554432000 4194304 5990268 140735920415216 140735920406656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24770/statm: 3409 2664 165 439 0 2966 0
[pid=24845] ppid=24770 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24845/stat : 24845 (satsolver.sh) S 24770 24769 22152 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284204966 9367552 266 33554432000 4194304 5064252 140733241633872 140733241632784 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24845/statm: 2287 266 226 213 0 72 0
[pid=24846] ppid=24845 vsize=216752 CPUtime=1718.93 cores=0,2,4,6
/proc/24846/stat : 24846 (glucose) R 24845 24769 22152 0 -1 4202496 38858 0 0 0 171843 50 0 0 20 0 1 0 284204966 221954048 52594 33554432000 4194304 5208918 140734176815760 140734176813608 4228947 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24846/statm: 54188 52594 105 248 0 53937 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 248684

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.08
CPU user time (s): 1798.75
CPU system time (s): 1.3328
CPU usage (%): 99.9763
Max. virtual memory (cumulated for all children) (KiB): 377964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.75
system time used= 1.3328
maximum resident set size= 282288
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 187325
page faults= 0
swaps= 0
block input operations= 0
block output operations= 81168
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1686
involuntary context switches= 2239

runsolver used 10.0435 second user time and 14.4768 second system time

The end

Launcher Data

Begin job on node105 at 2012-05-28 07:01:38
IDJOB=3713594
IDBENCH=78724
IDSOLVER=2294
FILE ID=node105/3713594-1338181298
RUNJOBID= node105-1338160023-22168
PBS_JOBID= 14624557
Free space on /tmp= 71576 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-65-60--soft-33-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3713594-1338181298/watcher-3713594-1338181298 -o /tmp/evaluation-result-3713594-1338181298/solver-3713594-1338181298 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo.sh HOME/instance-3713594-1338181298.wbo 1941638484 HOME HOME

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

MD5SUM BENCH= 62825c7b78173675be8da33e26a62860
RANDOM SEED=1941638484

node105.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.882
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.76
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.882
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.882
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.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.882
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.882
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	: 5438.54
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.882
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.882
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.92
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.882
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	: 5447.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31434304 kB
Buffers:          346988 kB
Cached:           149996 kB
SwapCached:         1708 kB
Active:           430464 kB
Inactive:         154772 kB
Active(anon):      84732 kB
Inactive(anon):     4812 kB
Active(file):     345732 kB
Inactive(file):   149960 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67100448 kB
Dirty:              8596 kB
Writeback:             0 kB
AnonPages:        102452 kB
Mapped:            10188 kB
Shmem:                 0 kB
Slab:             713452 kB
SReclaimable:     155164 kB
SUnreclaim:       558288 kB
KernelStack:        1528 kB
PageTables:         4148 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     215740 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     51200 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= 71564 MiB
End job on node105 at 2012-05-28 07:31:39