Trace number 1729860

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 228.461 114.553

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG6-gensys-icl009.sat05-2721.reshuffled-07.cnf
MD5SUM2fe12e7483e7a74328d483192a8a2746
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark67.9987
Satisfiable
(Un)Satisfiability was proved
Number of variables1477
Number of clauses7989
Sum of the clauses size66949
Maximum clause length16
Minimum clause length1
Number of clauses of size 133
Number of clauses of size 2284
Number of clauses of size 31202
Number of clauses of size 4154
Number of clauses of size 5924
Number of clauses of size over 55392

Solver Data

0.00/0.00	c Parsing...
0.00/0.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |    7744    65866 |    2323       0        0     nan |  0.000 % |
0.02/0.06	c |         0 |    6704    58835 |      --       0       --      -- |     --   | -259/-3271
0.02/0.06	c ==============================================================================
0.02/0.06	c Result  :   #vars: 1384   #clauses: 6704   #literals: 58835
0.02/0.06	c CPU time:   0.052991 s
0.02/0.06	c ==============================================================================
228.36/114.54	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
228.36/114.54	c ============================[ Problem Statistics ]=============================
228.36/114.54	c |                                                                             |
228.36/114.54	c threadId              : 0
228.36/114.54	c restarts              : 351
228.36/114.54	c conflicts             : 227061         (995 /sec)
228.36/114.54	c decisions             : 492942         (1.94 % random) (2160 /sec)
228.36/114.54	c propagations          : 9312740        (40801 /sec)
228.36/114.54	c conflict literals     : 7245791        (28.92 % deleted)
228.36/114.54	c Memory used           : 52.04 MB
228.36/114.54	c CPU time              : 228.247 s
228.36/114.54	
228.36/114.54	c --->m=2, e=8, aimd=1, HOME/23378_many.cnf	time: 114.124	conflicts: 227061       
228.36/114.54	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-1729860-1240754174/watcher-1729860-1240754174 -o /tmp/evaluation-result-1729860-1240754174/solver-1729860-1240754174 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1729860-1240754174.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: 1.00 0.99 0.99 3/65 23378
/proc/meminfo: memFree=1773648/2055920 swapFree=4181392/4192956
[pid=23378] ppid=23376 vsize=5356 CPUtime=0
/proc/23378/stat : 23378 (manysat.sh) S 23376 23378 23279 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 103446552 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23378/statm: 1339 235 195 169 0 50 0
[pid=23379] ppid=23378 vsize=0 CPUtime=0
/proc/23379/stat : 23379 (manysat.sh) R 23378 23378 23279 0 -1 4194368 17 0 0 0 0 0 0 0 22 0 1 0 103446553 0 0 1992294400 0 0 0 18446744073709551615 254613712167 0 0 4096 0 0 0 0 17 1 0 0
/proc/23379/statm: 0 0 0 0 0 0 0

[startup+0.0297739 s]
/proc/loadavg: 1.00 0.99 0.99 3/65 23378
/proc/meminfo: memFree=1773648/2055920 swapFree=4181392/4192956
[pid=23378] ppid=23376 vsize=5356 CPUtime=0
/proc/23378/stat : 23378 (manysat.sh) S 23376 23378 23279 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 103446552 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23378/statm: 1339 235 195 169 0 50 0
[pid=23379] ppid=23378 vsize=1964 CPUtime=0.02
/proc/23379/stat : 23379 (SatElite) R 23378 23378 23279 0 -1 4194304 392 0 0 0 2 0 0 0 22 0 1 0 103446553 2011136 376 1992294400 134512640 135034092 4294956096 18446744073709551615 134540710 0 0 4096 3 0 0 0 17 1 0 0
/proc/23379/statm: 491 376 67 127 0 361 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 7320

[startup+0.101787 s]
/proc/loadavg: 1.00 0.99 0.99 3/65 23378
/proc/meminfo: memFree=1773648/2055920 swapFree=4181392/4192956
[pid=23378] ppid=23376 vsize=5356 CPUtime=0.07
/proc/23378/stat : 23378 (manysat.sh) S 23376 23378 23279 0 -1 4194304 312 409 0 0 0 0 7 0 16 0 1 0 103446552 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23378/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5356

[startup+0.301808 s]
/proc/loadavg: 1.00 0.99 0.99 3/65 23378
/proc/meminfo: memFree=1773648/2055920 swapFree=4181392/4192956
[pid=23378] ppid=23376 vsize=5356 CPUtime=0.07
/proc/23378/stat : 23378 (manysat.sh) S 23376 23378 23279 0 -1 4194304 312 409 0 0 0 0 7 0 16 0 1 0 103446552 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23378/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5356

[startup+0.701855 s]
/proc/loadavg: 1.00 0.99 0.99 3/65 23378
/proc/meminfo: memFree=1773648/2055920 swapFree=4181392/4192956
[pid=23378] ppid=23376 vsize=5356 CPUtime=0.07
/proc/23378/stat : 23378 (manysat.sh) S 23376 23378 23279 0 -1 4194304 312 409 0 0 0 0 7 0 16 0 1 0 103446552 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23378/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5356

[startup+1.50195 s]
/proc/loadavg: 1.00 0.99 0.99 3/68 23382
/proc/meminfo: memFree=1767416/2055920 swapFree=4181392/4192956
[pid=23378] ppid=23376 vsize=5356 CPUtime=0.07
/proc/23378/stat : 23378 (manysat.sh) S 23376 23378 23279 0 -1 4194304 312 409 0 0 0 0 7 0 16 0 1 0 103446552 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23378/statm: 1339 238 195 169 0 50 0
[pid=23381] ppid=23378 vsize=20016 CPUtime=2.8
/proc/23381/stat : 23381 (manysat1.1_stat) R 23378 23378 23279 0 -1 4194304 1906 0 0 0 279 1 0 0 17 0 2 0 103446561 20496384 1892 1992294400 134512640 135305190 4294956144 18446744073709551615 134547674 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/23381/statm: 5004 1892 83 193 0 4808 0
[pid=23381/tid=23382] ppid=23378 vsize=20016 CPUtime=1.39
/proc/23381/task/23382/stat : 23382 (manysat1.1_stat) R 23378 23378 23279 0 -1 4194368 660 0 0 0 139 0 0 0 17 0 2 0 103446562 20496384 1892 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 25372

[startup+3.10213 s]
/proc/loadavg: 1.00 0.99 0.99 3/68 23382
/proc/meminfo: memFree=1764408/2055920 swapFree=4181392/4192956
[pid=23378] ppid=23376 vsize=5356 CPUtime=0.07
/proc/23378/stat : 23378 (manysat.sh) S 23376 23378 23279 0 -1 4194304 312 409 0 0 0 0 7 0 16 0 1 0 103446552 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23378/statm: 1339 238 195 169 0 50 0
[pid=23381] ppid=23378 vsize=21932 CPUtime=5.99
/proc/23381/stat : 23381 (manysat1.1_stat) R 23378 23378 23279 0 -1 4194304 2565 0 0 0 597 2 0 0 17 0 2 0 103446561 22458368 2551 1992294400 134512640 135305190 4294956144 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/23381/statm: 5483 2551 83 193 0 5287 0
[pid=23381/tid=23382] ppid=23378 vsize=21932 CPUtime=2.99
/proc/23381/task/23382/stat : 23382 (manysat1.1_stat) R 23378 23378 23279 0 -1 4194368 978 0 0 0 298 1 0 0 17 0 2 0 103446562 22458368 2551 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 27288

[startup+6.30148 s]
/proc/loadavg: 1.08 1.00 1.00 3/68 23382
/proc/meminfo: memFree=1759608/2055920 swapFree=4181392/4192956
[pid=23378] ppid=23376 vsize=5356 CPUtime=0.07
/proc/23378/stat : 23378 (manysat.sh) S 23376 23378 23279 0 -1 4194304 312 409 0 0 0 0 7 0 16 0 1 0 103446552 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23378/statm: 1339 238 195 169 0 50 0
[pid=23381] ppid=23378 vsize=28332 CPUtime=12.38
/proc/23381/stat : 23381 (manysat1.1_stat) R 23378 23378 23279 0 -1 4194304 3716 0 0 0 1234 4 0 0 17 0 2 0 103446561 29011968 3702 1992294400 134512640 135305190 4294956144 18446744073709551615 134528332 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/23381/statm: 7083 3702 83 193 0 6887 0
[pid=23381/tid=23382] ppid=23378 vsize=28332 CPUtime=6.18
/proc/23381/task/23382/stat : 23382 (manysat1.1_stat) R 23378 23378 23279 0 -1 4194368 1546 0 0 0 617 1 0 0 17 0 2 0 103446562 29011968 3702 1992294400 134512640 135305190 4294956144 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 33688

[startup+12.7022 s]
/proc/loadavg: 1.15 1.02 1.01 3/68 23382
/proc/meminfo: memFree=1755072/2055920 swapFree=4181392/4192956
[pid=23378] ppid=23376 vsize=5356 CPUtime=0.07
/proc/23378/stat : 23378 (manysat.sh) S 23376 23378 23279 0 -1 4194304 312 409 0 0 0 0 7 0 16 0 1 0 103446552 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23378/statm: 1339 238 195 169 0 50 0
[pid=23381] ppid=23378 vsize=31624 CPUtime=25.15
/proc/23381/stat : 23381 (manysat1.1_stat) R 23378 23378 23279 0 -1 4194304 4591 0 0 0 2510 5 0 0 25 0 2 0 103446561 32382976 4577 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/23381/statm: 7906 4577 83 193 0 7710 0
[pid=23381/tid=23382] ppid=23378 vsize=31624 CPUtime=12.58
/proc/23381/task/23382/stat : 23382 (manysat1.1_stat) R 23378 23378 23279 0 -1 4194368 1990 0 0 0 1256 2 0 0 17 0 2 0 103446562 32382976 4577 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 36980

[startup+25.5016 s]
/proc/loadavg: 1.34 1.07 1.02 3/68 23382
/proc/meminfo: memFree=1750144/2055920 swapFree=4181392/4192956
[pid=23378] ppid=23376 vsize=5356 CPUtime=0.07
/proc/23378/stat : 23378 (manysat.sh) S 23376 23378 23279 0 -1 4194304 312 409 0 0 0 0 7 0 16 0 1 0 103446552 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23378/statm: 1339 238 195 169 0 50 0
[pid=23381] ppid=23378 vsize=36016 CPUtime=50.69
/proc/23381/stat : 23381 (manysat1.1_stat) R 23378 23378 23279 0 -1 4194304 5796 0 0 0 5063 6 0 0 20 0 2 0 103446561 36880384 5782 1992294400 134512640 135305190 4294956144 18446744073709551615 134528418 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/23381/statm: 9004 5782 83 193 0 8808 0
[pid=23381/tid=23382] ppid=23378 vsize=36016 CPUtime=25.37
/proc/23381/task/23382/stat : 23382 (manysat1.1_stat) R 23378 23378 23279 0 -1 4194368 2658 0 0 0 2534 3 0 0 25 0 2 0 103446562 36880384 5782 1992294400 134512640 135305190 4294956144 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 41372

[startup+51.1015 s]
/proc/loadavg: 1.56 1.14 1.04 3/68 23382
/proc/meminfo: memFree=1740736/2055920 swapFree=4181392/4192956
[pid=23378] ppid=23376 vsize=5356 CPUtime=0.07
/proc/23378/stat : 23378 (manysat.sh) S 23376 23378 23279 0 -1 4194304 312 409 0 0 0 0 7 0 16 0 1 0 103446552 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23378/statm: 1339 238 195 169 0 50 0
[pid=23381] ppid=23378 vsize=45564 CPUtime=101.78
/proc/23381/stat : 23381 (manysat1.1_stat) R 23378 23378 23279 0 -1 4194304 8154 0 0 0 10168 10 0 0 18 0 2 0 103446561 46657536 8140 1992294400 134512640 135305190 4294956144 18446744073709551615 134528410 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/23381/statm: 11391 8140 83 193 0 11195 0
[pid=23381/tid=23382] ppid=23378 vsize=45564 CPUtime=50.97
/proc/23381/task/23382/stat : 23382 (manysat1.1_stat) R 23378 23378 23279 0 -1 4194368 3745 0 0 0 5092 5 0 0 20 0 2 0 103446562 46657536 8140 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.85
Current children cumulated vsize (KiB) 50920

[startup+102.305 s]
/proc/loadavg: 1.81 1.27 1.09 3/68 23382
/proc/meminfo: memFree=1734080/2055920 swapFree=4181392/4192956
[pid=23378] ppid=23376 vsize=5356 CPUtime=0.07
/proc/23378/stat : 23378 (manysat.sh) S 23376 23378 23279 0 -1 4194304 312 409 0 0 0 0 7 0 16 0 1 0 103446552 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23378/statm: 1339 238 195 169 0 50 0
[pid=23381] ppid=23378 vsize=53068 CPUtime=203.95
/proc/23381/stat : 23381 (manysat1.1_stat) R 23378 23378 23279 0 -1 4194304 9762 0 0 0 20383 12 0 0 25 0 2 0 103446561 54341632 9748 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/23381/statm: 13267 9748 83 193 0 13071 0
[pid=23381/tid=23382] ppid=23378 vsize=53068 CPUtime=102.15
/proc/23381/task/23382/stat : 23382 (manysat1.1_stat) R 23378 23378 23279 0 -1 4194368 4633 0 0 0 10209 6 0 0 25 0 2 0 103446562 54341632 9748 1992294400 134512640 135305190 4294956144 18446744073709551615 134528301 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 204.02
Current children cumulated vsize (KiB) 58424

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

[startup+108.702 s]
/proc/loadavg: 1.82 1.28 1.10 3/68 23382
/proc/meminfo: memFree=1734016/2055920 swapFree=4181392/4192956
[pid=23378] ppid=23376 vsize=5356 CPUtime=0.07
/proc/23378/stat : 23378 (manysat.sh) S 23376 23378 23279 0 -1 4194304 312 409 0 0 0 0 7 0 16 0 1 0 103446552 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23378/statm: 1339 238 195 169 0 50 0
[pid=23381] ppid=23378 vsize=53212 CPUtime=216.72
/proc/23381/stat : 23381 (manysat1.1_stat) R 23378 23378 23279 0 -1 4194304 9797 0 0 0 21660 12 0 0 25 0 2 0 103446561 54489088 9783 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/23381/statm: 13303 9783 83 193 0 13107 0
[pid=23381/tid=23382] ppid=23378 vsize=53212 CPUtime=108.55
/proc/23381/task/23382/stat : 23382 (manysat1.1_stat) R 23378 23378 23279 0 -1 4194368 4658 0 0 0 10849 6 0 0 25 0 2 0 103446562 54489088 9783 1992294400 134512640 135305190 4294956144 18446744073709551615 134528277 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 216.79
Current children cumulated vsize (KiB) 58568

[startup+111.901 s]
/proc/loadavg: 1.84 1.30 1.10 3/68 23382
/proc/meminfo: memFree=1733952/2055920 swapFree=4181392/4192956
[pid=23378] ppid=23376 vsize=5356 CPUtime=0.07
/proc/23378/stat : 23378 (manysat.sh) S 23376 23378 23279 0 -1 4194304 312 409 0 0 0 0 7 0 16 0 1 0 103446552 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23378/statm: 1339 238 195 169 0 50 0
[pid=23381] ppid=23378 vsize=53212 CPUtime=223.1
/proc/23381/stat : 23381 (manysat1.1_stat) R 23378 23378 23279 0 -1 4194304 9809 0 0 0 22298 12 0 0 25 0 2 0 103446561 54489088 9795 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/23381/statm: 13303 9795 83 193 0 13107 0
[pid=23381/tid=23382] ppid=23378 vsize=53212 CPUtime=111.74
/proc/23381/task/23382/stat : 23382 (manysat1.1_stat) R 23378 23378 23279 0 -1 4194368 4668 0 0 0 11168 6 0 0 25 0 2 0 103446562 54489088 9795 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 223.17
Current children cumulated vsize (KiB) 58568

[startup+113.502 s]
/proc/loadavg: 1.84 1.30 1.10 3/68 23382
/proc/meminfo: memFree=1733888/2055920 swapFree=4181392/4192956
[pid=23378] ppid=23376 vsize=5356 CPUtime=0.07
/proc/23378/stat : 23378 (manysat.sh) S 23376 23378 23279 0 -1 4194304 312 409 0 0 0 0 7 0 16 0 1 0 103446552 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23378/statm: 1339 238 195 169 0 50 0
[pid=23381] ppid=23378 vsize=53284 CPUtime=226.29
/proc/23381/stat : 23381 (manysat1.1_stat) R 23378 23378 23279 0 -1 4194304 9845 0 0 0 22617 12 0 0 25 0 2 0 103446561 54562816 9831 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/23381/statm: 13321 9831 83 193 0 13125 0
[pid=23381/tid=23382] ppid=23378 vsize=53284 CPUtime=113.34
/proc/23381/task/23382/stat : 23382 (manysat1.1_stat) R 23378 23378 23279 0 -1 4194368 4681 0 0 0 11328 6 0 0 19 0 2 0 103446562 54562816 9831 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 226.36
Current children cumulated vsize (KiB) 58640

[startup+114.302 s]
/proc/loadavg: 1.85 1.31 1.11 3/68 23382
/proc/meminfo: memFree=1733824/2055920 swapFree=4181392/4192956
[pid=23378] ppid=23376 vsize=5356 CPUtime=0.07
/proc/23378/stat : 23378 (manysat.sh) S 23376 23378 23279 0 -1 4194304 312 409 0 0 0 0 7 0 16 0 1 0 103446552 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23378/statm: 1339 238 195 169 0 50 0
[pid=23381] ppid=23378 vsize=53284 CPUtime=227.89
/proc/23381/stat : 23381 (manysat1.1_stat) R 23378 23378 23279 0 -1 4194304 9846 0 0 0 22777 12 0 0 25 0 2 0 103446561 54562816 9832 1992294400 134512640 135305190 4294956144 18446744073709551615 134657625 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/23381/statm: 13321 9832 83 193 0 13125 0
[pid=23381/tid=23382] ppid=23378 vsize=53284 CPUtime=114.15
/proc/23381/task/23382/stat : 23382 (manysat1.1_stat) R 23378 23378 23279 0 -1 4194368 4681 0 0 0 11409 6 0 0 17 0 2 0 103446562 54562816 9832 1992294400 134512640 135305190 4294956144 18446744073709551615 134529257 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 227.96
Current children cumulated vsize (KiB) 58640

[startup+114.503 s]
/proc/loadavg: 1.85 1.31 1.11 3/68 23382
/proc/meminfo: memFree=1733824/2055920 swapFree=4181392/4192956
[pid=23378] ppid=23376 vsize=5356 CPUtime=0.07
/proc/23378/stat : 23378 (manysat.sh) S 23376 23378 23279 0 -1 4194304 312 409 0 0 0 0 7 0 16 0 1 0 103446552 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23378/statm: 1339 238 195 169 0 50 0
[pid=23381] ppid=23378 vsize=53284 CPUtime=228.29
/proc/23381/stat : 23381 (manysat1.1_stat) R 23378 23378 23279 0 -1 4194304 9846 0 0 0 22817 12 0 0 25 0 2 0 103446561 54562816 9832 1992294400 134512640 135305190 4294956144 18446744073709551615 134657578 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/23381/statm: 13321 9832 83 193 0 13125 0
[pid=23381/tid=23382] ppid=23378 vsize=53284 CPUtime=114.34
/proc/23381/task/23382/stat : 23382 (manysat1.1_stat) R 23378 23378 23279 0 -1 4194368 4681 0 0 0 11428 6 0 0 17 0 2 0 103446562 54562816 9832 1992294400 134512640 135305190 4294956144 18446744073709551615 134529257 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 228.36
Current children cumulated vsize (KiB) 58640

Child status: 20
Real time (s): 114.553
CPU time (s): 228.461
CPU user time (s): 228.325
CPU system time (s): 0.135979
CPU usage (%): 199.437
Max. virtual memory (cumulated for all children) (KiB): 58640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 228.325
system time used= 0.135979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10736
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= 508
involuntary context switches= 1734

runsolver used 0.114982 second user time and 0.311952 second system time

The end

Launcher Data

Begin job on node87 at 2009-04-26 15:56:14
IDJOB=1729860
IDBENCH=24716
IDSOLVER=514
FILE ID=node87/1729860-1240754174
PBS_JOBID= 9187113
Free space on /tmp= 66444 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT07/crafted/Difficult/contest05/QG/QG6-gensys-icl009.sat05-2721.reshuffled-07.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1729860-1240754174/watcher-1729860-1240754174 -o /tmp/evaluation-result-1729860-1240754174/solver-1729860-1240754174 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1729860-1240754174.cnf aimd 1

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

MD5SUM BENCH= 2fe12e7483e7a74328d483192a8a2746
RANDOM SEED=292611149

node87.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:       1774128 kB
Buffers:         26888 kB
Cached:         185240 kB
SwapCached:       5472 kB
Active:          72176 kB
Inactive:       147828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1774128 kB
SwapTotal:     4192956 kB
SwapFree:      4181392 kB
Dirty:            1868 kB
Writeback:           0 kB
Mapped:          13532 kB
Slab:            47684 kB
Committed_AS:   371388 kB
PageTables:       1456 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= 66444 MiB
End job on node87 at 2009-04-26 15:58:08