Trace number 1730117

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
picosat 913? (TO) 1200.1 1200.43

General information on the benchmark

Namecrafted/Difficult/contest05/sabharwal/
gt-ordering-unsat-gt-045.sat05-1310.reshuffled-07.cnf
MD5SUMae4e3f3661a3c7ad7c7ec30d56d611a1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark12.913
Satisfiable
(Un)Satisfiability was proved
Number of variables1980
Number of clauses86175
Sum of the clauses size259380
Maximum clause length44
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2990
Number of clauses of size 385140
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

Solver Data

0.00/0.00	c PicoSAT SAT Solver Version 913
0.00/0.00	c Copyright (c) 2006 - 2009 Armin Biere JKU Linz
0.00/0.00	c gcc -Wall -Wextra -m32 -static -DNDEBUG -O3 -fomit-frame-pointer -finline-limit=1000000
0.00/0.00	c
0.00/0.00	c parsing HOME/instance-1730117-1240756152.cnf
0.00/0.00	c parsed header 'p cnf 2025 86175'
0.05/0.07	c initialized 2025 variables
0.05/0.07	c found 86175 non trivial clauses
0.05/0.07	c
0.05/0.07	c random number generator seed 0
0.05/0.07	c 
0.05/0.07	c  seconds     variables   original    learned     agility
0.05/0.07	c         level        used      conflicts    limit          MB
0.05/0.07	c 
0.05/0.07	c s   0.1   0.0  2025   0.0 85185     0     0     0   0.0   2.9 
0.05/0.09	c 
0.05/0.09	c initial reduction limit 42592 clauses
0.05/0.09	c 
0.05/0.09	c +   0.1 977.0  2025  46.3 85185   100   100 46851   2.2   3.0 
0.05/0.09	c R   0.1 977.0  2025  46.3 85185   101   101 46851   2.2   3.0 
0.09/0.10	c +   0.1 698.3  2025  58.7 85185   250   250 51536   4.4   3.0 
0.09/0.11	c R   0.1 610.6  2025  67.4 85185   401   401 51536   5.4   3.1 
0.09/0.12	c +   0.1 545.2  2025  69.5 85185   475   475 56689   6.2   3.1 
0.09/0.14	c +   0.1 365.5  2025  73.9 85185   812   812 62357   6.0   3.2 
0.09/0.17	c R   0.2 296.0  2025  73.9 85185  1205  1205 62357   7.3   3.3 
0.09/0.17	c +   0.2 277.1  2025  76.0 85185  1317  1317 68592   7.1   3.3 
0.19/0.23	c +   0.2 220.6  2025  82.6 85185  2074  2074 75451   6.4   3.5 
0.29/0.33	c +   0.3 212.3  2025  91.3 85185  3209  3209 82996   7.5   3.9 
0.29/0.33	c R   0.3 212.4  2025  91.3 85185  3216  3216 82996   7.4   3.9 
0.39/0.45	c +   0.4 183.6  2025  91.3 85185  4911  4911 91295   9.1   4.3 
0.59/0.62	c +   0.6 173.6  2025  95.6 85185  7464  7464 100e3   8.0   5.0 
0.59/0.68	c R   0.7 173.6  2025  97.8 85185  8039  8039 100e3   9.2   5.1 
0.89/0.90	c +   0.9 160.6  2025  97.8 85185 11293 11293 110e3   9.2   6.1 
1.19/1.26	c +   1.3 149.1  2025  97.8 85185 17036 17036 121e3  10.8   7.5 
1.39/1.40	c R   1.4 147.2  2025  97.8 85185 19261 19261 121e3  11.6   8.0 
1.59/1.68	c +   1.7 137.9  2025  97.8 85185 25650 25650 133e3  12.4   9.4 
2.79/2.83	c +   2.8 130.8  2025  97.8 85185 38571 38571 147e3   8.9  12.9 
3.09/3.14	c R   3.1 124.6  2025  97.8 85185 44918 44918 147e3  10.5  14.1 
3.09/3.14	c 
3.09/3.14	c  seconds     variables   original    learned     agility
3.09/3.14	c         level        used      conflicts    limit          MB
3.09/3.14	c 
4.09/4.15	c +   4.1 117.3  2025  97.8 85185 57952 57952 161e3  13.1  16.8 
5.69/5.77	c +   5.8 105.4  2025  97.8 85185 87023 87023 177e3  16.3  22.5 
6.49/6.58	c R   6.6 101.5  2025  97.8 85185 102e3 102e3 177e3   8.6  25.2 
9.68/9.71	c +   9.7  98.4  2025  97.8 85185 130e3 130e3 195e3  18.6  32.0 
16.58/16.62	c +  16.6  98.4  2025  97.8 85185 196e3 14512 215e3  12.9   8.7 
18.69/18.75	c R  18.8  95.2  2025  97.8 85185 230e3 49346 215e3  16.4  17.3 
26.29/26.39	c +  26.4  89.3  2025  97.8 85185 294e3 112e3 236e3  17.8  31.6 
43.98/44.06	c +  44.1  90.6  2025  97.8 85185 441e3 37262 260e3  12.3  15.5 
49.38/49.41	c R  49.4  86.5  2025  97.8 85185 512e3 108e3 260e3  14.5  29.0 
71.27/71.30	c +  71.3  80.8  2025  97.8 85185 662e3 258e3 286e3  14.5  61.1 
109.26/109.34	c + 109.3  83.2  2025  97.8 85185 993e3 45709 315e3  10.6  20.6 
124.55/124.61	c R 124.6  81.6  2025  97.8 85185 112e4 180e3 315e3  10.0  59.5 
200.63/200.75	c + 200.7  85.9  2025  97.8 85185 148e4 242e3 346e3   9.2  84.8 
294.81/294.94	c + 294.9  87.9  2025  97.8 85185 223e4 323e3 381e3  11.4 115.4 
335.10/335.21	c R 335.1  87.5  2025  97.8 85185 246e4 184e3 381e3  12.3  67.4 
441.87/442.07	c + 442.0  86.3  2025  97.8 85185 335e4 343e3 419e3  15.6 106.4 
681.40/681.63	c + 681.4  86.3  2025  97.8 85185 502e4 401e3 461e3  10.4 120.0 
793.28/793.58	c R 793.4  87.1  2025  97.8 85185 533e4 261e3 461e3   7.4 105.8 
1064.09/1064.45	c + 106e1  91.0  2025  97.8 85185 754e4 242e3 507e3  17.8  69.9 

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1730117-1240756152/watcher-1730117-1240756152 -o /tmp/evaluation-result-1730117-1240756152/solver-1730117-1240756152 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/picosat HOME/instance-1730117-1240756152.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.00 1.00 1.08 3/65 23938
/proc/meminfo: memFree=1729256/2055920 swapFree=4191356/4192956
[pid=23938] ppid=23936 vsize=1044 CPUtime=0
/proc/23938/stat : 23938 (picosat) R 23936 23938 23559 0 -1 4194304 159 0 0 0 0 0 0 0 18 0 1 0 103642930 1069056 144 1992294400 134512640 135137933 4294956224 18446744073709551615 134668310 0 0 4096 0 0 0 0 17 1 0 0
/proc/23938/statm: 261 144 56 152 0 107 0

[startup+0.056477 s]
/proc/loadavg: 1.00 1.00 1.08 3/65 23938
/proc/meminfo: memFree=1729256/2055920 swapFree=4191356/4192956
[pid=23938] ppid=23936 vsize=3936 CPUtime=0.05
/proc/23938/stat : 23938 (picosat) R 23936 23938 23559 0 -1 4194304 826 0 0 0 5 0 0 0 18 0 1 0 103642930 4030464 811 1992294400 134512640 135137933 4294956224 18446744073709551615 134668310 0 0 4096 0 0 0 0 17 1 0 0
/proc/23938/statm: 984 811 56 152 0 830 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 3936

[startup+0.10148 s]
/proc/loadavg: 1.00 1.00 1.08 3/65 23938
/proc/meminfo: memFree=1729256/2055920 swapFree=4191356/4192956
[pid=23938] ppid=23936 vsize=4200 CPUtime=0.09
/proc/23938/stat : 23938 (picosat) R 23936 23938 23559 0 -1 4194304 905 0 0 0 9 0 0 0 18 0 1 0 103642930 4300800 890 1992294400 134512640 135137933 4294956224 18446744073709551615 134527931 0 0 4096 0 0 0 0 17 1 0 0
/proc/23938/statm: 1050 890 69 152 0 896 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4200

[startup+0.301499 s]
/proc/loadavg: 1.00 1.00 1.08 3/65 23938
/proc/meminfo: memFree=1729256/2055920 swapFree=4191356/4192956
[pid=23938] ppid=23936 vsize=4992 CPUtime=0.29
/proc/23938/stat : 23938 (picosat) R 23936 23938 23559 0 -1 4194304 1103 0 0 0 29 0 0 0 19 0 1 0 103642930 5111808 1088 1992294400 134512640 135137933 4294956224 18446744073709551615 134548994 0 0 4096 0 0 0 0 17 1 0 0
/proc/23938/statm: 1248 1088 69 152 0 1094 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4992

[startup+0.701539 s]
/proc/loadavg: 1.00 1.00 1.08 3/65 23938
/proc/meminfo: memFree=1729256/2055920 swapFree=4191356/4192956
[pid=23938] ppid=23936 vsize=6444 CPUtime=0.69
/proc/23938/stat : 23938 (picosat) R 23936 23938 23559 0 -1 4194304 1487 0 0 0 68 1 0 0 22 0 1 0 103642930 6598656 1472 1992294400 134512640 135137933 4294956224 18446744073709551615 134527802 0 0 4096 0 0 0 0 17 1 0 0
/proc/23938/statm: 1611 1472 69 152 0 1457 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6444

[startup+1.50162 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 23939
/proc/meminfo: memFree=1722336/2055920 swapFree=4191356/4192956
[pid=23938] ppid=23936 vsize=9876 CPUtime=1.49
/proc/23938/stat : 23938 (picosat) R 23936 23938 23559 0 -1 4194304 2342 0 0 0 148 1 0 0 25 0 1 0 103642930 10113024 2327 1992294400 134512640 135137933 4294956224 18446744073709551615 134548819 0 0 4096 0 0 0 0 17 1 0 0
/proc/23938/statm: 2469 2327 69 152 0 2315 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9876

[startup+3.10177 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 23939
/proc/meminfo: memFree=1717664/2055920 swapFree=4191356/4192956
[pid=23938] ppid=23936 vsize=15548 CPUtime=3.09
/proc/23938/stat : 23938 (picosat) R 23936 23938 23559 0 -1 4194304 3746 0 0 0 307 2 0 0 25 0 1 0 103642930 15921152 3731 1992294400 134512640 135137933 4294956224 18446744073709551615 134668310 0 0 4096 0 0 0 0 17 1 0 0
/proc/23938/statm: 3887 3731 69 152 0 3733 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 15548

[startup+6.30109 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 23939
/proc/meminfo: memFree=1706272/2055920 swapFree=4191356/4192956
[pid=23938] ppid=23936 vsize=26628 CPUtime=6.29
/proc/23938/stat : 23938 (picosat) R 23936 23938 23559 0 -1 4194304 6503 0 0 0 626 3 0 0 25 0 1 0 103642930 27267072 6488 1992294400 134512640 135137933 4294956224 18446744073709551615 134668310 0 0 4096 0 0 0 0 17 1 0 0
/proc/23938/statm: 6657 6488 69 152 0 6503 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 26628

[startup+12.7017 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 23939
/proc/meminfo: memFree=1687392/2055920 swapFree=4191356/4192956
[pid=23938] ppid=23936 vsize=43772 CPUtime=12.69
/proc/23938/stat : 23938 (picosat) R 23936 23938 23559 0 -1 4194304 10720 0 0 0 1263 6 0 0 25 0 1 0 103642930 44822528 10705 1992294400 134512640 135137933 4294956224 18446744073709551615 134527871 0 0 4096 0 0 0 0 17 1 0 0
/proc/23938/statm: 10943 10705 69 152 0 10789 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 43772

[startup+25.502 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 23939
/proc/meminfo: memFree=1674016/2055920 swapFree=4191356/4192956
[pid=23938] ppid=23936 vsize=56144 CPUtime=25.48
/proc/23938/stat : 23938 (picosat) R 23936 23938 23559 0 -1 4194304 13791 0 0 0 2541 7 0 0 25 0 1 0 103642930 57491456 13751 1992294400 134512640 135137933 4294956224 18446744073709551615 134527931 0 0 4096 0 0 0 0 17 1 0 0
/proc/23938/statm: 14036 13751 69 152 0 13882 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 56144

[startup+51.1015 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 23939
/proc/meminfo: memFree=1662880/2055920 swapFree=4191356/4192956
[pid=23938] ppid=23936 vsize=66836 CPUtime=51.08
/proc/23938/stat : 23938 (picosat) R 23936 23938 23559 0 -1 4194304 16563 0 0 0 5098 10 0 0 25 0 1 0 103642930 68440064 16523 1992294400 134512640 135137933 4294956224 18446744073709551615 134547977 0 0 4096 0 0 0 0 17 1 0 0
/proc/23938/statm: 16709 16523 69 152 0 16555 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 66836

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 23939
/proc/meminfo: memFree=1646752/2055920 swapFree=4191356/4192956
[pid=23938] ppid=23936 vsize=84724 CPUtime=102.26
/proc/23938/stat : 23938 (picosat) R 23936 23938 23559 0 -1 4194304 20608 0 0 0 10214 12 0 0 25 0 1 0 103642930 86757376 20568 1992294400 134512640 135137933 4294956224 18446744073709551615 134553651 0 0 4096 0 0 0 0 17 1 0 0
/proc/23938/statm: 21181 20568 69 152 0 21027 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 84724

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 23939
/proc/meminfo: memFree=1635296/2055920 swapFree=4191356/4192956
[pid=23938] ppid=23936 vsize=96472 CPUtime=162.24
/proc/23938/stat : 23938 (picosat) R 23936 23938 23559 0 -1 4194304 23565 0 0 0 16209 15 0 0 25 0 1 0 103642930 98787328 23525 1992294400 134512640 135137933 4294956224 18446744073709551615 134552206 0 0 4096 0 0 0 0 17 1 0 0
/proc/23938/statm: 24118 23525 69 152 0 23964 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 96472

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 23939
/proc/meminfo: memFree=1614304/2055920 swapFree=4191356/4192956
[pid=23938] ppid=23936 vsize=116536 CPUtime=222.23
/proc/23938/stat : 23938 (picosat) R 23936 23938 23559 0 -1 4194304 28675 0 0 0 22204 19 0 0 25 0 1 0 103642930 119332864 28635 1992294400 134512640 135137933 4294956224 18446744073709551615 134548819 0 0 4096 0 0 0 0 17 1 0 0
/proc/23938/statm: 29134 28635 69 152 0 28980 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 116536

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.05 2/66 23939
/proc/meminfo: memFree=1626528/2055920 swapFree=4191356/4192956
[pid=23938] ppid=23936 vsize=105624 CPUtime=282.22
/proc/23938/stat : 23938 (picosat) R 23936 23938 23559 0 -1 4194304 34156 0 0 0 28197 25 0 0 25 0 1 0 103642930 108158976 25898 1992294400 134512640 135137933 4294956224 18446744073709551615 134521574 0 0 4096 0 0 0 0 17 1 0 0
/proc/23938/statm: 26406 25898 69 152 0 26252 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 105624

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.04 2/66 23939
/proc/meminfo: memFree=1590432/2055920 swapFree=4191356/4192956
[pid=23938] ppid=23936 vsize=139944 CPUtime=342.2
/proc/23938/stat : 23938 (picosat) R 23936 23938 23559 0 -1 4194304 42824 0 0 0 34187 33 0 0 25 0 1 0 103642930 143302656 34566 1992294400 134512640 135137933 4294956224 18446744073709551615 134554572 0 0 4096 0 0 0 0 17 1 0 0
/proc/23938/statm: 34986 34566 69 152 0 34832 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 139944

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.04 2/66 23939
/proc/meminfo: memFree=1660576/2055920 swapFree=4191356/4192956
[pid=23938] ppid=23936 vsize=69564 CPUtime=402.18
/proc/23938/stat : 23938 (picosat) R 23936 23938 23559 0 -1 4194304 42824 0 0 0 40184 34 0 0 25 0 1 0 103642930 71233536 16981 1992294400 134512640 135137933 4294956224 18446744073709551615 134551872 0 0 4096 0 0 0 0 17 1 0 0
/proc/23938/statm: 17391 16981 69 152 0 17237 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 69564

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.03 2/66 23939
/proc/meminfo: memFree=1595488/2055920 swapFree=4191356/4192956
[pid=23938] ppid=23936 vsize=134640 CPUtime=462.16
/proc/23938/stat : 23938 (picosat) R 23936 23938 23559 0 -1 4194304 59145 0 0 0 46169 47 0 0 25 0 1 0 103642930 137871360 33302 1992294400 134512640 135137933 4294956224 18446744073709551615 134551408 0 0 4096 0 0 0 0 17 1 0 0
/proc/23938/statm: 33660 33302 69 152 0 33506 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 134640

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.03 2/66 23939
/proc/meminfo: memFree=1604576/2055920 swapFree=4191356/4192956
[pid=23938] ppid=23936 vsize=125236 CPUtime=522.15
/proc/23938/stat : 23938 (picosat) R 23936 23938 23559 0 -1 4194304 59145 0 0 0 52167 48 0 0 25 0 1 0 103642930 128241664 30973 1992294400 134512640 135137933 4294956224 18446744073709551615 134554555 0 0 4096 0 0 0 0 17 1 0 0
/proc/23938/statm: 31309 30973 69 152 0 31155 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 125236

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.02 2/66 23941
/proc/meminfo: memFree=1605024/2055920 swapFree=4191356/4192956
[pid=23938] ppid=23936 vsize=124708 CPUtime=582.13
/proc/23938/stat : 23938 (picosat) R 23936 23938 23559 0 -1 4194304 59145 0 0 0 58165 48 0 0 25 0 1 0 103642930 127700992 30841 1992294400 134512640 135137933 4294956224 18446744073709551615 134553699 0 0 4096 0 0 0 0 17 1 0 0
/proc/23938/statm: 31177 30841 69 152 0 31023 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 124708

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.02 2/66 23941
/proc/meminfo: memFree=1612192/2055920 swapFree=4191356/4192956
[pid=23938] ppid=23936 vsize=117568 CPUtime=642.12
/proc/23938/stat : 23938 (picosat) R 23936 23938 23559 0 -1 4194304 59145 0 0 0 64164 48 0 0 25 0 1 0 103642930 120389632 29056 1992294400 134512640 135137933 4294956224 18446744073709551615 134549147 0 0 4096 0 0 0 0 17 1 0 0
/proc/23938/statm: 29392 29056 69 152 0 29238 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 117568

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.01 2/66 23941
/proc/meminfo: memFree=1589984/2055920 swapFree=4191356/4192956
[pid=23938] ppid=23936 vsize=140272 CPUtime=702.1
/proc/23938/stat : 23938 (picosat) R 23936 23938 23559 0 -1 4194304 64834 0 0 0 70156 54 0 0 25 0 1 0 103642930 143638528 34745 1992294400 134512640 135137933 4294956224 18446744073709551615 134548819 0 0 4096 0 0 0 0 17 1 0 0
/proc/23938/statm: 35068 34745 69 152 0 34914 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 140272

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23941
/proc/meminfo: memFree=1587296/2055920 swapFree=4191356/4192956
[pid=23938] ppid=23936 vsize=142252 CPUtime=762.08
/proc/23938/stat : 23938 (picosat) R 23936 23938 23559 0 -1 4194304 65398 0 0 0 76154 54 0 0 25 0 1 0 103642930 145666048 35309 1992294400 134512640 135137933 4294956224 18446744073709551615 134548819 0 0 4096 0 0 0 0 17 1 0 0
/proc/23938/statm: 35563 35309 69 152 0 35409 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 142252

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23941
/proc/meminfo: memFree=1565920/2055920 swapFree=4191356/4192956
[pid=23938] ppid=23936 vsize=163636 CPUtime=822.06
/proc/23938/stat : 23938 (picosat) R 23936 23938 23559 0 -1 4194304 70730 0 0 0 82148 58 0 0 25 0 1 0 103642930 167563264 40641 1992294400 134512640 135137933 4294956224 18446744073709551615 134543180 0 0 4096 0 0 0 0 17 1 0 0
/proc/23938/statm: 40909 40641 69 152 0 40755 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 163636

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23941
/proc/meminfo: memFree=1613088/2055920 swapFree=4191356/4192956
[pid=23938] ppid=23936 vsize=116156 CPUtime=882.05
/proc/23938/stat : 23938 (picosat) R 23936 23938 23559 0 -1 4194304 70730 0 0 0 88146 59 0 0 25 0 1 0 103642930 118943744 28785 1992294400 134512640 135137933 4294956224 18446744073709551615 134549081 0 0 4096 0 0 0 0 17 1 0 0
/proc/23938/statm: 29039 28785 69 152 0 28885 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 116156

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23941
/proc/meminfo: memFree=1610336/2055920 swapFree=4191356/4192956
[pid=23938] ppid=23936 vsize=119192 CPUtime=942.03
/proc/23938/stat : 23938 (picosat) R 23936 23938 23559 0 -1 4194304 71470 0 0 0 94143 60 0 0 25 0 1 0 103642930 122052608 29525 1992294400 134512640 135137933 4294956224 18446744073709551615 134548819 0 0 4096 0 0 0 0 17 1 0 0
/proc/23938/statm: 29798 29525 69 152 0 29644 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 119192

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23941
/proc/meminfo: memFree=1552672/2055920 swapFree=4191356/4192956
[pid=23938] ppid=23936 vsize=176744 CPUtime=1002.01
/proc/23938/stat : 23938 (picosat) R 23936 23938 23559 0 -1 4194304 85861 0 0 0 100132 69 0 0 25 0 1 0 103642930 180985856 43916 1992294400 134512640 135137933 4294956224 18446744073709551615 134552979 0 0 4096 0 0 0 0 17 1 0 0
/proc/23938/statm: 44186 43916 69 152 0 44032 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 176744

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23941
/proc/meminfo: memFree=1585504/2055920 swapFree=4191356/4192956
[pid=23938] ppid=23936 vsize=143660 CPUtime=1062
/proc/23938/stat : 23938 (picosat) R 23936 23938 23559 0 -1 4194304 85861 0 0 0 106130 70 0 0 25 0 1 0 103642930 147107840 35661 1992294400 134512640 135137933 4294956224 18446744073709551615 134547582 0 0 4096 0 0 0 0 17 1 0 0
/proc/23938/statm: 35915 35661 69 152 0 35761 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 143660

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23941
/proc/meminfo: memFree=1585504/2055920 swapFree=4191356/4192956
[pid=23938] ppid=23936 vsize=143660 CPUtime=1121.98
/proc/23938/stat : 23938 (picosat) R 23936 23938 23559 0 -1 4194304 85863 0 0 0 112128 70 0 0 25 0 1 0 103642930 147107840 35663 1992294400 134512640 135137933 4294956224 18446744073709551615 134548819 0 0 4096 0 0 0 0 17 1 0 0
/proc/23938/statm: 35915 35663 69 152 0 35761 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 143660

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23941
/proc/meminfo: memFree=1583776/2055920 swapFree=4191356/4192956
[pid=23938] ppid=23936 vsize=145244 CPUtime=1181.96
/proc/23938/stat : 23938 (picosat) R 23936 23938 23559 0 -1 4194304 86332 0 0 0 118125 71 0 0 25 0 1 0 103642930 148729856 36132 1992294400 134512640 135137933 4294956224 18446744073709551615 134548866 0 0 4096 0 0 0 0 17 1 0 0
/proc/23938/statm: 36311 36132 69 152 0 36157 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 145244



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23941
/proc/meminfo: memFree=1583776/2055920 swapFree=4191356/4192956
[pid=23938] ppid=23936 vsize=145244 CPUtime=1200.06
/proc/23938/stat : 23938 (picosat) R 23936 23938 23559 0 -1 4194304 86332 0 0 0 119935 71 0 0 25 0 1 0 103642930 148729856 36132 1992294400 134512640 135137933 4294956224 18446744073709551615 134548819 0 0 4096 0 0 0 0 17 1 0 0
/proc/23938/statm: 36311 36132 69 152 0 36157 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 145244

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.43
CPU time (s): 1200.1
CPU user time (s): 1199.36
CPU system time (s): 0.740887
CPU usage (%): 99.9723
Max. virtual memory (cumulated for all children) (KiB): 176744

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

runsolver used 1.40679 second user time and 2.51362 second system time

The end

Launcher Data

Begin job on node56 at 2009-04-26 16:29:12
IDJOB=1730117
IDBENCH=24722
IDSOLVER=506
FILE ID=node56/1730117-1240756152
PBS_JOBID= 9187065
Free space on /tmp= 103060 MiB

SOLVER NAME= picosat 913
BENCH NAME= SAT07/crafted/Difficult/contest05/sabharwal/gt-ordering-unsat-gt-045.sat05-1310.reshuffled-07.cnf
COMMAND LINE= HOME/picosat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1730117-1240756152/watcher-1730117-1240756152 -o /tmp/evaluation-result-1730117-1240756152/solver-1730117-1240756152 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/picosat HOME/instance-1730117-1240756152.cnf

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

MD5SUM BENCH= ae4e3f3661a3c7ad7c7ec30d56d611a1
RANDOM SEED=1503677806

node56.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.218
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.218
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:       1729672 kB
Buffers:         38472 kB
Cached:         207784 kB
SwapCached:        924 kB
Active:          90744 kB
Inactive:       169432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1729672 kB
SwapTotal:     4192956 kB
SwapFree:      4191356 kB
Dirty:            2120 kB
Writeback:           0 kB
Mapped:          22580 kB
Slab:            52016 kB
Committed_AS:   350956 kB
PageTables:       1468 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= 103056 MiB
End job on node56 at 2009-04-26 16:49:14