Trace number 1725937

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
ManySAT 1.1 aimd 0/2009-03-20UNSAT 207.717 104.396

General information on the benchmark

Namecrafted/Medium/contest05/others/
QG8-gensys-ukn005.sat05-3584.reshuffled-07.cnf
MD5SUMdb9d2b7fba78f1cbe73aba9a1aa51042
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark34.6907
Satisfiable
(Un)Satisfiability was proved
Number of variables1133
Number of clauses56210
Sum of the clauses size352304
Maximum clause length22
Minimum clause length1
Number of clauses of size 136
Number of clauses of size 22544
Number of clauses of size 310764
Number of clauses of size 427
Number of clauses of size 545
Number of clauses of size over 542794

Solver Data

0.00/0.00	c Parsing...
0.05/0.08	c ==============================================================================
0.05/0.08	c |           |     ORIGINAL     |              LEARNT              |          |
0.05/0.08	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.05/0.08	c ==============================================================================
0.05/0.08	c |         0 |   55499   347295 |   16649       0        0     nan |  0.000 % |
0.29/0.37	c |         0 |   49674   326619 |      --       0       --      -- |     --   | -126/-2149
0.29/0.37	c ==============================================================================
0.29/0.37	c Result  :   #vars: 1069   #clauses: 49674   #literals: 326619
0.29/0.37	c CPU time:   0.358945 s
0.29/0.37	c ==============================================================================
207.52/104.38	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
207.52/104.38	c ============================[ Problem Statistics ]=============================
207.52/104.38	c |                                                                             |
207.52/104.38	c threadId              : 0
207.52/104.38	c restarts              : 215
207.52/104.38	c conflicts             : 186775         (902 /sec)
207.52/104.38	c decisions             : 280157         (1.67 % random) (1353 /sec)
207.52/104.38	c propagations          : 17902840       (86436 /sec)
207.52/104.38	c conflict literals     : 6444411        (48.55 % deleted)
207.52/104.38	c Memory used           : 50.89 MB
207.52/104.38	c CPU time              : 207.124 s
207.52/104.38	
207.52/104.38	c --->m=2, e=8, aimd=0, HOME/21153_many.cnf	time: 103.562	conflicts: 186775       
207.52/104.39	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1725937-1240707897/watcher-1725937-1240707897 -o /tmp/evaluation-result-1725937-1240707897/solver-1725937-1240707897 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1725937-1240707897.cnf aimd 0 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 21153
/proc/meminfo: memFree=1701936/2055920 swapFree=4181396/4192956
[pid=21153] ppid=21151 vsize=5356 CPUtime=0
/proc/21153/stat : 21153 (manysat.sh) R 21151 21153 20677 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 98819022 5484544 234 1992294400 4194304 4889804 548682068784 18446744073709551615 243665529503 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/21153/statm: 1339 234 194 169 0 50 0
[pid=21154] ppid=21153 vsize=956 CPUtime=0
/proc/21154/stat : 21154 (SatElite) R 21153 21153 20677 0 -1 4194304 137 0 0 0 0 0 0 0 18 0 1 0 98819022 978944 121 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/21154/statm: 239 121 52 127 0 109 0

[startup+0.065004 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 21153
/proc/meminfo: memFree=1701936/2055920 swapFree=4181396/4192956
[pid=21153] ppid=21151 vsize=5356 CPUtime=0
/proc/21153/stat : 21153 (manysat.sh) S 21151 21153 20677 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 98819022 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21153/statm: 1339 235 195 169 0 50 0
[pid=21154] ppid=21153 vsize=3740 CPUtime=0.05
/proc/21154/stat : 21154 (SatElite) R 21153 21153 20677 0 -1 4194304 840 0 0 0 5 0 0 0 19 0 1 0 98819022 3829760 824 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/21154/statm: 935 824 52 127 0 805 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9096

[startup+0.102008 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 21153
/proc/meminfo: memFree=1701936/2055920 swapFree=4181396/4192956
[pid=21153] ppid=21151 vsize=5356 CPUtime=0
/proc/21153/stat : 21153 (manysat.sh) S 21151 21153 20677 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 98819022 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21153/statm: 1339 235 195 169 0 50 0
[pid=21154] ppid=21153 vsize=5592 CPUtime=0.09
/proc/21154/stat : 21154 (SatElite) R 21153 21153 20677 0 -1 4194304 1319 0 0 0 8 1 0 0 19 0 1 0 98819022 5726208 1303 1992294400 134512640 135034092 4294956096 18446744073709551615 134569611 0 0 4096 3 0 0 0 17 0 0 0
/proc/21154/statm: 1398 1303 64 127 0 1268 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10948

[startup+0.301044 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 21153
/proc/meminfo: memFree=1701936/2055920 swapFree=4181396/4192956
[pid=21153] ppid=21151 vsize=5356 CPUtime=0
/proc/21153/stat : 21153 (manysat.sh) S 21151 21153 20677 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 98819022 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21153/statm: 1339 235 195 169 0 50 0
[pid=21154] ppid=21153 vsize=7092 CPUtime=0.29
/proc/21154/stat : 21154 (SatElite) R 21153 21153 20677 0 -1 4194304 1573 0 0 0 28 1 0 0 21 0 1 0 98819022 7262208 1552 1992294400 134512640 135034092 4294956096 18446744073709551615 134569611 0 0 4096 3 0 0 0 17 0 0 0
/proc/21154/statm: 1773 1552 67 127 0 1643 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12448

[startup+0.701126 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 21153
/proc/meminfo: memFree=1701936/2055920 swapFree=4181396/4192956
[pid=21153] ppid=21151 vsize=5356 CPUtime=0.47
/proc/21153/stat : 21153 (manysat.sh) S 21151 21153 20677 0 -1 4194304 312 1579 0 0 0 0 46 1 15 0 1 0 98819022 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21153/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 5356

[startup+1.50127 s]
/proc/loadavg: 0.92 0.98 0.99 3/68 21157
/proc/meminfo: memFree=1689624/2055920 swapFree=4181396/4192956
[pid=21153] ppid=21151 vsize=5356 CPUtime=0.47
/proc/21153/stat : 21153 (manysat.sh) S 21151 21153 20677 0 -1 4194304 312 1579 0 0 0 0 46 1 15 0 1 0 98819022 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21153/statm: 1339 238 195 169 0 50 0
[pid=21156] ppid=21153 vsize=23744 CPUtime=1.92
/proc/21156/stat : 21156 (manysat1.1_stat) R 21153 21153 20677 0 -1 4194304 3039 0 0 0 191 1 0 0 18 0 2 0 98819070 24313856 3025 1992294400 134512640 135305190 4294956144 18446744073709551615 134551590 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21156/statm: 5936 3025 83 193 0 5740 0
[pid=21156/tid=21157] ppid=21153 vsize=23744 CPUtime=0.91
/proc/21156/task/21157/stat : 21157 (manysat1.1_stat) R 21153 21153 20677 0 -1 4194368 478 0 0 0 91 0 0 0 17 0 2 0 98819079 24313856 3025 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 29100

[startup+3.10256 s]
/proc/loadavg: 0.92 0.98 0.99 3/68 21157
/proc/meminfo: memFree=1686744/2055920 swapFree=4181396/4192956
[pid=21153] ppid=21151 vsize=5356 CPUtime=0.47
/proc/21153/stat : 21153 (manysat.sh) S 21151 21153 20677 0 -1 4194304 312 1579 0 0 0 0 46 1 15 0 1 0 98819022 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21153/statm: 1339 238 195 169 0 50 0
[pid=21156] ppid=21153 vsize=26504 CPUtime=5.12
/proc/21156/stat : 21156 (manysat1.1_stat) R 21153 21153 20677 0 -1 4194304 3776 0 0 0 510 2 0 0 17 0 2 0 98819070 27140096 3762 1992294400 134512640 135305190 4294956144 18446744073709551615 134528379 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21156/statm: 6626 3762 83 193 0 6430 0
[pid=21156/tid=21157] ppid=21153 vsize=26504 CPUtime=2.51
/proc/21156/task/21157/stat : 21157 (manysat1.1_stat) R 21153 21153 20677 0 -1 4194368 865 0 0 0 251 0 0 0 17 0 2 0 98819079 27140096 3762 1992294400 134512640 135305190 4294956144 18446744073709551615 134528952 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.59
Current children cumulated vsize (KiB) 31860

[startup+6.30114 s]
/proc/loadavg: 1.09 1.02 1.01 3/68 21157
/proc/meminfo: memFree=1682904/2055920 swapFree=4181396/4192956
[pid=21153] ppid=21151 vsize=5356 CPUtime=0.47
/proc/21153/stat : 21153 (manysat.sh) S 21151 21153 20677 0 -1 4194304 312 1579 0 0 0 0 46 1 15 0 1 0 98819022 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21153/statm: 1339 238 195 169 0 50 0
[pid=21156] ppid=21153 vsize=29660 CPUtime=11.49
/proc/21156/stat : 21156 (manysat1.1_stat) R 21153 21153 20677 0 -1 4194304 4589 0 0 0 1147 2 0 0 17 0 2 0 98819070 30371840 4575 1992294400 134512640 135305190 4294956144 18446744073709551615 134548082 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21156/statm: 7415 4575 83 193 0 7219 0
[pid=21156/tid=21157] ppid=21153 vsize=29660 CPUtime=5.7
/proc/21156/task/21157/stat : 21157 (manysat1.1_stat) R 21153 21153 20677 0 -1 4194368 1238 0 0 0 570 0 0 0 25 0 2 0 98819079 30371840 4575 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.96
Current children cumulated vsize (KiB) 35016

[startup+12.7023 s]
/proc/loadavg: 1.16 1.03 1.01 3/68 21157
/proc/meminfo: memFree=1679192/2055920 swapFree=4181396/4192956
[pid=21153] ppid=21151 vsize=5356 CPUtime=0.47
/proc/21153/stat : 21153 (manysat.sh) S 21151 21153 20677 0 -1 4194304 312 1579 0 0 0 0 46 1 15 0 1 0 98819022 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21153/statm: 1339 238 195 169 0 50 0
[pid=21156] ppid=21153 vsize=32252 CPUtime=24.26
/proc/21156/stat : 21156 (manysat1.1_stat) R 21153 21153 20677 0 -1 4194304 5287 0 0 0 2423 3 0 0 20 0 2 0 98819070 33026048 5273 1992294400 134512640 135305190 4294956144 18446744073709551615 134528418 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21156/statm: 8063 5273 83 193 0 7867 0
[pid=21156/tid=21157] ppid=21153 vsize=32252 CPUtime=12.11
/proc/21156/task/21157/stat : 21157 (manysat1.1_stat) R 21153 21153 20677 0 -1 4194368 1541 0 0 0 1210 1 0 0 20 0 2 0 98819079 33026048 5273 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.73
Current children cumulated vsize (KiB) 37608

[startup+25.5016 s]
/proc/loadavg: 1.34 1.08 1.02 3/68 21157
/proc/meminfo: memFree=1672992/2055920 swapFree=4181396/4192956
[pid=21153] ppid=21151 vsize=5356 CPUtime=0.47
/proc/21153/stat : 21153 (manysat.sh) S 21151 21153 20677 0 -1 4194304 312 1579 0 0 0 0 46 1 15 0 1 0 98819022 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21153/statm: 1339 238 195 169 0 50 0
[pid=21156] ppid=21153 vsize=39000 CPUtime=49.8
/proc/21156/stat : 21156 (manysat1.1_stat) R 21153 21153 20677 0 -1 4194304 6889 0 0 0 4975 5 0 0 25 0 2 0 98819070 39936000 6875 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21156/statm: 9750 6875 83 193 0 9554 0
[pid=21156/tid=21157] ppid=21153 vsize=39000 CPUtime=24.9
/proc/21156/task/21157/stat : 21157 (manysat1.1_stat) R 21153 21153 20677 0 -1 4194368 2289 0 0 0 2488 2 0 0 22 0 2 0 98819079 39936000 6875 1992294400 134512640 135305190 4294956144 18446744073709551615 134528458 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.27
Current children cumulated vsize (KiB) 44356

[startup+51.1013 s]
/proc/loadavg: 1.57 1.15 1.05 3/68 21157
/proc/meminfo: memFree=1667808/2055920 swapFree=4181396/4192956
[pid=21153] ppid=21151 vsize=5356 CPUtime=0.47
/proc/21153/stat : 21153 (manysat.sh) S 21151 21153 20677 0 -1 4194304 312 1579 0 0 0 0 46 1 15 0 1 0 98819022 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21153/statm: 1339 238 195 169 0 50 0
[pid=21156] ppid=21153 vsize=44452 CPUtime=100.88
/proc/21156/stat : 21156 (manysat1.1_stat) R 21153 21153 20677 0 -1 4194304 8126 0 0 0 10082 6 0 0 25 0 2 0 98819070 45518848 8112 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21156/statm: 11113 8112 83 193 0 10917 0
[pid=21156/tid=21157] ppid=21153 vsize=44452 CPUtime=50.49
/proc/21156/task/21157/stat : 21157 (manysat1.1_stat) R 21153 21153 20677 0 -1 4194368 2973 0 0 0 5046 3 0 0 25 0 2 0 98819079 45518848 8112 1992294400 134512640 135305190 4294956144 18446744073709551615 134558506 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.35
Current children cumulated vsize (KiB) 49808

[startup+102.306 s]
/proc/loadavg: 1.81 1.28 1.10 3/68 21157
/proc/meminfo: memFree=1659680/2055920 swapFree=4181396/4192956
[pid=21153] ppid=21151 vsize=5356 CPUtime=0.47
/proc/21153/stat : 21153 (manysat.sh) S 21151 21153 20677 0 -1 4194304 312 1579 0 0 0 0 46 1 15 0 1 0 98819022 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21153/statm: 1339 238 195 169 0 50 0
[pid=21156] ppid=21153 vsize=51956 CPUtime=203.06
/proc/21156/stat : 21156 (manysat1.1_stat) R 21153 21153 20677 0 -1 4194304 10105 0 0 0 20297 9 0 0 25 0 2 0 98819070 53202944 10091 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21156/statm: 12989 10091 83 193 0 12793 0
[pid=21156/tid=21157] ppid=21153 vsize=51956 CPUtime=101.67
/proc/21156/task/21157/stat : 21157 (manysat1.1_stat) R 21153 21153 20677 0 -1 4194368 4019 0 0 0 10163 4 0 0 25 0 2 0 98819079 53202944 10091 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 203.53
Current children cumulated vsize (KiB) 57312

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

[startup+103.102 s]
/proc/loadavg: 1.81 1.28 1.10 3/68 21157
/proc/meminfo: memFree=1659680/2055920 swapFree=4181396/4192956
[pid=21153] ppid=21151 vsize=5356 CPUtime=0.47
/proc/21153/stat : 21153 (manysat.sh) S 21151 21153 20677 0 -1 4194304 312 1579 0 0 0 0 46 1 15 0 1 0 98819022 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21153/statm: 1339 238 195 169 0 50 0
[pid=21156] ppid=21153 vsize=52108 CPUtime=204.65
/proc/21156/stat : 21156 (manysat1.1_stat) R 21153 21153 20677 0 -1 4194304 10124 0 0 0 20456 9 0 0 17 0 2 0 98819070 53358592 10110 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21156/statm: 13027 10110 83 193 0 12831 0
[pid=21156/tid=21157] ppid=21153 vsize=52108 CPUtime=102.46
/proc/21156/task/21157/stat : 21157 (manysat1.1_stat) R 21153 21153 20677 0 -1 4194368 4029 0 0 0 10242 4 0 0 18 0 2 0 98819079 53358592 10110 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 205.12
Current children cumulated vsize (KiB) 57464

[startup+103.903 s]
/proc/loadavg: 1.81 1.28 1.10 3/68 21157
/proc/meminfo: memFree=1659680/2055920 swapFree=4181396/4192956
[pid=21153] ppid=21151 vsize=5356 CPUtime=0.47
/proc/21153/stat : 21153 (manysat.sh) S 21151 21153 20677 0 -1 4194304 312 1579 0 0 0 0 46 1 15 0 1 0 98819022 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21153/statm: 1339 238 195 169 0 50 0
[pid=21156] ppid=21153 vsize=52108 CPUtime=206.25
/proc/21156/stat : 21156 (manysat1.1_stat) R 21153 21153 20677 0 -1 4194304 10146 0 0 0 20616 9 0 0 18 0 2 0 98819070 53358592 10132 1992294400 134512640 135305190 4294956144 18446744073709551615 134551659 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21156/statm: 13027 10132 83 193 0 12831 0
[pid=21156/tid=21157] ppid=21153 vsize=52108 CPUtime=103.26
/proc/21156/task/21157/stat : 21157 (manysat1.1_stat) R 21153 21153 20677 0 -1 4194368 4029 0 0 0 10322 4 0 0 24 0 2 0 98819079 53358592 10132 1992294400 134512640 135305190 4294956144 18446744073709551615 134557489 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 206.72
Current children cumulated vsize (KiB) 57464

[startup+104.303 s]
/proc/loadavg: 1.81 1.28 1.10 3/68 21157
/proc/meminfo: memFree=1659680/2055920 swapFree=4181396/4192956
[pid=21153] ppid=21151 vsize=5356 CPUtime=0.47
/proc/21153/stat : 21153 (manysat.sh) S 21151 21153 20677 0 -1 4194304 312 1579 0 0 0 0 46 1 15 0 1 0 98819022 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21153/statm: 1339 238 195 169 0 50 0
[pid=21156] ppid=21153 vsize=52108 CPUtime=207.05
/proc/21156/stat : 21156 (manysat1.1_stat) R 21153 21153 20677 0 -1 4194304 10146 0 0 0 20696 9 0 0 18 0 2 0 98819070 53358592 10132 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21156/statm: 13027 10132 83 193 0 12831 0
[pid=21156/tid=21157] ppid=21153 vsize=52108 CPUtime=103.66
/proc/21156/task/21157/stat : 21157 (manysat1.1_stat) R 21153 21153 20677 0 -1 4194368 4029 0 0 0 10362 4 0 0 25 0 2 0 98819079 53358592 10132 1992294400 134512640 135305190 4294956144 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 207.52
Current children cumulated vsize (KiB) 57464

Child status: 20
Real time (s): 104.396
CPU time (s): 207.717
CPU user time (s): 207.593
CPU system time (s): 0.123981
CPU usage (%): 198.97
Max. virtual memory (cumulated for all children) (KiB): 57464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 207.593
system time used= 0.123981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12206
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= 380
involuntary context switches= 1585

runsolver used 0.096985 second user time and 0.290955 second system time

The end

Launcher Data

Begin job on node84 at 2009-04-26 03:04:57
IDJOB=1725937
IDBENCH=24601
IDSOLVER=513
FILE ID=node84/1725937-1240707897
PBS_JOBID= 9186786
Free space on /tmp= 66212 MiB

SOLVER NAME= ManySAT 1.1 aimd 0/2009-03-20
BENCH NAME= SAT07/crafted/Medium/contest05/others/QG8-gensys-ukn005.sat05-3584.reshuffled-07.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1725937-1240707897/watcher-1725937-1240707897 -o /tmp/evaluation-result-1725937-1240707897/solver-1725937-1240707897 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1725937-1240707897.cnf aimd 0

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 2

MD5SUM BENCH= db9d2b7fba78f1cbe73aba9a1aa51042
RANDOM SEED=706314309

node84.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1702488 kB
Buffers:         35636 kB
Cached:         262612 kB
SwapCached:       5372 kB
Active:          78864 kB
Inactive:       227212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1702488 kB
SwapTotal:     4192956 kB
SwapFree:      4181396 kB
Dirty:            3160 kB
Writeback:           0 kB
Mapped:          13468 kB
Slab:            33404 kB
Committed_AS:   341344 kB
PageTables:       1368 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66212 MiB
End job on node84 at 2009-04-26 03:06:42