Trace number 1720271

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 68.1246 35.3091

General information on the benchmark

Namemanol-pipe-c6bidw_i.cnf
MD5SUM8aeb1eb6b7bf22d54183762fb5b6410c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark46.7619
Satisfiable
(Un)Satisfiability was proved
Number of variables96089
Number of clauses283993
Sum of the clauses size662649
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2189328
Number of clauses of size 394664
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.19/0.27	c ==============================================================================
0.19/0.27	c |           |     ORIGINAL     |              LEARNT              |          |
0.19/0.27	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.19/0.27	c ==============================================================================
0.19/0.27	c |         0 |  283992   662648 |   85197       0        0     nan |  0.000 % |
1.79/1.85	c |         0 |  123658   481466 |      --       0       --      -- |     --   | -160332/-181177
1.79/1.86	c ==============================================================================
1.79/1.86	c Result  :   #vars: 16584   #clauses: 123658   #literals: 481466
1.79/1.86	c CPU time:   1.75273 s
1.79/1.86	c ==============================================================================
67.91/35.29	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
67.91/35.29	c ============================[ Problem Statistics ]=============================
67.91/35.29	c |                                                                             |
67.91/35.29	c threadId              : 0
67.91/35.29	c restarts              : 565
67.91/35.29	c conflicts             : 139000         (2110 /sec)
67.91/35.29	c decisions             : 843282         (1.52 % random) (12798 /sec)
67.91/35.29	c propagations          : 31153614       (472798 /sec)
67.91/35.29	c conflict literals     : 2520301        (23.98 % deleted)
67.91/35.29	c Memory used           : 51.13 MB
67.91/35.29	c CPU time              : 65.892 s
67.91/35.29	
67.91/35.29	c --->m=2, e=8, aimd=1, HOME/16827_many.cnf	time: 32.946	conflicts: 139000       
67.91/35.30	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-1720271-1240654396/watcher-1720271-1240654396 -o /tmp/evaluation-result-1720271-1240654396/solver-1720271-1240654396 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1720271-1240654396.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/64 16827
/proc/meminfo: memFree=1763448/2055920 swapFree=4181132/4192956
[pid=16827] ppid=16825 vsize=5356 CPUtime=0
/proc/16827/stat : 16827 (manysat.sh) S 16825 16827 16436 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93472670 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16827/statm: 1339 235 195 169 0 50 0
[pid=16828] ppid=16827 vsize=956 CPUtime=0
/proc/16828/stat : 16828 (SatElite) R 16827 16827 16436 0 -1 4194304 164 0 0 0 0 0 0 0 19 0 1 0 93472670 978944 148 1992294400 134512640 135034092 4294956096 18446744073709551615 134675816 0 0 4096 3 0 0 0 17 0 0 0
/proc/16828/statm: 275 156 50 127 0 145 0

[startup+0.0258731 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 16827
/proc/meminfo: memFree=1763448/2055920 swapFree=4181132/4192956
[pid=16827] ppid=16825 vsize=5356 CPUtime=0
/proc/16827/stat : 16827 (manysat.sh) S 16825 16827 16436 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93472670 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16827/statm: 1339 235 195 169 0 50 0
[pid=16828] ppid=16827 vsize=4440 CPUtime=0.01
/proc/16828/stat : 16828 (SatElite) R 16827 16827 16436 0 -1 4194304 907 0 0 0 1 0 0 0 19 0 1 0 93472670 4546560 891 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/16828/statm: 1110 891 50 127 0 980 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9796

[startup+0.101884 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 16827
/proc/meminfo: memFree=1763448/2055920 swapFree=4181132/4192956
[pid=16827] ppid=16825 vsize=5356 CPUtime=0
/proc/16827/stat : 16827 (manysat.sh) S 16825 16827 16436 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93472670 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16827/statm: 1339 235 195 169 0 50 0
[pid=16828] ppid=16827 vsize=16168 CPUtime=0.09
/proc/16828/stat : 16828 (SatElite) R 16827 16827 16436 0 -1 4194304 3437 0 0 0 8 1 0 0 19 0 1 0 93472670 16556032 3421 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/16828/statm: 4042 3424 50 127 0 3912 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21524

[startup+0.301916 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 16827
/proc/meminfo: memFree=1763448/2055920 swapFree=4181132/4192956
[pid=16827] ppid=16825 vsize=5356 CPUtime=0
/proc/16827/stat : 16827 (manysat.sh) S 16825 16827 16436 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93472670 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16827/statm: 1339 235 195 169 0 50 0
[pid=16828] ppid=16827 vsize=42036 CPUtime=0.29
/proc/16828/stat : 16828 (SatElite) R 16827 16827 16436 0 -1 4194304 10021 0 0 0 24 5 0 0 21 0 1 0 93472670 43044864 9370 1992294400 134512640 135034092 4294956096 18446744073709551615 134562203 0 0 4096 3 0 0 0 17 0 0 0
/proc/16828/statm: 10509 9370 67 127 0 10379 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 47392

[startup+0.70198 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 16827
/proc/meminfo: memFree=1763448/2055920 swapFree=4181132/4192956
[pid=16827] ppid=16825 vsize=5356 CPUtime=0
/proc/16827/stat : 16827 (manysat.sh) S 16825 16827 16436 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93472670 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16827/statm: 1339 235 195 169 0 50 0
[pid=16828] ppid=16827 vsize=46228 CPUtime=0.69
/proc/16828/stat : 16828 (SatElite) R 16827 16827 16436 0 -1 4194304 10977 0 0 0 62 7 0 0 25 0 1 0 93472670 47337472 10138 1992294400 134512640 135034092 4294956096 18446744073709551615 134547480 0 0 4096 3 0 0 0 17 0 0 0
/proc/16828/statm: 11557 10138 68 127 0 11427 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 51584

[startup+1.50111 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 16829
/proc/meminfo: memFree=1716392/2055920 swapFree=4181132/4192956
[pid=16827] ppid=16825 vsize=5356 CPUtime=0
/proc/16827/stat : 16827 (manysat.sh) S 16825 16827 16436 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93472670 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16827/statm: 1339 235 195 169 0 50 0
[pid=16828] ppid=16827 vsize=49276 CPUtime=1.49
/proc/16828/stat : 16828 (SatElite) R 16827 16827 16436 0 -1 4194304 11718 0 0 0 139 10 0 0 25 0 1 0 93472670 50458624 10785 1992294400 134512640 135034092 4294956096 18446744073709551615 134566285 0 0 4096 3 0 0 0 17 0 0 0
/proc/16828/statm: 12319 10785 68 127 0 12189 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 54632

[startup+3.10137 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 16830
/proc/meminfo: memFree=1745960/2055920 swapFree=4181132/4192956
[pid=16827] ppid=16825 vsize=5356 CPUtime=2.05
/proc/16827/stat : 16827 (manysat.sh) S 16825 16827 16436 0 -1 4194304 312 12099 0 0 0 0 194 11 19 0 1 0 93472670 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16827/statm: 1339 238 195 169 0 50 0
[pid=16830] ppid=16827 vsize=34228 CPUtime=1.87
/proc/16830/stat : 16830 (manysat1.1_stat) R 16827 16827 16436 0 -1 4194304 5662 0 0 0 180 7 0 0 17 0 2 0 93472876 35049472 5629 1992294400 134512640 135305190 4294956144 18446744073709551615 134528518 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/16830/statm: 8557 5629 83 193 0 8361 0
Current children cumulated CPU time (s) 3.92
Current children cumulated vsize (KiB) 39584

[startup+6.30189 s]
/proc/loadavg: 1.09 1.02 1.01 3/67 16831
/proc/meminfo: memFree=1725984/2055920 swapFree=4181132/4192956
[pid=16827] ppid=16825 vsize=5356 CPUtime=2.05
/proc/16827/stat : 16827 (manysat.sh) S 16825 16827 16436 0 -1 4194304 312 12099 0 0 0 0 194 11 19 0 1 0 93472670 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16827/statm: 1339 238 195 169 0 50 0
[pid=16830] ppid=16827 vsize=39960 CPUtime=8.25
/proc/16830/stat : 16830 (manysat1.1_stat) R 16827 16827 16436 0 -1 4194304 6967 0 0 0 816 9 0 0 17 0 2 0 93472876 40919040 6934 1992294400 134512640 135305190 4294956144 18446744073709551615 134528576 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/16830/statm: 9990 6934 83 193 0 9794 0
[pid=16830/tid=16831] ppid=16827 vsize=39960 CPUtime=4.03
/proc/16830/task/16831/stat : 16831 (manysat1.1_stat) R 16827 16827 16436 0 -1 4194368 1101 0 0 0 401 2 0 0 17 0 2 0 93472894 40919040 6934 1992294400 134512640 135305190 4294956144 18446744073709551615 134569887 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.3
Current children cumulated vsize (KiB) 45316

[startup+12.7019 s]
/proc/loadavg: 1.16 1.03 1.01 3/67 16831
/proc/meminfo: memFree=1720224/2055920 swapFree=4181132/4192956
[pid=16827] ppid=16825 vsize=5356 CPUtime=2.05
/proc/16827/stat : 16827 (manysat.sh) S 16825 16827 16436 0 -1 4194304 312 12099 0 0 0 0 194 11 19 0 1 0 93472670 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16827/statm: 1339 238 195 169 0 50 0
[pid=16830] ppid=16827 vsize=43820 CPUtime=21
/proc/16830/stat : 16830 (manysat1.1_stat) R 16827 16827 16436 0 -1 4194304 8010 0 0 0 2090 10 0 0 17 0 2 0 93472876 44871680 7977 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/16830/statm: 10955 7977 83 193 0 10759 0
[pid=16830/tid=16831] ppid=16827 vsize=43820 CPUtime=10.39
/proc/16830/task/16831/stat : 16831 (manysat1.1_stat) R 16827 16827 16436 0 -1 4194368 1486 0 0 0 1036 3 0 0 17 0 2 0 93472894 44871680 7977 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.05
Current children cumulated vsize (KiB) 49176

[startup+25.502 s]
/proc/loadavg: 1.34 1.08 1.02 3/67 16831
/proc/meminfo: memFree=1715680/2055920 swapFree=4181132/4192956
[pid=16827] ppid=16825 vsize=5356 CPUtime=2.05
/proc/16827/stat : 16827 (manysat.sh) S 16825 16827 16436 0 -1 4194304 312 12099 0 0 0 0 194 11 19 0 1 0 93472670 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16827/statm: 1339 238 195 169 0 50 0
[pid=16830] ppid=16827 vsize=48020 CPUtime=46.52
/proc/16830/stat : 16830 (manysat1.1_stat) R 16827 16827 16436 0 -1 4194304 9179 0 0 0 4639 13 0 0 17 0 2 0 93472876 49172480 9146 1992294400 134512640 135305190 4294956144 18446744073709551615 134528480 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/16830/statm: 12005 9146 83 193 0 11809 0
[pid=16830/tid=16831] ppid=16827 vsize=48020 CPUtime=23.13
/proc/16830/task/16831/stat : 16831 (manysat1.1_stat) R 16827 16827 16436 0 -1 4194368 1956 0 0 0 2308 5 0 0 17 0 2 0 93472894 49172480 9146 1992294400 134512640 135305190 4294956144 18446744073709551615 134528237 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 48.57
Current children cumulated vsize (KiB) 53376

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

[startup+31.907 s]
/proc/loadavg: 1.40 1.09 1.03 3/67 16831
/proc/meminfo: memFree=1713888/2055920 swapFree=4181132/4192956
[pid=16827] ppid=16825 vsize=5356 CPUtime=2.05
/proc/16827/stat : 16827 (manysat.sh) S 16825 16827 16436 0 -1 4194304 312 12099 0 0 0 0 194 11 19 0 1 0 93472670 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16827/statm: 1339 238 195 169 0 50 0
[pid=16830] ppid=16827 vsize=51688 CPUtime=59.3
/proc/16830/stat : 16830 (manysat1.1_stat) R 16827 16827 16436 0 -1 4194304 9665 0 0 0 5916 14 0 0 17 0 2 0 93472876 52928512 9632 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/16830/statm: 12922 9632 83 193 0 12726 0
[pid=16830/tid=16831] ppid=16827 vsize=51688 CPUtime=29.51
/proc/16830/task/16831/stat : 16831 (manysat1.1_stat) R 16827 16827 16436 0 -1 4194368 2154 0 0 0 2946 5 0 0 17 0 2 0 93472894 52928512 9632 1992294400 134512640 135305190 4294956144 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 61.35
Current children cumulated vsize (KiB) 57044

[startup+33.5023 s]
/proc/loadavg: 1.40 1.09 1.03 3/67 16831
/proc/meminfo: memFree=1713504/2055920 swapFree=4181132/4192956
[pid=16827] ppid=16825 vsize=5356 CPUtime=2.05
/proc/16827/stat : 16827 (manysat.sh) S 16825 16827 16436 0 -1 4194304 312 12099 0 0 0 0 194 11 19 0 1 0 93472670 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16827/statm: 1339 238 195 169 0 50 0
[pid=16830] ppid=16827 vsize=52084 CPUtime=62.47
/proc/16830/stat : 16830 (manysat1.1_stat) R 16827 16827 16436 0 -1 4194304 9757 0 0 0 6232 15 0 0 17 0 2 0 93472876 53334016 9724 1992294400 134512640 135305190 4294956144 18446744073709551615 134556804 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/16830/statm: 13021 9724 83 193 0 12825 0
[pid=16830/tid=16831] ppid=16827 vsize=52084 CPUtime=31.08
/proc/16830/task/16831/stat : 16831 (manysat1.1_stat) R 16827 16827 16436 0 -1 4194368 2169 0 0 0 3103 5 0 0 17 0 2 0 93472894 53334016 9724 1992294400 134512640 135305190 4294956144 18446744073709551615 134528338 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 64.52
Current children cumulated vsize (KiB) 57440

[startup+34.3024 s]
/proc/loadavg: 1.44 1.11 1.03 3/67 16831
/proc/meminfo: memFree=1713184/2055920 swapFree=4181132/4192956
[pid=16827] ppid=16825 vsize=5356 CPUtime=2.05
/proc/16827/stat : 16827 (manysat.sh) S 16825 16827 16436 0 -1 4194304 312 12099 0 0 0 0 194 11 19 0 1 0 93472670 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16827/statm: 1339 238 195 169 0 50 0
[pid=16830] ppid=16827 vsize=52084 CPUtime=64.06
/proc/16830/stat : 16830 (manysat1.1_stat) R 16827 16827 16436 0 -1 4194304 9776 0 0 0 6391 15 0 0 17 0 2 0 93472876 53334016 9743 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/16830/statm: 13021 9743 83 193 0 12825 0
[pid=16830/tid=16831] ppid=16827 vsize=52084 CPUtime=31.87
/proc/16830/task/16831/stat : 16831 (manysat1.1_stat) R 16827 16827 16436 0 -1 4194368 2175 0 0 0 3182 5 0 0 17 0 2 0 93472894 53334016 9743 1992294400 134512640 135305190 4294956144 18446744073709551615 134528235 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 66.11
Current children cumulated vsize (KiB) 57440

[startup+35.1015 s]
/proc/loadavg: 1.44 1.11 1.03 3/67 16831
/proc/meminfo: memFree=1712992/2055920 swapFree=4181132/4192956
[pid=16827] ppid=16825 vsize=5356 CPUtime=2.05
/proc/16827/stat : 16827 (manysat.sh) S 16825 16827 16436 0 -1 4194304 312 12099 0 0 0 0 194 11 19 0 1 0 93472670 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16827/statm: 1339 238 195 169 0 50 0
[pid=16830] ppid=16827 vsize=52220 CPUtime=65.66
/proc/16830/stat : 16830 (manysat1.1_stat) R 16827 16827 16436 0 -1 4194304 9816 0 0 0 6551 15 0 0 17 0 2 0 93472876 53473280 9783 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/16830/statm: 13055 9783 83 193 0 12859 0
[pid=16830/tid=16831] ppid=16827 vsize=52220 CPUtime=32.67
/proc/16830/task/16831/stat : 16831 (manysat1.1_stat) R 16827 16827 16436 0 -1 4194368 2177 0 0 0 3262 5 0 0 18 0 2 0 93472894 53473280 9783 1992294400 134512640 135305190 4294956144 18446744073709551615 134565661 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 67.71
Current children cumulated vsize (KiB) 57576

[startup+35.3015 s]
/proc/loadavg: 1.44 1.11 1.03 3/67 16831
/proc/meminfo: memFree=1712992/2055920 swapFree=4181132/4192956
[pid=16827] ppid=16825 vsize=5360 CPUtime=68.1
/proc/16827/stat : 16827 (manysat.sh) S 16825 16827 16436 0 -1 4194304 339 21940 0 0 0 0 6783 27 17 0 1 0 93472670 5488640 240 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16827/statm: 1340 240 196 169 0 51 0
Current children cumulated CPU time (s) 68.1
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 35.3091
CPU time (s): 68.1246
CPU user time (s): 67.8357
CPU system time (s): 0.288956
CPU usage (%): 192.938
Max. virtual memory (cumulated for all children) (KiB): 57708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 67.8357
system time used= 0.288956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22406
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= 1974
involuntary context switches= 511

runsolver used 0.032994 second user time and 0.104984 second system time

The end

Launcher Data

Begin job on node26 at 2009-04-25 12:13:17
IDJOB=1720271
IDBENCH=69599
IDSOLVER=514
FILE ID=node26/1720271-1240654396
PBS_JOBID= 9186474
Free space on /tmp= 66028 MiB

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

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

MD5SUM BENCH= 8aeb1eb6b7bf22d54183762fb5b6410c
RANDOM SEED=636106233

node26.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.261
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.261
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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1763992 kB
Buffers:         35296 kB
Cached:         185724 kB
SwapCached:       5760 kB
Active:          64868 kB
Inactive:       164460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1763992 kB
SwapTotal:     4192956 kB
SwapFree:      4181132 kB
Dirty:            6140 kB
Writeback:           0 kB
Mapped:          13584 kB
Slab:            48728 kB
Committed_AS:   288544 kB
PageTables:       1376 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= 66028 MiB
End job on node26 at 2009-04-25 12:13:52