Trace number 1732896

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
tts tts-5-0? 1199.91 1200.23

General information on the benchmark

NameCRAFTED/ramseycube/
Q3inK12.cnf
MD5SUMbcbdfe82209aa971e7a6ff7bba833b95
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.39164
Satisfiable
(Un)Satisfiability was proved
Number of variables66
Number of clauses831600
Sum of the clauses size9979200
Maximum clause length12
Minimum clause length12
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 5831600

Solver Data

5.49/5.59	c Command: HOME/tts-5-0 HOME/instance-1732896-1240783958.cnf 
5.49/5.59	c Using SATTIMEOUT of 1200
5.49/5.59	c Using SATRAM of 1800
5.49/5.59	c Size of subset node = 16
5.49/5.59	c Variables = 66
5.49/5.59	c Clauses = 831600
5.49/5.59	c Literals = 9979200
5.49/5.59	c Reduced size:
5.49/5.59	c Variables = 66
5.49/5.59	c Clauses = 831600
5.49/5.59	c Literals = 9979200
5.49/5.59	c a2
62.17/62.23	c a1
1119.50/1119.86	c Independent sub-problems = 1
1119.50/1119.86	c Sub-problem with 66 variables and 831600 clauses
1119.50/1119.86	c using permutation method 4
1119.50/1119.86	c count = 1
1119.50/1119.86	c Ordering finished 1117.830 seconds
1119.50/1119.86	c mapped 1119.730 seconds
1119.50/1119.86	c permuted 1119.730 seconds
1119.50/1119.86	c about to sort
1120.89/1121.25	c sorted
1196.48/1196.87	c clauses now 831600
1196.48/1196.87	c init finished 1121.400 seconds
1196.48/1196.87	c tree built 1196.730 seconds
1196.48/1196.87	c 
1196.48/1196.87	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
1196.48/1196.87	c ---------------------------------|----------------------------------|------------------------------------------------------
1196.48/1196.87	c ................................ | *********.                       |                     1196.7           0.0             
1196.48/1196.87	c ................................ | *********.                     1 |                     1196.7           0.0             
1196.48/1196.87	c ................................ | *********.                     2 |                     1196.7           0.0             
1196.48/1196.87	c ................................ | *********.                     3 |                     1196.7           0.0             
1196.48/1196.87	c ................................ | *********.                     4 |                     1196.7           0.0             
1196.48/1196.87	c ................................ | *********.                     5 |                     1196.7           0.0             
1197.07/1197.46	c ................................ | *********.                  1000 | 307                 1197.3           0.8         9631
1197.77/1198.13	c ................................ | *********.                  2000 | 640                 1198.0           1.7        23167
1198.47/1198.82	c ................................ | *********.                  3000 | 942                 1198.7           2.5        37235
1199.07/1199.48	c ................................ | *********.                  4000 | 1285                1199.3           3.3        50943
1199.87/1200.20	c CPU limit (1200) reached
1199.87/1200.20	c Time = 1200.05 seconds
1199.87/1200.20	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1732896-1240783958/watcher-1732896-1240783958 -o /tmp/evaluation-result-1732896-1240783958/solver-1732896-1240783958 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/tts-5-0 HOME/instance-1732896-1240783958.cnf 

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.02 1.41 1.36 2/65 20337
/proc/meminfo: memFree=1120616/2055920 swapFree=4192956/4192956
[pid=20337] ppid=20335 vsize=876 CPUtime=0
/proc/20337/stat : 20337 (tts-5-0) R 20335 20337 19884 0 -1 4194304 114 0 0 0 0 0 0 0 20 0 1 0 106425723 897024 98 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/20337/statm: 219 98 67 165 0 52 0

[startup+0.0841771 s]
/proc/loadavg: 1.02 1.41 1.36 2/65 20337
/proc/meminfo: memFree=1120616/2055920 swapFree=4192956/4192956
[pid=20337] ppid=20335 vsize=2832 CPUtime=0.07
/proc/20337/stat : 20337 (tts-5-0) R 20335 20337 19884 0 -1 4194304 606 0 0 0 7 0 0 0 20 0 1 0 106425723 2899968 590 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/20337/statm: 708 590 68 165 0 541 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2832

[startup+0.101178 s]
/proc/loadavg: 1.02 1.41 1.36 2/65 20337
/proc/meminfo: memFree=1120616/2055920 swapFree=4192956/4192956
[pid=20337] ppid=20335 vsize=3228 CPUtime=0.09
/proc/20337/stat : 20337 (tts-5-0) R 20335 20337 19884 0 -1 4194304 712 0 0 0 9 0 0 0 20 0 1 0 106425723 3305472 696 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/20337/statm: 807 697 68 165 0 640 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3228

[startup+0.3012 s]
/proc/loadavg: 1.02 1.41 1.36 2/65 20337
/proc/meminfo: memFree=1120616/2055920 swapFree=4192956/4192956
[pid=20337] ppid=20335 vsize=8148 CPUtime=0.29
/proc/20337/stat : 20337 (tts-5-0) R 20335 20337 19884 0 -1 4194304 1919 0 0 0 28 1 0 0 22 0 1 0 106425723 8343552 1903 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/20337/statm: 2037 1903 68 165 0 1870 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8148

[startup+0.701246 s]
/proc/loadavg: 1.02 1.41 1.36 2/65 20337
/proc/meminfo: memFree=1120616/2055920 swapFree=4192956/4192956
[pid=20337] ppid=20335 vsize=17820 CPUtime=0.69
/proc/20337/stat : 20337 (tts-5-0) R 20335 20337 19884 0 -1 4194304 4334 0 0 0 67 2 0 0 25 0 1 0 106425723 18247680 4318 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/20337/statm: 4455 4318 68 165 0 4288 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17820

[startup+1.50234 s]
/proc/loadavg: 1.02 1.41 1.36 2/66 20338
/proc/meminfo: memFree=1096288/2055920 swapFree=4192956/4192956
[pid=20337] ppid=20335 vsize=37368 CPUtime=1.48
/proc/20337/stat : 20337 (tts-5-0) R 20335 20337 19884 0 -1 4194304 9173 0 0 0 143 5 0 0 25 0 1 0 106425723 38264832 9157 1992294400 134512640 135191068 4294956224 18446744073709551615 134670944 0 0 4096 0 0 0 0 17 1 0 0
/proc/20337/statm: 9342 9157 68 165 0 9175 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 37368

[startup+3.10152 s]
/proc/loadavg: 1.02 1.41 1.36 2/66 20338
/proc/meminfo: memFree=1068512/2055920 swapFree=4192956/4192956
[pid=20337] ppid=20335 vsize=76376 CPUtime=3.09
/proc/20337/stat : 20337 (tts-5-0) R 20335 20337 19884 0 -1 4194304 18823 0 0 0 299 10 0 0 25 0 1 0 106425723 78209024 18807 1992294400 134512640 135191068 4294956224 18446744073709551615 134716206 0 0 4096 0 0 0 0 17 1 0 0
/proc/20337/statm: 19094 18807 68 165 0 18927 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 76376

[startup+6.30188 s]
/proc/loadavg: 1.10 1.42 1.36 2/66 20338
/proc/meminfo: memFree=1005352/2055920 swapFree=4192956/4192956
[pid=20337] ppid=20335 vsize=324684 CPUtime=6.29
/proc/20337/stat : 20337 (tts-5-0) R 20335 20337 19884 0 -1 4194304 63376 0 0 0 597 32 0 0 25 0 1 0 106425723 332476416 62572 1992294400 134512640 135191068 4294956224 18446744073709551615 134554935 0 0 4096 0 0 0 0 17 1 0 0
/proc/20337/statm: 81171 62573 69 165 0 81004 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 324684

[startup+12.7016 s]
/proc/loadavg: 1.17 1.43 1.37 2/66 20338
/proc/meminfo: memFree=494640/2055920 swapFree=4192956/4192956
[pid=20337] ppid=20335 vsize=664148 CPUtime=12.69
/proc/20337/stat : 20337 (tts-5-0) R 20335 20337 19884 0 -1 4194304 166566 0 0 0 1195 74 0 0 25 0 1 0 106425723 680087552 156236 1992294400 134512640 135191068 4294956224 18446744073709551615 134641924 0 0 4096 0 0 0 0 17 1 0 0
/proc/20337/statm: 166037 156236 69 165 0 165870 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 664148

[startup+25.5011 s]
/proc/loadavg: 1.13 1.41 1.36 2/66 20338
/proc/meminfo: memFree=494832/2055920 swapFree=4192956/4192956
[pid=20337] ppid=20335 vsize=664148 CPUtime=25.48
/proc/20337/stat : 20337 (tts-5-0) R 20335 20337 19884 0 -1 4194304 196204 0 0 0 2463 85 0 0 25 0 1 0 106425723 680087552 155402 1992294400 134512640 135191068 4294956224 18446744073709551615 134519812 0 0 4096 0 0 0 0 17 1 0 0
/proc/20337/statm: 166037 155402 69 165 0 165870 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 664148

[startup+51.102 s]
/proc/loadavg: 1.09 1.37 1.35 2/66 20338
/proc/meminfo: memFree=494960/2055920 swapFree=4192956/4192956
[pid=20337] ppid=20335 vsize=664148 CPUtime=51.08
/proc/20337/stat : 20337 (tts-5-0) R 20335 20337 19884 0 -1 4194304 255602 0 0 0 4998 110 0 0 25 0 1 0 106425723 680087552 155761 1992294400 134512640 135191068 4294956224 18446744073709551615 134710783 0 0 4096 0 0 0 0 17 1 0 0
/proc/20337/statm: 166037 155761 69 165 0 165870 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 664148

[startup+102.306 s]
/proc/loadavg: 1.04 1.31 1.33 2/66 20338
/proc/meminfo: memFree=983856/2055920 swapFree=4192956/4192956
[pid=20337] ppid=20335 vsize=149640 CPUtime=102.26
/proc/20337/stat : 20337 (tts-5-0) R 20335 20337 19884 0 -1 4194304 288726 0 0 0 10094 132 0 0 25 0 1 0 106425723 153231360 34018 1992294400 134512640 135191068 4294956224 18446744073709551615 134555295 0 0 4096 0 0 0 0 17 1 0 0
/proc/20337/statm: 37410 34018 71 165 0 37243 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 149640

[startup+162.302 s]
/proc/loadavg: 1.01 1.26 1.31 2/66 20338
/proc/meminfo: memFree=970480/2055920 swapFree=4192956/4192956
[pid=20337] ppid=20335 vsize=162204 CPUtime=162.25
/proc/20337/stat : 20337 (tts-5-0) R 20335 20337 19884 0 -1 4194304 292082 0 0 0 16089 136 0 0 25 0 1 0 106425723 166096896 37374 1992294400 134512640 135191068 4294956224 18446744073709551615 134555298 0 0 4096 0 0 0 0 17 1 0 0
/proc/20337/statm: 40551 37374 71 165 0 40384 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 162204

[startup+222.301 s]
/proc/loadavg: 1.00 1.21 1.28 2/66 20338
/proc/meminfo: memFree=960688/2055920 swapFree=4192956/4192956
[pid=20337] ppid=20335 vsize=177356 CPUtime=222.23
/proc/20337/stat : 20337 (tts-5-0) R 20335 20337 19884 0 -1 4194304 294491 0 0 0 22085 138 0 0 25 0 1 0 106425723 181612544 39783 1992294400 134512640 135191068 4294956224 18446744073709551615 134555295 0 0 4096 0 0 0 0 17 1 0 0
/proc/20337/statm: 44339 39783 71 165 0 44172 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 177356

[startup+282.301 s]
/proc/loadavg: 1.00 1.17 1.26 2/66 20338
/proc/meminfo: memFree=952752/2055920 swapFree=4192956/4192956
[pid=20337] ppid=20335 vsize=182108 CPUtime=282.21
/proc/20337/stat : 20337 (tts-5-0) R 20335 20337 19884 0 -1 4194304 296492 0 0 0 28082 139 0 0 25 0 1 0 106425723 186478592 41784 1992294400 134512640 135191068 4294956224 18446744073709551615 134555295 0 0 4096 0 0 0 0 17 1 0 0
/proc/20337/statm: 45527 41784 71 165 0 45360 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 182108

[startup+342.302 s]
/proc/loadavg: 1.00 1.13 1.25 2/66 20338
/proc/meminfo: memFree=945328/2055920 swapFree=4192956/4192956
[pid=20337] ppid=20335 vsize=190304 CPUtime=342.19
/proc/20337/stat : 20337 (tts-5-0) R 20335 20337 19884 0 -1 4194304 298331 0 0 0 34079 140 0 0 25 0 1 0 106425723 194871296 43623 1992294400 134512640 135191068 4294956224 18446744073709551615 134555288 0 0 4096 0 0 0 0 17 1 0 0
/proc/20337/statm: 47576 43623 71 165 0 47409 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 190304

[startup+402.302 s]
/proc/loadavg: 1.00 1.11 1.23 2/66 20338
/proc/meminfo: memFree=938928/2055920 swapFree=4192956/4192956
[pid=20337] ppid=20335 vsize=202324 CPUtime=402.19
/proc/20337/stat : 20337 (tts-5-0) R 20335 20337 19884 0 -1 4194304 299933 0 0 0 40077 142 0 0 25 0 1 0 106425723 207179776 45225 1992294400 134512640 135191068 4294956224 18446744073709551615 134555288 0 0 4096 0 0 0 0 17 1 0 0
/proc/20337/statm: 50581 45225 71 165 0 50414 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 202324

[startup+462.302 s]
/proc/loadavg: 1.00 1.08 1.21 2/66 20338
/proc/meminfo: memFree=933040/2055920 swapFree=4192956/4192956
[pid=20337] ppid=20335 vsize=210364 CPUtime=462.16
/proc/20337/stat : 20337 (tts-5-0) R 20335 20337 19884 0 -1 4194304 301373 0 0 0 46073 143 0 0 25 0 1 0 106425723 215412736 46665 1992294400 134512640 135191068 4294956224 18446744073709551615 134555298 0 0 4096 0 0 0 0 17 1 0 0
/proc/20337/statm: 52591 46665 71 165 0 52424 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 210364

[startup+522.301 s]
/proc/loadavg: 1.00 1.07 1.19 2/66 20338
/proc/meminfo: memFree=927728/2055920 swapFree=4192956/4192956
[pid=20337] ppid=20335 vsize=213532 CPUtime=522.15
/proc/20337/stat : 20337 (tts-5-0) R 20335 20337 19884 0 -1 4194304 302713 0 0 0 52071 144 0 0 25 0 1 0 106425723 218656768 48005 1992294400 134512640 135191068 4294956224 18446744073709551615 134555295 0 0 4096 0 0 0 0 17 1 0 0
/proc/20337/statm: 53383 48005 71 165 0 53216 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 213532

[startup+582.301 s]
/proc/loadavg: 1.00 1.05 1.18 2/66 20338
/proc/meminfo: memFree=922352/2055920 swapFree=4192956/4192956
[pid=20337] ppid=20335 vsize=216700 CPUtime=582.14
/proc/20337/stat : 20337 (tts-5-0) R 20335 20337 19884 0 -1 4194304 304040 0 0 0 58068 146 0 0 25 0 1 0 106425723 221900800 49332 1992294400 134512640 135191068 4294956224 18446744073709551615 134555295 0 0 4096 0 0 0 0 17 1 0 0
/proc/20337/statm: 54175 49332 71 165 0 54008 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 216700

[startup+642.302 s]
/proc/loadavg: 1.00 1.04 1.16 2/66 20338
/proc/meminfo: memFree=917232/2055920 swapFree=4192956/4192956
[pid=20337] ppid=20335 vsize=219736 CPUtime=642.13
/proc/20337/stat : 20337 (tts-5-0) R 20335 20337 19884 0 -1 4194304 305321 0 0 0 64066 147 0 0 25 0 1 0 106425723 225009664 50613 1992294400 134512640 135191068 4294956224 18446744073709551615 134555298 0 0 4096 0 0 0 0 17 1 0 0
/proc/20337/statm: 54934 50613 71 165 0 54767 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 219736

[startup+702.302 s]
/proc/loadavg: 1.00 1.03 1.15 2/66 20338
/proc/meminfo: memFree=912496/2055920 swapFree=4192956/4192956
[pid=20337] ppid=20335 vsize=222640 CPUtime=702.11
/proc/20337/stat : 20337 (tts-5-0) R 20335 20337 19884 0 -1 4194304 306519 0 0 0 70063 148 0 0 25 0 1 0 106425723 227983360 51811 1992294400 134512640 135191068 4294956224 18446744073709551615 134555298 0 0 4096 0 0 0 0 17 1 0 0
/proc/20337/statm: 55660 51811 71 165 0 55493 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 222640

[startup+762.307 s]
/proc/loadavg: 1.00 1.02 1.14 2/66 20338
/proc/meminfo: memFree=907952/2055920 swapFree=4192956/4192956
[pid=20337] ppid=20335 vsize=225792 CPUtime=762.09
/proc/20337/stat : 20337 (tts-5-0) R 20335 20337 19884 0 -1 4194304 307652 0 0 0 76060 149 0 0 25 0 1 0 106425723 231211008 52944 1992294400 134512640 135191068 4294956224 18446744073709551615 134555295 0 0 4096 0 0 0 0 17 1 0 0
/proc/20337/statm: 56448 52944 71 165 0 56281 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 225792

[startup+822.301 s]
/proc/loadavg: 1.00 1.02 1.13 2/66 20338
/proc/meminfo: memFree=903728/2055920 swapFree=4192956/4192956
[pid=20337] ppid=20335 vsize=232908 CPUtime=822.07
/proc/20337/stat : 20337 (tts-5-0) R 20335 20337 19884 0 -1 4194304 308720 0 0 0 82057 150 0 0 25 0 1 0 106425723 238497792 54012 1992294400 134512640 135191068 4294956224 18446744073709551615 134555295 0 0 4096 0 0 0 0 17 1 0 0
/proc/20337/statm: 58227 54012 71 165 0 58060 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 232908

[startup+882.301 s]
/proc/loadavg: 1.00 1.01 1.12 2/66 20338
/proc/meminfo: memFree=899568/2055920 swapFree=4192956/4192956
[pid=20337] ppid=20335 vsize=235416 CPUtime=882.05
/proc/20337/stat : 20337 (tts-5-0) R 20335 20337 19884 0 -1 4194304 309743 0 0 0 88055 150 0 0 25 0 1 0 106425723 241065984 55035 1992294400 134512640 135191068 4294956224 18446744073709551615 134555288 0 0 4096 0 0 0 0 17 1 0 0
/proc/20337/statm: 58854 55035 71 165 0 58687 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 235416

[startup+942.302 s]
/proc/loadavg: 1.00 1.01 1.11 2/66 20338
/proc/meminfo: memFree=895664/2055920 swapFree=4192956/4192956
[pid=20337] ppid=20335 vsize=259164 CPUtime=942.04
/proc/20337/stat : 20337 (tts-5-0) R 20335 20337 19884 0 -1 4194304 310720 0 0 0 94053 151 0 0 25 0 1 0 106425723 265383936 56012 1992294400 134512640 135191068 4294956224 18446744073709551615 134555298 0 0 4096 0 0 0 0 17 1 0 0
/proc/20337/statm: 64791 56012 71 165 0 64624 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 259164

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 20338
/proc/meminfo: memFree=891824/2055920 swapFree=4192956/4192956
[pid=20337] ppid=20335 vsize=263076 CPUtime=1002.02
/proc/20337/stat : 20337 (tts-5-0) R 20335 20337 19884 0 -1 4194304 311685 0 0 0 100050 152 0 0 25 0 1 0 106425723 269389824 56977 1992294400 134512640 135191068 4294956224 18446744073709551615 134555295 0 0 4096 0 0 0 0 17 1 0 0
/proc/20337/statm: 65769 56977 71 165 0 65602 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 263076

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 20338
/proc/meminfo: memFree=888240/2055920 swapFree=4192956/4192956
[pid=20337] ppid=20335 vsize=265188 CPUtime=1062.01
/proc/20337/stat : 20337 (tts-5-0) R 20335 20337 19884 0 -1 4194304 312587 0 0 0 106047 154 0 0 25 0 1 0 106425723 271552512 57879 1992294400 134512640 135191068 4294956224 18446744073709551615 134555295 0 0 4096 0 0 0 0 17 1 0 0
/proc/20337/statm: 66297 57879 71 165 0 66130 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 265188

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 20338
/proc/meminfo: memFree=912048/2055920 swapFree=4192956/4192956
[pid=20337] ppid=20335 vsize=207864 CPUtime=1121.99
/proc/20337/stat : 20337 (tts-5-0) R 20335 20337 19884 0 -1 4194304 317968 0 0 0 112042 157 0 0 25 0 1 0 106425723 212852736 51866 1992294400 134512640 135191068 4294956224 18446744073709551615 134551506 0 0 4096 0 0 0 0 17 1 0 0
/proc/20337/statm: 51966 51866 84 165 0 51799 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 207864

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 20338
/proc/meminfo: memFree=911344/2055920 swapFree=4192956/4192956
[pid=20337] ppid=20335 vsize=208892 CPUtime=1181.98
/proc/20337/stat : 20337 (tts-5-0) R 20335 20337 19884 0 -1 4194304 318226 0 0 0 118041 157 0 0 25 0 1 0 106425723 213905408 52124 1992294400 134512640 135191068 4294956224 18446744073709551615 134551496 0 0 4096 0 0 0 0 17 1 0 0
/proc/20337/statm: 52223 52124 85 165 0 52056 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 208892

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

[startup+1190.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 20338
/proc/meminfo: memFree=911344/2055920 swapFree=4192956/4192956
[pid=20337] ppid=20335 vsize=208892 CPUtime=1189.97
/proc/20337/stat : 20337 (tts-5-0) R 20335 20337 19884 0 -1 4194304 318226 0 0 0 118840 157 0 0 25 0 1 0 106425723 213905408 52124 1992294400 134512640 135191068 4294956224 18446744073709551615 134551496 0 0 4096 0 0 0 0 17 1 0 0
/proc/20337/statm: 52223 52124 85 165 0 52056 0
Current children cumulated CPU time (s) 1189.97
Current children cumulated vsize (KiB) 208892

[startup+1196.7 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 20338
/proc/meminfo: memFree=911344/2055920 swapFree=4192956/4192956
[pid=20337] ppid=20335 vsize=208892 CPUtime=1196.38
/proc/20337/stat : 20337 (tts-5-0) R 20335 20337 19884 0 -1 4194304 318226 0 0 0 119481 157 0 0 25 0 1 0 106425723 213905408 52124 1992294400 134512640 135191068 4294956224 18446744073709551615 134693086 0 0 4096 0 0 0 0 17 1 0 0
/proc/20337/statm: 52223 52124 85 165 0 52056 0
Current children cumulated CPU time (s) 1196.38
Current children cumulated vsize (KiB) 208892

[startup+1198.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 20338
/proc/meminfo: memFree=911344/2055920 swapFree=4192956/4192956
[pid=20337] ppid=20335 vsize=208908 CPUtime=1197.97
/proc/20337/stat : 20337 (tts-5-0) R 20335 20337 19884 0 -1 4194304 318234 0 0 0 119640 157 0 0 25 0 1 0 106425723 213921792 52132 1992294400 134512640 135191068 4294956224 18446744073709551615 134562386 0 0 4096 0 0 0 0 17 1 0 0
/proc/20337/statm: 52227 52132 89 165 0 52060 0
Current children cumulated CPU time (s) 1197.97
Current children cumulated vsize (KiB) 208908

[startup+1199.1 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 20338
/proc/meminfo: memFree=911344/2055920 swapFree=4192956/4192956
[pid=20337] ppid=20335 vsize=208912 CPUtime=1198.77
/proc/20337/stat : 20337 (tts-5-0) R 20335 20337 19884 0 -1 4194304 318235 0 0 0 119720 157 0 0 25 0 1 0 106425723 213925888 52133 1992294400 134512640 135191068 4294956224 18446744073709551615 134549985 0 0 4096 0 0 0 0 17 1 0 0
/proc/20337/statm: 52228 52133 89 165 0 52061 0
Current children cumulated CPU time (s) 1198.77
Current children cumulated vsize (KiB) 208912

[startup+1199.9 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 20338
/proc/meminfo: memFree=911344/2055920 swapFree=4192956/4192956
[pid=20337] ppid=20335 vsize=208912 CPUtime=1199.57
/proc/20337/stat : 20337 (tts-5-0) R 20335 20337 19884 0 -1 4194304 318235 0 0 0 119800 157 0 0 25 0 1 0 106425723 213925888 52133 1992294400 134512640 135191068 4294956224 18446744073709551615 134591434 0 0 4096 0 0 0 0 17 1 0 0
/proc/20337/statm: 52228 52133 89 165 0 52061 0
Current children cumulated CPU time (s) 1199.57
Current children cumulated vsize (KiB) 208912

[startup+1200.11 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 20338
/proc/meminfo: memFree=911344/2055920 swapFree=4192956/4192956
[pid=20337] ppid=20335 vsize=208912 CPUtime=1199.77
/proc/20337/stat : 20337 (tts-5-0) R 20335 20337 19884 0 -1 4194304 318235 0 0 0 119820 157 0 0 25 0 1 0 106425723 213925888 52133 1992294400 134512640 135191068 4294956224 18446744073709551615 134561572 0 0 4096 0 0 0 0 17 1 0 0
/proc/20337/statm: 52228 52133 89 165 0 52061 0
Current children cumulated CPU time (s) 1199.77
Current children cumulated vsize (KiB) 208912

[startup+1200.2 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 20338
/proc/meminfo: memFree=911344/2055920 swapFree=4192956/4192956
[pid=20337] ppid=20335 vsize=208912 CPUtime=1199.87
/proc/20337/stat : 20337 (tts-5-0) R 20335 20337 19884 0 -1 4194304 318235 0 0 0 119830 157 0 0 25 0 1 0 106425723 213925888 52133 1992294400 134512640 135191068 4294956224 18446744073709551615 134561572 0 0 4096 0 0 0 0 17 1 0 0
/proc/20337/statm: 52228 52133 89 165 0 52061 0
Current children cumulated CPU time (s) 1199.87
Current children cumulated vsize (KiB) 208912

Child status: 0
Real time (s): 1200.23
CPU time (s): 1199.91
CPU user time (s): 1198.31
CPU system time (s): 1.60776
CPU usage (%): 99.9733
Max. virtual memory (cumulated for all children) (KiB): 664148

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

runsolver used 1.25781 second user time and 3.11653 second system time

The end

Launcher Data

Begin job on node85 at 2009-04-27 00:12:40
IDJOB=1732896
IDBENCH=71130
IDSOLVER=505
FILE ID=node85/1732896-1240783958
PBS_JOBID= 9187223
Free space on /tmp= 126780 MiB

SOLVER NAME= tts tts-5-0
BENCH NAME= SAT09/CRAFTED/ramseycube/Q3inK12.cnf
COMMAND LINE= HOME/tts-5-0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1732896-1240783958/watcher-1732896-1240783958 -o /tmp/evaluation-result-1732896-1240783958/solver-1732896-1240783958 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/tts-5-0 HOME/instance-1732896-1240783958.cnf

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

MD5SUM BENCH= bcbdfe82209aa971e7a6ff7bba833b95
RANDOM SEED=704304193

node85.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.238
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.238
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:       1121032 kB
Buffers:        104592 kB
Cached:         721880 kB
SwapCached:          0 kB
Active:         150040 kB
Inactive:       690312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1121032 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           35164 kB
Writeback:           0 kB
Mapped:          23576 kB
Slab:            80488 kB
Committed_AS:   296508 kB
PageTables:       1372 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= 126780 MiB
End job on node85 at 2009-04-27 00:32:41