Trace number 1783962

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
precosat 236? (TO) 5000.06 5001.41

General information on the benchmark

Namecrafted/Difficult/contest05/jarvisalo/
mod2c-3cage-unsat-10-3.sat05-2568.reshuffled-07.cnf
MD5SUMd65aa32f539d7b147c82042f18f65687
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark271
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of clauses560
Sum of the clauses size2240
Maximum clause length4
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 4560
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c PicoSATLight Version 236 3e7a3f8825c0b9e241f38a63fee5517540b2feca
0.00/0.00	c Copyright (C) 2009, Armin Biere, JKU, Linz, Austria.  All rights reserved.
0.00/0.00	c Released on Sun Mar 22 10:16:26 CET 2009
0.00/0.00	c Compiled on Tue Mar 24 21:24:39 CET 2009
0.00/0.00	c g++ (GCC) 4.3.2 20081105 (Red Hat 4.3.2-7)
0.00/0.00	c -O3 -m32 -static -Wall -Wextra -DNDEBUG -DNLOGPRECO -DNSTATSPRECO
0.00/0.00	c -finline-limit=10000000 -fomit-frame-pointer -fno-exceptions
0.00/0.00	c Linux baghera 2.6.27.19-170.2.35.fc10.i686.PAE i686
0.00/0.00	c
0.00/0.00	c reading HOME/instance-1783962-1241904804.cnf
0.00/0.00	c found header 'p cnf 140 560'
0.00/0.00	c finished parsing
0.00/0.00	c
0.00/0.00	c --check=0 --verbose=0 --order=3 --simprd=40 --merge=1 --hash=1
0.00/0.00	c --dominate=1 --restart=1 --restartint=100 --rebias=1 --rebiasint=1000
0.00/0.00	c --probe=1 --probeint=100000 --probeprd=10 --decompose=1 --minimize=3
0.00/0.00	c --maxdepth=1000 --strength=10 --elim=1 --elimint=300000 --elimprd=20
0.00/0.00	c --subst=1 --ands=1 --xors=1 --ites=1 --minlimit=1000 --maxlimit=10000000
0.00/0.00	c --random=1 --spread=2000 --seed=0 --skip=25
0.00/0.00	c
0.00/0.00	c sizeof     vars[0] = 16   alignment = 0       0 MB
0.00/0.00	c sizeof     orgs[0] =  8   alignment = 0       0 MB
0.00/0.00	c sizeof     occs[0] =  8   alignment = 0       0 MB
0.00/0.00	c sizeof iirfs[0..1] =  8   alignment = 0       0 MB
0.00/0.00	c
0.00/0.00	c starting search after 0.0 seconds
0.00/0.00	c no decision limit
0.00/0.00	c
0.00/0.00	c       original/binary      fixed     eliminated      learned       agility
0.00/0.00	c   seconds        variables     equivalent    conflicts       height       MB
0.00/0.00	c
0.00/0.00	c *    0.0      560     140      0     0      0       0      0    0.0   0    0
0.00/0.00	c -    0.0      499     140      0     0      0       0   1000    0.0   0    0
0.00/0.00	c s    0.0      280      70      0     0     70       0      0    0.0   0    0
0.00/0.00	c l    0.0      280      70      0     0     70       0   1000    0.0   0    0
0.00/0.00	c R    0.0      280      70      0     0     70     100    100   27.7   8    0
0.00/0.00	c R    0.0      280      70      0     0     70     201    201   27.4  13    0
0.00/0.01	c N    0.0      280      70      0     0     70     803    803   28.8  31    0
0.00/0.01	c B    0.0      280      70      0     0     70    1001   1001   29.1  37    0
0.00/0.01	c +    0.0      280      70      0     0     70    1001   1100   29.1  37    0
0.00/0.02	c +    0.0      280      70      0     0     70    1251   1210   29.3  42    0
0.00/0.02	c +    0.0      280      70      0     0     70    1560   1331   29.3  46    0
0.00/0.03	c +    0.0      280      70      0     0     70    1950   1464   29.2  47    0
0.00/0.03	c B    0.0      280      70      0     0     70    2002   1390   29.2  47    0
0.00/0.04	c N    0.0      280      70      0     0     70    2407   1469   29.0  47    0
0.00/0.04	c +    0.0      280      70      0     0     70    2435   1610   29.0  47    0
0.00/0.05	c +    0.1      280      70      0     0     70    3041   1771   28.6  49    0
0.06/0.06	c +    0.1      280      70      0     0     70    3800   1948   28.4  51    0
0.06/0.08	c +    0.1      280      70      0     0     70    4751   2142   28.1  50    0
0.09/0.11	c +    0.1      280      70      0     0     70    5936   2356   27.9  49    0
0.09/0.12	c
0.09/0.12	c       original/binary      fixed     eliminated      learned       agility
0.09/0.12	c   seconds        variables     equivalent    conflicts       height       MB
0.09/0.12	c
0.09/0.12	c N    0.1      280      70      0     0     70    6414   2361   27.8  50    0
0.09/0.14	c +    0.1      280      70      0     0     70    7421   2591   27.5  51    0
0.09/0.15	c B    0.2      280      70      0     0     70    8004   2595   27.5  52    0
0.09/0.18	c +    0.2      280      70      0     0     70    9275   2850   27.4  53    0
0.19/0.23	c +    0.2      280      70      0     0     70   11591   3135   27.1  52    1
0.19/0.29	c +    0.3      280      70      0     0     70   14485   3448   26.9  54    1
0.29/0.33	c N    0.3      280      70      0     0     70   16036   3452   26.7  52    1
0.29/0.38	c +    0.4      280      70      0     0     70   18105   3792   26.5  51    1
0.39/0.48	c +    0.5      280      70      0     0     70   22630   4171   26.1  51    1
0.49/0.52	c B    0.5      280      70      0     0     70   24009   4177   26.0  52    1
0.59/0.62	c +    0.6      280      70      0     0     70   28286   4588   25.7  52    1
0.79/0.81	c +    0.8      280      70      0     0     70   35355   5046   25.4  52    1
0.89/0.90	c N    0.9      280      70      0     0     70   38465   5053   25.2  50    1
1.00/1.05	c +    1.0      280      70      0     0     70   44190   5550   25.0  50    1
1.29/1.35	c +    1.4      280      70      0     0     70   55236   6105   24.7  51    1
1.59/1.61	c B    1.6      280      70      0     0     70   64019   6110   24.4  50    1
1.69/1.76	c +    1.8      280      70      0     0     70   69046   6715   24.3  48    1
2.19/2.28	c +    2.3      280      70      0     0     70   86305   7386   24.0  50    1
2.29/2.39	c N    2.4      280      70      0     0     70   89721   7393   23.9  50    2
2.99/3.00	c
2.99/3.00	c       original/binary      fixed     eliminated      learned       agility
2.99/3.00	c   seconds        variables     equivalent    conflicts       height       MB
2.99/3.00	c
2.99/3.00	c +    3.0      280      70      0     0     70  107880   8124   23.5  50    2
3.79/3.86	c +    3.9      280      70      0     0     70  134851   8936   23.3  50    2
4.69/4.72	c B    4.7      280      70      0     0     70  160035   8944   23.0  51    2
4.99/5.01	c +    5.0      280      70      0     0     70  168560   9829   22.9  47    2
6.19/6.29	c N    6.3      280      70      0     0     70  205026   9836   22.7  49    2
6.49/6.51	c +    6.5      280      70      0     0     70  210700  10811   22.7  50    2
8.49/8.50	c +    8.5      280      70      0     0     70  263376  11892   22.3  51    2
11.08/11.17	c +   11.2      280      70      0     0     70  329220  13081   22.1  51    3
13.48/13.58	c B   13.6      280      70      0     0     70  384072  13749   21.8  47    4
14.68/14.71	c +   14.7      280      70      0     0     70  411525  14389   21.7  48    4
16.98/17.00	c N   17.0      280      70      0     0     70  461237  14407   21.5  46    4
19.39/19.46	c +   19.5      280      70      0     0     70  514406  15827   21.3  60    3
25.89/25.96	c +   26.0      280      70      0     0     70  643005  17409   21.0  49    3
34.28/34.39	c +   34.4      280      70      0     0     70  803756  19149   20.6  52    5
39.18/39.20	c B   39.2      280      70      0     0     70  896137  19157   20.3  50    5
45.08/45.14	c +   45.1      280      70      0     0     70 1004696  21063   20.0  45    5
46.38/46.41	c N   46.4      280      70      0     0     70 1024782  21082   19.9  47    6
59.38/59.40	c +   59.4      280      70      0     0     70 1255870  23169   19.5  49    7
80.17/80.21	c +   80.2      280      70      0     0     70 1569836  25485   19.0  55    8
105.57/105.66	c
105.57/105.66	c       original/binary      fixed     eliminated      learned       agility
105.57/105.66	c   seconds        variables     equivalent    conflicts       height       MB
105.57/105.66	c
105.57/105.66	c +  105.6      280      70      0     0     70 1962295  28033   18.9  50    8
111.36/111.40	c B  111.4      280      70      0     0     70 2048252  28039   18.8  53    8
127.06/127.10	c N  127.1      280      70      0     0     70 2254265  28038   18.7  50    9
139.95/140.03	c +  140.0      280      70      0     0     70 2452865  30836   18.5  47   10
183.94/184.02	c +  184.0      280      70      0     0     70 3066081  33919   18.0  53   10
249.32/249.41	c +  249.3      280      70      0     0     70 3832601  37310   17.5  46   13
318.60/318.71	c B  318.6      280      70      0     0     70 4608500  37321   17.3  43   14
333.30/333.41	c +  333.3      280      70      0     0     70 4790750  41041   17.3  52   14
344.21/344.33	c N  344.2      280      70      0     0     70 4918013  41053   17.2  41   15
438.97/439.13	c +  439.0      280      70      0     0     70 5988436  45145   17.1  53   13
587.23/587.49	c +  587.3      280      70      0     0     70 7485546  49659   16.9  48   17
793.48/793.77	c +  793.6      280      70      0     0     70 9356930  54624   16.7  45   13
893.35/893.64	c B  893.4      280      70      0     0     70 10240969  54631   16.7  56   15
936.34/936.66	c N  936.4      280      70      0     0     70 10655096  54635   16.7  42   16
2355.15/2355.85	c B 2355.2      280      70      0     0     70 22529926  54632   16.1  51   14
2401.04/2401.75	c N 2401.1      280      70      0     0     70 22949051  54635   16.1  39   16
5000.04/5001.40	c
5000.04/5001.40	c *** CAUGHT SIGNAL 15 ***
5000.04/5001.40	c
5000.04/5001.40	c 45744198 conflicts, 65088466 decisions, 1 random
5000.04/5001.40	c 0 iterations, 4 restarts, 65106 skipped
5000.04/5001.40	c 42 enlarged, 140 shrunken, 446341 rescored, 8187 rebiased
5000.04/5001.40	c 1 simplifications, 16 reductions
5000.04/5001.40	c
5000.04/5001.40	c vars: 0 fixed, 0 equiv, 70 elim, 0 merged
5000.04/5001.40	c elim: 2462 resolutions, 1 phases, 1 rounds
5000.04/5001.40	c sbst: 0% substituted, 0.0% nots, 0.0% ands, 0.0% xors, 0.0% ites
5000.04/5001.40	c arty: 0.00 and 0.00 xor average arity
5000.04/5001.40	c prbe: 2520 probed, 17 phases, 17 rounds
5000.04/5001.40	c prbe: 0 failed, 0 lifted, 0 merged
5000.04/5001.40	c sccs: 0 non trivial, 0 fixed, 0 merged
5000.04/5001.40	c hash: 0 units, 0 merged
5000.04/5001.40	c mins: 834448523 learned, 20% deleted, 0 strong, 10 depth
5000.04/5001.40	c subs: 0 forward, 140 backward, 0 doms
5000.04/5001.40	c strs: 403 forward, 138 backward
5000.04/5001.40	c doms: 0 dominators, 0 high, 0 low
5000.04/5001.40	c prps: 353509382 propagations, 0.07 megaprops
5000.04/5001.40	c
5000.04/5001.40	c 5000.1 seconds, 25 MB max, 129 MB recycled
5000.04/5001.40	c
5000.04/5001.40	c *** CAUGHT SIGNAL 15 ***
5000.04/5001.40	c

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-1783962-1241904804/watcher-1783962-1241904804 -o /tmp/evaluation-result-1783962-1241904804/solver-1783962-1241904804 -C 5000 -W 6000 -M 1800 HOME/precosat HOME/instance-1783962-1241904804.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 1.06 1.00 3/64 27708
/proc/meminfo: memFree=1516728/2055920 swapFree=4182092/4192956
[pid=27708] ppid=27706 vsize=784 CPUtime=0
/proc/27708/stat : 27708 (precosat) R 27706 27708 27671 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 218514093 802816 111 1992294400 134512640 135151029 4294956240 18446744073709551615 134562254 0 0 4096 17442 0 0 0 17 1 0 0
/proc/27708/statm: 196 111 79 155 0 39 0

[startup+0.066876 s]
/proc/loadavg: 0.99 1.06 1.00 3/64 27708
/proc/meminfo: memFree=1516728/2055920 swapFree=4182092/4192956
[pid=27708] ppid=27706 vsize=1048 CPUtime=0.06
/proc/27708/stat : 27708 (precosat) R 27706 27708 27671 0 -1 4194304 193 0 0 0 6 0 0 0 18 0 1 0 218514093 1073152 177 1992294400 134512640 135151029 4294956240 18446744073709551615 134551619 0 0 4096 17442 0 0 0 17 1 0 0
/proc/27708/statm: 262 177 79 155 0 105 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1048

[startup+0.101881 s]
/proc/loadavg: 0.99 1.06 1.00 3/64 27708
/proc/meminfo: memFree=1516728/2055920 swapFree=4182092/4192956
[pid=27708] ppid=27706 vsize=1180 CPUtime=0.09
/proc/27708/stat : 27708 (precosat) R 27706 27708 27671 0 -1 4194304 208 0 0 0 9 0 0 0 18 0 1 0 218514093 1208320 192 1992294400 134512640 135151029 4294956240 18446744073709551615 134576059 0 0 4096 17442 0 0 0 17 1 0 0
/proc/27708/statm: 295 192 79 155 0 138 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1180

[startup+0.301903 s]
/proc/loadavg: 0.99 1.06 1.00 3/64 27708
/proc/meminfo: memFree=1516728/2055920 swapFree=4182092/4192956
[pid=27708] ppid=27706 vsize=1452 CPUtime=0.29
/proc/27708/stat : 27708 (precosat) R 27706 27708 27671 0 -1 4194304 266 0 0 0 29 0 0 0 19 0 1 0 218514093 1486848 250 1992294400 134512640 135151029 4294956240 18446744073709551615 134551430 0 0 4096 17442 0 0 0 17 1 0 0
/proc/27708/statm: 363 250 79 155 0 206 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1452

[startup+0.701949 s]
/proc/loadavg: 0.99 1.06 1.00 3/64 27708
/proc/meminfo: memFree=1516728/2055920 swapFree=4182092/4192956
[pid=27708] ppid=27706 vsize=1716 CPUtime=0.69
/proc/27708/stat : 27708 (precosat) R 27706 27708 27671 0 -1 4194304 347 0 0 0 69 0 0 0 22 0 1 0 218514093 1757184 331 1992294400 134512640 135151029 4294956240 18446744073709551615 134575912 0 0 4096 17442 0 0 0 17 1 0 0
/proc/27708/statm: 429 331 79 155 0 272 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1716

[startup+1.50104 s]
/proc/loadavg: 0.99 1.06 1.00 2/65 27709
/proc/meminfo: memFree=1515568/2055920 swapFree=4182092/4192956
[pid=27708] ppid=27706 vsize=2120 CPUtime=1.49
/proc/27708/stat : 27708 (precosat) R 27706 27708 27671 0 -1 4194304 443 0 0 0 149 0 0 0 25 0 1 0 218514093 2170880 427 1992294400 134512640 135151029 4294956240 18446744073709551615 134554756 0 0 4096 17442 0 0 0 17 1 0 0
/proc/27708/statm: 530 427 79 155 0 373 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2120

[startup+3.10123 s]
/proc/loadavg: 0.99 1.06 1.00 2/65 27709
/proc/meminfo: memFree=1514992/2055920 swapFree=4182092/4192956
[pid=27708] ppid=27706 vsize=2548 CPUtime=3.09
/proc/27708/stat : 27708 (precosat) R 27706 27708 27671 0 -1 4194304 544 0 0 0 309 0 0 0 25 0 1 0 218514093 2609152 528 1992294400 134512640 135151029 4294956240 18446744073709551615 134575995 0 0 4096 17442 0 0 0 17 1 0 0
/proc/27708/statm: 637 528 79 155 0 480 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2548

[startup+6.3016 s]
/proc/loadavg: 0.99 1.06 1.00 2/65 27709
/proc/meminfo: memFree=1514360/2055920 swapFree=4182092/4192956
[pid=27708] ppid=27706 vsize=3284 CPUtime=6.29
/proc/27708/stat : 27708 (precosat) R 27706 27708 27671 0 -1 4194304 685 0 0 0 629 0 0 0 25 0 1 0 218514093 3362816 669 1992294400 134512640 135151029 4294956240 18446744073709551615 134554568 0 0 4096 17442 0 0 0 17 1 0 0
/proc/27708/statm: 821 669 79 155 0 664 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3284

[startup+12.7013 s]
/proc/loadavg: 0.99 1.06 1.00 2/65 27709
/proc/meminfo: memFree=1513016/2055920 swapFree=4182092/4192956
[pid=27708] ppid=27706 vsize=4584 CPUtime=12.68
/proc/27708/stat : 27708 (precosat) R 27706 27708 27671 0 -1 4194304 978 0 0 0 1268 0 0 0 25 0 1 0 218514093 4694016 962 1992294400 134512640 135151029 4294956240 18446744073709551615 134554575 0 0 4096 17442 0 0 0 17 1 0 0
/proc/27708/statm: 1146 962 79 155 0 989 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 4584

[startup+25.5018 s]
/proc/loadavg: 0.99 1.05 1.00 2/65 27709
/proc/meminfo: memFree=1511288/2055920 swapFree=4182092/4192956
[pid=27708] ppid=27706 vsize=6300 CPUtime=25.49
/proc/27708/stat : 27708 (precosat) R 27706 27708 27671 0 -1 4194304 1413 0 0 0 2548 1 0 0 25 0 1 0 218514093 6451200 1380 1992294400 134512640 135151029 4294956240 18446744073709551615 134554732 0 0 4096 17442 0 0 0 17 1 0 0
/proc/27708/statm: 1575 1380 79 155 0 1418 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 6300

[startup+51.1018 s]
/proc/loadavg: 0.99 1.05 1.00 2/65 27709
/proc/meminfo: memFree=1509944/2055920 swapFree=4182092/4192956
[pid=27708] ppid=27706 vsize=7824 CPUtime=51.08
/proc/27708/stat : 27708 (precosat) R 27706 27708 27671 0 -1 4194304 1754 0 0 0 5107 1 0 0 25 0 1 0 218514093 8011776 1721 1992294400 134512640 135151029 4294956240 18446744073709551615 134567733 0 0 4096 17442 0 0 0 17 1 0 0
/proc/27708/statm: 1956 1721 79 155 0 1799 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 7824

[startup+102.306 s]
/proc/loadavg: 0.99 1.04 1.00 2/65 27709
/proc/meminfo: memFree=1507128/2055920 swapFree=4182092/4192956
[pid=27708] ppid=27706 vsize=10780 CPUtime=102.26
/proc/27708/stat : 27708 (precosat) R 27706 27708 27671 0 -1 4194304 2505 0 0 0 10225 1 0 0 25 0 1 0 218514093 11038720 2397 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/27708/statm: 2695 2397 79 155 0 2538 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 10780

[startup+162.303 s]
/proc/loadavg: 0.99 1.03 1.00 2/65 27709
/proc/meminfo: memFree=1505272/2055920 swapFree=4182092/4192956
[pid=27708] ppid=27706 vsize=12596 CPUtime=162.24
/proc/27708/stat : 27708 (precosat) R 27706 27708 27671 0 -1 4194304 2958 0 0 0 16222 2 0 0 25 0 1 0 218514093 12898304 2850 1992294400 134512640 135151029 4294956240 18446744073709551615 134574641 0 0 4096 17442 0 0 0 17 1 0 0
/proc/27708/statm: 3149 2850 79 155 0 2992 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 12596

[startup+222.302 s]
/proc/loadavg: 0.99 1.02 1.00 2/65 27709
/proc/meminfo: memFree=1503160/2055920 swapFree=4182092/4192956
[pid=27708] ppid=27706 vsize=15244 CPUtime=222.23
/proc/27708/stat : 27708 (precosat) R 27706 27708 27671 0 -1 4194304 3487 0 0 0 22220 3 0 0 25 0 1 0 218514093 15609856 3379 1992294400 134512640 135151029 4294956240 18446744073709551615 134554777 0 0 4096 17442 0 0 0 17 1 0 0
/proc/27708/statm: 3811 3379 79 155 0 3654 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 15244

[startup+282.302 s]
/proc/loadavg: 0.99 1.02 1.00 2/65 27709
/proc/meminfo: memFree=1502328/2055920 swapFree=4182092/4192956
[pid=27708] ppid=27706 vsize=16396 CPUtime=282.21
/proc/27708/stat : 27708 (precosat) R 27706 27708 27671 0 -1 4194304 3674 0 0 0 28218 3 0 0 25 0 1 0 218514093 16789504 3566 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/27708/statm: 4099 3566 79 155 0 3942 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 16396

[startup+342.302 s]
/proc/loadavg: 0.99 1.01 1.00 2/65 27709
/proc/meminfo: memFree=1501240/2055920 swapFree=4182092/4192956
[pid=27708] ppid=27706 vsize=17740 CPUtime=342.2
/proc/27708/stat : 27708 (precosat) R 27706 27708 27671 0 -1 4194304 3932 0 0 0 34216 4 0 0 25 0 1 0 218514093 18165760 3824 1992294400 134512640 135151029 4294956240 18446744073709551615 134576002 0 0 4096 17442 0 0 0 17 1 0 0
/proc/27708/statm: 4435 3824 79 155 0 4278 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 17740

[startup+402.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 27709
/proc/meminfo: memFree=1500088/2055920 swapFree=4182092/4192956
[pid=27708] ppid=27706 vsize=18128 CPUtime=402.18
/proc/27708/stat : 27708 (precosat) R 27706 27708 27671 0 -1 4194304 4224 0 0 0 40214 4 0 0 25 0 1 0 218514093 18563072 4116 1992294400 134512640 135151029 4294956240 18446744073709551615 134554568 0 0 4096 17442 0 0 0 17 1 0 0
/proc/27708/statm: 4532 4116 79 155 0 4375 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 18128

[startup+462.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 27711
/proc/meminfo: memFree=1499064/2055920 swapFree=4182092/4192956
[pid=27708] ppid=27706 vsize=18128 CPUtime=462.16
/proc/27708/stat : 27708 (precosat) R 27706 27708 27671 0 -1 4194304 4381 0 0 0 46212 4 0 0 25 0 1 0 218514093 18563072 4273 1992294400 134512640 135151029 4294956240 18446744073709551615 134575839 0 0 4096 17442 0 0 0 17 1 0 0
/proc/27708/statm: 4532 4273 79 155 0 4375 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 18128

[startup+522.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 27711
/proc/meminfo: memFree=1497464/2055920 swapFree=4182092/4192956
[pid=27708] ppid=27706 vsize=20876 CPUtime=522.15
/proc/27708/stat : 27708 (precosat) R 27706 27708 27671 0 -1 4194304 4850 0 0 0 52210 5 0 0 25 0 1 0 218514093 21377024 4742 1992294400 134512640 135151029 4294956240 18446744073709551615 134554777 0 0 4096 17442 0 0 0 17 1 0 0
/proc/27708/statm: 5219 4742 79 155 0 5062 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 20876

[startup+582.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 27711
/proc/meminfo: memFree=1497016/2055920 swapFree=4182092/4192956
[pid=27708] ppid=27706 vsize=21644 CPUtime=582.13
/proc/27708/stat : 27708 (precosat) R 27706 27708 27671 0 -1 4194304 4967 0 0 0 58208 5 0 0 25 0 1 0 218514093 22163456 4859 1992294400 134512640 135151029 4294956240 18446744073709551615 134575843 0 0 4096 17442 0 0 0 17 1 0 0
/proc/27708/statm: 5411 4859 79 155 0 5254 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 21644

[startup+642.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 27711
/proc/meminfo: memFree=1496504/2055920 swapFree=4182092/4192956
[pid=27708] ppid=27706 vsize=22284 CPUtime=642.12
/proc/27708/stat : 27708 (precosat) R 27706 27708 27671 0 -1 4194304 5094 0 0 0 64206 6 0 0 25 0 1 0 218514093 22818816 4986 1992294400 134512640 135151029 4294956240 18446744073709551615 134554760 0 0 4096 17442 0 0 0 17 1 0 0
/proc/27708/statm: 5571 4986 79 155 0 5414 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 22284

[startup+702.302 s]

################
# More data... #
################

[startup+4002.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 27717
/proc/meminfo: memFree=1492216/2055920 swapFree=4182092/4192956
[pid=27708] ppid=27706 vsize=23928 CPUtime=4001.21
/proc/27708/stat : 27708 (precosat) R 27706 27708 27671 0 -1 4194304 9871 0 0 0 400108 13 0 0 25 0 1 0 218514093 24502272 5799 1992294400 134512640 135151029 4294956240 18446744073709551615 134554911 0 0 4096 17442 0 0 0 17 1 0 0
/proc/27708/statm: 5982 5799 79 155 0 5825 0
Current children cumulated CPU time (s) 4001.21
Current children cumulated vsize (KiB) 23928

[startup+4062.31 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 27719
/proc/meminfo: memFree=1491512/2055920 swapFree=4182092/4192956
[pid=27708] ppid=27706 vsize=24952 CPUtime=4061.19
/proc/27708/stat : 27708 (precosat) R 27706 27708 27671 0 -1 4194304 10042 0 0 0 406106 13 0 0 25 0 1 0 218514093 25550848 5970 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/27708/statm: 6238 5970 79 155 0 6081 0
Current children cumulated CPU time (s) 4061.19
Current children cumulated vsize (KiB) 24952

[startup+4122.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 27719
/proc/meminfo: memFree=1492472/2055920 swapFree=4182092/4192956
[pid=27708] ppid=27706 vsize=23032 CPUtime=4121.17
/proc/27708/stat : 27708 (precosat) R 27706 27708 27671 0 -1 4194304 10203 0 0 0 412104 13 0 0 25 0 1 0 218514093 23584768 5681 1992294400 134512640 135151029 4294956240 18446744073709551615 134554809 0 0 4096 17442 0 0 0 17 1 0 0
/proc/27708/statm: 5758 5681 79 155 0 5601 0
Current children cumulated CPU time (s) 4121.17
Current children cumulated vsize (KiB) 23032

[startup+4182.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 27719
/proc/meminfo: memFree=1492472/2055920 swapFree=4182092/4192956
[pid=27708] ppid=27706 vsize=23032 CPUtime=4181.16
/proc/27708/stat : 27708 (precosat) R 27706 27708 27671 0 -1 4194304 10203 0 0 0 418103 13 0 0 25 0 1 0 218514093 23584768 5681 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/27708/statm: 5758 5681 79 155 0 5601 0
Current children cumulated CPU time (s) 4181.16
Current children cumulated vsize (KiB) 23032

[startup+4242.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 27719
/proc/meminfo: memFree=1492472/2055920 swapFree=4182092/4192956
[pid=27708] ppid=27706 vsize=23032 CPUtime=4241.14
/proc/27708/stat : 27708 (precosat) R 27706 27708 27671 0 -1 4194304 10203 0 0 0 424101 13 0 0 25 0 1 0 218514093 23584768 5681 1992294400 134512640 135151029 4294956240 18446744073709551615 134575907 0 0 4096 17442 0 0 0 17 1 0 0
/proc/27708/statm: 5758 5681 79 155 0 5601 0
Current children cumulated CPU time (s) 4241.14
Current children cumulated vsize (KiB) 23032

[startup+4302.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 27719
/proc/meminfo: memFree=1492472/2055920 swapFree=4182092/4192956
[pid=27708] ppid=27706 vsize=23032 CPUtime=4301.12
/proc/27708/stat : 27708 (precosat) R 27706 27708 27671 0 -1 4194304 10203 0 0 0 430099 13 0 0 25 0 1 0 218514093 23584768 5681 1992294400 134512640 135151029 4294956240 18446744073709551615 134554756 0 0 4096 17442 0 0 0 17 1 0 0
/proc/27708/statm: 5758 5681 79 155 0 5601 0
Current children cumulated CPU time (s) 4301.12
Current children cumulated vsize (KiB) 23032

[startup+4362.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 27719
/proc/meminfo: memFree=1492472/2055920 swapFree=4182092/4192956
[pid=27708] ppid=27706 vsize=23276 CPUtime=4361.11
/proc/27708/stat : 27708 (precosat) R 27706 27708 27671 0 -1 4194304 10225 0 0 0 436097 14 0 0 25 0 1 0 218514093 23834624 5703 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/27708/statm: 5819 5703 79 155 0 5662 0
Current children cumulated CPU time (s) 4361.11
Current children cumulated vsize (KiB) 23276

[startup+4422.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 27719
/proc/meminfo: memFree=1492344/2055920 swapFree=4182092/4192956
[pid=27708] ppid=27706 vsize=23276 CPUtime=4421.1
/proc/27708/stat : 27708 (precosat) R 27706 27708 27671 0 -1 4194304 10299 0 0 0 442096 14 0 0 25 0 1 0 218514093 23834624 5703 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/27708/statm: 5819 5703 79 155 0 5662 0
Current children cumulated CPU time (s) 4421.1
Current children cumulated vsize (KiB) 23276

[startup+4482.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 27719
/proc/meminfo: memFree=1492344/2055920 swapFree=4182092/4192956
[pid=27708] ppid=27706 vsize=23276 CPUtime=4481.08
/proc/27708/stat : 27708 (precosat) R 27706 27708 27671 0 -1 4194304 10299 0 0 0 448094 14 0 0 25 0 1 0 218514093 23834624 5703 1992294400 134512640 135151029 4294956240 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 1 0 0
/proc/27708/statm: 5819 5703 79 155 0 5662 0
Current children cumulated CPU time (s) 4481.08
Current children cumulated vsize (KiB) 23276

[startup+4542.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 27719
/proc/meminfo: memFree=1492344/2055920 swapFree=4182092/4192956
[pid=27708] ppid=27706 vsize=23276 CPUtime=4541.06
/proc/27708/stat : 27708 (precosat) R 27706 27708 27671 0 -1 4194304 10299 0 0 0 454092 14 0 0 25 0 1 0 218514093 23834624 5703 1992294400 134512640 135151029 4294956240 18446744073709551615 134575918 0 0 4096 17442 0 0 0 17 1 0 0
/proc/27708/statm: 5819 5703 79 155 0 5662 0
Current children cumulated CPU time (s) 4541.06
Current children cumulated vsize (KiB) 23276

[startup+4602.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 27719
/proc/meminfo: memFree=1492216/2055920 swapFree=4182092/4192956
[pid=27708] ppid=27706 vsize=23276 CPUtime=4601.05
/proc/27708/stat : 27708 (precosat) R 27706 27708 27671 0 -1 4194304 10299 0 0 0 460091 14 0 0 25 0 1 0 218514093 23834624 5703 1992294400 134512640 135151029 4294956240 18446744073709551615 134554780 0 0 4096 17442 0 0 0 17 1 0 0
/proc/27708/statm: 5819 5703 79 155 0 5662 0
Current children cumulated CPU time (s) 4601.05
Current children cumulated vsize (KiB) 23276

[startup+4662.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 27719
/proc/meminfo: memFree=1492216/2055920 swapFree=4182092/4192956
[pid=27708] ppid=27706 vsize=23276 CPUtime=4661.03
/proc/27708/stat : 27708 (precosat) R 27706 27708 27671 0 -1 4194304 10299 0 0 0 466089 14 0 0 25 0 1 0 218514093 23834624 5703 1992294400 134512640 135151029 4294956240 18446744073709551615 134554568 0 0 4096 17442 0 0 0 17 1 0 0
/proc/27708/statm: 5819 5703 79 155 0 5662 0
Current children cumulated CPU time (s) 4661.03
Current children cumulated vsize (KiB) 23276

[startup+4722.31 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 27719
/proc/meminfo: memFree=1492152/2055920 swapFree=4182092/4192956
[pid=27708] ppid=27706 vsize=23792 CPUtime=4721.02
/proc/27708/stat : 27708 (precosat) R 27706 27708 27671 0 -1 4194304 10366 0 0 0 472088 14 0 0 25 0 1 0 218514093 24363008 5770 1992294400 134512640 135151029 4294956240 18446744073709551615 134575839 0 0 4096 17442 0 0 0 17 1 0 0
/proc/27708/statm: 5948 5770 79 155 0 5791 0
Current children cumulated CPU time (s) 4721.02
Current children cumulated vsize (KiB) 23792

[startup+4782.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 27719
/proc/meminfo: memFree=1491768/2055920 swapFree=4182092/4192956
[pid=27708] ppid=27706 vsize=24272 CPUtime=4781
/proc/27708/stat : 27708 (precosat) R 27706 27708 27671 0 -1 4194304 10463 0 0 0 478086 14 0 0 25 0 1 0 218514093 24854528 5867 1992294400 134512640 135151029 4294956240 18446744073709551615 134554803 0 0 4096 17442 0 0 0 17 1 0 0
/proc/27708/statm: 6068 5867 79 155 0 5911 0
Current children cumulated CPU time (s) 4781
Current children cumulated vsize (KiB) 24272

[startup+4842.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 27719
/proc/meminfo: memFree=1491512/2055920 swapFree=4182092/4192956
[pid=27708] ppid=27706 vsize=24788 CPUtime=4840.99
/proc/27708/stat : 27708 (precosat) R 27706 27708 27671 0 -1 4194304 10528 0 0 0 484084 15 0 0 25 0 1 0 218514093 25382912 5932 1992294400 134512640 135151029 4294956240 18446744073709551615 134520133 0 0 4096 17442 0 0 0 17 1 0 0
/proc/27708/statm: 6197 5932 79 155 0 6040 0
Current children cumulated CPU time (s) 4840.99
Current children cumulated vsize (KiB) 24788

[startup+4902.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 27719
/proc/meminfo: memFree=1491512/2055920 swapFree=4182092/4192956
[pid=27708] ppid=27706 vsize=24788 CPUtime=4900.97
/proc/27708/stat : 27708 (precosat) R 27706 27708 27671 0 -1 4194304 10531 0 0 0 490082 15 0 0 25 0 1 0 218514093 25382912 5935 1992294400 134512640 135151029 4294956240 18446744073709551615 134576004 0 0 4096 17442 0 0 0 17 1 0 0
/proc/27708/statm: 6197 5935 79 155 0 6040 0
Current children cumulated CPU time (s) 4900.97
Current children cumulated vsize (KiB) 24788

[startup+4962.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 27719
/proc/meminfo: memFree=1492344/2055920 swapFree=4182092/4192956
[pid=27708] ppid=27706 vsize=22988 CPUtime=4960.95
/proc/27708/stat : 27708 (precosat) R 27706 27708 27671 0 -1 4194304 10609 0 0 0 496080 15 0 0 25 0 1 0 218514093 23539712 5670 1992294400 134512640 135151029 4294956240 18446744073709551615 134574649 0 0 4096 17442 0 0 0 17 1 0 0
/proc/27708/statm: 5747 5670 79 155 0 5590 0
Current children cumulated CPU time (s) 4960.95
Current children cumulated vsize (KiB) 22988



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.4 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 27719
/proc/meminfo: memFree=1492344/2055920 swapFree=4182092/4192956
[pid=27708] ppid=27706 vsize=22988 CPUtime=5000.04
/proc/27708/stat : 27708 (precosat) R 27706 27708 27671 0 -1 4194304 10609 0 0 0 499989 15 0 0 25 0 1 0 218514093 23539712 5670 1992294400 134512640 135151029 4294956240 18446744073709551615 134554777 0 0 4096 17442 0 0 0 17 1 0 0
/proc/27708/statm: 5747 5670 79 155 0 5590 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 22988

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): 5001.41
CPU time (s): 5000.06
CPU user time (s): 4999.9
CPU system time (s): 0.158975
CPU usage (%): 99.9729
Max. virtual memory (cumulated for all children) (KiB): 27648

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

runsolver used 3.80442 second user time and 10.2394 second system time

The end

Launcher Data

Begin job on node11 at 2009-05-09 23:33:24
IDJOB=1783962
IDBENCH=24743
IDSOLVER=607
FILE ID=node11/1783962-1241904804
PBS_JOBID= 9264832
Free space on /tmp= 66216 MiB

SOLVER NAME= precosat 236
BENCH NAME= SAT07/crafted/Difficult/contest05/jarvisalo/mod2c-3cage-unsat-10-3.sat05-2568.reshuffled-07.cnf
COMMAND LINE= HOME/precosat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1783962-1241904804/watcher-1783962-1241904804 -o /tmp/evaluation-result-1783962-1241904804/solver-1783962-1241904804 -C 5000 -W 6000 -M 1800  HOME/precosat HOME/instance-1783962-1241904804.cnf

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

MD5SUM BENCH= d65aa32f539d7b147c82042f18f65687
RANDOM SEED=911779452

node11.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:       1517208 kB
Buffers:         46224 kB
Cached:         416500 kB
SwapCached:       4708 kB
Active:          26188 kB
Inactive:       444324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1517208 kB
SwapTotal:     4192956 kB
SwapFree:      4182092 kB
Dirty:             736 kB
Writeback:           0 kB
Mapped:          14324 kB
Slab:            54176 kB
Committed_AS:   733728 kB
PageTables:       1448 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= 66216 MiB
End job on node11 at 2009-05-10 00:56:48