Trace number 1530989

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? (TO) 1200.26 1200.56

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/700/
unif-k5-r20-v700-c14000-S962875623-008.cnf
MD5SUMdc58d201aad12c2725ed362695aa3edc
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark56.3114
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of clauses14000
Sum of the clauses size70000
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 514000
Number of clauses of size over 50

Solver Data

0.03/0.04	c Command: HOME/tts-5-0 HOME/instance-1530989-1238376708.cnf 
0.03/0.04	c Using SATTIMEOUT of 1200
0.03/0.04	c Using SATRAM of 1800
0.03/0.04	c Size of subset node = 16
0.03/0.04	c Variables = 700
0.03/0.04	c Clauses = 14000
0.03/0.04	c Literals = 70000
0.03/0.04	c Reduced size:
0.03/0.04	c Variables = 700
0.03/0.04	c Clauses = 14000
0.03/0.04	c Literals = 70000
0.03/0.04	c a2
0.09/0.19	c a1
0.49/0.58	c Independent sub-problems = 1
0.49/0.58	c Sub-problem with 700 variables and 14000 clauses
0.49/0.58	c using permutation method 4
0.49/0.58	c count = 1
0.49/0.58	c Ordering finished 0.560 seconds
0.49/0.58	c mapped 0.570 seconds
0.49/0.58	c permuted 0.570 seconds
0.49/0.58	c about to sort
0.49/0.59	c sorted
0.69/0.77	c clauses now 14000
0.69/0.77	c init finished 0.590 seconds
0.69/0.77	c tree built 0.760 seconds
0.69/0.77	c 
0.69/0.77	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
0.69/0.77	c ---------------------------------|----------------------------------|------------------------------------------------------
0.69/0.77	c ................................ | ..........                       |                        0.8           0.0             
0.69/0.77	c ................................ | ..........                     1 |                        0.8           1.3             
0.69/0.77	c ................................ | ..........                     2 |                        0.8           2.6             
0.69/0.77	c ................................ | ..........                     3 |                        0.8           3.9             
0.69/0.77	c ................................ | ..........                     4 |                        0.8           5.3             
0.69/0.77	c ................................ | ..........                     5 |                        0.8           6.6             
0.69/0.79	c ................................ | ..........                  1000 | 31                     0.8        1282.1          274
23.98/24.06	c ................................ | ..........                210000 | 47959                 24.1        8728.2      4061049
48.08/48.12	c ................................ | ..........                319000 | 76975                 48.1        6630.6      7209632
71.97/72.04	c ................................ | ..........                393000 | 99150                 72.0        5456.8      9885895
95.96/96.07	c ................................ | ..........                463000 | 118649                96.1        4819.9     12047074
120.06/120.11	c ................................ | *.........                529000 | 136795               120.1        4405.0     14478939
144.06/144.13	c ................................ | *.........                589000 | 153892               144.1        4087.2     16571729
168.05/168.19	c ................................ | *.........                642000 | 169023               168.2        3817.8     18561629
192.34/192.43	c ................................ | *.........                686000 | 181120               192.4        3565.5     20085248
216.73/216.81	c ................................ | *.........                723000 | 192023               216.8        3335.3     21785655
240.03/240.10	c ................................ | **........                753000 | 201365               240.1        3136.6     23333067
264.03/264.12	c ................................ | **........                783000 | 210561               264.1        2964.9     24762785
288.42/288.55	c ................................ | **........                812000 | 219643               288.5        2814.4     26220715
312.32/312.44	c ................................ | **........                835000 | 226934               312.4        2672.9     27521303
336.81/336.94	c ................................ | **........                864000 | 235721               336.9        2564.6     28842051
360.70/360.86	c ................................ | ***.......                890000 | 243836               360.8        2466.6     30045218
383.89/384.08	c ................................ | ***.......                915000 | 251352               384.0        2382.6     31262459
408.08/408.28	c ................................ | ***.......                945000 | 260327               408.2        2314.9     32551134
431.98/432.19	c ................................ | ***.......                975000 | 269307               432.1        2256.2     33926504
456.07/456.29	c ................................ | ***.......               1004000 | 278042               456.2        2200.6     35185591
479.87/480.06	c ................................ | ****......               1030000 | 286261               480.0        2145.8     36397102
505.36/505.50	c ................................ | ****......               1057000 | 294808               505.4        2091.2     37662876
528.36/528.59	c ................................ | ****......               1077000 | 301280               528.5        2037.7     38721513
552.06/552.21	c ................................ | ****......               1104000 | 309486               552.1        1999.5     39885129
576.15/576.32	c ................................ | ****......               1138000 | 319390               576.3        1974.8     40936580
600.54/600.71	c ................................ | *****.....               1167000 | 328172               600.6        1942.9     41997809
624.34/624.56	c ................................ | *****.....               1191000 | 335530               624.5        1907.2     42955571
647.83/648.07	c ................................ | *****.....               1216000 | 343295               648.0        1876.5     44069389
672.72/672.92	c ................................ | *****.....               1239000 | 351112               672.9        1841.4     45217923
696.22/696.46	c ................................ | *****.....               1262000 | 357951               696.4        1812.2     46346381
720.91/721.14	c ................................ | ******....               1287000 | 363806               721.1        1784.9     46820696
744.91/745.13	c ................................ | ******....               1307000 | 368501               745.0        1754.2     47262240
769.30/769.50	c ................................ | ******....               1331000 | 374603               769.4        1729.9     47920877
791.89/792.13	c ................................ | ******....               1351000 | 379749               792.0        1705.7     48571735
817.69/817.95	c ................................ | ******....               1374000 | 386224               817.9        1680.0     49508062
840.98/841.29	c ................................ | *******...               1396000 | 392251               841.2        1659.5     50167751
864.08/864.37	c ................................ | *******...               1414000 | 397525               864.3        1636.0     50977397
888.67/888.95	c ................................ | *******...               1431000 | 402514               888.9        1609.9     51763199
912.37/912.68	c ................................ | *******...               1448000 | 407751               912.6        1586.7     52548787
936.06/936.39	c ................................ | *******...               1468000 | 413151               936.3        1567.9     53237361
960.65/960.96	c ................................ | ********..               1487000 | 418407               960.9        1547.6     53806564
984.04/984.36	c ................................ | ********..               1503000 | 423252               984.2        1527.1     54390743
1008.44/1008.74	c ................................ | ********..               1521000 | 428454              1008.6        1508.0     55139038
1032.33/1032.67	c ................................ | ********..               1542000 | 434311              1032.6        1493.4     55874639
1056.13/1056.44	c ................................ | ********..               1568000 | 441001              1056.3        1484.4     56593831
1080.11/1080.47	c ................................ | *********.               1586000 | 446224              1080.4        1468.0     57145593
1104.61/1104.98	c ................................ | *********.               1603000 | 451469              1104.9        1450.9     57753103
1127.91/1128.26	c ................................ | *********.               1624000 | 457443              1128.1        1439.5     58520812
1152.41/1152.72	c ................................ | *********.               1641000 | 462805              1152.6        1423.7     59320574
1176.09/1176.40	c ................................ | *********.               1659000 | 468280              1176.3        1410.4     60168117

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-1530989-1238376708/watcher-1530989-1238376708 -o /tmp/evaluation-result-1530989-1238376708/solver-1530989-1238376708 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/tts-5-0 HOME/instance-1530989-1238376708.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: 0.98 0.98 0.99 3/70 31097
/proc/meminfo: memFree=1837800/2055920 swapFree=4173176/4192956
[pid=31097] ppid=31095 vsize=876 CPUtime=0
/proc/31097/stat : 31097 (tts-5-0) R 31095 31097 30748 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 1110334109 897024 110 1992294400 134512640 135191068 4294956224 18446744073709551615 134842466 0 0 4096 0 0 0 0 17 1 0 0
/proc/31097/statm: 219 110 68 165 0 52 0

[startup+0.042061 s]
/proc/loadavg: 0.98 0.98 0.99 3/70 31097
/proc/meminfo: memFree=1837800/2055920 swapFree=4173176/4192956
[pid=31097] ppid=31095 vsize=1848 CPUtime=0.03
/proc/31097/stat : 31097 (tts-5-0) R 31095 31097 30748 0 -1 4194304 362 0 0 0 3 0 0 0 18 0 1 0 1110334109 1892352 346 1992294400 134512640 135191068 4294956224 18446744073709551615 134534064 0 0 4096 0 0 0 0 17 1 0 0
/proc/31097/statm: 462 346 68 165 0 295 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1848

[startup+0.101065 s]
/proc/loadavg: 0.98 0.98 0.99 3/70 31097
/proc/meminfo: memFree=1837800/2055920 swapFree=4173176/4192956
[pid=31097] ppid=31095 vsize=4892 CPUtime=0.09
/proc/31097/stat : 31097 (tts-5-0) R 31095 31097 30748 0 -1 4194304 1111 0 0 0 9 0 0 0 18 0 1 0 1110334109 5009408 1094 1992294400 134512640 135191068 4294956224 18446744073709551615 134519815 0 0 4096 0 0 0 0 17 1 0 0
/proc/31097/statm: 1223 1094 69 165 0 1056 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4892

[startup+0.301085 s]
/proc/loadavg: 0.98 0.98 0.99 3/70 31097
/proc/meminfo: memFree=1837800/2055920 swapFree=4173176/4192956
[pid=31097] ppid=31095 vsize=5056 CPUtime=0.29
/proc/31097/stat : 31097 (tts-5-0) R 31095 31097 30748 0 -1 4194304 1143 0 0 0 29 0 0 0 19 0 1 0 1110334109 5177344 1126 1992294400 134512640 135191068 4294956224 18446744073709551615 134555288 0 0 4096 0 0 0 0 17 1 0 0
/proc/31097/statm: 1264 1126 71 165 0 1097 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5056

[startup+0.701125 s]
/proc/loadavg: 0.98 0.98 0.99 3/70 31097
/proc/meminfo: memFree=1837800/2055920 swapFree=4173176/4192956
[pid=31097] ppid=31095 vsize=9536 CPUtime=0.69
/proc/31097/stat : 31097 (tts-5-0) R 31095 31097 30748 0 -1 4194304 2311 0 0 0 69 0 0 0 22 0 1 0 1110334109 9764864 2270 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/31097/statm: 2384 2271 84 165 0 2217 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9536

[startup+1.5012 s]
/proc/loadavg: 0.98 0.98 0.99 2/71 31098
/proc/meminfo: memFree=1825120/2055920 swapFree=4173176/4192956
[pid=31097] ppid=31095 vsize=14848 CPUtime=1.49
/proc/31097/stat : 31097 (tts-5-0) R 31095 31097 30748 0 -1 4194304 3636 0 0 0 148 1 0 0 25 0 1 0 1110334109 15204352 3562 1992294400 134512640 135191068 4294956224 18446744073709551615 134546224 0 0 4096 0 0 0 0 17 1 0 0
/proc/31097/statm: 3712 3562 89 165 0 3545 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 14848

[startup+3.10136 s]
/proc/loadavg: 0.98 0.98 0.99 2/71 31098
/proc/meminfo: memFree=1821792/2055920 swapFree=4173176/4192956
[pid=31097] ppid=31095 vsize=21380 CPUtime=3.09
/proc/31097/stat : 31097 (tts-5-0) R 31095 31097 30748 0 -1 4194304 5245 0 0 0 307 2 0 0 25 0 1 0 1110334109 21893120 5171 1992294400 134512640 135191068 4294956224 18446744073709551615 134546224 0 0 4096 0 0 0 0 17 1 0 0
/proc/31097/statm: 5345 5171 89 165 0 5178 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 21380

[startup+6.30168 s]
/proc/loadavg: 0.98 0.98 0.99 2/71 31098
/proc/meminfo: memFree=1808480/2055920 swapFree=4173176/4192956
[pid=31097] ppid=31095 vsize=32740 CPUtime=6.29
/proc/31097/stat : 31097 (tts-5-0) R 31095 31097 30748 0 -1 4194304 8101 0 0 0 626 3 0 0 25 0 1 0 1110334109 33525760 8027 1992294400 134512640 135191068 4294956224 18446744073709551615 134588258 0 0 4096 0 0 0 0 17 1 0 0
/proc/31097/statm: 8185 8027 89 165 0 8018 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 32740

[startup+12.7013 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 31098
/proc/meminfo: memFree=1788448/2055920 swapFree=4173176/4192956
[pid=31097] ppid=31095 vsize=51460 CPUtime=12.69
/proc/31097/stat : 31097 (tts-5-0) R 31095 31097 30748 0 -1 4194304 12791 0 0 0 1263 6 0 0 25 0 1 0 1110334109 52695040 12717 1992294400 134512640 135191068 4294956224 18446744073709551615 134546224 0 0 4096 0 0 0 0 17 1 0 0
/proc/31097/statm: 12865 12717 89 165 0 12698 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 51460

[startup+25.5016 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 31098
/proc/meminfo: memFree=1756704/2055920 swapFree=4173176/4192956
[pid=31097] ppid=31095 vsize=82500 CPUtime=25.48
/proc/31097/stat : 31097 (tts-5-0) R 31095 31097 30748 0 -1 4194304 20540 0 0 0 2538 10 0 0 25 0 1 0 1110334109 84480000 20466 1992294400 134512640 135191068 4294956224 18446744073709551615 134562389 0 0 4096 0 0 0 0 17 1 0 0
/proc/31097/statm: 20625 20466 89 165 0 20458 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 82500

[startup+51.1011 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 31098
/proc/meminfo: memFree=1704736/2055920 swapFree=4173176/4192956
[pid=31097] ppid=31095 vsize=134472 CPUtime=51.08
/proc/31097/stat : 31097 (tts-5-0) R 31095 31097 30748 0 -1 4194304 33515 0 0 0 5090 18 0 0 25 0 1 0 1110334109 137699328 33441 1992294400 134512640 135191068 4294956224 18446744073709551615 134562405 0 0 4096 0 0 0 0 17 1 0 0
/proc/31097/statm: 33618 33441 89 165 0 33451 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 134472

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 31098
/proc/meminfo: memFree=1621536/2055920 swapFree=4173176/4192956
[pid=31097] ppid=31095 vsize=216712 CPUtime=102.27
/proc/31097/stat : 31097 (tts-5-0) R 31095 31097 30748 0 -1 4194304 54078 0 0 0 10198 29 0 0 25 0 1 0 1110334109 221913088 54004 1992294400 134512640 135191068 4294956224 18446744073709551615 134562428 0 0 4096 0 0 0 0 17 1 0 0
/proc/31097/statm: 54178 54004 89 165 0 54011 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 216712

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 31098
/proc/meminfo: memFree=1535008/2055920 swapFree=4173176/4192956
[pid=31097] ppid=31095 vsize=303272 CPUtime=162.25
/proc/31097/stat : 31097 (tts-5-0) R 31095 31097 30748 0 -1 4194304 75750 0 0 0 16186 39 0 0 25 0 1 0 1110334109 310550528 75676 1992294400 134512640 135191068 4294956224 18446744073709551615 134562428 0 0 4096 0 0 0 0 17 1 0 0
/proc/31097/statm: 75818 75676 89 165 0 75651 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 303272

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 31098
/proc/meminfo: memFree=1470304/2055920 swapFree=4173176/4192956
[pid=31097] ppid=31095 vsize=367592 CPUtime=222.23
/proc/31097/stat : 31097 (tts-5-0) R 31095 31097 30748 0 -1 4194304 91803 0 0 0 22175 48 0 0 25 0 1 0 1110334109 376414208 91729 1992294400 134512640 135191068 4294956224 18446744073709551615 134562386 0 0 4096 0 0 0 0 17 1 0 0
/proc/31097/statm: 91898 91729 89 165 0 91731 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 367592

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 31098
/proc/meminfo: memFree=1410720/2055920 swapFree=4173176/4192956
[pid=31097] ppid=31095 vsize=427432 CPUtime=282.22
/proc/31097/stat : 31097 (tts-5-0) R 31095 31097 30748 0 -1 4194304 106795 0 0 0 28167 55 0 0 25 0 1 0 1110334109 437690368 106721 1992294400 134512640 135191068 4294956224 18446744073709551615 134562386 0 0 4096 0 0 0 0 17 1 0 0
/proc/31097/statm: 106858 106721 89 165 0 106691 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 427432

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 31098
/proc/meminfo: memFree=1358752/2055920 swapFree=4173176/4192956
[pid=31097] ppid=31095 vsize=478952 CPUtime=342.21
/proc/31097/stat : 31097 (tts-5-0) R 31095 31097 30748 0 -1 4194304 119647 0 0 0 34159 62 0 0 25 0 1 0 1110334109 490446848 119573 1992294400 134512640 135191068 4294956224 18446744073709551615 134562492 0 0 4096 0 0 0 0 17 1 0 0
/proc/31097/statm: 119738 119573 89 165 0 119571 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 478952

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 31098
/proc/meminfo: memFree=1309408/2055920 swapFree=4173176/4192956
[pid=31097] ppid=31095 vsize=528552 CPUtime=402.19
/proc/31097/stat : 31097 (tts-5-0) R 31095 31097 30748 0 -1 4194304 132077 0 0 0 40149 70 0 0 25 0 1 0 1110334109 541237248 132003 1992294400 134512640 135191068 4294956224 18446744073709551615 134562386 0 0 4096 0 0 0 0 17 1 0 0
/proc/31097/statm: 132138 132003 89 165 0 131971 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 528552

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 31098
/proc/meminfo: memFree=1255648/2055920 swapFree=4173176/4192956
[pid=31097] ppid=31095 vsize=581672 CPUtime=462.18
/proc/31097/stat : 31097 (tts-5-0) R 31095 31097 30748 0 -1 4194304 145346 0 0 0 46141 77 0 0 25 0 1 0 1110334109 595632128 145272 1992294400 134512640 135191068 4294956224 18446744073709551615 134562386 0 0 4096 0 0 0 0 17 1 0 0
/proc/31097/statm: 145418 145272 89 165 0 145251 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 581672

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 31098
/proc/meminfo: memFree=1209312/2055920 swapFree=4173176/4192956
[pid=31097] ppid=31095 vsize=628232 CPUtime=522.16
/proc/31097/stat : 31097 (tts-5-0) R 31095 31097 30748 0 -1 4194304 157001 0 0 0 52133 83 0 0 25 0 1 0 1110334109 643309568 156927 1992294400 134512640 135191068 4294956224 18446744073709551615 134562392 0 0 4096 0 0 0 0 17 1 0 0
/proc/31097/statm: 157058 156927 89 165 0 156891 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 628232

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 31098
/proc/meminfo: memFree=1164768/2055920 swapFree=4173176/4192956
[pid=31097] ppid=31095 vsize=672364 CPUtime=582.14
/proc/31097/stat : 31097 (tts-5-0) R 31095 31097 30748 0 -1 4194304 168002 0 0 0 58124 90 0 0 25 0 1 0 1110334109 688500736 167928 1992294400 134512640 135191068 4294956224 18446744073709551615 134562357 0 0 4096 0 0 0 0 17 1 0 0
/proc/31097/statm: 168091 167928 89 165 0 167924 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 672364

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 31100
/proc/meminfo: memFree=1121760/2055920 swapFree=4173176/4192956
[pid=31097] ppid=31095 vsize=714924 CPUtime=642.13
/proc/31097/stat : 31097 (tts-5-0) R 31095 31097 30748 0 -1 4194304 178613 0 0 0 64118 95 0 0 25 0 1 0 1110334109 732082176 178539 1992294400 134512640 135191068 4294956224 18446744073709551615 134562502 0 0 4096 0 0 0 0 17 1 0 0
/proc/31097/statm: 178731 178539 89 165 0 178564 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 714924

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 31100
/proc/meminfo: memFree=1079776/2055920 swapFree=4173176/4192956
[pid=31097] ppid=31095 vsize=756844 CPUtime=702.12
/proc/31097/stat : 31097 (tts-5-0) R 31095 31097 30748 0 -1 4194304 189103 0 0 0 70108 104 0 0 25 0 1 0 1110334109 775008256 189029 1992294400 134512640 135191068 4294956224 18446744073709551615 134562411 0 0 4096 0 0 0 0 17 1 0 0
/proc/31097/statm: 189211 189029 89 165 0 189044 0
Current children cumulated CPU time (s) 702.12
Current children cumulated vsize (KiB) 756844

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 31100
/proc/meminfo: memFree=1058720/2055920 swapFree=4173176/4192956
[pid=31097] ppid=31095 vsize=777804 CPUtime=762.11
/proc/31097/stat : 31097 (tts-5-0) R 31095 31097 30748 0 -1 4194304 194357 0 0 0 76104 107 0 0 25 0 1 0 1110334109 796471296 194283 1992294400 134512640 135191068 4294956224 18446744073709551615 134562357 0 0 4096 0 0 0 0 17 1 0 0
/proc/31097/statm: 194451 194283 89 165 0 194284 0
Current children cumulated CPU time (s) 762.11
Current children cumulated vsize (KiB) 777804

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 31100
/proc/meminfo: memFree=1028704/2055920 swapFree=4173176/4192956
[pid=31097] ppid=31095 vsize=807884 CPUtime=822.08
/proc/31097/stat : 31097 (tts-5-0) R 31095 31097 30748 0 -1 4194304 201874 0 0 0 82098 110 0 0 25 0 1 0 1110334109 827273216 201800 1992294400 134512640 135191068 4294956224 18446744073709551615 134562371 0 0 4096 0 0 0 0 17 1 0 0
/proc/31097/statm: 201971 201800 89 165 0 201804 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 807884

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 31100
/proc/meminfo: memFree=998048/2055920 swapFree=4173176/4192956
[pid=31097] ppid=31095 vsize=838444 CPUtime=882.07
/proc/31097/stat : 31097 (tts-5-0) R 31095 31097 30748 0 -1 4194304 209503 0 0 0 88091 116 0 0 25 0 1 0 1110334109 858566656 209429 1992294400 134512640 135191068 4294956224 18446744073709551615 134562389 0 0 4096 0 0 0 0 17 1 0 0
/proc/31097/statm: 209611 209429 89 165 0 209444 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 838444

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 31100
/proc/meminfo: memFree=969504/2055920 swapFree=4173176/4192956
[pid=31097] ppid=31095 vsize=867084 CPUtime=942.05
/proc/31097/stat : 31097 (tts-5-0) R 31095 31097 30748 0 -1 4194304 216674 0 0 0 94085 120 0 0 25 0 1 0 1110334109 887894016 216600 1992294400 134512640 135191068 4294956224 18446744073709551615 134562389 0 0 4096 0 0 0 0 17 1 0 0
/proc/31097/statm: 216771 216600 89 165 0 216604 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 867084

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 31100
/proc/meminfo: memFree=943520/2055920 swapFree=4173176/4192956
[pid=31097] ppid=31095 vsize=892844 CPUtime=1002.04
/proc/31097/stat : 31097 (tts-5-0) R 31095 31097 30748 0 -1 4194304 223094 0 0 0 100080 124 0 0 25 0 1 0 1110334109 914272256 223020 1992294400 134512640 135191068 4294956224 18446744073709551615 134562428 0 0 4096 0 0 0 0 17 1 0 0
/proc/31097/statm: 223211 223020 89 165 0 223044 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 892844

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 31100
/proc/meminfo: memFree=914208/2055920 swapFree=4173176/4192956
[pid=31097] ppid=31095 vsize=922124 CPUtime=1062.02
/proc/31097/stat : 31097 (tts-5-0) R 31095 31097 30748 0 -1 4194304 230424 0 0 0 106074 128 0 0 25 0 1 0 1110334109 944254976 230350 1992294400 134512640 135191068 4294956224 18446744073709551615 134562386 0 0 4096 0 0 0 0 17 1 0 0
/proc/31097/statm: 230531 230350 89 165 0 230364 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 922124

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 31100
/proc/meminfo: memFree=890016/2055920 swapFree=4173176/4192956
[pid=31097] ppid=31095 vsize=946124 CPUtime=1122.01
/proc/31097/stat : 31097 (tts-5-0) R 31095 31097 30748 0 -1 4194304 236426 0 0 0 112069 132 0 0 25 0 1 0 1110334109 968830976 236352 1992294400 134512640 135191068 4294956224 18446744073709551615 134562432 0 0 4096 0 0 0 0 17 1 0 0
/proc/31097/statm: 236531 236352 89 165 0 236364 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 946124

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 31100
/proc/meminfo: memFree=856928/2055920 swapFree=4173176/4192956
[pid=31097] ppid=31095 vsize=979404 CPUtime=1182
/proc/31097/stat : 31097 (tts-5-0) R 31095 31097 30748 0 -1 4194304 244764 0 0 0 118063 137 0 0 25 0 1 0 1110334109 1002909696 244690 1992294400 134512640 135191068 4294956224 18446744073709551615 134562428 0 0 4096 0 0 0 0 17 1 0 0
/proc/31097/statm: 244851 244690 89 165 0 244684 0
Current children cumulated CPU time (s) 1182
Current children cumulated vsize (KiB) 979404



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 31100
/proc/meminfo: memFree=846432/2055920 swapFree=4173176/4192956
[pid=31097] ppid=31095 vsize=989484 CPUtime=1200.09
/proc/31097/stat : 31097 (tts-5-0) R 31095 31097 30748 0 -1 4194304 247262 0 0 0 119871 138 0 0 25 0 1 0 1110334109 1013231616 247188 1992294400 134512640 135191068 4294956224 18446744073709551615 134562386 0 0 4096 0 0 0 0 17 1 0 0
/proc/31097/statm: 247371 247188 89 165 0 247204 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 989484

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

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

[startup+1200.51 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 31100
/proc/meminfo: memFree=846432/2055920 swapFree=4173176/4192956
[pid=31097] ppid=31095 vsize=0 CPUtime=1200.19
/proc/31097/stat : 31097 (tts-5-0) R 31095 31097 30748 0 -1 4195332 247262 0 0 0 119871 148 0 0 25 0 1 0 1110334109 0 0 1992294400 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/31097/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.19
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.56
CPU time (s): 1200.26
CPU user time (s): 1198.72
CPU system time (s): 1.54477
CPU usage (%): 99.9747
Max. virtual memory (cumulated for all children) (KiB): 989484

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

runsolver used 0.910861 second user time and 3.47047 second system time

The end

Launcher Data

Begin job on node36 at 2009-03-30 03:31:48
IDJOB=1530989
IDBENCH=70224
IDSOLVER=505
FILE ID=node36/1530989-1238376708
PBS_JOBID= 9061239
Free space on /tmp= 66412 MiB

SOLVER NAME= tts tts-5-0
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/700/unif-k5-r20-v700-c14000-S962875623-008.cnf
COMMAND LINE= HOME/tts-5-0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1530989-1238376708/watcher-1530989-1238376708 -o /tmp/evaluation-result-1530989-1238376708/solver-1530989-1238376708 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/tts-5-0 HOME/instance-1530989-1238376708.cnf

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

MD5SUM BENCH= dc58d201aad12c2725ed362695aa3edc
RANDOM SEED=539980324

node36.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.214
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.214
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:       1838216 kB
Buffers:         31660 kB
Cached:         102408 kB
SwapCached:       9072 kB
Active:          14064 kB
Inactive:       130564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1838216 kB
SwapTotal:     4192956 kB
SwapFree:      4173176 kB
Dirty:            1084 kB
Writeback:           0 kB
Mapped:          16288 kB
Slab:            58388 kB
Committed_AS:  2939896 kB
PageTables:       1876 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= 66408 MiB
End job on node36 at 2009-03-30 03:51:51