Trace number 3362328

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 126.651 35.2207

General information on the benchmark

NameSAT03/industrial/simon/sat02/
6pipe_6_ooo.shuffled-as.sat03-413.cnf
MD5SUM8bd122b0caab0988cbc54e4731b25623
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark19.0861
Satisfiable
(Un)Satisfiability was proved
Number of variables17064
Number of clauses545612
Sum of the clauses size1608428
Maximum clause length187
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2476931
Number of clauses of size 356141
Number of clauses of size 4301
Number of clauses of size 5290
Number of clauses of size over 511948

Solver Data

0.00/0.00	c Parsing...
0.00/0.29	c ==============================================================================
0.00/0.29	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.29	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.29	c ==============================================================================
0.00/0.29	c |         0 |  545611  1608427 |  163683       0        0     nan |  0.000 % |
3.49/3.53	c |         0 |  536137  1617433 |      --       0       --      -- |     --   | -9425/9117
3.49/3.53	c ==============================================================================
3.49/3.53	c Result  :   #vars: 14409   #clauses: 536137   #literals: 1617433
3.49/3.53	c CPU time:   3.50647 s
3.49/3.53	c ==============================================================================
126.22/35.20	c This is ManySAT 1.1 : 4 thread(s) on 8 core(s).
126.22/35.20	c ============================[ Problem Statistics ]=============================
126.22/35.20	c |                                                                             |
126.22/35.20	c threadId              : 1
126.22/35.20	c restarts              : 1738
126.22/35.20	c conflicts             : 115509         (943 /sec)
126.22/35.20	c decisions             : 970209         (1.07 % random) (7923 /sec)
126.22/35.20	c propagations          : 73374151       (599166 /sec)
126.22/35.20	c conflict literals     : 9412508        (50.05 % deleted)
126.22/35.20	c Memory used           : 262.25 MB
126.22/35.20	c CPU time              : 122.46 s
126.22/35.20	
126.22/35.20	c --->m=4, e=8, aimd=1, HOME/26972_many.cnf	time: 30.6151	conflicts: 115509       
126.62/35.21	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: 977)

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-3362328-1307666429/watcher-3362328-1307666429 -o /tmp/evaluation-result-3362328-1307666429/solver-3362328-1307666429 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362328-1307666429.cnf aimd 1 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.18 1.74 1.90 1/170 26972
/proc/meminfo: memFree=31901384/32951124 swapFree=67050916/67111528
[pid=26972] ppid=26970 vsize=8700 CPUtime=0 cores=0-7
/proc/26972/stat : 26972 (manysat.sh) S 26970 26972 26942 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 859059209 8908800 250 33554432000 4194304 4922060 140735810248032 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26972/statm: 2175 250 209 178 0 68 0

[startup+0.0998221 s]
/proc/loadavg: 1.18 1.74 1.90 1/170 26972
/proc/meminfo: memFree=31901384/32951124 swapFree=67050916/67111528
[pid=26972] ppid=26970 vsize=8700 CPUtime=0 cores=0-7
/proc/26972/stat : 26972 (manysat.sh) S 26970 26972 26942 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 859059209 8908800 250 33554432000 4194304 4922060 140735810248032 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26972/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100824 s]
/proc/loadavg: 1.18 1.74 1.90 1/170 26972
/proc/meminfo: memFree=31901384/32951124 swapFree=67050916/67111528
[pid=26972] ppid=26970 vsize=8700 CPUtime=0 cores=0-7
/proc/26972/stat : 26972 (manysat.sh) S 26970 26972 26942 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 859059209 8908800 250 33554432000 4194304 4922060 140735810248032 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26972/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300785 s]
/proc/loadavg: 1.18 1.74 1.90 1/170 26972
/proc/meminfo: memFree=31901384/32951124 swapFree=67050916/67111528
[pid=26972] ppid=26970 vsize=8700 CPUtime=0 cores=0-7
/proc/26972/stat : 26972 (manysat.sh) S 26970 26972 26942 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 859059209 8908800 250 33554432000 4194304 4922060 140735810248032 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26972/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700714 s]
/proc/loadavg: 1.18 1.74 1.90 1/170 26972
/proc/meminfo: memFree=31901384/32951124 swapFree=67050916/67111528
[pid=26972] ppid=26970 vsize=8700 CPUtime=0 cores=0-7
/proc/26972/stat : 26972 (manysat.sh) S 26970 26972 26942 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 859059209 8908800 250 33554432000 4194304 4922060 140735810248032 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26972/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50057 s]
/proc/loadavg: 1.18 1.74 1.90 2/172 26974
/proc/meminfo: memFree=31858364/32951124 swapFree=67050916/67111528
[pid=26972] ppid=26970 vsize=8700 CPUtime=0 cores=0-7
/proc/26972/stat : 26972 (manysat.sh) S 26970 26972 26942 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 859059209 8908800 250 33554432000 4194304 4922060 140735810248032 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26972/statm: 2175 250 209 178 0 68 0
[pid=26973] ppid=26972 vsize=53356 CPUtime=1.48 cores=0-7
/proc/26973/stat : 26973 (SatElite) R 26972 26972 26942 0 -1 4202496 12082 0 0 0 146 2 0 0 25 0 1 0 859059210 54636544 11218 33554432000 134512640 135034092 4286901984 18446744073709551615 134558534 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/26973/statm: 13339 11218 68 128 0 13209 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 62056

[startup+3.10028 s]
/proc/loadavg: 1.16 1.73 1.90 2/172 26974
/proc/meminfo: memFree=31855636/32951124 swapFree=67050916/67111528
[pid=26972] ppid=26970 vsize=8700 CPUtime=0 cores=0-7
/proc/26972/stat : 26972 (manysat.sh) S 26970 26972 26942 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 859059209 8908800 250 33554432000 4194304 4922060 140735810248032 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26972/statm: 2175 250 209 178 0 68 0
[pid=26973] ppid=26972 vsize=53496 CPUtime=3.08 cores=0-7
/proc/26973/stat : 26973 (SatElite) R 26972 26972 26942 0 -1 4202496 12124 0 0 0 306 2 0 0 25 0 1 0 859059210 54779904 11260 33554432000 134512640 135034092 4286901984 18446744073709551615 134563240 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/26973/statm: 13374 11260 68 128 0 13244 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 62196

[startup+6.30071 s]
/proc/loadavg: 1.16 1.73 1.90 5/175 26978
/proc/meminfo: memFree=31763608/32951124 swapFree=67050916/67111528
[pid=26972] ppid=26970 vsize=8700 CPUtime=3.86 cores=0-7
/proc/26972/stat : 26972 (manysat.sh) S 26970 26972 26942 0 -1 4202496 358 13191 0 0 0 0 382 4 18 0 1 0 859059209 8908800 253 33554432000 4194304 4922060 140735810248032 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26972/statm: 2175 253 209 178 0 68 0
[pid=26975] ppid=26972 vsize=171652 CPUtime=7.28 cores=0-7
/proc/26975/stat : 26975 (manysat1.1_stat) R 26972 26972 26942 0 -1 4202496 33629 0 0 0 720 8 0 0 18 0 4 0 859059597 175771648 33576 33554432000 134512640 135305190 4293541312 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/26975/statm: 42913 33576 84 194 0 42717 0
[pid=26975/tid=26976] ppid=26972 vsize=171652 CPUtime=1.62 cores=0-7
/proc/26975/task/26976/stat : 26976 (manysat1.1_stat) R 26972 26972 26942 0 -1 4202560 1027 0 0 0 161 1 0 0 20 0 4 0 859059677 175771648 33576 33554432000 134512640 135305190 4293541312 18446744073709551615 134528181 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=26975/tid=26977] ppid=26972 vsize=171652 CPUtime=1.6 cores=0-7
/proc/26975/task/26977/stat : 26977 (manysat1.1_stat) R 26972 26972 26942 0 -1 4202560 1095 0 0 0 159 1 0 0 18 0 4 0 859059677 175771648 33576 33554432000 134512640 135305190 4293541312 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=26975/tid=26978] ppid=26972 vsize=171652 CPUtime=1.61 cores=0-7
/proc/26975/task/26978/stat : 26978 (manysat1.1_stat) R 26972 26972 26942 0 -1 4202560 1207 0 0 0 160 1 0 0 18 0 4 0 859059677 175771648 33576 33554432000 134512640 135305190 4293541312 18446744073709551615 134528397 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.14
Current children cumulated vsize (KiB) 180352

[startup+12.7006 s]
/proc/loadavg: 1.60 1.80 1.92 5/175 26979
/proc/meminfo: memFree=31720800/32951124 swapFree=67050916/67111528
[pid=26972] ppid=26970 vsize=8700 CPUtime=3.86 cores=0-7
/proc/26972/stat : 26972 (manysat.sh) S 26970 26972 26942 0 -1 4202496 358 13191 0 0 0 0 382 4 18 0 1 0 859059209 8908800 253 33554432000 4194304 4922060 140735810248032 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26972/statm: 2175 253 209 178 0 68 0
[pid=26975] ppid=26972 vsize=213144 CPUtime=32.87 cores=0-7
/proc/26975/stat : 26975 (manysat1.1_stat) R 26972 26972 26942 0 -1 4202496 44076 0 0 0 3272 15 0 0 18 0 4 0 859059597 218259456 44023 33554432000 134512640 135305190 4293541312 18446744073709551615 134557498 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/26975/statm: 53286 44023 84 194 0 53090 0
[pid=26975/tid=26976] ppid=26972 vsize=213144 CPUtime=8.02 cores=0-7
/proc/26975/task/26976/stat : 26976 (manysat1.1_stat) R 26972 26972 26942 0 -1 4202560 3633 0 0 0 799 3 0 0 25 0 4 0 859059677 218259456 44023 33554432000 134512640 135305190 4293541312 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=26975/tid=26977] ppid=26972 vsize=213144 CPUtime=8.01 cores=0-7
/proc/26975/task/26977/stat : 26977 (manysat1.1_stat) R 26972 26972 26942 0 -1 4202560 3748 0 0 0 797 4 0 0 18 0 4 0 859059677 218259456 44023 33554432000 134512640 135305190 4293541312 18446744073709551615 134551930 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=26975/tid=26978] ppid=26972 vsize=213144 CPUtime=8 cores=0-7
/proc/26975/task/26978/stat : 26978 (manysat1.1_stat) R 26972 26972 26942 0 -1 4202560 3358 0 0 0 798 2 0 0 18 0 4 0 859059677 218259456 44024 33554432000 134512640 135305190 4293541312 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 36.73
Current children cumulated vsize (KiB) 221844

[startup+25.5013 s]
/proc/loadavg: 1.97 1.87 1.94 5/175 26979
/proc/meminfo: memFree=31671160/32951124 swapFree=67050916/67111528
[pid=26972] ppid=26970 vsize=8700 CPUtime=3.86 cores=0-7
/proc/26972/stat : 26972 (manysat.sh) S 26970 26972 26942 0 -1 4202496 358 13191 0 0 0 0 382 4 18 0 1 0 859059209 8908800 253 33554432000 4194304 4922060 140735810248032 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26972/statm: 2175 253 209 178 0 68 0
[pid=26975] ppid=26972 vsize=259484 CPUtime=84.02 cores=0-7
/proc/26975/stat : 26975 (manysat1.1_stat) R 26972 26972 26942 0 -1 4202496 55385 0 0 0 8376 26 0 0 18 0 4 0 859059597 265711616 55332 33554432000 134512640 135305190 4293541312 18446744073709551615 134528579 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/26975/statm: 64871 55332 84 194 0 64675 0
[pid=26975/tid=26976] ppid=26972 vsize=259484 CPUtime=20.81 cores=0-7
/proc/26975/task/26976/stat : 26976 (manysat1.1_stat) R 26972 26972 26942 0 -1 4202560 5612 0 0 0 2077 4 0 0 19 0 4 0 859059677 265711616 55332 33554432000 134512640 135305190 4293541312 18446744073709551615 134528562 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=26975/tid=26977] ppid=26972 vsize=259484 CPUtime=20.79 cores=0-7
/proc/26975/task/26977/stat : 26977 (manysat1.1_stat) R 26972 26972 26942 0 -1 4202560 7665 0 0 0 2068 11 0 0 18 0 4 0 859059677 265711616 55332 33554432000 134512640 135305190 4293541312 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=26975/tid=26978] ppid=26972 vsize=259484 CPUtime=20.78 cores=0-7
/proc/26975/task/26978/stat : 26978 (manysat1.1_stat) R 26972 26972 26942 0 -1 4202560 5736 0 0 0 2075 3 0 0 18 0 4 0 859059677 265711616 55332 33554432000 134512640 135305190 4293541312 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 87.88
Current children cumulated vsize (KiB) 268184

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

[startup+31.9061 s]
/proc/loadavg: 2.28 1.94 1.96 5/175 26979
/proc/meminfo: memFree=31662928/32951124 swapFree=67050916/67111528
[pid=26972] ppid=26970 vsize=8700 CPUtime=3.86 cores=0-7
/proc/26972/stat : 26972 (manysat.sh) S 26970 26972 26942 0 -1 4202496 358 13191 0 0 0 0 382 4 18 0 1 0 859059209 8908800 253 33554432000 4194304 4922060 140735810248032 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26972/statm: 2175 253 209 178 0 68 0
[pid=26975] ppid=26972 vsize=268056 CPUtime=109.6 cores=0-7
/proc/26975/stat : 26975 (manysat1.1_stat) R 26972 26972 26942 0 -1 4202496 57446 0 0 0 10931 29 0 0 18 0 4 0 859059597 274489344 57393 33554432000 134512640 135305190 4293541312 18446744073709551615 134528286 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/26975/statm: 67014 57393 84 194 0 66818 0
[pid=26975/tid=26976] ppid=26972 vsize=268056 CPUtime=27.2 cores=0-7
/proc/26975/task/26976/stat : 26976 (manysat1.1_stat) R 26972 26972 26942 0 -1 4202560 6052 0 0 0 2716 4 0 0 18 0 4 0 859059677 274489344 57393 33554432000 134512640 135305190 4293541312 18446744073709551615 134530295 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=26975/tid=26977] ppid=26972 vsize=268056 CPUtime=27.19 cores=0-7
/proc/26975/task/26977/stat : 26977 (manysat1.1_stat) R 26972 26972 26942 0 -1 4202560 8039 0 0 0 2707 12 0 0 18 0 4 0 859059677 274489344 57393 33554432000 134512640 135305190 4293541312 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=26975/tid=26978] ppid=26972 vsize=268056 CPUtime=27.17 cores=0-7
/proc/26975/task/26978/stat : 26978 (manysat1.1_stat) R 26972 26972 26942 0 -1 4202560 6392 0 0 0 2713 4 0 0 18 0 4 0 859059677 274489344 57393 33554432000 134512640 135305190 4293541312 18446744073709551615 134528397 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 113.46
Current children cumulated vsize (KiB) 276756

[startup+33.5008 s]
/proc/loadavg: 2.28 1.94 1.96 5/175 26979
/proc/meminfo: memFree=31662964/32951124 swapFree=67050916/67111528
[pid=26972] ppid=26970 vsize=8700 CPUtime=3.86 cores=0-7
/proc/26972/stat : 26972 (manysat.sh) S 26970 26972 26942 0 -1 4202496 358 13191 0 0 0 0 382 4 18 0 1 0 859059209 8908800 253 33554432000 4194304 4922060 140735810248032 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26972/statm: 2175 253 209 178 0 68 0
[pid=26975] ppid=26972 vsize=268056 CPUtime=115.95 cores=0-7
/proc/26975/stat : 26975 (manysat1.1_stat) R 26972 26972 26942 0 -1 4202496 57469 0 0 0 11566 29 0 0 18 0 4 0 859059597 274489344 57416 33554432000 134512640 135305190 4293541312 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/26975/statm: 67014 57416 84 194 0 66818 0
[pid=26975/tid=26976] ppid=26972 vsize=268056 CPUtime=28.79 cores=0-7
/proc/26975/task/26976/stat : 26976 (manysat1.1_stat) R 26972 26972 26942 0 -1 4202560 6052 0 0 0 2875 4 0 0 20 0 4 0 859059677 274489344 57416 33554432000 134512640 135305190 4293541312 18446744073709551615 134528600 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=26975/tid=26977] ppid=26972 vsize=268056 CPUtime=28.77 cores=0-7
/proc/26975/task/26977/stat : 26977 (manysat1.1_stat) R 26972 26972 26942 0 -1 4202560 8056 0 0 0 2865 12 0 0 19 0 4 0 859059677 274489344 57416 33554432000 134512640 135305190 4293541312 18446744073709551615 134552665 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=26975/tid=26978] ppid=26972 vsize=268056 CPUtime=28.76 cores=0-7
/proc/26975/task/26978/stat : 26978 (manysat1.1_stat) R 26972 26972 26942 0 -1 4202560 6398 0 0 0 2872 4 0 0 18 0 4 0 859059677 274489344 57416 33554432000 134512640 135305190 4293541312 18446744073709551615 134531165 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 119.81
Current children cumulated vsize (KiB) 276756

[startup+34.3007 s]
/proc/loadavg: 2.28 1.94 1.96 5/175 26979
/proc/meminfo: memFree=31662716/32951124 swapFree=67050916/67111528
[pid=26972] ppid=26970 vsize=8700 CPUtime=3.86 cores=0-7
/proc/26972/stat : 26972 (manysat.sh) S 26970 26972 26942 0 -1 4202496 358 13191 0 0 0 0 382 4 18 0 1 0 859059209 8908800 253 33554432000 4194304 4922060 140735810248032 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26972/statm: 2175 253 209 178 0 68 0
[pid=26975] ppid=26972 vsize=268352 CPUtime=119.15 cores=0-7
/proc/26975/stat : 26975 (manysat1.1_stat) R 26972 26972 26942 0 -1 4202496 57548 0 0 0 11886 29 0 0 18 0 4 0 859059597 274792448 57495 33554432000 134512640 135305190 4293541312 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/26975/statm: 67088 57495 84 194 0 66892 0
[pid=26975/tid=26976] ppid=26972 vsize=268352 CPUtime=29.59 cores=0-7
/proc/26975/task/26976/stat : 26976 (manysat1.1_stat) R 26972 26972 26942 0 -1 4202560 6071 0 0 0 2955 4 0 0 22 0 4 0 859059677 274792448 57495 33554432000 134512640 135305190 4293541312 18446744073709551615 134528559 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=26975/tid=26977] ppid=26972 vsize=268352 CPUtime=29.57 cores=0-7
/proc/26975/task/26977/stat : 26977 (manysat1.1_stat) R 26972 26972 26942 0 -1 4202560 8092 0 0 0 2945 12 0 0 18 0 4 0 859059677 274792448 57495 33554432000 134512640 135305190 4293541312 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=26975/tid=26978] ppid=26972 vsize=268352 CPUtime=29.56 cores=0-7
/proc/26975/task/26978/stat : 26978 (manysat1.1_stat) R 26972 26972 26942 0 -1 4202560 6417 0 0 0 2952 4 0 0 18 0 4 0 859059677 274792448 57495 33554432000 134512640 135305190 4293541312 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 123.01
Current children cumulated vsize (KiB) 277052

[startup+34.7006 s]
/proc/loadavg: 2.28 1.94 1.96 5/175 26979
/proc/meminfo: memFree=31662716/32951124 swapFree=67050916/67111528
[pid=26972] ppid=26970 vsize=8700 CPUtime=3.86 cores=0-7
/proc/26972/stat : 26972 (manysat.sh) S 26970 26972 26942 0 -1 4202496 358 13191 0 0 0 0 382 4 18 0 1 0 859059209 8908800 253 33554432000 4194304 4922060 140735810248032 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26972/statm: 2175 253 209 178 0 68 0
[pid=26975] ppid=26972 vsize=268540 CPUtime=120.75 cores=0-7
/proc/26975/stat : 26975 (manysat1.1_stat) R 26972 26972 26942 0 -1 4202496 57597 0 0 0 12045 30 0 0 18 0 4 0 859059597 274984960 57544 33554432000 134512640 135305190 4293541312 18446744073709551615 134556846 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/26975/statm: 67135 57544 84 194 0 66939 0
[pid=26975/tid=26976] ppid=26972 vsize=268540 CPUtime=29.98 cores=0-7
/proc/26975/task/26976/stat : 26976 (manysat1.1_stat) R 26972 26972 26942 0 -1 4202560 6071 0 0 0 2994 4 0 0 18 0 4 0 859059677 274984960 57544 33554432000 134512640 135305190 4293541312 18446744073709551615 134529360 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=26975/tid=26977] ppid=26972 vsize=268540 CPUtime=29.97 cores=0-7
/proc/26975/task/26977/stat : 26977 (manysat1.1_stat) R 26972 26972 26942 0 -1 4202560 8134 0 0 0 2985 12 0 0 19 0 4 0 859059677 274984960 57544 33554432000 134512640 135305190 4293541312 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=26975/tid=26978] ppid=26972 vsize=268540 CPUtime=29.96 cores=0-7
/proc/26975/task/26978/stat : 26978 (manysat1.1_stat) R 26972 26972 26942 0 -1 4202560 6423 0 0 0 2992 4 0 0 18 0 4 0 859059677 274984960 57544 33554432000 134512640 135305190 4293541312 18446744073709551615 134549123 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 124.61
Current children cumulated vsize (KiB) 277240

[startup+35.1005 s]
/proc/loadavg: 2.28 1.94 1.96 5/175 26979
/proc/meminfo: memFree=31661600/32951124 swapFree=67050916/67111528
[pid=26972] ppid=26970 vsize=8700 CPUtime=3.86 cores=0-7
/proc/26972/stat : 26972 (manysat.sh) S 26970 26972 26942 0 -1 4202496 358 13191 0 0 0 0 382 4 18 0 1 0 859059209 8908800 253 33554432000 4194304 4922060 140735810248032 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26972/statm: 2175 253 209 178 0 68 0
[pid=26975] ppid=26972 vsize=268540 CPUtime=122.36 cores=0-7
/proc/26975/stat : 26975 (manysat1.1_stat) R 26972 26972 26942 0 -1 4202496 57630 0 0 0 12206 30 0 0 18 0 4 0 859059597 274984960 57577 33554432000 134512640 135305190 4293541312 18446744073709551615 134528771 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/26975/statm: 67135 57577 84 194 0 66939 0
[pid=26975/tid=26976] ppid=26972 vsize=268540 CPUtime=30.39 cores=0-7
/proc/26975/task/26976/stat : 26976 (manysat1.1_stat) R 26972 26972 26942 0 -1 4202560 6073 0 0 0 3035 4 0 0 18 0 4 0 859059677 274984960 57577 33554432000 134512640 135305190 4293541312 18446744073709551615 134528338 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=26975/tid=26977] ppid=26972 vsize=268540 CPUtime=30.37 cores=0-7
/proc/26975/task/26977/stat : 26977 (manysat1.1_stat) R 26972 26972 26942 0 -1 4202560 8150 0 0 0 3025 12 0 0 18 0 4 0 859059677 274984960 57577 33554432000 134512640 135305190 4293541312 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=26975/tid=26978] ppid=26972 vsize=268540 CPUtime=30.36 cores=0-7
/proc/26975/task/26978/stat : 26978 (manysat1.1_stat) R 26972 26972 26942 0 -1 4202560 6431 0 0 0 3032 4 0 0 18 0 4 0 859059677 274984960 57577 33554432000 134512640 135305190 4293541312 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 126.22
Current children cumulated vsize (KiB) 277240

[startup+35.2065 s]
/proc/loadavg: 2.28 1.94 1.96 5/175 26979
/proc/meminfo: memFree=31661600/32951124 swapFree=67050916/67111528
[pid=26972] ppid=26970 vsize=8700 CPUtime=3.86 cores=0-7
/proc/26972/stat : 26972 (manysat.sh) S 26970 26972 26942 0 -1 4202496 358 13191 0 0 0 0 382 4 18 0 1 0 859059209 8908800 253 33554432000 4194304 4922060 140735810248032 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26972/statm: 2175 253 209 178 0 68 0
[pid=26975] ppid=26972 vsize=0 CPUtime=122.76 cores=0-7
/proc/26975/stat : 26975 (manysat1.1_stat) Z 26972 26972 26942 0 -1 4202524 57650 0 0 0 12246 30 0 0 18 0 2 0 859059597 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/26975/statm: 0 0 0 0 0 0 0
[pid=26975/tid=26977] ppid=26972 vsize=0 CPUtime=30.48 cores=0-7
/proc/26975/task/26977/stat : 26977 (manysat1.1_stat) R 26972 26972 26942 0 -1 4203588 8151 0 0 0 3035 13 0 0 18 0 2 0 859059677 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 126.62
Current children cumulated vsize (KiB) 8700

Child status: 20
Real time (s): 35.2207
CPU time (s): 126.651
CPU user time (s): 126.284
CPU system time (s): 0.366944
CPU usage (%): 359.592
Max. virtual memory (cumulated for all children) (KiB): 277240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 126.284
system time used= 0.366944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71409
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= 10176
involuntary context switches= 552

runsolver used 0.05999 second user time and 0.124981 second system time

The end

Launcher Data

Begin job on node146 at 2011-06-10 02:40:29
IDJOB=3362328
IDBENCH=84172
IDSOLVER=1839
FILE ID=node146/3362328-1307666429
RUNJOBID= node146-1307666429-26956
PBS_JOBID= 13549478
Free space on /tmp= 74104 MiB

SOLVER NAME= SAT09 reference solver: ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT03/industrial/simon/sat02/6pipe_6_ooo.shuffled-as.sat03-413.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362328-1307666429/watcher-3362328-1307666429 -o /tmp/evaluation-result-3362328-1307666429/solver-3362328-1307666429 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3362328-1307666429.cnf aimd 1

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 8bd122b0caab0988cbc54e4731b25623
RANDOM SEED=1349194472

node146.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.830
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.66
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.830
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	: 5332.75
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.830
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.75
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.830
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.86
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.830
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.75
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.830
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.830
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.75
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.830
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:      31901316 kB
Buffers:        232640 kB
Cached:         592876 kB
SwapCached:      14540 kB
Active:         400628 kB
Inactive:       443512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31901316 kB
SwapTotal:    67111528 kB
SwapFree:     67050916 kB
Dirty:           11680 kB
Writeback:           0 kB
AnonPages:       15960 kB
Mapped:           7868 kB
Slab:           139228 kB
PageTables:       4644 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   183712 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= 74104 MiB
End job on node146 at 2011-06-10 02:41:05