Trace number 1723098

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.1 1200.42

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_11_UNKNOWN.cnf
MD5SUMe0639bbed56c8b8c34616f8cb99c381c
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 variables1740
Number of clauses114011
Sum of the clauses size339448
Maximum clause length12
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22792
Number of clauses of size 3111196
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-1723098-1240683029.cnf
0.00/0.00	c found header 'p cnf 1740 114011'
0.07/0.08	c finished parsing
0.07/0.08	c
0.07/0.08	c --check=0 --verbose=0 --order=3 --simprd=40 --merge=1 --hash=1
0.07/0.08	c --dominate=1 --restart=1 --restartint=100 --rebias=1 --rebiasint=1000
0.07/0.08	c --probe=1 --probeint=100000 --probeprd=10 --decompose=1 --minimize=3
0.07/0.08	c --maxdepth=1000 --strength=10 --elim=1 --elimint=300000 --elimprd=20
0.07/0.08	c --subst=1 --ands=1 --xors=1 --ites=1 --minlimit=1000 --maxlimit=10000000
0.07/0.08	c --random=1 --spread=2000 --seed=0 --skip=25
0.07/0.08	c
0.07/0.08	c sizeof     vars[0] = 16   alignment = 0       0 MB
0.07/0.08	c sizeof     orgs[0] =  8   alignment = 0       0 MB
0.07/0.08	c sizeof     occs[0] =  8   alignment = 0       0 MB
0.07/0.08	c sizeof iirfs[0..1] =  8   alignment = 0       0 MB
0.07/0.08	c
0.07/0.08	c starting search after 0.1 seconds
0.07/0.08	c no decision limit
0.07/0.09	c
0.07/0.09	c       original/binary      fixed     eliminated      learned       agility
0.07/0.09	c   seconds        variables     equivalent    conflicts       height       MB
0.07/0.09	c
0.07/0.09	c *    0.1   114011    1673      0    67      0       0      0    0.0   0    7
3.09/3.19	c s    3.2   112791    1045      0   157    538       0      0    0.0   0    7
3.09/3.19	c l    3.2   112791    1045      0   157    538       0 110591    0.0   0    7
3.20/3.23	c R    3.2   112791    1045      0   157    538     101    101  137.2  17    8
3.20/3.26	c R    3.3   112791    1045      0   157    538     203    203  102.1  15    9
3.30/3.38	c R    3.4   112791    1045      0   157    538     806    806   56.5  13    9
3.39/3.41	c B    3.4   112791    1045      0   157    538    1001   1001   52.0  19    9
3.49/3.59	c B    3.6   112791    1045      0   157    538    2001   2001   45.8  13    9
3.59/3.69	c R    3.7   112791    1045      0   157    538    2414   2414   45.1   9    9
4.59/4.63	c R    4.6   112791    1045      0   157    538    6426   6426   36.0  10   10
4.89/4.91	c B    4.9   112791    1045      0   157    538    8005   8005   35.0  11   10
6.69/6.74	c R    6.7   112791    1045      0   157    538   16048  16048   31.5   6   12
8.49/8.50	c B    8.5   112791    1045      0   157    538   24009  24009   29.8  13   13
11.68/11.76	c R   11.8   112791    1045      0   157    538   38496  38496   27.7  11   15
20.58/20.63	c B   20.6   112791    1045      0   157    538   64022  64022   27.6  13   20
32.08/32.11	c R   32.1   112791    1045      0   157    538   89800  89800   27.7   8   24
39.38/39.42	c +   39.4   112791    1045      0   157    538  110591 121650   27.5  10   28
52.28/52.39	c +   52.4   112791    1045      0   157    538  138235 133815   27.1  12   31
66.07/66.16	c B   66.1   112791    1045      0   157    538  160042 133825   27.1  10   33
75.06/75.19	c
75.06/75.19	c       original/binary      fixed     eliminated      learned       agility
75.06/75.19	c   seconds        variables     equivalent    conflicts       height       MB
75.06/75.19	c
75.06/75.19	c +   75.2   112791    1045      0   157    538  172791 147196   27.5   6   33
89.07/89.16	c R   89.1   112791    1045      0   157    538  205186 147204   27.4   9   36
92.06/92.10	c +   92.1   112791    1045      0   157    538  215987 161915   27.1  11   36
121.26/121.32	c +  121.3   112791    1045      0   157    538  269980 178106   26.4   8   40
162.75/162.87	c +  162.8   112791    1045      0   157    538  337476 195916   26.6   8   45
194.34/194.43	c B  194.4   112791    1045      0   157    538  384106 195931   26.4   8   47
216.93/217.09	c +  217.0   112791    1045      0   157    538  421845 215507   26.4   6   46
242.43/242.58	c R  242.5   112791    1045      0   157    538  461542 215526   26.0   8   49
277.61/277.73	c +  277.7   112791    1045      0   157    538  527306 237057   25.8  12   50
374.09/374.21	c +  374.1   112791    1045      0   157    538  659131 260762   25.7   9   55
507.76/507.90	c +  507.8   112791    1045      0   157    538  823911 286838   25.3   8   59
574.44/574.60	c B  574.4   112791    1045      0   157    538  896213 286847   25.2  10   63
672.51/672.78	c R  672.6   112791    1045      0   157    538 1025501 286848   25.5  12   65
676.91/677.13	c +  677.0   112791    1045      0   157    538 1029886 315521   25.5  10   65
888.96/889.22	c +  889.0   112791    1045      0   157    538 1287356 347073   24.9  12   72
1191.77/1192.16	c + 1191.8   112791    1045      0   157    538 1609196 381780   24.8  10   78
1200.07/1200.40	c
1200.07/1200.40	c *** CAUGHT SIGNAL 15 ***
1200.07/1200.40	c
1200.07/1200.40	c 1621762 conflicts, 2166640 decisions, 431 random
1200.07/1200.40	c 0 iterations, 3069 restarts, 0 skipped
1200.07/1200.40	c 13 enlarged, 0 shrunken, 15853 rescored, 443 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, 538 elim, 157 merged
1200.07/1200.40	c elim: 655372 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.21 and 0.00 xor average arity
1200.07/1200.40	c prbe: 270732 probed, 129 phases, 129 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: 39049965 learned, 26% deleted, 66 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: 188815393 propagations, 0.16 megaprops
1200.07/1200.40	c
1200.07/1200.40	c 1200.1 seconds, 79 MB max, 152 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-1723098-1240683029/watcher-1723098-1240683029 -o /tmp/evaluation-result-1723098-1240683029/solver-1723098-1240683029 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/precosat HOME/instance-1723098-1240683029.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.70 1.21 1.07 3/64 20237
/proc/meminfo: memFree=1756720/2055920 swapFree=4192812/4192956
[pid=20237] ppid=20235 vsize=1052 CPUtime=0
/proc/20237/stat : 20237 (precosat) R 20235 20237 19976 0 -1 4194304 184 0 0 0 0 0 0 0 18 0 1 0 96330079 1077248 169 1992294400 134512640 135151029 4294956224 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0
/proc/20237/statm: 263 169 64 155 0 106 0

[startup+0.088492 s]
/proc/loadavg: 1.70 1.21 1.07 3/64 20237
/proc/meminfo: memFree=1756720/2055920 swapFree=4192812/4192956
[pid=20237] ppid=20235 vsize=8068 CPUtime=0.07
/proc/20237/stat : 20237 (precosat) R 20235 20237 19976 0 -1 4194304 1913 0 0 0 7 0 0 0 18 0 1 0 96330079 8261632 1898 1992294400 134512640 135151029 4294956224 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0
/proc/20237/statm: 2017 1898 64 155 0 1860 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 8068

[startup+0.101493 s]
/proc/loadavg: 1.70 1.21 1.07 3/64 20237
/proc/meminfo: memFree=1756720/2055920 swapFree=4192812/4192956
[pid=20237] ppid=20235 vsize=8592 CPUtime=0.09
/proc/20237/stat : 20237 (precosat) R 20235 20237 19976 0 -1 4194304 2082 0 0 0 8 1 0 0 18 0 1 0 96330079 8798208 2066 1992294400 134512640 135151029 4294956224 18446744073709551615 134555096 0 0 4096 17442 0 0 0 17 1 0 0
/proc/20237/statm: 2148 2067 79 155 0 1991 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8592

[startup+0.301513 s]
/proc/loadavg: 1.70 1.21 1.07 3/64 20237
/proc/meminfo: memFree=1756720/2055920 swapFree=4192812/4192956
[pid=20237] ppid=20235 vsize=11036 CPUtime=0.29
/proc/20237/stat : 20237 (precosat) R 20235 20237 19976 0 -1 4194304 2905 0 0 0 28 1 0 0 19 0 1 0 96330079 11300864 2668 1992294400 134512640 135151029 4294956224 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0
/proc/20237/statm: 2759 2668 79 155 0 2602 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11036

[startup+0.701558 s]
/proc/loadavg: 1.70 1.21 1.07 3/64 20237
/proc/meminfo: memFree=1756720/2055920 swapFree=4192812/4192956
[pid=20237] ppid=20235 vsize=14740 CPUtime=0.69
/proc/20237/stat : 20237 (precosat) R 20235 20237 19976 0 -1 4194304 3826 0 0 0 67 2 0 0 22 0 1 0 96330079 15093760 3589 1992294400 134512640 135151029 4294956224 18446744073709551615 134575832 0 0 4096 17442 0 0 0 17 1 0 0
/proc/20237/statm: 3685 3589 79 155 0 3528 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14740

[startup+1.50165 s]
/proc/loadavg: 1.70 1.21 1.07 2/65 20238
/proc/meminfo: memFree=1741736/2055920 swapFree=4192812/4192956
[pid=20237] ppid=20235 vsize=15668 CPUtime=1.49
/proc/20237/stat : 20237 (precosat) R 20235 20237 19976 0 -1 4194304 4047 0 0 0 147 2 0 0 25 0 1 0 96330079 16044032 3810 1992294400 134512640 135151029 4294956224 18446744073709551615 134526328 0 0 4096 17442 0 0 0 17 1 0 0
/proc/20237/statm: 3917 3810 79 155 0 3760 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15668

[startup+3.10182 s]
/proc/loadavg: 1.70 1.21 1.07 2/65 20238
/proc/meminfo: memFree=1741608/2055920 swapFree=4192812/4192956
[pid=20237] ppid=20235 vsize=15668 CPUtime=3.09
/proc/20237/stat : 20237 (precosat) R 20235 20237 19976 0 -1 4194304 4047 0 0 0 307 2 0 0 25 0 1 0 96330079 16044032 3810 1992294400 134512640 135151029 4294956224 18446744073709551615 134526328 0 0 4096 17442 0 0 0 17 1 0 0
/proc/20237/statm: 3917 3810 79 155 0 3760 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 15668

[startup+6.30118 s]
/proc/loadavg: 1.64 1.20 1.07 2/65 20238
/proc/meminfo: memFree=1741480/2055920 swapFree=4192812/4192956
[pid=20237] ppid=20235 vsize=15624 CPUtime=6.29
/proc/20237/stat : 20237 (precosat) R 20235 20237 19976 0 -1 4194304 4047 0 0 0 627 2 0 0 25 0 1 0 96330079 15998976 3810 1992294400 134512640 135151029 4294956224 18446744073709551615 134554809 0 0 4096 17442 0 0 0 17 1 0 0
/proc/20237/statm: 3906 3810 79 155 0 3749 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 15624

[startup+12.7019 s]
/proc/loadavg: 1.59 1.20 1.07 2/65 20238
/proc/meminfo: memFree=1738920/2055920 swapFree=4192812/4192956
[pid=20237] ppid=20235 vsize=18856 CPUtime=12.68
/proc/20237/stat : 20237 (precosat) R 20235 20237 19976 0 -1 4194304 4813 0 0 0 1266 2 0 0 25 0 1 0 96330079 19308544 4576 1992294400 134512640 135151029 4294956224 18446744073709551615 134554809 0 0 4096 17442 0 0 0 17 1 0 0
/proc/20237/statm: 4714 4576 79 155 0 4557 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 18856

[startup+25.5023 s]
/proc/loadavg: 1.46 1.19 1.07 2/65 20238
/proc/meminfo: memFree=1732904/2055920 swapFree=4192812/4192956
[pid=20237] ppid=20235 vsize=24708 CPUtime=25.49
/proc/20237/stat : 20237 (precosat) R 20235 20237 19976 0 -1 4194304 6186 0 0 0 2545 4 0 0 25 0 1 0 96330079 25300992 5949 1992294400 134512640 135151029 4294956224 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/20237/statm: 6177 5949 79 155 0 6020 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 24708

[startup+51.1021 s]
/proc/loadavg: 1.30 1.17 1.06 2/65 20238
/proc/meminfo: memFree=1723368/2055920 swapFree=4192812/4192956
[pid=20237] ppid=20235 vsize=34796 CPUtime=51.08
/proc/20237/stat : 20237 (precosat) R 20235 20237 19976 0 -1 4194304 8569 0 0 0 5101 7 0 0 25 0 1 0 96330079 35631104 8332 1992294400 134512640 135151029 4294956224 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/20237/statm: 8699 8332 79 155 0 8542 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 34796

[startup+102.306 s]
/proc/loadavg: 1.13 1.14 1.06 2/65 20238
/proc/meminfo: memFree=1714536/2055920 swapFree=4192812/4192956
[pid=20237] ppid=20235 vsize=44584 CPUtime=102.27
/proc/20237/stat : 20237 (precosat) R 20235 20237 19976 0 -1 4194304 10771 0 0 0 10218 9 0 0 25 0 1 0 96330079 45654016 10534 1992294400 134512640 135151029 4294956224 18446744073709551615 134554903 0 0 4096 17442 0 0 0 17 1 0 0
/proc/20237/statm: 11146 10534 79 155 0 10989 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 44584

[startup+162.302 s]
/proc/loadavg: 1.05 1.12 1.05 2/65 20238
/proc/meminfo: memFree=1709992/2055920 swapFree=4192812/4192956
[pid=20237] ppid=20235 vsize=49696 CPUtime=162.25
/proc/20237/stat : 20237 (precosat) R 20235 20237 19976 0 -1 4194304 11900 0 0 0 16215 10 0 0 25 0 1 0 96330079 50888704 11663 1992294400 134512640 135151029 4294956224 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/20237/statm: 12424 11663 79 155 0 12267 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 49696

[startup+222.302 s]
/proc/loadavg: 1.02 1.09 1.05 2/65 20238
/proc/meminfo: memFree=1705768/2055920 swapFree=4192812/4192956
[pid=20237] ppid=20235 vsize=54084 CPUtime=222.23
/proc/20237/stat : 20237 (precosat) R 20235 20237 19976 0 -1 4194304 12921 0 0 0 22212 11 0 0 25 0 1 0 96330079 55382016 12684 1992294400 134512640 135151029 4294956224 18446744073709551615 134574641 0 0 4096 17442 0 0 0 17 1 0 0
/proc/20237/statm: 13521 12684 79 155 0 13364 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 54084

[startup+282.302 s]
/proc/loadavg: 1.00 1.07 1.04 2/65 20238
/proc/meminfo: memFree=1702632/2055920 swapFree=4192812/4192956
[pid=20237] ppid=20235 vsize=58296 CPUtime=282.21
/proc/20237/stat : 20237 (precosat) R 20235 20237 19976 0 -1 4194304 13717 0 0 0 28209 12 0 0 25 0 1 0 96330079 59695104 13480 1992294400 134512640 135151029 4294956224 18446744073709551615 134520461 0 0 4096 17442 0 0 0 17 1 0 0
/proc/20237/statm: 14574 13480 79 155 0 14417 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 58296

[startup+342.301 s]
/proc/loadavg: 1.00 1.06 1.04 2/65 20238
/proc/meminfo: memFree=1700776/2055920 swapFree=4192812/4192956
[pid=20237] ppid=20235 vsize=60200 CPUtime=342.2
/proc/20237/stat : 20237 (precosat) R 20235 20237 19976 0 -1 4194304 14144 0 0 0 34207 13 0 0 25 0 1 0 96330079 61644800 13907 1992294400 134512640 135151029 4294956224 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/20237/statm: 15050 13907 79 155 0 14893 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 60200

[startup+402.301 s]
/proc/loadavg: 1.00 1.04 1.03 2/65 20238
/proc/meminfo: memFree=1697000/2055920 swapFree=4192812/4192956
[pid=20237] ppid=20235 vsize=64752 CPUtime=402.18
/proc/20237/stat : 20237 (precosat) R 20235 20237 19976 0 -1 4194304 15094 0 0 0 40204 14 0 0 25 0 1 0 96330079 66306048 14857 1992294400 134512640 135151029 4294956224 18446744073709551615 134555130 0 0 4096 17442 0 0 0 17 1 0 0
/proc/20237/statm: 16188 14857 79 155 0 16031 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 64752

[startup+462.302 s]
/proc/loadavg: 1.00 1.03 1.02 2/65 20238
/proc/meminfo: memFree=1695592/2055920 swapFree=4192812/4192956
[pid=20237] ppid=20235 vsize=66144 CPUtime=462.17
/proc/20237/stat : 20237 (precosat) R 20235 20237 19976 0 -1 4194304 15398 0 0 0 46202 15 0 0 25 0 1 0 96330079 67731456 15161 1992294400 134512640 135151029 4294956224 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 1 0 0
/proc/20237/statm: 16536 15161 79 155 0 16379 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 66144

[startup+522.301 s]
/proc/loadavg: 1.00 1.03 1.02 2/65 20238
/proc/meminfo: memFree=1694312/2055920 swapFree=4192812/4192956
[pid=20237] ppid=20235 vsize=67924 CPUtime=522.15
/proc/20237/stat : 20237 (precosat) R 20235 20237 19976 0 -1 4194304 15781 0 0 0 52200 15 0 0 25 0 1 0 96330079 69554176 15544 1992294400 134512640 135151029 4294956224 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/20237/statm: 16981 15544 79 155 0 16824 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 67924

[startup+582.302 s]
/proc/loadavg: 1.00 1.02 1.01 2/65 20238
/proc/meminfo: memFree=1692392/2055920 swapFree=4192812/4192956
[pid=20237] ppid=20235 vsize=69652 CPUtime=582.14
/proc/20237/stat : 20237 (precosat) R 20235 20237 19976 0 -1 4194304 16188 0 0 0 58198 16 0 0 25 0 1 0 96330079 71323648 15951 1992294400 134512640 135151029 4294956224 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/20237/statm: 17413 15951 79 155 0 17256 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 69652

[startup+642.302 s]
/proc/loadavg: 1.00 1.01 1.01 2/65 20238
/proc/meminfo: memFree=1691048/2055920 swapFree=4192812/4192956
[pid=20237] ppid=20235 vsize=71132 CPUtime=642.13
/proc/20237/stat : 20237 (precosat) R 20235 20237 19976 0 -1 4194304 16524 0 0 0 64197 16 0 0 25 0 1 0 96330079 72839168 16287 1992294400 134512640 135151029 4294956224 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 1 0 0
/proc/20237/statm: 17783 16287 79 155 0 17626 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 71132

[startup+702.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 20238
/proc/meminfo: memFree=1687016/2055920 swapFree=4192812/4192956
[pid=20237] ppid=20235 vsize=75164 CPUtime=702.1
/proc/20237/stat : 20237 (precosat) R 20235 20237 19976 0 -1 4194304 17509 0 0 0 70193 17 0 0 25 0 1 0 96330079 76967936 17272 1992294400 134512640 135151029 4294956224 18446744073709551615 134554517 0 0 4096 17442 0 0 0 17 1 0 0
/proc/20237/statm: 18791 17272 79 155 0 18634 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 75164

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20238
/proc/meminfo: memFree=1685288/2055920 swapFree=4192812/4192956
[pid=20237] ppid=20235 vsize=77592 CPUtime=762.1
/proc/20237/stat : 20237 (precosat) R 20235 20237 19976 0 -1 4194304 17939 0 0 0 76192 18 0 0 25 0 1 0 96330079 79454208 17702 1992294400 134512640 135151029 4294956224 18446744073709551615 134554558 0 0 4096 17442 0 0 0 17 1 0 0
/proc/20237/statm: 19398 17702 79 155 0 19241 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 77592

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20238
/proc/meminfo: memFree=1684072/2055920 swapFree=4192812/4192956
[pid=20237] ppid=20235 vsize=78816 CPUtime=822.07
/proc/20237/stat : 20237 (precosat) R 20235 20237 19976 0 -1 4194304 18227 0 0 0 82189 18 0 0 25 0 1 0 96330079 80707584 17990 1992294400 134512640 135151029 4294956224 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 1 0 0
/proc/20237/statm: 19704 17990 79 155 0 19547 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 78816

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20238
/proc/meminfo: memFree=1683048/2055920 swapFree=4192812/4192956
[pid=20237] ppid=20235 vsize=80120 CPUtime=882.06
/proc/20237/stat : 20237 (precosat) R 20235 20237 19976 0 -1 4194304 18469 0 0 0 88188 18 0 0 25 0 1 0 96330079 82042880 18232 1992294400 134512640 135151029 4294956224 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/20237/statm: 20030 18232 79 155 0 19873 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 80120

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20238
/proc/meminfo: memFree=1680168/2055920 swapFree=4192812/4192956
[pid=20237] ppid=20235 vsize=83068 CPUtime=942.04
/proc/20237/stat : 20237 (precosat) R 20235 20237 19976 0 -1 4194304 19191 0 0 0 94185 19 0 0 25 0 1 0 96330079 85061632 18954 1992294400 134512640 135151029 4294956224 18446744073709551615 134554568 0 0 4096 17442 0 0 0 17 1 0 0
/proc/20237/statm: 20767 18954 79 155 0 20610 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 83068

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20238
/proc/meminfo: memFree=1678632/2055920 swapFree=4192812/4192956
[pid=20237] ppid=20235 vsize=84564 CPUtime=1002.02
/proc/20237/stat : 20237 (precosat) R 20235 20237 19976 0 -1 4194304 19569 0 0 0 100183 19 0 0 25 0 1 0 96330079 86593536 19332 1992294400 134512640 135151029 4294956224 18446744073709551615 134554756 0 0 4096 17442 0 0 0 17 1 0 0
/proc/20237/statm: 21141 19332 79 155 0 20984 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 84564

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20238
/proc/meminfo: memFree=1677480/2055920 swapFree=4192812/4192956
[pid=20237] ppid=20235 vsize=85912 CPUtime=1062.01
/proc/20237/stat : 20237 (precosat) R 20235 20237 19976 0 -1 4194304 19844 0 0 0 106181 20 0 0 25 0 1 0 96330079 87973888 19607 1992294400 134512640 135151029 4294956224 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/20237/statm: 21478 19607 79 155 0 21321 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 85912

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20238
/proc/meminfo: memFree=1676712/2055920 swapFree=4192812/4192956
[pid=20237] ppid=20235 vsize=86856 CPUtime=1121.99
/proc/20237/stat : 20237 (precosat) R 20235 20237 19976 0 -1 4194304 20033 0 0 0 112179 20 0 0 25 0 1 0 96330079 88940544 19796 1992294400 134512640 135151029 4294956224 18446744073709551615 134567860 0 0 4096 17442 0 0 0 17 1 0 0
/proc/20237/statm: 21714 19796 79 155 0 21557 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 86856

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20238
/proc/meminfo: memFree=1676456/2055920 swapFree=4192812/4192956
[pid=20237] ppid=20235 vsize=87148 CPUtime=1181.98
/proc/20237/stat : 20237 (precosat) R 20235 20237 19976 0 -1 4194304 20080 0 0 0 118178 20 0 0 25 0 1 0 96330079 89239552 19843 1992294400 134512640 135151029 4294956224 18446744073709551615 134554777 0 0 4096 17442 0 0 0 17 1 0 0
/proc/20237/statm: 21787 19843 79 155 0 21630 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 87148



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20238
/proc/meminfo: memFree=1676200/2055920 swapFree=4192812/4192956
[pid=20237] ppid=20235 vsize=87440 CPUtime=1200.07
/proc/20237/stat : 20237 (precosat) R 20235 20237 19976 0 -1 4194304 20150 0 0 0 119987 20 0 0 25 0 1 0 96330079 89538560 19913 1992294400 134512640 135151029 4294956224 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/20237/statm: 21860 19913 79 155 0 21703 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 87440

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.1
CPU user time (s): 1199.88
CPU system time (s): 0.221966
CPU usage (%): 99.9735
Max. virtual memory (cumulated for all children) (KiB): 87440

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

runsolver used 0.870867 second user time and 2.66459 second system time

The end

Launcher Data

Begin job on node59 at 2009-04-25 20:10:29
IDJOB=1723098
IDBENCH=71103
IDSOLVER=507
FILE ID=node59/1723098-1240683029
PBS_JOBID= 9186645
Free space on /tmp= 66360 MiB

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

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

MD5SUM BENCH= e0639bbed56c8b8c34616f8cb99c381c
RANDOM SEED=1052179326

node59.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.240
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.240
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:       1757200 kB
Buffers:         28240 kB
Cached:         199492 kB
SwapCached:          0 kB
Active:         132560 kB
Inactive:       109068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1757200 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2504 kB
Writeback:           0 kB
Mapped:          23700 kB
Slab:            43080 kB
Committed_AS:   385340 kB
PageTables:       1456 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= 66360 MiB
End job on node59 at 2009-04-25 20:30:31