Trace number 1775191

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) 10000.1 10003.6

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-1775191-1241200482.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.84	c s    2.8   131676    1273      0   157    628       0      0    0.0   0    8
2.78/2.84	c l    2.8   131676    1273      0   157    628       0 129129    0.0   0    8
2.78/2.87	c R    2.9   131676    1273      0   157    628     101    101  169.3  12   10
2.88/2.91	c R    2.9   131676    1273      0   157    628     202    202  132.2  12   10
3.08/3.10	c R    3.1   131676    1273      0   157    628     807    807   77.6  10   10
3.08/3.16	c B    3.2   131676    1273      0   157    628    1001   1001   72.0  12   10
3.29/3.39	c B    3.4   131676    1273      0   157    628    2002   2002   59.4  11   11
3.39/3.47	c R    3.5   131676    1273      0   157    628    2411   2411   63.6   7   11
4.39/4.46	c R    4.5   131676    1273      0   157    628    6421   6421   49.6  11   12
4.68/4.73	c B    4.7   131676    1273      0   157    628    8004   8004   47.1  15   12
6.39/6.49	c R    6.5   131676    1273      0   157    628   16044  16044   44.8   8   14
8.29/8.32	c B    8.3   131676    1273      0   157    628   24013  24013   41.1  10   15
11.88/11.99	c R   12.0   131676    1273      0   157    628   38509  38509   39.3  16   18
19.29/19.37	c B   19.4   131676    1273      0   157    628   64027  64027   39.6  12   24
27.18/27.29	c R   27.3   131676    1273      0   157    628   89810  89810   38.1  10   29
41.78/41.84	c +   41.8   131676    1273      0   157    628  129129 142041   36.7  10   38
60.17/60.22	c B   60.2   131676    1273      0   157    628  160047 142049   37.5  12   42
60.87/60.91	c +   60.9   131676    1273      0   157    628  161410 156245   37.6  12   42
78.46/78.53	c
78.46/78.53	c       original/binary      fixed     eliminated      learned       agility
78.46/78.53	c   seconds        variables     equivalent    conflicts       height       MB
78.46/78.53	c
78.46/78.53	c +   78.5   131676    1273      0   157    628  201761 171869   37.4  10   45
79.56/79.62	c R   79.6   131676    1273      0   157    628  205226 159722   37.2  11   46
102.45/102.54	c +  102.5   131676    1273      0   157    628  252201 189055   37.0  14   50
142.14/142.21	c +  142.2   131676    1273      0   157    628  315250 207960   37.6   7   54
183.12/183.27	c B  183.2   131676    1273      0   157    628  384106 207966   37.9  14   58
189.83/190.00	c +  189.9   131676    1273      0   157    628  394060 228756   38.0  10   59
238.00/238.15	c R  238.1   131676    1273      0   157    628  461623 228769   37.7   8   62
254.30/254.41	c +  254.3   131676    1273      0   157    628  492576 251631   36.8   6   62
327.18/327.33	c +  327.2   131676    1273      0   157    628  615720 276794   36.3   8   68
439.63/439.87	c +  439.7   131676    1273      0   157    628  769650 304473   36.7   8   74
551.69/551.94	c B  551.7   131676    1273      0   157    628  896200 304481   36.9  14   81
613.46/613.75	c +  613.5   131676    1273      0   157    628  962060 334920   37.4  10   84
671.14/671.47	c R  671.2   131676    1273      0   157    628 1025574 334932   37.9  10   91
829.79/830.10	c +  829.8   131676    1273      0   157    628 1202577 368412   36.4  11   92
1109.79/1110.29	c + 1109.9   131676    1273      0   157    628 1503221 405253   36.2   9  101
1484.56/1485.18	c + 1484.6   131676    1273      0   157    628 1879025 445778   35.5  11  108
1687.48/1688.13	c B 1687.5   131676    1273      0   157    628 2048408 445792   36.0  11  118
1922.11/1922.87	c R 1922.2   131676    1273      0   157    628 2255908 445787   36.2  11  124
2046.86/2047.65	c + 2046.9   131676    1273      0   157    628 2348781 490355   36.2  14  131
2796.39/2797.47	c
2796.39/2797.47	c       original/binary      fixed     eliminated      learned       agility
2796.39/2797.47	c   seconds        variables     equivalent    conflicts       height       MB
2796.39/2797.47	c
2796.39/2797.47	c + 2796.5   131676    1273      0   157    628 2935978 539390   36.0   8  150
3751.45/3752.82	c + 3751.5   131676    1273      0   157    628 3669971 593329   35.5  10  157
5071.28/5073.14	c + 5071.3   131676    1273      0   157    628 4587460 652661   35.6  12  176
5096.16/5098.02	c B 5096.2   131676    1273      0   157    628 4608792 614670   35.6   9  180
5434.64/5436.69	c R 5434.7   131676    1273      0   157    628 4921298 652694   35.2   8  186
6758.28/6760.75	c + 6758.3   131676    1273      0   157    628 5734327 717927   34.7   9  203
9152.22/9155.54	c + 9152.3   131676    1273      0   157    628 7167906 789719   34.7  11  221
10000.02/10003.60	c
10000.02/10003.60	c *** CAUGHT SIGNAL 15 ***
10000.02/10003.60	c
10000.02/10003.60	c 7672287 conflicts, 10501269 decisions, 2861 random
10000.02/10003.60	c 0 iterations, 12285 restarts, 0 skipped
10000.02/10003.60	c 19 enlarged, 0 shrunken, 74986 rescored, 1625 rebiased
10000.02/10003.60	c 1 simplifications, 0 reductions
10000.02/10003.60	c
10000.02/10003.60	c vars: 0 fixed, 157 equiv, 628 elim, 157 merged
10000.02/10003.60	c elim: 663434 resolutions, 1 phases, 0 rounds
10000.02/10003.60	c sbst: 100% substituted, 0.0% nots, 100.0% ands, 0.0% xors, 0.0% ites
10000.02/10003.60	c arty: 2.22 and 0.00 xor average arity
10000.02/10003.60	c prbe: 1681662 probed, 660 phases, 660 rounds
10000.02/10003.60	c prbe: 0 failed, 0 lifted, 0 merged
10000.02/10003.60	c sccs: 0 non trivial, 0 fixed, 0 merged
10000.02/10003.60	c hash: 0 units, 157 merged
10000.02/10003.60	c mins: 261732009 learned, 27% deleted, 154 strong, 33 depth
10000.02/10003.60	c subs: 129 forward, 0 backward, 67 doms
10000.02/10003.60	c strs: 0 forward, 0 backward
10000.02/10003.60	c doms: 67 dominators, 0 high, 0 low
10000.02/10003.60	c prps: 1194046525 propagations, 0.12 megaprops
10000.02/10003.60	c
10000.02/10003.60	c 10000.0 seconds, 231 MB max, 1069 MB recycled
10000.02/10003.60	c
10000.02/10003.60	c *** CAUGHT SIGNAL 15 ***
10000.02/10003.60	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-1775191-1241200482/watcher-1775191-1241200482 -o /tmp/evaluation-result-1775191-1241200482/solver-1775191-1241200482 -C 10000 -W 12000 -M 1800 HOME/precosat HOME/instance-1775191-1241200482.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 29974
/proc/meminfo: memFree=1205424/2055920 swapFree=4180136/4192956
[pid=29974] ppid=29972 vsize=1196 CPUtime=0
/proc/29974/stat : 29974 (precosat) R 29972 29974 29908 0 -1 4194304 192 0 0 0 0 0 0 0 18 0 1 0 148082176 1224704 177 1992294400 134512640 135151029 4294956240 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0
/proc/29974/statm: 299 178 64 155 0 142 0

[startup+0.10037 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 29974
/proc/meminfo: memFree=1205424/2055920 swapFree=4180136/4192956
[pid=29974] ppid=29972 vsize=8868 CPUtime=0.09
/proc/29974/stat : 29974 (precosat) R 29972 29974 29908 0 -1 4194304 2131 0 0 0 8 1 0 0 18 0 1 0 148082176 9080832 2116 1992294400 134512640 135151029 4294956240 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0
/proc/29974/statm: 2217 2116 64 155 0 2060 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8868

[startup+0.201385 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 29974
/proc/meminfo: memFree=1205424/2055920 swapFree=4180136/4192956
[pid=29974] ppid=29972 vsize=9828 CPUtime=0.19
/proc/29974/stat : 29974 (precosat) R 29972 29974 29908 0 -1 4194304 2643 0 0 0 18 1 0 0 19 0 1 0 148082176 10063872 2379 1992294400 134512640 135151029 4294956240 18446744073709551615 134578355 0 0 4096 17442 0 0 0 17 1 0 0
/proc/29974/statm: 2457 2379 79 155 0 2300 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 9828

[startup+0.301402 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 29974
/proc/meminfo: memFree=1205424/2055920 swapFree=4180136/4192956
[pid=29974] ppid=29972 vsize=12520 CPUtime=0.29
/proc/29974/stat : 29974 (precosat) R 29972 29974 29908 0 -1 4194304 3370 0 0 0 28 1 0 0 19 0 1 0 148082176 12820480 3050 1992294400 134512640 135151029 4294956240 18446744073709551615 134519501 0 0 4096 17442 0 0 0 17 1 0 0
/proc/29974/statm: 3130 3050 79 155 0 2973 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12520

[startup+0.701473 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 29974
/proc/meminfo: memFree=1205424/2055920 swapFree=4180136/4192956
[pid=29974] ppid=29972 vsize=16556 CPUtime=0.69
/proc/29974/stat : 29974 (precosat) R 29972 29974 29908 0 -1 4194304 4377 0 0 0 67 2 0 0 23 0 1 0 148082176 16953344 4057 1992294400 134512640 135151029 4294956240 18446744073709551615 134575490 0 0 4096 17442 0 0 0 17 1 0 0
/proc/29974/statm: 4139 4057 79 155 0 3982 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16556

[startup+1.50161 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29975
/proc/meminfo: memFree=1187888/2055920 swapFree=4180136/4192956
[pid=29974] ppid=29972 vsize=18020 CPUtime=1.48
/proc/29974/stat : 29974 (precosat) R 29972 29974 29908 0 -1 4194304 4734 0 0 0 146 2 0 0 25 0 1 0 148082176 18452480 4414 1992294400 134512640 135151029 4294956240 18446744073709551615 134526328 0 0 4096 17442 0 0 0 17 1 0 0
/proc/29974/statm: 4505 4414 79 155 0 4348 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 18020

[startup+3.10189 s]
/proc/loadavg: 1.08 1.02 1.01 2/65 29975
/proc/meminfo: memFree=1187760/2055920 swapFree=4180136/4192956
[pid=29974] ppid=29972 vsize=18020 CPUtime=3.08
/proc/29974/stat : 29974 (precosat) R 29972 29974 29908 0 -1 4194304 4734 0 0 0 306 2 0 0 25 0 1 0 148082176 18452480 4414 1992294400 134512640 135151029 4294956240 18446744073709551615 134554791 0 0 4096 17442 0 0 0 17 1 0 0
/proc/29974/statm: 4505 4414 79 155 0 4348 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 18020

[startup+6.30146 s]
/proc/loadavg: 1.08 1.02 1.01 2/65 29975
/proc/meminfo: memFree=1187696/2055920 swapFree=4180136/4192956
[pid=29974] ppid=29972 vsize=18020 CPUtime=6.29
/proc/29974/stat : 29974 (precosat) R 29972 29974 29908 0 -1 4194304 4734 0 0 0 626 3 0 0 25 0 1 0 148082176 18452480 4414 1992294400 134512640 135151029 4294956240 18446744073709551615 134554789 0 0 4096 17442 0 0 0 17 1 0 0
/proc/29974/statm: 4505 4414 79 155 0 4348 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 18020

[startup+12.7016 s]
/proc/loadavg: 1.07 1.02 1.00 2/65 29975
/proc/meminfo: memFree=1184368/2055920 swapFree=4180136/4192956
[pid=29974] ppid=29972 vsize=22272 CPUtime=12.68
/proc/29974/stat : 29974 (precosat) R 29972 29974 29908 0 -1 4194304 5782 0 0 0 1265 3 0 0 25 0 1 0 148082176 22806528 5462 1992294400 134512640 135151029 4294956240 18446744073709551615 134554794 0 0 4096 17442 0 0 0 17 1 0 0
/proc/29974/statm: 5568 5462 79 155 0 5411 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 22272

[startup+25.5018 s]
/proc/loadavg: 1.06 1.01 1.00 2/65 29975
/proc/meminfo: memFree=1174640/2055920 swapFree=4180136/4192956
[pid=29974] ppid=29972 vsize=31684 CPUtime=25.49
/proc/29974/stat : 29974 (precosat) R 29972 29974 29908 0 -1 4194304 8037 0 0 0 2544 5 0 0 25 0 1 0 148082176 32444416 7717 1992294400 134512640 135151029 4294956240 18446744073709551615 134520451 0 0 4096 17442 0 0 0 17 1 0 0
/proc/29974/statm: 7921 7717 79 155 0 7764 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 31684

[startup+51.1013 s]
/proc/loadavg: 1.04 1.01 1.00 2/65 29975
/proc/meminfo: memFree=1161520/2055920 swapFree=4180136/4192956
[pid=29974] ppid=29972 vsize=45380 CPUtime=51.07
/proc/29974/stat : 29974 (precosat) R 29972 29974 29908 0 -1 4194304 11310 0 0 0 5098 9 0 0 25 0 1 0 148082176 46469120 10990 1992294400 134512640 135151029 4294956240 18446744073709551615 134554575 0 0 4096 17442 0 0 0 17 1 0 0
/proc/29974/statm: 11345 10990 79 155 0 11188 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 45380

[startup+102.301 s]
/proc/loadavg: 1.09 1.04 1.01 2/65 29975
/proc/meminfo: memFree=1152496/2055920 swapFree=4180136/4192956
[pid=29974] ppid=29972 vsize=54932 CPUtime=102.26
/proc/29974/stat : 29974 (precosat) R 29972 29974 29908 0 -1 4194304 13555 0 0 0 10214 12 0 0 25 0 1 0 148082176 56250368 13235 1992294400 134512640 135151029 4294956240 18446744073709551615 134554568 0 0 4096 17442 0 0 0 17 1 0 0
/proc/29974/statm: 13733 13235 79 155 0 13576 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 54932

[startup+162.302 s]
/proc/loadavg: 1.06 1.04 1.01 2/65 29975
/proc/meminfo: memFree=1144304/2055920 swapFree=4180136/4192956
[pid=29974] ppid=29972 vsize=63948 CPUtime=162.23
/proc/29974/stat : 29974 (precosat) R 29972 29974 29908 0 -1 4194304 15602 0 0 0 16209 14 0 0 25 0 1 0 148082176 65482752 15282 1992294400 134512640 135151029 4294956240 18446744073709551615 134554774 0 0 4096 17442 0 0 0 17 1 0 0
/proc/29974/statm: 15987 15282 79 155 0 15830 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 63948

[startup+222.304 s]
/proc/loadavg: 1.06 1.05 1.01 2/65 29975
/proc/meminfo: memFree=1139696/2055920 swapFree=4180136/4192956
[pid=29974] ppid=29972 vsize=68572 CPUtime=222.21
/proc/29974/stat : 29974 (precosat) R 29972 29974 29908 0 -1 4194304 16735 0 0 0 22205 16 0 0 25 0 1 0 148082176 70217728 16415 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/29974/statm: 17143 16415 79 155 0 16986 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 68572

[startup+282.302 s]
/proc/loadavg: 1.02 1.03 1.00 2/65 29975
/proc/meminfo: memFree=1134896/2055920 swapFree=4180136/4192956
[pid=29974] ppid=29972 vsize=74420 CPUtime=282.19
/proc/29974/stat : 29974 (precosat) R 29972 29974 29908 0 -1 4194304 17949 0 0 0 28202 17 0 0 25 0 1 0 148082176 76206080 17629 1992294400 134512640 135151029 4294956240 18446744073709551615 134574623 0 0 4096 17442 0 0 0 17 1 0 0
/proc/29974/statm: 18605 17629 79 155 0 18448 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 74420

[startup+342.301 s]
/proc/loadavg: 1.01 1.03 1.00 2/65 29975
/proc/meminfo: memFree=1132088/2055920 swapFree=4180136/4192956
[pid=29974] ppid=29972 vsize=77368 CPUtime=342.17
/proc/29974/stat : 29974 (precosat) R 29972 29974 29908 0 -1 4194304 18620 0 0 0 34199 18 0 0 25 0 1 0 148082176 79224832 18300 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/29974/statm: 19342 18300 79 155 0 19185 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 77368

[startup+402.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 29981
/proc/meminfo: memFree=1129720/2055920 swapFree=4180136/4192956
[pid=29974] ppid=29972 vsize=79836 CPUtime=402.13
/proc/29974/stat : 29974 (precosat) R 29972 29974 29908 0 -1 4194304 19174 0 0 0 40195 18 0 0 25 0 1 0 148082176 81752064 18854 1992294400 134512640 135151029 4294956240 18446744073709551615 134554777 0 0 4096 17442 0 0 0 17 1 0 0
/proc/29974/statm: 19959 18854 79 155 0 19802 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 79836

[startup+462.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 29981
/proc/meminfo: memFree=1123960/2055920 swapFree=4180136/4192956
[pid=29974] ppid=29972 vsize=86080 CPUtime=462.12
/proc/29974/stat : 29974 (precosat) R 29972 29974 29908 0 -1 4194304 20628 0 0 0 46192 20 0 0 25 0 1 0 148082176 88145920 20308 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/29974/statm: 21520 20308 79 155 0 21363 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 86080

[startup+522.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 29981
/proc/meminfo: memFree=1122360/2055920 swapFree=4180136/4192956
[pid=29974] ppid=29972 vsize=88004 CPUtime=522.1
/proc/29974/stat : 29974 (precosat) R 29972 29974 29908 0 -1 4194304 21078 0 0 0 52189 21 0 0 25 0 1 0 148082176 90116096 20758 1992294400 134512640 135151029 4294956240 18446744073709551615 134554809 0 0 4096 17442 0 0 0 17 1 0 0
/proc/29974/statm: 22001 20758 79 155 0 21844 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 88004

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29981
/proc/meminfo: memFree=1120824/2055920 swapFree=4180136/4192956
[pid=29974] ppid=29972 vsize=89876 CPUtime=582.08
/proc/29974/stat : 29974 (precosat) R 29972 29974 29908 0 -1 4194304 21459 0 0 0 58187 21 0 0 25 0 1 0 148082176 92033024 21139 1992294400 134512640 135151029 4294956240 18446744073709551615 134554809 0 0 4096 17442 0 0 0 17 1 0 0
/proc/29974/statm: 22469 21139 79 155 0 22312 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 89876

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29981
/proc/meminfo: memFree=1114296/2055920 swapFree=4180136/4192956
[pid=29974] ppid=29972 vsize=96616 CPUtime=642.05
/proc/29974/stat : 29974 (precosat) R 29972 29974 29908 0 -1 4194304 23127 0 0 0 64182 23 0 0 25 0 1 0 148082176 98934784 22807 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/29974/statm: 24154 22807 79 155 0 23997 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 96616

[startup+702.301 s]

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

[startup+9102.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29997
/proc/meminfo: memFree=988664/2055920 swapFree=4180136/4192956
[pid=29974] ppid=29972 vsize=245760 CPUtime=9099.03
/proc/29974/stat : 29974 (precosat) R 29972 29974 29908 0 -1 4194304 54165 0 0 0 909825 78 0 0 25 0 1 0 148082176 251658240 53845 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/29974/statm: 61440 53845 79 155 0 61283 0
Current children cumulated CPU time (s) 9099.03
Current children cumulated vsize (KiB) 245760

[startup+9162.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29997
/proc/meminfo: memFree=988536/2055920 swapFree=4180136/4192956
[pid=29974] ppid=29972 vsize=245760 CPUtime=9159.02
/proc/29974/stat : 29974 (precosat) R 29972 29974 29908 0 -1 4194304 54178 0 0 0 915823 79 0 0 25 0 1 0 148082176 251658240 53858 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/29974/statm: 61440 53858 79 155 0 61283 0
Current children cumulated CPU time (s) 9159.02
Current children cumulated vsize (KiB) 245760

[startup+9222.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29997
/proc/meminfo: memFree=988536/2055920 swapFree=4180136/4192956
[pid=29974] ppid=29972 vsize=245760 CPUtime=9219
/proc/29974/stat : 29974 (precosat) R 29972 29974 29908 0 -1 4194304 54191 0 0 0 921821 79 0 0 25 0 1 0 148082176 251658240 53871 1992294400 134512640 135151029 4294956240 18446744073709551615 134554760 0 0 4096 17442 0 0 0 17 1 0 0
/proc/29974/statm: 61440 53871 79 155 0 61283 0
Current children cumulated CPU time (s) 9219
Current children cumulated vsize (KiB) 245760

[startup+9282.3 s]
/proc/loadavg: 1.06 1.01 1.00 2/65 29997
/proc/meminfo: memFree=988280/2055920 swapFree=4180136/4192956
[pid=29974] ppid=29972 vsize=245892 CPUtime=9278.97
/proc/29974/stat : 29974 (precosat) R 29972 29974 29908 0 -1 4194304 54237 0 0 0 927818 79 0 0 25 0 1 0 148082176 251793408 53917 1992294400 134512640 135151029 4294956240 18446744073709551615 134551629 0 0 4096 17442 0 0 0 17 1 0 0
/proc/29974/statm: 61473 53917 79 155 0 61316 0
Current children cumulated CPU time (s) 9278.97
Current children cumulated vsize (KiB) 245892

[startup+9342.3 s]
/proc/loadavg: 1.07 1.03 1.00 2/65 29997
/proc/meminfo: memFree=987384/2055920 swapFree=4180136/4192956
[pid=29974] ppid=29972 vsize=246816 CPUtime=9338.95
/proc/29974/stat : 29974 (precosat) R 29972 29974 29908 0 -1 4194304 54468 0 0 0 933816 79 0 0 25 0 1 0 148082176 252739584 54148 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/29974/statm: 61704 54148 79 155 0 61547 0
Current children cumulated CPU time (s) 9338.95
Current children cumulated vsize (KiB) 246816

[startup+9402.3 s]
/proc/loadavg: 1.23 1.07 1.01 2/65 29997
/proc/meminfo: memFree=987128/2055920 swapFree=4180136/4192956
[pid=29974] ppid=29972 vsize=247080 CPUtime=9398.94
/proc/29974/stat : 29974 (precosat) R 29972 29974 29908 0 -1 4194304 54517 0 0 0 939814 80 0 0 25 0 1 0 148082176 253009920 54197 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/29974/statm: 61770 54197 79 155 0 61613 0
Current children cumulated CPU time (s) 9398.94
Current children cumulated vsize (KiB) 247080

[startup+9462.3 s]
/proc/loadavg: 1.16 1.08 1.02 2/65 29997
/proc/meminfo: memFree=987000/2055920 swapFree=4180136/4192956
[pid=29974] ppid=29972 vsize=247080 CPUtime=9458.92
/proc/29974/stat : 29974 (precosat) R 29972 29974 29908 0 -1 4194304 54564 0 0 0 945812 80 0 0 25 0 1 0 148082176 253009920 54244 1992294400 134512640 135151029 4294956240 18446744073709551615 134554568 0 0 4096 17442 0 0 0 17 1 0 0
/proc/29974/statm: 61770 54244 79 155 0 61613 0
Current children cumulated CPU time (s) 9458.92
Current children cumulated vsize (KiB) 247080

[startup+9522.3 s]
/proc/loadavg: 1.06 1.06 1.01 2/65 29997
/proc/meminfo: memFree=986808/2055920 swapFree=4180136/4192956
[pid=29974] ppid=29972 vsize=247216 CPUtime=9518.89
/proc/29974/stat : 29974 (precosat) R 29972 29974 29908 0 -1 4194304 54601 0 0 0 951809 80 0 0 25 0 1 0 148082176 253149184 54281 1992294400 134512640 135151029 4294956240 18446744073709551615 134554568 0 0 4096 17442 0 0 0 17 1 0 0
/proc/29974/statm: 61804 54281 79 155 0 61647 0
Current children cumulated CPU time (s) 9518.89
Current children cumulated vsize (KiB) 247216

[startup+9582.3 s]
/proc/loadavg: 1.02 1.05 1.01 2/65 29997
/proc/meminfo: memFree=986552/2055920 swapFree=4180136/4192956
[pid=29974] ppid=29972 vsize=247616 CPUtime=9578.87
/proc/29974/stat : 29974 (precosat) R 29972 29974 29908 0 -1 4194304 54651 0 0 0 957806 81 0 0 25 0 1 0 148082176 253558784 54331 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/29974/statm: 61904 54331 79 155 0 61747 0
Current children cumulated CPU time (s) 9578.87
Current children cumulated vsize (KiB) 247616

[startup+9642.3 s]
/proc/loadavg: 1.00 1.04 1.00 2/65 29997
/proc/meminfo: memFree=986360/2055920 swapFree=4180136/4192956
[pid=29974] ppid=29972 vsize=247748 CPUtime=9638.85
/proc/29974/stat : 29974 (precosat) R 29972 29974 29908 0 -1 4194304 54695 0 0 0 963804 81 0 0 25 0 1 0 148082176 253693952 54375 1992294400 134512640 135151029 4294956240 18446744073709551615 134578219 0 0 4096 17442 0 0 0 17 1 0 0
/proc/29974/statm: 61937 54375 79 155 0 61780 0
Current children cumulated CPU time (s) 9638.85
Current children cumulated vsize (KiB) 247748

[startup+9702.3 s]
/proc/loadavg: 1.00 1.03 1.00 2/65 29997
/proc/meminfo: memFree=986168/2055920 swapFree=4180136/4192956
[pid=29974] ppid=29972 vsize=248008 CPUtime=9698.83
/proc/29974/stat : 29974 (precosat) R 29972 29974 29908 0 -1 4194304 54736 0 0 0 969802 81 0 0 25 0 1 0 148082176 253960192 54416 1992294400 134512640 135151029 4294956240 18446744073709551615 134520387 0 0 4096 17442 0 0 0 17 1 0 0
/proc/29974/statm: 62002 54416 79 155 0 61845 0
Current children cumulated CPU time (s) 9698.83
Current children cumulated vsize (KiB) 248008

[startup+9762.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 29997
/proc/meminfo: memFree=986104/2055920 swapFree=4180136/4192956
[pid=29974] ppid=29972 vsize=248008 CPUtime=9758.81
/proc/29974/stat : 29974 (precosat) R 29972 29974 29908 0 -1 4194304 54743 0 0 0 975800 81 0 0 25 0 1 0 148082176 253960192 54423 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/29974/statm: 62002 54423 79 155 0 61845 0
Current children cumulated CPU time (s) 9758.81
Current children cumulated vsize (KiB) 248008

[startup+9822.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 29999
/proc/meminfo: memFree=986040/2055920 swapFree=4180136/4192956
[pid=29974] ppid=29972 vsize=248008 CPUtime=9818.78
/proc/29974/stat : 29974 (precosat) R 29972 29974 29908 0 -1 4194304 54746 0 0 0 981797 81 0 0 25 0 1 0 148082176 253960192 54426 1992294400 134512640 135151029 4294956240 18446744073709551615 134520407 0 0 4096 17442 0 0 0 17 1 0 0
/proc/29974/statm: 62002 54426 79 155 0 61845 0
Current children cumulated CPU time (s) 9818.78
Current children cumulated vsize (KiB) 248008

[startup+9882.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 29999
/proc/meminfo: memFree=986040/2055920 swapFree=4180136/4192956
[pid=29974] ppid=29972 vsize=248136 CPUtime=9878.76
/proc/29974/stat : 29974 (precosat) R 29972 29974 29908 0 -1 4194304 54754 0 0 0 987795 81 0 0 25 0 1 0 148082176 254091264 54434 1992294400 134512640 135151029 4294956240 18446744073709551615 134554777 0 0 4096 17442 0 0 0 17 1 0 0
/proc/29974/statm: 62034 54434 79 155 0 61877 0
Current children cumulated CPU time (s) 9878.76
Current children cumulated vsize (KiB) 248136

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29999
/proc/meminfo: memFree=985976/2055920 swapFree=4180136/4192956
[pid=29974] ppid=29972 vsize=248328 CPUtime=9938.74
/proc/29974/stat : 29974 (precosat) R 29972 29974 29908 0 -1 4194304 54788 0 0 0 993793 81 0 0 25 0 1 0 148082176 254287872 54468 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/29974/statm: 62082 54468 79 155 0 61925 0
Current children cumulated CPU time (s) 9938.74
Current children cumulated vsize (KiB) 248328

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29999
/proc/meminfo: memFree=985656/2055920 swapFree=4180136/4192956
[pid=29974] ppid=29972 vsize=248848 CPUtime=9998.72
/proc/29974/stat : 29974 (precosat) R 29972 29974 29908 0 -1 4194304 54865 0 0 0 999791 81 0 0 25 0 1 0 148082176 254820352 54545 1992294400 134512640 135151029 4294956240 18446744073709551615 134554809 0 0 4096 17442 0 0 0 17 1 0 0
/proc/29974/statm: 62212 54545 79 155 0 62055 0
Current children cumulated CPU time (s) 9998.72
Current children cumulated vsize (KiB) 248848



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10003.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29999
/proc/meminfo: memFree=985656/2055920 swapFree=4180136/4192956
[pid=29974] ppid=29972 vsize=248848 CPUtime=10000
/proc/29974/stat : 29974 (precosat) R 29972 29974 29908 0 -1 4194304 54865 0 0 0 999921 81 0 0 25 0 1 0 148082176 254820352 54545 1992294400 134512640 135151029 4294956240 18446744073709551615 134554777 0 0 4096 17442 0 0 0 17 1 0 0
/proc/29974/statm: 62212 54545 79 155 0 62055 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 248848

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

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

[startup+10003.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29999
/proc/meminfo: memFree=985656/2055920 swapFree=4180136/4192956
[pid=29974] ppid=29972 vsize=248848 CPUtime=10000
/proc/29974/stat : 29974 (precosat) R 29972 29974 29908 0 -1 4194304 54865 0 0 0 999921 81 0 0 25 0 1 0 148082176 254820352 54545 1992294400 134512640 135151029 4294956240 18446744073709551615 134554777 0 0 4096 17442 0 0 0 17 1 0 0
/proc/29974/statm: 62212 54545 79 155 0 62055 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 248848

Child ended because it received signal 15 (SIGTERM)
Real time (s): 10003.6
CPU time (s): 10000.1
CPU user time (s): 9999.21
CPU system time (s): 0.85387
CPU usage (%): 99.9643
Max. virtual memory (cumulated for all children) (KiB): 248848

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

runsolver used 9.44056 second user time and 17.9643 second system time

The end

Launcher Data

Begin job on node4 at 2009-05-01 19:54:42
IDJOB=1775191
IDBENCH=71100
IDSOLVER=607
FILE ID=node4/1775191-1241200482
PBS_JOBID= 9224670
Free space on /tmp= 66384 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-1775191-1241200482/watcher-1775191-1241200482 -o /tmp/evaluation-result-1775191-1241200482/solver-1775191-1241200482 -C 10000 -W 12000 -M 1800  HOME/precosat HOME/instance-1775191-1241200482.cnf

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

MD5SUM BENCH= 604e1311b2fcb3c933399ca7195c63f1
RANDOM SEED=1512750249

node4.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.265
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.265
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:       1205840 kB
Buffers:         71560 kB
Cached:         704216 kB
SwapCached:       7244 kB
Active:         238972 kB
Inactive:       546032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1205840 kB
SwapTotal:     4192956 kB
SwapFree:      4180136 kB
Dirty:            2844 kB
Writeback:           0 kB
Mapped:          13572 kB
Slab:            50972 kB
Committed_AS:   851972 kB
PageTables:       1480 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= 66384 MiB
End job on node4 at 2009-05-01 22:41:28