Trace number 1722148

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) 1200.09 1200.42

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_12_UNKNOWN.cnf
MD5SUMfbf37caab2e9eafe910c795f49053484
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1898
Number of clauses128735
Sum of the clauses size383430
Maximum clause length13
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23005
Number of clauses of size 3125707
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

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-1722148-1240672934.cnf
0.00/0.00	c found header 'p cnf 1898 128735'
0.05/0.09	c finished parsing
0.05/0.09	c
0.05/0.09	c --check=0 --verbose=0 --order=3 --simprd=40 --merge=1 --hash=1
0.05/0.09	c --dominate=1 --restart=1 --restartint=100 --rebias=1 --rebiasint=1000
0.05/0.09	c --probe=1 --probeint=100000 --probeprd=10 --decompose=1 --minimize=3
0.05/0.09	c --maxdepth=1000 --strength=10 --elim=1 --elimint=300000 --elimprd=20
0.05/0.09	c --subst=1 --ands=1 --xors=1 --ites=1 --minlimit=1000 --maxlimit=10000000
0.05/0.09	c --random=1 --spread=2000 --seed=0 --skip=25
0.05/0.09	c
0.05/0.09	c sizeof     vars[0] = 16   alignment = 0       0 MB
0.05/0.09	c sizeof     orgs[0] =  8   alignment = 0       0 MB
0.05/0.09	c sizeof     occs[0] =  8   alignment = 0       0 MB
0.05/0.09	c sizeof iirfs[0..1] =  8   alignment = 0       0 MB
0.05/0.09	c
0.05/0.09	c starting search after 0.1 seconds
0.05/0.09	c no decision limit
0.05/0.09	c
0.05/0.09	c       original/binary      fixed     eliminated      learned       agility
0.05/0.09	c   seconds        variables     equivalent    conflicts       height       MB
0.05/0.09	c
0.05/0.09	c *    0.1   128735    1831      0    67      0       0      0    0.0   0    8
2.89/2.94	c s    2.9   127448    1180      0   157    561       0      0    0.0   0    8
2.89/2.94	c l    2.9   127448    1180      0   157    561       0 125079    0.0   0    8
2.89/2.97	c R    3.0   127448    1180      0   157    561     100    100  151.5  17    9
2.99/3.01	c R    3.0   127448    1180      0   157    561     200    200  109.7  16    9
3.09/3.11	c R    3.1   127448    1180      0   157    561     802    802   61.8  13   10
3.09/3.14	c B    3.1   127448    1180      0   157    561    1000   1000   57.5  12   10
3.29/3.37	c B    3.4   127448    1180      0   157    561    2001   2001   46.5  13   10
3.39/3.45	c R    3.5   127448    1180      0   157    561    2410   2410   45.0   6   10
4.29/4.34	c R    4.3   127448    1180      0   157    561    6435   6435   40.1  12   11
4.39/4.49	c B    4.5   127448    1180      0   157    561    8004   8004   40.6  12   11
5.99/6.05	c R    6.0   127448    1180      0   157    561   16055  16055   37.7  11   13
8.08/8.14	c B    8.1   127448    1180      0   157    561   24012  24012   36.0  10   15
11.08/11.15	c R   11.1   127448    1180      0   157    561   38493  38493   35.2   7   17
18.59/18.61	c B   18.6   127448    1180      0   157    561   64024  64024   35.5   9   22
27.08/27.18	c R   27.2   127448    1180      0   157    561   89778  89778   34.6  16   27
38.07/38.13	c +   38.1   127448    1180      0   157    561  125080 137586   33.3  11   34
51.67/51.72	c +   51.7   127448    1180      0   157    561  156350 151344   32.6  12   37
53.97/54.00	c B   54.0   127448    1180      0   157    561  160046 141288   32.5  11   37
74.07/74.11	c
74.07/74.11	c       original/binary      fixed     eliminated      learned       agility
74.07/74.11	c   seconds        variables     equivalent    conflicts       height       MB
74.07/74.11	c
74.07/74.11	c +   74.1   127448    1180      0   157    561  195435 166478   32.7  11   40
76.37/76.48	c R   76.5   127448    1180      0   157    561  205140 161054   32.0  13   42
95.06/95.11	c +   95.1   127448    1180      0   157    561  244290 183125   30.9  13   44
132.15/132.26	c +  132.2   127448    1180      0   157    561  305361 201437   31.4  11   47
173.24/173.34	c +  173.3   127448    1180      0   157    561  381702 221580   31.1  14   50
174.34/174.46	c B  174.4   127448    1180      0   157    561  384080 203830   31.1  13   50
217.13/217.26	c R  217.2   127448    1180      0   157    561  461508 221600   32.6  11   57
224.82/224.93	c +  224.9   127448    1180      0   157    561  477125 243738   32.2  10   57
299.11/299.26	c +  299.2   127448    1180      0   157    561  596405 268111   31.3  11   63
396.68/396.86	c +  396.7   127448    1180      0   157    561  745505 294922   31.0  10   65
520.84/521.00	c B  520.9   127448    1180      0   157    561  896191 294931   30.7   9   71
548.04/548.28	c +  548.1   127448    1180      0   157    561  931881 324414   30.7   9   71
608.92/609.11	c R  608.9   127448    1180      0   157    561 1025501 324431   30.2   8   73
716.59/716.88	c +  716.7   127448    1180      0   157    561 1164850 356855   30.2  11   78
972.82/973.13	c +  972.9   127448    1180      0   157    561 1456061 392540   29.8   6   88
1200.07/1200.40	c
1200.07/1200.40	c *** CAUGHT SIGNAL 15 ***
1200.07/1200.40	c
1200.07/1200.40	c 1717042 conflicts, 2349194 decisions, 574 random
1200.07/1200.40	c 0 iterations, 3312 restarts, 0 skipped
1200.07/1200.40	c 12 enlarged, 0 shrunken, 16784 rescored, 473 rebiased
1200.07/1200.40	c 1 simplifications, 0 reductions
1200.07/1200.40	c
1200.07/1200.40	c vars: 0 fixed, 157 equiv, 561 elim, 157 merged
1200.07/1200.40	c elim: 657050 resolutions, 1 phases, 0 rounds
1200.07/1200.40	c sbst: 100% substituted, 0.0% nots, 100.0% ands, 0.0% xors, 0.0% ites
1200.07/1200.40	c arty: 2.25 and 0.00 xor average arity
1200.07/1200.40	c prbe: 338648 probed, 143 phases, 143 rounds
1200.07/1200.40	c prbe: 0 failed, 0 lifted, 0 merged
1200.07/1200.40	c sccs: 0 non trivial, 0 fixed, 0 merged
1200.07/1200.40	c hash: 0 units, 157 merged
1200.07/1200.40	c mins: 47868477 learned, 25% deleted, 27 strong, 23 depth
1200.07/1200.40	c subs: 112 forward, 0 backward, 67 doms
1200.07/1200.40	c strs: 0 forward, 0 backward
1200.07/1200.40	c doms: 67 dominators, 0 high, 0 low
1200.07/1200.40	c prps: 212259852 propagations, 0.18 megaprops
1200.07/1200.40	c
1200.07/1200.40	c 1200.1 seconds, 94 MB max, 180 MB recycled
1200.07/1200.40	c
1200.07/1200.40	c *** CAUGHT SIGNAL 15 ***
1200.07/1200.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-1722148-1240672934/watcher-1722148-1240672934 -o /tmp/evaluation-result-1722148-1240672934/solver-1722148-1240672934 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/precosat HOME/instance-1722148-1240672934.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.99 1.85 1.45 3/65 25085
/proc/meminfo: memFree=1518144/2055920 swapFree=4188716/4192956
[pid=25085] ppid=25083 vsize=1196 CPUtime=0
/proc/25085/stat : 25085 (precosat) R 25083 25085 24676 0 -1 4194304 193 0 0 0 0 0 0 0 20 0 1 0 95327113 1224704 178 1992294400 134512640 135151029 4294956224 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0
/proc/25085/statm: 299 178 64 155 0 142 0

[startup+0.062968 s]
/proc/loadavg: 1.99 1.85 1.45 3/65 25085
/proc/meminfo: memFree=1518144/2055920 swapFree=4188716/4192956
[pid=25085] ppid=25083 vsize=6632 CPUtime=0.05
/proc/25085/stat : 25085 (precosat) R 25083 25085 24676 0 -1 4194304 1551 0 0 0 5 0 0 0 20 0 1 0 95327113 6791168 1536 1992294400 134512640 135151029 4294956224 18446744073709551615 134698015 0 0 4096 17442 0 0 0 17 1 0 0
/proc/25085/statm: 1658 1536 64 155 0 1501 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 6632

[startup+0.101971 s]
/proc/loadavg: 1.99 1.85 1.45 3/65 25085
/proc/meminfo: memFree=1518144/2055920 swapFree=4188716/4192956
[pid=25085] ppid=25083 vsize=9272 CPUtime=0.09
/proc/25085/stat : 25085 (precosat) R 25083 25085 24676 0 -1 4194304 2239 0 0 0 8 1 0 0 20 0 1 0 95327113 9494528 2223 1992294400 134512640 135151029 4294956224 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0
/proc/25085/statm: 2318 2224 79 155 0 2161 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9272

[startup+0.30199 s]
/proc/loadavg: 1.99 1.85 1.45 3/65 25085
/proc/meminfo: memFree=1518144/2055920 swapFree=4188716/4192956
[pid=25085] ppid=25083 vsize=12120 CPUtime=0.29
/proc/25085/stat : 25085 (precosat) R 25083 25085 24676 0 -1 4194304 3217 0 0 0 28 1 0 0 22 0 1 0 95327113 12410880 2944 1992294400 134512640 135151029 4294956224 18446744073709551615 134575839 0 0 4096 17442 0 0 0 17 1 0 0
/proc/25085/statm: 3030 2944 79 155 0 2873 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12120

[startup+0.701028 s]
/proc/loadavg: 1.99 1.85 1.45 3/65 25085
/proc/meminfo: memFree=1518144/2055920 swapFree=4188716/4192956
[pid=25085] ppid=25083 vsize=16104 CPUtime=0.69
/proc/25085/stat : 25085 (precosat) R 25083 25085 24676 0 -1 4194304 4195 0 0 0 67 2 0 0 25 0 1 0 95327113 16490496 3922 1992294400 134512640 135151029 4294956224 18446744073709551615 134575451 0 0 4096 17442 0 0 0 17 1 0 0
/proc/25085/statm: 4026 3922 79 155 0 3869 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16104

[startup+1.5011 s]
/proc/loadavg: 1.99 1.85 1.45 2/66 25086
/proc/meminfo: memFree=1501752/2055920 swapFree=4188716/4192956
[pid=25085] ppid=25083 vsize=17032 CPUtime=1.49
/proc/25085/stat : 25085 (precosat) R 25083 25085 24676 0 -1 4194304 4449 0 0 0 147 2 0 0 25 0 1 0 95327113 17440768 4176 1992294400 134512640 135151029 4294956224 18446744073709551615 134526328 0 0 4096 17442 0 0 0 17 1 0 0
/proc/25085/statm: 4258 4176 79 155 0 4101 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17032

[startup+3.10225 s]
/proc/loadavg: 1.91 1.84 1.45 2/66 25086
/proc/meminfo: memFree=1501624/2055920 swapFree=4188716/4192956
[pid=25085] ppid=25083 vsize=17032 CPUtime=3.09
/proc/25085/stat : 25085 (precosat) R 25083 25085 24676 0 -1 4194304 4449 0 0 0 307 2 0 0 25 0 1 0 95327113 17440768 4176 1992294400 134512640 135151029 4294956224 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/25085/statm: 4258 4176 79 155 0 4101 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17032

[startup+6.30155 s]
/proc/loadavg: 1.91 1.84 1.45 2/66 25086
/proc/meminfo: memFree=1501432/2055920 swapFree=4188716/4192956
[pid=25085] ppid=25083 vsize=17032 CPUtime=6.29
/proc/25085/stat : 25085 (precosat) R 25083 25085 24676 0 -1 4194304 4449 0 0 0 627 2 0 0 25 0 1 0 95327113 17440768 4176 1992294400 134512640 135151029 4294956224 18446744073709551615 134553828 0 0 4096 17442 0 0 0 17 1 0 0
/proc/25085/statm: 4258 4176 79 155 0 4101 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 17032

[startup+12.7012 s]
/proc/loadavg: 1.77 1.81 1.44 2/66 25086
/proc/meminfo: memFree=1497784/2055920 swapFree=4188716/4192956
[pid=25085] ppid=25083 vsize=21480 CPUtime=12.69
/proc/25085/stat : 25085 (precosat) R 25083 25085 24676 0 -1 4194304 5492 0 0 0 1265 4 0 0 25 0 1 0 95327113 21995520 5219 1992294400 134512640 135151029 4294956224 18446744073709551615 134554760 0 0 4096 17442 0 0 0 17 1 0 0
/proc/25085/statm: 5370 5219 79 155 0 5213 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 21480

[startup+25.5014 s]
/proc/loadavg: 1.65 1.78 1.44 2/66 25086
/proc/meminfo: memFree=1490808/2055920 swapFree=4188716/4192956
[pid=25085] ppid=25083 vsize=28624 CPUtime=25.48
/proc/25085/stat : 25085 (precosat) R 25083 25085 24676 0 -1 4194304 7159 0 0 0 2542 6 0 0 25 0 1 0 95327113 29310976 6886 1992294400 134512640 135151029 4294956224 18446744073709551615 134554809 0 0 4096 17442 0 0 0 17 1 0 0
/proc/25085/statm: 7156 6886 79 155 0 6999 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 28624

[startup+51.1018 s]
/proc/loadavg: 1.43 1.72 1.43 2/66 25086
/proc/meminfo: memFree=1478328/2055920 swapFree=4188716/4192956
[pid=25085] ppid=25083 vsize=41652 CPUtime=51.07
/proc/25085/stat : 25085 (precosat) R 25083 25085 24676 0 -1 4194304 10230 0 0 0 5098 9 0 0 25 0 1 0 95327113 42651648 9957 1992294400 134512640 135151029 4294956224 18446744073709551615 134574094 0 0 4096 17442 0 0 0 17 1 0 0
/proc/25085/statm: 10413 9957 79 155 0 10256 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 41652

[startup+102.306 s]
/proc/loadavg: 1.17 1.59 1.40 2/66 25086
/proc/meminfo: memFree=1470008/2055920 swapFree=4188716/4192956
[pid=25085] ppid=25083 vsize=50492 CPUtime=102.27
/proc/25085/stat : 25085 (precosat) R 25083 25085 24676 0 -1 4194304 12307 0 0 0 10215 12 0 0 25 0 1 0 95327113 51703808 12034 1992294400 134512640 135151029 4294956224 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/25085/statm: 12623 12034 79 155 0 12466 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 50492

[startup+162.301 s]
/proc/loadavg: 1.07 1.49 1.37 2/66 25086
/proc/meminfo: memFree=1465080/2055920 swapFree=4188716/4192956
[pid=25085] ppid=25083 vsize=55812 CPUtime=162.24
/proc/25085/stat : 25085 (precosat) R 25083 25085 24676 0 -1 4194304 13521 0 0 0 16212 12 0 0 25 0 1 0 95327113 57151488 13248 1992294400 134512640 135151029 4294956224 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/25085/statm: 13953 13248 79 155 0 13796 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 55812

[startup+222.302 s]
/proc/loadavg: 1.02 1.39 1.35 2/66 25086
/proc/meminfo: memFree=1457848/2055920 swapFree=4188716/4192956
[pid=25085] ppid=25083 vsize=63232 CPUtime=222.23
/proc/25085/stat : 25085 (precosat) R 25083 25085 24676 0 -1 4194304 15306 0 0 0 22209 14 0 0 25 0 1 0 95327113 64749568 15033 1992294400 134512640 135151029 4294956224 18446744073709551615 134554825 0 0 4096 17442 0 0 0 17 1 0 0
/proc/25085/statm: 15808 15033 79 155 0 15651 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 63232

[startup+282.302 s]
/proc/loadavg: 1.01 1.32 1.32 2/66 25086
/proc/meminfo: memFree=1451832/2055920 swapFree=4188716/4192956
[pid=25085] ppid=25083 vsize=70004 CPUtime=282.21
/proc/25085/stat : 25085 (precosat) R 25083 25085 24676 0 -1 4194304 16810 0 0 0 28205 16 0 0 25 0 1 0 95327113 71684096 16537 1992294400 134512640 135151029 4294956224 18446744073709551615 134554907 0 0 4096 17442 0 0 0 17 1 0 0
/proc/25085/statm: 17501 16537 79 155 0 17344 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 70004

[startup+342.301 s]
/proc/loadavg: 1.00 1.26 1.30 2/66 25086
/proc/meminfo: memFree=1447928/2055920 swapFree=4188716/4192956
[pid=25085] ppid=25083 vsize=74124 CPUtime=342.2
/proc/25085/stat : 25085 (precosat) R 25083 25085 24676 0 -1 4194304 17767 0 0 0 34203 17 0 0 25 0 1 0 95327113 75902976 17494 1992294400 134512640 135151029 4294956224 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/25085/statm: 18531 17494 79 155 0 18374 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 74124

[startup+402.302 s]
/proc/loadavg: 1.00 1.21 1.28 2/66 25086
/proc/meminfo: memFree=1446712/2055920 swapFree=4188716/4192956
[pid=25085] ppid=25083 vsize=75848 CPUtime=402.18
/proc/25085/stat : 25085 (precosat) R 25083 25085 24676 0 -1 4194304 18088 0 0 0 40201 17 0 0 25 0 1 0 95327113 77668352 17815 1992294400 134512640 135151029 4294956224 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/25085/statm: 18962 17815 79 155 0 18805 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 75848

[startup+462.302 s]
/proc/loadavg: 1.00 1.17 1.26 2/66 25086
/proc/meminfo: memFree=1444856/2055920 swapFree=4188716/4192956
[pid=25085] ppid=25083 vsize=78088 CPUtime=462.16
/proc/25085/stat : 25085 (precosat) R 25083 25085 24676 0 -1 4194304 18508 0 0 0 46199 17 0 0 25 0 1 0 95327113 79962112 18235 1992294400 134512640 135151029 4294956224 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 1 0 0
/proc/25085/statm: 19522 18235 79 155 0 19365 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 78088

[startup+522.301 s]
/proc/loadavg: 1.00 1.14 1.24 2/66 25086
/proc/meminfo: memFree=1443960/2055920 swapFree=4188716/4192956
[pid=25085] ppid=25083 vsize=79404 CPUtime=522.14
/proc/25085/stat : 25085 (precosat) R 25083 25085 24676 0 -1 4194304 18720 0 0 0 52197 17 0 0 25 0 1 0 95327113 81309696 18447 1992294400 134512640 135151029 4294956224 18446744073709551615 134576059 0 0 4096 17442 0 0 0 17 1 0 0
/proc/25085/statm: 19851 18447 79 155 0 19694 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 79404

[startup+582.302 s]
/proc/loadavg: 1.00 1.11 1.22 2/66 25086
/proc/meminfo: memFree=1441528/2055920 swapFree=4188716/4192956
[pid=25085] ppid=25083 vsize=82048 CPUtime=582.13
/proc/25085/stat : 25085 (precosat) R 25083 25085 24676 0 -1 4194304 19324 0 0 0 58195 18 0 0 25 0 1 0 95327113 84017152 19051 1992294400 134512640 135151029 4294956224 18446744073709551615 134554568 0 0 4096 17442 0 0 0 17 1 0 0
/proc/25085/statm: 20512 19051 79 155 0 20355 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 82048

[startup+642.301 s]
/proc/loadavg: 1.00 1.08 1.20 2/66 25086
/proc/meminfo: memFree=1440440/2055920 swapFree=4188716/4192956
[pid=25085] ppid=25083 vsize=83412 CPUtime=642.11
/proc/25085/stat : 25085 (precosat) R 25083 25085 24676 0 -1 4194304 19593 0 0 0 64193 18 0 0 25 0 1 0 95327113 85413888 19320 1992294400 134512640 135151029 4294956224 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 1 0 0
/proc/25085/statm: 20853 19320 79 155 0 20696 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 83412

[startup+702.301 s]
/proc/loadavg: 1.00 1.07 1.19 2/66 25086
/proc/meminfo: memFree=1437368/2055920 swapFree=4188716/4192956
[pid=25085] ppid=25083 vsize=88096 CPUtime=702.1
/proc/25085/stat : 25085 (precosat) R 25083 25085 24676 0 -1 4194304 20340 0 0 0 70190 20 0 0 25 0 1 0 95327113 90210304 20067 1992294400 134512640 135151029 4294956224 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/25085/statm: 22024 20067 79 155 0 21867 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 88096

[startup+762.306 s]
/proc/loadavg: 1.00 1.05 1.17 2/66 25086
/proc/meminfo: memFree=1433784/2055920 swapFree=4188716/4192956
[pid=25085] ppid=25083 vsize=92164 CPUtime=762.09
/proc/25085/stat : 25085 (precosat) R 25083 25085 24676 0 -1 4194304 21233 0 0 0 76188 21 0 0 25 0 1 0 95327113 94375936 20960 1992294400 134512640 135151029 4294956224 18446744073709551615 134578336 0 0 4096 17442 0 0 0 17 1 0 0
/proc/25085/statm: 23041 20960 79 155 0 22884 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 92164

[startup+822.301 s]
/proc/loadavg: 1.00 1.04 1.16 2/66 25086
/proc/meminfo: memFree=1432120/2055920 swapFree=4188716/4192956
[pid=25085] ppid=25083 vsize=94048 CPUtime=822.06
/proc/25085/stat : 25085 (precosat) R 25083 25085 24676 0 -1 4194304 21628 0 0 0 82185 21 0 0 25 0 1 0 95327113 96305152 21355 1992294400 134512640 135151029 4294956224 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/25085/statm: 23512 21355 79 155 0 23355 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 94048

[startup+882.301 s]
/proc/loadavg: 1.00 1.03 1.15 2/66 25086
/proc/meminfo: memFree=1431416/2055920 swapFree=4188716/4192956
[pid=25085] ppid=25083 vsize=94888 CPUtime=882.05
/proc/25085/stat : 25085 (precosat) R 25083 25085 24676 0 -1 4194304 21792 0 0 0 88183 22 0 0 25 0 1 0 95327113 97165312 21519 1992294400 134512640 135151029 4294956224 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/25085/statm: 23722 21519 79 155 0 23565 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 94888

[startup+942.302 s]
/proc/loadavg: 1.00 1.02 1.14 2/66 25088
/proc/meminfo: memFree=1430328/2055920 swapFree=4188716/4192956
[pid=25085] ppid=25083 vsize=95904 CPUtime=942.03
/proc/25085/stat : 25085 (precosat) R 25083 25085 24676 0 -1 4194304 22042 0 0 0 94181 22 0 0 25 0 1 0 95327113 98205696 21769 1992294400 134512640 135151029 4294956224 18446744073709551615 134554568 0 0 4096 17442 0 0 0 17 1 0 0
/proc/25085/statm: 23976 21769 79 155 0 23819 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 95904

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.13 2/66 25088
/proc/meminfo: memFree=1426488/2055920 swapFree=4188716/4192956
[pid=25085] ppid=25083 vsize=100184 CPUtime=1002.01
/proc/25085/stat : 25085 (precosat) R 25083 25085 24676 0 -1 4194304 23013 0 0 0 100178 23 0 0 25 0 1 0 95327113 102588416 22740 1992294400 134512640 135151029 4294956224 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 1 0 0
/proc/25085/statm: 25046 22740 79 155 0 24889 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 100184

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.12 2/66 25088
/proc/meminfo: memFree=1424632/2055920 swapFree=4188716/4192956
[pid=25085] ppid=25083 vsize=102068 CPUtime=1062
/proc/25085/stat : 25085 (precosat) R 25083 25085 24676 0 -1 4194304 23463 0 0 0 106176 24 0 0 25 0 1 0 95327113 104517632 23190 1992294400 134512640 135151029 4294956224 18446744073709551615 134554777 0 0 4096 17442 0 0 0 17 1 0 0
/proc/25085/statm: 25517 23190 79 155 0 25360 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 102068

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.10 2/66 25088
/proc/meminfo: memFree=1424184/2055920 swapFree=4188716/4192956
[pid=25085] ppid=25083 vsize=102392 CPUtime=1121.98
/proc/25085/stat : 25085 (precosat) R 25083 25085 24676 0 -1 4194304 23553 0 0 0 112174 24 0 0 25 0 1 0 95327113 104849408 23280 1992294400 134512640 135151029 4294956224 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/25085/statm: 25598 23280 79 155 0 25441 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 102392

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 25088
/proc/meminfo: memFree=1423032/2055920 swapFree=4188716/4192956
[pid=25085] ppid=25083 vsize=103888 CPUtime=1181.97
/proc/25085/stat : 25085 (precosat) R 25083 25085 24676 0 -1 4194304 23880 0 0 0 118172 25 0 0 25 0 1 0 95327113 106381312 23607 1992294400 134512640 135151029 4294956224 18446744073709551615 134554782 0 0 4096 17442 0 0 0 17 1 0 0
/proc/25085/statm: 25972 23607 79 155 0 25815 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 103888



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 25088
/proc/meminfo: memFree=1422968/2055920 swapFree=4188716/4192956
[pid=25085] ppid=25083 vsize=104016 CPUtime=1200.07
/proc/25085/stat : 25085 (precosat) R 25083 25085 24676 0 -1 4194304 23901 0 0 0 119982 25 0 0 25 0 1 0 95327113 106512384 23628 1992294400 134512640 135151029 4294956224 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/25085/statm: 26004 23628 79 155 0 25847 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 104016

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.42
CPU time (s): 1200.09
CPU user time (s): 1199.82
CPU system time (s): 0.266959
CPU usage (%): 99.9725
Max. virtual memory (cumulated for all children) (KiB): 104016

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

runsolver used 1.35979 second user time and 2.97255 second system time

The end

Launcher Data

Begin job on node8 at 2009-04-25 17:22:14
IDJOB=1722148
IDBENCH=71084
IDSOLVER=507
FILE ID=node8/1722148-1240672934
PBS_JOBID= 9186607
Free space on /tmp= 65880 MiB

SOLVER NAME= precosat 236
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rpoc_xits_12_UNKNOWN.cnf
COMMAND LINE= HOME/precosat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1722148-1240672934/watcher-1722148-1240672934 -o /tmp/evaluation-result-1722148-1240672934/solver-1722148-1240672934 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/precosat HOME/instance-1722148-1240672934.cnf

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

MD5SUM BENCH= fbf37caab2e9eafe910c795f49053484
RANDOM SEED=1903955257

node8.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.238
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.238
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1518624 kB
Buffers:         17708 kB
Cached:         450312 kB
SwapCached:       1928 kB
Active:          93928 kB
Inactive:       386764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1518624 kB
SwapTotal:     4192956 kB
SwapFree:      4188716 kB
Dirty:            2752 kB
Writeback:           0 kB
Mapped:          21064 kB
Slab:            42412 kB
Committed_AS:   474604 kB
PageTables:       1372 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65876 MiB
End job on node8 at 2009-04-25 17:42:16