Trace number 1729931

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
hybridGM7 7? (TO) 1200.12 1200.43

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.08	c Heuristic : G2WSAT
0.00/0.08	c Hybrid barrier : 1 
0.00/0.08	c Problem instance: numAtoms = 1587, numClauses = 8013, numLiterals = 68223
0.00/0.08	c General parameters: seed=1428792727, cutoff=1000000000, targetCost = 0, print solution: yes
0.00/0.08	c gNovelty+ parameters: noise = 0, walkprob = 1, smoothprob = 100
0.00/0.08	c tries = 1
0.00/0.08	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-1729931-1240754745/watcher-1729931-1240754745 -o /tmp/evaluation-result-1729931-1240754745/solver-1729931-1240754745 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/hybridGM7 HOME/instance-1729931-1240754745.cnf 1428792727 

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 1.00 3/64 1417
/proc/meminfo: memFree=1725144/2055920 swapFree=4191900/4192956
[pid=1417] ppid=1415 vsize=260600 CPUtime=0
/proc/1417/stat : 1417 (hybridGM7) R 1415 1417 1304 0 -1 4194304 886 0 0 0 0 0 0 0 18 0 1 0 103508476 266854400 870 1992294400 134512640 135204385 4294956224 18446744073709551615 134542712 0 0 4096 0 0 0 0 17 1 0 0
/proc/1417/statm: 65150 877 55 168 0 64980 0

[startup+0.104504 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 1417
/proc/meminfo: memFree=1725144/2055920 swapFree=4191900/4192956
[pid=1417] ppid=1415 vsize=268416 CPUtime=0.1
/proc/1417/stat : 1417 (hybridGM7) R 1415 1417 1304 0 -1 4194304 4790 0 0 0 8 2 0 0 18 0 1 0 103508476 274857984 4773 1992294400 134512640 135204385 4294956224 18446744073709551615 134537555 0 0 4096 0 0 0 0 17 1 0 0
/proc/1417/statm: 67104 4773 64 168 0 66934 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 268416

[startup+0.201513 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 1417
/proc/meminfo: memFree=1725144/2055920 swapFree=4191900/4192956
[pid=1417] ppid=1415 vsize=268416 CPUtime=0.19
/proc/1417/stat : 1417 (hybridGM7) R 1415 1417 1304 0 -1 4194304 4793 0 0 0 17 2 0 0 18 0 1 0 103508476 274857984 4776 1992294400 134512640 135204385 4294956224 18446744073709551615 134537131 0 0 4096 0 0 0 0 17 1 0 0
/proc/1417/statm: 67104 4776 64 168 0 66934 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 268416

[startup+0.301523 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 1417
/proc/meminfo: memFree=1725144/2055920 swapFree=4191900/4192956
[pid=1417] ppid=1415 vsize=268416 CPUtime=0.29
/proc/1417/stat : 1417 (hybridGM7) R 1415 1417 1304 0 -1 4194304 4793 0 0 0 27 2 0 0 19 0 1 0 103508476 274857984 4776 1992294400 134512640 135204385 4294956224 18446744073709551615 134536663 0 0 4096 0 0 0 0 17 1 0 0
/proc/1417/statm: 67104 4776 64 168 0 66934 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 268416

[startup+0.701563 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 1417
/proc/meminfo: memFree=1725144/2055920 swapFree=4191900/4192956
[pid=1417] ppid=1415 vsize=272668 CPUtime=0.69
/proc/1417/stat : 1417 (hybridGM7) R 1415 1417 1304 0 -1 4194304 5904 0 0 0 67 2 0 0 22 0 1 0 103508476 279212032 5887 1992294400 134512640 135204385 4294956224 18446744073709551615 134707446 0 0 4096 0 0 0 0 17 1 0 0
/proc/1417/statm: 68200 5893 80 168 0 68030 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 272668

[startup+1.50264 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 1418
/proc/meminfo: memFree=1701520/2055920 swapFree=4191900/4192956
[pid=1417] ppid=1415 vsize=272932 CPUtime=1.49
/proc/1417/stat : 1417 (hybridGM7) R 1415 1417 1304 0 -1 4194304 5958 0 0 0 147 2 0 0 25 0 1 0 103508476 279482368 5941 1992294400 134512640 135204385 4294956224 18446744073709551615 134560665 0 0 4096 0 0 0 0 17 1 0 0
/proc/1417/statm: 68233 5941 85 168 0 68063 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 272932

[startup+3.1018 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 1418
/proc/meminfo: memFree=1701328/2055920 swapFree=4191900/4192956
[pid=1417] ppid=1415 vsize=273136 CPUtime=3.09
/proc/1417/stat : 1417 (hybridGM7) R 1415 1417 1304 0 -1 4194304 5996 0 0 0 307 2 0 0 25 0 1 0 103508476 279691264 5979 1992294400 134512640 135204385 4294956224 18446744073709551615 134611614 0 0 4096 0 0 0 0 17 1 0 0
/proc/1417/statm: 68284 5979 85 168 0 68114 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 273136

[startup+6.30112 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 1418
/proc/meminfo: memFree=1701008/2055920 swapFree=4191900/4192956
[pid=1417] ppid=1415 vsize=273388 CPUtime=6.29
/proc/1417/stat : 1417 (hybridGM7) R 1415 1417 1304 0 -1 4194304 6036 0 0 0 627 2 0 0 25 0 1 0 103508476 279949312 6019 1992294400 134512640 135204385 4294956224 18446744073709551615 134600777 0 0 4096 0 0 0 0 17 1 0 0
/proc/1417/statm: 68347 6019 85 168 0 68177 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 273388

[startup+12.7018 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 1418
/proc/meminfo: memFree=1700304/2055920 swapFree=4191900/4192956
[pid=1417] ppid=1415 vsize=273956 CPUtime=12.68
/proc/1417/stat : 1417 (hybridGM7) R 1415 1417 1304 0 -1 4194304 6201 0 0 0 1266 2 0 0 25 0 1 0 103508476 280530944 6184 1992294400 134512640 135204385 4294956224 18446744073709551615 134611522 0 0 4096 0 0 0 0 17 1 0 0
/proc/1417/statm: 68489 6184 85 168 0 68319 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 273956

[startup+25.502 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 1418
/proc/meminfo: memFree=1699024/2055920 swapFree=4191900/4192956
[pid=1417] ppid=1415 vsize=275232 CPUtime=25.49
/proc/1417/stat : 1417 (hybridGM7) R 1415 1417 1304 0 -1 4194304 6504 0 0 0 2546 3 0 0 25 0 1 0 103508476 281837568 6487 1992294400 134512640 135204385 4294956224 18446744073709551615 134523548 0 0 4096 0 0 0 0 17 1 0 0
/proc/1417/statm: 68808 6487 85 168 0 68638 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 275232

[startup+51.1016 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 1418
/proc/meminfo: memFree=1697040/2055920 swapFree=4191900/4192956
[pid=1417] ppid=1415 vsize=278108 CPUtime=51.08
/proc/1417/stat : 1417 (hybridGM7) R 1415 1417 1304 0 -1 4194304 7011 0 0 0 5104 4 0 0 25 0 1 0 103508476 284782592 6994 1992294400 134512640 135204385 4294956224 18446744073709551615 134586271 0 0 4096 0 0 0 0 17 1 0 0
/proc/1417/statm: 69527 6994 85 168 0 69357 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 278108

[startup+102.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 1418
/proc/meminfo: memFree=1691792/2055920 swapFree=4191900/4192956
[pid=1417] ppid=1415 vsize=284576 CPUtime=102.27
/proc/1417/stat : 1417 (hybridGM7) R 1415 1417 1304 0 -1 4194304 8290 0 0 0 10222 5 0 0 25 0 1 0 103508476 291405824 8273 1992294400 134512640 135204385 4294956224 18446744073709551615 134600801 0 0 4096 0 0 0 0 17 1 0 0
/proc/1417/statm: 71144 8273 85 168 0 70974 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 284576

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 1418
/proc/meminfo: memFree=1685712/2055920 swapFree=4191900/4192956
[pid=1417] ppid=1415 vsize=290396 CPUtime=162.25
/proc/1417/stat : 1417 (hybridGM7) R 1415 1417 1304 0 -1 4194304 9820 0 0 0 16219 6 0 0 25 0 1 0 103508476 297365504 9803 1992294400 134512640 135204385 4294956224 18446744073709551615 134610166 0 0 4096 0 0 0 0 17 1 0 0
/proc/1417/statm: 72599 9803 85 168 0 72429 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 290396

[startup+222.306 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 1418
/proc/meminfo: memFree=1678672/2055920 swapFree=4191900/4192956
[pid=1417] ppid=1415 vsize=299128 CPUtime=222.24
/proc/1417/stat : 1417 (hybridGM7) R 1415 1417 1304 0 -1 4194304 11548 0 0 0 22217 7 0 0 25 0 1 0 103508476 306307072 11531 1992294400 134512640 135204385 4294956224 18446744073709551615 134523598 0 0 4096 0 0 0 0 17 1 0 0
/proc/1417/statm: 74782 11531 85 168 0 74612 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 299128

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 1418
/proc/meminfo: memFree=1673360/2055920 swapFree=4191900/4192956
[pid=1417] ppid=1415 vsize=312224 CPUtime=282.22
/proc/1417/stat : 1417 (hybridGM7) R 1415 1417 1304 0 -1 4194304 12871 0 0 0 28215 7 0 0 25 0 1 0 103508476 319717376 12854 1992294400 134512640 135204385 4294956224 18446744073709551615 134562635 0 0 4096 0 0 0 0 17 1 0 0
/proc/1417/statm: 78056 12854 85 168 0 77886 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 312224

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 1418
/proc/meminfo: memFree=1667856/2055920 swapFree=4191900/4192956
[pid=1417] ppid=1415 vsize=312224 CPUtime=342.2
/proc/1417/stat : 1417 (hybridGM7) R 1415 1417 1304 0 -1 4194304 14236 0 0 0 34212 8 0 0 25 0 1 0 103508476 319717376 14219 1992294400 134512640 135204385 4294956224 18446744073709551615 134611361 0 0 4096 0 0 0 0 17 1 0 0
/proc/1417/statm: 78056 14219 85 168 0 77886 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 312224

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 1418
/proc/meminfo: memFree=1663760/2055920 swapFree=4191900/4192956
[pid=1417] ppid=1415 vsize=312224 CPUtime=402.19
/proc/1417/stat : 1417 (hybridGM7) R 1415 1417 1304 0 -1 4194304 15272 0 0 0 40210 9 0 0 25 0 1 0 103508476 319717376 15255 1992294400 134512640 135204385 4294956224 18446744073709551615 134610166 0 0 4096 0 0 0 0 17 1 0 0
/proc/1417/statm: 78056 15255 85 168 0 77886 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 312224

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 1418
/proc/meminfo: memFree=1658256/2055920 swapFree=4191900/4192956
[pid=1417] ppid=1415 vsize=331868 CPUtime=462.18
/proc/1417/stat : 1417 (hybridGM7) R 1415 1417 1304 0 -1 4194304 16601 0 0 0 46207 11 0 0 25 0 1 0 103508476 339832832 16584 1992294400 134512640 135204385 4294956224 18446744073709551615 134553344 0 0 4096 0 0 0 0 17 1 0 0
/proc/1417/statm: 82967 16584 85 168 0 82797 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 331868

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 1418
/proc/meminfo: memFree=1654544/2055920 swapFree=4191900/4192956
[pid=1417] ppid=1415 vsize=331868 CPUtime=522.16
/proc/1417/stat : 1417 (hybridGM7) R 1415 1417 1304 0 -1 4194304 17529 0 0 0 52205 11 0 0 25 0 1 0 103508476 339832832 17512 1992294400 134512640 135204385 4294956224 18446744073709551615 134562633 0 0 4096 0 0 0 0 17 1 0 0
/proc/1417/statm: 82967 17512 85 168 0 82797 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 331868

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 1418
/proc/meminfo: memFree=1650704/2055920 swapFree=4191900/4192956
[pid=1417] ppid=1415 vsize=331868 CPUtime=582.14
/proc/1417/stat : 1417 (hybridGM7) R 1415 1417 1304 0 -1 4194304 18458 0 0 0 58202 12 0 0 25 0 1 0 103508476 339832832 18441 1992294400 134512640 135204385 4294956224 18446744073709551615 134523610 0 0 4096 0 0 0 0 17 1 0 0
/proc/1417/statm: 82967 18441 85 168 0 82797 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 331868

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 1418
/proc/meminfo: memFree=1645712/2055920 swapFree=4191900/4192956
[pid=1417] ppid=1415 vsize=331868 CPUtime=642.12
/proc/1417/stat : 1417 (hybridGM7) R 1415 1417 1304 0 -1 4194304 19706 0 0 0 64199 13 0 0 25 0 1 0 103508476 339832832 19689 1992294400 134512640 135204385 4294956224 18446744073709551615 134600777 0 0 4096 0 0 0 0 17 1 0 0
/proc/1417/statm: 82967 19689 85 168 0 82797 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 331868

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 1418
/proc/meminfo: memFree=1640528/2055920 swapFree=4191900/4192956
[pid=1417] ppid=1415 vsize=361336 CPUtime=702.12
/proc/1417/stat : 1417 (hybridGM7) R 1415 1417 1304 0 -1 4194304 21008 0 0 0 70197 15 0 0 25 0 1 0 103508476 370008064 20991 1992294400 134512640 135204385 4294956224 18446744073709551615 134600824 0 0 4096 0 0 0 0 17 1 0 0
/proc/1417/statm: 90334 20991 85 168 0 90164 0
Current children cumulated CPU time (s) 702.12
Current children cumulated vsize (KiB) 361336

[startup+762.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 1418
/proc/meminfo: memFree=1634192/2055920 swapFree=4191900/4192956
[pid=1417] ppid=1415 vsize=361336 CPUtime=762.1
/proc/1417/stat : 1417 (hybridGM7) R 1415 1417 1304 0 -1 4194304 22560 0 0 0 76194 16 0 0 25 0 1 0 103508476 370008064 22543 1992294400 134512640 135204385 4294956224 18446744073709551615 134562586 0 0 4096 0 0 0 0 17 1 0 0
/proc/1417/statm: 90334 22543 85 168 0 90164 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 361336

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 1418
/proc/meminfo: memFree=1628240/2055920 swapFree=4191900/4192956
[pid=1417] ppid=1415 vsize=361336 CPUtime=822.08
/proc/1417/stat : 1417 (hybridGM7) R 1415 1417 1304 0 -1 4194304 24055 0 0 0 82191 17 0 0 25 0 1 0 103508476 370008064 24038 1992294400 134512640 135204385 4294956224 18446744073709551615 134610166 0 0 4096 0 0 0 0 17 1 0 0
/proc/1417/statm: 90334 24038 85 168 0 90164 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 361336

[startup+882.305 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 1418
/proc/meminfo: memFree=1621968/2055920 swapFree=4191900/4192956
[pid=1417] ppid=1415 vsize=361336 CPUtime=882.07
/proc/1417/stat : 1417 (hybridGM7) R 1415 1417 1304 0 -1 4194304 25592 0 0 0 88189 18 0 0 25 0 1 0 103508476 370008064 25575 1992294400 134512640 135204385 4294956224 18446744073709551615 134611424 0 0 4096 0 0 0 0 17 1 0 0
/proc/1417/statm: 90334 25575 85 168 0 90164 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 361336

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 1418
/proc/meminfo: memFree=1615696/2055920 swapFree=4191900/4192956
[pid=1417] ppid=1415 vsize=361336 CPUtime=942.06
/proc/1417/stat : 1417 (hybridGM7) R 1415 1417 1304 0 -1 4194304 27191 0 0 0 94187 19 0 0 25 0 1 0 103508476 370008064 27174 1992294400 134512640 135204385 4294956224 18446744073709551615 134586290 0 0 4096 0 0 0 0 17 1 0 0
/proc/1417/statm: 90334 27174 85 168 0 90164 0
Current children cumulated CPU time (s) 942.06
Current children cumulated vsize (KiB) 361336

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 1418
/proc/meminfo: memFree=1610768/2055920 swapFree=4191900/4192956
[pid=1417] ppid=1415 vsize=405536 CPUtime=1002.04
/proc/1417/stat : 1417 (hybridGM7) R 1415 1417 1304 0 -1 4194304 28340 0 0 0 100183 21 0 0 25 0 1 0 103508476 415268864 28323 1992294400 134512640 135204385 4294956224 18446744073709551615 134583082 0 0 4096 0 0 0 0 17 1 0 0
/proc/1417/statm: 101384 28323 85 168 0 101214 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 405536

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 1418
/proc/meminfo: memFree=1605776/2055920 swapFree=4191900/4192956
[pid=1417] ppid=1415 vsize=405536 CPUtime=1062.02
/proc/1417/stat : 1417 (hybridGM7) R 1415 1417 1304 0 -1 4194304 29605 0 0 0 106180 22 0 0 25 0 1 0 103508476 415268864 29588 1992294400 134512640 135204385 4294956224 18446744073709551615 134623696 0 0 4096 0 0 0 0 17 1 0 0
/proc/1417/statm: 101384 29588 85 168 0 101214 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 405536

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 1418
/proc/meminfo: memFree=1601104/2055920 swapFree=4191900/4192956
[pid=1417] ppid=1415 vsize=405536 CPUtime=1122.01
/proc/1417/stat : 1417 (hybridGM7) R 1415 1417 1304 0 -1 4194304 30746 0 0 0 112178 23 0 0 25 0 1 0 103508476 415268864 30729 1992294400 134512640 135204385 4294956224 18446744073709551615 134611340 0 0 4096 0 0 0 0 17 1 0 0
/proc/1417/statm: 101384 30729 85 168 0 101214 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 405536

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 1418
/proc/meminfo: memFree=1596176/2055920 swapFree=4191900/4192956
[pid=1417] ppid=1415 vsize=405536 CPUtime=1181.99
/proc/1417/stat : 1417 (hybridGM7) R 1415 1417 1304 0 -1 4194304 31983 0 0 0 118175 24 0 0 25 0 1 0 103508476 415268864 31966 1992294400 134512640 135204385 4294956224 18446744073709551615 134553479 0 0 4096 0 0 0 0 17 1 0 0
/proc/1417/statm: 101384 31966 85 168 0 101214 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 405536



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 1418
/proc/meminfo: memFree=1594256/2055920 swapFree=4191900/4192956
[pid=1417] ppid=1415 vsize=405536 CPUtime=1200.1
/proc/1417/stat : 1417 (hybridGM7) R 1415 1417 1304 0 -1 4194304 32429 0 0 0 119985 25 0 0 25 0 1 0 103508476 415268864 32412 1992294400 134512640 135204385 4294956224 18446744073709551615 134562670 0 0 4096 0 0 0 0 17 1 0 0
/proc/1417/statm: 101384 32412 85 168 0 101214 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 405536

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

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

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 1418
/proc/meminfo: memFree=1594256/2055920 swapFree=4191900/4192956
[pid=1417] ppid=1415 vsize=405536 CPUtime=1200.1
/proc/1417/stat : 1417 (hybridGM7) R 1415 1417 1304 0 -1 4194304 32429 0 0 0 119985 25 0 0 25 0 1 0 103508476 415268864 32412 1992294400 134512640 135204385 4294956224 18446744073709551615 134562670 0 0 4096 0 0 0 0 17 1 0 0
/proc/1417/statm: 101384 32412 85 168 0 101214 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 405536

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.43
CPU time (s): 1200.12
CPU user time (s): 1199.85
CPU system time (s): 0.272958
CPU usage (%): 99.9749
Max. virtual memory (cumulated for all children) (KiB): 405536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.85
system time used= 0.272958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32429
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= 2
involuntary context switches= 2749

runsolver used 1.23581 second user time and 2.06069 second system time

The end

Launcher Data

Begin job on node12 at 2009-04-26 16:05:45
IDJOB=1729931
IDBENCH=24717
IDSOLVER=535
FILE ID=node12/1729931-1240754745
PBS_JOBID= 9187123
Free space on /tmp= 66348 MiB

SOLVER NAME= hybridGM7 7
BENCH NAME= SAT07/crafted/Difficult/contest05/QG/QG6-gensys-icl001.sat05-2695.reshuffled-07.cnf
COMMAND LINE= HOME/hybridGM7 BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1729931-1240754745/watcher-1729931-1240754745 -o /tmp/evaluation-result-1729931-1240754745/solver-1729931-1240754745 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/hybridGM7 HOME/instance-1729931-1240754745.cnf 1428792727 

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

MD5SUM BENCH= 178c0646166b92c20ce876c724294ca1
RANDOM SEED=1428792727

node12.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1725560 kB
Buffers:         33424 kB
Cached:         224388 kB
SwapCached:        384 kB
Active:          87672 kB
Inactive:       183512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1725560 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            1388 kB
Writeback:           0 kB
Mapped:          21828 kB
Slab:            45260 kB
Committed_AS:   488304 kB
PageTables:       1376 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66344 MiB
End job on node12 at 2009-04-26 16:25:47