Trace number 1729330

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-20? (TO) 1200.07 606.026

General information on the benchmark

Namecrafted/Hard/contest03/others/
color-18-4.sat05-443.reshuffled-07.cnf
MD5SUMef7f419fe4e145465fe8ec684a206f9b
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1296
Number of clauses95904
Sum of the clauses size379728
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21944
Number of clauses of size 30
Number of clauses of size 493960
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.09/0.10	c ==============================================================================
0.09/0.10	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.10	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.10	c ==============================================================================
0.09/0.10	c |         0 |   95904   379728 |   28771       0        0     nan |  0.000 % |
8.27/8.38	c |         0 |   94608   563760 |      --       0       --      -- |     --   | -1296/184032
8.27/8.38	c ==============================================================================
8.27/8.38	c Result  :   #vars: 972   #clauses: 94608   #literals: 563760
8.27/8.38	c CPU time:   8.32973 s
8.27/8.38	c ==============================================================================

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1729330-1240748023/watcher-1729330-1240748023 -o /tmp/evaluation-result-1729330-1240748023/solver-1729330-1240748023 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1729330-1240748023.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.99 1.85 1.46 3/64 1112
/proc/meminfo: memFree=1682440/2055920 swapFree=4181440/4192956
[pid=1112] ppid=1110 vsize=5356 CPUtime=0
/proc/1112/stat : 1112 (manysat.sh) R 1110 1112 728 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 102830715 5484544 234 1992294400 4194304 4889804 548682068784 18446744073709551615 272836913823 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/1112/statm: 1339 234 194 169 0 50 0
[pid=1113] ppid=1112 vsize=956 CPUtime=0
/proc/1113/stat : 1113 (SatElite) R 1112 1112 728 0 -1 4194304 149 0 0 0 0 0 0 0 18 0 1 0 102830716 978944 133 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/1113/statm: 239 133 50 127 0 109 0

[startup+0.0453991 s]
/proc/loadavg: 1.99 1.85 1.46 3/64 1112
/proc/meminfo: memFree=1682440/2055920 swapFree=4181440/4192956
[pid=1112] ppid=1110 vsize=5356 CPUtime=0
/proc/1112/stat : 1112 (manysat.sh) S 1110 1112 728 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 102830715 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1112/statm: 1339 235 195 169 0 50 0
[pid=1113] ppid=1112 vsize=3528 CPUtime=0.03
/proc/1113/stat : 1113 (SatElite) R 1112 1112 728 0 -1 4194304 764 0 0 0 3 0 0 0 19 0 1 0 102830716 3612672 748 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/1113/statm: 882 749 50 127 0 752 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 8884

[startup+0.101406 s]
/proc/loadavg: 1.99 1.85 1.46 3/64 1112
/proc/meminfo: memFree=1682440/2055920 swapFree=4181440/4192956
[pid=1112] ppid=1110 vsize=5356 CPUtime=0
/proc/1112/stat : 1112 (manysat.sh) S 1110 1112 728 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 102830715 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1112/statm: 1339 235 195 169 0 50 0
[pid=1113] ppid=1112 vsize=7744 CPUtime=0.09
/proc/1113/stat : 1113 (SatElite) R 1112 1112 728 0 -1 4194304 1828 0 0 0 8 1 0 0 19 0 1 0 102830716 7929856 1812 1992294400 134512640 135034092 4294956096 18446744073709551615 134542692 0 0 4096 3 0 0 0 17 0 0 0
/proc/1113/statm: 1936 1812 50 127 0 1806 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13100

[startup+0.301435 s]
/proc/loadavg: 1.99 1.85 1.46 3/64 1112
/proc/meminfo: memFree=1682440/2055920 swapFree=4181440/4192956
[pid=1112] ppid=1110 vsize=5356 CPUtime=0
/proc/1112/stat : 1112 (manysat.sh) S 1110 1112 728 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 102830715 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1112/statm: 1339 235 195 169 0 50 0
[pid=1113] ppid=1112 vsize=10340 CPUtime=0.28
/proc/1113/stat : 1113 (SatElite) R 1112 1112 728 0 -1 4194304 2376 0 0 0 27 1 0 0 21 0 1 0 102830716 10588160 2360 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/1113/statm: 2585 2361 68 127 0 2455 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 15696

[startup+0.701494 s]
/proc/loadavg: 1.99 1.85 1.46 3/64 1112
/proc/meminfo: memFree=1682440/2055920 swapFree=4181440/4192956
[pid=1112] ppid=1110 vsize=5356 CPUtime=0
/proc/1112/stat : 1112 (manysat.sh) S 1110 1112 728 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 102830715 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1112/statm: 1339 235 195 169 0 50 0
[pid=1113] ppid=1112 vsize=12180 CPUtime=0.69
/proc/1113/stat : 1113 (SatElite) R 1112 1112 728 0 -1 4194304 2830 0 0 0 66 3 0 0 25 0 1 0 102830716 12472320 2814 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/1113/statm: 3045 2814 68 127 0 2915 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17536

[startup+1.50261 s]
/proc/loadavg: 1.99 1.85 1.46 2/66 1114
/proc/meminfo: memFree=1668536/2055920 swapFree=4181440/4192956
[pid=1112] ppid=1110 vsize=5356 CPUtime=0
/proc/1112/stat : 1112 (manysat.sh) S 1110 1112 728 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 102830715 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1112/statm: 1339 235 195 169 0 50 0
[pid=1113] ppid=1112 vsize=12576 CPUtime=1.49
/proc/1113/stat : 1113 (SatElite) R 1112 1112 728 0 -1 4194304 2942 0 0 0 146 3 0 0 25 0 1 0 102830716 12877824 2926 1992294400 134512640 135034092 4294956096 18446744073709551615 134569526 0 0 4096 3 0 0 0 17 0 0 0
/proc/1113/statm: 3144 2926 68 127 0 3014 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17932

[startup+3.10186 s]
/proc/loadavg: 1.91 1.84 1.46 2/66 1114
/proc/meminfo: memFree=1668344/2055920 swapFree=4181440/4192956
[pid=1112] ppid=1110 vsize=5356 CPUtime=0
/proc/1112/stat : 1112 (manysat.sh) S 1110 1112 728 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 102830715 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1112/statm: 1339 235 195 169 0 50 0
[pid=1113] ppid=1112 vsize=12576 CPUtime=3.08
/proc/1113/stat : 1113 (SatElite) R 1112 1112 728 0 -1 4194304 2942 0 0 0 305 3 0 0 25 0 1 0 102830716 12877824 2926 1992294400 134512640 135034092 4294956096 18446744073709551615 134569526 0 0 4096 3 0 0 0 17 1 0 0
/proc/1113/statm: 3144 2926 68 127 0 3014 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 17932

[startup+6.30232 s]
/proc/loadavg: 1.91 1.84 1.46 2/66 1114
/proc/meminfo: memFree=1668152/2055920 swapFree=4181440/4192956
[pid=1112] ppid=1110 vsize=5356 CPUtime=0
/proc/1112/stat : 1112 (manysat.sh) S 1110 1112 728 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 102830715 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1112/statm: 1339 235 195 169 0 50 0
[pid=1113] ppid=1112 vsize=12576 CPUtime=6.27
/proc/1113/stat : 1113 (SatElite) R 1112 1112 728 0 -1 4194304 2942 0 0 0 624 3 0 0 25 0 1 0 102830716 12877824 2926 1992294400 134512640 135034092 4294956096 18446744073709551615 134569526 0 0 4096 3 0 0 0 17 0 0 0
/proc/1113/statm: 3144 2926 68 127 0 3014 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 17932

[startup+12.7013 s]
/proc/loadavg: 1.85 1.83 1.46 3/67 1116
/proc/meminfo: memFree=1646384/2055920 swapFree=4181440/4192956
[pid=1112] ppid=1110 vsize=5356 CPUtime=8.55
/proc/1112/stat : 1112 (manysat.sh) S 1110 1112 728 0 -1 4194304 312 2947 0 0 0 0 851 4 16 0 1 0 102830715 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1112/statm: 1339 238 195 169 0 50 0
[pid=1115] ppid=1112 vsize=44744 CPUtime=8.03
/proc/1115/stat : 1115 (manysat1.1_stat) R 1112 1112 728 0 -1 4194304 8201 0 0 0 797 6 0 0 17 0 2 0 102831574 45817856 8187 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/1115/statm: 11186 8187 83 193 0 10990 0
[pid=1115/tid=1116] ppid=1112 vsize=44744 CPUtime=3.92
/proc/1115/task/1116/stat : 1116 (manysat1.1_stat) R 1112 1112 728 0 -1 4194368 2412 0 0 0 390 2 0 0 17 0 2 0 102831591 45817856 8187 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.58
Current children cumulated vsize (KiB) 50100

[startup+25.5021 s]
/proc/loadavg: 1.88 1.83 1.46 3/67 1116
/proc/meminfo: memFree=1624496/2055920 swapFree=4181440/4192956
[pid=1112] ppid=1110 vsize=5356 CPUtime=8.55
/proc/1112/stat : 1112 (manysat.sh) S 1110 1112 728 0 -1 4194304 312 2947 0 0 0 0 851 4 16 0 1 0 102830715 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1112/statm: 1339 238 195 169 0 50 0
[pid=1115] ppid=1112 vsize=65136 CPUtime=33.54
/proc/1115/stat : 1115 (manysat1.1_stat) R 1112 1112 728 0 -1 4194304 13217 0 0 0 3343 11 0 0 16 0 2 0 102831574 66699264 13203 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/1115/statm: 16284 13203 83 193 0 16088 0
[pid=1115/tid=1116] ppid=1112 vsize=65136 CPUtime=16.65
/proc/1115/task/1116/stat : 1116 (manysat1.1_stat) R 1112 1112 728 0 -1 4194368 5034 0 0 0 1661 4 0 0 17 0 2 0 102831591 66699264 13203 1992294400 134512640 135305190 4294956144 18446744073709551615 134528875 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 42.09
Current children cumulated vsize (KiB) 70492

[startup+51.1029 s]
/proc/loadavg: 2.06 1.88 1.49 3/67 1116
/proc/meminfo: memFree=1600432/2055920 swapFree=4181440/4192956
[pid=1112] ppid=1110 vsize=5356 CPUtime=8.55
/proc/1112/stat : 1112 (manysat.sh) S 1110 1112 728 0 -1 4194304 312 2947 0 0 0 0 851 4 16 0 1 0 102830715 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1112/statm: 1339 238 195 169 0 50 0
[pid=1115] ppid=1112 vsize=91592 CPUtime=84.58
/proc/1115/stat : 1115 (manysat1.1_stat) R 1112 1112 728 0 -1 4194304 19989 0 0 0 8437 21 0 0 17 0 2 0 102831574 93790208 19975 1992294400 134512640 135305190 4294956144 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/1115/statm: 22898 19975 83 193 0 22702 0
[pid=1115/tid=1116] ppid=1112 vsize=91592 CPUtime=42.13
/proc/1115/task/1116/stat : 1116 (manysat1.1_stat) R 1112 1112 728 0 -1 4194368 8375 0 0 0 4205 8 0 0 17 0 2 0 102831591 93790208 19975 1992294400 134512640 135305190 4294956144 18446744073709551615 134528523 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 93.13
Current children cumulated vsize (KiB) 96948

[startup+102.306 s]
/proc/loadavg: 2.09 1.91 1.52 3/67 1116
/proc/meminfo: memFree=1563824/2055920 swapFree=4181440/4192956
[pid=1112] ppid=1110 vsize=5356 CPUtime=8.55
/proc/1112/stat : 1112 (manysat.sh) S 1110 1112 728 0 -1 4194304 312 2947 0 0 0 0 851 4 16 0 1 0 102830715 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1112/statm: 1339 238 195 169 0 50 0
[pid=1115] ppid=1112 vsize=125924 CPUtime=186.69
/proc/1115/stat : 1115 (manysat1.1_stat) R 1112 1112 728 0 -1 4194304 28343 0 0 0 18635 34 0 0 20 0 2 0 102831574 128946176 28329 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/1115/statm: 31481 28329 83 193 0 31285 0
[pid=1115/tid=1116] ppid=1112 vsize=125924 CPUtime=93.1
/proc/1115/task/1116/stat : 1116 (manysat1.1_stat) R 1112 1112 728 0 -1 4194368 11760 0 0 0 9295 15 0 0 17 0 2 0 102831591 128946176 28329 1992294400 134512640 135305190 4294956144 18446744073709551615 134528642 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 195.24
Current children cumulated vsize (KiB) 131280

[startup+162.301 s]
/proc/loadavg: 2.03 1.92 1.55 3/67 1116
/proc/meminfo: memFree=1522992/2055920 swapFree=4181440/4192956
[pid=1112] ppid=1110 vsize=5356 CPUtime=8.55
/proc/1112/stat : 1112 (manysat.sh) S 1110 1112 728 0 -1 4194304 312 2947 0 0 0 0 851 4 16 0 1 0 102830715 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1112/statm: 1339 238 195 169 0 50 0
[pid=1115] ppid=1112 vsize=167272 CPUtime=306.35
/proc/1115/stat : 1115 (manysat1.1_stat) R 1112 1112 728 0 -1 4194304 38530 0 0 0 30586 49 0 0 25 0 2 0 102831574 171286528 38516 1992294400 134512640 135305190 4294956144 18446744073709551615 134558160 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/1115/statm: 41818 38516 83 193 0 41622 0
[pid=1115/tid=1116] ppid=1112 vsize=167272 CPUtime=152.81
/proc/1115/task/1116/stat : 1116 (manysat1.1_stat) R 1112 1112 728 0 -1 4194368 15802 0 0 0 15261 20 0 0 17 0 2 0 102831591 171286528 38516 1992294400 134512640 135305190 4294956144 18446744073709551615 134556813 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 314.9
Current children cumulated vsize (KiB) 172628

[startup+222.301 s]
/proc/loadavg: 2.01 1.94 1.57 3/67 1116
/proc/meminfo: memFree=1496176/2055920 swapFree=4181440/4192956
[pid=1112] ppid=1110 vsize=5356 CPUtime=8.55
/proc/1112/stat : 1112 (manysat.sh) S 1110 1112 728 0 -1 4194304 312 2947 0 0 0 0 851 4 16 0 1 0 102830715 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1112/statm: 1339 238 195 169 0 50 0
[pid=1115] ppid=1112 vsize=193620 CPUtime=426.03
/proc/1115/stat : 1115 (manysat1.1_stat) R 1112 1112 728 0 -1 4194304 45245 0 0 0 42543 60 0 0 20 0 2 0 102831574 198266880 45231 1992294400 134512640 135305190 4294956144 18446744073709551615 134528554 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/1115/statm: 48405 45231 83 193 0 48209 0
[pid=1115/tid=1116] ppid=1112 vsize=193620 CPUtime=212.56
/proc/1115/task/1116/stat : 1116 (manysat1.1_stat) R 1112 1112 728 0 -1 4194368 18257 0 0 0 21232 24 0 0 24 0 2 0 102831591 198266880 45231 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 434.58
Current children cumulated vsize (KiB) 198976

[startup+282.302 s]
/proc/loadavg: 2.00 1.94 1.60 3/67 1116
/proc/meminfo: memFree=1461552/2055920 swapFree=4181440/4192956
[pid=1112] ppid=1110 vsize=5356 CPUtime=8.55
/proc/1112/stat : 1112 (manysat.sh) S 1110 1112 728 0 -1 4194304 312 2947 0 0 0 0 851 4 16 0 1 0 102830715 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1112/statm: 1339 238 195 169 0 50 0
[pid=1115] ppid=1112 vsize=228992 CPUtime=545.72
/proc/1115/stat : 1115 (manysat1.1_stat) R 1112 1112 728 0 -1 4194304 53880 0 0 0 54495 77 0 0 18 0 2 0 102831574 234487808 53866 1992294400 134512640 135305190 4294956144 18446744073709551615 134528410 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/1115/statm: 57248 53866 83 193 0 57052 0
[pid=1115/tid=1116] ppid=1112 vsize=228992 CPUtime=272.3
/proc/1115/task/1116/stat : 1116 (manysat1.1_stat) R 1112 1112 728 0 -1 4194368 22098 0 0 0 27198 32 0 0 25 0 2 0 102831591 234487808 53866 1992294400 134512640 135305190 4294956144 18446744073709551615 134528771 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 554.27
Current children cumulated vsize (KiB) 234348

[startup+342.302 s]
/proc/loadavg: 2.00 1.95 1.62 3/67 1116
/proc/meminfo: memFree=1432880/2055920 swapFree=4181440/4192956
[pid=1112] ppid=1110 vsize=5356 CPUtime=8.55
/proc/1112/stat : 1112 (manysat.sh) S 1110 1112 728 0 -1 4194304 312 2947 0 0 0 0 851 4 16 0 1 0 102830715 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1112/statm: 1339 238 195 169 0 50 0
[pid=1115] ppid=1112 vsize=257236 CPUtime=665.4
/proc/1115/stat : 1115 (manysat1.1_stat) R 1112 1112 728 0 -1 4194304 61016 0 0 0 66450 90 0 0 17 0 2 0 102831574 263409664 60953 1992294400 134512640 135305190 4294956144 18446744073709551615 134557916 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/1115/statm: 64309 60953 83 193 0 64113 0
[pid=1115/tid=1116] ppid=1112 vsize=257236 CPUtime=332.04
/proc/1115/task/1116/stat : 1116 (manysat1.1_stat) R 1112 1112 728 0 -1 4194368 24792 0 0 0 33166 38 0 0 18 0 2 0 102831591 263409664 60953 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 673.95
Current children cumulated vsize (KiB) 262592

[startup+402.303 s]
/proc/loadavg: 2.00 1.96 1.64 3/67 1116
/proc/meminfo: memFree=1391408/2055920 swapFree=4181440/4192956
[pid=1112] ppid=1110 vsize=5356 CPUtime=8.55
/proc/1112/stat : 1112 (manysat.sh) S 1110 1112 728 0 -1 4194304 312 2947 0 0 0 0 851 4 16 0 1 0 102830715 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1112/statm: 1339 238 195 169 0 50 0
[pid=1115] ppid=1112 vsize=300044 CPUtime=785.12
/proc/1115/stat : 1115 (manysat1.1_stat) R 1112 1112 728 0 -1 4194304 71406 0 0 0 78406 106 0 0 17 0 2 0 102831574 307245056 71343 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/1115/statm: 75011 71343 83 193 0 74815 0
[pid=1115/tid=1116] ppid=1112 vsize=300044 CPUtime=391.78
/proc/1115/task/1116/stat : 1116 (manysat1.1_stat) R 1112 1112 728 0 -1 4194368 29374 0 0 0 39134 44 0 0 18 0 2 0 102831591 307245056 71343 1992294400 134512640 135305190 4294956144 18446744073709551615 134556761 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 793.67
Current children cumulated vsize (KiB) 305400

[startup+462.301 s]
/proc/loadavg: 2.00 1.96 1.66 3/67 1116
/proc/meminfo: memFree=1367792/2055920 swapFree=4181440/4192956
[pid=1112] ppid=1110 vsize=5356 CPUtime=8.55
/proc/1112/stat : 1112 (manysat.sh) S 1110 1112 728 0 -1 4194304 312 2947 0 0 0 0 851 4 16 0 1 0 102830715 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1112/statm: 1339 238 195 169 0 50 0
[pid=1115] ppid=1112 vsize=323576 CPUtime=904.82
/proc/1115/stat : 1115 (manysat1.1_stat) R 1112 1112 728 0 -1 4194304 77290 0 0 0 90366 116 0 0 25 0 2 0 102831574 331341824 77227 1992294400 134512640 135305190 4294956144 18446744073709551615 134547906 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/1115/statm: 80894 77227 83 193 0 80698 0
[pid=1115/tid=1116] ppid=1112 vsize=323576 CPUtime=451.53
/proc/1115/task/1116/stat : 1116 (manysat1.1_stat) R 1112 1112 728 0 -1 4194368 31859 0 0 0 45106 47 0 0 17 0 2 0 102831591 331341824 77227 1992294400 134512640 135305190 4294956144 18446744073709551615 134557376 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 913.37
Current children cumulated vsize (KiB) 328932

[startup+522.301 s]
/proc/loadavg: 2.00 1.97 1.68 3/67 1116
/proc/meminfo: memFree=1349424/2055920 swapFree=4181440/4192956
[pid=1112] ppid=1110 vsize=5356 CPUtime=8.55
/proc/1112/stat : 1112 (manysat.sh) S 1110 1112 728 0 -1 4194304 312 2947 0 0 0 0 851 4 16 0 1 0 102830715 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1112/statm: 1339 238 195 169 0 50 0
[pid=1115] ppid=1112 vsize=340592 CPUtime=1024.51
/proc/1115/stat : 1115 (manysat1.1_stat) R 1112 1112 728 0 -1 4194304 81870 0 0 0 102324 127 0 0 17 0 2 0 102831574 348766208 81807 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/1115/statm: 85148 81807 83 193 0 84952 0
[pid=1115/tid=1116] ppid=1112 vsize=340592 CPUtime=511.25
/proc/1115/task/1116/stat : 1116 (manysat1.1_stat) R 1112 1112 728 0 -1 4194368 33508 0 0 0 51073 52 0 0 17 0 2 0 102831591 348766208 81807 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1033.06
Current children cumulated vsize (KiB) 345948

[startup+582.302 s]
/proc/loadavg: 2.00 1.97 1.69 3/67 1116
/proc/meminfo: memFree=1328816/2055920 swapFree=4181440/4192956
[pid=1112] ppid=1110 vsize=5356 CPUtime=8.55
/proc/1112/stat : 1112 (manysat.sh) S 1110 1112 728 0 -1 4194304 312 2947 0 0 0 0 851 4 16 0 1 0 102830715 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1112/statm: 1339 238 195 169 0 50 0
[pid=1115] ppid=1112 vsize=361296 CPUtime=1144.25
/proc/1115/stat : 1115 (manysat1.1_stat) R 1112 1112 728 0 -1 4194304 87108 0 0 0 114290 135 0 0 18 0 2 0 102831574 369967104 87045 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/1115/statm: 90324 87045 83 193 0 90128 0
[pid=1115/tid=1116] ppid=1112 vsize=361296 CPUtime=571
/proc/1115/task/1116/stat : 1116 (manysat1.1_stat) R 1112 1112 728 0 -1 4194368 36452 0 0 0 57044 56 0 0 17 0 2 0 102831591 369967104 87045 1992294400 134512640 135305190 4294956144 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1152.8
Current children cumulated vsize (KiB) 366652



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+606.002 s]
/proc/loadavg: 2.00 1.97 1.70 3/67 1116
/proc/meminfo: memFree=1317680/2055920 swapFree=4181440/4192956
[pid=1112] ppid=1110 vsize=5356 CPUtime=8.55
/proc/1112/stat : 1112 (manysat.sh) S 1110 1112 728 0 -1 4194304 312 2947 0 0 0 0 851 4 16 0 1 0 102830715 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1112/statm: 1339 238 195 169 0 50 0
[pid=1115] ppid=1112 vsize=372576 CPUtime=1191.52
/proc/1115/stat : 1115 (manysat1.1_stat) R 1112 1112 728 0 -1 4194304 89774 0 0 0 119011 141 0 0 17 0 2 0 102831574 381517824 89711 1992294400 134512640 135305190 4294956144 18446744073709551615 134556770 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/1115/statm: 93144 89711 83 193 0 92948 0
[pid=1115/tid=1116] ppid=1112 vsize=372576 CPUtime=594.61
/proc/1115/task/1116/stat : 1116 (manysat1.1_stat) R 1112 1112 728 0 -1 4194368 37571 0 0 0 59402 59 0 0 20 0 2 0 102831591 381517824 89711 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 377932

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1112 and gives
#  childrusage.ru_utime.tv_sec=8
#  childrusage.ru_utime.tv_usec=520704
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=51992
# CPU time returned by wait4() is 8.5727
# while last known CPU time is 1200.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 606.026
CPU time (s): 1200.07
CPU user time (s): 1198.62
CPU system time (s): 1.45
CPU usage (%): 198.023
Max. virtual memory (cumulated for all children) (KiB): 377932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.5207
system time used= 0.051992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3259
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= 5
involuntary context switches= 44

runsolver used 0.584911 second user time and 1.63375 second system time

The end

Launcher Data

Begin job on node39 at 2009-04-26 14:13:43
IDJOB=1729330
IDBENCH=24701
IDSOLVER=514
FILE ID=node39/1729330-1240748023
PBS_JOBID= 9187030
Free space on /tmp= 66344 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT07/crafted/Hard/contest03/others/color-18-4.sat05-443.reshuffled-07.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1729330-1240748023/watcher-1729330-1240748023 -o /tmp/evaluation-result-1729330-1240748023/solver-1729330-1240748023 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1729330-1240748023.cnf aimd 1

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

MD5SUM BENCH= ef7f419fe4e145465fe8ec684a206f9b
RANDOM SEED=1618841718

node39.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.281
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.281
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:       1682920 kB
Buffers:         39872 kB
Cached:         276056 kB
SwapCached:       6324 kB
Active:         139768 kB
Inactive:       185052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1682920 kB
SwapTotal:     4192956 kB
SwapFree:      4181440 kB
Dirty:            3400 kB
Writeback:           0 kB
Mapped:          13552 kB
Slab:            34232 kB
Committed_AS:   469600 kB
PageTables:       1380 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= 66336 MiB
End job on node39 at 2009-04-26 14:23:51