Trace number 1723259

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 154.787 80.5016

General information on the benchmark

Namemanol-pipe-g10bidw.cnf
MD5SUM6ade683f6bfd116f49e58395d70ae6c0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark97.5152
Satisfiable
(Un)Satisfiability was proved
Number of variables237485
Number of clauses705220
Sum of the clauses size1645512
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2470146
Number of clauses of size 3235073
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.59/0.69	c ==============================================================================
0.59/0.69	c |           |     ORIGINAL     |              LEARNT              |          |
0.59/0.69	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.59/0.69	c ==============================================================================
0.59/0.69	c |         0 |  705219  1645511 |  211565       0        0     nan |  0.000 % |
4.68/4.75	c |         0 |  302951  1188077 |      --       0       --      -- |     --   | -402266/-457429
4.68/4.75	c ==============================================================================
4.68/4.75	c Result  :   #vars: 39231   #clauses: 302951   #literals: 1188077
4.68/4.75	c CPU time:   4.50031 s
4.68/4.75	c ==============================================================================
154.61/80.46	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
154.61/80.46	c ============================[ Problem Statistics ]=============================
154.61/80.46	c |                                                                             |
154.61/80.46	c threadId              : 1
154.61/80.46	c restarts              : 2874
154.61/80.46	c conflicts             : 225267         (1510 /sec)
154.61/80.46	c decisions             : 2026250        (1.67 % random) (13579 /sec)
154.61/80.46	c propagations          : 78353663       (525073 /sec)
154.61/80.46	c conflict literals     : 5830640        (28.85 % deleted)
154.61/80.46	c Memory used           : 91.46 MB
154.61/80.46	c CPU time              : 149.224 s
154.61/80.46	
154.61/80.46	c --->m=2, e=8, aimd=1, HOME/13254_many.cnf	time: 74.6122	conflicts: 225267       
154.61/80.48	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-1723259-1240684493/watcher-1723259-1240684493 -o /tmp/evaluation-result-1723259-1240684493/solver-1723259-1240684493 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1723259-1240684493.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 0.99 3/65 13254
/proc/meminfo: memFree=1690528/2055920 swapFree=4181068/4192956
[pid=13254] ppid=13252 vsize=5356 CPUtime=0
/proc/13254/stat : 13254 (manysat.sh) S 13252 13254 12717 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96479078 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13254/statm: 1339 235 195 169 0 50 0
[pid=13255] ppid=13254 vsize=824 CPUtime=0
/proc/13255/stat : 13255 (SatElite) R 13254 13254 12717 0 -1 4194304 109 0 0 0 0 0 0 0 19 0 1 0 96479078 843776 93 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/13255/statm: 206 94 50 127 0 76 0

[startup+0.0189661 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 13254
/proc/meminfo: memFree=1690528/2055920 swapFree=4181068/4192956
[pid=13254] ppid=13252 vsize=5356 CPUtime=0
/proc/13254/stat : 13254 (manysat.sh) S 13252 13254 12717 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96479078 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13254/statm: 1339 235 195 169 0 50 0
[pid=13255] ppid=13254 vsize=2912 CPUtime=0.01
/proc/13255/stat : 13255 (SatElite) R 13254 13254 12717 0 -1 4194304 631 0 0 0 1 0 0 0 19 0 1 0 96479078 2981888 615 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/13255/statm: 728 618 50 127 0 598 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8268

[startup+0.102975 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 13254
/proc/meminfo: memFree=1690528/2055920 swapFree=4181068/4192956
[pid=13254] ppid=13252 vsize=5356 CPUtime=0
/proc/13254/stat : 13254 (manysat.sh) S 13252 13254 12717 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96479078 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13254/statm: 1339 235 195 169 0 50 0
[pid=13255] ppid=13254 vsize=16244 CPUtime=0.09
/proc/13255/stat : 13255 (SatElite) R 13254 13254 12717 0 -1 4194304 3477 0 0 0 7 2 0 0 19 0 1 0 96479078 16633856 3461 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/13255/statm: 4061 3463 50 127 0 3931 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21600

[startup+0.302997 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 13254
/proc/meminfo: memFree=1690528/2055920 swapFree=4181068/4192956
[pid=13254] ppid=13252 vsize=5356 CPUtime=0
/proc/13254/stat : 13254 (manysat.sh) S 13252 13254 12717 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96479078 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13254/statm: 1339 235 195 169 0 50 0
[pid=13255] ppid=13254 vsize=41632 CPUtime=0.29
/proc/13255/stat : 13255 (SatElite) R 13254 13254 12717 0 -1 4194304 9948 0 0 0 24 5 0 0 22 0 1 0 96479078 42631168 9932 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/13255/statm: 10408 9933 50 127 0 10278 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 46988

[startup+0.70204 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 13254
/proc/meminfo: memFree=1690528/2055920 swapFree=4181068/4192956
[pid=13254] ppid=13252 vsize=5356 CPUtime=0
/proc/13254/stat : 13254 (manysat.sh) S 13252 13254 12717 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96479078 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13254/statm: 1339 235 195 169 0 50 0
[pid=13255] ppid=13254 vsize=97060 CPUtime=0.69
/proc/13255/stat : 13255 (SatElite) R 13254 13254 12717 0 -1 4194304 22811 0 0 0 56 13 0 0 25 0 1 0 96479078 99389440 22795 1992294400 134512640 135034092 4294956096 18446744073709551615 134558534 0 0 4096 3 0 0 0 17 0 0 0
/proc/13255/statm: 24265 22802 66 127 0 24135 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 102416

[startup+1.50113 s]
/proc/loadavg: 0.92 0.98 0.99 2/67 13256
/proc/meminfo: memFree=1592592/2055920 swapFree=4181068/4192956
[pid=13254] ppid=13252 vsize=5356 CPUtime=0
/proc/13254/stat : 13254 (manysat.sh) S 13252 13254 12717 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96479078 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13254/statm: 1339 235 195 169 0 50 0
[pid=13255] ppid=13254 vsize=105392 CPUtime=1.49
/proc/13255/stat : 13255 (SatElite) R 13254 13254 12717 0 -1 4194304 26585 0 0 0 134 15 0 0 25 0 1 0 96479078 107921408 24579 1992294400 134512640 135034092 4294956096 18446744073709551615 134566294 0 0 4096 3 0 0 0 17 0 0 0
/proc/13255/statm: 26348 24579 68 127 0 26218 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 110748

[startup+3.10131 s]
/proc/loadavg: 0.92 0.98 0.99 2/67 13256
/proc/meminfo: memFree=1579088/2055920 swapFree=4181068/4192956
[pid=13254] ppid=13252 vsize=5356 CPUtime=0
/proc/13254/stat : 13254 (manysat.sh) S 13252 13254 12717 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96479078 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13254/statm: 1339 235 195 169 0 50 0
[pid=13255] ppid=13254 vsize=112456 CPUtime=3.08
/proc/13255/stat : 13255 (SatElite) R 13254 13254 12717 0 -1 4194304 28207 0 0 0 287 21 0 0 25 0 1 0 96479078 115154944 26201 1992294400 134512640 135034092 4294956096 18446744073709551615 134540707 0 0 4096 3 0 0 0 17 0 0 0
/proc/13255/statm: 28114 26201 68 127 0 27984 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 117812

[startup+6.30167 s]
/proc/loadavg: 1.01 1.00 1.00 2/67 13257
/proc/meminfo: memFree=1644624/2055920 swapFree=4181068/4192956
[pid=13254] ppid=13252 vsize=5356 CPUtime=5.25
/proc/13254/stat : 13254 (manysat.sh) S 13252 13254 12717 0 -1 4194304 312 31174 0 0 0 0 497 28 16 0 1 0 96479078 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13254/statm: 1339 238 195 169 0 50 0
[pid=13257] ppid=13254 vsize=60512 CPUtime=1.6
/proc/13257/stat : 13257 (manysat1.1_stat) R 13254 13254 12717 0 -1 4194304 11975 0 0 0 149 11 0 0 16 0 2 0 96479605 61964288 11955 1992294400 134512640 135305190 4294956144 18446744073709551615 134528539 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/13257/statm: 15128 11955 83 193 0 14932 0
Current children cumulated CPU time (s) 6.85
Current children cumulated vsize (KiB) 65868

[startup+12.7014 s]
/proc/loadavg: 1.17 1.03 1.01 3/68 13258
/proc/meminfo: memFree=1606672/2055920 swapFree=4181068/4192956
[pid=13254] ppid=13252 vsize=5356 CPUtime=5.25
/proc/13254/stat : 13254 (manysat.sh) S 13252 13254 12717 0 -1 4194304 312 31174 0 0 0 0 497 28 16 0 1 0 96479078 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13254/statm: 1339 238 195 169 0 50 0
[pid=13257] ppid=13254 vsize=69124 CPUtime=14.36
/proc/13257/stat : 13257 (manysat1.1_stat) R 13254 13254 12717 0 -1 4194304 14106 0 0 0 1420 16 0 0 17 0 2 0 96479605 70782976 14086 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/13257/statm: 17281 14086 83 193 0 17085 0
[pid=13257/tid=13258] ppid=13254 vsize=69124 CPUtime=6.93
/proc/13257/task/13258/stat : 13258 (manysat1.1_stat) R 13254 13254 12717 0 -1 4194368 1861 0 0 0 688 5 0 0 17 0 2 0 96479648 70782976 14086 1992294400 134512640 135305190 4294956144 18446744073709551615 134541542 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 19.61
Current children cumulated vsize (KiB) 74480

[startup+25.5028 s]
/proc/loadavg: 1.35 1.08 1.03 3/68 13258
/proc/meminfo: memFree=1600080/2055920 swapFree=4181068/4192956
[pid=13254] ppid=13252 vsize=5356 CPUtime=5.25
/proc/13254/stat : 13254 (manysat.sh) S 13252 13254 12717 0 -1 4194304 312 31174 0 0 0 0 497 28 16 0 1 0 96479078 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13254/statm: 1339 238 195 169 0 50 0
[pid=13257] ppid=13254 vsize=75256 CPUtime=39.88
/proc/13257/stat : 13257 (manysat1.1_stat) R 13254 13254 12717 0 -1 4194304 15710 0 0 0 3970 18 0 0 17 0 2 0 96479605 77062144 15690 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/13257/statm: 18814 15690 83 193 0 18618 0
[pid=13257/tid=13258] ppid=13254 vsize=75256 CPUtime=19.67
/proc/13257/task/13258/stat : 13258 (manysat1.1_stat) R 13254 13254 12717 0 -1 4194368 2652 0 0 0 1960 7 0 0 17 0 2 0 96479648 77062144 15690 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 45.13
Current children cumulated vsize (KiB) 80612

[startup+51.1026 s]
/proc/loadavg: 1.57 1.15 1.05 3/68 13258
/proc/meminfo: memFree=1588816/2055920 swapFree=4181068/4192956
[pid=13254] ppid=13252 vsize=5356 CPUtime=5.25
/proc/13254/stat : 13254 (manysat.sh) S 13252 13254 12717 0 -1 4194304 312 31174 0 0 0 0 497 28 16 0 1 0 96479078 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13254/statm: 1339 238 195 169 0 50 0
[pid=13257] ppid=13254 vsize=85628 CPUtime=90.9
/proc/13257/stat : 13257 (manysat1.1_stat) R 13254 13254 12717 0 -1 4194304 18489 0 0 0 9067 23 0 0 18 0 2 0 96479605 87683072 18469 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/13257/statm: 21407 18469 83 193 0 21211 0
[pid=13257/tid=13258] ppid=13254 vsize=85628 CPUtime=45.16
/proc/13257/task/13258/stat : 13258 (manysat1.1_stat) R 13254 13254 12717 0 -1 4194368 3777 0 0 0 4507 9 0 0 17 0 2 0 96479648 87683072 18469 1992294400 134512640 135305190 4294956144 18446744073709551615 134528332 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 96.15
Current children cumulated vsize (KiB) 90984

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

[startup+63.9011 s]
/proc/loadavg: 1.66 1.19 1.06 3/68 13258
/proc/meminfo: memFree=1587024/2055920 swapFree=4181068/4192956
[pid=13254] ppid=13252 vsize=5356 CPUtime=5.25
/proc/13254/stat : 13254 (manysat.sh) S 13252 13254 12717 0 -1 4194304 312 31174 0 0 0 0 497 28 16 0 1 0 96479078 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13254/statm: 1339 238 195 169 0 50 0
[pid=13257] ppid=13254 vsize=87900 CPUtime=116.44
/proc/13257/stat : 13257 (manysat1.1_stat) R 13254 13254 12717 0 -1 4194304 18959 0 0 0 11620 24 0 0 17 0 2 0 96479605 90009600 18939 1992294400 134512640 135305190 4294956144 18446744073709551615 134546042 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/13257/statm: 21975 18939 83 193 0 21779 0
[pid=13257/tid=13258] ppid=13254 vsize=87900 CPUtime=57.9
/proc/13257/task/13258/stat : 13258 (manysat1.1_stat) R 13254 13254 12717 0 -1 4194368 3963 0 0 0 5781 9 0 0 17 0 2 0 96479648 90009600 18939 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 121.69
Current children cumulated vsize (KiB) 93256

[startup+70.3018 s]
/proc/loadavg: 1.69 1.21 1.07 3/68 13258
/proc/meminfo: memFree=1586512/2055920 swapFree=4181068/4192956
[pid=13254] ppid=13252 vsize=5356 CPUtime=5.25
/proc/13254/stat : 13254 (manysat.sh) S 13252 13254 12717 0 -1 4194304 312 31174 0 0 0 0 497 28 16 0 1 0 96479078 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13254/statm: 1339 238 195 169 0 50 0
[pid=13257] ppid=13254 vsize=88452 CPUtime=129.22
/proc/13257/stat : 13257 (manysat1.1_stat) R 13254 13254 12717 0 -1 4194304 19083 0 0 0 12897 25 0 0 17 0 2 0 96479605 90574848 19063 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/13257/statm: 22113 19063 83 193 0 21917 0
[pid=13257/tid=13258] ppid=13254 vsize=88452 CPUtime=64.29
/proc/13257/task/13258/stat : 13258 (manysat1.1_stat) R 13254 13254 12717 0 -1 4194368 4012 0 0 0 6419 10 0 0 18 0 2 0 96479648 90574848 19063 1992294400 134512640 135305190 4294956144 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 134.47
Current children cumulated vsize (KiB) 93808

[startup+76.7025 s]
/proc/loadavg: 1.72 1.22 1.07 3/68 13258
/proc/meminfo: memFree=1584400/2055920 swapFree=4181068/4192956
[pid=13254] ppid=13252 vsize=5356 CPUtime=5.25
/proc/13254/stat : 13254 (manysat.sh) S 13252 13254 12717 0 -1 4194304 312 31174 0 0 0 0 497 28 16 0 1 0 96479078 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13254/statm: 1339 238 195 169 0 50 0
[pid=13257] ppid=13254 vsize=91308 CPUtime=141.98
/proc/13257/stat : 13257 (manysat1.1_stat) R 13254 13254 12717 0 -1 4194304 19657 0 0 0 14172 26 0 0 18 0 2 0 96479605 93499392 19637 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/13257/statm: 22827 19637 83 193 0 22631 0
[pid=13257/tid=13258] ppid=13254 vsize=91308 CPUtime=70.65
/proc/13257/task/13258/stat : 13258 (manysat1.1_stat) R 13254 13254 12717 0 -1 4194368 4196 0 0 0 7055 10 0 0 17 0 2 0 96479648 93499392 19637 1992294400 134512640 135305190 4294956144 18446744073709551615 134528277 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 147.23
Current children cumulated vsize (KiB) 96664

[startup+78.3017 s]
/proc/loadavg: 1.72 1.22 1.07 3/68 13258
/proc/meminfo: memFree=1583184/2055920 swapFree=4181068/4192956
[pid=13254] ppid=13252 vsize=5356 CPUtime=5.25
/proc/13254/stat : 13254 (manysat.sh) S 13252 13254 12717 0 -1 4194304 312 31174 0 0 0 0 497 28 16 0 1 0 96479078 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13254/statm: 1339 238 195 169 0 50 0
[pid=13257] ppid=13254 vsize=92364 CPUtime=145.16
/proc/13257/stat : 13257 (manysat1.1_stat) R 13254 13254 12717 0 -1 4194304 19973 0 0 0 14490 26 0 0 17 0 2 0 96479605 94580736 19953 1992294400 134512640 135305190 4294956144 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/13257/statm: 23091 19953 83 193 0 22895 0
[pid=13257/tid=13258] ppid=13254 vsize=92364 CPUtime=72.25
/proc/13257/task/13258/stat : 13258 (manysat1.1_stat) R 13254 13254 12717 0 -1 4194368 4339 0 0 0 7214 11 0 0 17 0 2 0 96479648 94580736 19953 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 150.41
Current children cumulated vsize (KiB) 97720

[startup+79.1018 s]
/proc/loadavg: 1.74 1.23 1.08 3/68 13258
/proc/meminfo: memFree=1582480/2055920 swapFree=4181068/4192956
[pid=13254] ppid=13252 vsize=5356 CPUtime=5.25
/proc/13254/stat : 13254 (manysat.sh) S 13252 13254 12717 0 -1 4194304 312 31174 0 0 0 0 497 28 16 0 1 0 96479078 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13254/statm: 1339 238 195 169 0 50 0
[pid=13257] ppid=13254 vsize=92748 CPUtime=146.76
/proc/13257/stat : 13257 (manysat1.1_stat) R 13254 13254 12717 0 -1 4194304 20076 0 0 0 14650 26 0 0 18 0 2 0 96479605 94973952 20053 1992294400 134512640 135305190 4294956144 18446744073709551615 134530636 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/13257/statm: 23187 20053 83 193 0 22991 0
[pid=13257/tid=13258] ppid=13254 vsize=92748 CPUtime=73.05
/proc/13257/task/13258/stat : 13258 (manysat1.1_stat) R 13254 13254 12717 0 -1 4194368 4367 0 0 0 7294 11 0 0 17 0 2 0 96479648 94973952 20053 1992294400 134512640 135305190 4294956144 18446744073709551615 134528201 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 152.01
Current children cumulated vsize (KiB) 98104

[startup+79.9019 s]
/proc/loadavg: 1.74 1.23 1.08 3/68 13258
/proc/meminfo: memFree=1582480/2055920 swapFree=4181068/4192956
[pid=13254] ppid=13252 vsize=5356 CPUtime=5.25
/proc/13254/stat : 13254 (manysat.sh) S 13252 13254 12717 0 -1 4194304 312 31174 0 0 0 0 497 28 16 0 1 0 96479078 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13254/statm: 1339 238 195 169 0 50 0
[pid=13257] ppid=13254 vsize=93224 CPUtime=148.35
/proc/13257/stat : 13257 (manysat1.1_stat) R 13254 13254 12717 0 -1 4194304 20147 0 0 0 14809 26 0 0 19 0 2 0 96479605 95461376 20124 1992294400 134512640 135305190 4294956144 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/13257/statm: 23306 20124 83 193 0 23110 0
[pid=13257/tid=13258] ppid=13254 vsize=93224 CPUtime=73.84
/proc/13257/task/13258/stat : 13258 (manysat1.1_stat) R 13254 13254 12717 0 -1 4194368 4379 0 0 0 7373 11 0 0 17 0 2 0 96479648 95461376 20124 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 153.6
Current children cumulated vsize (KiB) 98580

[startup+80.3059 s]
/proc/loadavg: 1.74 1.23 1.08 3/68 13258
/proc/meminfo: memFree=1581904/2055920 swapFree=4181068/4192956
[pid=13254] ppid=13252 vsize=5356 CPUtime=5.25
/proc/13254/stat : 13254 (manysat.sh) S 13252 13254 12717 0 -1 4194304 312 31174 0 0 0 0 497 28 16 0 1 0 96479078 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13254/statm: 1339 238 195 169 0 50 0
[pid=13257] ppid=13254 vsize=93656 CPUtime=149.16
/proc/13257/stat : 13257 (manysat1.1_stat) R 13254 13254 12717 0 -1 4194304 20269 0 0 0 14889 27 0 0 17 0 2 0 96479605 95903744 20246 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/13257/statm: 23414 20246 83 193 0 23218 0
[pid=13257/tid=13258] ppid=13254 vsize=93656 CPUtime=74.24
/proc/13257/task/13258/stat : 13258 (manysat1.1_stat) R 13254 13254 12717 0 -1 4194368 4435 0 0 0 7413 11 0 0 17 0 2 0 96479648 95903744 20246 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 154.41
Current children cumulated vsize (KiB) 99012

[startup+80.4019 s]
/proc/loadavg: 1.74 1.23 1.08 3/68 13258
/proc/meminfo: memFree=1581904/2055920 swapFree=4181068/4192956
[pid=13254] ppid=13252 vsize=5356 CPUtime=5.25
/proc/13254/stat : 13254 (manysat.sh) S 13252 13254 12717 0 -1 4194304 312 31174 0 0 0 0 497 28 16 0 1 0 96479078 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13254/statm: 1339 238 195 169 0 50 0
[pid=13257] ppid=13254 vsize=93656 CPUtime=149.36
/proc/13257/stat : 13257 (manysat1.1_stat) R 13254 13254 12717 0 -1 4194304 20277 0 0 0 14909 27 0 0 17 0 2 0 96479605 95903744 20254 1992294400 134512640 135305190 4294956144 18446744073709551615 134542052 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/13257/statm: 23414 20254 83 193 0 23218 0
[pid=13257/tid=13258] ppid=13254 vsize=93656 CPUtime=74.34
/proc/13257/task/13258/stat : 13258 (manysat1.1_stat) R 13254 13254 12717 0 -1 4194368 4438 0 0 0 7423 11 0 0 17 0 2 0 96479648 95903744 20254 1992294400 134512640 135305190 4294956144 18446744073709551615 134528523 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 154.61
Current children cumulated vsize (KiB) 99012

Child status: 20
Real time (s): 80.5016
CPU time (s): 154.787
CPU user time (s): 154.199
CPU system time (s): 0.58891
CPU usage (%): 192.279
Max. virtual memory (cumulated for all children) (KiB): 123512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 154.199
system time used= 0.58891
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51940
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= 3993
involuntary context switches= 1146

runsolver used 0.072988 second user time and 0.227965 second system time

The end

Launcher Data

Begin job on node86 at 2009-04-25 20:34:54
IDJOB=1723259
IDBENCH=71689
IDSOLVER=514
FILE ID=node86/1723259-1240684493
PBS_JOBID= 9186630
Free space on /tmp= 66152 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT_RACE06/manol-pipe-g10bidw.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1723259-1240684493/watcher-1723259-1240684493 -o /tmp/evaluation-result-1723259-1240684493/solver-1723259-1240684493 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1723259-1240684493.cnf aimd 1

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

MD5SUM BENCH= 6ade683f6bfd116f49e58395d70ae6c0
RANDOM SEED=709249513

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:       1691008 kB
Buffers:         29144 kB
Cached:         261740 kB
SwapCached:       5732 kB
Active:         111536 kB
Inactive:       188068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1691008 kB
SwapTotal:     4192956 kB
SwapFree:      4181068 kB
Dirty:           14036 kB
Writeback:           0 kB
Mapped:          14060 kB
Slab:            51224 kB
Committed_AS:   363872 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= 66148 MiB
End job on node86 at 2009-04-25 20:36:15