Trace number 3715677

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.06 1800.51

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-75-70--soft-33-100-0.wbo
MD5SUMbbaf7e04a2e14186c5cc5b74d1689780
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark3.52746
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 constraints94
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 4943
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 4942
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.61	c run usual solver
6.48/6.51	o 2863
6.48/6.51	c starting approximation
6.48/6.51	c factor = 2
6.48/6.51	c current bound: 1431
90.10/90.59	c current bound: 1431
172.23/172.31	c current bound: 1431
252.80/252.99	c current bound: 1431
334.29/334.46	c current bound: 1431
415.67/415.83	c current bound: 1431
496.99/497.58	c current bound: 1431
579.13/579.31	c current bound: 1431
662.47/663.08	c current bound: 1431
744.46/745.06	c current bound: 1431
828.08/828.74	c current bound: 1431
909.55/909.86	c current bound: 1431
991.28/991.99	c current bound: 1431
1073.41/1073.77	c current bound: 1431
1157.00/1157.75	c current bound: 1431
1239.27/1239.66	c current bound: 1431
1323.06/1323.84	c current bound: 1431
1404.56/1405.35	c current bound: 1431
1488.32/1488.72	c current bound: 1431
1570.08/1570.50	c current bound: 1431
1651.87/1652.31	c current bound: 1431
1733.18/1734.07	c current bound: 1431
1800.03/1800.50	./satsolver.sh: line 5: 32142 Terminated              ./glucose $1 > $2 2> /dev/null
1800.03/1800.50	c error: unexpected solver exit code
1800.03/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-3715677-1338187361/watcher-3715677-1338187361 -o /tmp/evaluation-result-3715677-1338187361/solver-3715677-1338187361 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715677-1338187361.wbo 1580566686 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.75 1.91 1.87 3/179 23908
/proc/meminfo: memFree=28799784/32873844 swapFree=7116/7116
[pid=23908] ppid=23906 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23908/stat : 23908 (npSolver-wbo-It) S 23906 23908 18846 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284861165 9367552 275 33554432000 4194304 5064252 140733498193968 140733498192880 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23908/statm: 2287 275 233 213 0 72 0

[startup+0.00952795 s]
/proc/loadavg: 1.75 1.91 1.87 3/179 23908
/proc/meminfo: memFree=28799784/32873844 swapFree=7116/7116
[pid=23908] ppid=23906 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23908/stat : 23908 (npSolver-wbo-It) S 23906 23908 18846 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284861165 9367552 275 33554432000 4194304 5064252 140733498193968 140733498192880 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23908/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100273 s]
/proc/loadavg: 1.75 1.91 1.87 3/179 23908
/proc/meminfo: memFree=28799784/32873844 swapFree=7116/7116
[pid=23908] ppid=23906 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23908/stat : 23908 (npSolver-wbo-It) S 23906 23908 18846 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284861165 9367552 275 33554432000 4194304 5064252 140733498193968 140733498192880 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23908/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300271 s]
/proc/loadavg: 1.75 1.91 1.87 3/179 23908
/proc/meminfo: memFree=28799784/32873844 swapFree=7116/7116
[pid=23908] ppid=23906 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23908/stat : 23908 (npSolver-wbo-It) S 23906 23908 18846 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284861165 9367552 275 33554432000 4194304 5064252 140733498193968 140733498192880 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23908/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700256 s]
/proc/loadavg: 1.75 1.91 1.87 3/179 23908
/proc/meminfo: memFree=28799784/32873844 swapFree=7116/7116
[pid=23908] ppid=23906 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23908/stat : 23908 (npSolver-wbo-It) S 23906 23908 18846 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284861165 9367552 275 33554432000 4194304 5064252 140733498193968 140733498192880 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23908/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: 1.75 1.91 1.87 3/181 23917
/proc/meminfo: memFree=28727944/32873844 swapFree=7116/7116
[pid=23908] ppid=23906 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23908/stat : 23908 (npSolver-wbo-It) S 23906 23908 18846 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284861165 9367552 275 33554432000 4194304 5064252 140733498193968 140733498192880 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23908/statm: 2287 275 233 213 0 72 0
[pid=23909] ppid=23908 vsize=18796 CPUtime=0.6 cores=0,2,4,6
/proc/23909/stat : 23909 (npSolver-wbo) S 23908 23908 18846 0 -1 4202496 4979 0 0 0 58 2 0 0 20 0 1 0 284861165 19247104 4079 33554432000 4194304 5990268 140736558077248 140736558070400 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23909/statm: 4699 4079 156 439 0 4256 0
[pid=23914] ppid=23909 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23914/stat : 23914 (cp2_pre.sh) S 23909 23908 18846 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 284861226 9367552 277 33554432000 4194304 5064252 140737004689632 140737004688336 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23914/statm: 2287 277 234 213 0 72 0
[pid=23915] ppid=23914 vsize=142964 CPUtime=0.88 cores=0,2,4,6
/proc/23915/stat : 23915 (coprocessor) R 23914 23908 18846 0 -1 4202496 26300 0 0 0 83 5 0 0 20 0 1 0 284861227 146395136 34680 33554432000 4194304 6586260 140734861914432 140734861910696 4683467 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/23915/statm: 35741 34680 191 584 0 35153 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 180056

[startup+3.10037 s]
/proc/loadavg: 1.75 1.91 1.87 3/184 23922
/proc/meminfo: memFree=28678300/32873844 swapFree=7116/7116
[pid=23908] ppid=23906 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23908/stat : 23908 (npSolver-wbo-It) S 23906 23908 18846 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284861165 9367552 275 33554432000 4194304 5064252 140733498193968 140733498192880 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23908/statm: 2287 275 233 213 0 72 0
[pid=23909] ppid=23908 vsize=18796 CPUtime=0.6 cores=0,2,4,6
/proc/23909/stat : 23909 (npSolver-wbo) S 23908 23908 18846 0 -1 4202496 4979 0 0 0 58 2 0 0 20 0 1 0 284861165 19247104 4079 33554432000 4194304 5990268 140736558077248 140736558070400 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23909/statm: 4699 4079 156 439 0 4256 0
[pid=23914] ppid=23909 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23914/stat : 23914 (cp2_pre.sh) S 23909 23908 18846 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 284861226 9367552 277 33554432000 4194304 5064252 140737004689632 140737004688336 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23914/statm: 2287 277 234 213 0 72 0
[pid=23915] ppid=23914 vsize=145996 CPUtime=2.47 cores=0,2,4,6
/proc/23915/stat : 23915 (coprocessor) R 23914 23908 18846 0 -1 4202496 27000 0 0 0 242 5 0 0 20 0 1 0 284861227 149499904 35380 33554432000 4194304 6586260 140734861914432 140734861910024 4667130 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/23915/statm: 36499 35380 196 584 0 35911 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 183088

[startup+6.30032 s]
/proc/loadavg: 1.85 1.93 1.87 3/183 23939
/proc/meminfo: memFree=28734828/32873844 swapFree=7116/7116
[pid=23908] ppid=23906 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23908/stat : 23908 (npSolver-wbo-It) S 23906 23908 18846 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284861165 9367552 275 33554432000 4194304 5064252 140733498193968 140733498192880 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23908/statm: 2287 275 233 213 0 72 0
[pid=23909] ppid=23908 vsize=24892 CPUtime=6.28 cores=0,2,4,6
/proc/23909/stat : 23909 (npSolver-wbo) R 23908 23908 18846 0 -1 4202496 6191 47341 0 0 59 2 495 72 20 0 1 0 284861165 25489408 5210 33554432000 4194304 5990268 140736558077248 140736558070976 4273593 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23909/statm: 6223 5210 160 439 0 5780 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 34040

[startup+12.7004 s]
/proc/loadavg: 1.86 1.93 1.88 3/183 23978
/proc/meminfo: memFree=28684076/32873844 swapFree=7116/7116
[pid=23908] ppid=23906 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23908/stat : 23908 (npSolver-wbo-It) S 23906 23908 18846 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284861165 9367552 275 33554432000 4194304 5064252 140733498193968 140733498192880 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23908/statm: 2287 275 233 213 0 72 0
[pid=23909] ppid=23908 vsize=34216 CPUtime=6.54 cores=0,2,4,6
/proc/23909/stat : 23909 (npSolver-wbo) S 23908 23908 18846 0 -1 4202496 8529 47856 0 0 67 20 495 72 20 0 1 0 284861165 35037184 7899 33554432000 4194304 5990268 140736558077248 140736558068656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23909/statm: 8554 7899 179 439 0 8111 0
[pid=23949] ppid=23909 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23949/stat : 23949 (satsolver.sh) S 23909 23908 18846 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284861823 9367552 266 33554432000 4194304 5064252 140733656453952 140733656452864 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23949/statm: 2287 266 226 213 0 72 0
[pid=23950] ppid=23949 vsize=75436 CPUtime=6.11 cores=0,2,4,6
/proc/23950/stat : 23950 (glucose) R 23949 23908 18846 0 -1 4202496 17074 0 0 0 609 2 0 0 20 0 1 0 284861823 77246464 15806 33554432000 4194304 5208918 140736160664256 140736160662104 4229483 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23950/statm: 18859 15806 104 248 0 18608 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 127948

[startup+25.5004 s]
/proc/loadavg: 1.97 1.95 1.88 3/183 24037
/proc/meminfo: memFree=28669648/32873844 swapFree=7116/7116
[pid=23908] ppid=23906 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23908/stat : 23908 (npSolver-wbo-It) S 23906 23908 18846 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284861165 9367552 275 33554432000 4194304 5064252 140733498193968 140733498192880 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23908/statm: 2287 275 233 213 0 72 0
[pid=23909] ppid=23908 vsize=34216 CPUtime=6.54 cores=0,2,4,6
/proc/23909/stat : 23909 (npSolver-wbo) S 23908 23908 18846 0 -1 4202496 8529 47856 0 0 67 20 495 72 20 0 1 0 284861165 35037184 7899 33554432000 4194304 5990268 140736558077248 140736558068656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23909/statm: 8554 7899 179 439 0 8111 0
[pid=23949] ppid=23909 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23949/stat : 23949 (satsolver.sh) S 23909 23908 18846 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284861823 9367552 266 33554432000 4194304 5064252 140733656453952 140733656452864 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23949/statm: 2287 266 226 213 0 72 0
[pid=23950] ppid=23949 vsize=105656 CPUtime=18.91 cores=0,2,4,6
/proc/23950/stat : 23950 (glucose) R 23949 23908 18846 0 -1 4202496 18278 0 0 0 1888 3 0 0 20 0 1 0 284861823 108191744 21502 33554432000 4194304 5208918 140736160664256 140736160662120 4239873 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23950/statm: 26414 21502 104 248 0 26163 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 158168

[startup+51.1004 s]
/proc/loadavg: 1.84 1.92 1.87 3/183 24153
/proc/meminfo: memFree=28641952/32873844 swapFree=7116/7116
[pid=23908] ppid=23906 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23908/stat : 23908 (npSolver-wbo-It) S 23906 23908 18846 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284861165 9367552 275 33554432000 4194304 5064252 140733498193968 140733498192880 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23908/statm: 2287 275 233 213 0 72 0
[pid=23909] ppid=23908 vsize=34216 CPUtime=6.54 cores=0,2,4,6
/proc/23909/stat : 23909 (npSolver-wbo) S 23908 23908 18846 0 -1 4202496 8529 47856 0 0 67 20 495 72 20 0 1 0 284861165 35037184 7899 33554432000 4194304 5990268 140736558077248 140736558068656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23909/statm: 8554 7899 179 439 0 8111 0
[pid=23949] ppid=23909 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23949/stat : 23949 (satsolver.sh) S 23909 23908 18846 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284861823 9367552 266 33554432000 4194304 5064252 140733656453952 140733656452864 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23949/statm: 2287 266 226 213 0 72 0
[pid=23950] ppid=23949 vsize=125080 CPUtime=44.5 cores=0,2,4,6
/proc/23950/stat : 23950 (glucose) R 23949 23908 18846 0 -1 4202496 19551 0 0 0 4447 3 0 0 20 0 1 0 284861823 128081920 27264 33554432000 4194304 5208918 140736160664256 140736160662248 4229999 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23950/statm: 31270 27264 104 248 0 31019 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 177592

[startup+102.307 s]
/proc/loadavg: 1.97 1.94 1.88 3/183 24401
/proc/meminfo: memFree=28671696/32873844 swapFree=7116/7116
[pid=23908] ppid=23906 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23908/stat : 23908 (npSolver-wbo-It) S 23906 23908 18846 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284861165 9367552 275 33554432000 4194304 5064252 140733498193968 140733498192880 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23908/statm: 2287 275 233 213 0 72 0
[pid=23909] ppid=23908 vsize=34216 CPUtime=90.61 cores=0,2,4,6
/proc/23909/stat : 23909 (npSolver-wbo) S 23908 23908 18846 0 -1 4202496 12473 78017 0 0 74 21 8877 89 20 0 1 0 284861165 35037184 7900 33554432000 4194304 5990268 140736558077248 140736558068656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23909/statm: 8554 7900 180 439 0 8111 0
[pid=24348] ppid=23909 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24348/stat : 24348 (satsolver.sh) S 23909 23908 18846 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284870231 9367552 267 33554432000 4194304 5064252 140735605883296 140735605882208 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24348/statm: 2287 267 226 213 0 72 0
[pid=24349] ppid=24348 vsize=94048 CPUtime=11.63 cores=0,2,4,6
/proc/24349/stat : 24349 (glucose) R 24348 23908 18846 0 -1 4202496 17389 0 0 0 1160 3 0 0 20 0 1 0 284870231 96305152 19623 33554432000 4194304 5208918 140733749518032 140733749515896 4229538 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24349/statm: 23512 19623 104 248 0 23261 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 146560

[startup+162.3 s]
/proc/loadavg: 1.97 1.96 1.90 3/183 24678
/proc/meminfo: memFree=28645892/32873844 swapFree=7116/7116
[pid=23908] ppid=23906 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23908/stat : 23908 (npSolver-wbo-It) S 23906 23908 18846 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284861165 9367552 275 33554432000 4194304 5064252 140733498193968 140733498192880 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23908/statm: 2287 275 233 213 0 72 0
[pid=23909] ppid=23908 vsize=34216 CPUtime=90.61 cores=0,2,4,6
/proc/23909/stat : 23909 (npSolver-wbo) S 23908 23908 18846 0 -1 4202496 12473 78017 0 0 74 21 8877 89 20 0 1 0 284861165 35037184 7900 33554432000 4194304 5990268 140736558077248 140736558068656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23909/statm: 8554 7900 180 439 0 8111 0
[pid=24348] ppid=23909 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24348/stat : 24348 (satsolver.sh) S 23909 23908 18846 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284870231 9367552 267 33554432000 4194304 5064252 140735605883296 140735605882208 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24348/statm: 2287 267 226 213 0 72 0
[pid=24349] ppid=24348 vsize=143932 CPUtime=71.61 cores=0,2,4,6
/proc/24349/stat : 24349 (glucose) R 24348 23908 18846 0 -1 4202496 20708 0 0 0 7156 5 0 0 20 0 1 0 284870231 147386368 25789 33554432000 4194304 5208918 140733749518032 140733749515976 4229338 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24349/statm: 35983 25789 104 248 0 35732 0
Current children cumulated CPU time (s) 162.22

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.02 1.98 3/183 30664
/proc/meminfo: memFree=28662404/32873844 swapFree=7116/7116
[pid=23908] ppid=23906 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23908/stat : 23908 (npSolver-wbo-It) S 23906 23908 18846 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284861165 9367552 275 33554432000 4194304 5064252 140733498193968 140733498192880 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23908/statm: 2287 275 233 213 0 72 0
[pid=23909] ppid=23908 vsize=34216 CPUtime=1405.05 cores=0,2,4,6
/proc/23909/stat : 23909 (npSolver-wbo) S 23908 23908 18846 0 -1 4202496 75561 547247 0 0 178 36 139930 361 20 0 1 0 284861165 35037184 7900 33554432000 4194304 5990268 140736558077248 140736558068656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23909/statm: 8554 7900 180 439 0 8111 0
[pid=30586] ppid=23909 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30586/stat : 30586 (satsolver.sh) S 23909 23908 18846 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285001707 9367552 267 33554432000 4194304 5064252 140735288397152 140735288396064 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30586/statm: 2287 267 226 213 0 72 0
[pid=30587] ppid=30586 vsize=98472 CPUtime=16.88 cores=0,2,4,6
/proc/30587/stat : 30587 (glucose) R 30586 23908 18846 0 -1 4202496 18235 0 0 0 1684 4 0 0 20 0 1 0 285001707 100835328 20816 33554432000 4194304 5208918 140734703703072 140734703700936 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30587/statm: 24618 20816 104 248 0 24367 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 150984

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 1.98 3/183 30941
/proc/meminfo: memFree=28642132/32873844 swapFree=7116/7116
[pid=23908] ppid=23906 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23908/stat : 23908 (npSolver-wbo-It) S 23906 23908 18846 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284861165 9367552 275 33554432000 4194304 5064252 140733498193968 140733498192880 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23908/statm: 2287 275 233 213 0 72 0
[pid=23909] ppid=23908 vsize=34216 CPUtime=1405.05 cores=0,2,4,6
/proc/23909/stat : 23909 (npSolver-wbo) S 23908 23908 18846 0 -1 4202496 75561 547247 0 0 178 36 139930 361 20 0 1 0 284861165 35037184 7900 33554432000 4194304 5990268 140736558077248 140736558068656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23909/statm: 8554 7900 180 439 0 8111 0
[pid=30586] ppid=23909 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30586/stat : 30586 (satsolver.sh) S 23909 23908 18846 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285001707 9367552 267 33554432000 4194304 5064252 140735288397152 140735288396064 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30586/statm: 2287 267 226 213 0 72 0
[pid=30587] ppid=30586 vsize=143936 CPUtime=76.84 cores=0,2,4,6
/proc/30587/stat : 30587 (glucose) R 30586 23908 18846 0 -1 4202496 19771 0 0 0 7679 5 0 0 20 0 1 0 285001707 147390464 25665 33554432000 4194304 5208918 140734703703072 140734703701016 4229259 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30587/statm: 35984 25665 104 248 0 35733 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 196448

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/183 31229
/proc/meminfo: memFree=28646068/32873844 swapFree=7116/7116
[pid=23908] ppid=23906 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23908/stat : 23908 (npSolver-wbo-It) S 23906 23908 18846 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284861165 9367552 275 33554432000 4194304 5064252 140733498193968 140733498192880 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23908/statm: 2287 275 233 213 0 72 0
[pid=23909] ppid=23908 vsize=34216 CPUtime=1488.4 cores=0,2,4,6
/proc/23909/stat : 23909 (npSolver-wbo) S 23908 23908 18846 0 -1 4202496 79504 576447 0 0 185 37 148239 379 20 0 1 0 284861165 35037184 7900 33554432000 4194304 5990268 140736558077248 140736558068656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23909/statm: 8554 7900 180 439 0 8111 0
[pid=30982] ppid=23909 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30982/stat : 30982 (satsolver.sh) S 23909 23908 18846 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285010043 9367552 266 33554432000 4194304 5064252 140733481057776 140733481056688 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/30982/statm: 2287 266 226 213 0 72 0
[pid=30983] ppid=30982 vsize=113584 CPUtime=53.49 cores=0,2,4,6
/proc/30983/stat : 30983 (glucose) R 30982 23908 18846 0 -1 4202496 19613 0 0 0 5344 5 0 0 20 0 1 0 285010043 116310016 24743 33554432000 4194304 5208918 140735080917520 140735080915464 4229347 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30983/statm: 28396 24743 104 248 0 28145 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 166096

[startup+1602.3 s]
/proc/loadavg: 1.95 1.99 1.97 3/183 31509
/proc/meminfo: memFree=28647620/32873844 swapFree=7116/7116
[pid=23908] ppid=23906 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23908/stat : 23908 (npSolver-wbo-It) S 23906 23908 18846 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284861165 9367552 275 33554432000 4194304 5064252 140733498193968 140733498192880 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23908/statm: 2287 275 233 213 0 72 0
[pid=23909] ppid=23908 vsize=34216 CPUtime=1570.16 cores=0,2,4,6
/proc/23909/stat : 23909 (npSolver-wbo) S 23908 23908 18846 0 -1 4202496 83447 606622 0 0 192 38 156391 395 20 0 1 0 284861165 35037184 7900 33554432000 4194304 5990268 140736558077248 140736558068656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23909/statm: 8554 7900 180 439 0 8111 0
[pid=31368] ppid=23909 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31368/stat : 31368 (satsolver.sh) S 23909 23908 18846 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285018221 9367552 267 33554432000 4194304 5064252 140735669684912 140735669683824 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31368/statm: 2287 267 226 213 0 72 0
[pid=31369] ppid=31368 vsize=105652 CPUtime=31.72 cores=0,2,4,6
/proc/31369/stat : 31369 (glucose) R 31368 23908 18846 0 -1 4202496 18778 0 0 0 3168 4 0 0 20 0 1 0 285018221 108187648 23399 33554432000 4194304 5208918 140735333966640 140735333964504 4229731 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31369/statm: 26413 23399 104 248 0 26162 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 158164

[startup+1662.3 s]
/proc/loadavg: 1.98 1.99 1.97 3/184 31799
/proc/meminfo: memFree=28658424/32873844 swapFree=7116/7116
[pid=23908] ppid=23906 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23908/stat : 23908 (npSolver-wbo-It) S 23906 23908 18846 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284861165 9367552 275 33554432000 4194304 5064252 140733498193968 140733498192880 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23908/statm: 2287 275 233 213 0 72 0
[pid=23909] ppid=23908 vsize=34216 CPUtime=1651.95 cores=0,2,4,6
/proc/23909/stat : 23909 (npSolver-wbo) S 23908 23908 18846 0 -1 4202496 87390 636511 0 0 198 39 164546 412 20 0 1 0 284861165 35037184 7900 33554432000 4194304 5990268 140736558077248 140736558068656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23909/statm: 8554 7900 180 439 0 8111 0
[pid=31756] ppid=23909 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31756/stat : 31756 (satsolver.sh) S 23909 23908 18846 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285026403 9367552 267 33554432000 4194304 5064252 140736336443120 140736336442032 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31756/statm: 2287 267 226 213 0 72 0
[pid=31757] ppid=31756 vsize=94052 CPUtime=9.91 cores=0,2,4,6
/proc/31757/stat : 31757 (glucose) R 31756 23908 18846 0 -1 4202496 16882 0 0 0 987 4 0 0 20 0 1 0 285026403 96309248 20178 33554432000 4194304 5208918 140736107223024 140736107220888 4211572 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31757/statm: 23513 20178 104 248 0 23262 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 146564

[startup+1722.3 s]
/proc/loadavg: 2.05 2.01 1.98 3/184 32075
/proc/meminfo: memFree=28649592/32873844 swapFree=7116/7116
[pid=23908] ppid=23906 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23908/stat : 23908 (npSolver-wbo-It) S 23906 23908 18846 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284861165 9367552 275 33554432000 4194304 5064252 140733498193968 140733498192880 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23908/statm: 2287 275 233 213 0 72 0
[pid=23909] ppid=23908 vsize=34216 CPUtime=1651.95 cores=0,2,4,6
/proc/23909/stat : 23909 (npSolver-wbo) S 23908 23908 18846 0 -1 4202496 87390 636511 0 0 198 39 164546 412 20 0 1 0 284861165 35037184 7900 33554432000 4194304 5990268 140736558077248 140736558068656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23909/statm: 8554 7900 180 439 0 8111 0
[pid=31756] ppid=23909 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31756/stat : 31756 (satsolver.sh) S 23909 23908 18846 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285026403 9367552 267 33554432000 4194304 5064252 140736336443120 140736336442032 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31756/statm: 2287 267 226 213 0 72 0
[pid=31757] ppid=31756 vsize=113588 CPUtime=69.89 cores=0,2,4,6
/proc/31757/stat : 31757 (glucose) R 31756 23908 18846 0 -1 4202496 20336 0 0 0 6984 5 0 0 20 0 1 0 285026403 116314112 25408 33554432000 4194304 5208918 140736107223024 140736107221112 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31757/statm: 28397 25408 104 248 0 28146 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 166100

[startup+1782.3 s]
/proc/loadavg: 2.09 2.02 1.98 3/184 32362
/proc/meminfo: memFree=28683620/32873844 swapFree=7116/7116
[pid=23908] ppid=23906 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23908/stat : 23908 (npSolver-wbo-It) S 23906 23908 18846 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284861165 9367552 275 33554432000 4194304 5064252 140733498193968 140733498192880 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23908/statm: 2287 275 233 213 0 72 0
[pid=23909] ppid=23908 vsize=34216 CPUtime=1733.69 cores=0,2,4,6
/proc/23909/stat : 23909 (npSolver-wbo) S 23908 23908 18846 0 -1 4202496 91333 666330 0 0 205 40 172696 428 20 0 1 0 284861165 35037184 7900 33554432000 4194304 5990268 140736558077248 140736558068656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23909/statm: 8554 7900 180 439 0 8111 0
[pid=32141] ppid=23909 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32141/stat : 32141 (satsolver.sh) S 23909 23908 18846 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285034578 9367552 266 33554432000 4194304 5064252 140737036917552 140737036916464 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32141/statm: 2287 266 226 213 0 72 0
[pid=32142] ppid=32141 vsize=113592 CPUtime=48.13 cores=0,2,4,6
/proc/32142/stat : 32142 (glucose) R 32141 23908 18846 0 -1 4202496 19157 0 0 0 4809 4 0 0 20 0 1 0 285034578 116318208 24314 33554432000 4194304 5208918 140735177909680 140735177907624 4229507 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32142/statm: 28398 24314 104 248 0 28147 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 166104



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.06 2.02 1.98 3/183 32450
/proc/meminfo: memFree=28684836/32873844 swapFree=7116/7116
[pid=23908] ppid=23906 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23908/stat : 23908 (npSolver-wbo-It) S 23906 23908 18846 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284861165 9367552 275 33554432000 4194304 5064252 140733498193968 140733498192880 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23908/statm: 2287 275 233 213 0 72 0
[pid=23909] ppid=23908 vsize=34216 CPUtime=1733.69 cores=0,2,4,6
/proc/23909/stat : 23909 (npSolver-wbo) S 23908 23908 18846 0 -1 4202496 91333 666330 0 0 205 40 172696 428 20 0 1 0 284861165 35037184 7900 33554432000 4194304 5990268 140736558077248 140736558068656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23909/statm: 8554 7900 180 439 0 8111 0
[pid=32141] ppid=23909 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32141/stat : 32141 (satsolver.sh) S 23909 23908 18846 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285034578 9367552 266 33554432000 4194304 5064252 140737036917552 140737036916464 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32141/statm: 2287 266 226 213 0 72 0
[pid=32142] ppid=32141 vsize=113592 CPUtime=66.34 cores=0,2,4,6
/proc/32142/stat : 32142 (glucose) R 32141 23908 18846 0 -1 4202496 19428 0 0 0 6629 5 0 0 20 0 1 0 285034578 116318208 25065 33554432000 4194304 5208918 140735177909680 140735177907768 4229532 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32142/statm: 28398 25065 104 248 0 28147 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 166104

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.06 2.02 1.98 3/183 32450
/proc/meminfo: memFree=28684836/32873844 swapFree=7116/7116
[pid=23908] ppid=23906 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23908/stat : 23908 (npSolver-wbo-It) S 23906 23908 18846 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284861165 9367552 275 33554432000 4194304 5064252 140733498193968 140733498192880 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23908/statm: 2287 275 233 213 0 72 0
[pid=23909] ppid=23908 vsize=34216 CPUtime=1733.69 cores=0,2,4,6
/proc/23909/stat : 23909 (npSolver-wbo) S 23908 23908 18846 0 -1 4202496 91333 666330 0 0 205 40 172696 428 20 0 1 0 284861165 35037184 7900 33554432000 4194304 5990268 140736558077248 140736558068656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23909/statm: 8554 7900 180 439 0 8111 0
[pid=32141] ppid=23909 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32141/stat : 32141 (satsolver.sh) S 23909 23908 18846 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285034578 9367552 266 33554432000 4194304 5064252 140737036917552 140737036916464 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32141/statm: 2287 266 226 213 0 72 0
[pid=32142] ppid=32141 vsize=113592 CPUtime=66.34 cores=0,2,4,6
/proc/32142/stat : 32142 (glucose) R 32141 23908 18846 0 -1 4202496 19428 0 0 0 6629 5 0 0 20 0 1 0 285034578 116318208 25065 33554432000 4194304 5208918 140735177909680 140735177907768 4229532 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32142/statm: 28398 25065 104 248 0 28147 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 166104

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.06
CPU user time (s): 1795.31
CPU system time (s): 4.74928
CPU usage (%): 99.9751
Max. virtual memory (cumulated for all children) (KiB): 214544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.31
system time used= 4.74928
maximum resident set size= 170116
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 778081
page faults= 0
swaps= 0
block input operations= 0
block output operations= 513168
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13324
involuntary context switches= 2066

runsolver used 2.91756 second user time and 7.58485 second system time

The end

Launcher Data

Begin job on node138 at 2012-05-28 08:42:41
IDJOB=3715677
IDBENCH=78742
IDSOLVER=2297
FILE ID=node138/3715677-1338187361
RUNJOBID= node138-1338160170-18862
PBS_JOBID= 14624560
Free space on /tmp= 71468 MiB

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

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

MD5SUM BENCH= bbaf7e04a2e14186c5cc5b74d1689780
RANDOM SEED=1580566686

node138.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		: 2667.347
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	: 5334.69
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		: 2667.347
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		: 2667.347
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		: 2667.347
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		: 2667.347
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		: 2667.347
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		: 2667.347
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		: 2667.347
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:        28800320 kB
Buffers:          620264 kB
Cached:          2458236 kB
SwapCached:          208 kB
Active:          1232948 kB
Inactive:        1946556 kB
Active(anon):      85940 kB
Inactive(anon):    11368 kB
Active(file):    1147008 kB
Inactive(file):  1935188 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108648 kB
Dirty:             33740 kB
Writeback:             0 kB
AnonPages:        107592 kB
Mapped:            15300 kB
Shmem:               200 kB
Slab:             754432 kB
SReclaimable:     195464 kB
SUnreclaim:       558968 kB
KernelStack:        1536 kB
PageTables:         4056 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     232884 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     28672 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= 71444 MiB
End job on node138 at 2012-05-28 09:12:42