Trace number 1541563

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.21 1200.52

General information on the benchmark

NameRANDOM/MEDIUM/7SAT/UNKNOWN/60/
unif-k7-r89-v60-c5340-S108799362-035.cnf
MD5SUMa1a7c44aaefb9d151590a11e58c71aae
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark787.348
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses5340
Sum of the clauses size37380
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 55340

Solver Data

0.00/0.04	c Heuristic : G2WSAT
0.00/0.04	c Hybrid barrier : 1 
0.00/0.04	c Problem instance: numAtoms = 60, numClauses = 5340, numLiterals = 37380
0.00/0.04	c General parameters: seed=1658478502, cutoff=1000000000, targetCost = 0, print solution: yes
0.00/0.04	c gNovelty+ parameters: noise = 0, walkprob = 1, smoothprob = 100
0.00/0.04	c tries = 1
0.00/0.04	c 

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1541563-1238460534/watcher-1541563-1238460534 -o /tmp/evaluation-result-1541563-1238460534/solver-1541563-1238460534 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/hybridGM7 HOME/instance-1541563-1238460534.cnf 1658478502 

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


[startup+0 s]
/proc/loadavg: 0.99 0.98 0.99 3/68 17645
/proc/meminfo: memFree=1527312/2055920 swapFree=4175244/4192956
[pid=17645] ppid=17643 vsize=260600 CPUtime=0
/proc/17645/stat : 17645 (hybridGM7) R 17643 17645 17290 0 -1 4194304 935 0 0 0 0 0 0 0 18 0 1 0 1118715026 266854400 919 1992294400 134512640 135204385 4294956208 18446744073709551615 134542712 0 0 4096 0 0 0 0 17 1 0 0
/proc/17645/statm: 65150 925 55 168 0 64980 0

[startup+0.060691 s]
/proc/loadavg: 0.99 0.98 0.99 3/68 17645
/proc/meminfo: memFree=1527312/2055920 swapFree=4175244/4192956
[pid=17645] ppid=17643 vsize=268416 CPUtime=0.04
/proc/17645/stat : 17645 (hybridGM7) R 17643 17645 17290 0 -1 4194304 4626 0 0 0 3 1 0 0 18 0 1 0 1118715026 274857984 4609 1992294400 134512640 135204385 4294956208 18446744073709551615 134536744 0 0 4096 0 0 0 0 17 1 0 0
/proc/17645/statm: 67104 4609 64 168 0 66934 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 268416

[startup+0.102695 s]
/proc/loadavg: 0.99 0.98 0.99 3/68 17645
/proc/meminfo: memFree=1527312/2055920 swapFree=4175244/4192956
[pid=17645] ppid=17643 vsize=268416 CPUtime=0.09
/proc/17645/stat : 17645 (hybridGM7) R 17643 17645 17290 0 -1 4194304 4626 0 0 0 8 1 0 0 18 0 1 0 1118715026 274857984 4609 1992294400 134512640 135204385 4294956208 18446744073709551615 134537544 0 0 4096 0 0 0 0 17 1 0 0
/proc/17645/statm: 67104 4609 64 168 0 66934 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 268416

[startup+0.302714 s]
/proc/loadavg: 0.99 0.98 0.99 3/68 17645
/proc/meminfo: memFree=1527312/2055920 swapFree=4175244/4192956
[pid=17645] ppid=17643 vsize=268996 CPUtime=0.29
/proc/17645/stat : 17645 (hybridGM7) R 17643 17645 17290 0 -1 4194304 4871 0 0 0 27 2 0 0 19 0 1 0 1118715026 275451904 4848 1992294400 134512640 135204385 4294956208 18446744073709551615 134537611 0 0 4096 0 0 0 0 17 1 0 0
/proc/17645/statm: 67249 4848 85 168 0 67079 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 268996

[startup+0.702754 s]
/proc/loadavg: 0.99 0.98 0.99 3/68 17645
/proc/meminfo: memFree=1527312/2055920 swapFree=4175244/4192956
[pid=17645] ppid=17643 vsize=268996 CPUtime=0.69
/proc/17645/stat : 17645 (hybridGM7) R 17643 17645 17290 0 -1 4194304 4907 0 0 0 67 2 0 0 22 0 1 0 1118715026 275451904 4884 1992294400 134512640 135204385 4294956208 18446744073709551615 134536977 0 0 4096 0 0 0 0 17 1 0 0
/proc/17645/statm: 67249 4884 85 168 0 67079 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 268996

[startup+1.50183 s]
/proc/loadavg: 0.99 0.98 0.99 2/69 17646
/proc/meminfo: memFree=1507720/2055920 swapFree=4175244/4192956
[pid=17645] ppid=17643 vsize=269428 CPUtime=1.49
/proc/17645/stat : 17645 (hybridGM7) R 17643 17645 17290 0 -1 4194304 5012 0 0 0 147 2 0 0 25 0 1 0 1118715026 275894272 4979 1992294400 134512640 135204385 4294956208 18446744073709551615 134537443 0 0 4096 0 0 0 0 17 1 0 0
/proc/17645/statm: 67357 4979 85 168 0 67187 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 269428

[startup+3.10199 s]
/proc/loadavg: 0.99 0.98 0.99 2/69 17646
/proc/meminfo: memFree=1507272/2055920 swapFree=4175244/4192956
[pid=17645] ppid=17643 vsize=269616 CPUtime=3.09
/proc/17645/stat : 17645 (hybridGM7) R 17643 17645 17290 0 -1 4194304 5092 0 0 0 307 2 0 0 25 0 1 0 1118715026 276086784 5056 1992294400 134512640 135204385 4294956208 18446744073709551615 134536891 0 0 4096 0 0 0 0 17 1 0 0
/proc/17645/statm: 67404 5056 85 168 0 67234 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 269616

[startup+6.30131 s]
/proc/loadavg: 0.99 0.98 0.99 2/69 17646
/proc/meminfo: memFree=1506056/2055920 swapFree=4175244/4192956
[pid=17645] ppid=17643 vsize=271124 CPUtime=6.29
/proc/17645/stat : 17645 (hybridGM7) R 17643 17645 17290 0 -1 4194304 5444 0 0 0 627 2 0 0 25 0 1 0 1118715026 277630976 5408 1992294400 134512640 135204385 4294956208 18446744073709551615 134537383 0 0 4096 0 0 0 0 17 1 0 0
/proc/17645/statm: 67781 5408 85 168 0 67611 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 271124

[startup+12.7019 s]
/proc/loadavg: 0.99 0.98 0.99 2/69 17646
/proc/meminfo: memFree=1501704/2055920 swapFree=4175244/4192956
[pid=17645] ppid=17643 vsize=275516 CPUtime=12.69
/proc/17645/stat : 17645 (hybridGM7) R 17643 17645 17290 0 -1 4194304 6562 0 0 0 1267 2 0 0 25 0 1 0 1118715026 282128384 6505 1992294400 134512640 135204385 4294956208 18446744073709551615 134536968 0 0 4096 0 0 0 0 17 1 0 0
/proc/17645/statm: 68879 6505 85 168 0 68709 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 275516

[startup+25.5012 s]
/proc/loadavg: 0.99 0.98 0.99 2/69 17646
/proc/meminfo: memFree=1493704/2055920 swapFree=4175244/4192956
[pid=17645] ppid=17643 vsize=282912 CPUtime=25.48
/proc/17645/stat : 17645 (hybridGM7) R 17643 17645 17290 0 -1 4194304 8415 0 0 0 2545 3 0 0 25 0 1 0 1118715026 289701888 8358 1992294400 134512640 135204385 4294956208 18446744073709551615 134536993 0 0 4096 0 0 0 0 17 1 0 0
/proc/17645/statm: 70728 8358 85 168 0 70558 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 282912

[startup+51.1018 s]
/proc/loadavg: 0.99 0.98 0.99 2/69 17646
/proc/meminfo: memFree=1479240/2055920 swapFree=4175244/4192956
[pid=17645] ppid=17643 vsize=297768 CPUtime=51.08
/proc/17645/stat : 17645 (hybridGM7) R 17643 17645 17290 0 -1 4194304 12129 0 0 0 5103 5 0 0 25 0 1 0 1118715026 304914432 12072 1992294400 134512640 135204385 4294956208 18446744073709551615 134536993 0 0 4096 0 0 0 0 17 1 0 0
/proc/17645/statm: 74442 12072 85 168 0 74272 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 297768

[startup+102.307 s]
/proc/loadavg: 0.99 0.98 0.99 2/69 17646
/proc/meminfo: memFree=1447624/2055920 swapFree=4175244/4192956
[pid=17645] ppid=17643 vsize=328936 CPUtime=102.27
/proc/17645/stat : 17645 (hybridGM7) R 17643 17645 17290 0 -1 4194304 19919 0 0 0 10218 9 0 0 25 0 1 0 1118715026 336830464 19862 1992294400 134512640 135204385 4294956208 18446744073709551615 134536955 0 0 4096 0 0 0 0 17 1 0 0
/proc/17645/statm: 82234 19862 85 168 0 82064 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 328936

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/69 17646
/proc/meminfo: memFree=1411592/2055920 swapFree=4175244/4192956
[pid=17645] ppid=17643 vsize=365360 CPUtime=162.25
/proc/17645/stat : 17645 (hybridGM7) R 17643 17645 17290 0 -1 4194304 29024 0 0 0 16212 13 0 0 25 0 1 0 1118715026 374128640 28967 1992294400 134512640 135204385 4294956208 18446744073709551615 134537328 0 0 4096 0 0 0 0 17 1 0 0
/proc/17645/statm: 91340 28967 85 168 0 91170 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 365360

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/69 17646
/proc/meminfo: memFree=1377480/2055920 swapFree=4175244/4192956
[pid=17645] ppid=17643 vsize=398980 CPUtime=222.24
/proc/17645/stat : 17645 (hybridGM7) R 17643 17645 17290 0 -1 4194304 37429 0 0 0 22207 17 0 0 25 0 1 0 1118715026 408555520 37372 1992294400 134512640 135204385 4294956208 18446744073709551615 134536993 0 0 4096 0 0 0 0 17 1 0 0
/proc/17645/statm: 99745 37372 85 168 0 99575 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 398980

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/69 17646
/proc/meminfo: memFree=1343112/2055920 swapFree=4175244/4192956
[pid=17645] ppid=17643 vsize=433492 CPUtime=282.22
/proc/17645/stat : 17645 (hybridGM7) R 17643 17645 17290 0 -1 4194304 46052 0 0 0 28201 21 0 0 25 0 1 0 1118715026 443895808 45995 1992294400 134512640 135204385 4294956208 18446744073709551615 134536977 0 0 4096 0 0 0 0 17 1 0 0
/proc/17645/statm: 108373 45995 85 168 0 108203 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 433492

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/69 17646
/proc/meminfo: memFree=1306760/2055920 swapFree=4175244/4192956
[pid=17645] ppid=17643 vsize=469740 CPUtime=342.2
/proc/17645/stat : 17645 (hybridGM7) R 17643 17645 17290 0 -1 4194304 55136 0 0 0 34195 25 0 0 25 0 1 0 1118715026 481013760 55060 1992294400 134512640 135204385 4294956208 18446744073709551615 134536744 0 0 4096 0 0 0 0 17 1 0 0
/proc/17645/statm: 117435 55060 85 168 0 117265 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 469740

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/69 17646
/proc/meminfo: memFree=1273160/2055920 swapFree=4175244/4192956
[pid=17645] ppid=17643 vsize=503500 CPUtime=402.19
/proc/17645/stat : 17645 (hybridGM7) R 17643 17645 17290 0 -1 4194304 63578 0 0 0 40190 29 0 0 25 0 1 0 1118715026 515584000 63502 1992294400 134512640 135204385 4294956208 18446744073709551615 134537383 0 0 4096 0 0 0 0 17 1 0 0
/proc/17645/statm: 125875 63502 85 168 0 125705 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 503500

[startup+462.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/69 17646
/proc/meminfo: memFree=1239368/2055920 swapFree=4175244/4192956
[pid=17645] ppid=17643 vsize=537100 CPUtime=462.17
/proc/17645/stat : 17645 (hybridGM7) R 17643 17645 17290 0 -1 4194304 71988 0 0 0 46184 33 0 0 25 0 1 0 1118715026 549990400 71912 1992294400 134512640 135204385 4294956208 18446744073709551615 134537403 0 0 4096 0 0 0 0 17 1 0 0
/proc/17645/statm: 134275 71912 85 168 0 134105 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 537100

[startup+522.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/69 17646
/proc/meminfo: memFree=1207368/2055920 swapFree=4175244/4192956
[pid=17645] ppid=17643 vsize=569300 CPUtime=522.16
/proc/17645/stat : 17645 (hybridGM7) R 17643 17645 17290 0 -1 4194304 80029 0 0 0 52179 37 0 0 25 0 1 0 1118715026 582963200 79953 1992294400 134512640 135204385 4294956208 18446744073709551615 134537611 0 0 4096 0 0 0 0 17 1 0 0
/proc/17645/statm: 142325 79953 85 168 0 142155 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 569300

[startup+582.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/69 17646
/proc/meminfo: memFree=1171464/2055920 swapFree=4175244/4192956
[pid=17645] ppid=17643 vsize=604936 CPUtime=582.14
/proc/17645/stat : 17645 (hybridGM7) R 17643 17645 17290 0 -1 4194304 88937 0 0 0 58174 40 0 0 25 0 1 0 1118715026 619454464 88861 1992294400 134512640 135204385 4294956208 18446744073709551615 134536993 0 0 4096 0 0 0 0 17 1 0 0
/proc/17645/statm: 151234 88861 85 168 0 151064 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 604936

[startup+642.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/69 17646
/proc/meminfo: memFree=1137608/2055920 swapFree=4175244/4192956
[pid=17645] ppid=17643 vsize=638308 CPUtime=642.14
/proc/17645/stat : 17645 (hybridGM7) R 17643 17645 17290 0 -1 4194304 97284 0 0 0 64171 43 0 0 25 0 1 0 1118715026 653627392 97208 1992294400 134512640 135204385 4294956208 18446744073709551615 134536993 0 0 4096 0 0 0 0 17 1 0 0
/proc/17645/statm: 159577 97208 85 168 0 159407 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 638308

[startup+702.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/69 17646
/proc/meminfo: memFree=1102536/2055920 swapFree=4175244/4192956
[pid=17645] ppid=17643 vsize=673588 CPUtime=702.11
/proc/17645/stat : 17645 (hybridGM7) R 17643 17645 17290 0 -1 4194304 106111 0 0 0 70165 46 0 0 25 0 1 0 1118715026 689754112 106035 1992294400 134512640 135204385 4294956208 18446744073709551615 134537256 0 0 4096 0 0 0 0 17 1 0 0
/proc/17645/statm: 168397 106035 85 168 0 168227 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 673588

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/69 17652
/proc/meminfo: memFree=1068936/2055920 swapFree=4175244/4192956
[pid=17645] ppid=17643 vsize=707000 CPUtime=762.1
/proc/17645/stat : 17645 (hybridGM7) R 17643 17645 17290 0 -1 4194304 114463 0 0 0 76160 50 0 0 25 0 1 0 1118715026 723968000 114387 1992294400 134512640 135204385 4294956208 18446744073709551615 134537292 0 0 4096 0 0 0 0 17 1 0 0
/proc/17645/statm: 176750 114387 85 168 0 176580 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 707000

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/69 17652
/proc/meminfo: memFree=1032840/2055920 swapFree=4175244/4192956
[pid=17645] ppid=17643 vsize=743568 CPUtime=822.08
/proc/17645/stat : 17645 (hybridGM7) R 17643 17645 17290 0 -1 4194304 123599 0 0 0 82155 53 0 0 25 0 1 0 1118715026 761413632 123523 1992294400 134512640 135204385 4294956208 18446744073709551615 134536993 0 0 4096 0 0 0 0 17 1 0 0
/proc/17645/statm: 185892 123523 85 168 0 185722 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 743568

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/69 17652
/proc/meminfo: memFree=998216/2055920 swapFree=4175244/4192956
[pid=17645] ppid=17643 vsize=777524 CPUtime=882.07
/proc/17645/stat : 17645 (hybridGM7) R 17643 17645 17290 0 -1 4194304 132096 0 0 0 88151 56 0 0 25 0 1 0 1118715026 796184576 132020 1992294400 134512640 135204385 4294956208 18446744073709551615 134537308 0 0 4096 0 0 0 0 17 1 0 0
/proc/17645/statm: 194381 132020 85 168 0 194211 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 777524

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/69 17652
/proc/meminfo: memFree=962440/2055920 swapFree=4175244/4192956
[pid=17645] ppid=17643 vsize=813832 CPUtime=942.05
/proc/17645/stat : 17645 (hybridGM7) R 17643 17645 17290 0 -1 4194304 141158 0 0 0 94145 60 0 0 25 0 1 0 1118715026 833363968 141082 1992294400 134512640 135204385 4294956208 18446744073709551615 134553479 0 0 4096 0 0 0 0 17 1 0 0
/proc/17645/statm: 203458 141082 85 168 0 203288 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 813832

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/69 17652
/proc/meminfo: memFree=927176/2055920 swapFree=4175244/4192956
[pid=17645] ppid=17643 vsize=848464 CPUtime=1002.03
/proc/17645/stat : 17645 (hybridGM7) R 17643 17645 17290 0 -1 4194304 149828 0 0 0 100140 63 0 0 25 0 1 0 1118715026 868827136 149752 1992294400 134512640 135204385 4294956208 18446744073709551615 134537383 0 0 4096 0 0 0 0 17 1 0 0
/proc/17645/statm: 212116 149752 85 168 0 211946 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 848464

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/69 17652
/proc/meminfo: memFree=894216/2055920 swapFree=4175244/4192956
[pid=17645] ppid=17643 vsize=881688 CPUtime=1062.02
/proc/17645/stat : 17645 (hybridGM7) R 17643 17645 17290 0 -1 4194304 158126 0 0 0 106135 67 0 0 25 0 1 0 1118715026 902848512 158050 1992294400 134512640 135204385 4294956208 18446744073709551615 134659365 0 0 4096 0 0 0 0 17 1 0 0
/proc/17645/statm: 220422 158050 85 168 0 220252 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 881688

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/69 17652
/proc/meminfo: memFree=861768/2055920 swapFree=4175244/4192956
[pid=17645] ppid=17643 vsize=913652 CPUtime=1122
/proc/17645/stat : 17645 (hybridGM7) R 17643 17645 17290 0 -1 4194304 166114 0 0 0 112129 71 0 0 25 0 1 0 1118715026 935579648 166038 1992294400 134512640 135204385 4294956208 18446744073709551615 134537383 0 0 4096 0 0 0 0 17 1 0 0
/proc/17645/statm: 228413 166038 85 168 0 228243 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 913652

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/69 17652
/proc/meminfo: memFree=826760/2055920 swapFree=4175244/4192956
[pid=17645] ppid=17643 vsize=949184 CPUtime=1181.98
/proc/17645/stat : 17645 (hybridGM7) R 17643 17645 17290 0 -1 4194304 175005 0 0 0 118123 75 0 0 25 0 1 0 1118715026 971964416 174929 1992294400 134512640 135204385 4294956208 18446744073709551615 134537403 0 0 4096 0 0 0 0 17 1 0 0
/proc/17645/statm: 237296 174929 85 168 0 237126 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 949184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/69 17652
/proc/meminfo: memFree=816904/2055920 swapFree=4175244/4192956
[pid=17645] ppid=17643 vsize=958392 CPUtime=1200.09
/proc/17645/stat : 17645 (hybridGM7) R 17643 17645 17290 0 -1 4194304 177305 0 0 0 119932 77 0 0 25 0 1 0 1118715026 981393408 177229 1992294400 134512640 135204385 4294956208 18446744073709551615 134536744 0 0 4096 0 0 0 0 17 1 0 0
/proc/17645/statm: 239598 177229 85 168 0 239428 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 958392

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

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

[startup+1200.51 s]
/proc/loadavg: 0.99 0.98 0.99 2/69 17652
/proc/meminfo: memFree=816904/2055920 swapFree=4175244/4192956
[pid=17645] ppid=17643 vsize=0 CPUtime=1200.18
/proc/17645/stat : 17645 (hybridGM7) R 17643 17645 17290 0 -1 4195332 177305 0 0 0 119932 86 0 0 25 0 1 0 1118715026 0 0 1992294400 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/17645/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.18
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.52
CPU time (s): 1200.21
CPU user time (s): 1199.33
CPU system time (s): 0.881865
CPU usage (%): 99.9743
Max. virtual memory (cumulated for all children) (KiB): 958392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.33
system time used= 0.881865
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 177305
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= 1068

runsolver used 1.07584 second user time and 3.3005 second system time

The end

Launcher Data

Begin job on node60 at 2009-03-31 02:48:54
IDJOB=1541563
IDBENCH=70457
IDSOLVER=535
FILE ID=node60/1541563-1238460534
PBS_JOBID= 9061733
Free space on /tmp= 66548 MiB

SOLVER NAME= hybridGM7 7
BENCH NAME= SAT09/RANDOM/MEDIUM/7SAT/UNKNOWN/60/unif-k7-r89-v60-c5340-S108799362-035.cnf
COMMAND LINE= HOME/hybridGM7 BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1541563-1238460534/watcher-1541563-1238460534 -o /tmp/evaluation-result-1541563-1238460534/solver-1541563-1238460534 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/hybridGM7 HOME/instance-1541563-1238460534.cnf 1658478502 

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

MD5SUM BENCH= a1a7c44aaefb9d151590a11e58c71aae
RANDOM SEED=1658478502

node60.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.202
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.202
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:       1527728 kB
Buffers:         90392 kB
Cached:         346688 kB
SwapCached:      11040 kB
Active:         162972 kB
Inactive:       287260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1527728 kB
SwapTotal:     4192956 kB
SwapFree:      4175244 kB
Dirty:            1168 kB
Writeback:           0 kB
Mapped:          18476 kB
Slab:            63460 kB
Committed_AS:  3296468 kB
PageTables:       1712 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= 66548 MiB
End job on node60 at 2009-03-31 03:08:57