Trace number 1725938

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 1/2009-03-20UNSAT 161.828 81.4081

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.06/0.08	c ==============================================================================
0.06/0.08	c |           |     ORIGINAL     |              LEARNT              |          |
0.06/0.08	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.06/0.08	c ==============================================================================
0.06/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.369943 s
0.29/0.37	c ==============================================================================
161.62/81.39	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
161.62/81.39	c ============================[ Problem Statistics ]=============================
161.62/81.39	c |                                                                             |
161.62/81.39	c threadId              : 0
161.62/81.39	c restarts              : 172
161.62/81.39	c conflicts             : 151604         (940 /sec)
161.62/81.39	c decisions             : 231139         (1.67 % random) (1434 /sec)
161.62/81.39	c propagations          : 14857333       (92151 /sec)
161.62/81.39	c conflict literals     : 4849125        (49.84 % deleted)
161.62/81.39	c Memory used           : 48.80 MB
161.62/81.39	c CPU time              : 161.227 s
161.62/81.39	
161.62/81.39	c --->m=2, e=8, aimd=1, HOME/14676_many.cnf	time: 80.6137	conflicts: 151604       
161.62/81.40	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-1725938-1240707903/watcher-1725938-1240707903 -o /tmp/evaluation-result-1725938-1240707903/solver-1725938-1240707903 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1725938-1240707903.cnf aimd 1 

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 1.00 3/65 14676
/proc/meminfo: memFree=1643304/2055920 swapFree=4181068/4192956
[pid=14676] ppid=14674 vsize=5356 CPUtime=0
/proc/14676/stat : 14676 (manysat.sh) S 14674 14676 14052 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 98820004 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14676/statm: 1339 235 195 169 0 50 0
[pid=14677] ppid=14676 vsize=824 CPUtime=0
/proc/14677/stat : 14677 (SatElite) R 14676 14676 14052 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 98820004 843776 112 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/14677/statm: 206 112 52 127 0 76 0

[startup+0.0761551 s]
/proc/loadavg: 0.92 0.98 1.00 3/65 14676
/proc/meminfo: memFree=1643304/2055920 swapFree=4181068/4192956
[pid=14676] ppid=14674 vsize=5356 CPUtime=0
/proc/14676/stat : 14676 (manysat.sh) S 14674 14676 14052 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 98820004 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14676/statm: 1339 235 195 169 0 50 0
[pid=14677] ppid=14676 vsize=5592 CPUtime=0.06
/proc/14677/stat : 14677 (SatElite) R 14676 14676 14052 0 -1 4194304 1224 0 0 0 6 0 0 0 18 0 1 0 98820004 5726208 1208 1992294400 134512640 135034092 4294956096 18446744073709551615 134542711 0 0 4096 3 0 0 0 17 0 0 0
/proc/14677/statm: 1398 1208 52 127 0 1268 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10948

[startup+0.102157 s]
/proc/loadavg: 0.92 0.98 1.00 3/65 14676
/proc/meminfo: memFree=1643304/2055920 swapFree=4181068/4192956
[pid=14676] ppid=14674 vsize=5356 CPUtime=0
/proc/14676/stat : 14676 (manysat.sh) S 14674 14676 14052 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 98820004 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14676/statm: 1339 235 195 169 0 50 0
[pid=14677] ppid=14676 vsize=5592 CPUtime=0.09
/proc/14677/stat : 14677 (SatElite) R 14676 14676 14052 0 -1 4194304 1319 0 0 0 9 0 0 0 18 0 1 0 98820004 5726208 1303 1992294400 134512640 135034092 4294956096 18446744073709551615 134563471 0 0 4096 3 0 0 0 17 0 0 0
/proc/14677/statm: 1398 1303 64 127 0 1268 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10948

[startup+0.302179 s]
/proc/loadavg: 0.92 0.98 1.00 3/65 14676
/proc/meminfo: memFree=1643304/2055920 swapFree=4181068/4192956
[pid=14676] ppid=14674 vsize=5356 CPUtime=0
/proc/14676/stat : 14676 (manysat.sh) S 14674 14676 14052 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 98820004 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14676/statm: 1339 235 195 169 0 50 0
[pid=14677] ppid=14676 vsize=7092 CPUtime=0.29
/proc/14677/stat : 14677 (SatElite) R 14676 14676 14052 0 -1 4194304 1573 0 0 0 29 0 0 0 19 0 1 0 98820004 7262208 1552 1992294400 134512640 135034092 4294956096 18446744073709551615 134569611 0 0 4096 3 0 0 0 17 0 0 0
/proc/14677/statm: 1773 1552 67 127 0 1643 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12448

[startup+0.702233 s]
/proc/loadavg: 0.92 0.98 1.00 3/65 14676
/proc/meminfo: memFree=1643304/2055920 swapFree=4181068/4192956
[pid=14676] ppid=14674 vsize=5356 CPUtime=0.48
/proc/14676/stat : 14676 (manysat.sh) S 14674 14676 14052 0 -1 4194304 312 1579 0 0 0 0 47 1 15 0 1 0 98820004 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14676/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 5356

[startup+1.50132 s]
/proc/loadavg: 0.92 0.98 1.00 3/68 14680
/proc/meminfo: memFree=1630992/2055920 swapFree=4181068/4192956
[pid=14676] ppid=14674 vsize=5356 CPUtime=0.48
/proc/14676/stat : 14676 (manysat.sh) S 14674 14676 14052 0 -1 4194304 312 1579 0 0 0 0 47 1 15 0 1 0 98820004 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14676/statm: 1339 238 195 169 0 50 0
[pid=14679] ppid=14676 vsize=23760 CPUtime=1.92
/proc/14679/stat : 14679 (manysat1.1_stat) R 14676 14676 14052 0 -1 4194304 3036 0 0 0 190 2 0 0 17 0 2 0 98820053 24330240 3022 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/14679/statm: 5940 3022 83 193 0 5744 0
[pid=14679/tid=14680] ppid=14676 vsize=23760 CPUtime=0.91
/proc/14679/task/14680/stat : 14680 (manysat1.1_stat) R 14676 14676 14052 0 -1 4194368 484 0 0 0 91 0 0 0 17 0 2 0 98820061 24330240 3022 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.4
Current children cumulated vsize (KiB) 29116

[startup+3.1015 s]
/proc/loadavg: 0.92 0.98 1.00 3/68 14680
/proc/meminfo: memFree=1628048/2055920 swapFree=4181068/4192956
[pid=14676] ppid=14674 vsize=5356 CPUtime=0.48
/proc/14676/stat : 14676 (manysat.sh) S 14674 14676 14052 0 -1 4194304 312 1579 0 0 0 0 47 1 15 0 1 0 98820004 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14676/statm: 1339 238 195 169 0 50 0
[pid=14679] ppid=14676 vsize=26692 CPUtime=5.11
/proc/14679/stat : 14679 (manysat1.1_stat) R 14676 14676 14052 0 -1 4194304 3791 0 0 0 509 2 0 0 23 0 2 0 98820053 27332608 3777 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/14679/statm: 6673 3777 83 193 0 6477 0
[pid=14679/tid=14680] ppid=14676 vsize=26692 CPUtime=2.52
/proc/14679/task/14680/stat : 14680 (manysat1.1_stat) R 14676 14676 14052 0 -1 4194368 895 0 0 0 251 1 0 0 20 0 2 0 98820061 27332608 3777 1992294400 134512640 135305190 4294956144 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.59
Current children cumulated vsize (KiB) 32048

[startup+6.30186 s]
/proc/loadavg: 1.01 1.00 1.00 3/68 14680
/proc/meminfo: memFree=1624272/2055920 swapFree=4181068/4192956
[pid=14676] ppid=14674 vsize=5356 CPUtime=0.48
/proc/14676/stat : 14676 (manysat.sh) S 14674 14676 14052 0 -1 4194304 312 1579 0 0 0 0 47 1 15 0 1 0 98820004 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14676/statm: 1339 238 195 169 0 50 0
[pid=14679] ppid=14676 vsize=29600 CPUtime=11.5
/proc/14679/stat : 14679 (manysat1.1_stat) R 14676 14676 14052 0 -1 4194304 4609 0 0 0 1147 3 0 0 23 0 2 0 98820053 30310400 4595 1992294400 134512640 135305190 4294956144 18446744073709551615 134556843 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/14679/statm: 7400 4595 83 193 0 7204 0
[pid=14679/tid=14680] ppid=14676 vsize=29600 CPUtime=5.7
/proc/14679/task/14680/stat : 14680 (manysat1.1_stat) R 14676 14676 14052 0 -1 4194368 1237 0 0 0 569 1 0 0 25 0 2 0 98820061 30310400 4595 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.98
Current children cumulated vsize (KiB) 34956

[startup+12.7016 s]
/proc/loadavg: 1.09 1.02 1.01 3/68 14680
/proc/meminfo: memFree=1619792/2055920 swapFree=4181068/4192956
[pid=14676] ppid=14674 vsize=5356 CPUtime=0.48
/proc/14676/stat : 14676 (manysat.sh) S 14674 14676 14052 0 -1 4194304 312 1579 0 0 0 0 47 1 15 0 1 0 98820004 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14676/statm: 1339 238 195 169 0 50 0
[pid=14679] ppid=14676 vsize=33564 CPUtime=24.26
/proc/14679/stat : 14679 (manysat1.1_stat) R 14676 14676 14052 0 -1 4194304 5436 0 0 0 2422 4 0 0 18 0 2 0 98820053 34369536 5422 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/14679/statm: 8391 5422 83 193 0 8195 0
[pid=14679/tid=14680] ppid=14676 vsize=33564 CPUtime=12.07
/proc/14679/task/14680/stat : 14680 (manysat1.1_stat) R 14676 14676 14052 0 -1 4194368 1644 0 0 0 1205 2 0 0 17 0 2 0 98820061 34369536 5422 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.74
Current children cumulated vsize (KiB) 38920

[startup+25.503 s]
/proc/loadavg: 1.29 1.06 1.02 3/68 14680
/proc/meminfo: memFree=1613840/2055920 swapFree=4181068/4192956
[pid=14676] ppid=14674 vsize=5356 CPUtime=0.48
/proc/14676/stat : 14676 (manysat.sh) S 14674 14676 14052 0 -1 4194304 312 1579 0 0 0 0 47 1 15 0 1 0 98820004 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14676/statm: 1339 238 195 169 0 50 0
[pid=14679] ppid=14676 vsize=39424 CPUtime=49.8
/proc/14679/stat : 14679 (manysat1.1_stat) R 14676 14676 14052 0 -1 4194304 6933 0 0 0 4973 7 0 0 17 0 2 0 98820053 40370176 6919 1992294400 134512640 135305190 4294956144 18446744073709551615 134528376 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/14679/statm: 9856 6919 83 193 0 9660 0
[pid=14679/tid=14680] ppid=14676 vsize=39424 CPUtime=24.81
/proc/14679/task/14680/stat : 14680 (manysat1.1_stat) R 14676 14676 14052 0 -1 4194368 2349 0 0 0 2478 3 0 0 25 0 2 0 98820061 40370176 6919 1992294400 134512640 135305190 4294956144 18446744073709551615 134528301 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.28
Current children cumulated vsize (KiB) 44780

[startup+51.1029 s]
/proc/loadavg: 1.53 1.14 1.05 3/68 14680
/proc/meminfo: memFree=1606288/2055920 swapFree=4181068/4192956
[pid=14676] ppid=14674 vsize=5356 CPUtime=0.48
/proc/14676/stat : 14676 (manysat.sh) S 14674 14676 14052 0 -1 4194304 312 1579 0 0 0 0 47 1 15 0 1 0 98820004 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14676/statm: 1339 238 195 169 0 50 0
[pid=14679] ppid=14676 vsize=46740 CPUtime=100.88
/proc/14679/stat : 14679 (manysat1.1_stat) R 14676 14676 14052 0 -1 4194304 8838 0 0 0 10079 9 0 0 22 0 2 0 98820053 47861760 8824 1992294400 134512640 135305190 4294956144 18446744073709551615 134528301 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/14679/statm: 11685 8824 83 193 0 11489 0
[pid=14679/tid=14680] ppid=14676 vsize=46740 CPUtime=50.32
/proc/14679/task/14680/stat : 14680 (manysat1.1_stat) R 14676 14676 14052 0 -1 4194368 3327 0 0 0 5027 5 0 0 18 0 2 0 98820061 47861760 8824 1992294400 134512640 135305190 4294956144 18446744073709551615 134556843 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.36
Current children cumulated vsize (KiB) 52096

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

[startup+63.9013 s]
/proc/loadavg: 1.60 1.17 1.06 3/68 14680
/proc/meminfo: memFree=1605208/2055920 swapFree=4181068/4192956
[pid=14676] ppid=14674 vsize=5356 CPUtime=0.48
/proc/14676/stat : 14676 (manysat.sh) S 14674 14676 14052 0 -1 4194304 312 1579 0 0 0 0 47 1 15 0 1 0 98820004 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14676/statm: 1339 238 195 169 0 50 0
[pid=14679] ppid=14676 vsize=48800 CPUtime=126.41
/proc/14679/stat : 14679 (manysat1.1_stat) R 14676 14676 14052 0 -1 4194304 9100 0 0 0 12632 9 0 0 25 0 2 0 98820053 49971200 9086 1992294400 134512640 135305190 4294956144 18446744073709551615 134528418 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/14679/statm: 12200 9086 83 193 0 12004 0
[pid=14679/tid=14680] ppid=14676 vsize=48800 CPUtime=63.06
/proc/14679/task/14680/stat : 14680 (manysat1.1_stat) R 14676 14676 14052 0 -1 4194368 3457 0 0 0 6301 5 0 0 25 0 2 0 98820061 49971200 9086 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 126.89
Current children cumulated vsize (KiB) 54156

[startup+70.302 s]
/proc/loadavg: 1.66 1.19 1.06 3/68 14680
/proc/meminfo: memFree=1604440/2055920 swapFree=4181068/4192956
[pid=14676] ppid=14674 vsize=5356 CPUtime=0.48
/proc/14676/stat : 14676 (manysat.sh) S 14674 14676 14052 0 -1 4194304 312 1579 0 0 0 0 47 1 15 0 1 0 98820004 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14676/statm: 1339 238 195 169 0 50 0
[pid=14679] ppid=14676 vsize=49424 CPUtime=139.19
/proc/14679/stat : 14679 (manysat1.1_stat) R 14676 14676 14052 0 -1 4194304 9285 0 0 0 13910 9 0 0 25 0 2 0 98820053 50610176 9271 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/14679/statm: 12356 9271 83 193 0 12160 0
[pid=14679/tid=14680] ppid=14676 vsize=49424 CPUtime=69.43
/proc/14679/task/14680/stat : 14680 (manysat1.1_stat) R 14676 14676 14052 0 -1 4194368 3599 0 0 0 6938 5 0 0 25 0 2 0 98820061 50610176 9271 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 139.67
Current children cumulated vsize (KiB) 54780

[startup+76.7027 s]
/proc/loadavg: 1.69 1.21 1.07 3/68 14680
/proc/meminfo: memFree=1604184/2055920 swapFree=4181068/4192956
[pid=14676] ppid=14674 vsize=5356 CPUtime=0.48
/proc/14676/stat : 14676 (manysat.sh) S 14674 14676 14052 0 -1 4194304 312 1579 0 0 0 0 47 1 15 0 1 0 98820004 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14676/statm: 1339 238 195 169 0 50 0
[pid=14679] ppid=14676 vsize=49608 CPUtime=151.96
/proc/14679/stat : 14679 (manysat1.1_stat) R 14676 14676 14052 0 -1 4194304 9351 0 0 0 15186 10 0 0 25 0 2 0 98820053 50798592 9337 1992294400 134512640 135305190 4294956144 18446744073709551615 134528489 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/14679/statm: 12402 9337 83 193 0 12206 0
[pid=14679/tid=14680] ppid=14676 vsize=49608 CPUtime=75.81
/proc/14679/task/14680/stat : 14680 (manysat1.1_stat) R 14676 14676 14052 0 -1 4194368 3624 0 0 0 7576 5 0 0 25 0 2 0 98820061 50798592 9337 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 152.44
Current children cumulated vsize (KiB) 54964

[startup+79.9011 s]
/proc/loadavg: 1.71 1.22 1.07 3/68 14680
/proc/meminfo: memFree=1603992/2055920 swapFree=4181068/4192956
[pid=14676] ppid=14674 vsize=5356 CPUtime=0.48
/proc/14676/stat : 14676 (manysat.sh) S 14674 14676 14052 0 -1 4194304 312 1579 0 0 0 0 47 1 15 0 1 0 98820004 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14676/statm: 1339 238 195 169 0 50 0
[pid=14679] ppid=14676 vsize=49752 CPUtime=158.34
/proc/14679/stat : 14679 (manysat1.1_stat) R 14676 14676 14052 0 -1 4194304 9402 0 0 0 15824 10 0 0 25 0 2 0 98820053 50946048 9388 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/14679/statm: 12438 9388 83 193 0 12242 0
[pid=14679/tid=14680] ppid=14676 vsize=49752 CPUtime=78.99
/proc/14679/task/14680/stat : 14680 (manysat1.1_stat) R 14676 14676 14052 0 -1 4194368 3624 0 0 0 7894 5 0 0 25 0 2 0 98820061 50946048 9388 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 158.82
Current children cumulated vsize (KiB) 55108

[startup+80.7012 s]
/proc/loadavg: 1.71 1.22 1.07 3/68 14680
/proc/meminfo: memFree=1603992/2055920 swapFree=4181068/4192956
[pid=14676] ppid=14674 vsize=5356 CPUtime=0.48
/proc/14676/stat : 14676 (manysat.sh) S 14674 14676 14052 0 -1 4194304 312 1579 0 0 0 0 47 1 15 0 1 0 98820004 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14676/statm: 1339 238 195 169 0 50 0
[pid=14679] ppid=14676 vsize=49752 CPUtime=159.94
/proc/14679/stat : 14679 (manysat1.1_stat) R 14676 14676 14052 0 -1 4194304 9403 0 0 0 15984 10 0 0 25 0 2 0 98820053 50946048 9389 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/14679/statm: 12438 9389 83 193 0 12242 0
[pid=14679/tid=14680] ppid=14676 vsize=49752 CPUtime=79.79
/proc/14679/task/14680/stat : 14680 (manysat1.1_stat) R 14676 14676 14052 0 -1 4194368 3625 0 0 0 7974 5 0 0 25 0 2 0 98820061 50946048 9389 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.42
Current children cumulated vsize (KiB) 55108

[startup+81.1012 s]
/proc/loadavg: 1.71 1.22 1.07 3/68 14680
/proc/meminfo: memFree=1603992/2055920 swapFree=4181068/4192956
[pid=14676] ppid=14674 vsize=5356 CPUtime=0.48
/proc/14676/stat : 14676 (manysat.sh) S 14674 14676 14052 0 -1 4194304 312 1579 0 0 0 0 47 1 15 0 1 0 98820004 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14676/statm: 1339 238 195 169 0 50 0
[pid=14679] ppid=14676 vsize=49752 CPUtime=160.74
/proc/14679/stat : 14679 (manysat1.1_stat) R 14676 14676 14052 0 -1 4194304 9409 0 0 0 16064 10 0 0 25 0 2 0 98820053 50946048 9395 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/14679/statm: 12438 9395 83 193 0 12242 0
[pid=14679/tid=14680] ppid=14676 vsize=49752 CPUtime=80.19
/proc/14679/task/14680/stat : 14680 (manysat1.1_stat) R 14676 14676 14052 0 -1 4194368 3625 0 0 0 8014 5 0 0 25 0 2 0 98820061 50946048 9395 1992294400 134512640 135305190 4294956144 18446744073709551615 134528771 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.22
Current children cumulated vsize (KiB) 55108

[startup+81.3012 s]
/proc/loadavg: 1.71 1.22 1.07 3/68 14680
/proc/meminfo: memFree=1603736/2055920 swapFree=4181068/4192956
[pid=14676] ppid=14674 vsize=5356 CPUtime=0.48
/proc/14676/stat : 14676 (manysat.sh) S 14674 14676 14052 0 -1 4194304 312 1579 0 0 0 0 47 1 15 0 1 0 98820004 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14676/statm: 1339 238 195 169 0 50 0
[pid=14679] ppid=14676 vsize=49972 CPUtime=161.14
/proc/14679/stat : 14679 (manysat1.1_stat) R 14676 14676 14052 0 -1 4194304 9429 0 0 0 16104 10 0 0 25 0 2 0 98820053 51171328 9415 1992294400 134512640 135305190 4294956144 18446744073709551615 134528837 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/14679/statm: 12493 9415 83 193 0 12297 0
[pid=14679/tid=14680] ppid=14676 vsize=49972 CPUtime=80.39
/proc/14679/task/14680/stat : 14680 (manysat1.1_stat) R 14676 14676 14052 0 -1 4194368 3625 0 0 0 8034 5 0 0 17 0 2 0 98820061 51171328 9415 1992294400 134512640 135305190 4294956144 18446744073709551615 134834440 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.62
Current children cumulated vsize (KiB) 55328

[startup+81.4052 s]
/proc/loadavg: 1.71 1.22 1.07 3/68 14680
/proc/meminfo: memFree=1603736/2055920 swapFree=4181068/4192956
[pid=14676] ppid=14674 vsize=5360 CPUtime=161.81
/proc/14676/stat : 14676 (manysat.sh) S 14674 14676 14052 0 -1 4194304 339 11023 0 0 0 0 16170 11 18 0 1 0 98820004 5488640 240 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14676/statm: 1340 240 196 169 0 51 0
Current children cumulated CPU time (s) 161.81
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 81.4081
CPU time (s): 161.828
CPU user time (s): 161.703
CPU system time (s): 0.124981
CPU usage (%): 198.787
Max. virtual memory (cumulated for all children) (KiB): 55328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 161.703
system time used= 0.124981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11489
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= 381
involuntary context switches= 1238

runsolver used 0.081987 second user time and 0.222966 second system time

The end

Launcher Data

Begin job on node86 at 2009-04-26 03:05:04
IDJOB=1725938
IDBENCH=24601
IDSOLVER=514
FILE ID=node86/1725938-1240707903
PBS_JOBID= 9186789
Free space on /tmp= 66160 MiB

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

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

MD5SUM BENCH= db9d2b7fba78f1cbe73aba9a1aa51042
RANDOM SEED=1141900419

node86.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.213
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.213
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:       1643784 kB
Buffers:         42476 kB
Cached:         295464 kB
SwapCached:       5732 kB
Active:         136320 kB
Inactive:       210428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1643784 kB
SwapTotal:     4192956 kB
SwapFree:      4181068 kB
Dirty:            3160 kB
Writeback:           0 kB
Mapped:          14012 kB
Slab:            51300 kB
Committed_AS:   403680 kB
PageTables:       1464 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= 66160 MiB
End job on node86 at 2009-04-26 03:06:25