Trace number 3361969

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 169.949 44.3632

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-c32s-gcdm16-23.cnf
MD5SUMa61ef2b7b3d16661e8162c430ffb1a51
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark29.8925
Satisfiable
(Un)Satisfiability was proved
Number of variables135543
Number of clauses404326
Sum of the clauses size943426
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2269550
Number of clauses of size 3134775
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.18	c ==============================================================================
0.00/0.18	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.18	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.18	c ==============================================================================
0.00/0.18	c |         0 |  404200   943125 |  121259       0        0     nan |  0.000 % |
1.98/2.08	c |         0 |  103664   388086 |      --       0       --      -- |     --   | -300210/-554257
1.98/2.08	c ==============================================================================
1.98/2.08	c Result  :   #vars: 14948   #clauses: 103664   #literals: 388086
1.98/2.08	c CPU time:   1.9977 s
1.98/2.08	c ==============================================================================
169.69/44.35	c This is ManySAT 1.1 : 4 thread(s) on 4 core(s).
169.69/44.35	c ============================[ Problem Statistics ]=============================
169.69/44.35	c |                                                                             |
169.69/44.35	c threadId              : 2
169.69/44.35	c restarts              : 17
169.69/44.35	c conflicts             : 168788         (1007 /sec)
169.69/44.35	c decisions             : 256846         (1.65 % random) (1533 /sec)
169.69/44.35	c propagations          : 65780616       (392597 /sec)
169.69/44.35	c conflict literals     : 6339766        (45.43 % deleted)
169.69/44.35	c Memory used           : 134.57 MB
169.69/44.35	c CPU time              : 167.553 s
169.69/44.35	
169.69/44.35	c --->m=4, e=8, aimd=1, HOME/12927_many.cnf	time: 41.8881	conflicts: 168788       
169.69/44.35	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-3361969-1305297602/watcher-3361969-1305297602 -o /tmp/evaluation-result-3361969-1305297602/solver-3361969-1305297602 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3361969-1305297602.cnf aimd 1 

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

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: 8.14 7.97 5.84 5/354 12927
/proc/meminfo: memFree=8310612/32950928 swapFree=45937192/67111528
[pid=12927] ppid=12925 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12927/stat : 12927 (manysat.sh) S 12925 12927 12655 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 641356910 8908800 249 33554432000 4194304 4922060 140737125539584 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12927/statm: 2175 249 209 178 0 68 0

[startup+0.0832059 s]
/proc/loadavg: 8.14 7.97 5.84 5/354 12927
/proc/meminfo: memFree=8310612/32950928 swapFree=45937192/67111528
[pid=12927] ppid=12925 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12927/stat : 12927 (manysat.sh) S 12925 12927 12655 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 641356910 8908800 249 33554432000 4194304 4922060 140737125539584 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12927/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101203 s]
/proc/loadavg: 8.14 7.97 5.84 5/354 12927
/proc/meminfo: memFree=8310612/32950928 swapFree=45937192/67111528
[pid=12927] ppid=12925 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12927/stat : 12927 (manysat.sh) S 12925 12927 12655 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 641356910 8908800 249 33554432000 4194304 4922060 140737125539584 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12927/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301161 s]
/proc/loadavg: 8.14 7.97 5.84 5/354 12927
/proc/meminfo: memFree=8310612/32950928 swapFree=45937192/67111528
[pid=12927] ppid=12925 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12927/stat : 12927 (manysat.sh) S 12925 12927 12655 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 641356910 8908800 249 33554432000 4194304 4922060 140737125539584 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12927/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701091 s]
/proc/loadavg: 8.14 7.97 5.84 5/354 12927
/proc/meminfo: memFree=8310612/32950928 swapFree=45937192/67111528
[pid=12927] ppid=12925 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12927/stat : 12927 (manysat.sh) S 12925 12927 12655 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 641356910 8908800 249 33554432000 4194304 4922060 140737125539584 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12927/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50093 s]
/proc/loadavg: 7.89 7.92 5.83 6/356 12929
/proc/meminfo: memFree=8241184/32950928 swapFree=45937192/67111528
[pid=12927] ppid=12925 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12927/stat : 12927 (manysat.sh) S 12925 12927 12655 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 641356910 8908800 249 33554432000 4194304 4922060 140737125539584 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12927/statm: 2175 249 209 178 0 68 0
[pid=12928] ppid=12927 vsize=80576 CPUtime=1.49 cores=1,3,5,7
/proc/12928/stat : 12928 (SatElite) R 12927 12927 12655 0 -1 4202496 17935 0 0 0 144 5 0 0 25 0 1 0 641356910 82509824 15882 33554432000 134512640 135034092 4288205344 18446744073709551615 134582423 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/12928/statm: 20144 15882 68 128 0 20014 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 89276

[startup+3.10053 s]
/proc/loadavg: 7.89 7.92 5.83 6/356 12929
/proc/meminfo: memFree=8235232/32950928 swapFree=45937192/67111528
[pid=12927] ppid=12925 vsize=8700 CPUtime=2.15 cores=1,3,5,7
/proc/12927/stat : 12927 (manysat.sh) S 12925 12927 12655 0 -1 4202496 357 28414 0 0 0 0 207 8 18 0 1 0 641356910 8908800 252 33554432000 4194304 4922060 140737125539584 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12927/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 8700
heavy processes:

[startup+6.30089 s]
/proc/loadavg: 7.90 7.92 5.84 9/359 12933
/proc/meminfo: memFree=8241932/32950928 swapFree=45937192/67111528
[pid=12927] ppid=12925 vsize=8700 CPUtime=2.15 cores=1,3,5,7
/proc/12927/stat : 12927 (manysat.sh) S 12925 12927 12655 0 -1 4202496 357 28414 0 0 0 0 207 8 18 0 1 0 641356910 8908800 252 33554432000 4194304 4922060 140737125539584 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12927/statm: 2175 252 209 178 0 68 0
[pid=12930] ppid=12927 vsize=86192 CPUtime=16.03 cores=1,3,5,7
/proc/12930/stat : 12930 (manysat1.1_stat) R 12927 12927 12655 0 -1 4202496 13116 0 0 0 1597 6 0 0 25 0 4 0 641357127 88260608 13026 33554432000 134512640 135305190 4288422672 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/12930/statm: 21548 13026 84 194 0 21352 0
[pid=12930/tid=12931] ppid=12927 vsize=86192 CPUtime=3.96 cores=1,3,5,7
/proc/12930/task/12931/stat : 12931 (manysat1.1_stat) R 12927 12927 12655 0 -1 4202560 1176 0 0 0 395 1 0 0 21 0 4 0 641357141 88260608 13026 33554432000 134512640 135305190 4288422672 18446744073709551615 134546059 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12930/tid=12932] ppid=12927 vsize=86192 CPUtime=3.94 cores=1,3,5,7
/proc/12930/task/12932/stat : 12932 (manysat1.1_stat) R 12927 12927 12655 0 -1 4202560 1496 0 0 0 393 1 0 0 25 0 4 0 641357141 88260608 13026 33554432000 134512640 135305190 4288422672 18446744073709551615 134528379 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=12930/tid=12933] ppid=12927 vsize=86192 CPUtime=3.98 cores=1,3,5,7
/proc/12930/task/12933/stat : 12933 (manysat1.1_stat) R 12927 12927 12655 0 -1 4202560 1450 0 0 0 397 1 0 0 21 0 4 0 641357141 88260608 13026 33554432000 134512640 135305190 4288422672 18446744073709551615 134528181 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 18.18
Current children cumulated vsize (KiB) 94892

[startup+12.7006 s]
/proc/loadavg: 7.91 7.92 5.86 9/359 12934
/proc/meminfo: memFree=8224720/32950928 swapFree=45937192/67111528
[pid=12927] ppid=12925 vsize=8700 CPUtime=2.15 cores=1,3,5,7
/proc/12927/stat : 12927 (manysat.sh) S 12925 12927 12655 0 -1 4202496 357 28414 0 0 0 0 207 8 18 0 1 0 641356910 8908800 252 33554432000 4194304 4922060 140737125539584 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12927/statm: 2175 252 209 178 0 68 0
[pid=12930] ppid=12927 vsize=102536 CPUtime=41.54 cores=1,3,5,7
/proc/12930/stat : 12930 (manysat1.1_stat) R 12927 12927 12655 0 -1 4202496 17086 0 0 0 4144 10 0 0 25 0 4 0 641357127 104996864 16996 33554432000 134512640 135305190 4288422672 18446744073709551615 134551687 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/12930/statm: 25634 16996 84 194 0 25438 0
[pid=12930/tid=12931] ppid=12927 vsize=102536 CPUtime=10.36 cores=1,3,5,7
/proc/12930/task/12931/stat : 12931 (manysat1.1_stat) R 12927 12927 12655 0 -1 4202560 1945 0 0 0 1034 2 0 0 25 0 4 0 641357141 104996864 16996 33554432000 134512640 135305190 4288422672 18446744073709551615 134565634 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12930/tid=12932] ppid=12927 vsize=102536 CPUtime=10.26 cores=1,3,5,7
/proc/12930/task/12932/stat : 12932 (manysat1.1_stat) R 12927 12927 12655 0 -1 4202560 2663 0 0 0 1024 2 0 0 25 0 4 0 641357141 104996864 16996 33554432000 134512640 135305190 4288422672 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=12930/tid=12933] ppid=12927 vsize=102536 CPUtime=10.38 cores=1,3,5,7
/proc/12930/task/12933/stat : 12933 (manysat1.1_stat) R 12927 12927 12655 0 -1 4202560 2411 0 0 0 1036 2 0 0 25 0 4 0 641357141 104996864 16996 33554432000 134512640 135305190 4288422672 18446744073709551615 134551992 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 43.69
Current children cumulated vsize (KiB) 111236

[startup+25.5011 s]
/proc/loadavg: 8.01 7.94 5.89 9/359 12934
/proc/meminfo: memFree=8205412/32950928 swapFree=45937192/67111528
[pid=12927] ppid=12925 vsize=8700 CPUtime=2.15 cores=1,3,5,7
/proc/12927/stat : 12927 (manysat.sh) S 12925 12927 12655 0 -1 4202496 357 28414 0 0 0 0 207 8 18 0 1 0 641356910 8908800 252 33554432000 4194304 4922060 140737125539584 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12927/statm: 2175 252 209 178 0 68 0
[pid=12930] ppid=12927 vsize=121844 CPUtime=92.59 cores=1,3,5,7
/proc/12930/stat : 12930 (manysat1.1_stat) R 12927 12927 12655 0 -1 4202496 22044 0 0 0 9243 16 0 0 25 0 4 0 641357127 124768256 21954 33554432000 134512640 135305190 4288422672 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/12930/statm: 30461 21954 84 194 0 30265 0
[pid=12930/tid=12931] ppid=12927 vsize=121844 CPUtime=23.16 cores=1,3,5,7
/proc/12930/task/12931/stat : 12931 (manysat1.1_stat) R 12927 12927 12655 0 -1 4202560 3174 0 0 0 2313 3 0 0 25 0 4 0 641357141 124768256 21954 33554432000 134512640 135305190 4288422672 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12930/tid=12932] ppid=12927 vsize=121844 CPUtime=22.91 cores=1,3,5,7
/proc/12930/task/12932/stat : 12932 (manysat1.1_stat) R 12927 12927 12655 0 -1 4202560 4027 0 0 0 2288 3 0 0 25 0 4 0 641357141 124768256 21954 33554432000 134512640 135305190 4288422672 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=12930/tid=12933] ppid=12927 vsize=121844 CPUtime=23.18 cores=1,3,5,7
/proc/12930/task/12933/stat : 12933 (manysat1.1_stat) R 12927 12927 12655 0 -1 4202560 3612 0 0 0 2314 4 0 0 25 0 4 0 641357141 124768256 21954 33554432000 134512640 135305190 4288422672 18446744073709551615 134551729 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 94.74
Current children cumulated vsize (KiB) 130544

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

[startup+31.9138 s]
/proc/loadavg: 8.01 7.94 5.91 9/359 12934
/proc/meminfo: memFree=8193136/32950928 swapFree=45937192/67111528
[pid=12927] ppid=12925 vsize=8700 CPUtime=2.15 cores=1,3,5,7
/proc/12927/stat : 12927 (manysat.sh) S 12925 12927 12655 0 -1 4202496 357 28414 0 0 0 0 207 8 18 0 1 0 641356910 8908800 252 33554432000 4194304 4922060 140737125539584 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12927/statm: 2175 252 209 178 0 68 0
[pid=12930] ppid=12927 vsize=134240 CPUtime=118.15 cores=1,3,5,7
/proc/12930/stat : 12930 (manysat1.1_stat) R 12927 12927 12655 0 -1 4202496 24921 0 0 0 11796 19 0 0 25 0 4 0 641357127 137461760 24831 33554432000 134512640 135305190 4288422672 18446744073709551615 134528791 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/12930/statm: 33560 24831 84 194 0 33364 0
[pid=12930/tid=12931] ppid=12927 vsize=134240 CPUtime=29.57 cores=1,3,5,7
/proc/12930/task/12931/stat : 12931 (manysat1.1_stat) R 12927 12927 12655 0 -1 4202560 3816 0 0 0 2953 4 0 0 25 0 4 0 641357141 137461760 24831 33554432000 134512640 135305190 4288422672 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12930/tid=12932] ppid=12927 vsize=134240 CPUtime=29.25 cores=1,3,5,7
/proc/12930/task/12932/stat : 12932 (manysat1.1_stat) R 12927 12927 12655 0 -1 4202560 4703 0 0 0 2921 4 0 0 25 0 4 0 641357141 137461760 24831 33554432000 134512640 135305190 4288422672 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=12930/tid=12933] ppid=12927 vsize=134240 CPUtime=29.58 cores=1,3,5,7
/proc/12930/task/12933/stat : 12933 (manysat1.1_stat) R 12927 12927 12655 0 -1 4202560 4442 0 0 0 2953 5 0 0 25 0 4 0 641357141 137461760 24831 33554432000 134512640 135305190 4288422672 18446744073709551615 134551978 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 120.3
Current children cumulated vsize (KiB) 142940

[startup+38.3005 s]
/proc/loadavg: 8.01 7.94 5.92 9/359 12934
/proc/meminfo: memFree=8191664/32950928 swapFree=45937192/67111528
[pid=12927] ppid=12925 vsize=8700 CPUtime=2.15 cores=1,3,5,7
/proc/12927/stat : 12927 (manysat.sh) S 12925 12927 12655 0 -1 4202496 357 28414 0 0 0 0 207 8 18 0 1 0 641356910 8908800 252 33554432000 4194304 4922060 140737125539584 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12927/statm: 2175 252 209 178 0 68 0
[pid=12930] ppid=12927 vsize=136420 CPUtime=143.62 cores=1,3,5,7
/proc/12930/stat : 12930 (manysat1.1_stat) R 12927 12927 12655 0 -1 4202496 25309 0 0 0 14342 20 0 0 25 0 4 0 641357127 139694080 25219 33554432000 134512640 135305190 4288422672 18446744073709551615 134528265 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/12930/statm: 34105 25219 84 194 0 33909 0
[pid=12930/tid=12931] ppid=12927 vsize=136420 CPUtime=35.91 cores=1,3,5,7
/proc/12930/task/12931/stat : 12931 (manysat1.1_stat) R 12927 12927 12655 0 -1 4202560 3952 0 0 0 3587 4 0 0 25 0 4 0 641357141 139694080 25219 33554432000 134512640 135305190 4288422672 18446744073709551615 134528329 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=12930/tid=12932] ppid=12927 vsize=136420 CPUtime=35.61 cores=1,3,5,7
/proc/12930/task/12932/stat : 12932 (manysat1.1_stat) R 12927 12927 12655 0 -1 4202560 4760 0 0 0 3557 4 0 0 25 0 4 0 641357141 139694080 25219 33554432000 134512640 135305190 4288422672 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12930/tid=12933] ppid=12927 vsize=136420 CPUtime=35.96 cores=1,3,5,7
/proc/12930/task/12933/stat : 12933 (manysat1.1_stat) R 12927 12927 12655 0 -1 4202560 4509 0 0 0 3591 5 0 0 25 0 4 0 641357141 139694080 25219 33554432000 134512640 135305190 4288422672 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 145.77
Current children cumulated vsize (KiB) 145120

[startup+41.5009 s]
/proc/loadavg: 8.01 7.95 5.93 9/359 12934
/proc/meminfo: memFree=8191044/32950928 swapFree=45937192/67111528
[pid=12927] ppid=12925 vsize=8700 CPUtime=2.15 cores=1,3,5,7
/proc/12927/stat : 12927 (manysat.sh) S 12925 12927 12655 0 -1 4202496 357 28414 0 0 0 0 207 8 18 0 1 0 641356910 8908800 252 33554432000 4194304 4922060 140737125539584 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12927/statm: 2175 252 209 178 0 68 0
[pid=12930] ppid=12927 vsize=136972 CPUtime=156.38 cores=1,3,5,7
/proc/12930/stat : 12930 (manysat1.1_stat) R 12927 12927 12655 0 -1 4202496 25469 0 0 0 15618 20 0 0 25 0 4 0 641357127 140259328 25379 33554432000 134512640 135305190 4288422672 18446744073709551615 134528274 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/12930/statm: 34243 25379 84 194 0 34047 0
[pid=12930/tid=12931] ppid=12927 vsize=136972 CPUtime=39.07 cores=1,3,5,7
/proc/12930/task/12931/stat : 12931 (manysat1.1_stat) R 12927 12927 12655 0 -1 4202560 3996 0 0 0 3903 4 0 0 25 0 4 0 641357141 140259328 25379 33554432000 134512640 135305190 4288422672 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=12930/tid=12932] ppid=12927 vsize=136972 CPUtime=38.81 cores=1,3,5,7
/proc/12930/task/12932/stat : 12932 (manysat1.1_stat) R 12927 12927 12655 0 -1 4202560 4813 0 0 0 3877 4 0 0 25 0 4 0 641357141 140259328 25379 33554432000 134512640 135305190 4288422672 18446744073709551615 134553526 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12930/tid=12933] ppid=12927 vsize=136972 CPUtime=39.16 cores=1,3,5,7
/proc/12930/task/12933/stat : 12933 (manysat1.1_stat) R 12927 12927 12655 0 -1 4202560 4553 0 0 0 3911 5 0 0 25 0 4 0 641357141 140259328 25379 33554432000 134512640 135305190 4288422672 18446744073709551615 134546232 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 158.53
Current children cumulated vsize (KiB) 145672

[startup+43.1005 s]
/proc/loadavg: 8.01 7.95 5.93 9/359 12934
/proc/meminfo: memFree=8190176/32950928 swapFree=45937192/67111528
[pid=12927] ppid=12925 vsize=8700 CPUtime=2.15 cores=1,3,5,7
/proc/12927/stat : 12927 (manysat.sh) S 12925 12927 12655 0 -1 4202496 357 28414 0 0 0 0 207 8 18 0 1 0 641356910 8908800 252 33554432000 4194304 4922060 140737125539584 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12927/statm: 2175 252 209 178 0 68 0
[pid=12930] ppid=12927 vsize=137400 CPUtime=162.76 cores=1,3,5,7
/proc/12930/stat : 12930 (manysat1.1_stat) R 12927 12927 12655 0 -1 4202496 25641 0 0 0 16255 21 0 0 25 0 4 0 641357127 140697600 25551 33554432000 134512640 135305190 4288422672 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/12930/statm: 34350 25551 84 194 0 34154 0
[pid=12930/tid=12931] ppid=12927 vsize=137400 CPUtime=40.65 cores=1,3,5,7
/proc/12930/task/12931/stat : 12931 (manysat1.1_stat) R 12927 12927 12655 0 -1 4202560 4027 0 0 0 4061 4 0 0 25 0 4 0 641357141 140697600 25551 33554432000 134512640 135305190 4288422672 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=12930/tid=12932] ppid=12927 vsize=137400 CPUtime=40.4 cores=1,3,5,7
/proc/12930/task/12932/stat : 12932 (manysat1.1_stat) R 12927 12927 12655 0 -1 4202560 4851 0 0 0 4036 4 0 0 25 0 4 0 641357141 140697600 25551 33554432000 134512640 135305190 4288422672 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12930/tid=12933] ppid=12927 vsize=137400 CPUtime=40.77 cores=1,3,5,7
/proc/12930/task/12933/stat : 12933 (manysat1.1_stat) R 12927 12927 12655 0 -1 4202560 4617 0 0 0 4071 6 0 0 25 0 4 0 641357141 140697600 25551 33554432000 134512640 135305190 4288422672 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 164.91
Current children cumulated vsize (KiB) 146100

[startup+43.9004 s]
/proc/loadavg: 8.01 7.95 5.93 9/359 12934
/proc/meminfo: memFree=8189680/32950928 swapFree=45937192/67111528
[pid=12927] ppid=12925 vsize=8700 CPUtime=2.15 cores=1,3,5,7
/proc/12927/stat : 12927 (manysat.sh) S 12925 12927 12655 0 -1 4202496 357 28414 0 0 0 0 207 8 18 0 1 0 641356910 8908800 252 33554432000 4194304 4922060 140737125539584 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12927/statm: 2175 252 209 178 0 68 0
[pid=12930] ppid=12927 vsize=137800 CPUtime=165.97 cores=1,3,5,7
/proc/12930/stat : 12930 (manysat1.1_stat) R 12927 12927 12655 0 -1 4202496 25752 0 0 0 16576 21 0 0 25 0 4 0 641357127 141107200 25662 33554432000 134512640 135305190 4288422672 18446744073709551615 134857151 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/12930/statm: 34450 25662 84 194 0 34254 0
[pid=12930/tid=12931] ppid=12927 vsize=137800 CPUtime=41.45 cores=1,3,5,7
/proc/12930/task/12931/stat : 12931 (manysat1.1_stat) R 12927 12927 12655 0 -1 4202560 4053 0 0 0 4140 5 0 0 25 0 4 0 641357141 141107200 25666 33554432000 134512640 135305190 4288422672 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=12930/tid=12932] ppid=12927 vsize=137800 CPUtime=41.21 cores=1,3,5,7
/proc/12930/task/12932/stat : 12932 (manysat1.1_stat) R 12927 12927 12655 0 -1 4202560 4889 0 0 0 4117 4 0 0 25 0 4 0 641357141 141107200 25666 33554432000 134512640 135305190 4288422672 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12930/tid=12933] ppid=12927 vsize=137800 CPUtime=41.58 cores=1,3,5,7
/proc/12930/task/12933/stat : 12933 (manysat1.1_stat) R 12927 12927 12655 0 -1 4202560 4649 0 0 0 4152 6 0 0 25 0 4 0 641357141 141107200 25666 33554432000 134512640 135305190 4288422672 18446744073709551615 134551820 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 168.12
Current children cumulated vsize (KiB) 146500

[startup+44.3003 s]
/proc/loadavg: 8.01 7.95 5.93 9/359 12934
/proc/meminfo: memFree=8189680/32950928 swapFree=45937192/67111528
[pid=12927] ppid=12925 vsize=8700 CPUtime=2.15 cores=1,3,5,7
/proc/12927/stat : 12927 (manysat.sh) S 12925 12927 12655 0 -1 4202496 357 28414 0 0 0 0 207 8 18 0 1 0 641356910 8908800 252 33554432000 4194304 4922060 140737125539584 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12927/statm: 2175 252 209 178 0 68 0
[pid=12930] ppid=12927 vsize=137800 CPUtime=167.54 cores=1,3,5,7
/proc/12930/stat : 12930 (manysat1.1_stat) R 12927 12927 12655 0 -1 4202496 25803 0 0 0 16733 21 0 0 25 0 4 0 641357127 141107200 25713 33554432000 134512640 135305190 4288422672 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/12930/statm: 34450 25713 84 194 0 34254 0
[pid=12930/tid=12931] ppid=12927 vsize=137800 CPUtime=41.84 cores=1,3,5,7
/proc/12930/task/12931/stat : 12931 (manysat1.1_stat) R 12927 12927 12655 0 -1 4202560 4066 0 0 0 4179 5 0 0 25 0 4 0 641357141 141107200 25713 33554432000 134512640 135305190 4288422672 18446744073709551615 134528157 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=12930/tid=12932] ppid=12927 vsize=137800 CPUtime=41.6 cores=1,3,5,7
/proc/12930/task/12932/stat : 12932 (manysat1.1_stat) R 12927 12927 12655 0 -1 4202560 4906 0 0 0 4156 4 0 0 25 0 4 0 641357141 141107200 25713 33554432000 134512640 135305190 4288422672 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=12930/tid=12933] ppid=12927 vsize=137800 CPUtime=41.97 cores=1,3,5,7
/proc/12930/task/12933/stat : 12933 (manysat1.1_stat) R 12927 12927 12655 0 -1 4202560 4657 0 0 0 4191 6 0 0 25 0 4 0 641357141 141107200 25713 33554432000 134512640 135305190 4288422672 18446744073709551615 134556558 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 169.69
Current children cumulated vsize (KiB) 146500

Child status: 20
Real time (s): 44.3632
CPU time (s): 169.949
CPU user time (s): 169.633
CPU system time (s): 0.315951
CPU usage (%): 383.086
Max. virtual memory (cumulated for all children) (KiB): 146500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 169.633
system time used= 0.315951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54806
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= 3777
involuntary context switches= 1127

runsolver used 0.123981 second user time and 0.394939 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-13 16:40:02
IDJOB=3361969
IDBENCH=70952
IDSOLVER=1838
FILE ID=node149/3361969-1305297602
RUNJOBID= node149-1305296390-12674
PBS_JOBID= 13321404
Free space on /tmp= 42212 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-c32s-gcdm16-23.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3361969-1305297602/watcher-3361969-1305297602 -o /tmp/evaluation-result-3361969-1305297602/solver-3361969-1305297602 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3361969-1305297602.cnf aimd 1

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

MD5SUM BENCH= a61ef2b7b3d16661e8162c430ffb1a51
RANDOM SEED=53983943

node149.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.806
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.61
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.806
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.83
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.806
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.83
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.806
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.73
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.806
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.82
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.806
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.806
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.806
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:     32950928 kB
MemFree:       8310884 kB
Buffers:        264120 kB
Cached:       19249140 kB
SwapCached:      19984 kB
Active:        9203596 kB
Inactive:     14759176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       8310884 kB
SwapTotal:    67111528 kB
SwapFree:     45937192 kB
Dirty:            8584 kB
Writeback:           0 kB
AnonPages:     4442420 kB
Mapped:          14560 kB
Slab:           540876 kB
PageTables:      72240 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 80355364 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= 42212 MiB
End job on node149 at 2011-05-13 16:40:47