Trace number 3362189

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
SAT09 reference solver: ManySAT 1.1 aimd 1/2009-03-20UNSAT 1157.97 291.538

General information on the benchmark

Nameapplication/jarvisalo/
HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtpmsgoodbakery-tseitin.cnf
MD5SUM3fad4722cb319d6fee4192f2fe2c31ed
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark166.168
Satisfiable
(Un)Satisfiability was proved
Number of variables98935
Number of clauses296405
Sum of the clauses size691609
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2197602
Number of clauses of size 398801
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.13	c ==============================================================================
0.00/0.13	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.13	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.13	c ==============================================================================
0.00/0.13	c |         0 |  296403   691607 |   88920       0        0     nan |  0.000 % |
1.11/1.12	c |         0 |  167814   529867 |      --       0       --      -- |     --   | -128587/-161735
1.11/1.12	c ==============================================================================
1.11/1.12	c Result  :   #vars: 32667   #clauses: 167814   #literals: 529867
1.11/1.12	c CPU time:   1.08983 s
1.11/1.12	c ==============================================================================
1157.90/291.52	c This is ManySAT 1.1 : 4 thread(s) on 4 core(s).
1157.90/291.52	c ============================[ Problem Statistics ]=============================
1157.90/291.52	c |                                                                             |
1157.90/291.52	c threadId              : 1
1157.90/291.52	c restarts              : 5583
1157.90/291.52	c conflicts             : 640788         (554 /sec)
1157.90/291.52	c decisions             : 1843344        (1.48 % random) (1594 /sec)
1157.90/291.52	c propagations          : 670113243      (579579 /sec)
1157.90/291.52	c conflict literals     : 24824093       (41.63 % deleted)
1157.90/291.52	c Memory used           : 264.34 MB
1157.90/291.52	c CPU time              : 1156.21 s
1157.90/291.52	
1157.90/291.52	c --->m=4, e=8, aimd=1, HOME/8569_many.cnf	time: 289.052	conflicts: 640788       
1157.90/291.53	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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-3362189-1305299578/watcher-3362189-1305299578 -o /tmp/evaluation-result-3362189-1305299578/solver-3362189-1305299578 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362189-1305299578.cnf aimd 1 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 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: 7.53 7.89 7.69 5/359 8569
/proc/meminfo: memFree=8539972/32951124 swapFree=65980216/67111528
[pid=8569] ppid=8567 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8569/stat : 8569 (manysat.sh) S 8567 8569 8066 0 -1 4202496 328 0 0 0 0 0 0 0 25 0 1 0 622373252 8908800 249 33554432000 4194304 4922060 140734965037696 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8569/statm: 2175 249 209 178 0 68 0

[startup+0.0629539 s]
/proc/loadavg: 7.53 7.89 7.69 5/359 8569
/proc/meminfo: memFree=8539972/32951124 swapFree=65980216/67111528
[pid=8569] ppid=8567 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8569/stat : 8569 (manysat.sh) S 8567 8569 8066 0 -1 4202496 328 0 0 0 0 0 0 0 25 0 1 0 622373252 8908800 249 33554432000 4194304 4922060 140734965037696 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8569/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100948 s]
/proc/loadavg: 7.53 7.89 7.69 5/359 8569
/proc/meminfo: memFree=8539972/32951124 swapFree=65980216/67111528
[pid=8569] ppid=8567 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8569/stat : 8569 (manysat.sh) S 8567 8569 8066 0 -1 4202496 328 0 0 0 0 0 0 0 25 0 1 0 622373252 8908800 249 33554432000 4194304 4922060 140734965037696 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8569/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.30091 s]
/proc/loadavg: 7.53 7.89 7.69 5/359 8569
/proc/meminfo: memFree=8539972/32951124 swapFree=65980216/67111528
[pid=8569] ppid=8567 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8569/stat : 8569 (manysat.sh) S 8567 8569 8066 0 -1 4202496 328 0 0 0 0 0 0 0 25 0 1 0 622373252 8908800 249 33554432000 4194304 4922060 140734965037696 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8569/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700872 s]
/proc/loadavg: 7.53 7.89 7.69 5/359 8569
/proc/meminfo: memFree=8539972/32951124 swapFree=65980216/67111528
[pid=8569] ppid=8567 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8569/stat : 8569 (manysat.sh) S 8567 8569 8066 0 -1 4202496 328 0 0 0 0 0 0 0 25 0 1 0 622373252 8908800 249 33554432000 4194304 4922060 140734965037696 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8569/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50065 s]
/proc/loadavg: 7.53 7.89 7.69 6/361 8571
/proc/meminfo: memFree=8487508/32951124 swapFree=65980216/67111528
[pid=8569] ppid=8567 vsize=8700 CPUtime=1.23 cores=0,2,4,6
/proc/8569/stat : 8569 (manysat.sh) S 8567 8569 8066 0 -1 4202496 355 13349 0 0 0 0 120 3 19 0 1 0 622373252 8908800 252 33554432000 4194304 4922060 140734965037696 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8569/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 8700

[startup+3.10036 s]
/proc/loadavg: 7.53 7.89 7.69 9/364 8575
/proc/meminfo: memFree=8471736/32951124 swapFree=65980216/67111528
[pid=8569] ppid=8567 vsize=8700 CPUtime=1.23 cores=0,2,4,6
/proc/8569/stat : 8569 (manysat.sh) S 8567 8569 8066 0 -1 4202496 355 13349 0 0 0 0 120 3 19 0 1 0 622373252 8908800 252 33554432000 4194304 4922060 140734965037696 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8569/statm: 2175 252 209 178 0 68 0
[pid=8572] ppid=8569 vsize=96728 CPUtime=6.71 cores=0,2,4,6
/proc/8572/stat : 8572 (manysat1.1_stat) R 8569 8569 8066 0 -1 4202496 15362 0 0 0 663 8 0 0 20 0 4 0 622373376 99049472 15315 33554432000 134512640 135305190 4289930464 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/8572/statm: 24182 15315 84 194 0 23986 0
[pid=8572/tid=8573] ppid=8569 vsize=96728 CPUtime=1.62 cores=0,2,4,6
/proc/8572/task/8573/stat : 8573 (manysat1.1_stat) R 8569 8569 8066 0 -1 4202560 841 0 0 0 160 2 0 0 20 0 4 0 622373398 99049472 15315 33554432000 134512640 135305190 4289930464 18446744073709551615 134530997 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=8572/tid=8574] ppid=8569 vsize=96728 CPUtime=1.62 cores=0,2,4,6
/proc/8572/task/8574/stat : 8574 (manysat1.1_stat) R 8569 8569 8066 0 -1 4202560 988 0 0 0 161 1 0 0 20 0 4 0 622373398 99049472 15315 33554432000 134512640 135305190 4289930464 18446744073709551615 134551614 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=8572/tid=8575] ppid=8569 vsize=96728 CPUtime=1.62 cores=0,2,4,6
/proc/8572/task/8575/stat : 8575 (manysat1.1_stat) R 8569 8569 8066 0 -1 4202560 845 0 0 0 161 1 0 0 20 0 4 0 622373398 99049472 15315 33554432000 134512640 135305190 4289930464 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 7.94
Current children cumulated vsize (KiB) 105428

[startup+6.30077 s]
/proc/loadavg: 7.57 7.89 7.70 9/364 8575
/proc/meminfo: memFree=8458608/32951124 swapFree=65980216/67111528
[pid=8569] ppid=8567 vsize=8700 CPUtime=1.23 cores=0,2,4,6
/proc/8569/stat : 8569 (manysat.sh) S 8567 8569 8066 0 -1 4202496 355 13349 0 0 0 0 120 3 19 0 1 0 622373252 8908800 252 33554432000 4194304 4922060 140734965037696 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8569/statm: 2175 252 209 178 0 68 0
[pid=8572] ppid=8569 vsize=108356 CPUtime=19.46 cores=0,2,4,6
/proc/8572/stat : 8572 (manysat1.1_stat) R 8569 8569 8066 0 -1 4202496 18181 0 0 0 1935 11 0 0 25 0 4 0 622373376 110956544 18109 33554432000 134512640 135305190 4289930464 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/8572/statm: 27089 18109 84 194 0 26893 0
[pid=8572/tid=8573] ppid=8569 vsize=108356 CPUtime=4.82 cores=0,2,4,6
/proc/8572/task/8573/stat : 8573 (manysat1.1_stat) R 8569 8569 8066 0 -1 4202560 1353 0 0 0 479 3 0 0 25 0 4 0 622373398 110956544 18109 33554432000 134512640 135305190 4289930464 18446744073709551615 134529509 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=8572/tid=8574] ppid=8569 vsize=108356 CPUtime=4.82 cores=0,2,4,6
/proc/8572/task/8574/stat : 8574 (manysat1.1_stat) R 8569 8569 8066 0 -1 4202560 1730 0 0 0 481 1 0 0 25 0 4 0 622373398 110956544 18109 33554432000 134512640 135305190 4289930464 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=8572/tid=8575] ppid=8569 vsize=108356 CPUtime=4.81 cores=0,2,4,6
/proc/8572/task/8575/stat : 8575 (manysat1.1_stat) R 8569 8569 8066 0 -1 4202560 1593 0 0 0 479 2 0 0 25 0 4 0 622373398 110956544 18109 33554432000 134512640 135305190 4289930464 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 20.69
Current children cumulated vsize (KiB) 117056

[startup+12.7006 s]
/proc/loadavg: 7.60 7.89 7.70 9/364 8576
/proc/meminfo: memFree=8443692/32951124 swapFree=65980216/67111528
[pid=8569] ppid=8567 vsize=8700 CPUtime=1.23 cores=0,2,4,6
/proc/8569/stat : 8569 (manysat.sh) S 8567 8569 8066 0 -1 4202496 355 13349 0 0 0 0 120 3 19 0 1 0 622373252 8908800 252 33554432000 4194304 4922060 140734965037696 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8569/statm: 2175 252 209 178 0 68 0
[pid=8572] ppid=8569 vsize=120700 CPUtime=44.97 cores=0,2,4,6
/proc/8572/stat : 8572 (manysat1.1_stat) R 8569 8569 8066 0 -1 4202496 21391 0 0 0 4483 14 0 0 25 0 4 0 622373376 123596800 21319 33554432000 134512640 135305190 4289930464 18446744073709551615 134528212 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/8572/statm: 30175 21319 84 194 0 29979 0
[pid=8572/tid=8573] ppid=8569 vsize=120700 CPUtime=11.21 cores=0,2,4,6
/proc/8572/task/8573/stat : 8573 (manysat1.1_stat) R 8569 8569 8066 0 -1 4202560 1809 0 0 0 1118 3 0 0 25 0 4 0 622373398 123596800 21319 33554432000 134512640 135305190 4289930464 18446744073709551615 134528987 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=8572/tid=8574] ppid=8569 vsize=120700 CPUtime=11.22 cores=0,2,4,6
/proc/8572/task/8574/stat : 8574 (manysat1.1_stat) R 8569 8569 8066 0 -1 4202560 3068 0 0 0 1120 2 0 0 25 0 4 0 622373398 123596800 21319 33554432000 134512640 135305190 4289930464 18446744073709551615 134528501 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=8572/tid=8575] ppid=8569 vsize=120700 CPUtime=11.21 cores=0,2,4,6
/proc/8572/task/8575/stat : 8575 (manysat1.1_stat) R 8569 8569 8066 0 -1 4202560 2196 0 0 0 1118 3 0 0 25 0 4 0 622373398 123596800 21319 33554432000 134512640 135305190 4289930464 18446744073709551615 134528573 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 46.2
Current children cumulated vsize (KiB) 129400

[startup+25.5013 s]
/proc/loadavg: 7.84 7.93 7.71 9/364 8576
/proc/meminfo: memFree=8382816/32951124 swapFree=65980216/67111528
[pid=8569] ppid=8567 vsize=8700 CPUtime=1.23 cores=0,2,4,6
/proc/8569/stat : 8569 (manysat.sh) S 8567 8569 8066 0 -1 4202496 355 13349 0 0 0 0 120 3 19 0 1 0 622373252 8908800 252 33554432000 4194304 4922060 140734965037696 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8569/statm: 2175 252 209 178 0 68 0
[pid=8572] ppid=8569 vsize=143012 CPUtime=96.01 cores=0,2,4,6
/proc/8572/stat : 8572 (manysat1.1_stat) R 8569 8569 8066 0 -1 4202496 26851 0 0 0 9583 18 0 0 25 0 4 0 622373376 146444288 26779 33554432000 134512640 135305190 4289930464 18446744073709551615 134528382 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/8572/statm: 35753 26779 84 194 0 35557 0
[pid=8572/tid=8573] ppid=8569 vsize=143012 CPUtime=24.01 cores=0,2,4,6
/proc/8572/task/8573/stat : 8573 (manysat1.1_stat) R 8569 8569 8066 0 -1 4202560 2529 0 0 0 2397 4 0 0 25 0 4 0 622373398 146444288 26779 33554432000 134512640 135305190 4289930464 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=8572/tid=8574] ppid=8569 vsize=143012 CPUtime=24.01 cores=0,2,4,6
/proc/8572/task/8574/stat : 8574 (manysat1.1_stat) R 8569 8569 8066 0 -1 4202560 5359 0 0 0 2398 3 0 0 25 0 4 0 622373398 146444288 26779 33554432000 134512640 135305190 4289930464 18446744073709551615 134528858 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=8572/tid=8575] ppid=8569 vsize=143012 CPUtime=24 cores=0,2,4,6
/proc/8572/task/8575/stat : 8575 (manysat1.1_stat) R 8569 8569 8066 0 -1 4202560 3401 0 0 0 2396 4 0 0 25 0 4 0 622373398 146444288 26779 33554432000 134512640 135305190 4289930464 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 97.24
Current children cumulated vsize (KiB) 151712

[startup+51.1006 s]
/proc/loadavg: 7.89 7.94 7.72 9/364 8577
/proc/meminfo: memFree=8336504/32951124 swapFree=65980216/67111528
[pid=8569] ppid=8567 vsize=8700 CPUtime=1.23 cores=0,2,4,6
/proc/8569/stat : 8569 (manysat.sh) S 8567 8569 8066 0 -1 4202496 355 13349 0 0 0 0 120 3 19 0 1 0 622373252 8908800 252 33554432000 4194304 4922060 140734965037696 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8569/statm: 2175 252 209 178 0 68 0
[pid=8572] ppid=8569 vsize=175224 CPUtime=198.06 cores=0,2,4,6
/proc/8572/stat : 8572 (manysat1.1_stat) R 8569 8569 8066 0 -1 4202496 34747 0 0 0 19781 25 0 0 25 0 4 0 622373376 179429376 34675 33554432000 134512640 135305190 4289930464 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/8572/statm: 43806 34675 84 194 0 43610 0
[pid=8572/tid=8573] ppid=8569 vsize=175224 CPUtime=49.59 cores=0,2,4,6
/proc/8572/task/8573/stat : 8573 (manysat1.1_stat) R 8569 8569 8066 0 -1 4202560 3757 0 0 0 4954 5 0 0 25 0 4 0 622373398 179429376 34675 33554432000 134512640 135305190 4289930464 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=8572/tid=8574] ppid=8569 vsize=175224 CPUtime=49.61 cores=0,2,4,6
/proc/8572/task/8574/stat : 8574 (manysat1.1_stat) R 8569 8569 8066 0 -1 4202560 8195 0 0 0 4956 5 0 0 25 0 4 0 622373398 179429376 34675 33554432000 134512640 135305190 4289930464 18446744073709551615 134555147 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=8572/tid=8575] ppid=8569 vsize=175224 CPUtime=49.58 cores=0,2,4,6
/proc/8572/task/8575/stat : 8575 (manysat1.1_stat) R 8569 8569 8066 0 -1 4202560 5283 0 0 0 4952 6 0 0 25 0 4 0 622373398 179429376 34675 33554432000 134512640 135305190 4289930464 18446744073709551615 134528265 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 199.29
Current children cumulated vsize (KiB) 183924

[startup+102.313 s]
/proc/loadavg: 8.06 7.97 7.74 9/364 8578
/proc/meminfo: memFree=8251888/32951124 swapFree=65980216/67111528
[pid=8569] ppid=8567 vsize=8700 CPUtime=1.23 cores=0,2,4,6
/proc/8569/stat : 8569 (manysat.sh) S 8567 8569 8066 0 -1 4202496 355 13349 0 0 0 0 120 3 19 0 1 0 622373252 8908800 252 33554432000 4194304 4922060 140734965037696 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8569/statm: 2175 252 209 178 0 68 0
[pid=8572] ppid=8569 vsize=199840 CPUtime=402.25 cores=0,2,4,6
/proc/8572/stat : 8572 (manysat1.1_stat) R 8569 8569 8066 0 -1 4202496 40787 0 0 0 40195 30 0 0 25 0 4 0 622373376 204636160 40715 33554432000 134512640 135305190 4289930464 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/8572/statm: 49960 40715 84 194 0 49764 0
[pid=8572/tid=8573] ppid=8569 vsize=199840 CPUtime=100.79 cores=0,2,4,6
/proc/8572/task/8573/stat : 8573 (manysat1.1_stat) R 8569 8569 8066 0 -1 4202560 4963 0 0 0 10073 6 0 0 25 0 4 0 622373398 204636160 40715 33554432000 134512640 135305190 4289930464 18446744073709551615 134528435 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=8572/tid=8574] ppid=8569 vsize=199840 CPUtime=100.79 cores=0,2,4,6
/proc/8572/task/8574/stat : 8574 (manysat1.1_stat) R 8569 8569 8066 0 -1 4202560 9970 0 0 0 10073 6 0 0 25 0 4 0 622373398 204636160 40715 33554432000 134512640 135305190 4289930464 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=8572/tid=8575] ppid=8569 vsize=199840 CPUtime=100.77 cores=0,2,4,6
/proc/8572/task/8575/stat : 8575 (manysat1.1_stat) R 8569 8569 8066 0 -1 4202560 6794 0 0 0 10070 7 0 0 25 0 4 0 622373398 204636160 40715 33554432000 134512640 135305190 4289930464 18446744073709551615 134528195 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 403.48
Current children cumulated vsize (KiB) 208540

[startup+162.301 s]
/proc/loadavg: 8.02 7.97 7.75 9/364 8580
/proc/meminfo: memFree=8040576/32951124 swapFree=65980216/67111528
[pid=8569] ppid=8567 vsize=8700 CPUtime=1.23 cores=0,2,4,6
/proc/8569/stat : 8569 (manysat.sh) S 8567 8569 8066 0 -1 4202496 355 13349 0 0 0 0 120 3 19 0 1 0 622373252 8908800 252 33554432000 4194304 4922060 140734965037696 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8569/statm: 2175 252 209 178 0 68 0
[pid=8572] ppid=8569 vsize=256500 CPUtime=641.5 cores=0,2,4,6
/proc/8572/stat : 8572 (manysat1.1_stat) R 8569 8569 8066 0 -1 4202496 55091 0 0 0 64110 40 0 0 25 0 4 0 622373376 262656000 55019 33554432000 134512640 135305190 4289930464 18446744073709551615 134528557 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/8572/statm: 64125 55019 84 194 0 63929 0
[pid=8572/tid=8573] ppid=8569 vsize=256500 CPUtime=160.77 cores=0,2,4,6
/proc/8572/task/8573/stat : 8573 (manysat1.1_stat) R 8569 8569 8066 0 -1 4202560 8321 0 0 0 16068 9 0 0 25 0 4 0 622373398 262656000 55019 33554432000 134512640 135305190 4289930464 18446744073709551615 134528579 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=8572/tid=8574] ppid=8569 vsize=256500 CPUtime=160.78 cores=0,2,4,6
/proc/8572/task/8574/stat : 8574 (manysat1.1_stat) R 8569 8569 8066 0 -1 4202560 13376 0 0 0 16070 8 0 0 25 0 4 0 622373398 262656000 55019 33554432000 134512640 135305190 4289930464 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=8572/tid=8575] ppid=8569 vsize=256500 CPUtime=160.74 cores=0,2,4,6
/proc/8572/task/8575/stat : 8575 (manysat1.1_stat) R 8569 8569 8066 0 -1 4202560 10443 0 0 0 16064 10 0 0 25 0 4 0 622373398 262656000 55019 33554432000 134512640 135305190 4289930464 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 642.73
Current children cumulated vsize (KiB) 265200

[startup+222.301 s]
/proc/loadavg: 8.08 8.00 7.78 9/364 8581
/proc/meminfo: memFree=8004112/32951124 swapFree=65980216/67111528
[pid=8569] ppid=8567 vsize=8700 CPUtime=1.23 cores=0,2,4,6
/proc/8569/stat : 8569 (manysat.sh) S 8567 8569 8066 0 -1 4202496 355 13349 0 0 0 0 120 3 19 0 1 0 622373252 8908800 252 33554432000 4194304 4922060 140734965037696 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8569/statm: 2175 252 209 178 0 68 0
[pid=8572] ppid=8569 vsize=260648 CPUtime=880.71 cores=0,2,4,6
/proc/8572/stat : 8572 (manysat1.1_stat) R 8569 8569 8066 0 -1 4202496 56212 0 0 0 88028 43 0 0 25 0 4 0 622373376 266903552 56140 33554432000 134512640 135305190 4289930464 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/8572/statm: 65162 56140 84 194 0 64966 0
[pid=8572/tid=8573] ppid=8569 vsize=260648 CPUtime=220.75 cores=0,2,4,6
/proc/8572/task/8573/stat : 8573 (manysat1.1_stat) R 8569 8569 8066 0 -1 4202560 8744 0 0 0 22066 9 0 0 25 0 4 0 622373398 266903552 56140 33554432000 134512640 135305190 4289930464 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=8572/tid=8574] ppid=8569 vsize=260648 CPUtime=220.76 cores=0,2,4,6
/proc/8572/task/8574/stat : 8574 (manysat1.1_stat) R 8569 8569 8066 0 -1 4202560 13647 0 0 0 22067 9 0 0 25 0 4 0 622373398 266903552 56140 33554432000 134512640 135305190 4289930464 18446744073709551615 134551668 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=8572/tid=8575] ppid=8569 vsize=260648 CPUtime=220.03 cores=0,2,4,6
/proc/8572/task/8575/stat : 8575 (manysat1.1_stat) R 8569 8569 8066 0 -1 4202560 10612 0 0 0 21992 11 0 0 25 0 4 0 622373398 266903552 56140 33554432000 134512640 135305190 4289930464 18446744073709551615 134528512 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 881.94
Current children cumulated vsize (KiB) 269348

[startup+282.301 s]
/proc/loadavg: 8.04 7.99 7.78 9/364 8616
/proc/meminfo: memFree=10219228/32951124 swapFree=65980216/67111528
[pid=8569] ppid=8567 vsize=8700 CPUtime=1.23 cores=0,2,4,6
/proc/8569/stat : 8569 (manysat.sh) S 8567 8569 8066 0 -1 4202496 355 13349 0 0 0 0 120 3 19 0 1 0 622373252 8908800 252 33554432000 4194304 4922060 140734965037696 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8569/statm: 2175 252 209 178 0 68 0
[pid=8572] ppid=8569 vsize=269880 CPUtime=1119.98 cores=0,2,4,6
/proc/8572/stat : 8572 (manysat1.1_stat) R 8569 8569 8066 0 -1 4202496 58421 0 0 0 111949 49 0 0 25 0 4 0 622373376 276357120 58349 33554432000 134512640 135305190 4289930464 18446744073709551615 134528784 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/8572/statm: 67470 58349 84 194 0 67274 0
[pid=8572/tid=8573] ppid=8569 vsize=269880 CPUtime=280.73 cores=0,2,4,6
/proc/8572/task/8573/stat : 8573 (manysat1.1_stat) R 8569 8569 8066 0 -1 4202560 9429 0 0 0 28063 10 0 0 25 0 4 0 622373398 276357120 58349 33554432000 134512640 135305190 4289930464 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=8572/tid=8574] ppid=8569 vsize=269880 CPUtime=280.76 cores=0,2,4,6
/proc/8572/task/8574/stat : 8574 (manysat1.1_stat) R 8569 8569 8066 0 -1 4202560 13876 0 0 0 28067 9 0 0 25 0 4 0 622373398 276357120 58349 33554432000 134512640 135305190 4289930464 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=8572/tid=8575] ppid=8569 vsize=269880 CPUtime=279.34 cores=0,2,4,6
/proc/8572/task/8575/stat : 8575 (manysat1.1_stat) R 8569 8569 8066 0 -1 4202560 11056 0 0 0 27921 13 0 0 25 0 4 0 622373398 276357120 58349 33554432000 134512640 135305190 4289930464 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1121.21
Current children cumulated vsize (KiB) 278580

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

[startup+287.901 s]
/proc/loadavg: 8.04 7.99 7.78 9/364 8616
/proc/meminfo: memFree=10218112/32951124 swapFree=65980216/67111528
[pid=8569] ppid=8567 vsize=8700 CPUtime=1.23 cores=0,2,4,6
/proc/8569/stat : 8569 (manysat.sh) S 8567 8569 8066 0 -1 4202496 355 13349 0 0 0 0 120 3 19 0 1 0 622373252 8908800 252 33554432000 4194304 4922060 140734965037696 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8569/statm: 2175 252 209 178 0 68 0
[pid=8572] ppid=8569 vsize=270176 CPUtime=1142.32 cores=0,2,4,6
/proc/8572/stat : 8572 (manysat1.1_stat) R 8569 8569 8066 0 -1 4202496 58500 0 0 0 114183 49 0 0 25 0 4 0 622373376 276660224 58428 33554432000 134512640 135305190 4289930464 18446744073709551615 134528136 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/8572/statm: 67544 58428 84 194 0 67348 0
[pid=8572/tid=8573] ppid=8569 vsize=270176 CPUtime=286.33 cores=0,2,4,6
/proc/8572/task/8573/stat : 8573 (manysat1.1_stat) R 8569 8569 8066 0 -1 4202560 9449 0 0 0 28623 10 0 0 25 0 4 0 622373398 276660224 58428 33554432000 134512640 135305190 4289930464 18446744073709551615 134528145 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=8572/tid=8574] ppid=8569 vsize=270176 CPUtime=286.35 cores=0,2,4,6
/proc/8572/task/8574/stat : 8574 (manysat1.1_stat) R 8569 8569 8066 0 -1 4202560 13897 0 0 0 28626 9 0 0 25 0 4 0 622373398 276660224 58428 33554432000 134512640 135305190 4289930464 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=8572/tid=8575] ppid=8569 vsize=270176 CPUtime=284.88 cores=0,2,4,6
/proc/8572/task/8575/stat : 8575 (manysat1.1_stat) R 8569 8569 8066 0 -1 4202560 11094 0 0 0 28475 13 0 0 25 0 4 0 622373398 276660224 58428 33554432000 134512640 135305190 4289930464 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1143.55
Current children cumulated vsize (KiB) 278876

[startup+289.501 s]
/proc/loadavg: 8.03 7.99 7.79 9/364 8616
/proc/meminfo: memFree=10216556/32951124 swapFree=65980216/67111528
[pid=8569] ppid=8567 vsize=8700 CPUtime=1.23 cores=0,2,4,6
/proc/8569/stat : 8569 (manysat.sh) S 8567 8569 8066 0 -1 4202496 355 13349 0 0 0 0 120 3 19 0 1 0 622373252 8908800 252 33554432000 4194304 4922060 140734965037696 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8569/statm: 2175 252 209 178 0 68 0
[pid=8572] ppid=8569 vsize=270396 CPUtime=1148.69 cores=0,2,4,6
/proc/8572/stat : 8572 (manysat1.1_stat) R 8569 8569 8066 0 -1 4202496 58538 0 0 0 114820 49 0 0 25 0 4 0 622373376 276885504 58466 33554432000 134512640 135305190 4289930464 18446744073709551615 134528615 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/8572/statm: 67599 58466 84 194 0 67403 0
[pid=8572/tid=8573] ppid=8569 vsize=270396 CPUtime=287.93 cores=0,2,4,6
/proc/8572/task/8573/stat : 8573 (manysat1.1_stat) R 8569 8569 8066 0 -1 4202560 9449 0 0 0 28783 10 0 0 25 0 4 0 622373398 276885504 58466 33554432000 134512640 135305190 4289930464 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=8572/tid=8574] ppid=8569 vsize=270396 CPUtime=287.95 cores=0,2,4,6
/proc/8572/task/8574/stat : 8574 (manysat1.1_stat) R 8569 8569 8066 0 -1 4202560 13934 0 0 0 28786 9 0 0 25 0 4 0 622373398 276885504 58466 33554432000 134512640 135305190 4289930464 18446744073709551615 134528559 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=8572/tid=8575] ppid=8569 vsize=270396 CPUtime=286.45 cores=0,2,4,6
/proc/8572/task/8575/stat : 8575 (manysat1.1_stat) R 8569 8569 8066 0 -1 4202560 11095 0 0 0 28632 13 0 0 25 0 4 0 622373398 276885504 58466 33554432000 134512640 135305190 4289930464 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1149.92
Current children cumulated vsize (KiB) 279096

[startup+290.301 s]
/proc/loadavg: 8.03 7.99 7.79 9/364 8616
/proc/meminfo: memFree=10215812/32951124 swapFree=65980216/67111528
[pid=8569] ppid=8567 vsize=8700 CPUtime=1.23 cores=0,2,4,6
/proc/8569/stat : 8569 (manysat.sh) S 8567 8569 8066 0 -1 4202496 355 13349 0 0 0 0 120 3 19 0 1 0 622373252 8908800 252 33554432000 4194304 4922060 140734965037696 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8569/statm: 2175 252 209 178 0 68 0
[pid=8572] ppid=8569 vsize=270528 CPUtime=1151.9 cores=0,2,4,6
/proc/8572/stat : 8572 (manysat1.1_stat) R 8569 8569 8066 0 -1 4202496 58566 0 0 0 115141 49 0 0 25 0 4 0 622373376 277020672 58494 33554432000 134512640 135305190 4289930464 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/8572/statm: 67632 58494 84 194 0 67436 0
[pid=8572/tid=8573] ppid=8569 vsize=270528 CPUtime=288.74 cores=0,2,4,6
/proc/8572/task/8573/stat : 8573 (manysat1.1_stat) R 8569 8569 8066 0 -1 4202560 9461 0 0 0 28864 10 0 0 25 0 4 0 622373398 277020672 58494 33554432000 134512640 135305190 4289930464 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=8572/tid=8574] ppid=8569 vsize=270528 CPUtime=288.77 cores=0,2,4,6
/proc/8572/task/8574/stat : 8574 (manysat1.1_stat) R 8569 8569 8066 0 -1 4202560 13948 0 0 0 28868 9 0 0 25 0 4 0 622373398 277020672 58494 33554432000 134512640 135305190 4289930464 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=8572/tid=8575] ppid=8569 vsize=270528 CPUtime=287.25 cores=0,2,4,6
/proc/8572/task/8575/stat : 8575 (manysat1.1_stat) R 8569 8569 8066 0 -1 4202560 11097 0 0 0 28712 13 0 0 25 0 4 0 622373398 277020672 58494 33554432000 134512640 135305190 4289930464 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1153.13
Current children cumulated vsize (KiB) 279228

[startup+291.1 s]
/proc/loadavg: 8.03 7.99 7.79 9/364 8616
/proc/meminfo: memFree=10215812/32951124 swapFree=65980216/67111528
[pid=8569] ppid=8567 vsize=8700 CPUtime=1.23 cores=0,2,4,6
/proc/8569/stat : 8569 (manysat.sh) S 8567 8569 8066 0 -1 4202496 355 13349 0 0 0 0 120 3 19 0 1 0 622373252 8908800 252 33554432000 4194304 4922060 140734965037696 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8569/statm: 2175 252 209 178 0 68 0
[pid=8572] ppid=8569 vsize=270676 CPUtime=1155.03 cores=0,2,4,6
/proc/8572/stat : 8572 (manysat1.1_stat) R 8569 8569 8066 0 -1 4202496 58584 0 0 0 115453 50 0 0 18 0 4 0 622373376 277172224 58512 33554432000 134512640 135305190 4289930464 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/8572/statm: 67669 58512 84 194 0 67473 0
[pid=8572/tid=8573] ppid=8569 vsize=270676 CPUtime=289.51 cores=0,2,4,6
/proc/8572/task/8573/stat : 8573 (manysat1.1_stat) R 8569 8569 8066 0 -1 4202560 9461 0 0 0 28940 11 0 0 25 0 4 0 622373398 277172224 58512 33554432000 134512640 135305190 4289930464 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=8572/tid=8574] ppid=8569 vsize=270676 CPUtime=289.55 cores=0,2,4,6
/proc/8572/task/8574/stat : 8574 (manysat1.1_stat) R 8569 8569 8066 0 -1 4202560 13966 0 0 0 28946 9 0 0 25 0 4 0 622373398 277172224 58512 33554432000 134512640 135305190 4289930464 18446744073709551615 134528235 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=8572/tid=8575] ppid=8569 vsize=270676 CPUtime=288.03 cores=0,2,4,6
/proc/8572/task/8575/stat : 8575 (manysat1.1_stat) R 8569 8569 8066 0 -1 4202560 11097 0 0 0 28790 13 0 0 18 0 4 0 622373398 277172224 58512 33554432000 134512640 135305190 4289930464 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1156.26
Current children cumulated vsize (KiB) 279376

[startup+291.513 s]
/proc/loadavg: 8.03 7.99 7.79 10/364 8616
/proc/meminfo: memFree=10214572/32951124 swapFree=65980216/67111528
[pid=8569] ppid=8567 vsize=8700 CPUtime=1.23 cores=0,2,4,6
/proc/8569/stat : 8569 (manysat.sh) S 8567 8569 8066 0 -1 4202496 355 13349 0 0 0 0 120 3 19 0 1 0 622373252 8908800 252 33554432000 4194304 4922060 140734965037696 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8569/statm: 2175 252 209 178 0 68 0
[pid=8572] ppid=8569 vsize=270676 CPUtime=1156.67 cores=0,2,4,6
/proc/8572/stat : 8572 (manysat1.1_stat) R 8569 8569 8066 0 -1 4202496 58584 0 0 0 115617 50 0 0 18 0 4 0 622373376 277172224 58512 33554432000 134512640 135305190 4289930464 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/8572/statm: 67669 58512 84 194 0 67473 0
[pid=8572/tid=8573] ppid=8569 vsize=270676 CPUtime=289.93 cores=0,2,4,6
/proc/8572/task/8573/stat : 8573 (manysat1.1_stat) R 8569 8569 8066 0 -1 4202560 9461 0 0 0 28982 11 0 0 25 0 4 0 622373398 277172224 58512 33554432000 134512640 135305190 4289930464 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=8572/tid=8574] ppid=8569 vsize=270676 CPUtime=289.97 cores=0,2,4,6
/proc/8572/task/8574/stat : 8574 (manysat1.1_stat) R 8569 8569 8066 0 -1 4202560 13966 0 0 0 28988 9 0 0 25 0 4 0 622373398 277172224 58512 33554432000 134512640 135305190 4289930464 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=8572/tid=8575] ppid=8569 vsize=270676 CPUtime=288.43 cores=0,2,4,6
/proc/8572/task/8575/stat : 8575 (manysat1.1_stat) R 8569 8569 8066 0 -1 4202560 11097 0 0 0 28830 13 0 0 18 0 4 0 622373398 277172224 58512 33554432000 134512640 135305190 4289930464 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1157.9
Current children cumulated vsize (KiB) 279376

Child status: 20
Real time (s): 291.538
CPU time (s): 1157.97
CPU user time (s): 1157.41
CPU system time (s): 0.558915
CPU usage (%): 397.194
Max. virtual memory (cumulated for all children) (KiB): 279376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1157.41
system time used= 0.558915
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72513
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8708
involuntary context switches= 5871

runsolver used 0.958854 second user time and 2.36864 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-13 17:12:58
IDJOB=3362189
IDBENCH=82482
IDSOLVER=1838
FILE ID=node142/3362189-1305299578
RUNJOBID= node142-1305296391-8084
PBS_JOBID= 13321411
Free space on /tmp= 47076 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtpmsgoodbakery-tseitin.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362189-1305299578/watcher-3362189-1305299578 -o /tmp/evaluation-result-3362189-1305299578/solver-3362189-1305299578 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3362189-1305299578.cnf aimd 1

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

MD5SUM BENCH= 3fad4722cb319d6fee4192f2fe2c31ed
RANDOM SEED=1985177233

node142.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5131.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       8540244 kB
Buffers:        277136 kB
Cached:       17019012 kB
SwapCached:      11520 kB
Active:       11897420 kB
Inactive:     11801228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       8540244 kB
SwapTotal:    67111528 kB
SwapFree:     65980216 kB
Dirty:            6400 kB
Writeback:           0 kB
AnonPages:     6399928 kB
Mapped:          20656 kB
Slab:           611504 kB
PageTables:      36124 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 79259496 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 47052 MiB
End job on node142 at 2011-05-13 17:17:49