Trace number 1727635

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 2/2009-03-20UNSAT 519.606 260.498

General information on the benchmark

Namecrafted/Hard/contest05/QG/
QG7a-gensys-icl004.sat05-3825.reshuffled-07.cnf
MD5SUMd9bf8689fd094f6ad4f37a57f4f0a5ae
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark77.4612
Satisfiable
(Un)Satisfiability was proved
Number of variables2401
Number of clauses15960
Sum of the clauses size111993
Maximum clause length13
Minimum clause length1
Number of clauses of size 142
Number of clauses of size 2427
Number of clauses of size 32205
Number of clauses of size 4294
Number of clauses of size 5441
Number of clauses of size over 512551

Solver Data

0.00/0.00	c Parsing...
0.00/0.03	c ==============================================================================
0.00/0.03	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.03	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.03	c ==============================================================================
0.00/0.03	c |         0 |   15697   110553 |    4709       0        0     nan |  0.000 % |
0.00/0.09	c |         0 |   14145   101887 |      --       0       --      -- |     --   | -311/-3399
0.00/0.09	c ==============================================================================
0.00/0.09	c Result  :   #vars: 2307   #clauses: 14145   #literals: 101887
0.00/0.09	c CPU time:   0.081987 s
0.00/0.09	c ==============================================================================
519.40/260.48	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
519.40/260.48	c ============================[ Problem Statistics ]=============================
519.40/260.48	c |                                                                             |
519.40/260.48	c threadId              : 0
519.40/260.48	c restarts              : 443
519.40/260.48	c conflicts             : 392752         (756 /sec)
519.40/260.48	c decisions             : 584814         (1.94 % random) (1126 /sec)
519.40/260.48	c propagations          : 20236725       (38973 /sec)
519.40/260.48	c conflict literals     : 12369695       (31.61 % deleted)
519.40/260.48	c Memory used           : 74.55 MB
519.40/260.48	c CPU time              : 519.247 s
519.40/260.48	
519.40/260.48	c --->m=2, e=8, aimd=2, HOME/28062_many.cnf	time: 259.624	conflicts: 392752       
519.40/260.49	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-1727635-1240727260/watcher-1727635-1240727260 -o /tmp/evaluation-result-1727635-1240727260/solver-1727635-1240727260 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1727635-1240727260.cnf aimd 2 

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.97 0.99 3/64 28062
/proc/meminfo: memFree=1727416/2055920 swapFree=4177728/4192956
[pid=28062] ppid=28060 vsize=5356 CPUtime=0
/proc/28062/stat : 28062 (manysat.sh) S 28060 28062 27739 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 100754569 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28062/statm: 1339 235 195 169 0 50 0
[pid=28063] ppid=28062 vsize=1304 CPUtime=0
/proc/28063/stat : 28063 (SatElite) R 28062 28062 27739 0 -1 4194304 216 0 0 0 0 0 0 0 18 0 1 0 100754569 1335296 200 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/28063/statm: 326 200 51 127 0 196 0

[startup+0.015718 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 28062
/proc/meminfo: memFree=1727416/2055920 swapFree=4177728/4192956
[pid=28062] ppid=28060 vsize=5356 CPUtime=0
/proc/28062/stat : 28062 (manysat.sh) S 28060 28062 27739 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 100754569 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28062/statm: 1339 235 195 169 0 50 0
[pid=28063] ppid=28062 vsize=1572 CPUtime=0
/proc/28063/stat : 28063 (SatElite) R 28062 28062 27739 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 100754569 1609728 269 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/28063/statm: 393 269 51 127 0 263 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6928

[startup+0.102769 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 28062
/proc/meminfo: memFree=1727416/2055920 swapFree=4177728/4192956
[pid=28062] ppid=28060 vsize=5356 CPUtime=0
/proc/28062/stat : 28062 (manysat.sh) S 28060 28062 27739 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 100754569 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28062/statm: 1339 235 195 169 0 50 0
[pid=28063] ppid=28062 vsize=2780 CPUtime=0.09
/proc/28063/stat : 28063 (SatElite) R 28062 28062 27739 0 -1 4194304 647 0 0 0 9 0 0 0 18 0 1 0 100754569 2846720 604 1992294400 134512640 135034092 4294956096 18446744073709551615 134765087 0 0 4096 3 0 0 0 17 1 0 0
/proc/28063/statm: 695 604 69 127 0 565 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8136

[startup+0.302822 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 28062
/proc/meminfo: memFree=1727416/2055920 swapFree=4177728/4192956
[pid=28062] ppid=28060 vsize=5356 CPUtime=0.11
/proc/28062/stat : 28062 (manysat.sh) S 28060 28062 27739 0 -1 4194304 312 650 0 0 0 0 11 0 16 0 1 0 100754569 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28062/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 5356

[startup+0.701855 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 28062
/proc/meminfo: memFree=1727416/2055920 swapFree=4177728/4192956
[pid=28062] ppid=28060 vsize=5356 CPUtime=0.11
/proc/28062/stat : 28062 (manysat.sh) S 28060 28062 27739 0 -1 4194304 312 650 0 0 0 0 11 0 16 0 1 0 100754569 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28062/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 5356

[startup+1.50201 s]
/proc/loadavg: 1.07 0.99 0.99 3/67 28066
/proc/meminfo: memFree=1719136/2055920 swapFree=4177728/4192956
[pid=28062] ppid=28060 vsize=5356 CPUtime=0.11
/proc/28062/stat : 28062 (manysat.sh) S 28060 28062 27739 0 -1 4194304 312 650 0 0 0 0 11 0 16 0 1 0 100754569 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28062/statm: 1339 238 195 169 0 50 0
[pid=28065] ppid=28062 vsize=21880 CPUtime=2.69
/proc/28065/stat : 28065 (manysat1.1_stat) R 28062 28062 27739 0 -1 4194304 2224 0 0 0 268 1 0 0 17 0 2 0 100754582 22405120 2210 1992294400 134512640 135305190 4294956144 18446744073709551615 134528425 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28065/statm: 5470 2210 83 193 0 5274 0
[pid=28065/tid=28066] ppid=28062 vsize=21880 CPUtime=1.32
/proc/28065/task/28066/stat : 28066 (manysat1.1_stat) R 28062 28062 27739 0 -1 4194368 677 0 0 0 132 0 0 0 16 0 2 0 100754585 22405120 2210 1992294400 134512640 135305190 4294956144 18446744073709551615 134556726 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 27236

[startup+3.10131 s]
/proc/loadavg: 1.07 0.99 0.99 3/67 28066
/proc/meminfo: memFree=1717088/2055920 swapFree=4177728/4192956
[pid=28062] ppid=28060 vsize=5356 CPUtime=0.11
/proc/28062/stat : 28062 (manysat.sh) S 28060 28062 27739 0 -1 4194304 312 650 0 0 0 0 11 0 16 0 1 0 100754569 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28062/statm: 1339 238 195 169 0 50 0
[pid=28065] ppid=28062 vsize=23212 CPUtime=5.88
/proc/28065/stat : 28065 (manysat1.1_stat) R 28062 28062 27739 0 -1 4194304 2770 0 0 0 586 2 0 0 17 0 2 0 100754582 23769088 2756 1992294400 134512640 135305190 4294956144 18446744073709551615 134547978 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28065/statm: 5803 2756 83 193 0 5607 0
[pid=28065/tid=28066] ppid=28062 vsize=23212 CPUtime=2.91
/proc/28065/task/28066/stat : 28066 (manysat1.1_stat) R 28062 28062 27739 0 -1 4194368 950 0 0 0 291 0 0 0 17 0 2 0 100754585 23769088 2756 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.99
Current children cumulated vsize (KiB) 28568

[startup+6.30192 s]
/proc/loadavg: 1.07 0.99 0.99 3/67 28066
/proc/meminfo: memFree=1711968/2055920 swapFree=4177728/4192956
[pid=28062] ppid=28060 vsize=5356 CPUtime=0.11
/proc/28062/stat : 28062 (manysat.sh) S 28060 28062 27739 0 -1 4194304 312 650 0 0 0 0 11 0 16 0 1 0 100754569 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28062/statm: 1339 238 195 169 0 50 0
[pid=28065] ppid=28062 vsize=27444 CPUtime=12.26
/proc/28065/stat : 28065 (manysat1.1_stat) R 28062 28062 27739 0 -1 4194304 3710 0 0 0 1223 3 0 0 17 0 2 0 100754582 28102656 3696 1992294400 134512640 135305190 4294956144 18446744073709551615 134528406 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28065/statm: 6861 3696 83 193 0 6665 0
[pid=28065/tid=28066] ppid=28062 vsize=27444 CPUtime=6.1
/proc/28065/task/28066/stat : 28066 (manysat1.1_stat) R 28062 28062 27739 0 -1 4194368 1397 0 0 0 609 1 0 0 17 0 2 0 100754585 28102656 3696 1992294400 134512640 135305190 4294956144 18446744073709551615 134528307 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 32800

[startup+12.7011 s]
/proc/loadavg: 1.22 1.02 1.01 3/67 28066
/proc/meminfo: memFree=1707688/2055920 swapFree=4177728/4192956
[pid=28062] ppid=28060 vsize=5356 CPUtime=0.11
/proc/28062/stat : 28062 (manysat.sh) S 28060 28062 27739 0 -1 4194304 312 650 0 0 0 0 11 0 16 0 1 0 100754569 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28062/statm: 1339 238 195 169 0 50 0
[pid=28065] ppid=28062 vsize=31980 CPUtime=25.03
/proc/28065/stat : 28065 (manysat1.1_stat) R 28062 28062 27739 0 -1 4194304 4982 0 0 0 2499 4 0 0 17 0 2 0 100754582 32747520 4968 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28065/statm: 7995 4968 83 193 0 7799 0
[pid=28065/tid=28066] ppid=28062 vsize=31980 CPUtime=12.47
/proc/28065/task/28066/stat : 28066 (manysat1.1_stat) R 28062 28062 27739 0 -1 4194368 2052 0 0 0 1245 2 0 0 16 0 2 0 100754585 32747520 4968 1992294400 134512640 135305190 4294956144 18446744073709551615 134528350 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 37336

[startup+25.5025 s]
/proc/loadavg: 1.34 1.05 1.02 3/67 28066
/proc/meminfo: memFree=1701288/2055920 swapFree=4177728/4192956
[pid=28062] ppid=28060 vsize=5356 CPUtime=0.11
/proc/28062/stat : 28062 (manysat.sh) S 28060 28062 27739 0 -1 4194304 312 650 0 0 0 0 11 0 16 0 1 0 100754569 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28062/statm: 1339 238 195 169 0 50 0
[pid=28065] ppid=28062 vsize=38264 CPUtime=50.57
/proc/28065/stat : 28065 (manysat1.1_stat) R 28062 28062 27739 0 -1 4194304 6383 0 0 0 5051 6 0 0 25 0 2 0 100754582 39182336 6369 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28065/statm: 9566 6369 83 193 0 9370 0
[pid=28065/tid=28066] ppid=28062 vsize=38264 CPUtime=25.22
/proc/28065/task/28066/stat : 28066 (manysat1.1_stat) R 28062 28062 27739 0 -1 4194368 2767 0 0 0 2519 3 0 0 20 0 2 0 100754585 39182336 6369 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 43620

[startup+51.1024 s]
/proc/loadavg: 1.56 1.13 1.04 3/67 28066
/proc/meminfo: memFree=1693864/2055920 swapFree=4177728/4192956
[pid=28062] ppid=28060 vsize=5356 CPUtime=0.11
/proc/28062/stat : 28062 (manysat.sh) S 28060 28062 27739 0 -1 4194304 312 650 0 0 0 0 11 0 16 0 1 0 100754569 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28062/statm: 1339 238 195 169 0 50 0
[pid=28065] ppid=28062 vsize=46220 CPUtime=101.64
/proc/28065/stat : 28065 (manysat1.1_stat) R 28062 28062 27739 0 -1 4194304 8212 0 0 0 10155 9 0 0 25 0 2 0 100754582 47329280 8198 1992294400 134512640 135305190 4294956144 18446744073709551615 134528771 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28065/statm: 11555 8198 83 193 0 11359 0
[pid=28065/tid=28066] ppid=28062 vsize=46220 CPUtime=50.71
/proc/28065/task/28066/stat : 28066 (manysat1.1_stat) R 28062 28062 27739 0 -1 4194368 3749 0 0 0 5067 4 0 0 25 0 2 0 100754585 47329280 8198 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.75
Current children cumulated vsize (KiB) 51576

[startup+102.305 s]
/proc/loadavg: 1.82 1.27 1.09 3/67 28066
/proc/meminfo: memFree=1683112/2055920 swapFree=4177728/4192956
[pid=28062] ppid=28060 vsize=5356 CPUtime=0.11
/proc/28062/stat : 28062 (manysat.sh) S 28060 28062 27739 0 -1 4194304 312 650 0 0 0 0 11 0 16 0 1 0 100754569 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28062/statm: 1339 238 195 169 0 50 0
[pid=28065] ppid=28062 vsize=57548 CPUtime=203.82
/proc/28065/stat : 28065 (manysat1.1_stat) R 28062 28062 27739 0 -1 4194304 10869 0 0 0 20368 14 0 0 25 0 2 0 100754582 58929152 10855 1992294400 134512640 135305190 4294956144 18446744073709551615 134528483 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28065/statm: 14387 10855 83 193 0 14191 0
[pid=28065/tid=28066] ppid=28062 vsize=57548 CPUtime=101.7
/proc/28065/task/28066/stat : 28066 (manysat1.1_stat) R 28062 28062 27739 0 -1 4194368 5057 0 0 0 10164 6 0 0 25 0 2 0 100754585 58929152 10855 1992294400 134512640 135305190 4294956144 18446744073709551615 134528379 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 203.93
Current children cumulated vsize (KiB) 62904

[startup+162.302 s]
/proc/loadavg: 1.93 1.40 1.15 3/67 28066
/proc/meminfo: memFree=1676584/2055920 swapFree=4177728/4192956
[pid=28062] ppid=28060 vsize=5356 CPUtime=0.11
/proc/28062/stat : 28062 (manysat.sh) S 28060 28062 27739 0 -1 4194304 312 650 0 0 0 0 11 0 16 0 1 0 100754569 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28062/statm: 1339 238 195 169 0 50 0
[pid=28065] ppid=28062 vsize=63512 CPUtime=323.54
/proc/28065/stat : 28065 (manysat1.1_stat) R 28062 28062 27739 0 -1 4194304 12519 0 0 0 32338 16 0 0 17 0 2 0 100754582 65036288 12505 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28065/statm: 15878 12505 83 193 0 15682 0
[pid=28065/tid=28066] ppid=28062 vsize=63512 CPUtime=161.45
/proc/28065/task/28066/stat : 28066 (manysat1.1_stat) R 28062 28062 27739 0 -1 4194368 6044 0 0 0 16137 8 0 0 18 0 2 0 100754585 65036288 12505 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.65
Current children cumulated vsize (KiB) 68868

[startup+222.302 s]
/proc/loadavg: 1.97 1.51 1.20 3/67 28066
/proc/meminfo: memFree=1668648/2055920 swapFree=4177728/4192956
[pid=28062] ppid=28060 vsize=5356 CPUtime=0.11
/proc/28062/stat : 28062 (manysat.sh) S 28060 28062 27739 0 -1 4194304 312 650 0 0 0 0 11 0 16 0 1 0 100754569 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28062/statm: 1339 238 195 169 0 50 0
[pid=28065] ppid=28062 vsize=72544 CPUtime=443.26
/proc/28065/stat : 28065 (manysat1.1_stat) R 28062 28062 27739 0 -1 4194304 14462 0 0 0 44307 19 0 0 25 0 2 0 100754582 74285056 14448 1992294400 134512640 135305190 4294956144 18446744073709551615 134548048 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28065/statm: 18136 14448 83 193 0 17940 0
[pid=28065/tid=28066] ppid=28062 vsize=72544 CPUtime=221.2
/proc/28065/task/28066/stat : 28066 (manysat1.1_stat) R 28062 28062 27739 0 -1 4194368 6697 0 0 0 22111 9 0 0 18 0 2 0 100754585 74285056 14448 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 443.37
Current children cumulated vsize (KiB) 77900

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

[startup+230.301 s]
/proc/loadavg: 1.98 1.52 1.20 3/67 28066
/proc/meminfo: memFree=1668328/2055920 swapFree=4177728/4192956
[pid=28062] ppid=28060 vsize=5356 CPUtime=0.11
/proc/28062/stat : 28062 (manysat.sh) S 28060 28062 27739 0 -1 4194304 312 650 0 0 0 0 11 0 16 0 1 0 100754569 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28062/statm: 1339 238 195 169 0 50 0
[pid=28065] ppid=28062 vsize=73156 CPUtime=459.23
/proc/28065/stat : 28065 (manysat1.1_stat) R 28062 28062 27739 0 -1 4194304 14548 0 0 0 45904 19 0 0 25 0 2 0 100754582 74911744 14534 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28065/statm: 18289 14534 83 193 0 18093 0
[pid=28065/tid=28066] ppid=28062 vsize=73156 CPUtime=229.17
/proc/28065/task/28066/stat : 28066 (manysat1.1_stat) R 28062 28062 27739 0 -1 4194368 6783 0 0 0 22908 9 0 0 25 0 2 0 100754585 74911744 14534 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 459.34
Current children cumulated vsize (KiB) 78512

[startup+243.107 s]
/proc/loadavg: 1.98 1.54 1.21 3/67 28066
/proc/meminfo: memFree=1666920/2055920 swapFree=4177728/4192956
[pid=28062] ppid=28060 vsize=5356 CPUtime=0.11
/proc/28062/stat : 28062 (manysat.sh) S 28060 28062 27739 0 -1 4194304 312 650 0 0 0 0 11 0 16 0 1 0 100754569 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28062/statm: 1339 238 195 169 0 50 0
[pid=28065] ppid=28062 vsize=73732 CPUtime=484.77
/proc/28065/stat : 28065 (manysat1.1_stat) R 28062 28062 27739 0 -1 4194304 14888 0 0 0 48458 19 0 0 25 0 2 0 100754582 75501568 14874 1992294400 134512640 135305190 4294956144 18446744073709551615 134528480 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28065/statm: 18433 14874 83 193 0 18237 0
[pid=28065/tid=28066] ppid=28062 vsize=73732 CPUtime=241.92
/proc/28065/task/28066/stat : 28066 (manysat1.1_stat) R 28062 28062 27739 0 -1 4194368 7022 0 0 0 24183 9 0 0 25 0 2 0 100754585 75501568 14874 1992294400 134512640 135305190 4294956144 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 484.88
Current children cumulated vsize (KiB) 79088

[startup+249.502 s]
/proc/loadavg: 1.98 1.55 1.22 3/67 28066
/proc/meminfo: memFree=1666088/2055920 swapFree=4177728/4192956
[pid=28062] ppid=28060 vsize=5356 CPUtime=0.11
/proc/28062/stat : 28062 (manysat.sh) S 28060 28062 27739 0 -1 4194304 312 650 0 0 0 0 11 0 16 0 1 0 100754569 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28062/statm: 1339 238 195 169 0 50 0
[pid=28065] ppid=28062 vsize=75816 CPUtime=497.54
/proc/28065/stat : 28065 (manysat1.1_stat) R 28062 28062 27739 0 -1 4194304 15131 0 0 0 49734 20 0 0 25 0 2 0 100754582 77635584 15117 1992294400 134512640 135305190 4294956144 18446744073709551615 134528418 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28065/statm: 18954 15117 83 193 0 18758 0
[pid=28065/tid=28066] ppid=28062 vsize=75816 CPUtime=248.29
/proc/28065/task/28066/stat : 28066 (manysat1.1_stat) R 28062 28062 27739 0 -1 4194368 7149 0 0 0 24820 9 0 0 25 0 2 0 100754585 77635584 15117 1992294400 134512640 135305190 4294956144 18446744073709551615 134528571 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 497.65
Current children cumulated vsize (KiB) 81172

[startup+255.901 s]
/proc/loadavg: 1.98 1.55 1.22 3/67 28066
/proc/meminfo: memFree=1665192/2055920 swapFree=4177728/4192956
[pid=28062] ppid=28060 vsize=5356 CPUtime=0.11
/proc/28062/stat : 28062 (manysat.sh) S 28060 28062 27739 0 -1 4194304 312 650 0 0 0 0 11 0 16 0 1 0 100754569 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28062/statm: 1339 238 195 169 0 50 0
[pid=28065] ppid=28062 vsize=76228 CPUtime=510.31
/proc/28065/stat : 28065 (manysat1.1_stat) R 28062 28062 27739 0 -1 4194304 15338 0 0 0 51010 21 0 0 25 0 2 0 100754582 78057472 15324 1992294400 134512640 135305190 4294956144 18446744073709551615 134528332 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28065/statm: 19057 15324 83 193 0 18861 0
[pid=28065/tid=28066] ppid=28062 vsize=76228 CPUtime=254.67
/proc/28065/task/28066/stat : 28066 (manysat1.1_stat) R 28062 28062 27739 0 -1 4194368 7226 0 0 0 25457 10 0 0 25 0 2 0 100754585 78057472 15324 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 510.42
Current children cumulated vsize (KiB) 81584

[startup+257.501 s]
/proc/loadavg: 1.98 1.56 1.22 3/67 28066
/proc/meminfo: memFree=1665064/2055920 swapFree=4177728/4192956
[pid=28062] ppid=28060 vsize=5356 CPUtime=0.11
/proc/28062/stat : 28062 (manysat.sh) S 28060 28062 27739 0 -1 4194304 312 650 0 0 0 0 11 0 16 0 1 0 100754569 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28062/statm: 1339 238 195 169 0 50 0
[pid=28065] ppid=28062 vsize=76228 CPUtime=513.5
/proc/28065/stat : 28065 (manysat1.1_stat) R 28062 28062 27739 0 -1 4194304 15347 0 0 0 51329 21 0 0 25 0 2 0 100754582 78057472 15333 1992294400 134512640 135305190 4294956144 18446744073709551615 134528449 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28065/statm: 19057 15333 83 193 0 18861 0
[pid=28065/tid=28066] ppid=28062 vsize=76228 CPUtime=256.26
/proc/28065/task/28066/stat : 28066 (manysat1.1_stat) R 28062 28062 27739 0 -1 4194368 7228 0 0 0 25616 10 0 0 25 0 2 0 100754585 78057472 15333 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 513.61
Current children cumulated vsize (KiB) 81584

[startup+259.103 s]
/proc/loadavg: 1.98 1.56 1.22 3/67 28066
/proc/meminfo: memFree=1665000/2055920 swapFree=4177728/4192956
[pid=28062] ppid=28060 vsize=5356 CPUtime=0.11
/proc/28062/stat : 28062 (manysat.sh) S 28060 28062 27739 0 -1 4194304 312 650 0 0 0 0 11 0 16 0 1 0 100754569 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28062/statm: 1339 238 195 169 0 50 0
[pid=28065] ppid=28062 vsize=76336 CPUtime=516.7
/proc/28065/stat : 28065 (manysat1.1_stat) R 28062 28062 27739 0 -1 4194304 15369 0 0 0 51649 21 0 0 25 0 2 0 100754582 78168064 15355 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28065/statm: 19084 15355 83 193 0 18888 0
[pid=28065/tid=28066] ppid=28062 vsize=76336 CPUtime=257.86
/proc/28065/task/28066/stat : 28066 (manysat1.1_stat) R 28062 28062 27739 0 -1 4194368 7239 0 0 0 25776 10 0 0 25 0 2 0 100754585 78168064 15355 1992294400 134512640 135305190 4294956144 18446744073709551615 134529244 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 516.81
Current children cumulated vsize (KiB) 81692

[startup+259.902 s]
/proc/loadavg: 1.98 1.56 1.22 3/67 28066
/proc/meminfo: memFree=1665000/2055920 swapFree=4177728/4192956
[pid=28062] ppid=28060 vsize=5356 CPUtime=0.11
/proc/28062/stat : 28062 (manysat.sh) S 28060 28062 27739 0 -1 4194304 312 650 0 0 0 0 11 0 16 0 1 0 100754569 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28062/statm: 1339 238 195 169 0 50 0
[pid=28065] ppid=28062 vsize=76336 CPUtime=518.29
/proc/28065/stat : 28065 (manysat1.1_stat) R 28062 28062 27739 0 -1 4194304 15369 0 0 0 51808 21 0 0 18 0 2 0 100754582 78168064 15355 1992294400 134512640 135305190 4294956144 18446744073709551615 134529257 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28065/statm: 19084 15355 83 193 0 18888 0
[pid=28065/tid=28066] ppid=28062 vsize=76336 CPUtime=258.65
/proc/28065/task/28066/stat : 28066 (manysat1.1_stat) R 28062 28062 27739 0 -1 4194368 7239 0 0 0 25855 10 0 0 17 0 2 0 100754585 78168064 15355 1992294400 134512640 135305190 4294956144 18446744073709551615 134529265 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 518.4
Current children cumulated vsize (KiB) 81692

[startup+260.302 s]
/proc/loadavg: 1.98 1.56 1.22 3/67 28066
/proc/meminfo: memFree=1665000/2055920 swapFree=4177728/4192956
[pid=28062] ppid=28060 vsize=5356 CPUtime=0.11
/proc/28062/stat : 28062 (manysat.sh) S 28060 28062 27739 0 -1 4194304 312 650 0 0 0 0 11 0 16 0 1 0 100754569 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28062/statm: 1339 238 195 169 0 50 0
[pid=28065] ppid=28062 vsize=76336 CPUtime=519.09
/proc/28065/stat : 28065 (manysat1.1_stat) R 28062 28062 27739 0 -1 4194304 15369 0 0 0 51888 21 0 0 17 0 2 0 100754582 78168064 15355 1992294400 134512640 135305190 4294956144 18446744073709551615 134528329 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28065/statm: 19084 15355 83 193 0 18888 0
[pid=28065/tid=28066] ppid=28062 vsize=76336 CPUtime=259.05
/proc/28065/task/28066/stat : 28066 (manysat1.1_stat) R 28062 28062 27739 0 -1 4194368 7239 0 0 0 25895 10 0 0 17 0 2 0 100754585 78168064 15355 1992294400 134512640 135305190 4294956144 18446744073709551615 134529265 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 519.2
Current children cumulated vsize (KiB) 81692

[startup+260.402 s]
/proc/loadavg: 1.98 1.56 1.22 3/67 28066
/proc/meminfo: memFree=1665000/2055920 swapFree=4177728/4192956
[pid=28062] ppid=28060 vsize=5356 CPUtime=0.11
/proc/28062/stat : 28062 (manysat.sh) S 28060 28062 27739 0 -1 4194304 312 650 0 0 0 0 11 0 16 0 1 0 100754569 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28062/statm: 1339 238 195 169 0 50 0
[pid=28065] ppid=28062 vsize=76336 CPUtime=519.29
/proc/28065/stat : 28065 (manysat1.1_stat) R 28062 28062 27739 0 -1 4194304 15369 0 0 0 51908 21 0 0 17 0 2 0 100754582 78168064 15355 1992294400 134512640 135305190 4294956144 18446744073709551615 134657578 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28065/statm: 19084 15355 83 193 0 18888 0
[pid=28065/tid=28066] ppid=28062 vsize=76336 CPUtime=259.15
/proc/28065/task/28066/stat : 28066 (manysat1.1_stat) R 28062 28062 27739 0 -1 4194368 7239 0 0 0 25905 10 0 0 17 0 2 0 100754585 78168064 15355 1992294400 134512640 135305190 4294956144 18446744073709551615 134529244 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 519.4
Current children cumulated vsize (KiB) 81692

Child status: 20
Real time (s): 260.498
CPU time (s): 519.606
CPU user time (s): 519.368
CPU system time (s): 0.237963
CPU usage (%): 199.467
Max. virtual memory (cumulated for all children) (KiB): 81692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 519.368
system time used= 0.237963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16500
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= 616
involuntary context switches= 3914

runsolver used 0.214967 second user time and 0.739887 second system time

The end

Launcher Data

Begin job on node37 at 2009-04-26 08:27:40
IDJOB=1727635
IDBENCH=24642
IDSOLVER=515
FILE ID=node37/1727635-1240727260
PBS_JOBID= 9186882
Free space on /tmp= 66300 MiB

SOLVER NAME= ManySAT 1.1 aimd 2/2009-03-20
BENCH NAME= SAT07/crafted/Hard/contest05/QG/QG7a-gensys-icl004.sat05-3825.reshuffled-07.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1727635-1240727260/watcher-1727635-1240727260 -o /tmp/evaluation-result-1727635-1240727260/solver-1727635-1240727260 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1727635-1240727260.cnf aimd 2

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

MD5SUM BENCH= d9bf8689fd094f6ad4f37a57f4f0a5ae
RANDOM SEED=475664524

node37.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.259
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.259
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:       1727896 kB
Buffers:         24964 kB
Cached:         216892 kB
SwapCached:       9064 kB
Active:          47252 kB
Inactive:       205924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1727896 kB
SwapTotal:     4192956 kB
SwapFree:      4177728 kB
Dirty:            2068 kB
Writeback:           0 kB
Mapped:          13592 kB
Slab:            60984 kB
Committed_AS:   461448 kB
PageTables:       1372 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= 66300 MiB
End job on node37 at 2009-04-26 08:32:01