Trace number 1561110

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.08 1207.03

General information on the benchmark

NameCRAFTED/edgematching/
compact/em_9_3_5_cmp.cnf
MD5SUMb2b9255b6dd854658cbd4bd594382e55
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark485.063
Satisfiable
(Un)Satisfiability was proved
Number of variables3857
Number of clauses39932
Sum of the clauses size134967
Maximum clause length49
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 24591
Number of clauses of size 326002
Number of clauses of size 44516
Number of clauses of size 54669
Number of clauses of size over 5154

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-1561110-1238761629.cnf
0.00/0.00	c found header 'p cnf 3857 39932'
0.00/0.05	c finished parsing
0.00/0.05	c
0.00/0.05	c --check=0 --verbose=0 --order=3 --simprd=40 --merge=1 --hash=1
0.00/0.05	c --dominate=1 --restart=1 --restartint=100 --rebias=1 --rebiasint=1000
0.00/0.05	c --probe=1 --probeint=100000 --probeprd=10 --decompose=1 --minimize=3
0.00/0.05	c --maxdepth=1000 --strength=10 --elim=1 --elimint=300000 --elimprd=20
0.00/0.05	c --subst=1 --ands=1 --xors=1 --ites=1 --minlimit=1000 --maxlimit=10000000
0.00/0.05	c --random=1 --spread=2000 --seed=0 --skip=25
0.00/0.05	c
0.00/0.05	c sizeof     vars[0] = 16   alignment = 0       0 MB
0.00/0.05	c sizeof     orgs[0] =  8   alignment = 0       0 MB
0.00/0.05	c sizeof     occs[0] =  8   alignment = 0       0 MB
0.00/0.05	c sizeof iirfs[0..1] =  8   alignment = 0       0 MB
0.00/0.05	c
0.00/0.05	c starting search after 0.0 seconds
0.00/0.05	c no decision limit
0.00/0.05	c
0.00/0.05	c       original/binary      fixed     eliminated      learned       agility
0.00/0.05	c   seconds        variables     equivalent    conflicts       height       MB
0.00/0.05	c
0.00/0.05	c *    0.0    39932    3857      0     0      0       0      0    0.0   0    3
0.28/0.31	c s    0.3    40381    3704    124    24      5       0      0    0.0   0    3
0.28/0.31	c l    0.3    40381    3704    124    24      5       0  33988    0.0   0    3
0.28/0.32	c R    0.3    40387    3704    124    24      5     101    101  290.2   2    3
0.28/0.34	c R    0.3    40402    3704    124    24      5     201    201  346.0   1    3
0.38/0.41	c R    0.4    40442    3704    124    24      5     802    794  479.9   3    3
0.38/0.43	c B    0.4    40451    3704    124    24      5    1001    992  468.6  10    3
0.48/0.51	c B    0.5    40481    3704    124    24      5    2002   1992  446.6  10    4
0.48/0.54	c R    0.5    40482    3704    124    24      5    2406   2396  441.8  11    4
0.99/1.08	c R    1.1    40844    3704    124    24      5    6420   6377  444.3  10    6
1.28/1.30	c B    1.3    41522    3704    124    24      5    8009   7966  439.0   7    7
1.48/1.59	c s    1.6    41632    3704    124    24      5    9531   9470  426.7   7    6
2.67/2.71	c R    2.7    42850    3704    124    24      5   16039  15942  423.0   9   10
4.06/4.15	c s    4.1    43525    3704    124    24      5   22552  22419  416.9   3   12
4.46/4.50	c B    4.5    43702    3704    124    24      5   24017  23871  414.5   3   14
7.44/7.50	c +    7.5    47637    3704    124    24      5   33989  37386  416.5   7   19
7.74/7.80	c s    7.7    47637    3704    124    24      5   35046  34802  415.8   8   15
8.44/8.57	c R    8.5    47804    3704    124    24      5   38485  37421  413.3   7   19
9.03/9.18	c +    9.1    47816    3704    124    24      5   42485  41124  410.7   7   19
12.21/12.33	c
12.21/12.33	c       original/binary      fixed     eliminated      learned       agility
12.21/12.33	c   seconds        variables     equivalent    conflicts       height       MB
12.21/12.33	c
12.21/12.33	c +   12.3    49232    3704    124    24      5   53105  45236  405.4   6   22
12.91/13.06	c s   13.0    49519    3704    124    24      5   54908  42932  404.7   7   18
15.69/15.86	c B   15.8    51827    3704    124    24      5   64031  45394  404.5  10   22
16.39/16.58	c +   16.5    52115    3704    124    24      5   66380  49759  402.7   4   23
19.37/19.50	c s   19.4    54664    3704    124    24      5   73556  49834  403.0   3   20
22.15/22.31	c +   22.2    56549    3704    124    24      5   82976  54734  401.8   6   24
23.34/23.54	c R   23.4    56955    3704    124    24      5   89768  54747  399.7   7   26
26.83/27.07	c s   26.9    57171    3704    124    24      5  103010  54832  395.0   3   21
27.13/27.36	c +   27.2    57201    3704    124    24      5  103720  60207  394.7   5   23
35.57/35.81	c s   35.6    60777    3704    124    24      5  125737  60301  392.4   7   23
36.76/37.00	c +   36.8    60913    3704    124    24      5  129652  66227  392.7   7   27
45.32/45.62	c s   45.4    63596    3704    124    24      5  151230  66239  391.5   7   25
49.00/49.35	c B   49.1    64947    3704    124    24      5  160053  66353  391.7   4   31
49.69/50.02	c +   49.7    65038    3704    124    24      5  162065  72849  391.4   4   31
56.76/57.11	c s   56.8    67294    3704    124    24      5  178408  72965  392.1   5   28
65.20/65.69	c +   65.3    68926    3704    124    24      5  202584  80133  390.4   7   37
65.80/66.24	c R   65.8    68927    3704    124    24      5  205150  75432  390.0   7   38
67.69/68.11	c s   67.7    68929    3704    124    24      5  211638  80125  388.9   6   33
83.30/83.82	c s   83.3    70111    3704    124    24      5  245593  80272  384.7   9   36
86.18/86.74	c
86.18/86.74	c       original/binary      fixed     eliminated      learned       agility
86.18/86.74	c   seconds        variables     equivalent    conflicts       height       MB
86.18/86.74	c
86.18/86.74	c +   86.2    70920    3704    124    24      5  253231  88146  385.5   8   43
99.70/100.32	c s   99.7    73132    3704    124    24      5  277756  88162  386.0   5   39
118.39/119.14	c s  118.4    76474    3704    124    24      5  310925  88138  384.4   7   37
120.98/121.72	c +  121.0    77390    3704    124    24      5  316535  96960  384.5   7   42
135.40/136.27	c s  135.5    78758    3704    124    24      5  347572  97032  382.7   7   39
154.99/155.92	c s  155.0    82713    3704    124    24      5  381891  96950  382.3   7   38
156.38/157.34	c B  156.4    83516    3704    124    24      5  384099  97104  382.3   7   43
162.34/163.31	c +  162.4    84746    3704    124    24      5  395665 106656  382.3   8   47
175.46/176.52	c s  175.5    87216    3704    124    24      5  417133 106748  382.6   4   43
196.04/197.27	c s  196.1    88488    3704    124    24      5  459870 112828  383.5   6   48
197.83/199.02	c R  197.9    88568    3704    124    24      5  461500 106666  383.3   7   47
208.67/210.00	c +  208.8    88897    3704    124    24      5  494582 117321  380.5   7   53
215.04/216.30	c s  215.1    88897    3704    124    24      5  509170 117334  379.3   7   51
245.87/247.34	c s  245.9    92215    3704    124    24      5  546741 117455  379.4   6   50
274.50/276.19	c s  274.6    95195    3704    124    24      5  587930 117442  378.9   9   49
292.59/294.39	c +  292.7    97126    3704    124    24      5  618225 129053  380.5   7   62
299.75/301.55	c s  299.8    98523    3704    124    24      5  626778 125934  380.6   7   55
331.17/333.13	c s  331.2   101449    3704    124    24      5  670782 129172  380.4   5   55
360.59/362.76	c s  360.7   103326    3704    124    24      5  715315 129236  381.1   6   55
391.61/393.95	c
391.61/393.95	c       original/binary      fixed     eliminated      learned       agility
391.61/393.95	c   seconds        variables     equivalent    conflicts       height       MB
391.61/393.95	c
391.61/393.95	c s  391.7   104802    3704    124    24      5  764849 129176  380.2   5   55
397.18/399.51	c +  397.2   104974    3704    124    24      5  772780 141958  380.0   6   64
424.03/426.55	c s  424.1   106328    3704    124    24      5  809932 142111  380.0   6   62
458.53/461.27	c s  458.6   108153    3704    124    24      5  856317 142199  381.9   7   65
492.14/495.02	c B  492.2   109713    3704    124    24      5  896232 142165  383.0   6   81
496.51/499.41	c s  496.5   109892    3704    124    24      5  901612 142089  383.3   6   66
532.50/535.67	c s  532.6   111447    3704    124    24      5  945479 142141  386.2   4   68
542.74/545.97	c +  542.8   111544    3704    124    24      5  965977 156153  386.7  10   79
564.51/567.81	c s  564.5   112283    3704    124    24      5  998470 156409  387.3   9   79
584.40/587.83	c R  584.4   112856    3704    124    24      5 1025427 156262  388.4   7   93
597.72/601.20	c s  597.7   113182    3704    124    24      5 1055561 156153  386.9   5   74
628.94/632.65	c s  629.0   113334    3704    124    24      5 1117861 156253  384.2   5   68
673.29/677.20	c s  673.3   114448    3704    124    24      5 1168433 156239  384.1   6   66
703.72/707.88	c +  703.8   115426    3704    124    24      5 1207471 171768  384.8   8   87
712.47/716.65	c s  712.5   115619    3704    124    24      5 1218564 167369  385.1   5   79
760.19/764.69	c s  760.3   116325    3704    124    24      5 1273362 171830  384.4   6   81
807.72/812.42	c s  807.7   117180    3704    124    24      5 1328097 171773  384.3   6   78
854.95/860.00	c s  855.1   117643    3704    124    24      5 1385892 171992  383.6   4   75
902.76/908.07	c s  902.8   118409    3704    124    24      5 1436776 171955  385.3   5   77
950.99/956.55	c
950.99/956.55	c       original/binary      fixed     eliminated      learned       agility
950.99/956.55	c   seconds        variables     equivalent    conflicts       height       MB
950.99/956.55	c
950.99/956.55	c s  951.0   119139    3704    124    24      5 1489024 171899  386.0   8   92
973.56/979.20	c +  973.6   119481    3704    124    24      5 1509336 188944  386.2   9  105
1007.46/1013.39	c s 1007.6   120046    3704    124    24      5 1536576 189197  386.2   6  103
1050.51/1056.61	c s 1050.5   120299    3704    124    24      5 1604454 188949  385.0   6   92
1100.93/1107.35	c s 1101.0   120622    3704    124    24      5 1667110 189213  384.6   5   87
1163.76/1170.53	c s 1163.8   121136    3704    124    24      5 1720617 189165  384.9   6   86
1200.05/1207.00	c
1200.05/1207.00	c *** CAUGHT SIGNAL 15 ***
1200.05/1207.00	c
1200.05/1207.00	c 1758421 conflicts, 13924069 decisions, 6977 random
1200.05/1207.00	c 0 iterations, 3386 restarts, 0 skipped
1200.05/1207.00	c 18 enlarged, 1391 shrunken, 17208 rescored, 485 rebiased
1200.05/1207.00	c 43 simplifications, 0 reductions
1200.05/1207.00	c
1200.05/1207.00	c vars: 124 fixed, 24 equiv, 5 elim, 24 merged
1200.05/1207.00	c elim: 134941 resolutions, 1 phases, 1 rounds
1200.05/1207.00	c sbst: 40% substituted, 0.0% nots, 100.0% ands, 0.0% xors, 0.0% ites
1200.05/1207.00	c arty: 2.00 and 0.00 xor average arity
1200.05/1207.00	c prbe: 794914 probed, 271 phases, 107 rounds
1200.05/1207.00	c prbe: 12 failed, 0 lifted, 4 merged
1200.05/1207.00	c sccs: 0 non trivial, 0 fixed, 0 merged
1200.05/1207.00	c hash: 0 units, 20 merged
1200.05/1207.00	c mins: 195525987 learned, 20% deleted, 266 strong, 27 depth
1200.05/1207.00	c subs: 1351 forward, 1349 backward, 5986 doms
1200.05/1207.00	c strs: 3 forward, 0 backward
1200.05/1207.00	c doms: 9609 dominators, 7111 high, 6 low
1200.05/1207.00	c prps: 352899262 propagations, 0.29 megaprops
1200.05/1207.00	c
1200.05/1207.00	c 1200.1 seconds, 120 MB max, 706 MB recycled
1200.05/1207.00	c
1200.05/1207.00	c *** CAUGHT SIGNAL 15 ***
1200.05/1207.00	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-1561110-1238761629/watcher-1561110-1238761629 -o /tmp/evaluation-result-1561110-1238761629/solver-1561110-1238761629 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/precosat HOME/instance-1561110-1238761629.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: 2.01 2.03 2.00 4/85 12373
/proc/meminfo: memFree=1821952/2055920 swapFree=4170404/4192956
[pid=12373] ppid=12371 vsize=18576 CPUtime=0
/proc/12373/stat : 12373 (runsolver) R 12371 12373 12274 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 1148823852 19021824 292 1992294400 4194304 4302564 548682068496 18446744073709551615 233402068263 0 0 4096 24578 0 0 0 17 1 0 0
/proc/12373/statm: 4644 292 257 26 0 2626 0

[startup+0.0880879 s]
/proc/loadavg: 2.01 2.03 2.00 4/85 12373
/proc/meminfo: memFree=1821952/2055920 swapFree=4170404/4192956
[pid=12373] ppid=12371 vsize=4244 CPUtime=0.07
/proc/12373/stat : 12373 (precosat) R 12371 12373 12274 0 -1 4194304 991 0 0 0 7 0 0 0 22 0 1 0 1148823852 4345856 975 1992294400 134512640 135151029 4294956240 18446744073709551615 134554582 0 0 4096 17442 0 0 0 17 1 0 0
/proc/12373/statm: 1061 975 79 155 0 904 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 4244

[startup+0.101091 s]
/proc/loadavg: 2.01 2.03 2.00 4/85 12373
/proc/meminfo: memFree=1821952/2055920 swapFree=4170404/4192956
[pid=12373] ppid=12371 vsize=4376 CPUtime=0.08
/proc/12373/stat : 12373 (precosat) R 12371 12373 12274 0 -1 4194304 1003 0 0 0 8 0 0 0 22 0 1 0 1148823852 4481024 987 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/12373/statm: 1094 987 79 155 0 937 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 4376

[startup+0.301116 s]
/proc/loadavg: 2.01 2.03 2.00 4/85 12373
/proc/meminfo: memFree=1821952/2055920 swapFree=4170404/4192956
[pid=12373] ppid=12371 vsize=5196 CPUtime=0.28
/proc/12373/stat : 12373 (precosat) R 12371 12373 12274 0 -1 4194304 1259 0 0 0 28 0 0 0 23 0 1 0 1148823852 5320704 1199 1992294400 134512640 135151029 4294956240 18446744073709551615 134697845 0 0 4096 17442 0 0 0 17 1 0 0
/proc/12373/statm: 1299 1199 79 155 0 1142 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 5196

[startup+0.701151 s]
/proc/loadavg: 2.01 2.03 2.00 4/85 12373
/proc/meminfo: memFree=1821952/2055920 swapFree=4170404/4192956
[pid=12373] ppid=12371 vsize=5592 CPUtime=0.68
/proc/12373/stat : 12373 (precosat) R 12371 12373 12274 0 -1 4194304 1376 0 0 0 68 0 0 0 25 0 1 0 1148823852 5726208 1316 1992294400 134512640 135151029 4294956240 18446744073709551615 134567741 0 0 4096 17442 0 0 0 17 1 0 0
/proc/12373/statm: 1398 1316 79 155 0 1241 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 5592

[startup+1.50123 s]
/proc/loadavg: 2.01 2.03 2.00 3/86 12374
/proc/meminfo: memFree=1815928/2055920 swapFree=4170404/4192956
[pid=12373] ppid=12371 vsize=8628 CPUtime=1.48
/proc/12373/stat : 12373 (precosat) R 12371 12373 12274 0 -1 4194304 2133 0 0 0 147 1 0 0 25 0 1 0 1148823852 8835072 2073 1992294400 134512640 135151029 4294956240 18446744073709551615 134554571 0 0 4096 17442 0 0 0 17 1 0 0
/proc/12373/statm: 2157 2073 79 155 0 2000 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 8628

[startup+3.10139 s]
/proc/loadavg: 2.01 2.03 2.00 3/86 12374
/proc/meminfo: memFree=1812600/2055920 swapFree=4170404/4192956
[pid=12373] ppid=12371 vsize=13916 CPUtime=3.07
/proc/12373/stat : 12373 (precosat) R 12371 12373 12274 0 -1 4194304 3441 0 0 0 305 2 0 0 25 0 1 0 1148823852 14249984 3381 1992294400 134512640 135151029 4294956240 18446744073709551615 134574578 0 0 4096 17442 0 0 0 17 1 0 0
/proc/12373/statm: 3479 3381 79 155 0 3322 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 13916

[startup+6.30171 s]
/proc/loadavg: 2.01 2.03 2.00 3/86 12374
/proc/meminfo: memFree=1805240/2055920 swapFree=4170404/4192956
[pid=12373] ppid=12371 vsize=18820 CPUtime=6.25
/proc/12373/stat : 12373 (precosat) R 12371 12373 12274 0 -1 4194304 4697 0 0 0 622 3 0 0 25 0 1 0 1148823852 19271680 4604 1992294400 134512640 135151029 4294956240 18446744073709551615 134554777 0 0 4096 17442 0 0 0 17 1 0 0
/proc/12373/statm: 4705 4604 79 155 0 4548 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 18820

[startup+12.7013 s]
/proc/loadavg: 2.01 2.03 2.00 3/86 12374
/proc/meminfo: memFree=1798520/2055920 swapFree=4170404/4192956
[pid=12373] ppid=12371 vsize=24220 CPUtime=12.61
/proc/12373/stat : 12373 (precosat) R 12371 12373 12274 0 -1 4194304 6033 0 0 0 1257 4 0 0 25 0 1 0 1148823852 24801280 5940 1992294400 134512640 135151029 4294956240 18446744073709551615 134554791 0 0 4096 17442 0 0 0 17 1 0 0
/proc/12373/statm: 6055 5940 79 155 0 5898 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 24220

[startup+25.5016 s]
/proc/loadavg: 2.00 2.03 2.00 3/86 12374
/proc/meminfo: memFree=1793464/2055920 swapFree=4170404/4192956
[pid=12373] ppid=12371 vsize=29108 CPUtime=25.34
/proc/12373/stat : 12373 (precosat) R 12371 12373 12274 0 -1 4194304 7265 0 0 0 2528 6 0 0 25 0 1 0 1148823852 29806592 7172 1992294400 134512640 135151029 4294956240 18446744073709551615 134554833 0 0 4096 17442 0 0 0 17 1 0 0
/proc/12373/statm: 7277 7172 79 155 0 7120 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 29108

[startup+51.1012 s]
/proc/loadavg: 2.00 2.03 2.00 3/86 12374
/proc/meminfo: memFree=1787256/2055920 swapFree=4170404/4192956
[pid=12373] ppid=12371 vsize=36096 CPUtime=50.78
/proc/12373/stat : 12373 (precosat) R 12371 12373 12274 0 -1 4194304 9242 0 0 0 5071 7 0 0 25 0 1 0 1148823852 36962304 8912 1992294400 134512640 135151029 4294956240 18446744073709551615 134555084 0 0 4096 17442 0 0 0 17 1 0 0
/proc/12373/statm: 9024 8912 79 155 0 8867 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 36096

[startup+102.307 s]
/proc/loadavg: 2.00 2.02 2.00 3/86 12374
/proc/meminfo: memFree=1769208/2055920 swapFree=4170404/4192956
[pid=12373] ppid=12371 vsize=53068 CPUtime=101.69
/proc/12373/stat : 12373 (precosat) R 12371 12373 12274 0 -1 4194304 13647 0 0 0 10159 10 0 0 25 0 1 0 1148823852 54341632 13107 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/12373/statm: 13267 13107 79 155 0 13110 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 53068

[startup+162.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/86 12374
/proc/meminfo: memFree=1768312/2055920 swapFree=4170404/4192956
[pid=12373] ppid=12371 vsize=53664 CPUtime=161.35
/proc/12373/stat : 12373 (precosat) R 12371 12373 12274 0 -1 4194304 14028 0 0 0 16124 11 0 0 25 0 1 0 1148823852 54951936 13333 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/12373/statm: 13416 13333 79 155 0 13259 0
Current children cumulated CPU time (s) 161.35
Current children cumulated vsize (KiB) 53664

[startup+222.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/86 12374
/proc/meminfo: memFree=1756408/2055920 swapFree=4170404/4192956
[pid=12373] ppid=12371 vsize=66404 CPUtime=221
/proc/12373/stat : 12373 (precosat) R 12371 12373 12274 0 -1 4194304 17694 0 0 0 22086 14 0 0 25 0 1 0 1148823852 67997696 16373 1992294400 134512640 135151029 4294956240 18446744073709551615 134554722 0 0 4096 17442 0 0 0 17 1 0 0
/proc/12373/statm: 16601 16373 79 155 0 16444 0
Current children cumulated CPU time (s) 221
Current children cumulated vsize (KiB) 66404

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 12374
/proc/meminfo: memFree=1754744/2055920 swapFree=4170404/4192956
[pid=12373] ppid=12371 vsize=67016 CPUtime=280.66
/proc/12373/stat : 12373 (precosat) R 12371 12373 12274 0 -1 4194304 18902 0 0 0 28050 16 0 0 25 0 1 0 1148823852 68624384 16666 1992294400 134512640 135151029 4294956240 18446744073709551615 134554777 0 0 4096 17442 0 0 0 17 1 0 0
/proc/12373/statm: 16754 16666 79 155 0 16597 0
Current children cumulated CPU time (s) 280.66
Current children cumulated vsize (KiB) 67016

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 12374
/proc/meminfo: memFree=1749376/2055920 swapFree=4170404/4192956
[pid=12373] ppid=12371 vsize=72488 CPUtime=340.31
/proc/12373/stat : 12373 (precosat) R 12371 12373 12274 0 -1 4194304 20782 0 0 0 34013 18 0 0 25 0 1 0 1148823852 74227712 18037 1992294400 134512640 135151029 4294956240 18446744073709551615 134581738 0 0 4096 17442 0 0 0 17 1 0 0
/proc/12373/statm: 18122 18037 79 155 0 17965 0
Current children cumulated CPU time (s) 340.31
Current children cumulated vsize (KiB) 72488

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 12374
/proc/meminfo: memFree=1747200/2055920 swapFree=4170404/4192956
[pid=12373] ppid=12371 vsize=74556 CPUtime=399.96
/proc/12373/stat : 12373 (precosat) R 12371 12373 12274 0 -1 4194304 22279 0 0 0 39977 19 0 0 25 0 1 0 1148823852 76345344 18524 1992294400 134512640 135151029 4294956240 18446744073709551615 134574641 0 0 4096 17442 0 0 0 17 1 0 0
/proc/12373/statm: 18639 18524 79 155 0 18482 0
Current children cumulated CPU time (s) 399.96
Current children cumulated vsize (KiB) 74556

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 12374
/proc/meminfo: memFree=1736256/2055920 swapFree=4170404/4192956
[pid=12373] ppid=12371 vsize=85604 CPUtime=459.62
/proc/12373/stat : 12373 (precosat) R 12371 12373 12274 0 -1 4194304 25799 0 0 0 45941 21 0 0 25 0 1 0 1148823852 87658496 21247 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/12373/statm: 21401 21247 79 155 0 21244 0
Current children cumulated CPU time (s) 459.62
Current children cumulated vsize (KiB) 85604

[startup+522.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 12374
/proc/meminfo: memFree=1733568/2055920 swapFree=4170404/4192956
[pid=12373] ppid=12371 vsize=88324 CPUtime=519.28
/proc/12373/stat : 12373 (precosat) R 12371 12373 12274 0 -1 4194304 26901 0 0 0 51906 22 0 0 25 0 1 0 1148823852 90443776 21963 1992294400 134512640 135151029 4294956240 18446744073709551615 134581561 0 0 4096 17442 0 0 0 17 1 0 0
/proc/12373/statm: 22081 21963 79 155 0 21924 0
Current children cumulated CPU time (s) 519.28
Current children cumulated vsize (KiB) 88324

[startup+582.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 12374
/proc/meminfo: memFree=1723200/2055920 swapFree=4170404/4192956
[pid=12373] ppid=12371 vsize=98644 CPUtime=578.93
/proc/12373/stat : 12373 (precosat) R 12371 12373 12274 0 -1 4194304 30251 0 0 0 57868 25 0 0 25 0 1 0 1148823852 101011456 24541 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/12373/statm: 24661 24541 79 155 0 24504 0
Current children cumulated CPU time (s) 578.93
Current children cumulated vsize (KiB) 98644

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 12374
/proc/meminfo: memFree=1720576/2055920 swapFree=4170404/4192956
[pid=12373] ppid=12371 vsize=100836 CPUtime=638.59
/proc/12373/stat : 12373 (precosat) R 12371 12373 12274 0 -1 4194304 31763 0 0 0 63833 26 0 0 25 0 1 0 1148823852 103256064 25125 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/12373/statm: 25209 25125 79 155 0 25052 0
Current children cumulated CPU time (s) 638.59
Current children cumulated vsize (KiB) 100836

[startup+702.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 12374
/proc/meminfo: memFree=1720576/2055920 swapFree=4170404/4192956
[pid=12373] ppid=12371 vsize=100836 CPUtime=698.25
/proc/12373/stat : 12373 (precosat) R 12371 12373 12274 0 -1 4194304 32151 0 0 0 69798 27 0 0 25 0 1 0 1148823852 103256064 25127 1992294400 134512640 135151029 4294956240 18446744073709551615 134554907 0 0 4096 17442 0 0 0 17 1 0 0
/proc/12373/statm: 25209 25127 79 155 0 25052 0
Current children cumulated CPU time (s) 698.25
Current children cumulated vsize (KiB) 100836

[startup+762.308 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 12374
/proc/meminfo: memFree=1717248/2055920 swapFree=4170404/4192956
[pid=12373] ppid=12371 vsize=104532 CPUtime=757.91
/proc/12373/stat : 12373 (precosat) R 12371 12373 12274 0 -1 4194304 33414 0 0 0 75763 28 0 0 25 0 1 0 1148823852 107040768 26004 1992294400 134512640 135151029 4294956240 18446744073709551615 134555130 0 0 4096 17442 0 0 0 17 1 0 0
/proc/12373/statm: 26133 26004 79 155 0 25976 0
Current children cumulated CPU time (s) 757.91
Current children cumulated vsize (KiB) 104532

[startup+822.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 12374
/proc/meminfo: memFree=1714816/2055920 swapFree=4170404/4192956
[pid=12373] ppid=12371 vsize=106676 CPUtime=817.56
/proc/12373/stat : 12373 (precosat) R 12371 12373 12274 0 -1 4194304 34741 0 0 0 81727 29 0 0 25 0 1 0 1148823852 109236224 26559 1992294400 134512640 135151029 4294956240 18446744073709551615 134520434 0 0 4096 17442 0 0 0 17 1 0 0
/proc/12373/statm: 26669 26559 79 155 0 26512 0
Current children cumulated CPU time (s) 817.56
Current children cumulated vsize (KiB) 106676

[startup+882.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 12374
/proc/meminfo: memFree=1714688/2055920 swapFree=4170404/4192956
[pid=12373] ppid=12371 vsize=106676 CPUtime=877.21
/proc/12373/stat : 12373 (precosat) R 12371 12373 12274 0 -1 4194304 35137 0 0 0 87692 29 0 0 25 0 1 0 1148823852 109236224 26569 1992294400 134512640 135151029 4294956240 18446744073709551615 134574845 0 0 4096 17442 0 0 0 17 1 0 0
/proc/12373/statm: 26669 26569 79 155 0 26512 0
Current children cumulated CPU time (s) 877.21
Current children cumulated vsize (KiB) 106676

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 12374
/proc/meminfo: memFree=1708288/2055920 swapFree=4170404/4192956
[pid=12373] ppid=12371 vsize=113568 CPUtime=936.87
/proc/12373/stat : 12373 (precosat) R 12371 12373 12274 0 -1 4194304 37198 0 0 0 93657 30 0 0 25 0 1 0 1148823852 116293632 28244 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/12373/statm: 28392 28244 79 155 0 28235 0
Current children cumulated CPU time (s) 936.87
Current children cumulated vsize (KiB) 113568

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 12376
/proc/meminfo: memFree=1695104/2055920 swapFree=4170404/4192956
[pid=12373] ppid=12371 vsize=126628 CPUtime=996.52
/proc/12373/stat : 12373 (precosat) R 12371 12373 12274 0 -1 4194304 40866 0 0 0 99619 33 0 0 25 0 1 0 1148823852 129667072 31526 1992294400 134512640 135151029 4294956240 18446744073709551615 134554837 0 0 4096 17442 0 0 0 17 1 0 0
/proc/12373/statm: 31657 31526 79 155 0 31500 0
Current children cumulated CPU time (s) 996.52
Current children cumulated vsize (KiB) 126628

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 12376
/proc/meminfo: memFree=1693632/2055920 swapFree=4170404/4192956
[pid=12373] ppid=12371 vsize=127932 CPUtime=1056.18
/proc/12373/stat : 12373 (precosat) R 12371 12373 12274 0 -1 4194304 41721 0 0 0 105584 34 0 0 25 0 1 0 1148823852 131002368 31867 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/12373/statm: 31983 31867 79 155 0 31826 0
Current children cumulated CPU time (s) 1056.18
Current children cumulated vsize (KiB) 127932

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 12376
/proc/meminfo: memFree=1693632/2055920 swapFree=4170404/4192956
[pid=12373] ppid=12371 vsize=127932 CPUtime=1115.84
/proc/12373/stat : 12373 (precosat) R 12371 12373 12274 0 -1 4194304 41988 0 0 0 111549 35 0 0 25 0 1 0 1148823852 131002368 31877 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/12373/statm: 31983 31877 79 155 0 31826 0
Current children cumulated CPU time (s) 1115.84
Current children cumulated vsize (KiB) 127932

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 12376
/proc/meminfo: memFree=1693504/2055920 swapFree=4170404/4192956
[pid=12373] ppid=12371 vsize=127932 CPUtime=1175.5
/proc/12373/stat : 12373 (precosat) R 12371 12373 12274 0 -1 4194304 42248 0 0 0 117515 35 0 0 25 0 1 0 1148823852 131002368 31880 1992294400 134512640 135151029 4294956240 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 1 0 0
/proc/12373/statm: 31983 31880 79 155 0 31826 0
Current children cumulated CPU time (s) 1175.5
Current children cumulated vsize (KiB) 127932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 12376
/proc/meminfo: memFree=1693312/2055920 swapFree=4170404/4192956
[pid=12373] ppid=12371 vsize=127932 CPUtime=1200.05
/proc/12373/stat : 12373 (precosat) R 12371 12373 12274 0 -1 4194304 42249 0 0 0 119970 35 0 0 25 0 1 0 1148823852 131002368 31881 1992294400 134512640 135151029 4294956240 18446744073709551615 134520387 0 0 4096 17442 0 0 0 17 1 0 0
/proc/12373/statm: 31983 31881 79 155 0 31826 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 127932

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): 1207.03
CPU time (s): 1200.08
CPU user time (s): 1199.7
CPU system time (s): 0.377942
CPU usage (%): 99.4244
Max. virtual memory (cumulated for all children) (KiB): 127932

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

runsolver used 1.56076 second user time and 5.04623 second system time

The end

Launcher Data

Begin job on node70 at 2009-04-03 14:27:09
IDJOB=1561110
IDBENCH=70909
IDSOLVER=507
FILE ID=node70/1561110-1238761629
PBS_JOBID= 9085506
Free space on /tmp= 66480 MiB

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

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

MD5SUM BENCH= b2b9255b6dd854658cbd4bd594382e55
RANDOM SEED=601784932

node70.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.234
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.234
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:       1822432 kB
Buffers:         32248 kB
Cached:         122420 kB
SwapCached:       8328 kB
Active:          62016 kB
Inactive:       102436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1822432 kB
SwapTotal:     4192956 kB
SwapFree:      4170404 kB
Dirty:            1512 kB
Writeback:           0 kB
Mapped:          15368 kB
Slab:            53152 kB
Committed_AS:  2260132 kB
PageTables:       2556 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= 66480 MiB
End job on node70 at 2009-04-03 14:47:18