Trace number 3715980

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

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-65-60--soft-0-100-0.wbo
MD5SUM2e8bafba6181eaf32525647669a5fbcc
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.884865
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables3900
Total number of constraints125
Number of soft constraints125
Number of constraints which are clauses65
Number of constraints which are cardinality constraints (but not clauses)60
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint60
Maximum length of a constraint65
Top cost 6098
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 6097
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 66
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.20	c run usual solver
1.87/1.98	o 3540
1.87/1.98	c starting approximation
1.87/1.98	c factor = 2
1.87/1.98	c factor still to low - shrinking to 2.655
1.87/1.98	c approx number of clauses: 1e+06
1.87/1.98	c current bound: 1770
84.63/84.75	c current bound: 1770
168.13/168.49	c current bound: 1770
251.91/252.29	c current bound: 1770
333.35/333.74	c current bound: 1770
414.66/415.08	c current bound: 1770
496.59/497.03	c current bound: 1770
578.89/579.34	c current bound: 1770
661.88/662.13	c current bound: 1770
745.46/745.72	c current bound: 1770
828.00/828.51	c current bound: 1770
912.11/912.65	c current bound: 1770
993.29/993.86	c current bound: 1770
1074.92/1075.51	c current bound: 1770
1157.07/1157.67	c current bound: 1770
1240.02/1240.64	c current bound: 1770
1322.99/1323.63	c current bound: 1770
1406.50/1407.16	c current bound: 1770
1490.78/1491.48	c current bound: 1770
1575.36/1576.06	c current bound: 1770
1657.24/1657.72	c current bound: 1770
1738.60/1739.34	c current bound: 1770
1800.01/1800.50	./satsolver.sh: line 5:  8488 Terminated              ./glucose $1 > $2 2> /dev/null
1800.01/1800.50	c error: unexpected solver exit code
1800.01/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-3715980-1338224022/watcher-3715980-1338224022 -o /tmp/evaluation-result-3715980-1338224022/solver-3715980-1338224022 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715980-1338224022.wbo 2027467831 HOME HOME 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.06 2.01 1.88 3/179 14611
/proc/meminfo: memFree=31371008/32873648 swapFree=7116/7116
[pid=14611] ppid=14609 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14611/stat : 14611 (npSolver-wbo-It) S 14609 14611 14514 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 288527637 9367552 274 33554432000 4194304 5064252 140734837267376 140734837266288 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14611/statm: 2287 274 233 213 0 72 0

[startup+0.0372419 s]
/proc/loadavg: 2.06 2.01 1.88 3/179 14611
/proc/meminfo: memFree=31371008/32873648 swapFree=7116/7116
[pid=14611] ppid=14609 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14611/stat : 14611 (npSolver-wbo-It) S 14609 14611 14514 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 288527637 9367552 274 33554432000 4194304 5064252 140734837267376 140734837266288 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14611/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100266 s]
/proc/loadavg: 2.06 2.01 1.88 3/179 14611
/proc/meminfo: memFree=31371008/32873648 swapFree=7116/7116
[pid=14611] ppid=14609 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14611/stat : 14611 (npSolver-wbo-It) S 14609 14611 14514 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 288527637 9367552 274 33554432000 4194304 5064252 140734837267376 140734837266288 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14611/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300146 s]
/proc/loadavg: 2.06 2.01 1.88 3/179 14611
/proc/meminfo: memFree=31371008/32873648 swapFree=7116/7116
[pid=14611] ppid=14609 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14611/stat : 14611 (npSolver-wbo-It) S 14609 14611 14514 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 288527637 9367552 274 33554432000 4194304 5064252 140734837267376 140734837266288 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14611/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700113 s]
/proc/loadavg: 2.06 2.01 1.88 3/179 14611
/proc/meminfo: memFree=31371008/32873648 swapFree=7116/7116
[pid=14611] ppid=14609 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14611/stat : 14611 (npSolver-wbo-It) S 14609 14611 14514 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 288527637 9367552 274 33554432000 4194304 5064252 140734837267376 140734837266288 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14611/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50028 s]
/proc/loadavg: 2.05 2.01 1.88 3/183 14622
/proc/meminfo: memFree=31316608/32873648 swapFree=7116/7116
[pid=14611] ppid=14609 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14611/stat : 14611 (npSolver-wbo-It) S 14609 14611 14514 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 288527637 9367552 274 33554432000 4194304 5064252 140734837267376 140734837266288 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14611/statm: 2287 274 233 213 0 72 0
[pid=14612] ppid=14611 vsize=8472 CPUtime=0.19 cores=0,2,4,6
/proc/14612/stat : 14612 (npSolver-wbo) S 14611 14611 14514 0 -1 4202496 3257 0 0 0 19 0 0 0 20 0 1 0 288527637 8675328 1661 33554432000 4194304 5990268 140737221710704 140737221703856 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14612/statm: 2118 1661 156 439 0 1675 0
[pid=14614] ppid=14612 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14614/stat : 14614 (cp2_pre.sh) S 14612 14611 14514 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 288527657 9367552 277 33554432000 4194304 5064252 140734921790432 140734921789136 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/14614/statm: 2287 277 234 213 0 72 0
[pid=14615] ppid=14614 vsize=58128 CPUtime=1.27 cores=0,2,4,6
/proc/14615/stat : 14615 (coprocessor) R 14614 14611 14514 0 -1 4202496 12200 0 0 0 113 14 0 0 20 0 1 0 288527658 59523072 13799 33554432000 4194304 6586260 140736385944368 140736385940136 5732496 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/14615/statm: 14532 13799 198 584 0 13944 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 84896

[startup+3.10033 s]
/proc/loadavg: 2.05 2.01 1.88 3/183 14639
/proc/meminfo: memFree=31323460/32873648 swapFree=7116/7116
[pid=14611] ppid=14609 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14611/stat : 14611 (npSolver-wbo-It) S 14609 14611 14514 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 288527637 9367552 274 33554432000 4194304 5064252 140734837267376 140734837266288 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14611/statm: 2287 274 233 213 0 72 0
[pid=14612] ppid=14611 vsize=21836 CPUtime=2.03 cores=0,2,4,6
/proc/14612/stat : 14612 (npSolver-wbo) S 14611 14611 14514 0 -1 4202496 5956 22555 0 0 28 10 145 20 20 0 1 0 288527637 22360064 4374 33554432000 4194304 5990268 140737221710704 140737221702112 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14612/statm: 5459 4374 179 439 0 5016 0
[pid=14638] ppid=14612 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14638/stat : 14638 (satsolver.sh) S 14612 14611 14514 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288527843 9367552 266 33554432000 4194304 5064252 140736362990912 140736362989824 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14638/statm: 2287 266 226 213 0 72 0
[pid=14639] ppid=14638 vsize=55748 CPUtime=1.02 cores=0,2,4,6
/proc/14639/stat : 14639 (glucose) R 14638 14611 14514 0 -1 4202496 11008 0 0 0 101 1 0 0 20 0 1 0 288527843 57085952 11620 33554432000 4194304 5208918 140733205949344 140733205947192 4229538 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14639/statm: 13937 11620 95 248 0 13686 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 95880

[startup+6.30039 s]
/proc/loadavg: 2.05 2.01 1.88 3/184 14995
/proc/meminfo: memFree=31287460/32873648 swapFree=7116/7116
[pid=14611] ppid=14609 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14611/stat : 14611 (npSolver-wbo-It) S 14609 14611 14514 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 288527637 9367552 274 33554432000 4194304 5064252 140734837267376 140734837266288 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14611/statm: 2287 274 233 213 0 72 0
[pid=14612] ppid=14611 vsize=21836 CPUtime=2.03 cores=0,2,4,6
/proc/14612/stat : 14612 (npSolver-wbo) S 14611 14611 14514 0 -1 4202496 5956 22555 0 0 28 10 145 20 20 0 1 0 288527637 22360064 4374 33554432000 4194304 5990268 140737221710704 140737221702112 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14612/statm: 5459 4374 179 439 0 5016 0
[pid=14638] ppid=14612 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14638/stat : 14638 (satsolver.sh) S 14612 14611 14514 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288527843 9367552 266 33554432000 4194304 5064252 140736362990912 140736362989824 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14638/statm: 2287 266 226 213 0 72 0
[pid=14639] ppid=14638 vsize=71024 CPUtime=4.23 cores=0,2,4,6
/proc/14639/stat : 14639 (glucose) R 14638 14611 14514 0 -1 4202496 13181 0 0 0 420 3 0 0 20 0 1 0 288527843 72728576 16091 33554432000 4194304 5208918 140733205949344 140733205947288 4229843 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14639/statm: 17756 16091 104 248 0 17505 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 111156

[startup+12.7003 s]
/proc/loadavg: 1.97 1.99 1.88 3/183 15790
/proc/meminfo: memFree=31286324/32873648 swapFree=7116/7116
[pid=14611] ppid=14609 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14611/stat : 14611 (npSolver-wbo-It) S 14609 14611 14514 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 288527637 9367552 274 33554432000 4194304 5064252 140734837267376 140734837266288 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14611/statm: 2287 274 233 213 0 72 0
[pid=14612] ppid=14611 vsize=21836 CPUtime=2.03 cores=0,2,4,6
/proc/14612/stat : 14612 (npSolver-wbo) S 14611 14611 14514 0 -1 4202496 5956 22555 0 0 28 10 145 20 20 0 1 0 288527637 22360064 4374 33554432000 4194304 5990268 140737221710704 140737221702112 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14612/statm: 5459 4374 179 439 0 5016 0
[pid=14638] ppid=14612 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14638/stat : 14638 (satsolver.sh) S 14612 14611 14514 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288527843 9367552 266 33554432000 4194304 5064252 140736362990912 140736362989824 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14638/statm: 2287 266 226 213 0 72 0
[pid=14639] ppid=14638 vsize=63952 CPUtime=10.63 cores=0,2,4,6
/proc/14639/stat : 14639 (glucose) R 14638 14611 14514 0 -1 4202496 14931 0 0 0 1059 4 0 0 20 0 1 0 288527843 65486848 14525 33554432000 4194304 5208918 140733205949344 140733205947432 4231508 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14639/statm: 15988 14525 104 248 0 15737 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 104084

[startup+25.5003 s]
/proc/loadavg: 1.97 1.99 1.88 3/183 17456
/proc/meminfo: memFree=31266392/32873648 swapFree=7116/7116
[pid=14611] ppid=14609 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14611/stat : 14611 (npSolver-wbo-It) S 14609 14611 14514 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 288527637 9367552 274 33554432000 4194304 5064252 140734837267376 140734837266288 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14611/statm: 2287 274 233 213 0 72 0
[pid=14612] ppid=14611 vsize=21836 CPUtime=2.03 cores=0,2,4,6
/proc/14612/stat : 14612 (npSolver-wbo) S 14611 14611 14514 0 -1 4202496 5956 22555 0 0 28 10 145 20 20 0 1 0 288527637 22360064 4374 33554432000 4194304 5990268 140737221710704 140737221702112 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14612/statm: 5459 4374 179 439 0 5016 0
[pid=14638] ppid=14612 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14638/stat : 14638 (satsolver.sh) S 14612 14611 14514 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288527843 9367552 266 33554432000 4194304 5064252 140736362990912 140736362989824 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14638/statm: 2287 266 226 213 0 72 0
[pid=14639] ppid=14638 vsize=82628 CPUtime=23.42 cores=0,2,4,6
/proc/14639/stat : 14639 (glucose) R 14638 14611 14514 0 -1 4202496 15826 0 0 0 2338 4 0 0 20 0 1 0 288527843 84611072 19442 33554432000 4194304 5208918 140733205949344 140733205947208 4229876 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14639/statm: 20657 19442 104 248 0 20406 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 122760

[startup+51.1004 s]
/proc/loadavg: 1.90 1.98 1.88 3/183 20669
/proc/meminfo: memFree=31264800/32873648 swapFree=7116/7116
[pid=14611] ppid=14609 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14611/stat : 14611 (npSolver-wbo-It) S 14609 14611 14514 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 288527637 9367552 274 33554432000 4194304 5064252 140734837267376 140734837266288 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14611/statm: 2287 274 233 213 0 72 0
[pid=14612] ppid=14611 vsize=21836 CPUtime=2.03 cores=0,2,4,6
/proc/14612/stat : 14612 (npSolver-wbo) S 14611 14611 14514 0 -1 4202496 5956 22555 0 0 28 10 145 20 20 0 1 0 288527637 22360064 4374 33554432000 4194304 5990268 140737221710704 140737221702112 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14612/statm: 5459 4374 179 439 0 5016 0
[pid=14638] ppid=14612 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14638/stat : 14638 (satsolver.sh) S 14612 14611 14514 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288527843 9367552 266 33554432000 4194304 5064252 140736362990912 140736362989824 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14638/statm: 2287 266 226 213 0 72 0
[pid=14639] ppid=14638 vsize=83944 CPUtime=49.01 cores=0,2,4,6
/proc/14639/stat : 14639 (glucose) R 14638 14611 14514 0 -1 4202496 16143 0 0 0 4897 4 0 0 20 0 1 0 288527843 85958656 19740 33554432000 4194304 5208918 140733205949344 140733205947208 4229528 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14639/statm: 20986 19740 104 248 0 20735 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 124076

[startup+102.307 s]
/proc/loadavg: 1.45 1.84 1.83 3/183 27250
/proc/meminfo: memFree=31264508/32873648 swapFree=7116/7116
[pid=14611] ppid=14609 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14611/stat : 14611 (npSolver-wbo-It) S 14609 14611 14514 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 288527637 9367552 274 33554432000 4194304 5064252 140734837267376 140734837266288 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14611/statm: 2287 274 233 213 0 72 0
[pid=14612] ppid=14611 vsize=25932 CPUtime=84.79 cores=0,2,4,6
/proc/14612/stat : 14612 (npSolver-wbo) S 14611 14611 14514 0 -1 4202496 8593 45685 0 0 36 11 8397 35 20 0 1 0 288527637 26554368 5450 33554432000 4194304 5990268 140737221710704 140737221702112 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14612/statm: 6483 5450 180 439 0 6040 0
[pid=25038] ppid=14612 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25038/stat : 25038 (satsolver.sh) S 14612 14611 14514 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288536121 9367552 267 33554432000 4194304 5064252 140735156440608 140735156439520 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/25038/statm: 2287 267 226 213 0 72 0
[pid=25039] ppid=25038 vsize=75448 CPUtime=17.45 cores=0,2,4,6
/proc/25039/stat : 25039 (glucose) R 25038 14611 14514 0 -1 4202496 17275 0 0 0 1741 4 0 0 20 0 1 0 288536121 77258752 17508 33554432000 4194304 5208918 140737155237648 140737155235512 4229528 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25039/statm: 18862 17508 104 248 0 18611 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 119676

[startup+162.3 s]
/proc/loadavg: 1.49 1.79 1.81 3/183 2412
/proc/meminfo: memFree=31255432/32873648 swapFree=7116/7116
[pid=14611] ppid=14609 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14611/stat : 14611 (npSolver-wbo-It) S 14609 14611 14514 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 288527637 9367552 274 33554432000 4194304 5064252 140734837267376 140734837266288 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14611/statm: 2287 274 233 213 0 72 0
[pid=14612] ppid=14611 vsize=25932 CPUtime=84.79 cores=0,2,4,6
/proc/14612/stat : 14612 (npSolver-wbo) S 14611 14611 14514 0 -1 4202496 8593 45685 0 0 36 11 8397 35 20 0 1 0 288527637 26554368 5450 33554432000 4194304 5990268 140737221710704 140737221702112 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14612/statm: 6483 5450 180 439 0 6040 0
[pid=25038] ppid=14612 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 1.35 1.44 1.52 3/183 592
/proc/meminfo: memFree=31256148/32873648 swapFree=7116/7116
[pid=14611] ppid=14609 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14611/stat : 14611 (npSolver-wbo-It) S 14609 14611 14514 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 288527637 9367552 274 33554432000 4194304 5064252 140734837267376 140734837266288 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14611/statm: 2287 274 233 213 0 72 0
[pid=14612] ppid=14611 vsize=25932 CPUtime=1406.84 cores=0,2,4,6
/proc/14612/stat : 14612 (npSolver-wbo) S 14611 14611 14514 0 -1 4202496 50753 419432 0 0 150 26 140234 274 20 0 1 0 288527637 26554368 5450 33554432000 4194304 5990268 140737221710704 140737221702112 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14612/statm: 6483 5450 180 439 0 6040 0
[pid=31139] ppid=14612 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31139/stat : 31139 (satsolver.sh) S 14612 14611 14514 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288668360 9367552 267 33554432000 4194304 5064252 140736042759088 140736042758000 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31139/statm: 2287 267 226 213 0 72 0
[pid=31140] ppid=31139 vsize=75440 CPUtime=15.05 cores=0,2,4,6
/proc/31140/stat : 31140 (glucose) R 31139 14611 14514 0 -1 4202496 15819 0 0 0 1501 4 0 0 20 0 1 0 288668361 77250560 17507 33554432000 4194304 5208918 140735816934224 140735816932088 4205203 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31140/statm: 18860 17507 104 248 0 18609 0
Current children cumulated CPU time (s) 1421.89
Current children cumulated vsize (KiB) 119668

[startup+1482.3 s]
/proc/loadavg: 1.57 1.48 1.53 3/182 8175
/proc/meminfo: memFree=31244900/32873648 swapFree=7116/7116
[pid=14611] ppid=14609 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14611/stat : 14611 (npSolver-wbo-It) S 14609 14611 14514 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 288527637 9367552 274 33554432000 4194304 5064252 140734837267376 140734837266288 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14611/statm: 2287 274 233 213 0 72 0
[pid=14612] ppid=14611 vsize=25932 CPUtime=1406.84 cores=0,2,4,6
/proc/14612/stat : 14612 (npSolver-wbo) S 14611 14611 14514 0 -1 4202496 50753 419432 0 0 150 26 140234 274 20 0 1 0 288527637 26554368 5450 33554432000 4194304 5990268 140737221710704 140737221702112 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14612/statm: 6483 5450 180 439 0 6040 0
[pid=31139] ppid=14612 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31139/stat : 31139 (satsolver.sh) S 14612 14611 14514 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288668360 9367552 267 33554432000 4194304 5064252 140736042759088 140736042758000 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/31139/statm: 2287 267 226 213 0 72 0
[pid=31140] ppid=31139 vsize=85216 CPUtime=75.04 cores=0,2,4,6
/proc/31140/stat : 31140 (glucose) R 31139 14611 14514 0 -1 4202496 17429 0 0 0 7499 5 0 0 20 0 1 0 288668361 87261184 20059 33554432000 4194304 5208918 140735816934224 140735816932088 4229021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31140/statm: 21304 20059 104 248 0 21053 0
Current children cumulated CPU time (s) 1481.88
Current children cumulated vsize (KiB) 129444

[startup+1542.3 s]
/proc/loadavg: 1.74 1.54 1.55 3/183 15863
/proc/meminfo: memFree=31246308/32873648 swapFree=7116/7116
[pid=14611] ppid=14609 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14611/stat : 14611 (npSolver-wbo-It) S 14609 14611 14514 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 288527637 9367552 274 33554432000 4194304 5064252 140734837267376 140734837266288 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14611/statm: 2287 274 233 213 0 72 0
[pid=14612] ppid=14611 vsize=25932 CPUtime=1491.14 cores=0,2,4,6
/proc/14612/stat : 14612 (npSolver-wbo) S 14611 14611 14514 0 -1 4202496 53388 442577 0 0 157 27 148641 289 20 0 1 0 288527637 26554368 5450 33554432000 4194304 5990268 140737221710704 140737221702112 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14612/statm: 6483 5450 180 439 0 6040 0
[pid=9449] ppid=14612 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9449/stat : 9449 (satsolver.sh) S 14612 14611 14514 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288676792 9367552 267 33554432000 4194304 5064252 140734821058752 140734821057664 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/9449/statm: 2287 267 226 213 0 72 0
[pid=9450] ppid=9449 vsize=84372 CPUtime=50.73 cores=0,2,4,6
/proc/9450/stat : 9450 (glucose) R 9449 14611 14514 0 -1 4202496 15773 0 0 0 5069 4 0 0 20 0 1 0 288676793 86396928 19741 33554432000 4194304 5208918 140736597285360 140736597283224 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9450/statm: 21093 19741 104 248 0 20842 0
Current children cumulated CPU time (s) 1541.87
Current children cumulated vsize (KiB) 128600

[startup+1602.3 s]
/proc/loadavg: 1.59 1.53 1.54 3/184 23392
/proc/meminfo: memFree=31247492/32873648 swapFree=7116/7116
[pid=14611] ppid=14609 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14611/stat : 14611 (npSolver-wbo-It) S 14609 14611 14514 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 288527637 9367552 274 33554432000 4194304 5064252 140734837267376 140734837266288 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14611/statm: 2287 274 233 213 0 72 0
[pid=14612] ppid=14611 vsize=25932 CPUtime=1575.71 cores=0,2,4,6
/proc/14612/stat : 14612 (npSolver-wbo) S 14611 14611 14514 0 -1 4202496 56023 464682 0 0 164 28 157075 304 20 0 1 0 288527637 26554368 5450 33554432000 4194304 5990268 140737221710704 140737221702112 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14612/statm: 6483 5450 180 439 0 6040 0
[pid=20199] ppid=14612 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20199/stat : 20199 (satsolver.sh) S 14612 14611 14514 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 288685251 9367552 266 33554432000 4194304 5064252 140733498662896 140733498661808 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/20199/statm: 2287 266 226 213 0 72 0
[pid=20200] ppid=20199 vsize=83228 CPUtime=26.13 cores=0,2,4,6
/proc/20200/stat : 20200 (glucose) R 20199 14611 14514 0 -1 4202496 15981 0 0 0 2610 3 0 0 20 0 1 0 288685251 85225472 19412 33554432000 4194304 5208918 140734791248848 140734791246712 4205238 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20200/statm: 20807 19412 104 248 0 20556 0
Current children cumulated CPU time (s) 1601.84
Current children cumulated vsize (KiB) 127456

[startup+1662.3 s]
/proc/loadavg: 1.50 1.52 1.54 3/184 31078
/proc/meminfo: memFree=31258796/32873648 swapFree=7116/7116
[pid=14611] ppid=14609 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14611/stat : 14611 (npSolver-wbo-It) S 14609 14611 14514 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 288527637 9367552 274 33554432000 4194304 5064252 140734837267376 140734837266288 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14611/statm: 2287 274 233 213 0 72 0
[pid=14612] ppid=14611 vsize=25932 CPUtime=1657.34 cores=0,2,4,6
/proc/14612/stat : 14612 (npSolver-wbo) S 14611 14611 14514 0 -1 4202496 58658 487037 0 0 171 28 165217 318 20 0 1 0 288527637 26554368 5450 33554432000 4194304 5990268 140737221710704 140737221702112 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14612/statm: 6483 5450 180 439 0 6040 0
[pid=30538] ppid=14612 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30538/stat : 30538 (satsolver.sh) S 14612 14611 14514 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288693417 9367552 266 33554432000 4194304 5064252 140735022153776 140735022152688 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/30538/statm: 2287 266 226 213 0 72 0
[pid=30539] ppid=30538 vsize=71020 CPUtime=4.48 cores=0,2,4,6
/proc/30539/stat : 30539 (glucose) R 30538 14611 14514 0 -1 4202496 15336 0 0 0 445 3 0 0 20 0 1 0 288693417 72724480 15915 33554432000 4194304 5208918 140735530871120 140735530869064 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30539/statm: 17755 15915 104 248 0 17504 0
Current children cumulated CPU time (s) 1661.82
Current children cumulated vsize (KiB) 115248

[startup+1722.3 s]
/proc/loadavg: 1.64 1.55 1.55 3/183 6191
/proc/meminfo: memFree=31243984/32873648 swapFree=7116/7116
[pid=14611] ppid=14609 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14611/stat : 14611 (npSolver-wbo-It) S 14609 14611 14514 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 288527637 9367552 274 33554432000 4194304 5064252 140734837267376 140734837266288 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14611/statm: 2287 274 233 213 0 72 0
[pid=14612] ppid=14611 vsize=25932 CPUtime=1657.34 cores=0,2,4,6
/proc/14612/stat : 14612 (npSolver-wbo) S 14611 14611 14514 0 -1 4202496 58658 487037 0 0 171 28 165217 318 20 0 1 0 288527637 26554368 5450 33554432000 4194304 5990268 140737221710704 140737221702112 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14612/statm: 6483 5450 180 439 0 6040 0
[pid=30538] ppid=14612 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/30538/stat : 30538 (satsolver.sh) S 14612 14611 14514 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288693417 9367552 266 33554432000 4194304 5064252 140735022153776 140735022152688 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/30538/statm: 2287 266 226 213 0 72 0
[pid=30539] ppid=30538 vsize=84792 CPUtime=64.46 cores=0,2,4,6
/proc/30539/stat : 30539 (glucose) R 30538 14611 14514 0 -1 4202496 18167 0 0 0 6442 4 0 0 20 0 1 0 288693417 86827008 19969 33554432000 4194304 5208918 140735530871120 140735530868984 4205249 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30539/statm: 21198 19969 104 248 0 20947 0
Current children cumulated CPU time (s) 1721.8
Current children cumulated vsize (KiB) 129020

[startup+1782.3 s]
/proc/loadavg: 1.55 1.53 1.54 5/184 13881
/proc/meminfo: memFree=31245920/32873648 swapFree=7116/7116
[pid=14611] ppid=14609 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14611/stat : 14611 (npSolver-wbo-It) S 14609 14611 14514 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 288527637 9367552 274 33554432000 4194304 5064252 140734837267376 140734837266288 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14611/statm: 2287 274 233 213 0 72 0
[pid=14612] ppid=14611 vsize=25932 CPUtime=1738.95 cores=0,2,4,6
/proc/14612/stat : 14612 (npSolver-wbo) S 14611 14611 14514 0 -1 4202496 61293 511896 0 0 179 29 173354 333 20 0 1 0 288527637 26554368 5450 33554432000 4194304 5990268 140737221710704 140737221702112 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14612/statm: 6483 5450 180 439 0 6040 0
[pid=8487] ppid=14612 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8487/stat : 8487 (satsolver.sh) S 14612 14611 14514 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288701579 9367552 266 33554432000 4194304 5064252 140736004242192 140736004241104 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8487/statm: 2287 266 226 213 0 72 0
[pid=8488] ppid=8487 vsize=83944 CPUtime=42.86 cores=0,2,4,6
/proc/8488/stat : 8488 (glucose) R 8487 14611 14514 0 -1 4202496 16112 0 0 0 4283 3 0 0 20 0 1 0 288701579 85958656 19635 33554432000 4194304 5208918 140734057907920 140734057905784 4229717 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8488/statm: 20986 19635 104 248 0 20735 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 128172



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.57 1.54 1.54 3/183 16260
/proc/meminfo: memFree=31243020/32873648 swapFree=7116/7116
[pid=14611] ppid=14609 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14611/stat : 14611 (npSolver-wbo-It) S 14609 14611 14514 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 288527637 9367552 274 33554432000 4194304 5064252 140734837267376 140734837266288 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14611/statm: 2287 274 233 213 0 72 0
[pid=14612] ppid=14611 vsize=25932 CPUtime=1738.95 cores=0,2,4,6
/proc/14612/stat : 14612 (npSolver-wbo) S 14611 14611 14514 0 -1 4202496 61293 511896 0 0 179 29 173354 333 20 0 1 0 288527637 26554368 5450 33554432000 4194304 5990268 140737221710704 140737221702112 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14612/statm: 6483 5450 180 439 0 6040 0
[pid=8487] ppid=14612 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8487/stat : 8487 (satsolver.sh) S 14612 14611 14514 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288701579 9367552 266 33554432000 4194304 5064252 140736004242192 140736004241104 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8487/statm: 2287 266 226 213 0 72 0
[pid=8488] ppid=8487 vsize=84796 CPUtime=61.06 cores=0,2,4,6
/proc/8488/stat : 8488 (glucose) R 8487 14611 14514 0 -1 4202496 16436 0 0 0 6103 3 0 0 20 0 1 0 288701579 86831104 19954 33554432000 4194304 5208918 140734057907920 140734057905784 4229853 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8488/statm: 21199 19954 104 248 0 20948 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 129024

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 1.57 1.54 1.54 3/183 16260
/proc/meminfo: memFree=31243020/32873648 swapFree=7116/7116
[pid=14611] ppid=14609 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14611/stat : 14611 (npSolver-wbo-It) S 14609 14611 14514 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 288527637 9367552 274 33554432000 4194304 5064252 140734837267376 140734837266288 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14611/statm: 2287 274 233 213 0 72 0
[pid=14612] ppid=14611 vsize=25932 CPUtime=1738.95 cores=0,2,4,6
/proc/14612/stat : 14612 (npSolver-wbo) S 14611 14611 14514 0 -1 4202496 61293 511896 0 0 179 29 173354 333 20 0 1 0 288527637 26554368 5450 33554432000 4194304 5990268 140737221710704 140737221702112 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/14612/statm: 6483 5450 180 439 0 6040 0
[pid=8487] ppid=14612 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8487/stat : 8487 (satsolver.sh) S 14612 14611 14514 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 288701579 9367552 266 33554432000 4194304 5064252 140736004242192 140736004241104 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/8487/statm: 2287 266 226 213 0 72 0
[pid=8488] ppid=8487 vsize=84796 CPUtime=61.06 cores=0,2,4,6
/proc/8488/stat : 8488 (glucose) R 8487 14611 14514 0 -1 4202496 16436 0 0 0 6103 3 0 0 20 0 1 0 288701579 86831104 19954 33554432000 4194304 5208918 140734057907920 140734057905784 4229853 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8488/statm: 21199 19954 104 248 0 20948 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 129024

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.04
CPU user time (s): 1796.37
CPU system time (s): 3.67144
CPU usage (%): 99.974
Max. virtual memory (cumulated for all children) (KiB): 138348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.37
system time used= 3.67144
maximum resident set size= 83452
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 590612
page faults= 0
swaps= 0
block input operations= 0
block output operations= 367184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7693
involuntary context switches= 2184

runsolver used 3.44648 second user time and 9.14061 second system time

The end

Launcher Data

Begin job on node123 at 2012-05-28 18:53:42
IDJOB=3715980
IDBENCH=79186
IDSOLVER=2297
FILE ID=node123/3715980-1338224022
RUNJOBID= node123-1338222221-25474
PBS_JOBID= 14624606
Free space on /tmp= 71672 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-65-60--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-3715980-1338224022/watcher-3715980-1338224022 -o /tmp/evaluation-result-3715980-1338224022/solver-3715980-1338224022 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715980-1338224022.wbo 2027467831 HOME HOME

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

MD5SUM BENCH= 2e8bafba6181eaf32525647669a5fbcc
RANDOM SEED=2027467831

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
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:       32873648 kB
MemFree:        31371636 kB
Buffers:          346200 kB
Cached:           298736 kB
SwapCached:          956 kB
Active:           342956 kB
Inactive:         317888 kB
Active(anon):       9172 kB
Inactive(anon):     8336 kB
Active(file):     333784 kB
Inactive(file):   309552 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67102956 kB
Dirty:              8392 kB
Writeback:             0 kB
AnonPages:         23892 kB
Mapped:            11252 kB
Shmem:                 0 kB
Slab:             703876 kB
SReclaimable:     147008 kB
SUnreclaim:       556868 kB
KernelStack:        1544 kB
PageTables:         4004 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     134200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71652 MiB
End job on node123 at 2012-05-28 19:23:42