Trace number 1541617

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.96

General information on the benchmark

NameRANDOM/MEDIUM/7SAT/UNKNOWN/70/
unif-k7-r89-v70-c6230-S2141146009-040.cnf
MD5SUM706f9f438d5c8feea78ebbd738aac840
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 variables70
Number of clauses6230
Sum of the clauses size43610
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 56230

Solver Data

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

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.91 0.95 0.97 3/64 10628
/proc/meminfo: memFree=1698352/2055920 swapFree=4176300/4192956
[pid=10628] ppid=10626 vsize=260600 CPUtime=0
/proc/10628/stat : 10628 (hybridGM7) R 10626 10628 10561 0 -1 4194304 909 0 0 0 0 0 0 0 20 0 1 0 1119098015 266854400 893 1992294400 134512640 135204385 4294956224 18446744073709551615 134542712 0 0 4096 0 0 0 0 17 1 0 0
/proc/10628/statm: 65150 899 55 168 0 64980 0

[startup+0.0947479 s]
/proc/loadavg: 0.91 0.95 0.97 3/64 10628
/proc/meminfo: memFree=1698352/2055920 swapFree=4176300/4192956
[pid=10628] ppid=10626 vsize=268416 CPUtime=0.09
/proc/10628/stat : 10628 (hybridGM7) R 10626 10628 10561 0 -1 4194304 4645 0 0 0 7 2 0 0 20 0 1 0 1119098015 274857984 4628 1992294400 134512640 135204385 4294956224 18446744073709551615 134537486 0 0 4096 0 0 0 0 17 1 0 0
/proc/10628/statm: 67104 4628 64 168 0 66934 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 268416

[startup+0.10175 s]
/proc/loadavg: 0.91 0.95 0.97 3/64 10628
/proc/meminfo: memFree=1698352/2055920 swapFree=4176300/4192956
[pid=10628] ppid=10626 vsize=268416 CPUtime=0.09
/proc/10628/stat : 10628 (hybridGM7) R 10626 10628 10561 0 -1 4194304 4645 0 0 0 7 2 0 0 20 0 1 0 1119098015 274857984 4628 1992294400 134512640 135204385 4294956224 18446744073709551615 134536971 0 0 4096 0 0 0 0 17 1 0 0
/proc/10628/statm: 67104 4628 64 168 0 66934 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 268416

[startup+0.301788 s]
/proc/loadavg: 0.91 0.95 0.97 3/64 10628
/proc/meminfo: memFree=1698352/2055920 swapFree=4176300/4192956
[pid=10628] ppid=10626 vsize=268416 CPUtime=0.29
/proc/10628/stat : 10628 (hybridGM7) R 10626 10628 10561 0 -1 4194304 4645 0 0 0 27 2 0 0 22 0 1 0 1119098015 274857984 4628 1992294400 134512640 135204385 4294956224 18446744073709551615 134536895 0 0 4096 0 0 0 0 17 1 0 0
/proc/10628/statm: 67104 4628 64 168 0 66934 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 268416

[startup+0.701867 s]
/proc/loadavg: 0.91 0.95 0.97 3/64 10628
/proc/meminfo: memFree=1698352/2055920 swapFree=4176300/4192956
[pid=10628] ppid=10626 vsize=268688 CPUtime=0.69
/proc/10628/stat : 10628 (hybridGM7) R 10626 10628 10561 0 -1 4194304 4917 0 0 0 67 2 0 0 25 0 1 0 1119098015 275136512 4842 1992294400 134512640 135204385 4294956224 18446744073709551615 134537486 0 0 4096 0 0 0 0 17 1 0 0
/proc/10628/statm: 67172 4842 85 168 0 67002 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 268688

[startup+1.50203 s]
/proc/loadavg: 0.91 0.95 0.97 2/65 10629
/proc/meminfo: memFree=1678832/2055920 swapFree=4176300/4192956
[pid=10628] ppid=10626 vsize=269168 CPUtime=1.49
/proc/10628/stat : 10628 (hybridGM7) R 10626 10628 10561 0 -1 4194304 5029 0 0 0 147 2 0 0 25 0 1 0 1119098015 275628032 4934 1992294400 134512640 135204385 4294956224 18446744073709551615 134536843 0 0 4096 0 0 0 0 17 1 0 0
/proc/10628/statm: 67292 4934 85 168 0 67122 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 269168

[startup+3.10134 s]
/proc/loadavg: 0.91 0.95 0.97 3/65 10629
/proc/meminfo: memFree=1678576/2055920 swapFree=4176300/4192956
[pid=10628] ppid=10626 vsize=269380 CPUtime=3.09
/proc/10628/stat : 10628 (hybridGM7) R 10626 10628 10561 0 -1 4194304 5109 0 0 0 307 2 0 0 25 0 1 0 1119098015 275845120 5012 1992294400 134512640 135204385 4294956224 18446744073709551615 134537486 0 0 4096 0 0 0 0 17 1 0 0
/proc/10628/statm: 67345 5012 85 168 0 67175 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 269380

[startup+6.30197 s]
/proc/loadavg: 0.92 0.95 0.97 2/65 10629
/proc/meminfo: memFree=1677808/2055920 swapFree=4176300/4192956
[pid=10628] ppid=10626 vsize=269988 CPUtime=6.29
/proc/10628/stat : 10628 (hybridGM7) R 10626 10628 10561 0 -1 4194304 5261 0 0 0 627 2 0 0 25 0 1 0 1119098015 276467712 5149 1992294400 134512640 135204385 4294956224 18446744073709551615 134537383 0 0 4096 0 0 0 0 17 1 0 0
/proc/10628/statm: 67497 5149 85 168 0 67327 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 269988

[startup+12.7012 s]
/proc/loadavg: 0.93 0.95 0.97 2/65 10629
/proc/meminfo: memFree=1676208/2055920 swapFree=4176300/4192956
[pid=10628] ppid=10626 vsize=271640 CPUtime=12.69
/proc/10628/stat : 10628 (hybridGM7) R 10626 10628 10561 0 -1 4194304 5724 0 0 0 1267 2 0 0 25 0 1 0 1119098015 278159360 5565 1992294400 134512640 135204385 4294956224 18446744073709551615 134537143 0 0 4096 0 0 0 0 17 1 0 0
/proc/10628/statm: 67910 5565 85 168 0 67740 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 271640

[startup+25.5018 s]
/proc/loadavg: 0.94 0.96 0.97 2/65 10629
/proc/meminfo: memFree=1674352/2055920 swapFree=4176300/4192956
[pid=10628] ppid=10626 vsize=273412 CPUtime=25.48
/proc/10628/stat : 10628 (hybridGM7) R 10626 10628 10561 0 -1 4194304 6197 0 0 0 2546 2 0 0 25 0 1 0 1119098015 279973888 6001 1992294400 134512640 135204385 4294956224 18446744073709551615 134537403 0 0 4096 0 0 0 0 17 1 0 0
/proc/10628/statm: 68353 6001 85 168 0 68183 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 273412

[startup+51.1018 s]
/proc/loadavg: 0.96 0.96 0.97 2/65 10629
/proc/meminfo: memFree=1669744/2055920 swapFree=4176300/4192956
[pid=10628] ppid=10626 vsize=277800 CPUtime=51.08
/proc/10628/stat : 10628 (hybridGM7) R 10626 10628 10561 0 -1 4194304 7338 0 0 0 5105 3 0 0 25 0 1 0 1119098015 284467200 7111 1992294400 134512640 135204385 4294956224 18446744073709551615 134537369 0 0 4096 0 0 0 0 17 1 0 0
/proc/10628/statm: 69450 7111 85 168 0 69280 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 277800

[startup+102.306 s]
/proc/loadavg: 0.98 0.96 0.97 2/65 10629
/proc/meminfo: memFree=1657520/2055920 swapFree=4176300/4192956
[pid=10628] ppid=10626 vsize=289980 CPUtime=102.26
/proc/10628/stat : 10628 (hybridGM7) R 10626 10628 10561 0 -1 4194304 10381 0 0 0 10222 4 0 0 25 0 1 0 1119098015 296939520 10154 1992294400 134512640 135204385 4294956224 18446744073709551615 134537290 0 0 4096 0 0 0 0 17 1 0 0
/proc/10628/statm: 72495 10154 85 168 0 72325 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 289980

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 10629
/proc/meminfo: memFree=1639664/2055920 swapFree=4176300/4192956
[pid=10628] ppid=10626 vsize=308124 CPUtime=162.23
/proc/10628/stat : 10628 (hybridGM7) R 10626 10628 10561 0 -1 4194304 14918 0 0 0 16217 6 0 0 25 0 1 0 1119098015 315518976 14691 1992294400 134512640 135204385 4294956224 18446744073709551615 134536993 0 0 4096 0 0 0 0 17 1 0 0
/proc/10628/statm: 77031 14691 85 168 0 76861 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 308124

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 10629
/proc/meminfo: memFree=1620144/2055920 swapFree=4176300/4192956
[pid=10628] ppid=10626 vsize=327220 CPUtime=222.21
/proc/10628/stat : 10628 (hybridGM7) R 10626 10628 10561 0 -1 4194304 19692 0 0 0 22213 8 0 0 25 0 1 0 1119098015 335073280 19465 1992294400 134512640 135204385 4294956224 18446744073709551615 134536737 0 0 4096 0 0 0 0 17 1 0 0
/proc/10628/statm: 81805 19465 85 168 0 81635 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 327220

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 10629
/proc/meminfo: memFree=1604272/2055920 swapFree=4176300/4192956
[pid=10628] ppid=10626 vsize=343176 CPUtime=282.18
/proc/10628/stat : 10628 (hybridGM7) R 10626 10628 10561 0 -1 4194304 23676 0 0 0 28209 9 0 0 25 0 1 0 1119098015 351412224 23449 1992294400 134512640 135204385 4294956224 18446744073709551615 134537502 0 0 4096 0 0 0 0 17 1 0 0
/proc/10628/statm: 85794 23449 85 168 0 85624 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 343176

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 10629
/proc/meminfo: memFree=1586352/2055920 swapFree=4176300/4192956
[pid=10628] ppid=10626 vsize=360912 CPUtime=342.16
/proc/10628/stat : 10628 (hybridGM7) R 10626 10628 10561 0 -1 4194304 28115 0 0 0 34205 11 0 0 25 0 1 0 1119098015 369573888 27888 1992294400 134512640 135204385 4294956224 18446744073709551615 134537210 0 0 4096 0 0 0 0 17 1 0 0
/proc/10628/statm: 90228 27888 85 168 0 90058 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 360912

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 10629
/proc/meminfo: memFree=1569008/2055920 swapFree=4176300/4192956
[pid=10628] ppid=10626 vsize=378476 CPUtime=402.14
/proc/10628/stat : 10628 (hybridGM7) R 10626 10628 10561 0 -1 4194304 32501 0 0 0 40201 13 0 0 25 0 1 0 1119098015 387559424 32274 1992294400 134512640 135204385 4294956224 18446744073709551615 134536993 0 0 4096 0 0 0 0 17 1 0 0
/proc/10628/statm: 94619 32274 85 168 0 94449 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 378476

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 10629
/proc/meminfo: memFree=1550704/2055920 swapFree=4176300/4192956
[pid=10628] ppid=10626 vsize=396652 CPUtime=462.12
/proc/10628/stat : 10628 (hybridGM7) R 10626 10628 10561 0 -1 4194304 37055 0 0 0 46197 15 0 0 25 0 1 0 1119098015 406171648 36828 1992294400 134512640 135204385 4294956224 18446744073709551615 134537403 0 0 4096 0 0 0 0 17 1 0 0
/proc/10628/statm: 99163 36828 85 168 0 98993 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 396652

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 10635
/proc/meminfo: memFree=1533872/2055920 swapFree=4176300/4192956
[pid=10628] ppid=10626 vsize=413548 CPUtime=522.08
/proc/10628/stat : 10628 (hybridGM7) R 10626 10628 10561 0 -1 4194304 41286 0 0 0 52192 16 0 0 25 0 1 0 1119098015 423473152 41059 1992294400 134512640 135204385 4294956224 18446744073709551615 134537383 0 0 4096 0 0 0 0 17 1 0 0
/proc/10628/statm: 103387 41059 85 168 0 103217 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 413548

[startup+582.301 s]
/proc/loadavg: 1.14 1.00 0.98 2/65 11123
/proc/meminfo: memFree=1460592/2055920 swapFree=4176300/4192956
[pid=10628] ppid=10626 vsize=432800 CPUtime=581.69
/proc/10628/stat : 10628 (hybridGM7) R 10626 10628 10561 0 -1 4194304 46099 0 0 0 58149 20 0 0 25 0 1 0 1119098015 443187200 45872 1992294400 134512640 135204385 4294956224 18446744073709551615 134537403 0 0 4096 0 0 0 0 17 1 0 0
/proc/10628/statm: 108200 45872 85 168 0 108030 0
Current children cumulated CPU time (s) 581.69
Current children cumulated vsize (KiB) 432800

[startup+642.301 s]
/proc/loadavg: 1.05 1.00 0.98 2/65 11123
/proc/meminfo: memFree=1445040/2055920 swapFree=4176300/4192956
[pid=10628] ppid=10626 vsize=448488 CPUtime=641.65
/proc/10628/stat : 10628 (hybridGM7) R 10626 10628 10561 0 -1 4194304 50010 0 0 0 64143 22 0 0 25 0 1 0 1119098015 459251712 49783 1992294400 134512640 135204385 4294956224 18446744073709551615 134537167 0 0 4096 0 0 0 0 17 1 0 0
/proc/10628/statm: 112122 49783 85 168 0 111952 0
Current children cumulated CPU time (s) 641.65
Current children cumulated vsize (KiB) 448488

[startup+702.301 s]
/proc/loadavg: 1.02 1.00 0.98 2/65 11123
/proc/meminfo: memFree=1429232/2055920 swapFree=4176300/4192956
[pid=10628] ppid=10626 vsize=464468 CPUtime=701.63
/proc/10628/stat : 10628 (hybridGM7) R 10626 10628 10561 0 -1 4194304 54024 0 0 0 70139 24 0 0 25 0 1 0 1119098015 475615232 53797 1992294400 134512640 135204385 4294956224 18446744073709551615 134536744 0 0 4096 0 0 0 0 17 1 0 0
/proc/10628/statm: 116117 53797 85 168 0 115947 0
Current children cumulated CPU time (s) 701.63
Current children cumulated vsize (KiB) 464468

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 11123
/proc/meminfo: memFree=1411888/2055920 swapFree=4176300/4192956
[pid=10628] ppid=10626 vsize=481504 CPUtime=761.61
/proc/10628/stat : 10628 (hybridGM7) R 10626 10628 10561 0 -1 4194304 58266 0 0 0 76136 25 0 0 25 0 1 0 1119098015 493060096 58039 1992294400 134512640 135204385 4294956224 18446744073709551615 134536744 0 0 4096 0 0 0 0 17 1 0 0
/proc/10628/statm: 120376 58039 85 168 0 120206 0
Current children cumulated CPU time (s) 761.61
Current children cumulated vsize (KiB) 481504

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 11123
/proc/meminfo: memFree=1396848/2055920 swapFree=4176300/4192956
[pid=10628] ppid=10626 vsize=496724 CPUtime=821.58
/proc/10628/stat : 10628 (hybridGM7) R 10626 10628 10561 0 -1 4194304 62071 0 0 0 82132 26 0 0 25 0 1 0 1119098015 508645376 61844 1992294400 134512640 135204385 4294956224 18446744073709551615 134536744 0 0 4096 0 0 0 0 17 1 0 0
/proc/10628/statm: 124181 61844 85 168 0 124011 0
Current children cumulated CPU time (s) 821.58
Current children cumulated vsize (KiB) 496724

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 11123
/proc/meminfo: memFree=1380528/2055920 swapFree=4176300/4192956
[pid=10628] ppid=10626 vsize=512748 CPUtime=881.56
/proc/10628/stat : 10628 (hybridGM7) R 10626 10628 10561 0 -1 4194304 66081 0 0 0 88128 28 0 0 25 0 1 0 1119098015 525053952 65854 1992294400 134512640 135204385 4294956224 18446744073709551615 134536968 0 0 4096 0 0 0 0 17 1 0 0
/proc/10628/statm: 128187 65854 85 168 0 128017 0
Current children cumulated CPU time (s) 881.56
Current children cumulated vsize (KiB) 512748

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 11123
/proc/meminfo: memFree=1364720/2055920 swapFree=4176300/4192956
[pid=10628] ppid=10626 vsize=528572 CPUtime=941.53
/proc/10628/stat : 10628 (hybridGM7) R 10626 10628 10561 0 -1 4194304 70031 0 0 0 94124 29 0 0 25 0 1 0 1119098015 541257728 69804 1992294400 134512640 135204385 4294956224 18446744073709551615 134536993 0 0 4096 0 0 0 0 17 1 0 0
/proc/10628/statm: 132143 69804 85 168 0 131973 0
Current children cumulated CPU time (s) 941.53
Current children cumulated vsize (KiB) 528572

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 11123
/proc/meminfo: memFree=1348464/2055920 swapFree=4176300/4192956
[pid=10628] ppid=10626 vsize=545064 CPUtime=1001.52
/proc/10628/stat : 10628 (hybridGM7) R 10626 10628 10561 0 -1 4194304 74162 0 0 0 100121 31 0 0 25 0 1 0 1119098015 558145536 73926 1992294400 134512640 135204385 4294956224 18446744073709551615 134536744 0 0 4096 0 0 0 0 17 1 0 0
/proc/10628/statm: 136266 73926 85 168 0 136096 0
Current children cumulated CPU time (s) 1001.52
Current children cumulated vsize (KiB) 545064

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 11123
/proc/meminfo: memFree=1330480/2055920 swapFree=4176300/4192956
[pid=10628] ppid=10626 vsize=563204 CPUtime=1061.49
/proc/10628/stat : 10628 (hybridGM7) R 10626 10628 10561 0 -1 4194304 78694 0 0 0 106117 32 0 0 25 0 1 0 1119098015 576720896 78458 1992294400 134512640 135204385 4294956224 18446744073709551615 134537231 0 0 4096 0 0 0 0 17 1 0 0
/proc/10628/statm: 140801 78458 85 168 0 140631 0
Current children cumulated CPU time (s) 1061.49
Current children cumulated vsize (KiB) 563204

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 11123
/proc/meminfo: memFree=1313648/2055920 swapFree=4176300/4192956
[pid=10628] ppid=10626 vsize=579796 CPUtime=1121.47
/proc/10628/stat : 10628 (hybridGM7) R 10626 10628 10561 0 -1 4194304 82849 0 0 0 112112 35 0 0 25 0 1 0 1119098015 593711104 82613 1992294400 134512640 135204385 4294956224 18446744073709551615 134536791 0 0 4096 0 0 0 0 17 1 0 0
/proc/10628/statm: 144949 82613 85 168 0 144779 0
Current children cumulated CPU time (s) 1121.47
Current children cumulated vsize (KiB) 579796

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 11123
/proc/meminfo: memFree=1289904/2055920 swapFree=4176300/4192956
[pid=10628] ppid=10626 vsize=603736 CPUtime=1181.45
/proc/10628/stat : 10628 (hybridGM7) R 10626 10628 10561 0 -1 4194304 88815 0 0 0 118108 37 0 0 25 0 1 0 1119098015 618225664 88569 1992294400 134512640 135204385 4294956224 18446744073709551615 134536744 0 0 4096 0 0 0 0 17 1 0 0
/proc/10628/statm: 150934 88569 85 168 0 150764 0
Current children cumulated CPU time (s) 1181.45
Current children cumulated vsize (KiB) 603736



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.9 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 11123
/proc/meminfo: memFree=1282736/2055920 swapFree=4176300/4192956
[pid=10628] ppid=10626 vsize=610572 CPUtime=1200.04
/proc/10628/stat : 10628 (hybridGM7) R 10626 10628 10561 0 -1 4194304 90525 0 0 0 119966 38 0 0 25 0 1 0 1119098015 625225728 90279 1992294400 134512640 135204385 4294956224 18446744073709551615 134537272 0 0 4096 0 0 0 0 17 1 0 0
/proc/10628/statm: 152643 90279 85 168 0 152473 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 610572

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

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

[startup+1200.9 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 11123
/proc/meminfo: memFree=1282736/2055920 swapFree=4176300/4192956
[pid=10628] ppid=10626 vsize=610572 CPUtime=1200.04
/proc/10628/stat : 10628 (hybridGM7) R 10626 10628 10561 0 -1 4194304 90525 0 0 0 119966 38 0 0 25 0 1 0 1119098015 625225728 90279 1992294400 134512640 135204385 4294956224 18446744073709551615 134537272 0 0 4096 0 0 0 0 17 1 0 0
/proc/10628/statm: 152643 90279 85 168 0 152473 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 610572

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.96
CPU time (s): 1200.11
CPU user time (s): 1199.67
CPU system time (s): 0.442932
CPU usage (%): 99.9292
Max. virtual memory (cumulated for all children) (KiB): 610572

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

runsolver used 0.958854 second user time and 2.40763 second system time

The end

Launcher Data

Begin job on node53 at 2009-03-31 03:52:35
IDJOB=1541617
IDBENCH=70466
IDSOLVER=535
FILE ID=node53/1541617-1238464355
PBS_JOBID= 9061742
Free space on /tmp= 66040 MiB

SOLVER NAME= hybridGM7 7
BENCH NAME= SAT09/RANDOM/MEDIUM/7SAT/UNKNOWN/70/unif-k7-r89-v70-c6230-S2141146009-040.cnf
COMMAND LINE= HOME/hybridGM7 BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1541617-1238464355/watcher-1541617-1238464355 -o /tmp/evaluation-result-1541617-1238464355/solver-1541617-1238464355 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/hybridGM7 HOME/instance-1541617-1238464355.cnf 300944317 

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

MD5SUM BENCH= 706f9f438d5c8feea78ebbd738aac840
RANDOM SEED=300944317

node53.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.264
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.264
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1698768 kB
Buffers:         69328 kB
Cached:         214296 kB
SwapCached:      10544 kB
Active:         126116 kB
Inactive:       169600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1698768 kB
SwapTotal:     4192956 kB
SwapFree:      4176300 kB
Dirty:            1196 kB
Writeback:           0 kB
Mapped:          17776 kB
Slab:            47512 kB
Committed_AS:  2542916 kB
PageTables:       1384 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= 66040 MiB
End job on node53 at 2009-03-31 04:12:38