Trace number 1722798

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.13 1200.43

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_14_UNKNOWN.cnf
MD5SUM74b3bf25aa16f613ee15d6b4b9bc9486
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 variables2220
Number of clauses160694
Sum of the clauses size478924
Maximum clause length15
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23434
Number of clauses of size 3157237
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-1722798-1240679526.cnf
0.00/0.00	c found header 'p cnf 2220 160694'
0.09/0.12	c finished parsing
0.09/0.12	c
0.09/0.12	c --check=0 --verbose=0 --order=3 --simprd=40 --merge=1 --hash=1
0.09/0.12	c --dominate=1 --restart=1 --restartint=100 --rebias=1 --rebiasint=1000
0.09/0.12	c --probe=1 --probeint=100000 --probeprd=10 --decompose=1 --minimize=3
0.09/0.12	c --maxdepth=1000 --strength=10 --elim=1 --elimint=300000 --elimprd=20
0.09/0.12	c --subst=1 --ands=1 --xors=1 --ites=1 --minlimit=1000 --maxlimit=10000000
0.09/0.12	c --random=1 --spread=2000 --seed=0 --skip=25
0.09/0.12	c
0.09/0.12	c sizeof     vars[0] = 16   alignment = 0       0 MB
0.09/0.12	c sizeof     orgs[0] =  8   alignment = 0       0 MB
0.09/0.12	c sizeof     occs[0] =  8   alignment = 0       0 MB
0.09/0.12	c sizeof iirfs[0..1] =  8   alignment = 0       0 MB
0.09/0.12	c
0.09/0.12	c starting search after 0.1 seconds
0.09/0.12	c no decision limit
0.09/0.13	c
0.09/0.13	c       original/binary      fixed     eliminated      learned       agility
0.09/0.13	c   seconds        variables     equivalent    conflicts       height       MB
0.09/0.13	c
0.09/0.13	c *    0.1   160694    2153      0    67      0       0      0    0.0   0    9
3.30/3.32	c s    3.3   159248    1412      0   157    651       0      0    0.0   0   10
3.30/3.32	c l    3.3   159248    1412      0   157    651       0 156519    0.0   0   10
3.30/3.36	c R    3.4   159248    1412      0   157    651     102    102  181.2  13   11
3.30/3.39	c R    3.4   159248    1412      0   157    651     203    203  140.7  14   12
3.49/3.52	c R    3.5   159248    1412      0   157    651     808    808   93.9  12   12
3.59/3.60	c B    3.6   159248    1412      0   157    651    1000   1000   87.1  12   12
3.79/3.88	c B    3.9   159248    1412      0   157    651    2000   2000   68.3   9   13
3.89/3.94	c R    3.9   159248    1412      0   157    651    2412   2412   67.0   9   13
4.79/4.87	c R    4.9   159248    1412      0   157    651    6420   6420   50.4  10   14
4.99/5.07	c B    5.1   159248    1412      0   157    651    8001   8001   49.5  12   14
6.89/6.96	c R    7.0   159248    1412      0   157    651   16047  16047   49.9   8   16
8.59/8.65	c B    8.7   159248    1412      0   157    651   24006  24006   48.0  16   17
11.99/12.10	c R   12.1   159248    1412      0   157    651   38509  38509   47.5   8   20
19.49/19.51	c B   19.5   159248    1412      0   157    651   64018  64018   46.2  14   26
26.58/26.67	c R   26.7   159248    1412      0   157    651   89796  89796   44.5  10   31
54.57/54.68	c +   54.7   159248    1412      0   157    651  156520 172170   43.5  13   47
56.57/56.61	c B   56.6   159248    1412      0   157    651  160042 160042   43.7   9   48
74.57/74.66	c +   74.6   159248    1412      0   157    651  195651 189387   44.5   6   51
77.17/77.22	c
77.17/77.22	c       original/binary      fixed     eliminated      learned       agility
77.17/77.22	c   seconds        variables     equivalent    conflicts       height       MB
77.17/77.22	c
77.17/77.22	c R   77.2   159248    1412      0   157    651  205185 181714   43.5   5   52
92.26/92.32	c +   92.3   159248    1412      0   157    651  244560 208325   41.5  11   54
128.06/128.13	c +  128.1   159248    1412      0   157    651  305701 229157   41.7   7   58
173.04/173.17	c +  173.1   159248    1412      0   157    651  382126 252072   41.8   9   62
174.34/174.47	c B  174.4   159248    1412      0   157    651  384073 231114   41.9  10   63
230.93/231.07	c R  231.0   159248    1412      0   157    651  461602 252097   42.6  11   70
239.23/239.37	c +  239.3   159248    1412      0   157    651  477655 277279   41.9   5   70
312.61/312.76	c +  312.7   159248    1412      0   157    651  597066 305006   40.7   8   79
417.79/417.95	c +  417.8   159248    1412      0   157    651  746331 335506   41.2  19   84
537.55/537.70	c B  537.6   159248    1412      0   157    651  896179 335527   41.7  10   93
574.45/574.64	c +  574.5   159248    1412      0   157    651  932910 369056   42.1  13   95
645.23/645.40	c R  645.2   159248    1412      0   157    651 1025581 369066   41.1  10  100
776.10/776.33	c +  776.1   159248    1412      0   157    651 1166135 405961   39.7  13  106
1057.23/1057.59	c + 1057.3   159248    1412      0   157    651 1457666 446557   40.2  10  114
1200.10/1200.40	c
1200.10/1200.40	c *** CAUGHT SIGNAL 15 ***
1200.10/1200.40	c
1200.10/1200.40	c 1609967 conflicts, 2270476 decisions, 485 random
1200.10/1200.40	c 0 iterations, 3069 restarts, 0 skipped
1200.10/1200.40	c 11 enlarged, 0 shrunken, 15739 rescored, 442 rebiased
1200.10/1200.40	c 1 simplifications, 0 reductions
1200.10/1200.40	c
1200.10/1200.40	c vars: 0 fixed, 157 equiv, 651 elim, 157 merged
1200.10/1200.40	c elim: 666282 resolutions, 1 phases, 0 rounds
1200.10/1200.40	c sbst: 100% substituted, 0.0% nots, 100.0% ands, 0.0% xors, 0.0% ites
1200.10/1200.40	c arty: 2.25 and 0.00 xor average arity
1200.10/1200.40	c prbe: 393884 probed, 139 phases, 139 rounds
1200.10/1200.40	c prbe: 0 failed, 0 lifted, 0 merged
1200.10/1200.40	c sccs: 0 non trivial, 0 fixed, 0 merged
1200.10/1200.40	c hash: 0 units, 157 merged
1200.10/1200.40	c mins: 60165909 learned, 27% deleted, 38 strong, 32 depth
1200.10/1200.40	c subs: 97 forward, 0 backward, 67 doms
1200.10/1200.40	c strs: 0 forward, 0 backward
1200.10/1200.40	c doms: 67 dominators, 0 high, 0 low
1200.10/1200.40	c prps: 201763094 propagations, 0.17 megaprops
1200.10/1200.40	c
1200.10/1200.40	c 1200.1 seconds, 121 MB max, 202 MB recycled
1200.10/1200.40	c
1200.10/1200.40	c *** CAUGHT SIGNAL 15 ***
1200.10/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-1722798-1240679526/watcher-1722798-1240679526 -o /tmp/evaluation-result-1722798-1240679526/solver-1722798-1240679526 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/precosat HOME/instance-1722798-1240679526.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 18233
/proc/meminfo: memFree=1205680/2055920 swapFree=4192812/4192956
[pid=18233] ppid=18231 vsize=1204 CPUtime=0
/proc/18233/stat : 18233 (precosat) R 18231 18233 18196 0 -1 4194304 196 0 0 0 0 0 0 0 18 0 1 0 95985828 1232896 181 1992294400 134512640 135151029 4294956240 18446744073709551615 134570697 0 0 4096 17442 0 0 0 17 1 0 0
/proc/18233/statm: 301 181 64 155 0 144 0

[startup+0.0619049 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 18233
/proc/meminfo: memFree=1205680/2055920 swapFree=4192812/4192956
[pid=18233] ppid=18231 vsize=5692 CPUtime=0.05
/proc/18233/stat : 18233 (precosat) R 18231 18233 18196 0 -1 4194304 1315 0 0 0 5 0 0 0 18 0 1 0 95985828 5828608 1300 1992294400 134512640 135151029 4294956240 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0
/proc/18233/statm: 1423 1301 64 155 0 1266 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5692

[startup+0.102901 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 18233
/proc/meminfo: memFree=1205680/2055920 swapFree=4192812/4192956
[pid=18233] ppid=18231 vsize=9140 CPUtime=0.09
/proc/18233/stat : 18233 (precosat) R 18231 18233 18196 0 -1 4194304 2197 0 0 0 9 0 0 0 18 0 1 0 95985828 9359360 2182 1992294400 134512640 135151029 4294956240 18446744073709551615 134647397 0 0 4096 17442 0 0 0 17 1 0 0
/proc/18233/statm: 2285 2183 64 155 0 2128 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9140

[startup+0.301913 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 18233
/proc/meminfo: memFree=1205680/2055920 swapFree=4192812/4192956
[pid=18233] ppid=18231 vsize=14504 CPUtime=0.29
/proc/18233/stat : 18233 (precosat) R 18231 18233 18196 0 -1 4194304 3873 0 0 0 28 1 0 0 19 0 1 0 95985828 14852096 3542 1992294400 134512640 135151029 4294956240 18446744073709551615 134554410 0 0 4096 17442 0 0 0 17 1 0 0
/proc/18233/statm: 3626 3542 79 155 0 3469 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14504

[startup+0.701947 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 18233
/proc/meminfo: memFree=1205680/2055920 swapFree=4192812/4192956
[pid=18233] ppid=18231 vsize=17812 CPUtime=0.69
/proc/18233/stat : 18233 (precosat) R 18231 18233 18196 0 -1 4194304 4679 0 0 0 68 1 0 0 23 0 1 0 95985828 18239488 4348 1992294400 134512640 135151029 4294956240 18446744073709551615 134575498 0 0 4096 17442 0 0 0 17 1 0 0
/proc/18233/statm: 4453 4348 79 155 0 4296 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17812

[startup+1.50202 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 18234
/proc/meminfo: memFree=1186344/2055920 swapFree=4192812/4192956
[pid=18233] ppid=18231 vsize=20728 CPUtime=1.49
/proc/18233/stat : 18233 (precosat) R 18231 18233 18196 0 -1 4194304 5408 0 0 0 147 2 0 0 25 0 1 0 95985828 21225472 5077 1992294400 134512640 135151029 4294956240 18446744073709551615 134526328 0 0 4096 17442 0 0 0 17 1 0 0
/proc/18233/statm: 5182 5077 79 155 0 5025 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20728

[startup+3.10115 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 18234
/proc/meminfo: memFree=1185320/2055920 swapFree=4192812/4192956
[pid=18233] ppid=18231 vsize=20728 CPUtime=3.09
/proc/18233/stat : 18233 (precosat) R 18231 18233 18196 0 -1 4194304 5408 0 0 0 307 2 0 0 25 0 1 0 95985828 21225472 5077 1992294400 134512640 135151029 4294956240 18446744073709551615 134526147 0 0 4096 17442 0 0 0 17 1 0 0
/proc/18233/statm: 5182 5077 79 155 0 5025 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 20728

[startup+6.30143 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 18234
/proc/meminfo: memFree=1185320/2055920 swapFree=4192812/4192956
[pid=18233] ppid=18231 vsize=20728 CPUtime=6.29
/proc/18233/stat : 18233 (precosat) R 18231 18233 18196 0 -1 4194304 5408 0 0 0 627 2 0 0 25 0 1 0 95985828 21225472 5077 1992294400 134512640 135151029 4294956240 18446744073709551615 134554568 0 0 4096 17442 0 0 0 17 1 0 0
/proc/18233/statm: 5182 5077 79 155 0 5025 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 20728

[startup+12.702 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 18234
/proc/meminfo: memFree=1182280/2055920 swapFree=4192812/4192956
[pid=18233] ppid=18231 vsize=24704 CPUtime=12.69
/proc/18233/stat : 18233 (precosat) R 18231 18233 18196 0 -1 4194304 6373 0 0 0 1266 3 0 0 25 0 1 0 95985828 25296896 6042 1992294400 134512640 135151029 4294956240 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0
/proc/18233/statm: 6176 6042 79 155 0 6019 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 24704

[startup+25.5021 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 18234
/proc/meminfo: memFree=1172488/2055920 swapFree=4192812/4192956
[pid=18233] ppid=18231 vsize=34252 CPUtime=25.49
/proc/18233/stat : 18233 (precosat) R 18231 18233 18196 0 -1 4194304 8668 0 0 0 2544 5 0 0 25 0 1 0 95985828 35074048 8337 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/18233/statm: 8563 8337 79 155 0 8406 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 34252

[startup+51.1023 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 18234
/proc/meminfo: memFree=1157896/2055920 swapFree=4192812/4192956
[pid=18233] ppid=18231 vsize=49892 CPUtime=51.08
/proc/18233/stat : 18233 (precosat) R 18231 18233 18196 0 -1 4194304 12329 0 0 0 5099 9 0 0 25 0 1 0 95985828 51089408 11998 1992294400 134512640 135151029 4294956240 18446744073709551615 134698015 0 0 4096 17442 0 0 0 17 1 0 0
/proc/18233/statm: 12473 11998 79 155 0 12316 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 49892

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 18234
/proc/meminfo: memFree=1145288/2055920 swapFree=4192812/4192956
[pid=18233] ppid=18231 vsize=62904 CPUtime=102.26
/proc/18233/stat : 18233 (precosat) R 18231 18233 18196 0 -1 4194304 15413 0 0 0 10215 11 0 0 25 0 1 0 95985828 64413696 15082 1992294400 134512640 135151029 4294956240 18446744073709551615 134554752 0 0 4096 17442 0 0 0 17 1 0 0
/proc/18233/statm: 15726 15082 79 155 0 15569 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 62904

[startup+162.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18234
/proc/meminfo: memFree=1140360/2055920 swapFree=4192812/4192956
[pid=18233] ppid=18231 vsize=68608 CPUtime=162.25
/proc/18233/stat : 18233 (precosat) R 18231 18233 18196 0 -1 4194304 16670 0 0 0 16212 13 0 0 25 0 1 0 95985828 70254592 16339 1992294400 134512640 135151029 4294956240 18446744073709551615 134555378 0 0 4096 17442 0 0 0 17 1 0 0
/proc/18233/statm: 17152 16339 79 155 0 16995 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 68608

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18234
/proc/meminfo: memFree=1133448/2055920 swapFree=4192812/4192956
[pid=18233] ppid=18231 vsize=75568 CPUtime=222.23
/proc/18233/stat : 18233 (precosat) R 18231 18233 18196 0 -1 4194304 18352 0 0 0 22208 15 0 0 25 0 1 0 95985828 77381632 18021 1992294400 134512640 135151029 4294956240 18446744073709551615 134576059 0 0 4096 17442 0 0 0 17 1 0 0
/proc/18233/statm: 18892 18021 79 155 0 18735 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 75568

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18234
/proc/meminfo: memFree=1124424/2055920 swapFree=4192812/4192956
[pid=18233] ppid=18231 vsize=85388 CPUtime=282.22
/proc/18233/stat : 18233 (precosat) R 18231 18233 18196 0 -1 4194304 20589 0 0 0 28203 19 0 0 25 0 1 0 95985828 87437312 20258 1992294400 134512640 135151029 4294956240 18446744073709551615 134520251 0 0 4096 17442 0 0 0 17 1 0 0
/proc/18233/statm: 21347 20258 79 155 0 21190 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 85388

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18234
/proc/meminfo: memFree=1119304/2055920 swapFree=4192812/4192956
[pid=18233] ppid=18231 vsize=90848 CPUtime=342.2
/proc/18233/stat : 18233 (precosat) R 18231 18233 18196 0 -1 4194304 21857 0 0 0 34200 20 0 0 25 0 1 0 95985828 93028352 21526 1992294400 134512640 135151029 4294956240 18446744073709551615 134554756 0 0 4096 17442 0 0 0 17 1 0 0
/proc/18233/statm: 22712 21526 79 155 0 22555 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 90848

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18234
/proc/meminfo: memFree=1118216/2055920 swapFree=4192812/4192956
[pid=18233] ppid=18231 vsize=92272 CPUtime=402.19
/proc/18233/stat : 18233 (precosat) R 18231 18233 18196 0 -1 4194304 22118 0 0 0 40198 21 0 0 25 0 1 0 95985828 94486528 21787 1992294400 134512640 135151029 4294956240 18446744073709551615 134520387 0 0 4096 17442 0 0 0 17 1 0 0
/proc/18233/statm: 23068 21787 79 155 0 22911 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 92272

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18234
/proc/meminfo: memFree=1112840/2055920 swapFree=4192812/4192956
[pid=18233] ppid=18231 vsize=98124 CPUtime=462.17
/proc/18233/stat : 18233 (precosat) R 18231 18233 18196 0 -1 4194304 23474 0 0 0 46195 22 0 0 25 0 1 0 95985828 100478976 23143 1992294400 134512640 135151029 4294956240 18446744073709551615 134567860 0 0 4096 17442 0 0 0 17 1 0 0
/proc/18233/statm: 24531 23143 79 155 0 24374 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 98124

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18234
/proc/meminfo: memFree=1111112/2055920 swapFree=4192812/4192956
[pid=18233] ppid=18231 vsize=100272 CPUtime=522.16
/proc/18233/stat : 18233 (precosat) R 18231 18233 18196 0 -1 4194304 23918 0 0 0 52193 23 0 0 25 0 1 0 95985828 102678528 23587 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/18233/statm: 25068 23587 79 155 0 24911 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 100272

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18234
/proc/meminfo: memFree=1106888/2055920 swapFree=4192812/4192956
[pid=18233] ppid=18231 vsize=104668 CPUtime=582.14
/proc/18233/stat : 18233 (precosat) R 18231 18233 18196 0 -1 4194304 24976 0 0 0 58190 24 0 0 25 0 1 0 95985828 107180032 24645 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/18233/statm: 26167 24645 79 155 0 26010 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 104668

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18234
/proc/meminfo: memFree=1102600/2055920 swapFree=4192812/4192956
[pid=18233] ppid=18231 vsize=108952 CPUtime=642.14
/proc/18233/stat : 18233 (precosat) R 18231 18233 18196 0 -1 4194304 26020 0 0 0 64188 26 0 0 25 0 1 0 95985828 111566848 25689 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/18233/statm: 27238 25689 79 155 0 27081 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 108952

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18234
/proc/meminfo: memFree=1101512/2055920 swapFree=4192812/4192956
[pid=18233] ppid=18231 vsize=110300 CPUtime=702.12
/proc/18233/stat : 18233 (precosat) R 18231 18233 18196 0 -1 4194304 26292 0 0 0 70186 26 0 0 25 0 1 0 95985828 112947200 25961 1992294400 134512640 135151029 4294956240 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 1 0 0
/proc/18233/statm: 27575 25961 79 155 0 27418 0
Current children cumulated CPU time (s) 702.12
Current children cumulated vsize (KiB) 110300

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18234
/proc/meminfo: memFree=1097352/2055920 swapFree=4192812/4192956
[pid=18233] ppid=18231 vsize=115272 CPUtime=762.11
/proc/18233/stat : 18233 (precosat) R 18231 18233 18196 0 -1 4194304 27324 0 0 0 76183 28 0 0 25 0 1 0 95985828 118038528 26993 1992294400 134512640 135151029 4294956240 18446744073709551615 134520411 0 0 4096 17442 0 0 0 17 1 0 0
/proc/18233/statm: 28818 26993 79 155 0 28661 0
Current children cumulated CPU time (s) 762.11
Current children cumulated vsize (KiB) 115272

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18234
/proc/meminfo: memFree=1091016/2055920 swapFree=4192812/4192956
[pid=18233] ppid=18231 vsize=121928 CPUtime=822.09
/proc/18233/stat : 18233 (precosat) R 18231 18233 18196 0 -1 4194304 28905 0 0 0 82179 30 0 0 25 0 1 0 95985828 124854272 28574 1992294400 134512640 135151029 4294956240 18446744073709551615 134576059 0 0 4096 17442 0 0 0 17 1 0 0
/proc/18233/statm: 30482 28574 79 155 0 30325 0
Current children cumulated CPU time (s) 822.09
Current children cumulated vsize (KiB) 121928

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18234
/proc/meminfo: memFree=1089992/2055920 swapFree=4192812/4192956
[pid=18233] ppid=18231 vsize=123364 CPUtime=882.08
/proc/18233/stat : 18233 (precosat) R 18231 18233 18196 0 -1 4194304 29149 0 0 0 88177 31 0 0 25 0 1 0 95985828 126324736 28818 1992294400 134512640 135151029 4294956240 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 1 0 0
/proc/18233/statm: 30841 28818 79 155 0 30684 0
Current children cumulated CPU time (s) 882.08
Current children cumulated vsize (KiB) 123364

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18234
/proc/meminfo: memFree=1089480/2055920 swapFree=4192812/4192956
[pid=18233] ppid=18231 vsize=124272 CPUtime=942.06
/proc/18233/stat : 18233 (precosat) R 18231 18233 18196 0 -1 4194304 29280 0 0 0 94175 31 0 0 25 0 1 0 95985828 127254528 28949 1992294400 134512640 135151029 4294956240 18446744073709551615 134554756 0 0 4096 17442 0 0 0 17 1 0 0
/proc/18233/statm: 31068 28949 79 155 0 30911 0
Current children cumulated CPU time (s) 942.06
Current children cumulated vsize (KiB) 124272

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18234
/proc/meminfo: memFree=1088840/2055920 swapFree=4192812/4192956
[pid=18233] ppid=18231 vsize=124960 CPUtime=1002.04
/proc/18233/stat : 18233 (precosat) R 18231 18233 18196 0 -1 4194304 29438 0 0 0 100173 31 0 0 25 0 1 0 95985828 127959040 29107 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/18233/statm: 31240 29107 79 155 0 31083 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 124960

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18234
/proc/meminfo: memFree=1088328/2055920 swapFree=4192812/4192956
[pid=18233] ppid=18231 vsize=125808 CPUtime=1062.03
/proc/18233/stat : 18233 (precosat) R 18231 18233 18196 0 -1 4194304 29590 0 0 0 106172 31 0 0 25 0 1 0 95985828 128827392 29259 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/18233/statm: 31452 29259 79 155 0 31295 0
Current children cumulated CPU time (s) 1062.03
Current children cumulated vsize (KiB) 125808

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18234
/proc/meminfo: memFree=1082824/2055920 swapFree=4192812/4192956
[pid=18233] ppid=18231 vsize=131944 CPUtime=1122.02
/proc/18233/stat : 18233 (precosat) R 18231 18233 18196 0 -1 4194304 30935 0 0 0 112169 33 0 0 25 0 1 0 95985828 135110656 30604 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/18233/statm: 32986 30604 79 155 0 32829 0
Current children cumulated CPU time (s) 1122.02
Current children cumulated vsize (KiB) 131944

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18234
/proc/meminfo: memFree=1082376/2055920 swapFree=4192812/4192956
[pid=18233] ppid=18231 vsize=132468 CPUtime=1182
/proc/18233/stat : 18233 (precosat) R 18231 18233 18196 0 -1 4194304 31052 0 0 0 118167 33 0 0 25 0 1 0 95985828 135647232 30721 1992294400 134512640 135151029 4294956240 18446744073709551615 134554803 0 0 4096 17442 0 0 0 17 1 0 0
/proc/18233/statm: 33117 30721 79 155 0 32960 0
Current children cumulated CPU time (s) 1182
Current children cumulated vsize (KiB) 132468



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18234
/proc/meminfo: memFree=1082184/2055920 swapFree=4192812/4192956
[pid=18233] ppid=18231 vsize=132820 CPUtime=1200.1
/proc/18233/stat : 18233 (precosat) R 18231 18233 18196 0 -1 4194304 31092 0 0 0 119977 33 0 0 25 0 1 0 95985828 136007680 30761 1992294400 134512640 135151029 4294956240 18446744073709551615 134554791 0 0 4096 17442 0 0 0 17 1 0 0
/proc/18233/statm: 33205 30761 79 155 0 33048 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 132820

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.43
CPU time (s): 1200.13
CPU user time (s): 1199.77
CPU system time (s): 0.360945
CPU usage (%): 99.9756
Max. virtual memory (cumulated for all children) (KiB): 132820

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

runsolver used 0.841872 second user time and 2.50062 second system time

The end

Launcher Data

Begin job on node31 at 2009-04-25 19:12:06
IDJOB=1722798
IDBENCH=71097
IDSOLVER=507
FILE ID=node31/1722798-1240679526
PBS_JOBID= 9186698
Free space on /tmp= 66404 MiB

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

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

MD5SUM BENCH= 74b3bf25aa16f613ee15d6b4b9bc9486
RANDOM SEED=1396564261

node31.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.213
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.213
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:       1206096 kB
Buffers:         59128 kB
Cached:         722736 kB
SwapCached:          0 kB
Active:          93700 kB
Inactive:       703048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1206096 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3336 kB
Writeback:           0 kB
Mapped:          24564 kB
Slab:            38836 kB
Committed_AS:   338920 kB
PageTables:       1464 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= 66404 MiB
End job on node31 at 2009-04-25 19:32:09