Trace number 1541287

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 626.255 626.449

General information on the benchmark

NameRANDOM/MEDIUM/5SAT/UNKNOWN/120/
unif-k5-r21.3-v120-c2556-S1481598919-023.cnf
MD5SUMb5e7cd1135ca2561f4261d81ae9e01a8
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 variables120
Number of clauses2556
Sum of the clauses size12780
Maximum clause length5
Minimum clause length5
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 52556
Number of clauses of size over 50

Solver Data

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

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: 1.96 1.82 1.44 3/68 17114
/proc/meminfo: memFree=1529344/2055920 swapFree=4175244/4192956
[pid=17114] ppid=17112 vsize=260600 CPUtime=0
/proc/17114/stat : 17114 (hybridGM7) R 17112 17114 16791 0 -1 4194304 947 0 0 0 0 0 0 0 18 0 1 0 1117743023 266854400 931 1992294400 134512640 135204385 4294956208 18446744073709551615 134542712 0 0 4096 0 0 0 0 17 1 0 0
/proc/17114/statm: 65150 937 55 168 0 64980 0

[startup+0.0375611 s]
/proc/loadavg: 1.96 1.82 1.44 3/68 17114
/proc/meminfo: memFree=1529344/2055920 swapFree=4175244/4192956
[pid=17114] ppid=17112 vsize=268416 CPUtime=0.02
/proc/17114/stat : 17114 (hybridGM7) R 17112 17114 16791 0 -1 4194304 4568 0 0 0 1 1 0 0 18 0 1 0 1117743023 274857984 4551 1992294400 134512640 135204385 4294956208 18446744073709551615 134536744 0 0 4096 0 0 0 0 17 1 0 0
/proc/17114/statm: 67104 4551 64 168 0 66934 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 268416

[startup+0.102566 s]
/proc/loadavg: 1.96 1.82 1.44 3/68 17114
/proc/meminfo: memFree=1529344/2055920 swapFree=4175244/4192956
[pid=17114] ppid=17112 vsize=268416 CPUtime=0.09
/proc/17114/stat : 17114 (hybridGM7) R 17112 17114 16791 0 -1 4194304 4568 0 0 0 8 1 0 0 18 0 1 0 1117743023 274857984 4551 1992294400 134512640 135204385 4294956208 18446744073709551615 134537481 0 0 4096 0 0 0 0 17 1 0 0
/proc/17114/statm: 67104 4551 64 168 0 66934 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 268416

[startup+0.301587 s]
/proc/loadavg: 1.96 1.82 1.44 3/68 17114
/proc/meminfo: memFree=1529344/2055920 swapFree=4175244/4192956
[pid=17114] ppid=17112 vsize=268556 CPUtime=0.29
/proc/17114/stat : 17114 (hybridGM7) R 17112 17114 16791 0 -1 4194304 4692 0 0 0 28 1 0 0 19 0 1 0 1117743023 275001344 4675 1992294400 134512640 135204385 4294956208 18446744073709551615 134659375 0 0 4096 0 0 0 0 17 1 0 0
/proc/17114/statm: 67139 4675 85 168 0 66969 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 268556

[startup+0.702626 s]
/proc/loadavg: 1.96 1.82 1.44 3/68 17114
/proc/meminfo: memFree=1529344/2055920 swapFree=4175244/4192956
[pid=17114] ppid=17112 vsize=268652 CPUtime=0.69
/proc/17114/stat : 17114 (hybridGM7) R 17112 17114 16791 0 -1 4194304 4702 0 0 0 68 1 0 0 22 0 1 0 1117743023 275099648 4685 1992294400 134512640 135204385 4294956208 18446744073709551615 134701649 0 0 4096 0 0 0 0 17 1 0 0
/proc/17114/statm: 67163 4685 85 168 0 66993 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 268652

[startup+1.5017 s]
/proc/loadavg: 1.88 1.80 1.44 2/69 17115
/proc/meminfo: memFree=1510776/2055920 swapFree=4175244/4192956
[pid=17114] ppid=17112 vsize=268764 CPUtime=1.49
/proc/17114/stat : 17114 (hybridGM7) R 17112 17114 16791 0 -1 4194304 4739 0 0 0 148 1 0 0 25 0 1 0 1117743023 275214336 4722 1992294400 134512640 135204385 4294956208 18446744073709551615 134705357 0 0 4096 0 0 0 0 17 1 0 0
/proc/17114/statm: 67191 4722 85 168 0 67021 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 268764

[startup+3.10186 s]
/proc/loadavg: 1.88 1.80 1.44 2/69 17115
/proc/meminfo: memFree=1510328/2055920 swapFree=4175244/4192956
[pid=17114] ppid=17112 vsize=269080 CPUtime=3.09
/proc/17114/stat : 17114 (hybridGM7) R 17112 17114 16791 0 -1 4194304 4810 0 0 0 308 1 0 0 25 0 1 0 1117743023 275537920 4793 1992294400 134512640 135204385 4294956208 18446744073709551615 134537495 0 0 4096 0 0 0 0 17 1 0 0
/proc/17114/statm: 67270 4793 85 168 0 67100 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 269080

[startup+6.30118 s]
/proc/loadavg: 1.88 1.80 1.44 2/69 17115
/proc/meminfo: memFree=1509880/2055920 swapFree=4175244/4192956
[pid=17114] ppid=17112 vsize=269544 CPUtime=6.29
/proc/17114/stat : 17114 (hybridGM7) R 17112 17114 16791 0 -1 4194304 4950 0 0 0 627 2 0 0 25 0 1 0 1117743023 276013056 4933 1992294400 134512640 135204385 4294956208 18446744073709551615 134536980 0 0 4096 0 0 0 0 17 1 0 0
/proc/17114/statm: 67386 4933 85 168 0 67216 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 269544

[startup+12.7018 s]
/proc/loadavg: 1.74 1.78 1.43 2/69 17115
/proc/meminfo: memFree=1507896/2055920 swapFree=4175244/4192956
[pid=17114] ppid=17112 vsize=271336 CPUtime=12.69
/proc/17114/stat : 17114 (hybridGM7) R 17112 17114 16791 0 -1 4194304 5388 0 0 0 1267 2 0 0 25 0 1 0 1117743023 277848064 5371 1992294400 134512640 135204385 4294956208 18446744073709551615 134537394 0 0 4096 0 0 0 0 17 1 0 0
/proc/17114/statm: 67834 5371 85 168 0 67664 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 271336

[startup+25.5011 s]
/proc/loadavg: 1.63 1.75 1.43 2/69 17115
/proc/meminfo: memFree=1504824/2055920 swapFree=4175244/4192956
[pid=17114] ppid=17112 vsize=274316 CPUtime=25.48
/proc/17114/stat : 17114 (hybridGM7) R 17112 17114 16791 0 -1 4194304 6134 0 0 0 2546 2 0 0 25 0 1 0 1117743023 280899584 6117 1992294400 134512640 135204385 4294956208 18446744073709551615 134536898 0 0 4096 0 0 0 0 17 1 0 0
/proc/17114/statm: 68579 6117 85 168 0 68409 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 274316

[startup+51.1016 s]
/proc/loadavg: 1.41 1.69 1.42 2/69 17115
/proc/meminfo: memFree=1496504/2055920 swapFree=4175244/4192956
[pid=17114] ppid=17112 vsize=282688 CPUtime=51.08
/proc/17114/stat : 17114 (hybridGM7) R 17112 17114 16791 0 -1 4194304 8213 0 0 0 5105 3 0 0 25 0 1 0 1117743023 289472512 8196 1992294400 134512640 135204385 4294956208 18446744073709551615 134537366 0 0 4096 0 0 0 0 17 1 0 0
/proc/17114/statm: 70672 8196 85 168 0 70502 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 282688

[startup+102.307 s]
/proc/loadavg: 1.16 1.57 1.39 2/69 17115
/proc/meminfo: memFree=1476408/2055920 swapFree=4175244/4192956
[pid=17114] ppid=17112 vsize=302644 CPUtime=102.27
/proc/17114/stat : 17114 (hybridGM7) R 17112 17114 16791 0 -1 4194304 13201 0 0 0 10222 5 0 0 25 0 1 0 1117743023 309907456 13184 1992294400 134512640 135204385 4294956208 18446744073709551615 134536895 0 0 4096 0 0 0 0 17 1 0 0
/proc/17114/statm: 75661 13184 85 168 0 75491 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 302644

[startup+162.302 s]
/proc/loadavg: 1.06 1.46 1.36 2/69 17115
/proc/meminfo: memFree=1452472/2055920 swapFree=4175244/4192956
[pid=17114] ppid=17112 vsize=326948 CPUtime=162.25
/proc/17114/stat : 17114 (hybridGM7) R 17112 17114 16791 0 -1 4194304 19276 0 0 0 16216 9 0 0 25 0 1 0 1117743023 334794752 19259 1992294400 134512640 135204385 4294956208 18446744073709551615 134537419 0 0 4096 0 0 0 0 17 1 0 0
/proc/17114/statm: 81737 19259 85 168 0 81567 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 326948

[startup+222.302 s]
/proc/loadavg: 1.02 1.38 1.34 2/69 17115
/proc/meminfo: memFree=1427448/2055920 swapFree=4175244/4192956
[pid=17114] ppid=17112 vsize=351448 CPUtime=222.23
/proc/17114/stat : 17114 (hybridGM7) R 17112 17114 16791 0 -1 4194304 25410 0 0 0 22211 12 0 0 25 0 1 0 1117743023 359882752 25393 1992294400 134512640 135204385 4294956208 18446744073709551615 134536744 0 0 4096 0 0 0 0 17 1 0 0
/proc/17114/statm: 87862 25393 85 168 0 87692 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 351448

[startup+282.301 s]
/proc/loadavg: 1.00 1.31 1.31 2/69 17115
/proc/meminfo: memFree=1405432/2055920 swapFree=4175244/4192956
[pid=17114] ppid=17112 vsize=373836 CPUtime=282.22
/proc/17114/stat : 17114 (hybridGM7) R 17112 17114 16791 0 -1 4194304 30999 0 0 0 28207 15 0 0 25 0 1 0 1117743023 382808064 30982 1992294400 134512640 135204385 4294956208 18446744073709551615 134537357 0 0 4096 0 0 0 0 17 1 0 0
/proc/17114/statm: 93459 30982 85 168 0 93289 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 373836

[startup+342.301 s]
/proc/loadavg: 1.00 1.25 1.29 2/69 17115
/proc/meminfo: memFree=1380536/2055920 swapFree=4175244/4192956
[pid=17114] ppid=17112 vsize=398424 CPUtime=342.2
/proc/17114/stat : 17114 (hybridGM7) R 17112 17114 16791 0 -1 4194304 37146 0 0 0 34202 18 0 0 25 0 1 0 1117743023 407986176 37129 1992294400 134512640 135204385 4294956208 18446744073709551615 134536971 0 0 4096 0 0 0 0 17 1 0 0
/proc/17114/statm: 99606 37129 85 168 0 99436 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 398424

[startup+402.301 s]
/proc/loadavg: 1.00 1.20 1.27 2/69 17115
/proc/meminfo: memFree=1360312/2055920 swapFree=4175244/4192956
[pid=17114] ppid=17112 vsize=418884 CPUtime=402.19
/proc/17114/stat : 17114 (hybridGM7) R 17112 17114 16791 0 -1 4194304 42261 0 0 0 40198 21 0 0 25 0 1 0 1117743023 428937216 42244 1992294400 134512640 135204385 4294956208 18446744073709551615 134537383 0 0 4096 0 0 0 0 17 1 0 0
/proc/17114/statm: 104721 42244 85 168 0 104551 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 418884

[startup+462.301 s]
/proc/loadavg: 1.00 1.16 1.25 2/69 17115
/proc/meminfo: memFree=1338552/2055920 swapFree=4175244/4192956
[pid=17114] ppid=17112 vsize=440332 CPUtime=462.17
/proc/17114/stat : 17114 (hybridGM7) R 17112 17114 16791 0 -1 4194304 47640 0 0 0 46193 24 0 0 25 0 1 0 1117743023 450899968 47623 1992294400 134512640 135204385 4294956208 18446744073709551615 134537548 0 0 4096 0 0 0 0 17 1 0 0
/proc/17114/statm: 110083 47623 85 168 0 109913 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 440332

[startup+522.301 s]
/proc/loadavg: 1.00 1.13 1.23 2/69 17115
/proc/meminfo: memFree=1315320/2055920 swapFree=4175244/4192956
[pid=17114] ppid=17112 vsize=464004 CPUtime=522.16
/proc/17114/stat : 17114 (hybridGM7) R 17112 17114 16791 0 -1 4194304 53541 0 0 0 52188 28 0 0 25 0 1 0 1117743023 475140096 53524 1992294400 134512640 135204385 4294956208 18446744073709551615 134546319 0 0 4096 0 0 0 0 17 1 0 0
/proc/17114/statm: 116001 53524 85 168 0 115831 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 464004

[startup+582.301 s]
/proc/loadavg: 1.00 1.10 1.22 2/69 17115
/proc/meminfo: memFree=1290552/2055920 swapFree=4175244/4192956
[pid=17114] ppid=17112 vsize=488340 CPUtime=582.14
/proc/17114/stat : 17114 (hybridGM7) R 17112 17114 16791 0 -1 4194304 59645 0 0 0 58184 30 0 0 25 0 1 0 1117743023 500060160 59628 1992294400 134512640 135204385 4294956208 18446744073709551615 134536901 0 0 4096 0 0 0 0 17 1 0 0
/proc/17114/statm: 122085 59628 85 168 0 121915 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 488340

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

[startup+588.702 s]
/proc/loadavg: 1.00 1.10 1.21 2/69 17115
/proc/meminfo: memFree=1287928/2055920 swapFree=4175244/4192956
[pid=17114] ppid=17112 vsize=490828 CPUtime=588.54
/proc/17114/stat : 17114 (hybridGM7) R 17112 17114 16791 0 -1 4194304 60246 0 0 0 58824 30 0 0 25 0 1 0 1117743023 502607872 60229 1992294400 134512640 135204385 4294956208 18446744073709551615 134537443 0 0 4096 0 0 0 0 17 1 0 0
/proc/17114/statm: 122707 60229 85 168 0 122537 0
Current children cumulated CPU time (s) 588.54
Current children cumulated vsize (KiB) 490828

[startup+601.502 s]
/proc/loadavg: 1.00 1.10 1.21 2/69 17115
/proc/meminfo: memFree=1283512/2055920 swapFree=4175244/4192956
[pid=17114] ppid=17112 vsize=495648 CPUtime=601.34
/proc/17114/stat : 17114 (hybridGM7) R 17112 17114 16791 0 -1 4194304 61452 0 0 0 60103 31 0 0 25 0 1 0 1117743023 507543552 61435 1992294400 134512640 135204385 4294956208 18446744073709551615 134704918 0 0 4096 0 0 0 0 17 1 0 0
/proc/17114/statm: 123912 61435 85 168 0 123742 0
Current children cumulated CPU time (s) 601.34
Current children cumulated vsize (KiB) 495648

[startup+614.301 s]
/proc/loadavg: 1.00 1.09 1.21 2/69 17115
/proc/meminfo: memFree=1278648/2055920 swapFree=4175244/4192956
[pid=17114] ppid=17112 vsize=500048 CPUtime=614.13
/proc/17114/stat : 17114 (hybridGM7) R 17112 17114 16791 0 -1 4194304 62561 0 0 0 61382 31 0 0 25 0 1 0 1117743023 512049152 62544 1992294400 134512640 135204385 4294956208 18446744073709551615 134536731 0 0 4096 0 0 0 0 17 1 0 0
/proc/17114/statm: 125012 62544 85 168 0 124842 0
Current children cumulated CPU time (s) 614.13
Current children cumulated vsize (KiB) 500048

[startup+620.702 s]
/proc/loadavg: 1.00 1.09 1.20 2/69 17115
/proc/meminfo: memFree=1276408/2055920 swapFree=4175244/4192956
[pid=17114] ppid=17112 vsize=502232 CPUtime=620.54
/proc/17114/stat : 17114 (hybridGM7) R 17112 17114 16791 0 -1 4194304 63114 0 0 0 62022 32 0 0 25 0 1 0 1117743023 514285568 63097 1992294400 134512640 135204385 4294956208 18446744073709551615 134536821 0 0 4096 0 0 0 0 17 1 0 0
/proc/17114/statm: 125558 63097 85 168 0 125388 0
Current children cumulated CPU time (s) 620.54
Current children cumulated vsize (KiB) 502232

[startup+623.901 s]
/proc/loadavg: 1.00 1.09 1.20 2/69 17115
/proc/meminfo: memFree=1275512/2055920 swapFree=4175244/4192956
[pid=17114] ppid=17112 vsize=503248 CPUtime=623.74
/proc/17114/stat : 17114 (hybridGM7) R 17112 17114 16791 0 -1 4194304 63352 0 0 0 62342 32 0 0 25 0 1 0 1117743023 515325952 63335 1992294400 134512640 135204385 4294956208 18446744073709551615 134537383 0 0 4096 0 0 0 0 17 1 0 0
/proc/17114/statm: 125812 63335 85 168 0 125642 0
Current children cumulated CPU time (s) 623.74
Current children cumulated vsize (KiB) 503248

[startup+625.502 s]
/proc/loadavg: 1.00 1.09 1.20 2/69 17115
/proc/meminfo: memFree=1275384/2055920 swapFree=4175244/4192956
[pid=17114] ppid=17112 vsize=503340 CPUtime=625.34
/proc/17114/stat : 17114 (hybridGM7) R 17112 17114 16791 0 -1 4195840 74253 0 0 0 62489 45 0 0 25 0 1 0 1117743023 515420160 63374 1992294400 134512640 135204385 4294956208 18446744073709551615 134532951 0 0 4096 0 0 0 0 17 1 0 0
/proc/17114/statm: 125835 63374 85 168 0 125665 0
Current children cumulated CPU time (s) 625.34
Current children cumulated vsize (KiB) 503340

[startup+625.905 s]
/proc/loadavg: 1.00 1.09 1.20 2/69 17115
/proc/meminfo: memFree=1169016/2055920 swapFree=4175244/4192956
[pid=17114] ppid=17112 vsize=503340 CPUtime=625.72
/proc/17114/stat : 17114 (hybridGM7) R 17112 17114 16791 0 -1 4195840 74253 0 0 0 62489 83 0 0 25 0 1 0 1117743023 515420160 63374 1992294400 134512640 135204385 4294956208 18446744073709551615 134532951 0 0 4096 0 0 0 0 17 1 0 0
/proc/17114/statm: 125835 63374 85 168 0 125665 0
Current children cumulated CPU time (s) 625.72
Current children cumulated vsize (KiB) 503340

[startup+626.301 s]
/proc/loadavg: 1.00 1.09 1.20 2/69 17115
/proc/meminfo: memFree=1169016/2055920 swapFree=4175244/4192956
[pid=17114] ppid=17112 vsize=503340 CPUtime=626.1
/proc/17114/stat : 17114 (hybridGM7) R 17112 17114 16791 0 -1 4195840 74253 0 0 0 62489 121 0 0 25 0 1 0 1117743023 515420160 63374 1992294400 134512640 135204385 4294956208 18446744073709551615 134532951 0 0 4096 0 0 0 0 17 1 0 0
/proc/17114/statm: 125835 63374 85 168 0 125665 0
Current children cumulated CPU time (s) 626.1
Current children cumulated vsize (KiB) 503340

[startup+626.402 s]
/proc/loadavg: 1.00 1.09 1.20 2/69 17115
/proc/meminfo: memFree=1169016/2055920 swapFree=4175244/4192956
[pid=17114] ppid=17112 vsize=503340 CPUtime=626.2
/proc/17114/stat : 17114 (hybridGM7) R 17112 17114 16791 0 -1 4195840 74253 0 0 0 62489 131 0 0 25 0 1 0 1117743023 515420160 63374 1992294400 134512640 135204385 4294956208 18446744073709551615 134532951 0 0 4096 0 0 0 0 17 1 0 0
/proc/17114/statm: 125835 63374 85 168 0 125665 0
Current children cumulated CPU time (s) 626.2
Current children cumulated vsize (KiB) 503340

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 626.449
CPU time (s): 626.255
CPU user time (s): 624.894
CPU system time (s): 1.36079
CPU usage (%): 99.9691
Max. virtual memory (cumulated for all children) (KiB): 503340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 624.894
system time used= 1.36079
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75592
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= 4
involuntary context switches= 980

runsolver used 0.548916 second user time and 1.73974 second system time

The end

Launcher Data

Begin job on node60 at 2009-03-31 00:06:54
IDJOB=1541287
IDBENCH=70411
IDSOLVER=535
FILE ID=node60/1541287-1238450814
PBS_JOBID= 9061663
Free space on /tmp= 66548 MiB

SOLVER NAME= hybridGM7 7
BENCH NAME= SAT09/RANDOM/MEDIUM/5SAT/UNKNOWN/120/unif-k5-r21.3-v120-c2556-S1481598919-023.cnf
COMMAND LINE= HOME/hybridGM7 BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1541287-1238450814/watcher-1541287-1238450814 -o /tmp/evaluation-result-1541287-1238450814/solver-1541287-1238450814 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/hybridGM7 HOME/instance-1541287-1238450814.cnf 1532345825 

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

MD5SUM BENCH= b5e7cd1135ca2561f4261d81ae9e01a8
RANDOM SEED=1532345825

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:       1529760 kB
Buffers:         89200 kB
Cached:         346112 kB
SwapCached:      11040 kB
Active:         151224 kB
Inactive:       297248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1529760 kB
SwapTotal:     4192956 kB
SwapFree:      4175244 kB
Dirty:            1092 kB
Writeback:           0 kB
Mapped:          18480 kB
Slab:            63204 kB
Committed_AS:  3290172 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= 66300 MiB
End job on node60 at 2009-03-31 00:17:21