Trace number 1541611

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 7Signal 887.971 888.311

General information on the benchmark

NameRANDOM/MEDIUM/7SAT/UNKNOWN/70/
unif-k7-r89-v70-c6230-S289069074-070.cnf
MD5SUM6d110538c6795cd651a202a3fd6fda7d
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=935853083, 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-1541611-1238463918/watcher-1541611-1238463918 -o /tmp/evaluation-result-1541611-1238463918/solver-1541611-1238463918 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/hybridGM7 HOME/instance-1541611-1238463918.cnf 935853083 

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.97 0.98 3/72 5879
/proc/meminfo: memFree=1058128/2055920 swapFree=4175896/4192956
[pid=5879] ppid=5877 vsize=260600 CPUtime=0
/proc/5879/stat : 5879 (hybridGM7) R 5877 5879 5016 0 -1 4194304 973 0 0 0 0 0 0 0 18 0 1 0 1119053055 266854400 958 1992294400 134512640 135204385 4294956208 18446744073709551615 134542712 0 0 4096 0 0 0 0 17 1 0 0
/proc/5879/statm: 65150 964 55 168 0 64980 0

[startup+0.072889 s]
/proc/loadavg: 0.99 0.97 0.98 3/72 5879
/proc/meminfo: memFree=1058128/2055920 swapFree=4175896/4192956
[pid=5879] ppid=5877 vsize=268416 CPUtime=0.07
/proc/5879/stat : 5879 (hybridGM7) R 5877 5879 5016 0 -1 4194304 4645 0 0 0 5 2 0 0 18 0 1 0 1119053055 274857984 4628 1992294400 134512640 135204385 4294956208 18446744073709551615 134536678 0 0 4096 0 0 0 0 17 1 0 0
/proc/5879/statm: 67104 4628 64 168 0 66934 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 268416

[startup+0.101894 s]
/proc/loadavg: 0.99 0.97 0.98 3/72 5879
/proc/meminfo: memFree=1058128/2055920 swapFree=4175896/4192956
[pid=5879] ppid=5877 vsize=268416 CPUtime=0.09
/proc/5879/stat : 5879 (hybridGM7) R 5877 5879 5016 0 -1 4194304 4645 0 0 0 7 2 0 0 18 0 1 0 1119053055 274857984 4628 1992294400 134512640 135204385 4294956208 18446744073709551615 134536993 0 0 4096 0 0 0 0 17 1 0 0
/proc/5879/statm: 67104 4628 64 168 0 66934 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 268416

[startup+0.301933 s]
/proc/loadavg: 0.99 0.97 0.98 3/72 5879
/proc/meminfo: memFree=1058128/2055920 swapFree=4175896/4192956
[pid=5879] ppid=5877 vsize=268416 CPUtime=0.29
/proc/5879/stat : 5879 (hybridGM7) R 5877 5879 5016 0 -1 4194304 4645 0 0 0 27 2 0 0 19 0 1 0 1119053055 274857984 4628 1992294400 134512640 135204385 4294956208 18446744073709551615 134537383 0 0 4096 0 0 0 0 17 1 0 0
/proc/5879/statm: 67104 4628 64 168 0 66934 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 268416

[startup+0.702011 s]
/proc/loadavg: 0.99 0.97 0.98 3/72 5879
/proc/meminfo: memFree=1058128/2055920 swapFree=4175896/4192956
[pid=5879] ppid=5877 vsize=269080 CPUtime=0.69
/proc/5879/stat : 5879 (hybridGM7) R 5877 5879 5016 0 -1 4194304 4992 0 0 0 67 2 0 0 22 0 1 0 1119053055 275537920 4906 1992294400 134512640 135204385 4294956208 18446744073709551615 134536848 0 0 4096 0 0 0 0 17 1 0 0
/proc/5879/statm: 67270 4906 85 168 0 67100 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 269080

[startup+1.50117 s]
/proc/loadavg: 0.99 0.97 0.98 2/73 5880
/proc/meminfo: memFree=1038536/2055920 swapFree=4175896/4192956
[pid=5879] ppid=5877 vsize=269344 CPUtime=1.49
/proc/5879/stat : 5879 (hybridGM7) R 5877 5879 5016 0 -1 4194304 5081 0 0 0 147 2 0 0 25 0 1 0 1119053055 275808256 4981 1992294400 134512640 135204385 4294956208 18446744073709551615 134537249 0 0 4096 0 0 0 0 17 1 0 0
/proc/5879/statm: 67336 4981 85 168 0 67166 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 269344

[startup+3.10148 s]
/proc/loadavg: 0.99 0.97 0.98 2/73 5880
/proc/meminfo: memFree=1037960/2055920 swapFree=4175896/4192956
[pid=5879] ppid=5877 vsize=269808 CPUtime=3.09
/proc/5879/stat : 5879 (hybridGM7) R 5877 5879 5016 0 -1 4194304 5222 0 0 0 307 2 0 0 25 0 1 0 1119053055 276283392 5106 1992294400 134512640 135204385 4294956208 18446744073709551615 134536999 0 0 4096 0 0 0 0 17 1 0 0
/proc/5879/statm: 67452 5106 85 168 0 67282 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 269808

[startup+6.30111 s]
/proc/loadavg: 0.99 0.97 0.98 2/73 5880
/proc/meminfo: memFree=1037192/2055920 swapFree=4175896/4192956
[pid=5879] ppid=5877 vsize=270568 CPUtime=6.29
/proc/5879/stat : 5879 (hybridGM7) R 5877 5879 5016 0 -1 4194304 5434 0 0 0 627 2 0 0 25 0 1 0 1119053055 277061632 5291 1992294400 134512640 135204385 4294956208 18446744073709551615 134536756 0 0 4096 0 0 0 0 17 1 0 0
/proc/5879/statm: 67642 5291 85 168 0 67472 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 270568

[startup+12.7014 s]
/proc/loadavg: 0.99 0.97 0.98 2/73 5880
/proc/meminfo: memFree=1035528/2055920 swapFree=4175896/4192956
[pid=5879] ppid=5877 vsize=272068 CPUtime=12.68
/proc/5879/stat : 5879 (hybridGM7) R 5877 5879 5016 0 -1 4194304 5821 0 0 0 1266 2 0 0 25 0 1 0 1119053055 278597632 5667 1992294400 134512640 135204385 4294956208 18446744073709551615 134536986 0 0 4096 0 0 0 0 17 1 0 0
/proc/5879/statm: 68017 5667 85 168 0 67847 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 272068

[startup+25.5019 s]
/proc/loadavg: 0.99 0.97 0.98 2/73 5880
/proc/meminfo: memFree=1032840/2055920 swapFree=4175896/4192956
[pid=5879] ppid=5877 vsize=274684 CPUtime=25.49
/proc/5879/stat : 5879 (hybridGM7) R 5877 5879 5016 0 -1 4194304 6486 0 0 0 2546 3 0 0 25 0 1 0 1119053055 281276416 6332 1992294400 134512640 135204385 4294956208 18446744073709551615 134537331 0 0 4096 0 0 0 0 17 1 0 0
/proc/5879/statm: 68671 6332 85 168 0 68501 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 274684

[startup+51.1019 s]
/proc/loadavg: 0.99 0.97 0.98 2/73 5882
/proc/meminfo: memFree=1027784/2055920 swapFree=4175896/4192956
[pid=5879] ppid=5877 vsize=279708 CPUtime=51.07
/proc/5879/stat : 5879 (hybridGM7) R 5877 5879 5016 0 -1 4194304 7741 0 0 0 5104 3 0 0 25 0 1 0 1119053055 286420992 7587 1992294400 134512640 135204385 4294956208 18446744073709551615 134536993 0 0 4096 0 0 0 0 17 1 0 0
/proc/5879/statm: 69927 7587 85 168 0 69757 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 279708

[startup+102.307 s]
/proc/loadavg: 0.99 0.97 0.98 2/73 5882
/proc/meminfo: memFree=1017352/2055920 swapFree=4175896/4192956
[pid=5879] ppid=5877 vsize=289988 CPUtime=102.26
/proc/5879/stat : 5879 (hybridGM7) R 5877 5879 5016 0 -1 4194304 10318 0 0 0 10221 5 0 0 25 0 1 0 1119053055 296947712 10163 1992294400 134512640 135204385 4294956208 18446744073709551615 134536728 0 0 4096 0 0 0 0 17 1 0 0
/proc/5879/statm: 72497 10163 85 168 0 72327 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 289988

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/73 5882
/proc/meminfo: memFree=1006408/2055920 swapFree=4175896/4192956
[pid=5879] ppid=5877 vsize=300968 CPUtime=162.23
/proc/5879/stat : 5879 (hybridGM7) R 5877 5879 5016 0 -1 4194304 13071 0 0 0 16217 6 0 0 25 0 1 0 1119053055 308191232 12915 1992294400 134512640 135204385 4294956208 18446744073709551615 134536744 0 0 4096 0 0 0 0 17 1 0 0
/proc/5879/statm: 75242 12915 85 168 0 75072 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 300968

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/73 5882
/proc/meminfo: memFree=994056/2055920 swapFree=4175896/4192956
[pid=5879] ppid=5877 vsize=313140 CPUtime=222.2
/proc/5879/stat : 5879 (hybridGM7) R 5877 5879 5016 0 -1 4194304 16114 0 0 0 22213 7 0 0 25 0 1 0 1119053055 320655360 15958 1992294400 134512640 135204385 4294956208 18446744073709551615 134537452 0 0 4096 0 0 0 0 17 1 0 0
/proc/5879/statm: 78285 15958 85 168 0 78115 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 313140

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/73 5882
/proc/meminfo: memFree=981384/2055920 swapFree=4175896/4192956
[pid=5879] ppid=5877 vsize=325832 CPUtime=282.18
/proc/5879/stat : 5879 (hybridGM7) R 5877 5879 5016 0 -1 4194304 19288 0 0 0 28209 9 0 0 25 0 1 0 1119053055 333651968 19131 1992294400 134512640 135204385 4294956208 18446744073709551615 134536993 0 0 4096 0 0 0 0 17 1 0 0
/proc/5879/statm: 81458 19131 85 168 0 81288 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 325832

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/73 5882
/proc/meminfo: memFree=963784/2055920 swapFree=4175896/4192956
[pid=5879] ppid=5877 vsize=343268 CPUtime=342.16
/proc/5879/stat : 5879 (hybridGM7) R 5877 5879 5016 0 -1 4194304 23647 0 0 0 34205 11 0 0 25 0 1 0 1119053055 351506432 23490 1992294400 134512640 135204385 4294956208 18446744073709551615 134537486 0 0 4096 0 0 0 0 17 1 0 0
/proc/5879/statm: 85817 23490 85 168 0 85647 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 343268

[startup+402.303 s]
/proc/loadavg: 0.99 0.97 0.98 2/73 5882
/proc/meminfo: memFree=943624/2055920 swapFree=4175896/4192956
[pid=5879] ppid=5877 vsize=363748 CPUtime=402.14
/proc/5879/stat : 5879 (hybridGM7) R 5877 5879 5016 0 -1 4194304 28762 0 0 0 40200 14 0 0 25 0 1 0 1119053055 372477952 28604 1992294400 134512640 135204385 4294956208 18446744073709551615 134537452 0 0 4096 0 0 0 0 17 1 0 0
/proc/5879/statm: 90937 28604 85 168 0 90767 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 363748

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/73 5882
/proc/meminfo: memFree=924616/2055920 swapFree=4175896/4192956
[pid=5879] ppid=5877 vsize=382736 CPUtime=462.12
/proc/5879/stat : 5879 (hybridGM7) R 5877 5879 5016 0 -1 4194304 33510 0 0 0 46196 16 0 0 25 0 1 0 1119053055 391921664 33351 1992294400 134512640 135204385 4294956208 18446744073709551615 134537143 0 0 4096 0 0 0 0 17 1 0 0
/proc/5879/statm: 95684 33351 85 168 0 95514 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 382736

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/73 5882
/proc/meminfo: memFree=904264/2055920 swapFree=4175896/4192956
[pid=5879] ppid=5877 vsize=403236 CPUtime=522.09
/proc/5879/stat : 5879 (hybridGM7) R 5877 5879 5016 0 -1 4194304 38629 0 0 0 52190 19 0 0 25 0 1 0 1119053055 412913664 38470 1992294400 134512640 135204385 4294956208 18446744073709551615 134536968 0 0 4096 0 0 0 0 17 1 0 0
/proc/5879/statm: 100809 38470 85 168 0 100639 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 403236

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/73 5882
/proc/meminfo: memFree=884296/2055920 swapFree=4175896/4192956
[pid=5879] ppid=5877 vsize=423012 CPUtime=582.07
/proc/5879/stat : 5879 (hybridGM7) R 5877 5879 5016 0 -1 4194304 43578 0 0 0 58185 22 0 0 25 0 1 0 1119053055 433164288 43418 1992294400 134512640 135204385 4294956208 18446744073709551615 134536744 0 0 4096 0 0 0 0 17 1 0 0
/proc/5879/statm: 105753 43418 85 168 0 105583 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 423012

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/73 5882
/proc/meminfo: memFree=865864/2055920 swapFree=4175896/4192956
[pid=5879] ppid=5877 vsize=441152 CPUtime=642.05
/proc/5879/stat : 5879 (hybridGM7) R 5877 5879 5016 0 -1 4194304 48108 0 0 0 64182 23 0 0 25 0 1 0 1119053055 451739648 47948 1992294400 134512640 135204385 4294956208 18446744073709551615 134536656 0 0 4096 0 0 0 0 17 1 0 0
/proc/5879/statm: 110288 47948 85 168 0 110118 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 441152

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/73 5882
/proc/meminfo: memFree=845896/2055920 swapFree=4175896/4192956
[pid=5879] ppid=5877 vsize=461600 CPUtime=702.02
/proc/5879/stat : 5879 (hybridGM7) R 5877 5879 5016 0 -1 4194304 53219 0 0 0 70176 26 0 0 25 0 1 0 1119053055 472678400 53059 1992294400 134512640 135204385 4294956208 18446744073709551615 134536891 0 0 4096 0 0 0 0 17 1 0 0
/proc/5879/statm: 115400 53059 85 168 0 115230 0
Current children cumulated CPU time (s) 702.02
Current children cumulated vsize (KiB) 461600

[startup+762.307 s]
/proc/loadavg: 0.99 0.97 0.98 2/73 5882
/proc/meminfo: memFree=826696/2055920 swapFree=4175896/4192956
[pid=5879] ppid=5877 vsize=480260 CPUtime=762.01
/proc/5879/stat : 5879 (hybridGM7) R 5877 5879 5016 0 -1 4194304 57893 0 0 0 76173 28 0 0 25 0 1 0 1119053055 491786240 57733 1992294400 134512640 135204385 4294956208 18446744073709551615 134553469 0 0 4096 0 0 0 0 17 1 0 0
/proc/5879/statm: 120065 57733 85 168 0 119895 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 480260

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/73 5882
/proc/meminfo: memFree=806472/2055920 swapFree=4175896/4192956
[pid=5879] ppid=5877 vsize=500596 CPUtime=821.98
/proc/5879/stat : 5879 (hybridGM7) R 5877 5879 5016 0 -1 4194304 62981 0 0 0 82168 30 0 0 25 0 1 0 1119053055 512610304 62821 1992294400 134512640 135204385 4294956208 18446744073709551615 134536744 0 0 4096 0 0 0 0 17 1 0 0
/proc/5879/statm: 125149 62821 85 168 0 124979 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 500596

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/73 5882
/proc/meminfo: memFree=790664/2055920 swapFree=4175896/4192956
[pid=5879] ppid=5877 vsize=516244 CPUtime=881.96
/proc/5879/stat : 5879 (hybridGM7) R 5877 5879 5016 0 -1 4194304 66879 0 0 0 88164 32 0 0 25 0 1 0 1119053055 528633856 66719 1992294400 134512640 135204385 4294956208 18446744073709551615 134537443 0 0 4096 0 0 0 0 17 1 0 0
/proc/5879/statm: 129061 66719 85 168 0 128891 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 516244

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

[startup+883.101 s]
/proc/loadavg: 0.99 0.97 0.98 2/73 5882
/proc/meminfo: memFree=790664/2055920 swapFree=4175896/4192956
[pid=5879] ppid=5877 vsize=516244 CPUtime=882.76
/proc/5879/stat : 5879 (hybridGM7) R 5877 5879 5016 0 -1 4194304 66894 0 0 0 88244 32 0 0 25 0 1 0 1119053055 528633856 66734 1992294400 134512640 135204385 4294956208 18446744073709551615 134537611 0 0 4096 0 0 0 0 17 1 0 0
/proc/5879/statm: 129061 66734 85 168 0 128891 0
Current children cumulated CPU time (s) 882.76
Current children cumulated vsize (KiB) 516244

[startup+886.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/73 5882
/proc/meminfo: memFree=789960/2055920 swapFree=4175896/4192956
[pid=5879] ppid=5877 vsize=517108 CPUtime=885.96
/proc/5879/stat : 5879 (hybridGM7) R 5877 5879 5016 0 -1 4194304 67100 0 0 0 88564 32 0 0 25 0 1 0 1119053055 529518592 66940 1992294400 134512640 135204385 4294956208 18446744073709551615 134537383 0 0 4096 0 0 0 0 17 1 0 0
/proc/5879/statm: 129277 66940 85 168 0 129107 0
Current children cumulated CPU time (s) 885.96
Current children cumulated vsize (KiB) 517108

[startup+887.101 s]
/proc/loadavg: 0.99 0.97 0.98 2/73 5882
/proc/meminfo: memFree=789768/2055920 swapFree=4175896/4192956
[pid=5879] ppid=5877 vsize=517108 CPUtime=886.76
/proc/5879/stat : 5879 (hybridGM7) R 5877 5879 5016 0 -1 4194304 67100 0 0 0 88644 32 0 0 25 0 1 0 1119053055 529518592 66940 1992294400 134512640 135204385 4294956208 18446744073709551615 134536968 0 0 4096 0 0 0 0 17 1 0 0
/proc/5879/statm: 129277 66940 85 168 0 129107 0
Current children cumulated CPU time (s) 886.76
Current children cumulated vsize (KiB) 517108

[startup+887.901 s]
/proc/loadavg: 0.99 0.97 0.98 2/73 5882
/proc/meminfo: memFree=687560/2055920 swapFree=4175896/4192956
[pid=5879] ppid=5877 vsize=517108 CPUtime=887.56
/proc/5879/stat : 5879 (hybridGM7) R 5877 5879 5016 0 -1 4195840 77945 0 0 0 88653 103 0 0 25 0 1 0 1119053055 529518592 66950 1992294400 134512640 135204385 4294956208 18446744073709551615 134532951 0 0 4096 0 0 0 0 17 1 0 0
/proc/5879/statm: 129277 66950 85 168 0 129107 0
Current children cumulated CPU time (s) 887.56
Current children cumulated vsize (KiB) 517108

[startup+888.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/73 5882
/proc/meminfo: memFree=687560/2055920 swapFree=4175896/4192956
[pid=5879] ppid=5877 vsize=0 CPUtime=887.96
/proc/5879/stat : 5879 (hybridGM7) R 5877 5879 5016 0 -1 4195844 79177 0 0 0 88653 143 0 0 25 0 1 0 1119053055 0 0 1992294400 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/5879/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 887.96
Current children cumulated vsize (KiB) 0

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 888.311
CPU time (s): 887.971
CPU user time (s): 886.531
CPU system time (s): 1.43978
CPU usage (%): 99.9617
Max. virtual memory (cumulated for all children) (KiB): 517108

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

runsolver used 0.739887 second user time and 2.49562 second system time

The end

Launcher Data

Begin job on node66 at 2009-03-31 03:45:18
IDJOB=1541611
IDBENCH=70465
IDSOLVER=535
FILE ID=node66/1541611-1238463918
PBS_JOBID= 9061687
Free space on /tmp= 66544 MiB

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

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

MD5SUM BENCH= 6d110538c6795cd651a202a3fd6fda7d
RANDOM SEED=935853083

node66.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.286
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.286
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:       1058608 kB
Buffers:         96544 kB
Cached:         806308 kB
SwapCached:       8824 kB
Active:         320408 kB
Inactive:       593352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1058608 kB
SwapTotal:     4192956 kB
SwapFree:      4175896 kB
Dirty:            1200 kB
Writeback:           0 kB
Mapped:          16576 kB
Slab:            68712 kB
Committed_AS:  3186788 kB
PageTables:       1976 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= 66280 MiB
End job on node66 at 2009-03-31 04:00:07