Trace number 3716968

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
wbo2satCp2 2012-05-19? (TO) 1800.05 1800.51

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl35_40_pb.cnf.cr--soft-66-100-0.wbo
MD5SUMfb4b4aad89d54269a5ce80fb177bfc09
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark15
Best CPU time to get the best result obtained on this benchmark1.40879
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables2800
Total number of constraints150
Number of soft constraints51
Number of constraints which are clauses80
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 constraint35
Maximum length of a constraint40
Top cost 2354
Min constraint cost 1
Max constraint cost 87
Sum of constraints costs 2353
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 41
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

5.38/5.49	o 1612
5.38/5.49	c current bound: 806
14.65/14.77	o 552
14.65/14.77	c current bound: 276
40.84/41.00	o 274
40.84/41.00	c current bound: 137
56.35/56.42	o 132
56.35/56.42	c current bound: 66
57.77/57.81	o 61
57.77/57.81	c current bound: 30
58.76/58.88	o 28
58.76/58.88	c current bound: 14
1800.01/1800.51	./satsolver.sh: line 5: 22041 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.01/1800.51	c error: unexpected solver exit code
1800.01/1800.51	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-3716968-1338177629/watcher-3716968-1338177629 -o /tmp/evaluation-result-3716968-1338177629/solver-3716968-1338177629 -C 1800 -W 1900 -M 15500 HOME/runWbo2satCp2.sh HOME/instance-3716968-1338177629.wbo 303466560 HOME HOME 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 21995
/proc/meminfo: memFree=31506272/32873844 swapFree=7372/7372
[pid=21995] ppid=21993 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21995/stat : 21995 (runWbo2satCp2.s) S 21993 21995 20252 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283891504 9367552 275 33554432000 4194304 5064252 140736067483152 140736067482064 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21995/statm: 2287 275 233 213 0 72 0

[startup+0.0119209 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 21995
/proc/meminfo: memFree=31506272/32873844 swapFree=7372/7372
[pid=21995] ppid=21993 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21995/stat : 21995 (runWbo2satCp2.s) S 21993 21995 20252 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283891504 9367552 275 33554432000 4194304 5064252 140736067483152 140736067482064 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21995/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100271 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 21995
/proc/meminfo: memFree=31506272/32873844 swapFree=7372/7372
[pid=21995] ppid=21993 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21995/stat : 21995 (runWbo2satCp2.s) S 21993 21995 20252 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283891504 9367552 275 33554432000 4194304 5064252 140736067483152 140736067482064 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21995/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300246 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 21995
/proc/meminfo: memFree=31506272/32873844 swapFree=7372/7372
[pid=21995] ppid=21993 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21995/stat : 21995 (runWbo2satCp2.s) S 21993 21995 20252 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283891504 9367552 275 33554432000 4194304 5064252 140736067483152 140736067482064 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21995/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700234 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 21995
/proc/meminfo: memFree=31506272/32873844 swapFree=7372/7372
[pid=21995] ppid=21993 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21995/stat : 21995 (runWbo2satCp2.s) S 21993 21995 20252 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283891504 9367552 275 33554432000 4194304 5064252 140736067483152 140736067482064 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21995/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50035 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 21999
/proc/meminfo: memFree=31472056/32873844 swapFree=7372/7372
[pid=21995] ppid=21993 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21995/stat : 21995 (runWbo2satCp2.s) S 21993 21995 20252 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283891504 9367552 275 33554432000 4194304 5064252 140736067483152 140736067482064 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21995/statm: 2287 275 233 213 0 72 0
[pid=21996] ppid=21995 vsize=10384 CPUtime=0.23 cores=1,3,5,7
/proc/21996/stat : 21996 (wbo2sat) S 21995 21995 20252 0 -1 4202496 3695 0 0 0 22 1 0 0 20 0 1 0 283891504 10633216 2005 33554432000 4194304 5872148 140735087623600 140735087619480 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21996/statm: 2596 2005 164 410 0 2178 0
[pid=21998] ppid=21996 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21998/stat : 21998 (satsolver.sh) S 21996 21995 20252 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 283891528 9367552 267 33554432000 4194304 5064252 140735007938144 140735007937056 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21998/statm: 2287 267 226 213 0 72 0
[pid=21999] ppid=21998 vsize=30788 CPUtime=1.25 cores=1,3,5,7
/proc/21999/stat : 21999 (glucose_static) R 21998 21995 20252 0 -1 4202496 6817 0 0 0 124 1 0 0 20 0 1 0 283891528 31526912 5973 33554432000 4194304 4896791 140735585026656 140735585023944 4230803 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21999/statm: 7697 5973 76 172 0 7523 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 59468

[startup+3.10036 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 21999
/proc/meminfo: memFree=31467456/32873844 swapFree=7372/7372
[pid=21995] ppid=21993 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21995/stat : 21995 (runWbo2satCp2.s) S 21993 21995 20252 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283891504 9367552 275 33554432000 4194304 5064252 140736067483152 140736067482064 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21995/statm: 2287 275 233 213 0 72 0
[pid=21996] ppid=21995 vsize=10384 CPUtime=0.23 cores=1,3,5,7
/proc/21996/stat : 21996 (wbo2sat) S 21995 21995 20252 0 -1 4202496 3695 0 0 0 22 1 0 0 20 0 1 0 283891504 10633216 2005 33554432000 4194304 5872148 140735087623600 140735087619480 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21996/statm: 2596 2005 164 410 0 2178 0
[pid=21998] ppid=21996 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21998/stat : 21998 (satsolver.sh) S 21996 21995 20252 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 283891528 9367552 267 33554432000 4194304 5064252 140735007938144 140735007937056 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21998/statm: 2287 267 226 213 0 72 0
[pid=21999] ppid=21998 vsize=31188 CPUtime=2.85 cores=1,3,5,7
/proc/21999/stat : 21999 (glucose_static) R 21998 21995 20252 0 -1 4202496 8159 0 0 0 283 2 0 0 20 0 1 0 283891528 31936512 6140 33554432000 4194304 4896791 140735585026656 140735585023864 4230803 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21999/statm: 7797 6140 76 172 0 7623 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 59868

[startup+6.30027 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 21999
/proc/meminfo: memFree=31484000/32873844 swapFree=7372/7372
[pid=21995] ppid=21993 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21995/stat : 21995 (runWbo2satCp2.s) S 21993 21995 20252 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283891504 9367552 275 33554432000 4194304 5064252 140736067483152 140736067482064 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21995/statm: 2287 275 233 213 0 72 0
[pid=21996] ppid=21995 vsize=19952 CPUtime=5.5 cores=1,3,5,7
/proc/21996/stat : 21996 (wbo2sat) S 21995 21995 20252 0 -1 4202496 5817 10944 0 0 30 21 496 3 20 0 1 0 283891504 20430848 4221 33554432000 4194304 5872148 140735087623600 140735087616872 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21996/statm: 4988 4221 173 410 0 4570 0
Current children cumulated CPU time (s) 5.5
Current children cumulated vsize (KiB) 29100

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 22002
/proc/meminfo: memFree=31423724/32873844 swapFree=7372/7372
[pid=21995] ppid=21993 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21995/stat : 21995 (runWbo2satCp2.s) S 21993 21995 20252 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283891504 9367552 275 33554432000 4194304 5064252 140736067483152 140736067482064 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21995/statm: 2287 275 233 213 0 72 0
[pid=21996] ppid=21995 vsize=19952 CPUtime=5.5 cores=1,3,5,7
/proc/21996/stat : 21996 (wbo2sat) S 21995 21995 20252 0 -1 4202496 5817 10944 0 0 30 21 496 3 20 0 1 0 283891504 20430848 4221 33554432000 4194304 5872148 140735087623600 140735087616872 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21996/statm: 4988 4221 173 410 0 4570 0
[pid=22001] ppid=21996 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22001/stat : 22001 (satsolver.sh) S 21996 21995 20252 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 283892057 9367552 267 33554432000 4194304 5064252 140736477907536 140736477906448 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/22001/statm: 2287 267 226 213 0 72 0
[pid=22002] ppid=22001 vsize=56132 CPUtime=7.16 cores=1,3,5,7
/proc/22002/stat : 22002 (glucose_static) R 22001 21995 20252 0 -1 4202496 11388 0 0 0 713 3 0 0 20 0 1 0 283892057 57479168 11254 33554432000 4194304 4896791 140736875807328 140736875804536 4203749 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22002/statm: 14033 11254 76 172 0 13859 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 94380

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 22005
/proc/meminfo: memFree=31471500/32873844 swapFree=7372/7372
[pid=21995] ppid=21993 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21995/stat : 21995 (runWbo2satCp2.s) S 21993 21995 20252 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283891504 9367552 275 33554432000 4194304 5064252 140736067483152 140736067482064 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21995/statm: 2287 275 233 213 0 72 0
[pid=21996] ppid=21995 vsize=15856 CPUtime=14.75 cores=1,3,5,7
/proc/21996/stat : 21996 (wbo2sat) S 21995 21995 20252 0 -1 4202496 7158 24895 0 0 32 21 1414 8 20 0 1 0 283891504 16236544 3350 33554432000 4194304 5872148 140735087623600 140735087616872 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21996/statm: 3964 3350 173 410 0 3546 0
[pid=22004] ppid=21996 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22004/stat : 22004 (satsolver.sh) S 21996 21995 20252 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 283892984 9367552 267 33554432000 4194304 5064252 140737270708352 140737270707264 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/22004/statm: 2287 267 226 213 0 72 0
[pid=22005] ppid=22004 vsize=35704 CPUtime=10.69 cores=1,3,5,7
/proc/22005/stat : 22005 (glucose_static) R 22004 21995 20252 0 -1 4202496 11639 0 0 0 1067 2 0 0 20 0 1 0 283892984 36560896 7788 33554432000 4194304 4896791 140733809236656 140733809233864 4206653 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22005/statm: 8926 7788 78 172 0 8752 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 69856

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 22032
/proc/meminfo: memFree=31440732/32873844 swapFree=7372/7372
[pid=21995] ppid=21993 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21995/stat : 21995 (runWbo2satCp2.s) S 21993 21995 20252 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283891504 9367552 275 33554432000 4194304 5064252 140736067483152 140736067482064 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21995/statm: 2287 275 233 213 0 72 0
[pid=21996] ppid=21995 vsize=15856 CPUtime=40.98 cores=1,3,5,7
/proc/21996/stat : 21996 (wbo2sat) S 21995 21995 20252 0 -1 4202496 8123 43535 0 0 33 22 4029 14 20 0 1 0 283891504 16236544 3350 33554432000 4194304 5872148 140735087623600 140735087616872 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21996/statm: 3964 3350 173 410 0 3546 0
[pid=22031] ppid=21996 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22031/stat : 22031 (satsolver.sh) S 21996 21995 20252 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 283895605 9367552 267 33554432000 4194304 5064252 140733862721056 140733862719968 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/22031/statm: 2287 267 226 213 0 72 0
[pid=22032] ppid=22031 vsize=31400 CPUtime=10.07 cores=1,3,5,7
/proc/22032/stat : 22032 (glucose_static) R 22031 21995 20252 0 -1 4202496 11470 0 0 0 1004 3 0 0 20 0 1 0 283895606 32153600 6845 33554432000 4194304 4896791 140733246309632 140733246306840 4224921 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22032/statm: 7850 6845 78 172 0 7676 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 65552

[startup+102.307 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 22041
/proc/meminfo: memFree=31461772/32873844 swapFree=7372/7372
[pid=21995] ppid=21993 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21995/stat : 21995 (runWbo2satCp2.s) S 21993 21995 20252 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283891504 9367552 275 33554432000 4194304 5064252 140736067483152 140736067482064 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21995/statm: 2287 275 233 213 0 72 0
[pid=21996] ppid=21995 vsize=15856 CPUtime=58.84 cores=1,3,5,7
/proc/21996/stat : 21996 (wbo2sat) S 21995 21995 20252 0 -1 4202496 10249 74788 0 0 35 22 5802 25 20 0 1 0 283891504 16236544 3350 33554432000 4194304 5872148 140735087623600 140735087616872 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21996/statm: 3964 3350 173 410 0 3546 0
[pid=22040] ppid=21996 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22040/stat : 22040 (satsolver.sh) S 21996 21995 20252 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283897393 9367552 267 33554432000 4194304 5064252 140736230645200 140736230644112 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/22040/statm: 2287 267 226 213 0 72 0
[pid=22041] ppid=22040 vsize=43204 CPUtime=43.39 cores=1,3,5,7
/proc/22041/stat : 22041 (glucose_static) R 22040 21995 20252 0 -1 4202496 23706 0 0 0 4333 6 0 0 20 0 1 0 283897393 44240896 9300 33554432000 4194304 4896791 140736834410752 140736834407960 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22041/statm: 10801 9300 78 172 0 10627 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 77356

[startup+162.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/183 22041
/proc/meminfo: memFree=31422944/32873844 swapFree=7372/7372
[pid=21995] ppid=21993 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21995/stat : 21995 (runWbo2satCp2.s) S 21993 21995 20252 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283891504 9367552 275 33554432000 4194304 5064252 140736067483152 140736067482064 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21995/statm: 2287 275 233 213 0 72 0
[pid=21996] ppid=21995 vsize=15856 CPUtime=58.84 cores=1,3,5,7
/proc/21996/stat : 21996 (wbo2sat) S 21995 21995 20252 0 -1 4202496 10249 74788 0 0 35 22 5802 25 20 0 1 0 283891504 16236544 3350 33554432000 4194304 5872148 140735087623600 140735087616872 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21996/statm: 3964 3350 173 410 0 3546 0
[pid=22040] ppid=21996 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22040/stat : 22040 (satsolver.sh) S 21996 21995 20252 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283897393 9367552 267 33554432000 4194304 5064252 140736230645200 140736230644112 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/22040/statm: 2287 267 226 213 0 72 0
[pid=22041] ppid=22040 vsize=75688 CPUtime=103.37 cores=1,3,5,7
/proc/22041/stat : 22041 (glucose_static) R 22040 21995 20252 0 -1 4202496 33748 0 0 0 10324 13 0 0 20 0 1 0 283897393 77504512 16299 33554432000 4194304 4896791 140736834410752 140736834407960 4225414 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22041/statm: 18922 16299 78 172 0 18748 0
Current children cumulated CPU time (s) 162.21

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


[startup+1422.31 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 22112
/proc/meminfo: memFree=31313948/32873844 swapFree=7372/7372
[pid=21995] ppid=21993 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21995/stat : 21995 (runWbo2satCp2.s) S 21993 21995 20252 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283891504 9367552 275 33554432000 4194304 5064252 140736067483152 140736067482064 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21995/statm: 2287 275 233 213 0 72 0
[pid=21996] ppid=21995 vsize=15856 CPUtime=58.84 cores=1,3,5,7
/proc/21996/stat : 21996 (wbo2sat) S 21995 21995 20252 0 -1 4202496 10249 74788 0 0 35 22 5802 25 20 0 1 0 283891504 16236544 3350 33554432000 4194304 5872148 140735087623600 140735087616872 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21996/statm: 3964 3350 173 410 0 3546 0
[pid=22040] ppid=21996 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22040/stat : 22040 (satsolver.sh) S 21996 21995 20252 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283897393 9367552 267 33554432000 4194304 5064252 140736230645200 140736230644112 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/22040/statm: 2287 267 226 213 0 72 0
[pid=22041] ppid=22040 vsize=324504 CPUtime=1363.06 cores=1,3,5,7
/proc/22041/stat : 22041 (glucose_static) R 22040 21995 20252 0 -1 4202496 102644 0 0 0 136203 103 0 0 20 0 1 0 283897393 332292096 65764 33554432000 4194304 4896791 140736834410752 140736834406488 4225008 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22041/statm: 81126 65764 78 172 0 80952 0
Current children cumulated CPU time (s) 1421.9
Current children cumulated vsize (KiB) 358656

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 22112
/proc/meminfo: memFree=31402924/32873844 swapFree=7372/7372
[pid=21995] ppid=21993 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21995/stat : 21995 (runWbo2satCp2.s) S 21993 21995 20252 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283891504 9367552 275 33554432000 4194304 5064252 140736067483152 140736067482064 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21995/statm: 2287 275 233 213 0 72 0
[pid=21996] ppid=21995 vsize=15856 CPUtime=58.84 cores=1,3,5,7
/proc/21996/stat : 21996 (wbo2sat) S 21995 21995 20252 0 -1 4202496 10249 74788 0 0 35 22 5802 25 20 0 1 0 283891504 16236544 3350 33554432000 4194304 5872148 140735087623600 140735087616872 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21996/statm: 3964 3350 173 410 0 3546 0
[pid=22040] ppid=21996 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22040/stat : 22040 (satsolver.sh) S 21996 21995 20252 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283897393 9367552 267 33554432000 4194304 5064252 140736230645200 140736230644112 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/22040/statm: 2287 267 226 213 0 72 0
[pid=22041] ppid=22040 vsize=165668 CPUtime=1423.05 cores=1,3,5,7
/proc/22041/stat : 22041 (glucose_static) R 22040 21995 20252 0 -1 4202496 104621 0 0 0 142198 107 0 0 20 0 1 0 283897393 169644032 37780 33554432000 4194304 4896791 140736834410752 140736834406424 4204864 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22041/statm: 41417 37780 78 172 0 41243 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 199820

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22112
/proc/meminfo: memFree=31297184/32873844 swapFree=7372/7372
[pid=21995] ppid=21993 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21995/stat : 21995 (runWbo2satCp2.s) S 21993 21995 20252 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283891504 9367552 275 33554432000 4194304 5064252 140736067483152 140736067482064 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21995/statm: 2287 275 233 213 0 72 0
[pid=21996] ppid=21995 vsize=15856 CPUtime=58.84 cores=1,3,5,7
/proc/21996/stat : 21996 (wbo2sat) S 21995 21995 20252 0 -1 4202496 10249 74788 0 0 35 22 5802 25 20 0 1 0 283891504 16236544 3350 33554432000 4194304 5872148 140735087623600 140735087616872 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21996/statm: 3964 3350 173 410 0 3546 0
[pid=22040] ppid=21996 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22040/stat : 22040 (satsolver.sh) S 21996 21995 20252 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283897393 9367552 267 33554432000 4194304 5064252 140736230645200 140736230644112 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/22040/statm: 2287 267 226 213 0 72 0
[pid=22041] ppid=22040 vsize=327964 CPUtime=1483.03 cores=1,3,5,7
/proc/22041/stat : 22041 (glucose_static) R 22040 21995 20252 0 -1 4202496 106224 0 0 0 148194 109 0 0 20 0 1 0 283897393 335835136 62985 33554432000 4194304 4896791 140736834410752 140736834405832 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22041/statm: 81991 62985 78 172 0 81817 0
Current children cumulated CPU time (s) 1541.87
Current children cumulated vsize (KiB) 362116

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/183 22113
/proc/meminfo: memFree=31238484/32873844 swapFree=7376/7376
[pid=21995] ppid=21993 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21995/stat : 21995 (runWbo2satCp2.s) S 21993 21995 20252 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283891504 9367552 275 33554432000 4194304 5064252 140736067483152 140736067482064 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21995/statm: 2287 275 233 213 0 72 0
[pid=21996] ppid=21995 vsize=15856 CPUtime=58.84 cores=1,3,5,7
/proc/21996/stat : 21996 (wbo2sat) S 21995 21995 20252 0 -1 4202496 10249 74788 0 0 35 22 5802 25 20 0 1 0 283891504 16236544 3350 33554432000 4194304 5872148 140735087623600 140735087616872 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21996/statm: 3964 3350 173 410 0 3546 0
[pid=22040] ppid=21996 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22040/stat : 22040 (satsolver.sh) S 21996 21995 20252 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283897393 9367552 267 33554432000 4194304 5064252 140736230645200 140736230644112 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/22040/statm: 2287 267 226 213 0 72 0
[pid=22041] ppid=22040 vsize=462104 CPUtime=1543.03 cores=1,3,5,7
/proc/22041/stat : 22041 (glucose_static) R 22040 21995 20252 0 -1 4202496 107206 0 0 0 154191 112 0 0 20 0 1 0 283897393 473194496 82358 33554432000 4194304 4896791 140736834410752 140736834407960 4224684 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22041/statm: 115526 82358 78 172 0 115352 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 496256

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22113
/proc/meminfo: memFree=31298244/32873844 swapFree=7372/7372
[pid=21995] ppid=21993 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21995/stat : 21995 (runWbo2satCp2.s) S 21993 21995 20252 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283891504 9367552 275 33554432000 4194304 5064252 140736067483152 140736067482064 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21995/statm: 2287 275 233 213 0 72 0
[pid=21996] ppid=21995 vsize=15856 CPUtime=58.84 cores=1,3,5,7
/proc/21996/stat : 21996 (wbo2sat) S 21995 21995 20252 0 -1 4202496 10249 74788 0 0 35 22 5802 25 20 0 1 0 283891504 16236544 3350 33554432000 4194304 5872148 140735087623600 140735087616872 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21996/statm: 3964 3350 173 410 0 3546 0
[pid=22040] ppid=21996 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22040/stat : 22040 (satsolver.sh) S 21996 21995 20252 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283897393 9367552 267 33554432000 4194304 5064252 140736230645200 140736230644112 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/22040/statm: 2287 267 226 213 0 72 0
[pid=22041] ppid=22040 vsize=330136 CPUtime=1602.99 cores=1,3,5,7
/proc/22041/stat : 22041 (glucose_static) R 22040 21995 20252 0 -1 4202496 109355 0 0 0 160182 117 0 0 20 0 1 0 283897393 338059264 61530 33554432000 4194304 4896791 140736834410752 140736834408280 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22041/statm: 82534 61530 78 172 0 82360 0
Current children cumulated CPU time (s) 1661.83
Current children cumulated vsize (KiB) 364288

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22113
/proc/meminfo: memFree=31249456/32873844 swapFree=7372/7372
[pid=21995] ppid=21993 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21995/stat : 21995 (runWbo2satCp2.s) S 21993 21995 20252 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283891504 9367552 275 33554432000 4194304 5064252 140736067483152 140736067482064 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21995/statm: 2287 275 233 213 0 72 0
[pid=21996] ppid=21995 vsize=15856 CPUtime=58.84 cores=1,3,5,7
/proc/21996/stat : 21996 (wbo2sat) S 21995 21995 20252 0 -1 4202496 10249 74788 0 0 35 22 5802 25 20 0 1 0 283891504 16236544 3350 33554432000 4194304 5872148 140735087623600 140735087616872 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21996/statm: 3964 3350 173 410 0 3546 0
[pid=22040] ppid=21996 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22040/stat : 22040 (satsolver.sh) S 21996 21995 20252 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283897393 9367552 267 33554432000 4194304 5064252 140736230645200 140736230644112 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/22040/statm: 2287 267 226 213 0 72 0
[pid=22041] ppid=22040 vsize=331120 CPUtime=1662.98 cores=1,3,5,7
/proc/22041/stat : 22041 (glucose_static) R 22040 21995 20252 0 -1 4202496 109594 0 0 0 166180 118 0 0 20 0 1 0 283897393 339066880 77099 33554432000 4194304 4896791 140736834410752 140736834406424 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22041/statm: 82780 77099 78 172 0 82606 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 365272

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 22116
/proc/meminfo: memFree=31360568/32873844 swapFree=7372/7372
[pid=21995] ppid=21993 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21995/stat : 21995 (runWbo2satCp2.s) S 21993 21995 20252 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283891504 9367552 275 33554432000 4194304 5064252 140736067483152 140736067482064 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21995/statm: 2287 275 233 213 0 72 0
[pid=21996] ppid=21995 vsize=15856 CPUtime=58.84 cores=1,3,5,7
/proc/21996/stat : 21996 (wbo2sat) S 21995 21995 20252 0 -1 4202496 10249 74788 0 0 35 22 5802 25 20 0 1 0 283891504 16236544 3350 33554432000 4194304 5872148 140735087623600 140735087616872 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21996/statm: 3964 3350 173 410 0 3546 0
[pid=22040] ppid=21996 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22040/stat : 22040 (satsolver.sh) S 21996 21995 20252 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283897393 9367552 267 33554432000 4194304 5064252 140736230645200 140736230644112 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/22040/statm: 2287 267 226 213 0 72 0
[pid=22041] ppid=22040 vsize=202224 CPUtime=1722.97 cores=1,3,5,7
/proc/22041/stat : 22041 (glucose_static) R 22040 21995 20252 0 -1 4202496 112085 0 0 0 172176 121 0 0 20 0 1 0 283897393 207077376 46007 33554432000 4194304 4896791 140736834410752 140736834406424 4225191 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22041/statm: 50556 46007 78 172 0 50382 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 236376



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 22116
/proc/meminfo: memFree=31314712/32873844 swapFree=7372/7372
[pid=21995] ppid=21993 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21995/stat : 21995 (runWbo2satCp2.s) S 21993 21995 20252 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283891504 9367552 275 33554432000 4194304 5064252 140736067483152 140736067482064 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21995/statm: 2287 275 233 213 0 72 0
[pid=21996] ppid=21995 vsize=15856 CPUtime=58.84 cores=1,3,5,7
/proc/21996/stat : 21996 (wbo2sat) S 21995 21995 20252 0 -1 4202496 10249 74788 0 0 35 22 5802 25 20 0 1 0 283891504 16236544 3350 33554432000 4194304 5872148 140735087623600 140735087616872 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21996/statm: 3964 3350 173 410 0 3546 0
[pid=22040] ppid=21996 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22040/stat : 22040 (satsolver.sh) S 21996 21995 20252 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283897393 9367552 267 33554432000 4194304 5064252 140736230645200 140736230644112 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/22040/statm: 2287 267 226 213 0 72 0
[pid=22041] ppid=22040 vsize=252312 CPUtime=1741.17 cores=1,3,5,7
/proc/22041/stat : 22041 (glucose_static) R 22040 21995 20252 0 -1 4202496 112616 0 0 0 173995 122 0 0 20 0 1 0 283897393 258367488 54711 33554432000 4194304 4896791 140736834410752 140736834406424 4225180 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22041/statm: 63078 54711 78 172 0 62904 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 286464

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 22116
/proc/meminfo: memFree=31314712/32873844 swapFree=7372/7372
[pid=21995] ppid=21993 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21995/stat : 21995 (runWbo2satCp2.s) S 21993 21995 20252 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283891504 9367552 275 33554432000 4194304 5064252 140736067483152 140736067482064 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21995/statm: 2287 275 233 213 0 72 0
[pid=21996] ppid=21995 vsize=15856 CPUtime=58.84 cores=1,3,5,7
/proc/21996/stat : 21996 (wbo2sat) S 21995 21995 20252 0 -1 4202496 10249 74788 0 0 35 22 5802 25 20 0 1 0 283891504 16236544 3350 33554432000 4194304 5872148 140735087623600 140735087616872 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21996/statm: 3964 3350 173 410 0 3546 0
[pid=22040] ppid=21996 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22040/stat : 22040 (satsolver.sh) S 21996 21995 20252 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283897393 9367552 267 33554432000 4194304 5064252 140736230645200 140736230644112 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/22040/statm: 2287 267 226 213 0 72 0
[pid=22041] ppid=22040 vsize=252312 CPUtime=1741.17 cores=1,3,5,7
/proc/22041/stat : 22041 (glucose_static) R 22040 21995 20252 0 -1 4202496 112616 0 0 0 173995 122 0 0 20 0 1 0 283897393 258367488 54711 33554432000 4194304 4896791 140736834410752 140736834406424 4225180 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22041/statm: 63078 54711 78 172 0 62904 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 286464

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.05
CPU user time (s): 1798.34
CPU system time (s): 1.70874
CPU usage (%): 99.9746
Max. virtual memory (cumulated for all children) (KiB): 530464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.34
system time used= 1.70874
maximum resident set size= 373368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 198642
page faults= 0
swaps= 0
block input operations= 0
block output operations= 60536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 241
involuntary context switches= 1995

runsolver used 7.14791 second user time and 18.3502 second system time

The end

Launcher Data

Begin job on node109 at 2012-05-28 06:00:29
IDJOB=3716968
IDBENCH=78698
IDSOLVER=2299
FILE ID=node109/3716968-1338177629
RUNJOBID= node109-1338160560-20269
PBS_JOBID= 14624563
Free space on /tmp= 71232 MiB

SOLVER NAME= wbo2satCp2 2012-05-19
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl35_40_pb.cnf.cr--soft-66-100-0.wbo
COMMAND LINE= DIR/runWbo2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3716968-1338177629/watcher-3716968-1338177629 -o /tmp/evaluation-result-3716968-1338177629/solver-3716968-1338177629 -C 1800 -W 1900 -M 15500  HOME/runWbo2satCp2.sh HOME/instance-3716968-1338177629.wbo 303466560 HOME HOME

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

MD5SUM BENCH= fb4b4aad89d54269a5ce80fb177bfc09
RANDOM SEED=303466560

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31506900 kB
Buffers:          161280 kB
Cached:           258212 kB
SwapCached:          588 kB
Active:           404008 kB
Inactive:         158752 kB
Active(anon):     138120 kB
Inactive(anon):     7668 kB
Active(file):     265888 kB
Inactive(file):   151084 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67106292 kB
Dirty:              8616 kB
Writeback:             0 kB
AnonPages:        217980 kB
Mapped:            11136 kB
Shmem:                 8 kB
Slab:             659324 kB
SReclaimable:     101848 kB
SUnreclaim:       557476 kB
KernelStack:        1528 kB
PageTables:         4088 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     294152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    124928 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= 71220 MiB
End job on node109 at 2012-05-28 06:30:30