Trace number 1541755

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.11 1200.54

General information on the benchmark

NameRANDOM/MEDIUM/7SAT/UNKNOWN/75/
unif-k7-r89-v75-c6675-S1394630553-009.cnf
MD5SUM699f3a80f674e8c0bc8bfc06cc4ce0c9
Bench CategoryRANDOM (random 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 variables75
Number of clauses6675
Sum of the clauses size46725
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 56675

Solver Data

0.02/0.05	c Heuristic : G2WSAT
0.02/0.05	c Hybrid barrier : 1 
0.02/0.05	c Problem instance: numAtoms = 75, numClauses = 6675, numLiterals = 46725
0.02/0.05	c General parameters: seed=237993749, cutoff=1000000000, targetCost = 0, print solution: yes
0.02/0.05	c gNovelty+ parameters: noise = 0, walkprob = 1, smoothprob = 100
0.02/0.05	c tries = 1
0.02/0.05	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-1541755-1238472890/watcher-1541755-1238472890 -o /tmp/evaluation-result-1541755-1238472890/solver-1541755-1238472890 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/hybridGM7 HOME/instance-1541755-1238472890.cnf 237993749 

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.92 0.98 0.99 3/64 20576
/proc/meminfo: memFree=1088888/2055920 swapFree=4174136/4192956
[pid=20576] ppid=20574 vsize=260600 CPUtime=0
/proc/20576/stat : 20576 (hybridGM7) R 20574 20576 20349 0 -1 4194304 872 0 0 0 0 0 0 0 18 0 1 0 1119955799 266854400 856 1992294400 134512640 135204385 4294956224 18446744073709551615 134542712 0 0 4096 0 0 0 0 17 1 0 0
/proc/20576/statm: 65150 862 55 168 0 64980 0

[startup+0.0328989 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 20576
/proc/meminfo: memFree=1088888/2055920 swapFree=4174136/4192956
[pid=20576] ppid=20574 vsize=268412 CPUtime=0.02
/proc/20576/stat : 20576 (hybridGM7) R 20574 20576 20349 0 -1 4194304 1396 0 0 0 2 0 0 0 18 0 1 0 1119955799 274853888 1379 1992294400 134512640 135204385 4294956224 18446744073709551615 134543223 0 0 4096 0 0 0 0 17 1 0 0
/proc/20576/statm: 67103 1383 57 168 0 66933 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 268412

[startup+0.10191 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 20576
/proc/meminfo: memFree=1088888/2055920 swapFree=4174136/4192956
[pid=20576] ppid=20574 vsize=268416 CPUtime=0.09
/proc/20576/stat : 20576 (hybridGM7) R 20574 20576 20349 0 -1 4194304 4657 0 0 0 8 1 0 0 18 0 1 0 1119955799 274857984 4640 1992294400 134512640 135204385 4294956224 18446744073709551615 134537403 0 0 4096 0 0 0 0 17 1 0 0
/proc/20576/statm: 67104 4640 64 168 0 66934 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 268416

[startup+0.301945 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 20576
/proc/meminfo: memFree=1088888/2055920 swapFree=4174136/4192956
[pid=20576] ppid=20574 vsize=268416 CPUtime=0.29
/proc/20576/stat : 20576 (hybridGM7) R 20574 20576 20349 0 -1 4194304 4657 0 0 0 28 1 0 0 19 0 1 0 1119955799 274857984 4640 1992294400 134512640 135204385 4294956224 18446744073709551615 134537565 0 0 4096 0 0 0 0 17 1 0 0
/proc/20576/statm: 67104 4640 64 168 0 66934 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 268416

[startup+0.702014 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 20576
/proc/meminfo: memFree=1088888/2055920 swapFree=4174136/4192956
[pid=20576] ppid=20574 vsize=268416 CPUtime=0.69
/proc/20576/stat : 20576 (hybridGM7) R 20574 20576 20349 0 -1 4194304 4657 0 0 0 68 1 0 0 22 0 1 0 1119955799 274857984 4640 1992294400 134512640 135204385 4294956224 18446744073709551615 134536986 0 0 4096 0 0 0 0 17 1 0 0
/proc/20576/statm: 67104 4640 64 168 0 66934 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 268416

[startup+1.50115 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 20577
/proc/meminfo: memFree=1069360/2055920 swapFree=4174136/4192956
[pid=20576] ppid=20574 vsize=268972 CPUtime=1.49
/proc/20576/stat : 20576 (hybridGM7) R 20574 20576 20349 0 -1 4194304 4947 0 0 0 148 1 0 0 25 0 1 0 1119955799 275427328 4915 1992294400 134512640 135204385 4294956224 18446744073709551615 134537272 0 0 4096 0 0 0 0 17 1 0 0
/proc/20576/statm: 67243 4915 85 168 0 67073 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 268972

[startup+3.10143 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 20577
/proc/meminfo: memFree=1069232/2055920 swapFree=4174136/4192956
[pid=20576] ppid=20574 vsize=269216 CPUtime=3.09
/proc/20576/stat : 20576 (hybridGM7) R 20574 20576 20349 0 -1 4194304 4995 0 0 0 308 1 0 0 25 0 1 0 1119955799 275677184 4957 1992294400 134512640 135204385 4294956224 18446744073709551615 134537443 0 0 4096 0 0 0 0 17 1 0 0
/proc/20576/statm: 67304 4957 85 168 0 67134 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 269216

[startup+6.302 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 20577
/proc/meminfo: memFree=1068656/2055920 swapFree=4174136/4192956
[pid=20576] ppid=20574 vsize=270096 CPUtime=6.29
/proc/20576/stat : 20576 (hybridGM7) R 20574 20576 20349 0 -1 4194304 5249 0 0 0 628 1 0 0 25 0 1 0 1119955799 276578304 5178 1992294400 134512640 135204385 4294956224 18446744073709551615 134707446 0 0 4096 0 0 0 0 17 1 0 0
/proc/20576/statm: 67524 5178 85 168 0 67354 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 270096

[startup+12.7011 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 20577
/proc/meminfo: memFree=1067312/2055920 swapFree=4174136/4192956
[pid=20576] ppid=20574 vsize=271044 CPUtime=12.68
/proc/20576/stat : 20576 (hybridGM7) R 20574 20576 20349 0 -1 4194304 5496 0 0 0 1267 1 0 0 25 0 1 0 1119955799 277549056 5421 1992294400 134512640 135204385 4294956224 18446744073709551615 134536767 0 0 4096 0 0 0 0 17 1 0 0
/proc/20576/statm: 67761 5421 85 168 0 67591 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 271044

[startup+25.5014 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 20577
/proc/meminfo: memFree=1065968/2055920 swapFree=4174136/4192956
[pid=20576] ppid=20574 vsize=272228 CPUtime=25.49
/proc/20576/stat : 20576 (hybridGM7) R 20574 20576 20349 0 -1 4194304 5856 0 0 0 2547 2 0 0 25 0 1 0 1119955799 278761472 5731 1992294400 134512640 135204385 4294956224 18446744073709551615 134536993 0 0 4096 0 0 0 0 17 1 0 0
/proc/20576/statm: 68057 5731 85 168 0 67887 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 272228

[startup+51.1018 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 20577
/proc/meminfo: memFree=1063536/2055920 swapFree=4174136/4192956
[pid=20576] ppid=20574 vsize=274584 CPUtime=51.08
/proc/20576/stat : 20576 (hybridGM7) R 20574 20576 20349 0 -1 4194304 6483 0 0 0 5106 2 0 0 25 0 1 0 1119955799 281174016 6341 1992294400 134512640 135204385 4294956224 18446744073709551615 134537256 0 0 4096 0 0 0 0 17 1 0 0
/proc/20576/statm: 68646 6341 85 168 0 68476 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 274584

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 20577
/proc/meminfo: memFree=1058224/2055920 swapFree=4174136/4192956
[pid=20576] ppid=20574 vsize=279820 CPUtime=102.26
/proc/20576/stat : 20576 (hybridGM7) R 20574 20576 20349 0 -1 4194304 7812 0 0 0 10224 2 0 0 25 0 1 0 1119955799 286535680 7648 1992294400 134512640 135204385 4294956224 18446744073709551615 134536952 0 0 4096 0 0 0 0 17 1 0 0
/proc/20576/statm: 69955 7648 85 168 0 69785 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 279820

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20577
/proc/meminfo: memFree=1052208/2055920 swapFree=4174136/4192956
[pid=20576] ppid=20574 vsize=285840 CPUtime=162.24
/proc/20576/stat : 20576 (hybridGM7) R 20574 20576 20349 0 -1 4194304 9317 0 0 0 16221 3 0 0 25 0 1 0 1119955799 292700160 9153 1992294400 134512640 135204385 4294956224 18446744073709551615 134537443 0 0 4096 0 0 0 0 17 1 0 0
/proc/20576/statm: 71460 9153 85 168 0 71290 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 285840

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20577
/proc/meminfo: memFree=1046000/2055920 swapFree=4174136/4192956
[pid=20576] ppid=20574 vsize=291972 CPUtime=222.21
/proc/20576/stat : 20576 (hybridGM7) R 20574 20576 20349 0 -1 4194304 10851 0 0 0 22218 3 0 0 25 0 1 0 1119955799 298979328 10687 1992294400 134512640 135204385 4294956224 18446744073709551615 134537383 0 0 4096 0 0 0 0 17 1 0 0
/proc/20576/statm: 72993 10687 85 168 0 72823 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 291972

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20577
/proc/meminfo: memFree=1039216/2055920 swapFree=4174136/4192956
[pid=20576] ppid=20574 vsize=298992 CPUtime=282.19
/proc/20576/stat : 20576 (hybridGM7) R 20574 20576 20349 0 -1 4194304 12604 0 0 0 28215 4 0 0 25 0 1 0 1119955799 306167808 12440 1992294400 134512640 135204385 4294956224 18446744073709551615 134536999 0 0 4096 0 0 0 0 17 1 0 0
/proc/20576/statm: 74748 12440 85 168 0 74578 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 298992

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20577
/proc/meminfo: memFree=1032112/2055920 swapFree=4174136/4192956
[pid=20576] ppid=20574 vsize=305992 CPUtime=342.17
/proc/20576/stat : 20576 (hybridGM7) R 20574 20576 20349 0 -1 4194304 14355 0 0 0 34212 5 0 0 25 0 1 0 1119955799 313335808 14191 1992294400 134512640 135204385 4294956224 18446744073709551615 134536705 0 0 4096 0 0 0 0 17 1 0 0
/proc/20576/statm: 76498 14191 85 168 0 76328 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 305992

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20577
/proc/meminfo: memFree=1024560/2055920 swapFree=4174136/4192956
[pid=20576] ppid=20574 vsize=313416 CPUtime=402.15
/proc/20576/stat : 20576 (hybridGM7) R 20574 20576 20349 0 -1 4194304 16203 0 0 0 40209 6 0 0 25 0 1 0 1119955799 320937984 16038 1992294400 134512640 135204385 4294956224 18446744073709551615 134536986 0 0 4096 0 0 0 0 17 1 0 0
/proc/20576/statm: 78354 16038 85 168 0 78184 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 313416

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20577
/proc/meminfo: memFree=1015920/2055920 swapFree=4174136/4192956
[pid=20576] ppid=20574 vsize=321996 CPUtime=462.12
/proc/20576/stat : 20576 (hybridGM7) R 20574 20576 20349 0 -1 4194304 18352 0 0 0 46205 7 0 0 25 0 1 0 1119955799 329723904 18187 1992294400 134512640 135204385 4294956224 18446744073709551615 134537272 0 0 4096 0 0 0 0 17 1 0 0
/proc/20576/statm: 80499 18187 85 168 0 80329 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 321996

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20577
/proc/meminfo: memFree=1006896/2055920 swapFree=4174136/4192956
[pid=20576] ppid=20574 vsize=331588 CPUtime=522.1
/proc/20576/stat : 20576 (hybridGM7) R 20574 20576 20349 0 -1 4194304 20744 0 0 0 52202 8 0 0 25 0 1 0 1119955799 339546112 20579 1992294400 134512640 135204385 4294956224 18446744073709551615 134536737 0 0 4096 0 0 0 0 17 1 0 0
/proc/20576/statm: 82897 20579 85 168 0 82727 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 331588

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20577
/proc/meminfo: memFree=997168/2055920 swapFree=4174136/4192956
[pid=20576] ppid=20574 vsize=340856 CPUtime=582.08
/proc/20576/stat : 20576 (hybridGM7) R 20574 20576 20349 0 -1 4194304 23062 0 0 0 58199 9 0 0 25 0 1 0 1119955799 349036544 22897 1992294400 134512640 135204385 4294956224 18446744073709551615 134537328 0 0 4096 0 0 0 0 17 1 0 0
/proc/20576/statm: 85214 22897 85 168 0 85044 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 340856

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20577
/proc/meminfo: memFree=986608/2055920 swapFree=4174136/4192956
[pid=20576] ppid=20574 vsize=351332 CPUtime=642.07
/proc/20576/stat : 20576 (hybridGM7) R 20574 20576 20349 0 -1 4194304 25678 0 0 0 64196 11 0 0 25 0 1 0 1119955799 359763968 25513 1992294400 134512640 135204385 4294956224 18446744073709551615 134536993 0 0 4096 0 0 0 0 17 1 0 0
/proc/20576/statm: 87833 25513 85 168 0 87663 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 351332

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20577
/proc/meminfo: memFree=976688/2055920 swapFree=4174136/4192956
[pid=20576] ppid=20574 vsize=361196 CPUtime=702.05
/proc/20576/stat : 20576 (hybridGM7) R 20574 20576 20349 0 -1 4194304 28145 0 0 0 70192 13 0 0 25 0 1 0 1119955799 369864704 27980 1992294400 134512640 135204385 4294956224 18446744073709551615 134587335 0 0 4096 0 0 0 0 17 1 0 0
/proc/20576/statm: 90299 27980 85 168 0 90129 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 361196

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20577
/proc/meminfo: memFree=965552/2055920 swapFree=4174136/4192956
[pid=20576] ppid=20574 vsize=372312 CPUtime=762.02
/proc/20576/stat : 20576 (hybridGM7) R 20574 20576 20349 0 -1 4194304 30924 0 0 0 76188 14 0 0 25 0 1 0 1119955799 381247488 30759 1992294400 134512640 135204385 4294956224 18446744073709551615 134537419 0 0 4096 0 0 0 0 17 1 0 0
/proc/20576/statm: 93078 30759 85 168 0 92908 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 372312

[startup+822.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20577
/proc/meminfo: memFree=956784/2055920 swapFree=4174136/4192956
[pid=20576] ppid=20574 vsize=381052 CPUtime=822
/proc/20576/stat : 20576 (hybridGM7) R 20574 20576 20349 0 -1 4194304 33109 0 0 0 82185 15 0 0 25 0 1 0 1119955799 390197248 32944 1992294400 134512640 135204385 4294956224 18446744073709551615 134537231 0 0 4096 0 0 0 0 17 1 0 0
/proc/20576/statm: 95263 32944 85 168 0 95093 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 381052

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20577
/proc/meminfo: memFree=948528/2055920 swapFree=4174136/4192956
[pid=20576] ppid=20574 vsize=389364 CPUtime=881.98
/proc/20576/stat : 20576 (hybridGM7) R 20574 20576 20349 0 -1 4194304 35192 0 0 0 88182 16 0 0 25 0 1 0 1119955799 398708736 35026 1992294400 134512640 135204385 4294956224 18446744073709551615 134537292 0 0 4096 0 0 0 0 17 1 0 0
/proc/20576/statm: 97341 35026 85 168 0 97171 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 389364

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20577
/proc/meminfo: memFree=941744/2055920 swapFree=4174136/4192956
[pid=20576] ppid=20574 vsize=396376 CPUtime=941.96
/proc/20576/stat : 20576 (hybridGM7) R 20574 20576 20349 0 -1 4194304 36943 0 0 0 94179 17 0 0 25 0 1 0 1119955799 405889024 36777 1992294400 134512640 135204385 4294956224 18446744073709551615 134536999 0 0 4096 0 0 0 0 17 1 0 0
/proc/20576/statm: 99094 36777 85 168 0 98924 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 396376

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20577
/proc/meminfo: memFree=932016/2055920 swapFree=4174136/4192956
[pid=20576] ppid=20574 vsize=405852 CPUtime=1001.94
/proc/20576/stat : 20576 (hybridGM7) R 20574 20576 20349 0 -1 4194304 39312 0 0 0 100176 18 0 0 25 0 1 0 1119955799 415592448 39145 1992294400 134512640 135204385 4294956224 18446744073709551615 134536895 0 0 4096 0 0 0 0 17 1 0 0
/proc/20576/statm: 101463 39145 85 168 0 101293 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 405852

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20577
/proc/meminfo: memFree=921904/2055920 swapFree=4174136/4192956
[pid=20576] ppid=20574 vsize=416072 CPUtime=1061.91
/proc/20576/stat : 20576 (hybridGM7) R 20574 20576 20349 0 -1 4194304 41861 0 0 0 106172 19 0 0 25 0 1 0 1119955799 426057728 41694 1992294400 134512640 135204385 4294956224 18446744073709551615 134536891 0 0 4096 0 0 0 0 17 1 0 0
/proc/20576/statm: 104018 41694 85 168 0 103848 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 416072

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20577
/proc/meminfo: memFree=913968/2055920 swapFree=4174136/4192956
[pid=20576] ppid=20574 vsize=423780 CPUtime=1121.9
/proc/20576/stat : 20576 (hybridGM7) R 20574 20576 20349 0 -1 4194304 43793 0 0 0 112169 21 0 0 25 0 1 0 1119955799 433950720 43626 1992294400 134512640 135204385 4294956224 18446744073709551615 134536895 0 0 4096 0 0 0 0 17 1 0 0
/proc/20576/statm: 105945 43626 85 168 0 105775 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 423780

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20577
/proc/meminfo: memFree=903728/2055920 swapFree=4174136/4192956
[pid=20576] ppid=20574 vsize=434328 CPUtime=1181.87
/proc/20576/stat : 20576 (hybridGM7) R 20574 20576 20349 0 -1 4194304 46425 0 0 0 118165 22 0 0 25 0 1 0 1119955799 444751872 46258 1992294400 134512640 135204385 4294956224 18446744073709551615 134537401 0 0 4096 0 0 0 0 17 1 0 0
/proc/20576/statm: 108582 46258 85 168 0 108412 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 434328



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20577
/proc/meminfo: memFree=900464/2055920 swapFree=4174136/4192956
[pid=20576] ppid=20574 vsize=437300 CPUtime=1200.07
/proc/20576/stat : 20576 (hybridGM7) R 20574 20576 20349 0 -1 4194304 47166 0 0 0 119985 22 0 0 25 0 1 0 1119955799 447795200 46999 1992294400 134512640 135204385 4294956224 18446744073709551615 134537403 0 0 4096 0 0 0 0 17 1 0 0
/proc/20576/statm: 109325 46999 85 168 0 109155 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 437300

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

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

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20577
/proc/meminfo: memFree=900464/2055920 swapFree=4174136/4192956
[pid=20576] ppid=20574 vsize=437300 CPUtime=1200.07
/proc/20576/stat : 20576 (hybridGM7) R 20574 20576 20349 0 -1 4194304 47166 0 0 0 119985 22 0 0 25 0 1 0 1119955799 447795200 46999 1992294400 134512640 135204385 4294956224 18446744073709551615 134537403 0 0 4096 0 0 0 0 17 1 0 0
/proc/20576/statm: 109325 46999 85 168 0 109155 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 437300

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.54
CPU time (s): 1200.11
CPU user time (s): 1199.85
CPU system time (s): 0.25996
CPU usage (%): 99.9646
Max. virtual memory (cumulated for all children) (KiB): 437300

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

runsolver used 1.11283 second user time and 2.19367 second system time

The end

Launcher Data

Begin job on node4 at 2009-03-31 06:14:50
IDJOB=1541755
IDBENCH=70489
IDSOLVER=535
FILE ID=node4/1541755-1238472890
PBS_JOBID= 9061770
Free space on /tmp= 65244 MiB

SOLVER NAME= hybridGM7 7
BENCH NAME= SAT09/RANDOM/MEDIUM/7SAT/UNKNOWN/75/unif-k7-r89-v75-c6675-S1394630553-009.cnf
COMMAND LINE= HOME/hybridGM7 BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1541755-1238472890/watcher-1541755-1238472890 -o /tmp/evaluation-result-1541755-1238472890/solver-1541755-1238472890 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/hybridGM7 HOME/instance-1541755-1238472890.cnf 237993749 

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

MD5SUM BENCH= 699f3a80f674e8c0bc8bfc06cc4ce0c9
RANDOM SEED=237993749

node4.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.277
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.277
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:       1089368 kB
Buffers:        101360 kB
Cached:         755092 kB
SwapCached:      12656 kB
Active:         165860 kB
Inactive:       704740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1089368 kB
SwapTotal:     4192956 kB
SwapFree:      4174136 kB
Dirty:            1204 kB
Writeback:           0 kB
Mapped:          19736 kB
Slab:            81928 kB
Committed_AS:  2842016 kB
PageTables:       1480 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= 65244 MiB
End job on node4 at 2009-03-31 06:34:53