Trace number 3715289

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
npSolver inc-topdown-quickBound? (TO) 1800.05 1800.62

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-75-70--soft-0-100-0.wbo
MD5SUM3c416dfc7b9a20db215e1b491e013711
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.281957
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables5250
Total number of constraints145
Number of soft constraints145
Number of constraints which are clauses75
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint70
Maximum length of a constraint75
Top cost 7458
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 7457
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 76
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

Solver Data

0.00/0.62	c run usual solver
6.49/6.57	o 3056
6.49/6.57	c starting approximation
6.49/6.57	c factor = 2
6.49/6.57	c factor still to low - shrinking to 2.65872
6.49/6.57	c approx number of clauses: 1e+06
6.49/6.57	c current bound: 1528
90.16/90.25	c current bound: 1528
171.43/171.59	c current bound: 1528
255.11/255.23	c current bound: 1528
337.39/337.50	c current bound: 1528
418.87/419.09	c current bound: 1528
503.60/504.23	c current bound: 1528
585.21/585.84	c current bound: 1528
669.89/670.18	c current bound: 1528
751.29/751.96	c current bound: 1528
832.95/833.66	c current bound: 1528
917.35/917.66	c current bound: 1528
999.72/1000.08	c current bound: 1528
1081.51/1081.81	c current bound: 1528
1162.60/1163.38	c current bound: 1528
1243.84/1244.63	c current bound: 1528
1326.16/1326.51	c current bound: 1528
1407.80/1408.33	c current bound: 1528
1489.60/1490.12	c current bound: 1528
1571.08/1571.60	c current bound: 1528
1652.84/1653.47	c current bound: 1528
1737.93/1738.97	c current bound: 1528
1800.01/1800.61	./satsolver.sh: line 5: 29482 Terminated              ./glucose $1 > $2 2> /dev/null
1800.01/1800.61	c error: unexpected solver exit code
1800.01/1800.61	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-3715289-1338222747/watcher-3715289-1338222747 -o /tmp/evaluation-result-3715289-1338222747/solver-3715289-1338222747 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715289-1338222747.wbo 95961860 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: 1.99 1.97 1.96 3/179 19162
/proc/meminfo: memFree=29600300/32873852 swapFree=7624/7624
[pid=19162] ppid=19160 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19162/stat : 19162 (npSolver-wbo-It) S 19160 19162 20162 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288400155 9367552 275 33554432000 4194304 5064252 140734401025360 140734401024272 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19162/statm: 2287 275 233 213 0 72 0

[startup+0.0469581 s]
/proc/loadavg: 1.99 1.97 1.96 3/179 19162
/proc/meminfo: memFree=29600300/32873852 swapFree=7624/7624
[pid=19162] ppid=19160 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19162/stat : 19162 (npSolver-wbo-It) S 19160 19162 20162 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288400155 9367552 275 33554432000 4194304 5064252 140734401025360 140734401024272 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19162/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100262 s]
/proc/loadavg: 1.99 1.97 1.96 3/179 19162
/proc/meminfo: memFree=29600300/32873852 swapFree=7624/7624
[pid=19162] ppid=19160 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19162/stat : 19162 (npSolver-wbo-It) S 19160 19162 20162 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288400155 9367552 275 33554432000 4194304 5064252 140734401025360 140734401024272 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19162/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300256 s]
/proc/loadavg: 1.99 1.97 1.96 3/179 19162
/proc/meminfo: memFree=29600300/32873852 swapFree=7624/7624
[pid=19162] ppid=19160 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19162/stat : 19162 (npSolver-wbo-It) S 19160 19162 20162 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288400155 9367552 275 33554432000 4194304 5064252 140734401025360 140734401024272 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19162/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700262 s]
/proc/loadavg: 1.99 1.97 1.96 3/179 19162
/proc/meminfo: memFree=29600300/32873852 swapFree=7624/7624
[pid=19162] ppid=19160 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19162/stat : 19162 (npSolver-wbo-It) S 19160 19162 20162 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288400155 9367552 275 33554432000 4194304 5064252 140734401025360 140734401024272 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19162/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50039 s]
/proc/loadavg: 1.99 1.97 1.96 3/183 19173
/proc/meminfo: memFree=29477384/32873852 swapFree=7624/7624
[pid=19162] ppid=19160 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19162/stat : 19162 (npSolver-wbo-It) S 19160 19162 20162 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288400155 9367552 275 33554432000 4194304 5064252 140734401025360 140734401024272 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19162/statm: 2287 275 233 213 0 72 0
[pid=19163] ppid=19162 vsize=26988 CPUtime=0.6 cores=0,2,4,6
/proc/19163/stat : 19163 (npSolver-wbo) S 19162 19162 20162 0 -1 4202496 5230 0 0 0 59 1 0 0 20 0 1 0 288400155 27635712 4614 33554432000 4194304 5990268 140735114764512 140735114757664 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19163/statm: 6747 4614 156 439 0 6304 0
[pid=19169] ppid=19163 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19169/stat : 19169 (cp2_pre.sh) S 19163 19162 20162 0 -1 4202496 606 0 0 0 0 0 0 0 20 0 1 0 288400217 9367552 276 33554432000 4194304 5064252 140735375076736 140735375075440 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19169/statm: 2287 276 234 213 0 72 0
[pid=19170] ppid=19169 vsize=141592 CPUtime=0.87 cores=0,2,4,6
/proc/19170/stat : 19170 (coprocessor) R 19169 19162 20162 0 -1 4202496 25485 0 0 0 83 4 0 0 20 0 1 0 288400217 144990208 34376 33554432000 4194304 6586260 140737218396912 140737218392888 4676454 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/19170/statm: 35398 34376 191 584 0 34810 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 186876

[startup+3.10034 s]
/proc/loadavg: 1.99 1.97 1.96 3/182 19184
/proc/meminfo: memFree=29441528/32873852 swapFree=7624/7624
[pid=19162] ppid=19160 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19162/stat : 19162 (npSolver-wbo-It) S 19160 19162 20162 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288400155 9367552 275 33554432000 4194304 5064252 140734401025360 140734401024272 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19162/statm: 2287 275 233 213 0 72 0
[pid=19163] ppid=19162 vsize=26988 CPUtime=0.6 cores=0,2,4,6
/proc/19163/stat : 19163 (npSolver-wbo) S 19162 19162 20162 0 -1 4202496 5230 0 0 0 59 1 0 0 20 0 1 0 288400155 27635712 4614 33554432000 4194304 5990268 140735114764512 140735114757664 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19163/statm: 6747 4614 156 439 0 6304 0
[pid=19169] ppid=19163 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19169/stat : 19169 (cp2_pre.sh) S 19163 19162 20162 0 -1 4202496 606 0 0 0 0 0 0 0 20 0 1 0 288400217 9367552 276 33554432000 4194304 5064252 140735375076736 140735375075440 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19169/statm: 2287 276 234 213 0 72 0
[pid=19170] ppid=19169 vsize=141868 CPUtime=2.47 cores=0,2,4,6
/proc/19170/stat : 19170 (coprocessor) R 19169 19162 20162 0 -1 4202496 25570 0 0 0 243 4 0 0 20 0 1 0 288400217 145272832 34461 33554432000 4194304 6586260 140737218396912 140737218392280 5599263 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/19170/statm: 35467 34461 191 584 0 34879 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 187152

[startup+6.30027 s]
/proc/loadavg: 1.99 1.97 1.96 3/182 19205
/proc/meminfo: memFree=29390408/32873852 swapFree=7624/7624
[pid=19162] ppid=19160 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19162/stat : 19162 (npSolver-wbo-It) S 19160 19162 20162 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288400155 9367552 275 33554432000 4194304 5064252 140734401025360 140734401024272 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19162/statm: 2287 275 233 213 0 72 0
[pid=19163] ppid=19162 vsize=26988 CPUtime=6.05 cores=0,2,4,6
/proc/19163/stat : 19163 (npSolver-wbo) S 19162 19162 20162 0 -1 4202496 5246 38489 0 0 59 2 479 65 20 0 1 0 288400155 27635712 4616 33554432000 4194304 5990268 140735114764512 140735114758240 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19163/statm: 6747 4616 158 439 0 6304 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 36136

[startup+12.7004 s]
/proc/loadavg: 1.99 1.97 1.96 3/182 19257
/proc/meminfo: memFree=29454920/32873852 swapFree=7624/7624
[pid=19162] ppid=19160 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19162/stat : 19162 (npSolver-wbo-It) S 19160 19162 20162 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288400155 9367552 275 33554432000 4194304 5064252 140734401025360 140734401024272 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19162/statm: 2287 275 233 213 0 72 0
[pid=19163] ppid=19162 vsize=46612 CPUtime=6.64 cores=0,2,4,6
/proc/19163/stat : 19163 (npSolver-wbo) S 19162 19162 20162 0 -1 4202496 7955 46531 0 0 73 20 503 68 20 0 1 0 288400155 47730688 9113 33554432000 4194304 5990268 140735114764512 140735114755920 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19163/statm: 11653 9113 179 439 0 11210 0
[pid=19221] ppid=19163 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19221/stat : 19221 (satsolver.sh) S 19163 19162 20162 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288400821 9367552 266 33554432000 4194304 5064252 140736803416896 140736803415808 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19221/statm: 2287 266 226 213 0 72 0
[pid=19222] ppid=19221 vsize=95384 CPUtime=6.03 cores=0,2,4,6
/proc/19222/stat : 19222 (glucose) R 19221 19162 20162 0 -1 4202496 17073 0 0 0 600 3 0 0 20 0 1 0 288400821 97673216 21050 33554432000 4194304 5208918 140734824276240 140734824274104 4229999 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19222/statm: 23846 21050 103 248 0 23595 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 160292

[startup+25.5004 s]
/proc/loadavg: 1.99 1.97 1.96 3/182 19348
/proc/meminfo: memFree=29437168/32873852 swapFree=7624/7624
[pid=19162] ppid=19160 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19162/stat : 19162 (npSolver-wbo-It) S 19160 19162 20162 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288400155 9367552 275 33554432000 4194304 5064252 140734401025360 140734401024272 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19162/statm: 2287 275 233 213 0 72 0
[pid=19163] ppid=19162 vsize=46612 CPUtime=6.64 cores=0,2,4,6
/proc/19163/stat : 19163 (npSolver-wbo) S 19162 19162 20162 0 -1 4202496 7955 46531 0 0 73 20 503 68 20 0 1 0 288400155 47730688 9113 33554432000 4194304 5990268 140735114764512 140735114755920 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19163/statm: 11653 9113 179 439 0 11210 0
[pid=19221] ppid=19163 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19221/stat : 19221 (satsolver.sh) S 19163 19162 20162 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288400821 9367552 266 33554432000 4194304 5064252 140736803416896 140736803415808 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19221/statm: 2287 266 226 213 0 72 0
[pid=19222] ppid=19221 vsize=114060 CPUtime=18.83 cores=0,2,4,6
/proc/19222/stat : 19222 (glucose) R 19221 19162 20162 0 -1 4202496 19018 0 0 0 1879 4 0 0 20 0 1 0 288400821 116797440 25403 33554432000 4194304 5208918 140734824276240 140734824274184 4229577 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19222/statm: 28515 25403 103 248 0 28264 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 178968

[startup+51.1004 s]
/proc/loadavg: 2.07 1.99 1.96 3/181 19523
/proc/meminfo: memFree=29435256/32873852 swapFree=7624/7624
[pid=19162] ppid=19160 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19162/stat : 19162 (npSolver-wbo-It) S 19160 19162 20162 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288400155 9367552 275 33554432000 4194304 5064252 140734401025360 140734401024272 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19162/statm: 2287 275 233 213 0 72 0
[pid=19163] ppid=19162 vsize=46612 CPUtime=6.64 cores=0,2,4,6
/proc/19163/stat : 19163 (npSolver-wbo) S 19162 19162 20162 0 -1 4202496 7955 46531 0 0 73 20 503 68 20 0 1 0 288400155 47730688 9113 33554432000 4194304 5990268 140735114764512 140735114755920 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19163/statm: 11653 9113 179 439 0 11210 0
[pid=19221] ppid=19163 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19221/stat : 19221 (satsolver.sh) S 19163 19162 20162 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288400821 9367552 266 33554432000 4194304 5064252 140736803416896 140736803415808 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19221/statm: 2287 266 226 213 0 72 0
[pid=19222] ppid=19221 vsize=114060 CPUtime=44.42 cores=0,2,4,6
/proc/19222/stat : 19222 (glucose) R 19221 19162 20162 0 -1 4202496 19021 0 0 0 4438 4 0 0 20 0 1 0 288400821 116797440 25915 33554432000 4194304 5208918 140734824276240 140734824274184 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19222/statm: 28515 25915 103 248 0 28264 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 178968

[startup+102.307 s]
/proc/loadavg: 2.03 1.99 1.96 3/181 19881
/proc/meminfo: memFree=29434656/32873852 swapFree=7624/7624
[pid=19162] ppid=19160 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19162/stat : 19162 (npSolver-wbo-It) S 19160 19162 20162 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288400155 9367552 275 33554432000 4194304 5064252 140734401025360 140734401024272 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19162/statm: 2287 275 233 213 0 72 0
[pid=19163] ppid=19162 vsize=46612 CPUtime=90.3 cores=0,2,4,6
/proc/19163/stat : 19163 (npSolver-wbo) S 19162 19162 20162 0 -1 4202496 11014 75525 0 0 82 21 8838 89 20 0 1 0 288400155 47730688 9114 33554432000 4194304 5990268 140735114764512 140735114755920 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19163/statm: 11653 9114 180 439 0 11210 0
[pid=19803] ppid=19163 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19803/stat : 19803 (satsolver.sh) S 19163 19162 20162 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288409189 9367552 267 33554432000 4194304 5064252 140734755352320 140734755351232 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19803/statm: 2287 267 226 213 0 72 0
[pid=19804] ppid=19803 vsize=114056 CPUtime=11.95 cores=0,2,4,6
/proc/19804/stat : 19804 (glucose) R 19803 19162 20162 0 -1 4202496 19268 0 0 0 1191 4 0 0 20 0 1 0 288409189 116793344 25800 33554432000 4194304 5208918 140734942163600 140734942161544 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19804/statm: 28514 25800 103 248 0 28263 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 178964

[startup+162.3 s]
/proc/loadavg: 2.01 1.99 1.96 3/181 20292
/proc/meminfo: memFree=29411696/32873852 swapFree=7624/7624
[pid=19162] ppid=19160 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19162/stat : 19162 (npSolver-wbo-It) S 19160 19162 20162 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288400155 9367552 275 33554432000 4194304 5064252 140734401025360 140734401024272 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19162/statm: 2287 275 233 213 0 72 0
[pid=19163] ppid=19162 vsize=46612 CPUtime=90.3 cores=0,2,4,6
/proc/19163/stat : 19163 (npSolver-wbo) S 19162 19162 20162 0 -1 4202496 11014 75525 0 0 82 21 8838 89 20 0 1 0 288400155 47730688 9114 33554432000 4194304 5990268 140735114764512 140735114755920 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19163/statm: 11653 9114 180 439 0 11210 0
[pid=19803] ppid=19163 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19803/stat : 19803 (satsolver.sh) S 19163 19162 20162 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288409189 9367552 267 33554432000 4194304 5064252 140734755352320 140734755351232 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/19803/statm: 2287 267 226 213 0 72 0
[pid=19804] ppid=19803 vsize=132912 CPUtime=71.93 cores=0,2,4,6
/proc/19804/stat : 19804 (glucose) R 19803 19162 20162 0 -1 4202496 20148 0 0 0 7188 5 0 0 20 0 1 0 288409189 136101888 31617 33554432000 4194304 5208918 140734942163600 140734942161544 4205165 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19804/statm: 33228 31617 103 248 0 32977 0
Current children cumulated CPU time (s) 162.23

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


[startup+1362.3 s]
/proc/loadavg: 2.74 2.24 2.08 3/181 27292
/proc/meminfo: memFree=29367804/32873852 swapFree=7624/7624
[pid=19162] ppid=19160 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19162/stat : 19162 (npSolver-wbo-It) S 19160 19162 20162 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288400155 9367552 275 33554432000 4194304 5064252 140734401025360 140734401024272 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19162/statm: 2287 275 233 213 0 72 0
[pid=19163] ppid=19162 vsize=46612 CPUtime=1326.25 cores=0,2,4,6
/proc/19163/stat : 19163 (npSolver-wbo) S 19162 19162 20162 0 -1 4202496 56884 526352 0 0 218 37 131998 372 20 0 1 0 288400155 47730688 9114 33554432000 4194304 5990268 140735114764512 140735114755920 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19163/statm: 11653 9114 180 439 0 11210 0
[pid=27091] ppid=19163 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27091/stat : 27091 (satsolver.sh) S 19163 19162 20162 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288532814 9367552 266 33554432000 4194304 5064252 140734709220128 140734709219040 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/27091/statm: 2287 266 226 213 0 72 0
[pid=27092] ppid=27091 vsize=114064 CPUtime=35.68 cores=0,2,4,6
/proc/27092/stat : 27092 (glucose) R 27091 19162 20162 0 -1 4202496 19058 0 0 0 3563 5 0 0 20 0 1 0 288532814 116801536 26610 33554432000 4194304 5208918 140736624154240 140736624152184 4229456 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27092/statm: 28516 26610 103 248 0 28265 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 178972

[startup+1422.31 s]
/proc/loadavg: 2.27 2.19 2.07 3/181 27642
/proc/meminfo: memFree=29347880/32873852 swapFree=7624/7624
[pid=19162] ppid=19160 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19162/stat : 19162 (npSolver-wbo-It) S 19160 19162 20162 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288400155 9367552 275 33554432000 4194304 5064252 140734401025360 140734401024272 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19162/statm: 2287 275 233 213 0 72 0
[pid=19163] ppid=19162 vsize=46612 CPUtime=1407.93 cores=0,2,4,6
/proc/19163/stat : 19163 (npSolver-wbo) S 19162 19162 20162 0 -1 4202496 59942 556046 0 0 227 38 140135 393 20 0 1 0 288400155 47730688 9114 33554432000 4194304 5990268 140735114764512 140735114755920 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19163/statm: 11653 9114 180 439 0 11210 0
[pid=27564] ppid=19163 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27564/stat : 27564 (satsolver.sh) S 19163 19162 20162 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288540997 9367552 266 33554432000 4194304 5064252 140733621742400 140733621741312 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/27564/statm: 2287 266 226 213 0 72 0
[pid=27565] ppid=27564 vsize=114056 CPUtime=13.87 cores=0,2,4,6
/proc/27565/stat : 27565 (glucose) R 27564 19162 20162 0 -1 4202496 19319 0 0 0 1383 4 0 0 20 0 1 0 288540997 116793344 25476 33554432000 4194304 5208918 140735816446864 140735816444808 4229776 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27565/statm: 28514 25476 103 248 0 28263 0
Current children cumulated CPU time (s) 1421.8
Current children cumulated vsize (KiB) 178964

[startup+1482.3 s]
/proc/loadavg: 2.82 2.33 2.12 3/181 27974
/proc/meminfo: memFree=29327984/32873852 swapFree=7624/7624
[pid=19162] ppid=19160 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19162/stat : 19162 (npSolver-wbo-It) S 19160 19162 20162 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288400155 9367552 275 33554432000 4194304 5064252 140734401025360 140734401024272 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19162/statm: 2287 275 233 213 0 72 0
[pid=19163] ppid=19162 vsize=46612 CPUtime=1407.93 cores=0,2,4,6
/proc/19163/stat : 19163 (npSolver-wbo) S 19162 19162 20162 0 -1 4202496 59942 556046 0 0 227 38 140135 393 20 0 1 0 288400155 47730688 9114 33554432000 4194304 5990268 140735114764512 140735114755920 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19163/statm: 11653 9114 180 439 0 11210 0
[pid=27564] ppid=19163 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27564/stat : 27564 (satsolver.sh) S 19163 19162 20162 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288540997 9367552 266 33554432000 4194304 5064252 140733621742400 140733621741312 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/27564/statm: 2287 266 226 213 0 72 0
[pid=27565] ppid=27564 vsize=132912 CPUtime=73.85 cores=0,2,4,6
/proc/27565/stat : 27565 (glucose) R 27564 19162 20162 0 -1 4202496 20105 0 0 0 7380 5 0 0 20 0 1 0 288540997 136101888 31378 33554432000 4194304 5208918 140735816446864 140735816444808 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27565/statm: 33228 31378 103 248 0 32977 0
Current children cumulated CPU time (s) 1481.78
Current children cumulated vsize (KiB) 197820

[startup+1542.3 s]
/proc/loadavg: 3.00 2.48 2.18 3/181 28321
/proc/meminfo: memFree=29334812/32873852 swapFree=7624/7624
[pid=19162] ppid=19160 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19162/stat : 19162 (npSolver-wbo-It) S 19160 19162 20162 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288400155 9367552 275 33554432000 4194304 5064252 140734401025360 140734401024272 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19162/statm: 2287 275 233 213 0 72 0
[pid=19163] ppid=19162 vsize=46612 CPUtime=1489.7 cores=0,2,4,6
/proc/19163/stat : 19163 (npSolver-wbo) S 19162 19162 20162 0 -1 4202496 63000 585460 0 0 236 40 148283 411 20 0 1 0 288400155 47730688 9114 33554432000 4194304 5990268 140735114764512 140735114755920 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19163/statm: 11653 9114 180 439 0 11210 0
[pid=28029] ppid=19163 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28029/stat : 28029 (satsolver.sh) S 19163 19162 20162 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 288549176 9367552 267 33554432000 4194304 5064252 140736512800256 140736512799168 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/28029/statm: 2287 267 226 213 0 72 0
[pid=28030] ppid=28029 vsize=114060 CPUtime=52.06 cores=0,2,4,6
/proc/28030/stat : 28030 (glucose) R 28029 19162 20162 0 -1 4202496 19573 0 0 0 5201 5 0 0 20 0 1 0 288549176 116797440 26733 33554432000 4194304 5208918 140736254052912 140736254051000 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28030/statm: 28515 26733 103 248 0 28264 0
Current children cumulated CPU time (s) 1541.76
Current children cumulated vsize (KiB) 178968

[startup+1602.3 s]
/proc/loadavg: 2.24 2.36 2.16 3/181 28667
/proc/meminfo: memFree=29348556/32873852 swapFree=7624/7624
[pid=19162] ppid=19160 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19162/stat : 19162 (npSolver-wbo-It) S 19160 19162 20162 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288400155 9367552 275 33554432000 4194304 5064252 140734401025360 140734401024272 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19162/statm: 2287 275 233 213 0 72 0
[pid=19163] ppid=19162 vsize=46612 CPUtime=1571.17 cores=0,2,4,6
/proc/19163/stat : 19163 (npSolver-wbo) S 19162 19162 20162 0 -1 4202496 66058 614319 0 0 246 41 156400 430 20 0 1 0 288400155 47730688 9114 33554432000 4194304 5990268 140735114764512 140735114755920 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19163/statm: 11653 9114 180 439 0 11210 0
[pid=28498] ppid=19163 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28498/stat : 28498 (satsolver.sh) S 19163 19162 20162 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288557324 9367552 267 33554432000 4194304 5064252 140736116817552 140736116816464 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/28498/statm: 2287 267 226 213 0 72 0
[pid=28499] ppid=28498 vsize=114056 CPUtime=30.58 cores=0,2,4,6
/proc/28499/stat : 28499 (glucose) R 28498 19162 20162 0 -1 4202496 19917 0 0 0 3054 4 0 0 20 0 1 0 288557324 116793344 26740 33554432000 4194304 5208918 140733505579952 140733505577896 4229021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28499/statm: 28514 26740 103 248 0 28263 0
Current children cumulated CPU time (s) 1601.75
Current children cumulated vsize (KiB) 178964

[startup+1662.3 s]
/proc/loadavg: 2.13 2.30 2.15 3/180 29023
/proc/meminfo: memFree=29411184/32873852 swapFree=7624/7624
[pid=19162] ppid=19160 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19162/stat : 19162 (npSolver-wbo-It) S 19160 19162 20162 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288400155 9367552 275 33554432000 4194304 5064252 140734401025360 140734401024272 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19162/statm: 2287 275 233 213 0 72 0
[pid=19163] ppid=19162 vsize=46612 CPUtime=1653 cores=0,2,4,6
/proc/19163/stat : 19163 (npSolver-wbo) S 19162 19162 20162 0 -1 4202496 69116 643609 0 0 254 42 164555 449 20 0 1 0 288400155 47730688 9114 33554432000 4194304 5990268 140735114764512 140735114755920 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19163/statm: 11653 9114 180 439 0 11210 0
[pid=28972] ppid=19163 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28972/stat : 28972 (satsolver.sh) S 19163 19162 20162 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288565511 9367552 266 33554432000 4194304 5064252 140734390824768 140734390823680 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/28972/statm: 2287 266 226 213 0 72 0
[pid=28973] ppid=28972 vsize=102564 CPUtime=8.73 cores=0,2,4,6
/proc/28973/stat : 28973 (glucose) R 28972 19162 20162 0 -1 4202496 18503 0 0 0 869 4 0 0 20 0 1 0 288565511 105025536 21954 33554432000 4194304 5208918 140736806952720 140736806950584 4229717 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28973/statm: 25641 21954 103 248 0 25390 0
Current children cumulated CPU time (s) 1661.73
Current children cumulated vsize (KiB) 167472

[startup+1722.3 s]
/proc/loadavg: 2.08 2.26 2.15 3/182 29377
/proc/meminfo: memFree=29317136/32873852 swapFree=7624/7624
[pid=19162] ppid=19160 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19162/stat : 19162 (npSolver-wbo-It) S 19160 19162 20162 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288400155 9367552 275 33554432000 4194304 5064252 140734401025360 140734401024272 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19162/statm: 2287 275 233 213 0 72 0
[pid=19163] ppid=19162 vsize=46612 CPUtime=1653 cores=0,2,4,6
/proc/19163/stat : 19163 (npSolver-wbo) S 19162 19162 20162 0 -1 4202496 69116 643609 0 0 254 42 164555 449 20 0 1 0 288400155 47730688 9114 33554432000 4194304 5990268 140735114764512 140735114755920 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19163/statm: 11653 9114 180 439 0 11210 0
[pid=28972] ppid=19163 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28972/stat : 28972 (satsolver.sh) S 19163 19162 20162 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288565511 9367552 266 33554432000 4194304 5064252 140734390824768 140734390823680 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/28972/statm: 2287 266 226 213 0 72 0
[pid=28973] ppid=28972 vsize=132912 CPUtime=68.71 cores=0,2,4,6
/proc/28973/stat : 28973 (glucose) R 28972 19162 20162 0 -1 4202496 20572 0 0 0 6866 5 0 0 20 0 1 0 288565511 136101888 30927 33554432000 4194304 5208918 140736806952720 140736806950664 4229692 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28973/statm: 33228 30927 103 248 0 32977 0
Current children cumulated CPU time (s) 1721.71
Current children cumulated vsize (KiB) 197820

[startup+1782.3 s]
/proc/loadavg: 2.03 2.21 2.14 3/181 29720
/proc/meminfo: memFree=29330424/32873852 swapFree=7624/7624
[pid=19162] ppid=19160 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19162/stat : 19162 (npSolver-wbo-It) S 19160 19162 20162 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288400155 9367552 275 33554432000 4194304 5064252 140734401025360 140734401024272 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19162/statm: 2287 275 233 213 0 72 0
[pid=19163] ppid=19162 vsize=46612 CPUtime=1738.49 cores=0,2,4,6
/proc/19163/stat : 19163 (npSolver-wbo) S 19162 19162 20162 0 -1 4202496 72174 673948 0 0 264 43 173075 467 20 0 1 0 288400155 47730688 9114 33554432000 4194304 5990268 140735114764512 140735114755920 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19163/statm: 11653 9114 180 439 0 11210 0
[pid=29481] ppid=19163 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29481/stat : 29481 (satsolver.sh) S 19163 19162 20162 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288574061 9367552 267 33554432000 4194304 5064252 140737345580800 140737345579712 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/29481/statm: 2287 267 226 213 0 72 0
[pid=29482] ppid=29481 vsize=114056 CPUtime=43.21 cores=0,2,4,6
/proc/29482/stat : 29482 (glucose) R 29481 19162 20162 0 -1 4202496 19463 0 0 0 4316 5 0 0 20 0 1 0 288574061 116793344 26717 33554432000 4194304 5208918 140734556306768 140734556304712 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29482/statm: 28514 26717 103 248 0 28263 0
Current children cumulated CPU time (s) 1781.7
Current children cumulated vsize (KiB) 178964



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.02 2.19 2.13 3/181 29825
/proc/meminfo: memFree=29316632/32873852 swapFree=7624/7624
[pid=19162] ppid=19160 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19162/stat : 19162 (npSolver-wbo-It) S 19160 19162 20162 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 288400155 9367552 275 33554432000 4194304 5064252 140734401025360 140734401024272 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19162/statm: 2287 275 233 213 0 72 0
[pid=19163] ppid=19162 vsize=46612 CPUtime=1738.49 cores=0,2,4,6
/proc/19163/stat : 19163 (npSolver-wbo) S 19162 19162 20162 0 -1 4202496 72174 673948 0 0 264 43 173075 467 20 0 1 0 288400155 47730688 9114 33554432000 4194304 5990268 140735114764512 140735114755920 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19163/statm: 11653 9114 180 439 0 11210 0
[pid=29481] ppid=19163 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29481/stat : 29481 (satsolver.sh) S 19163 19162 20162 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 288574061 9367552 267 33554432000 4194304 5064252 140737345580800 140737345579712 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/29481/statm: 2287 267 226 213 0 72 0
[pid=29482] ppid=29481 vsize=132912 CPUtime=61.52 cores=0,2,4,6
/proc/29482/stat : 29482 (glucose) R 29481 19162 20162 0 -1 4202496 19902 0 0 0 6146 6 0 0 20 0 1 0 288574061 136101888 30684 33554432000 4194304 5208918 140734556306768 140734556304712 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29482/statm: 33228 30684 103 248 0 32977 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 197820

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.62
CPU time (s): 1800.05
CPU user time (s): 1794.87
CPU system time (s): 5.18221
CPU usage (%): 99.9685
Max. virtual memory (cumulated for all children) (KiB): 231300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.87
system time used= 5.18221
maximum resident set size= 168844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 767015
page faults= 0
swaps= 0
block input operations= 0
block output operations= 600304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14582
involuntary context switches= 2124

runsolver used 4.44732 second user time and 10.7274 second system time

The end

Launcher Data

Begin job on node131 at 2012-05-28 18:32:27
IDJOB=3715289
IDBENCH=79179
IDSOLVER=2297
FILE ID=node131/3715289-1338222747
RUNJOBID= node131-1338189901-20179
PBS_JOBID= 14624570
Free space on /tmp= 71720 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-75-70--soft-0-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3715289-1338222747/watcher-3715289-1338222747 -o /tmp/evaluation-result-3715289-1338222747/solver-3715289-1338222747 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715289-1338222747.wbo 95961860 HOME HOME

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

MD5SUM BENCH= 3c416dfc7b9a20db215e1b491e013711
RANDOM SEED=95961860

node131.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.805
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.61
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.805
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.805
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.805
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.805
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.805
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.805
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.805
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        29603868 kB
Buffers:          512844 kB
Cached:          1882884 kB
SwapCached:         2328 kB
Active:           777792 kB
Inactive:        1644044 kB
Active(anon):      24716 kB
Inactive(anon):      976 kB
Active(file):     753076 kB
Inactive(file):  1643068 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099048 kB
Dirty:             10372 kB
Writeback:             0 kB
AnonPages:         33924 kB
Mapped:            15272 kB
Shmem:                 0 kB
Slab:             708384 kB
SReclaimable:     150156 kB
SUnreclaim:       558228 kB
KernelStack:        1536 kB
PageTables:         3920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     147388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 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= 71676 MiB
End job on node131 at 2012-05-28 19:02:28