Trace number 1729912

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
ManySAT 1.1 aimd 0/2009-03-20UNSAT 268.041 134.396

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG6-gensys-icl001.sat05-2695.reshuffled-07.cnf
MD5SUM178c0646166b92c20ce876c724294ca1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark45.5741
Satisfiable
(Un)Satisfiability was proved
Number of variables1587
Number of clauses8013
Sum of the clauses size68223
Maximum clause length16
Minimum clause length1
Number of clauses of size 133
Number of clauses of size 2283
Number of clauses of size 31146
Number of clauses of size 4108
Number of clauses of size 5888
Number of clauses of size over 55555

Solver Data

0.00/0.00	c Parsing...
0.00/0.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.02	c |         0 |    7801    67257 |    2340       0        0     nan |  0.000 % |
0.00/0.06	c |         0 |    6565    57894 |      --       0       --      -- |     --   | -394/-4756
0.00/0.06	c ==============================================================================
0.00/0.06	c Result  :   #vars: 1465   #clauses: 6565   #literals: 57894
0.00/0.06	c CPU time:   0.06199 s
0.00/0.06	c ==============================================================================
267.84/134.38	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
267.84/134.38	c ============================[ Problem Statistics ]=============================
267.84/134.38	c |                                                                             |
267.84/134.38	c threadId              : 1
267.84/134.38	c restarts              : 1756
267.84/134.38	c conflicts             : 315690         (1179 /sec)
267.84/134.38	c decisions             : 912476         (1.94 % random) (3407 /sec)
267.84/134.38	c propagations          : 12584784       (46990 /sec)
267.84/134.38	c conflict literals     : 9775177        (26.00 % deleted)
267.84/134.38	c Memory used           : 51.80 MB
267.84/134.38	c CPU time              : 267.816 s
267.84/134.38	
267.84/134.38	c --->m=2, e=8, aimd=0, HOME/9664_many.cnf	time: 133.908	conflicts: 315690       
267.84/134.39	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 9664
/proc/meminfo: memFree=1758256/2055912 swapFree=4192952/4192956
[pid=9664] ppid=9662 vsize=5356 CPUtime=0
/proc/9664/stat : 9664 (manysat.sh) S 9662 9664 9281 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 103486865 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9664/statm: 1339 235 195 169 0 50 0
[pid=9665] ppid=9664 vsize=956 CPUtime=0
/proc/9665/stat : 9665 (SatElite) R 9664 9664 9281 0 -1 4194304 147 0 0 0 0 0 0 0 19 0 1 0 103486865 978944 131 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/9665/statm: 239 131 52 127 0 109 0

[startup+0.0674711 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 9664
/proc/meminfo: memFree=1758256/2055912 swapFree=4192952/4192956
[pid=9664] ppid=9662 vsize=5356 CPUtime=0
/proc/9664/stat : 9664 (manysat.sh) S 9662 9664 9281 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 103486865 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9664/statm: 1339 235 195 169 0 50 0
[pid=9665] ppid=9664 vsize=1884 CPUtime=0.06
/proc/9665/stat : 9665 (SatElite) R 9664 9664 9281 0 -1 4194304 410 0 0 0 6 0 0 0 19 0 1 0 103486865 1929216 394 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/9665/statm: 471 394 69 127 0 341 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 7240

[startup+0.101484 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 9664
/proc/meminfo: memFree=1758256/2055912 swapFree=4192952/4192956
[pid=9664] ppid=9662 vsize=5356 CPUtime=0.07
/proc/9664/stat : 9664 (manysat.sh) S 9662 9664 9281 0 -1 4194304 312 413 0 0 0 0 7 0 17 0 1 0 103486865 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9664/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5356

[startup+0.301501 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 9664
/proc/meminfo: memFree=1758256/2055912 swapFree=4192952/4192956
[pid=9664] ppid=9662 vsize=5356 CPUtime=0.07
/proc/9664/stat : 9664 (manysat.sh) S 9662 9664 9281 0 -1 4194304 312 413 0 0 0 0 7 0 17 0 1 0 103486865 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9664/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5356

[startup+0.701545 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 9664
/proc/meminfo: memFree=1758256/2055912 swapFree=4192952/4192956
[pid=9664] ppid=9662 vsize=5356 CPUtime=0.07
/proc/9664/stat : 9664 (manysat.sh) S 9662 9664 9281 0 -1 4194304 312 413 0 0 0 0 7 0 17 0 1 0 103486865 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9664/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5356

[startup+1.50163 s]
/proc/loadavg: 0.99 0.98 0.99 3/68 9668
/proc/meminfo: memFree=1752152/2055912 swapFree=4192952/4192956
[pid=9664] ppid=9662 vsize=5356 CPUtime=0.07
/proc/9664/stat : 9664 (manysat.sh) S 9662 9664 9281 0 -1 4194304 312 413 0 0 0 0 7 0 17 0 1 0 103486865 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9664/statm: 1339 238 195 169 0 50 0
[pid=9667] ppid=9664 vsize=19552 CPUtime=2.79
/proc/9667/stat : 9667 (manysat1.1_stat) R 9664 9664 9281 0 -1 4194304 1818 0 0 0 278 1 0 0 17 0 2 0 103486874 20021248 1804 1992294400 134512640 135305190 4294956144 18446744073709551615 134695249 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/9667/statm: 4888 1804 83 193 0 4692 0
[pid=9667/tid=9668] ppid=9664 vsize=19552 CPUtime=1.38
/proc/9667/task/9668/stat : 9668 (manysat1.1_stat) R 9664 9664 9281 0 -1 4194368 664 0 0 0 138 0 0 0 16 0 2 0 103486876 20021248 1804 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 24908

[startup+3.1018 s]
/proc/loadavg: 0.99 0.98 0.99 3/68 9668
/proc/meminfo: memFree=1749400/2055912 swapFree=4192952/4192956
[pid=9664] ppid=9662 vsize=5356 CPUtime=0.07
/proc/9664/stat : 9664 (manysat.sh) S 9662 9664 9281 0 -1 4194304 312 413 0 0 0 0 7 0 17 0 1 0 103486865 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9664/statm: 1339 238 195 169 0 50 0
[pid=9667] ppid=9664 vsize=21668 CPUtime=5.98
/proc/9667/stat : 9667 (manysat1.1_stat) R 9664 9664 9281 0 -1 4194304 2472 0 0 0 597 1 0 0 17 0 2 0 103486874 22188032 2458 1992294400 134512640 135305190 4294956144 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/9667/statm: 5417 2458 83 193 0 5221 0
[pid=9667/tid=9668] ppid=9664 vsize=21668 CPUtime=2.97
/proc/9667/task/9668/stat : 9668 (manysat1.1_stat) R 9664 9664 9281 0 -1 4194368 921 0 0 0 297 0 0 0 17 0 2 0 103486876 22188032 2458 1992294400 134512640 135305190 4294956144 18446744073709551615 134541886 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 27024

[startup+6.30213 s]
/proc/loadavg: 1.07 1.00 1.00 3/68 9668
/proc/meminfo: memFree=1745432/2055912 swapFree=4192952/4192956
[pid=9664] ppid=9662 vsize=5356 CPUtime=0.07
/proc/9664/stat : 9664 (manysat.sh) S 9662 9664 9281 0 -1 4194304 312 413 0 0 0 0 7 0 17 0 1 0 103486865 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9664/statm: 1339 238 195 169 0 50 0
[pid=9667] ppid=9664 vsize=25672 CPUtime=12.36
/proc/9667/stat : 9667 (manysat1.1_stat) R 9664 9664 9281 0 -1 4194304 3404 0 0 0 1233 3 0 0 17 0 2 0 103486874 26288128 3390 1992294400 134512640 135305190 4294956144 18446744073709551615 134528332 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/9667/statm: 6418 3390 83 193 0 6222 0
[pid=9667/tid=9668] ppid=9664 vsize=25672 CPUtime=6.16
/proc/9667/task/9668/stat : 9668 (manysat1.1_stat) R 9664 9664 9281 0 -1 4194368 1350 0 0 0 615 1 0 0 17 0 2 0 103486876 26288128 3390 1992294400 134512640 135305190 4294956144 18446744073709551615 134557414 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 31028

[startup+12.7028 s]
/proc/loadavg: 1.15 1.02 1.01 3/68 9668
/proc/meminfo: memFree=1741912/2055912 swapFree=4192952/4192956
[pid=9664] ppid=9662 vsize=5356 CPUtime=0.07
/proc/9664/stat : 9664 (manysat.sh) S 9662 9664 9281 0 -1 4194304 312 413 0 0 0 0 7 0 17 0 1 0 103486865 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9664/statm: 1339 238 195 169 0 50 0
[pid=9667] ppid=9664 vsize=28188 CPUtime=25.14
/proc/9667/stat : 9667 (manysat1.1_stat) R 9664 9664 9281 0 -1 4194304 4031 0 0 0 2509 5 0 0 21 0 2 0 103486874 28864512 4017 1992294400 134512640 135305190 4294956144 18446744073709551615 134528277 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/9667/statm: 7047 4017 83 193 0 6851 0
[pid=9667/tid=9668] ppid=9664 vsize=28188 CPUtime=12.53
/proc/9667/task/9668/stat : 9668 (manysat1.1_stat) R 9664 9664 9281 0 -1 4194368 1644 0 0 0 1252 1 0 0 19 0 2 0 103486876 28864512 4017 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 33544

[startup+25.5011 s]
/proc/loadavg: 1.34 1.06 1.02 3/68 9668
/proc/meminfo: memFree=1732888/2055912 swapFree=4192952/4192956
[pid=9664] ppid=9662 vsize=5356 CPUtime=0.07
/proc/9664/stat : 9664 (manysat.sh) S 9662 9664 9281 0 -1 4194304 312 413 0 0 0 0 7 0 17 0 1 0 103486865 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9664/statm: 1339 238 195 169 0 50 0
[pid=9667] ppid=9664 vsize=37212 CPUtime=50.67
/proc/9667/stat : 9667 (manysat1.1_stat) R 9664 9664 9281 0 -1 4194304 6268 0 0 0 5059 8 0 0 18 0 2 0 103486874 38105088 6254 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/9667/statm: 9303 6254 83 193 0 9107 0
[pid=9667/tid=9668] ppid=9664 vsize=37212 CPUtime=25.27
/proc/9667/task/9668/stat : 9668 (manysat1.1_stat) R 9664 9664 9281 0 -1 4194368 2688 0 0 0 2524 3 0 0 19 0 2 0 103486876 38105088 6254 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 42568

[startup+51.1018 s]
/proc/loadavg: 1.56 1.14 1.04 3/68 9668
/proc/meminfo: memFree=1728600/2055912 swapFree=4192952/4192956
[pid=9664] ppid=9662 vsize=5356 CPUtime=0.07
/proc/9664/stat : 9664 (manysat.sh) S 9662 9664 9281 0 -1 4194304 312 413 0 0 0 0 7 0 17 0 1 0 103486865 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9664/statm: 1339 238 195 169 0 50 0
[pid=9667] ppid=9664 vsize=42332 CPUtime=101.76
/proc/9667/stat : 9667 (manysat1.1_stat) R 9664 9664 9281 0 -1 4194304 7383 0 0 0 10166 10 0 0 24 0 2 0 103486874 43347968 7369 1992294400 134512640 135305190 4294956144 18446744073709551615 134528554 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/9667/statm: 10583 7369 83 193 0 10387 0
[pid=9667/tid=9668] ppid=9664 vsize=42332 CPUtime=50.77
/proc/9667/task/9668/stat : 9668 (manysat1.1_stat) R 9664 9664 9281 0 -1 4194368 3253 0 0 0 5073 4 0 0 25 0 2 0 103486876 43347968 7369 1992294400 134512640 135305190 4294956144 18446744073709551615 134528237 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 47688

[startup+102.306 s]
/proc/loadavg: 1.81 1.27 1.09 3/68 9668
/proc/meminfo: memFree=1720984/2055912 swapFree=4192952/4192956
[pid=9664] ppid=9662 vsize=5356 CPUtime=0.07
/proc/9664/stat : 9664 (manysat.sh) S 9662 9664 9281 0 -1 4194304 312 413 0 0 0 0 7 0 17 0 1 0 103486865 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9664/statm: 1339 238 195 169 0 50 0
[pid=9667] ppid=9664 vsize=49616 CPUtime=203.92
/proc/9667/stat : 9667 (manysat1.1_stat) R 9664 9664 9281 0 -1 4194304 9179 0 0 0 20381 11 0 0 25 0 2 0 103486874 50806784 9165 1992294400 134512640 135305190 4294956144 18446744073709551615 134528410 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/9667/statm: 12404 9165 83 193 0 12208 0
[pid=9667/tid=9668] ppid=9664 vsize=49616 CPUtime=101.77
/proc/9667/task/9668/stat : 9668 (manysat1.1_stat) R 9664 9664 9281 0 -1 4194368 4142 0 0 0 10172 5 0 0 19 0 2 0 103486876 50806784 9165 1992294400 134512640 135305190 4294956144 18446744073709551615 134528329 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 203.99
Current children cumulated vsize (KiB) 54972

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

[startup+115.102 s]
/proc/loadavg: 1.85 1.30 1.11 3/68 9668
/proc/meminfo: memFree=1719640/2055912 swapFree=4192952/4192956
[pid=9664] ppid=9662 vsize=5356 CPUtime=0.07
/proc/9664/stat : 9664 (manysat.sh) S 9662 9664 9281 0 -1 4194304 312 413 0 0 0 0 7 0 17 0 1 0 103486865 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9664/statm: 1339 238 195 169 0 50 0
[pid=9667] ppid=9664 vsize=50868 CPUtime=229.47
/proc/9667/stat : 9667 (manysat1.1_stat) R 9664 9664 9281 0 -1 4194304 9504 0 0 0 22935 12 0 0 23 0 2 0 103486874 52088832 9490 1992294400 134512640 135305190 4294956144 18446744073709551615 134528837 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/9667/statm: 12717 9490 83 193 0 12521 0
[pid=9667/tid=9668] ppid=9664 vsize=50868 CPUtime=114.52
/proc/9667/task/9668/stat : 9668 (manysat1.1_stat) R 9664 9664 9281 0 -1 4194368 4271 0 0 0 11447 5 0 0 25 0 2 0 103486876 52088832 9490 1992294400 134512640 135305190 4294956144 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 229.54
Current children cumulated vsize (KiB) 56224

[startup+127.902 s]
/proc/loadavg: 1.87 1.33 1.12 3/68 9668
/proc/meminfo: memFree=1718232/2055912 swapFree=4192952/4192956
[pid=9664] ppid=9662 vsize=5356 CPUtime=0.07
/proc/9664/stat : 9664 (manysat.sh) S 9662 9664 9281 0 -1 4194304 312 413 0 0 0 0 7 0 17 0 1 0 103486865 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9664/statm: 1339 238 195 169 0 50 0
[pid=9667] ppid=9664 vsize=52504 CPUtime=255
/proc/9667/stat : 9667 (manysat1.1_stat) R 9664 9664 9281 0 -1 4194304 9854 0 0 0 25488 12 0 0 18 0 2 0 103486874 53764096 9840 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/9667/statm: 13126 9840 83 193 0 12930 0
[pid=9667/tid=9668] ppid=9664 vsize=52504 CPUtime=127.26
/proc/9667/task/9668/stat : 9668 (manysat1.1_stat) R 9664 9664 9281 0 -1 4194368 4554 0 0 0 12721 5 0 0 19 0 2 0 103486876 53764096 9840 1992294400 134512640 135305190 4294956144 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 255.07
Current children cumulated vsize (KiB) 57860

[startup+131.101 s]
/proc/loadavg: 1.88 1.34 1.12 3/68 9668
/proc/meminfo: memFree=1717976/2055912 swapFree=4192952/4192956
[pid=9664] ppid=9662 vsize=5356 CPUtime=0.07
/proc/9664/stat : 9664 (manysat.sh) S 9662 9664 9281 0 -1 4194304 312 413 0 0 0 0 7 0 17 0 1 0 103486865 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9664/statm: 1339 238 195 169 0 50 0
[pid=9667] ppid=9664 vsize=52936 CPUtime=261.39
/proc/9667/stat : 9667 (manysat1.1_stat) R 9664 9664 9281 0 -1 4194304 9933 0 0 0 26127 12 0 0 25 0 2 0 103486874 54206464 9919 1992294400 134512640 135305190 4294956144 18446744073709551615 134528464 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/9667/statm: 13234 9919 83 193 0 13038 0
[pid=9667/tid=9668] ppid=9664 vsize=52936 CPUtime=130.45
/proc/9667/task/9668/stat : 9668 (manysat1.1_stat) R 9664 9664 9281 0 -1 4194368 4604 0 0 0 13040 5 0 0 25 0 2 0 103486876 54206464 9919 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 261.46
Current children cumulated vsize (KiB) 58292

[startup+132.702 s]
/proc/loadavg: 1.88 1.34 1.12 3/68 9668
/proc/meminfo: memFree=1717912/2055912 swapFree=4192952/4192956
[pid=9664] ppid=9662 vsize=5356 CPUtime=0.07
/proc/9664/stat : 9664 (manysat.sh) S 9662 9664 9281 0 -1 4194304 312 413 0 0 0 0 7 0 17 0 1 0 103486865 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9664/statm: 1339 238 195 169 0 50 0
[pid=9667] ppid=9664 vsize=52936 CPUtime=264.58
/proc/9667/stat : 9667 (manysat1.1_stat) R 9664 9664 9281 0 -1 4194304 9938 0 0 0 26446 12 0 0 25 0 2 0 103486874 54206464 9924 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/9667/statm: 13234 9924 83 193 0 13038 0
[pid=9667/tid=9668] ppid=9664 vsize=52936 CPUtime=132.05
/proc/9667/task/9668/stat : 9668 (manysat1.1_stat) R 9664 9664 9281 0 -1 4194368 4609 0 0 0 13199 6 0 0 25 0 2 0 103486876 54206464 9924 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 264.65
Current children cumulated vsize (KiB) 58292

[startup+133.502 s]
/proc/loadavg: 1.89 1.35 1.12 3/68 9668
/proc/meminfo: memFree=1717912/2055912 swapFree=4192952/4192956
[pid=9664] ppid=9662 vsize=5356 CPUtime=0.07
/proc/9664/stat : 9664 (manysat.sh) S 9662 9664 9281 0 -1 4194304 312 413 0 0 0 0 7 0 17 0 1 0 103486865 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9664/statm: 1339 238 195 169 0 50 0
[pid=9667] ppid=9664 vsize=53044 CPUtime=266.18
/proc/9667/stat : 9667 (manysat1.1_stat) R 9664 9664 9281 0 -1 4194304 9958 0 0 0 26606 12 0 0 17 0 2 0 103486874 54317056 9944 1992294400 134512640 135305190 4294956144 18446744073709551615 134556558 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/9667/statm: 13261 9944 83 193 0 13065 0
[pid=9667/tid=9668] ppid=9664 vsize=53044 CPUtime=132.85
/proc/9667/task/9668/stat : 9668 (manysat1.1_stat) R 9664 9664 9281 0 -1 4194368 4629 0 0 0 13279 6 0 0 25 0 2 0 103486876 54317056 9944 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 266.25
Current children cumulated vsize (KiB) 58400

[startup+133.902 s]
/proc/loadavg: 1.89 1.35 1.12 3/68 9668
/proc/meminfo: memFree=1717912/2055912 swapFree=4192952/4192956
[pid=9664] ppid=9662 vsize=5356 CPUtime=0.07
/proc/9664/stat : 9664 (manysat.sh) S 9662 9664 9281 0 -1 4194304 312 413 0 0 0 0 7 0 17 0 1 0 103486865 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9664/statm: 1339 238 195 169 0 50 0
[pid=9667] ppid=9664 vsize=53044 CPUtime=266.98
/proc/9667/stat : 9667 (manysat1.1_stat) R 9664 9664 9281 0 -1 4194304 9960 0 0 0 26686 12 0 0 17 0 2 0 103486874 54317056 9946 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/9667/statm: 13261 9946 83 193 0 13065 0
[pid=9667/tid=9668] ppid=9664 vsize=53044 CPUtime=133.25
/proc/9667/task/9668/stat : 9668 (manysat1.1_stat) R 9664 9664 9281 0 -1 4194368 4631 0 0 0 13319 6 0 0 25 0 2 0 103486876 54317056 9946 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 267.05
Current children cumulated vsize (KiB) 58400

[startup+134.302 s]
/proc/loadavg: 1.89 1.35 1.12 3/68 9668
/proc/meminfo: memFree=1717784/2055912 swapFree=4192952/4192956
[pid=9664] ppid=9662 vsize=5356 CPUtime=0.07
/proc/9664/stat : 9664 (manysat.sh) S 9662 9664 9281 0 -1 4194304 312 413 0 0 0 0 7 0 17 0 1 0 103486865 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9664/statm: 1339 238 195 169 0 50 0
[pid=9667] ppid=9664 vsize=53044 CPUtime=267.77
/proc/9667/stat : 9667 (manysat1.1_stat) R 9664 9664 9281 0 -1 4194304 9962 0 0 0 26765 12 0 0 17 0 2 0 103486874 54317056 9948 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/9667/statm: 13261 9948 83 193 0 13065 0
[pid=9667/tid=9668] ppid=9664 vsize=53044 CPUtime=133.64
/proc/9667/task/9668/stat : 9668 (manysat1.1_stat) R 9664 9664 9281 0 -1 4194368 4633 0 0 0 13358 6 0 0 25 0 2 0 103486876 54317056 9948 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 267.84
Current children cumulated vsize (KiB) 58400

Child status: 20
Real time (s): 134.396
CPU time (s): 268.041
CPU user time (s): 267.897
CPU system time (s): 0.143978
CPU usage (%): 199.442
Max. virtual memory (cumulated for all children) (KiB): 58400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 267.897
system time used= 0.143978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10856
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= 546
involuntary context switches= 2036

runsolver used 0.151976 second user time and 0.350946 second system time

The end

Launcher Data

Begin job on node78 at 2009-04-26 16:02:59
IDJOB=1729912
IDBENCH=24717
IDSOLVER=513
FILE ID=node78/1729912-1240754578
PBS_JOBID= 9187050
Free space on /tmp= 126764 MiB

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

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

MD5SUM BENCH= 178c0646166b92c20ce876c724294ca1
RANDOM SEED=1450084176

node78.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.243
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.243
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:      2055912 kB
MemFree:       1758800 kB
Buffers:         38796 kB
Cached:         186620 kB
SwapCached:          4 kB
Active:          88436 kB
Inactive:       151764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1758800 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1828 kB
Writeback:           0 kB
Mapped:          24564 kB
Slab:            42772 kB
Committed_AS:   242104 kB
PageTables:       1428 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126764 MiB
End job on node78 at 2009-04-26 16:05:13