Trace number 1722948

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.03 1200.32

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_13_UNKNOWN.cnf
MD5SUM604e1311b2fcb3c933399ca7195c63f1
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 variables2058
Number of clauses133055
Sum of the clauses size396210
Maximum clause length14
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23208
Number of clauses of size 3129824
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-1722948-1240681331.cnf
0.00/0.00	c found header 'p cnf 2058 133055'
0.09/0.10	c finished parsing
0.09/0.10	c
0.09/0.10	c --check=0 --verbose=0 --order=3 --simprd=40 --merge=1 --hash=1
0.09/0.10	c --dominate=1 --restart=1 --restartint=100 --rebias=1 --rebiasint=1000
0.09/0.10	c --probe=1 --probeint=100000 --probeprd=10 --decompose=1 --minimize=3
0.09/0.10	c --maxdepth=1000 --strength=10 --elim=1 --elimint=300000 --elimprd=20
0.09/0.10	c --subst=1 --ands=1 --xors=1 --ites=1 --minlimit=1000 --maxlimit=10000000
0.09/0.10	c --random=1 --spread=2000 --seed=0 --skip=25
0.09/0.10	c
0.09/0.10	c sizeof     vars[0] = 16   alignment = 0       0 MB
0.09/0.10	c sizeof     orgs[0] =  8   alignment = 0       0 MB
0.09/0.10	c sizeof     occs[0] =  8   alignment = 0       0 MB
0.09/0.10	c sizeof iirfs[0..1] =  8   alignment = 0       0 MB
0.09/0.10	c
0.09/0.10	c starting search after 0.1 seconds
0.09/0.10	c no decision limit
0.09/0.11	c
0.09/0.11	c       original/binary      fixed     eliminated      learned       agility
0.09/0.11	c   seconds        variables     equivalent    conflicts       height       MB
0.09/0.11	c
0.09/0.11	c *    0.1   133055    1991      0    67      0       0      0    0.0   0    8
2.78/2.81	c s    2.8   131676    1273      0   157    628       0      0    0.0   0    8
2.78/2.81	c l    2.8   131676    1273      0   157    628       0 129129    0.0   0    8
2.78/2.84	c R    2.8   131676    1273      0   157    628     101    101  169.3  12   10
2.78/2.88	c R    2.9   131676    1273      0   157    628     202    202  132.2  12   10
2.98/3.07	c R    3.1   131676    1273      0   157    628     807    807   77.6  10   10
3.08/3.12	c B    3.1   131676    1273      0   157    628    1001   1001   72.0  12   10
3.29/3.35	c B    3.4   131676    1273      0   157    628    2002   2002   59.4  11   11
3.38/3.43	c R    3.4   131676    1273      0   157    628    2411   2411   63.6   7   11
4.39/4.42	c R    4.4   131676    1273      0   157    628    6421   6421   49.6  11   12
4.59/4.69	c B    4.7   131676    1273      0   157    628    8004   8004   47.1  15   12
6.39/6.44	c R    6.4   131676    1273      0   157    628   16044  16044   44.8   8   14
8.19/8.28	c B    8.3   131676    1273      0   157    628   24013  24013   41.1  10   15
11.89/11.96	c R   12.0   131676    1273      0   157    628   38509  38509   39.3  16   18
19.28/19.35	c B   19.4   131676    1273      0   157    628   64027  64027   39.6  12   24
27.18/27.24	c R   27.2   131676    1273      0   157    628   89810  89810   38.1  10   29
41.68/41.77	c +   41.8   131676    1273      0   157    628  129129 142041   36.7  10   38
59.97/60.07	c B   60.1   131676    1273      0   157    628  160047 142049   37.5  12   42
60.67/60.76	c +   60.7   131676    1273      0   157    628  161410 156245   37.6  12   42
78.17/78.29	c
78.17/78.29	c       original/binary      fixed     eliminated      learned       agility
78.17/78.29	c   seconds        variables     equivalent    conflicts       height       MB
78.17/78.29	c
78.17/78.29	c +   78.3   131676    1273      0   157    628  201761 171869   37.4  10   45
79.27/79.37	c R   79.4   131676    1273      0   157    628  205226 159722   37.2  11   46
102.06/102.16	c +  102.1   131676    1273      0   157    628  252201 189055   37.0  14   50
141.55/141.69	c +  141.7   131676    1273      0   157    628  315250 207960   37.6   7   54
182.45/182.54	c B  182.5   131676    1273      0   157    628  384106 207966   37.9  14   58
189.15/189.23	c +  189.2   131676    1273      0   157    628  394060 228756   38.0  10   59
237.03/237.17	c R  237.1   131676    1273      0   157    628  461623 228769   37.7   8   62
253.22/253.36	c +  253.3   131676    1273      0   157    628  492576 251631   36.8   6   62
325.80/325.91	c +  325.8   131676    1273      0   157    628  615720 276794   36.3   8   68
437.79/437.91	c +  437.8   131676    1273      0   157    628  769650 304473   36.7   8   74
549.26/549.47	c B  549.3   131676    1273      0   157    628  896200 304481   36.9  14   81
610.74/610.96	c +  610.8   131676    1273      0   157    628  962060 334920   37.4  10   84
668.13/668.36	c R  668.2   131676    1273      0   157    628 1025574 334932   37.9  10   91
825.99/826.29	c +  826.1   131676    1273      0   157    628 1202577 368412   36.4  11   92
1104.82/1105.18	c + 1104.9   131676    1273      0   157    628 1503221 405253   36.2   9  101
1200.00/1200.30	c
1200.00/1200.30	c *** CAUGHT SIGNAL 15 ***
1200.00/1200.30	c
1200.00/1200.30	c 1612783 conflicts, 2262985 decisions, 540 random
1200.00/1200.30	c 0 iterations, 3069 restarts, 0 skipped
1200.00/1200.30	c 12 enlarged, 0 shrunken, 15763 rescored, 442 rebiased
1200.00/1200.30	c 1 simplifications, 0 reductions
1200.00/1200.30	c
1200.00/1200.30	c vars: 0 fixed, 157 equiv, 628 elim, 157 merged
1200.00/1200.30	c elim: 663434 resolutions, 1 phases, 0 rounds
1200.00/1200.30	c sbst: 100% substituted, 0.0% nots, 100.0% ands, 0.0% xors, 0.0% ites
1200.00/1200.30	c arty: 2.22 and 0.00 xor average arity
1200.00/1200.30	c prbe: 426484 probed, 167 phases, 167 rounds
1200.00/1200.30	c prbe: 0 failed, 0 lifted, 0 merged
1200.00/1200.30	c sccs: 0 non trivial, 0 fixed, 0 merged
1200.00/1200.30	c hash: 0 units, 157 merged
1200.00/1200.30	c mins: 57613971 learned, 22% deleted, 19 strong, 33 depth
1200.00/1200.30	c subs: 129 forward, 0 backward, 67 doms
1200.00/1200.30	c strs: 0 forward, 0 backward
1200.00/1200.30	c doms: 67 dominators, 0 high, 0 low
1200.00/1200.30	c prps: 267156962 propagations, 0.22 megaprops
1200.00/1200.30	c
1200.00/1200.30	c 1200.0 seconds, 108 MB max, 200 MB recycled
1200.00/1200.30	c
1200.00/1200.30	c *** CAUGHT SIGNAL 15 ***
1200.00/1200.30	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-1722948-1240681331/watcher-1722948-1240681331 -o /tmp/evaluation-result-1722948-1240681331/solver-1722948-1240681331 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/precosat HOME/instance-1722948-1240681331.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/64 18292
/proc/meminfo: memFree=1205000/2055920 swapFree=4192812/4192956
[pid=18292] ppid=18290 vsize=1196 CPUtime=0
/proc/18292/stat : 18292 (precosat) R 18290 18292 18196 0 -1 4194304 194 0 0 0 0 0 0 0 18 0 1 0 96166337 1224704 179 1992294400 134512640 135151029 4294956224 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0
/proc/18292/statm: 299 179 64 155 0 142 0

[startup+0.0489799 s]
/proc/loadavg: 1.99 1.85 1.45 3/64 18292
/proc/meminfo: memFree=1205000/2055920 swapFree=4192812/4192956
[pid=18292] ppid=18290 vsize=4760 CPUtime=0.03
/proc/18292/stat : 18292 (precosat) R 18290 18292 18196 0 -1 4194304 1100 0 0 0 3 0 0 0 18 0 1 0 96166337 4874240 1085 1992294400 134512640 135151029 4294956224 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0
/proc/18292/statm: 1190 1086 64 155 0 1033 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 4760

[startup+0.102983 s]
/proc/loadavg: 1.99 1.85 1.45 3/64 18292
/proc/meminfo: memFree=1205000/2055920 swapFree=4192812/4192956
[pid=18292] ppid=18290 vsize=9264 CPUtime=0.09
/proc/18292/stat : 18292 (precosat) R 18290 18292 18196 0 -1 4194304 2233 0 0 0 8 1 0 0 18 0 1 0 96166337 9486336 2218 1992294400 134512640 135151029 4294956224 18446744073709551615 134703758 0 0 4096 17442 0 0 0 17 1 0 0
/proc/18292/statm: 2316 2219 64 155 0 2159 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9264

[startup+0.302008 s]
/proc/loadavg: 1.99 1.85 1.45 3/64 18292
/proc/meminfo: memFree=1205000/2055920 swapFree=4192812/4192956
[pid=18292] ppid=18290 vsize=12520 CPUtime=0.29
/proc/18292/stat : 18292 (precosat) R 18290 18292 18196 0 -1 4194304 3372 0 0 0 28 1 0 0 19 0 1 0 96166337 12820480 3052 1992294400 134512640 135151029 4294956224 18446744073709551615 134519501 0 0 4096 17442 0 0 0 17 1 0 0
/proc/18292/statm: 3130 3052 79 155 0 2973 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12520

[startup+0.701034 s]
/proc/loadavg: 1.99 1.85 1.45 3/64 18292
/proc/meminfo: memFree=1205000/2055920 swapFree=4192812/4192956
[pid=18292] ppid=18290 vsize=16688 CPUtime=0.69
/proc/18292/stat : 18292 (precosat) R 18290 18292 18196 0 -1 4194304 4404 0 0 0 68 1 0 0 22 0 1 0 96166337 17088512 4084 1992294400 134512640 135151029 4294956224 18446744073709551615 134698015 0 0 4096 17442 0 0 0 17 1 0 0
/proc/18292/statm: 4172 4084 79 155 0 4015 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16688

[startup+1.5011 s]
/proc/loadavg: 1.99 1.85 1.45 2/65 18293
/proc/meminfo: memFree=1187584/2055920 swapFree=4192812/4192956
[pid=18292] ppid=18290 vsize=18020 CPUtime=1.48
/proc/18292/stat : 18292 (precosat) R 18290 18292 18196 0 -1 4194304 4734 0 0 0 147 1 0 0 25 0 1 0 96166337 18452480 4414 1992294400 134512640 135151029 4294956224 18446744073709551615 134526328 0 0 4096 17442 0 0 0 17 1 0 0
/proc/18292/statm: 4505 4414 79 155 0 4348 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 18020

[startup+3.10124 s]
/proc/loadavg: 1.91 1.83 1.45 2/65 18293
/proc/meminfo: memFree=1187456/2055920 swapFree=4192812/4192956
[pid=18292] ppid=18290 vsize=18020 CPUtime=3.08
/proc/18292/stat : 18292 (precosat) R 18290 18292 18196 0 -1 4194304 4734 0 0 0 307 1 0 0 25 0 1 0 96166337 18452480 4414 1992294400 134512640 135151029 4294956224 18446744073709551615 134554848 0 0 4096 17442 0 0 0 17 1 0 0
/proc/18292/statm: 4505 4414 79 155 0 4348 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 18020

[startup+6.30152 s]
/proc/loadavg: 1.91 1.83 1.45 2/65 18293
/proc/meminfo: memFree=1187328/2055920 swapFree=4192812/4192956
[pid=18292] ppid=18290 vsize=18020 CPUtime=6.29
/proc/18292/stat : 18292 (precosat) R 18290 18292 18196 0 -1 4194304 4734 0 0 0 627 2 0 0 25 0 1 0 96166337 18452480 4414 1992294400 134512640 135151029 4294956224 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/18292/statm: 4505 4414 79 155 0 4348 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 18020

[startup+12.7011 s]
/proc/loadavg: 1.84 1.82 1.44 2/65 18293
/proc/meminfo: memFree=1184064/2055920 swapFree=4192812/4192956
[pid=18292] ppid=18290 vsize=22404 CPUtime=12.68
/proc/18292/stat : 18292 (precosat) R 18290 18292 18196 0 -1 4194304 5798 0 0 0 1265 3 0 0 25 0 1 0 96166337 22941696 5478 1992294400 134512640 135151029 4294956224 18446744073709551615 134554568 0 0 4096 17442 0 0 0 17 1 0 0
/proc/18292/statm: 5601 5478 79 155 0 5444 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 22404

[startup+25.5022 s]
/proc/loadavg: 1.65 1.78 1.44 2/65 18293
/proc/meminfo: memFree=1174208/2055920 swapFree=4192812/4192956
[pid=18292] ppid=18290 vsize=31816 CPUtime=25.49
/proc/18292/stat : 18292 (precosat) R 18290 18292 18196 0 -1 4194304 8040 0 0 0 2543 6 0 0 25 0 1 0 96166337 32579584 7720 1992294400 134512640 135151029 4294956224 18446744073709551615 134554777 0 0 4096 17442 0 0 0 17 1 0 0
/proc/18292/statm: 7954 7720 79 155 0 7797 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 31816

[startup+51.1014 s]
/proc/loadavg: 1.43 1.72 1.42 2/65 18293
/proc/meminfo: memFree=1161024/2055920 swapFree=4192812/4192956
[pid=18292] ppid=18290 vsize=45380 CPUtime=51.07
/proc/18292/stat : 18292 (precosat) R 18290 18292 18196 0 -1 4194304 11310 0 0 0 5098 9 0 0 25 0 1 0 96166337 46469120 10990 1992294400 134512640 135151029 4294956224 18446744073709551615 134554580 0 0 4096 17442 0 0 0 17 1 0 0
/proc/18292/statm: 11345 10990 79 155 0 11188 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 45380

[startup+102.306 s]
/proc/loadavg: 1.17 1.59 1.40 2/65 18293
/proc/meminfo: memFree=1152000/2055920 swapFree=4192812/4192956
[pid=18292] ppid=18290 vsize=55096 CPUtime=102.26
/proc/18292/stat : 18292 (precosat) R 18290 18292 18196 0 -1 4194304 13570 0 0 0 10215 11 0 0 25 0 1 0 96166337 56418304 13250 1992294400 134512640 135151029 4294956224 18446744073709551615 134554851 0 0 4096 17442 0 0 0 17 1 0 0
/proc/18292/statm: 13774 13250 79 155 0 13617 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 55096

[startup+162.303 s]
/proc/loadavg: 1.07 1.49 1.37 2/65 18293
/proc/meminfo: memFree=1143808/2055920 swapFree=4192812/4192956
[pid=18292] ppid=18290 vsize=63948 CPUtime=162.25
/proc/18292/stat : 18292 (precosat) R 18290 18292 18196 0 -1 4194304 15604 0 0 0 16211 14 0 0 25 0 1 0 96166337 65482752 15284 1992294400 134512640 135151029 4294956224 18446744073709551615 134574544 0 0 4096 17442 0 0 0 17 1 0 0
/proc/18292/statm: 15987 15284 79 155 0 15830 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 63948

[startup+222.302 s]
/proc/loadavg: 1.02 1.39 1.34 2/65 18293
/proc/meminfo: memFree=1139200/2055920 swapFree=4192812/4192956
[pid=18292] ppid=18290 vsize=68572 CPUtime=222.23
/proc/18292/stat : 18292 (precosat) R 18290 18292 18196 0 -1 4194304 16735 0 0 0 22207 16 0 0 25 0 1 0 96166337 70217728 16415 1992294400 134512640 135151029 4294956224 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/18292/statm: 17143 16415 79 155 0 16986 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 68572

[startup+282.302 s]
/proc/loadavg: 1.01 1.32 1.32 2/65 18293
/proc/meminfo: memFree=1134272/2055920 swapFree=4192812/4192956
[pid=18292] ppid=18290 vsize=74684 CPUtime=282.22
/proc/18292/stat : 18292 (precosat) R 18290 18292 18196 0 -1 4194304 17996 0 0 0 28205 17 0 0 25 0 1 0 96166337 76476416 17676 1992294400 134512640 135151029 4294956224 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/18292/statm: 18671 17676 79 155 0 18514 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 74684

[startup+342.302 s]
/proc/loadavg: 1.00 1.26 1.30 2/65 18293
/proc/meminfo: memFree=1131328/2055920 swapFree=4192812/4192956
[pid=18292] ppid=18290 vsize=77632 CPUtime=342.21
/proc/18292/stat : 18292 (precosat) R 18290 18292 18196 0 -1 4194304 18692 0 0 0 34203 18 0 0 25 0 1 0 96166337 79495168 18372 1992294400 134512640 135151029 4294956224 18446744073709551615 134581658 0 0 4096 17442 0 0 0 17 1 0 0
/proc/18292/statm: 19408 18372 79 155 0 19251 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 77632

[startup+402.303 s]
/proc/loadavg: 1.00 1.21 1.28 2/65 18293
/proc/meminfo: memFree=1129280/2055920 swapFree=4192812/4192956
[pid=18292] ppid=18290 vsize=79836 CPUtime=402.19
/proc/18292/stat : 18292 (precosat) R 18290 18292 18196 0 -1 4194304 19175 0 0 0 40201 18 0 0 25 0 1 0 96166337 81752064 18855 1992294400 134512640 135151029 4294956224 18446744073709551615 134554752 0 0 4096 17442 0 0 0 17 1 0 0
/proc/18292/statm: 19959 18855 79 155 0 19802 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 79836

[startup+462.303 s]
/proc/loadavg: 1.00 1.17 1.26 2/65 18293
/proc/meminfo: memFree=1123264/2055920 swapFree=4192812/4192956
[pid=18292] ppid=18290 vsize=86260 CPUtime=462.18
/proc/18292/stat : 18292 (precosat) R 18290 18292 18196 0 -1 4194304 20688 0 0 0 46198 20 0 0 25 0 1 0 96166337 88330240 20368 1992294400 134512640 135151029 4294956224 18446744073709551615 134554756 0 0 4096 17442 0 0 0 17 1 0 0
/proc/18292/statm: 21565 20368 79 155 0 21408 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 86260

[startup+522.302 s]
/proc/loadavg: 1.00 1.14 1.24 2/65 18293
/proc/meminfo: memFree=1121664/2055920 swapFree=4192812/4192956
[pid=18292] ppid=18290 vsize=88136 CPUtime=522.16
/proc/18292/stat : 18292 (precosat) R 18290 18292 18196 0 -1 4194304 21095 0 0 0 52196 20 0 0 25 0 1 0 96166337 90251264 20775 1992294400 134512640 135151029 4294956224 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/18292/statm: 22034 20775 79 155 0 21877 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 88136

[startup+582.301 s]
/proc/loadavg: 1.00 1.11 1.22 2/65 18293
/proc/meminfo: memFree=1120128/2055920 swapFree=4192812/4192956
[pid=18292] ppid=18290 vsize=89876 CPUtime=582.15
/proc/18292/stat : 18292 (precosat) R 18290 18292 18196 0 -1 4194304 21468 0 0 0 58194 21 0 0 25 0 1 0 96166337 92033024 21148 1992294400 134512640 135151029 4294956224 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/18292/statm: 22469 21148 79 155 0 22312 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 89876

[startup+642.301 s]
/proc/loadavg: 1.00 1.08 1.20 2/65 18293
/proc/meminfo: memFree=1112960/2055920 swapFree=4192812/4192956
[pid=18292] ppid=18290 vsize=97156 CPUtime=642.13
/proc/18292/stat : 18292 (precosat) R 18290 18292 18196 0 -1 4194304 23268 0 0 0 64190 23 0 0 25 0 1 0 96166337 99487744 22948 1992294400 134512640 135151029 4294956224 18446744073709551615 134554752 0 0 4096 17442 0 0 0 17 1 0 0
/proc/18292/statm: 24289 22948 79 155 0 24132 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 97156

[startup+702.302 s]
/proc/loadavg: 1.00 1.07 1.19 2/65 18293
/proc/meminfo: memFree=1110208/2055920 swapFree=4192812/4192956
[pid=18292] ppid=18290 vsize=100220 CPUtime=702.12
/proc/18292/stat : 18292 (precosat) R 18290 18292 18196 0 -1 4194304 23940 0 0 0 70188 24 0 0 25 0 1 0 96166337 102625280 23620 1992294400 134512640 135151029 4294956224 18446744073709551615 134554724 0 0 4096 17442 0 0 0 17 1 0 0
/proc/18292/statm: 25055 23620 79 155 0 24898 0
Current children cumulated CPU time (s) 702.12
Current children cumulated vsize (KiB) 100220

[startup+762.305 s]
/proc/loadavg: 1.00 1.05 1.17 2/65 18293
/proc/meminfo: memFree=1108544/2055920 swapFree=4192812/4192956
[pid=18292] ppid=18290 vsize=102308 CPUtime=762.11
/proc/18292/stat : 18292 (precosat) R 18290 18292 18196 0 -1 4194304 24346 0 0 0 76187 24 0 0 25 0 1 0 96166337 104763392 24026 1992294400 134512640 135151029 4294956224 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/18292/statm: 25577 24026 79 155 0 25420 0
Current children cumulated CPU time (s) 762.11
Current children cumulated vsize (KiB) 102308

[startup+822.302 s]
/proc/loadavg: 1.00 1.04 1.16 2/65 18293
/proc/meminfo: memFree=1106752/2055920 swapFree=4192812/4192956
[pid=18292] ppid=18290 vsize=104600 CPUtime=822.09
/proc/18292/stat : 18292 (precosat) R 18290 18292 18196 0 -1 4194304 24811 0 0 0 82184 25 0 0 25 0 1 0 96166337 107110400 24491 1992294400 134512640 135151029 4294956224 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/18292/statm: 26150 24491 79 155 0 25993 0
Current children cumulated CPU time (s) 822.09
Current children cumulated vsize (KiB) 104600

[startup+882.302 s]
/proc/loadavg: 1.00 1.03 1.15 2/65 18293
/proc/meminfo: memFree=1103808/2055920 swapFree=4192812/4192956
[pid=18292] ppid=18290 vsize=108084 CPUtime=882.08
/proc/18292/stat : 18292 (precosat) R 18290 18292 18196 0 -1 4194304 25540 0 0 0 88182 26 0 0 25 0 1 0 96166337 110678016 25220 1992294400 134512640 135151029 4294956224 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/18292/statm: 27021 25220 79 155 0 26864 0
Current children cumulated CPU time (s) 882.08
Current children cumulated vsize (KiB) 108084

[startup+942.301 s]
/proc/loadavg: 1.00 1.02 1.14 2/65 18293
/proc/meminfo: memFree=1103360/2055920 swapFree=4192812/4192956
[pid=18292] ppid=18290 vsize=108520 CPUtime=942.06
/proc/18292/stat : 18292 (precosat) R 18290 18292 18196 0 -1 4194304 25652 0 0 0 94180 26 0 0 25 0 1 0 96166337 111124480 25332 1992294400 134512640 135151029 4294956224 18446744073709551615 134520387 0 0 4096 17442 0 0 0 17 1 0 0
/proc/18292/statm: 27130 25332 79 155 0 26973 0
Current children cumulated CPU time (s) 942.06
Current children cumulated vsize (KiB) 108520

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.13 2/65 18293
/proc/meminfo: memFree=1102208/2055920 swapFree=4192812/4192956
[pid=18292] ppid=18290 vsize=110104 CPUtime=1002.04
/proc/18292/stat : 18292 (precosat) R 18290 18292 18196 0 -1 4194304 25937 0 0 0 100178 26 0 0 25 0 1 0 96166337 112746496 25617 1992294400 134512640 135151029 4294956224 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/18292/statm: 27526 25617 79 155 0 27369 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 110104

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.11 2/65 18293
/proc/meminfo: memFree=1101952/2055920 swapFree=4192812/4192956
[pid=18292] ppid=18290 vsize=110396 CPUtime=1062.04
/proc/18292/stat : 18292 (precosat) R 18290 18292 18196 0 -1 4194304 25993 0 0 0 106177 27 0 0 25 0 1 0 96166337 113045504 25673 1992294400 134512640 135151029 4294956224 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/18292/statm: 27599 25673 79 155 0 27442 0
Current children cumulated CPU time (s) 1062.04
Current children cumulated vsize (KiB) 110396

[startup+1122.3 s]
/proc/loadavg: 1.07 1.02 1.11 2/65 18293
/proc/meminfo: memFree=1100544/2055920 swapFree=4192812/4192956
[pid=18292] ppid=18290 vsize=112216 CPUtime=1122.02
/proc/18292/stat : 18292 (precosat) R 18290 18292 18196 0 -1 4194304 26363 0 0 0 112175 27 0 0 25 0 1 0 96166337 114909184 26043 1992294400 134512640 135151029 4294956224 18446744073709551615 134520387 0 0 4096 17442 0 0 0 17 1 0 0
/proc/18292/statm: 28054 26043 79 155 0 27897 0
Current children cumulated CPU time (s) 1122.02
Current children cumulated vsize (KiB) 112216

[startup+1182.3 s]
/proc/loadavg: 1.17 1.05 1.11 2/65 18299
/proc/meminfo: memFree=1095808/2055920 swapFree=4192812/4192956
[pid=18292] ppid=18290 vsize=117000 CPUtime=1182
/proc/18292/stat : 18292 (precosat) R 18290 18292 18196 0 -1 4194304 27521 0 0 0 118172 28 0 0 25 0 1 0 96166337 119808000 27201 1992294400 134512640 135151029 4294956224 18446744073709551615 134581738 0 0 4096 17442 0 0 0 17 1 0 0
/proc/18292/statm: 29250 27201 79 155 0 29093 0
Current children cumulated CPU time (s) 1182
Current children cumulated vsize (KiB) 117000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.3 s]
/proc/loadavg: 1.12 1.05 1.10 2/65 18299
/proc/meminfo: memFree=1095680/2055920 swapFree=4192812/4192956
[pid=18292] ppid=18290 vsize=117176 CPUtime=1200
/proc/18292/stat : 18292 (precosat) R 18290 18292 18196 0 -1 4194304 27552 0 0 0 119971 29 0 0 25 0 1 0 96166337 119988224 27232 1992294400 134512640 135151029 4294956224 18446744073709551615 134554803 0 0 4096 17442 0 0 0 17 1 0 0
/proc/18292/statm: 29294 27232 79 155 0 29137 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 117176

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

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

[startup+1200.3 s]
/proc/loadavg: 1.12 1.05 1.10 2/65 18299
/proc/meminfo: memFree=1095680/2055920 swapFree=4192812/4192956
[pid=18292] ppid=18290 vsize=117176 CPUtime=1200
/proc/18292/stat : 18292 (precosat) R 18290 18292 18196 0 -1 4194304 27552 0 0 0 119971 29 0 0 25 0 1 0 96166337 119988224 27232 1992294400 134512640 135151029 4294956224 18446744073709551615 134554803 0 0 4096 17442 0 0 0 17 1 0 0
/proc/18292/statm: 29294 27232 79 155 0 29137 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 117176

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.32
CPU time (s): 1200.03
CPU user time (s): 1199.72
CPU system time (s): 0.308953
CPU usage (%): 99.9754
Max. virtual memory (cumulated for all children) (KiB): 117176

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

runsolver used 0.844871 second user time and 2.51662 second system time

The end

Launcher Data

Begin job on node31 at 2009-04-25 19:42:12
IDJOB=1722948
IDBENCH=71100
IDSOLVER=507
FILE ID=node31/1722948-1240681331
PBS_JOBID= 9186698
Free space on /tmp= 66404 MiB

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

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

MD5SUM BENCH= 604e1311b2fcb3c933399ca7195c63f1
RANDOM SEED=946009241

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:       1205416 kB
Buffers:         59672 kB
Cached:         722804 kB
SwapCached:          0 kB
Active:          95624 kB
Inactive:       701724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1205416 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2848 kB
Writeback:           0 kB
Mapped:          24652 kB
Slab:            38844 kB
Committed_AS:   339104 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 20:02:14