Trace number 3366047

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
SAT09 reference solver:precosat 236? (TO) 5000.08 4999.91

General information on the benchmark

NameSAT02/industrial/aloul/
Homer/homer16.shuffled.cnf
MD5SUMf98b1abe53ae4846a5f9102253ed913e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark738.98
Satisfiable
(Un)Satisfiability was proved
Number of variables264
Number of clauses1476
Sum of the clauses size3168
Maximum clause length11
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21452
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 524

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-3366047-1305324462.cnf
0.00/0.00	c found header 'p cnf 264 1476'
0.00/0.00	c finished parsing
0.00/0.00	c
0.00/0.00	c --check=0 --verbose=0 --order=3 --simprd=40 --merge=1 --hash=1
0.00/0.00	c --dominate=1 --restart=1 --restartint=100 --rebias=1 --rebiasint=1000
0.00/0.00	c --probe=1 --probeint=100000 --probeprd=10 --decompose=1 --minimize=3
0.00/0.00	c --maxdepth=1000 --strength=10 --elim=1 --elimint=300000 --elimprd=20
0.00/0.00	c --subst=1 --ands=1 --xors=1 --ites=1 --minlimit=1000 --maxlimit=10000000
0.00/0.00	c --random=1 --spread=2000 --seed=0 --skip=25
0.00/0.00	c
0.00/0.00	c sizeof     vars[0] = 16   alignment = 0       0 MB
0.00/0.00	c sizeof     orgs[0] =  8   alignment = 0       0 MB
0.00/0.00	c sizeof     occs[0] =  8   alignment = 0       0 MB
0.00/0.00	c sizeof iirfs[0..1] =  8   alignment = 0       0 MB
0.00/0.00	c
0.00/0.00	c starting search after 0.0 seconds
0.00/0.00	c no decision limit
0.00/0.00	c
0.00/0.00	c       original/binary      fixed     eliminated      learned       agility
0.00/0.00	c   seconds        variables     equivalent    conflicts       height       MB
0.00/0.00	c
0.00/0.00	c *    0.0     1476     264      0     0      0       0      0    0.0   0    0
0.00/0.00	c s    0.0     1452     240      0     0     24       0      0    0.0   0    0
0.00/0.00	c l    0.0     1452     240      0     0     24       0   1000    0.0   0    0
0.00/0.00	c R    0.0     1452     240      0     0     24     101    101  121.5   4    0
0.00/0.00	c R    0.0     1452     240      0     0     24     201    201   91.1   8    0
0.00/0.01	c R    0.0     1452     240      0     0     24     804    804   52.3  15    0
0.00/0.01	c B    0.0     1452     240      0     0     24    1002   1002   47.7  16    0
0.00/0.01	c +    0.0     1452     240      0     0     24    1002   1100   47.7  16    0
0.00/0.02	c +    0.0     1452     240      0     0     24    1251   1210   43.7  17    0
0.00/0.02	c +    0.0     1452     240      0     0     24    1563   1331   41.9  18    0
0.00/0.03	c +    0.0     1452     240      0     0     24    1950   1464   40.7  18    0
0.00/0.03	c B    0.0     1452     240      0     0     24    2003   1390   40.6  18    0
0.00/0.03	c R    0.0     1452     240      0     0     24    2406   1466   38.4  17    0
0.00/0.03	c +    0.0     1452     240      0     0     24    2436   1610   38.1  17    0
0.00/0.04	c +    0.0     1452     240      0     0     24    3045   1771   37.0  19    0
0.00/0.05	c +    0.1     1452     240      0     0     24    3805   1948   35.8  21    1
0.05/0.06	c +    0.1     1452     240      0     0     24    4755   2142   33.5  16    1
0.05/0.08	c +    0.1     1452     240      0     0     24    5940   2356   33.4  18    1
0.05/0.08	c R    0.1     1452     240      0     0     24    6416   2362   34.0  19    1
0.09/0.10	c
0.09/0.10	c       original/binary      fixed     eliminated      learned       agility
0.09/0.10	c   seconds        variables     equivalent    conflicts       height       MB
0.09/0.10	c
0.09/0.10	c +    0.1     1452     240      0     0     24    7427   2591   31.8  17    1
0.09/0.11	c B    0.1     1452     240      0     0     24    8006   2594   31.4  18    1
0.09/0.13	c +    0.1     1452     240      0     0     24    9282   2850   32.4  19    1
0.09/0.17	c +    0.2     1452     240      0     0     24   11601   3135   33.2  19    1
0.19/0.22	c +    0.2     1452     240      0     0     24   14501   3448   32.2  18    1
0.19/0.24	c R    0.2     1452     240      0     0     24   16050   3455   31.3  17    1
0.19/0.27	c +    0.3     1452     240      0     0     24   18125   3792   30.1  17    1
0.29/0.35	c +    0.4     1452     240      0     0     24   22656   4171   29.5  19    1
0.29/0.37	c B    0.4     1452     240      0     0     24   24007   4172   29.9  23    1
0.39/0.43	c +    0.4     1452     240      0     0     24   28322   4588   29.8  16    1
0.49/0.54	c +    0.5     1452     240      0     0     24   35400   5046   30.0  18    1
0.59/0.62	c R    0.6     1452     240      0     0     24   38510   5049   29.1  18    2
0.69/0.72	c +    0.7     1452     240      0     0     24   44250   5550   27.9  16    2
0.89/0.92	c +    0.9     1452     240      0     0     24   55310   6105   28.6  18    2
1.00/1.09	c B    1.1     1452     240      0     0     24   64017   6111   28.4  15    2
1.10/1.19	c +    1.2     1452     240      0     0     24   69136   6715   29.0  23    2
1.49/1.55	c +    1.6     1452     240      0     0     24   86420   7386   28.6  17    3
1.59/1.63	c R    1.6     1452     240      0     0     24   89806   7393   28.2  17    3
1.99/2.03	c +    2.0     1452     240      0     0     24  108025   8124   27.7  20    3
2.59/2.63	c
2.59/2.63	c       original/binary      fixed     eliminated      learned       agility
2.59/2.63	c   seconds        variables     equivalent    conflicts       height       MB
2.59/2.63	c
2.59/2.63	c +    2.6     1452     240      0     0     24  135032   8936   27.9  17    3
3.09/3.18	c B    3.2     1452     240      0     0     24  160044   8948   28.6  20    3
3.30/3.38	c +    3.4     1452     240      0     0     24  168794   9829   28.5  16    3
4.19/4.27	c R    4.3     1452     240      0     0     24  205199   9833   27.8  16    4
4.30/4.40	c +    4.4     1452     240      0     0     24  210991  10811   27.7  17    4
5.69/5.73	c +    5.7     1452     240      0     0     24  263735  11892   27.4  18    5
7.29/7.34	c +    7.3     1452     240      0     0     24  329666  13081   27.4  17    5
8.70/8.72	c B    8.7     1452     240      0     0     24  384112  13088   27.9  17    6
9.39/9.47	c +    9.5     1452     240      0     0     24  412080  14389   28.0  18    6
11.39/11.40	c R   11.4     1452     240      0     0     24  461570  14394   28.2  18    7
13.20/13.25	c +   13.3     1452     240      0     0     24  515101  15827   27.3  19    7
17.19/17.29	c +   17.3     1452     240      0     0     24  643877  17409   27.9  19    8
22.59/22.60	c +   22.6     1452     240      0     0     24  804845  19149   28.3  14    9
26.30/26.32	c B   26.3     1452     240      0     0     24  896225  19161   29.1  19   10
30.99/31.05	c +   31.1     1452     240      0     0     24 1006056  21063   29.1  18   11
32.39/32.41	c R   32.4     1452     240      0     0     24 1025594  21069   29.0  16   11
42.20/42.24	c +   42.2     1452     240      0     0     24 1257571  23169   28.4  17    7
53.80/53.85	c +   53.9     1452     240      0     0     24 1571962  25485   28.4  17   10
70.50/70.50	c +   70.5     1452     240      0     0     24 1964951  28033   28.1  16   12
73.40/73.48	c
73.40/73.48	c       original/binary      fixed     eliminated      learned       agility
73.40/73.48	c   seconds        variables     equivalent    conflicts       height       MB
73.40/73.48	c
73.40/73.48	c B   73.5     1452     240      0     0     24 2048446  28036   28.2  19   13
86.91/86.95	c R   87.0     1452     240      0     0     24 2256126  28042   28.8  17   16
100.19/100.26	c +  100.3     1452     240      0     0     24 2456186  30836   29.1  18   18
127.30/127.32	c +  127.3     1452     240      0     0     24 3070230  33919   28.9  17   19
167.50/167.58	c +  167.6     1452     240      0     0     24 3837786  37310   28.9  15   21
208.80/208.88	c B  208.9     1452     240      0     0     24 4608867  37318   28.9  16   22
221.20/221.29	c +  221.3     1452     240      0     0     24 4797230  41041   28.9  19   24
232.30/232.36	c R  232.4     1452     240      0     0     24 4921686  41046   29.0  18   25
259.30/259.33	c s  259.3     1453     240      0     0     24 5204926  41043   29.0  19    7
310.21/310.25	c +  310.3     1453     240      0     0     24 5996535  45145   29.0  17   20
402.41/402.49	c +  402.5     1453     240      0     0     24 7495666  49659   28.7  15   27
493.51/493.51	c s  493.5     1454     240      0     0     24 8897301  49665   28.4  17    9
526.21/526.29	c +  526.3     1454     240      0     0     24 9369580  54624   28.5  19   19
599.11/599.18	c B  599.2     1454     240      0     0     24 10241716  54632   29.0  17   31
611.41/611.46	c s  611.5     1455     240      0     0     24 10341298  54624   29.0  18    9
623.51/623.50	c s  623.5     1456     240      0     0     24 10463130  54624   28.9  17    9
645.51/645.55	c R  645.6     1456     240      0     0     24 10662607  54630   28.8  19   20
650.12/650.13	c s  650.2     1457     240      0     0     24 10694511  54623   28.8  17    9
706.22/706.21	c s  706.2     1458     240      0     0     24 11272753  54624   28.9  16   10
714.31/714.38	c
714.31/714.38	c       original/binary      fixed     eliminated      learned       agility
714.31/714.38	c   seconds        variables     equivalent    conflicts       height       MB
714.31/714.38	c
714.31/714.38	c s  714.4     1459     240      0     0     24 11368621  54629   28.8  16   10
727.51/727.53	c s  727.6     1460     240      0     0     24 11481356  54631   28.7  18   10
906.52/906.51	c s  906.5     1461     240      0     0     24 13839923  54630   28.8  18   10
1343.24/1343.27	c s 1343.3     1462     240      0     0     24 19188595  54630   28.8  18   10
1630.64/1630.65	c B 1630.7     1462     240      0     0     24 22531459  54629   29.0  18   37
1635.44/1635.48	c s 1635.5     1463     240      0     0     24 22568527  54624   29.0  18    9
1668.84/1668.85	c R 1668.9     1463     240      0     0     24 22963885  54629   29.0  20   17
1698.75/1698.74	c s 1698.8     1464     240      0     0     24 23209772  54626   29.0  20    9
1707.54/1707.58	c s 1707.6     1452     239      1     0     24 23310734  54630   29.0  21   10
1863.25/1863.20	c s 1863.3     1453     239      1     0     24 25548368  54629   29.0  18   11
1871.65/1871.69	c s 1871.8     1454     239      1     0     24 25652163  54629   28.9  16   10
1910.85/1910.86	c s 1910.9     1455     239      1     0     24 26176029  54624   28.9  18    9
2048.36/2048.35	c s 2048.4     1456     239      1     0     24 27828611  54627   28.9  20    9
2070.36/2070.32	c s 2070.4     1457     239      1     0     24 28040288  54630   28.9  17   10
2106.26/2106.28	c s 2106.4     1458     239      1     0     24 28420367  54636   28.8  16   10
2115.16/2115.20	c s 2115.3     1459     239      1     0     24 28525061  54634   28.7  16   10
2521.78/2521.76	c s 2521.8     1460     239      1     0     24 33347848  54626   28.6  16   10
2564.68/2564.63	c s 2564.7     1461     239      1     0     24 33818913  54626   28.6  18    9
2588.48/2588.46	c s 2588.6     1462     239      1     0     24 34048320  54626   28.6  24    9
2597.78/2597.72	c
2597.78/2597.72	c       original/binary      fixed     eliminated      learned       agility
2597.78/2597.72	c   seconds        variables     equivalent    conflicts       height       MB
2597.78/2597.72	c
2597.78/2597.72	c s 2597.8     1463     239      1     0     24 34148136  54629   28.6  19   10
2608.98/2608.93	c s 2609.0     1464     239      1     0     24 34257035  54632   28.6  19   10
2628.78/2628.75	c s 2628.8     1465     239      1     0     24 34461377  54626   28.6  18   10
2650.48/2650.48	c s 2650.6     1466     239      1     0     24 34673057  54625   28.6  19    9
2845.29/2845.22	c s 2845.3     1467     239      1     0     24 37017754  54627   28.6  17    9
3052.79/3052.74	c s 3052.8     1468     239      1     0     24 39403448  54627   28.7  17   11
3090.19/3090.13	c s 3090.2     1469     239      1     0     24 39738621  54626   28.6  18    9
3224.10/3224.04	c s 3224.2     1470     239      1     0     24 41096832  54626   28.6  19    9
3442.10/3442.00	c s 3442.1     1471     239      1     0     24 43457998  54626   28.6  17   10
3452.50/3452.50	c s 3452.6     1472     239      1     0     24 43564598  54631   28.6  17   10
3545.20/3545.14	c s 3545.3     1473     239      1     0     24 44715470  54629   28.5  16   10
3557.30/3557.29	c s 3557.4     1474     239      1     0     24 44834040  54625   28.5  17   10
3569.40/3569.30	c s 3569.4     1476     239      1     0     24 44940599  54627   28.5  20   10
3579.41/3579.31	c s 3579.4     1477     239      1     0     24 45039697  54628   28.5  17    9
3588.71/3588.65	c s 3588.8     1478     239      1     0     24 45141163  54629   28.5  17   10
3600.81/3600.78	c s 3600.9     1479     239      1     0     24 45251380  54631   28.5  18    9
3697.12/3697.03	c s 3697.2     1480     239      1     0     24 46255493  54631   28.5  19   11
3928.13/3928.02	c B 3928.2     1480     239      1     0     24 49159039  54629   28.9  17   25
4194.63/4194.55	c s 4194.7     1481     239      1     0     24 51923652  54623   29.0  18    8
4356.54/4356.45	c
4356.54/4356.45	c       original/binary      fixed     eliminated      learned       agility
4356.54/4356.45	c   seconds        variables     equivalent    conflicts       height       MB
4356.54/4356.45	c
4356.54/4356.45	c s 4356.6     1482     239      1     0     24 53661746  54623   29.0  16   11
4411.44/4411.30	c s 4411.5     1483     239      1     0     24 54247926  54626   29.0  15   10
4524.74/4524.63	c s 4524.8     1485     239      1     0     24 55522133  54622   28.9  18    9
4531.74/4531.66	c s 4531.8     1472     238      2     0     24 55617706  54630   28.9  21    9
4831.45/4831.31	c s 4831.5     1473     238      2     0     24 59073426  54626   29.0  19   10
4926.05/4925.90	c s 4926.1     1474     238      2     0     24 60204805  54624   28.9  16   11
4935.25/4935.19	c s 4935.4     1475     238      2     0     24 60314063  54629   28.9  18   11
5000.07/4999.91	c
5000.07/4999.91	c *** CAUGHT SIGNAL 15 ***
5000.07/4999.91	c
5000.07/4999.91	c 60959356 conflicts, 72903863 decisions, 2 random
5000.07/4999.91	c 2 iterations, 85665 restarts, 610 skipped
5000.07/4999.91	c 42 enlarged, 50 shrunken, 595257 rescored, 9824 rebiased
5000.07/4999.91	c 49 simplifications, 10 reductions
5000.07/4999.91	c
5000.07/4999.91	c vars: 2 fixed, 0 equiv, 24 elim, 0 merged
5000.07/4999.91	c elim: 17059 resolutions, 3 phases, 3 rounds
5000.07/4999.91	c sbst: 0% substituted, 0.0% nots, 0.0% ands, 0.0% xors, 0.0% ites
5000.07/4999.91	c arty: 0.00 and 0.00 xor average arity
5000.07/4999.91	c prbe: 473360 probed, 989 phases, 989 rounds
5000.07/4999.91	c prbe: 0 failed, 0 lifted, 0 merged
5000.07/4999.91	c sccs: 0 non trivial, 0 fixed, 0 merged
5000.07/4999.91	c hash: 0 units, 0 merged
5000.07/4999.91	c mins: 2184122151 learned, 19% deleted, 0 strong, 11 depth
5000.07/4999.91	c subs: 0 forward, 0 backward, 17 doms
5000.07/4999.91	c strs: 0 forward, 0 backward
5000.07/4999.91	c doms: 17 dominators, 0 high, 16 low
5000.07/4999.91	c prps: 1339739472 propagations, 0.27 megaprops
5000.07/4999.91	c
5000.07/4999.91	c 5000.1 seconds, 42 MB max, 1527 MB recycled
5000.07/4999.91	c
5000.07/4999.91	c *** CAUGHT SIGNAL 15 ***
5000.07/4999.91	c

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3366047-1305324462/watcher-3366047-1305324462 -o /tmp/evaluation-result-3366047-1305324462/solver-3366047-1305324462 -C 5000 -W 5100 -M 15500 HOME/precosat HOME/instance-3366047-1305324462.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.03 2.03 2.00 2/301 11793
/proc/meminfo: memFree=12150216/32951124 swapFree=66050672/67111528
[pid=11793] ppid=11791 vsize=1128 CPUtime=0 cores=0,2,4,6
/proc/11793/stat : 11793 (precosat) R 11791 11793 11255 0 -1 4202496 200 0 0 0 0 0 0 0 25 0 1 0 644044059 1155072 156 33554432000 134512640 135151029 4287755600 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11793/statm: 282 156 80 156 0 125 0

[startup+0.0605259 s]
/proc/loadavg: 2.03 2.03 2.00 2/301 11793
/proc/meminfo: memFree=12150216/32951124 swapFree=66050672/67111528
[pid=11793] ppid=11791 vsize=1392 CPUtime=0.05 cores=0,2,4,6
/proc/11793/stat : 11793 (precosat) R 11791 11793 11255 0 -1 4202496 293 0 0 0 5 0 0 0 25 0 1 0 644044059 1425408 249 33554432000 134512640 135151029 4287755600 18446744073709551615 134567686 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11793/statm: 348 249 80 156 0 191 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1392

[startup+0.100518 s]
/proc/loadavg: 2.03 2.03 2.00 2/301 11793
/proc/meminfo: memFree=12150216/32951124 swapFree=66050672/67111528
[pid=11793] ppid=11791 vsize=1656 CPUtime=0.09 cores=0,2,4,6
/proc/11793/stat : 11793 (precosat) R 11791 11793 11255 0 -1 4202496 347 0 0 0 9 0 0 0 25 0 1 0 644044059 1695744 303 33554432000 134512640 135151029 4287755600 18446744073709551615 134531109 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11793/statm: 414 303 80 156 0 257 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1656

[startup+0.300481 s]
/proc/loadavg: 2.03 2.03 2.00 2/301 11793
/proc/meminfo: memFree=12150216/32951124 swapFree=66050672/67111528
[pid=11793] ppid=11791 vsize=2188 CPUtime=0.29 cores=0,2,4,6
/proc/11793/stat : 11793 (precosat) R 11791 11793 11255 0 -1 4202496 488 0 0 0 29 0 0 0 25 0 1 0 644044059 2240512 444 33554432000 134512640 135151029 4287755600 18446744073709551615 134555080 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11793/statm: 547 444 80 156 0 390 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2188

[startup+0.700411 s]
/proc/loadavg: 2.03 2.03 2.00 2/301 11793
/proc/meminfo: memFree=12150216/32951124 swapFree=66050672/67111528
[pid=11793] ppid=11791 vsize=2856 CPUtime=0.69 cores=0,2,4,6
/proc/11793/stat : 11793 (precosat) R 11791 11793 11255 0 -1 4202496 640 0 0 0 69 0 0 0 25 0 1 0 644044059 2924544 596 33554432000 134512640 135151029 4287755600 18446744073709551615 134554809 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11793/statm: 714 596 80 156 0 557 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2856

[startup+1.50023 s]
/proc/loadavg: 2.03 2.03 2.00 3/302 11794
/proc/meminfo: memFree=12147736/32951124 swapFree=66050672/67111528
[pid=11793] ppid=11791 vsize=3928 CPUtime=1.49 cores=0,2,4,6
/proc/11793/stat : 11793 (precosat) R 11791 11793 11255 0 -1 4202496 885 0 0 0 149 0 0 0 25 0 1 0 644044059 4022272 841 33554432000 134512640 135151029 4287755600 18446744073709551615 134554644 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11793/statm: 982 841 80 156 0 825 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3928

[startup+3.10096 s]
/proc/loadavg: 2.03 2.03 2.00 3/302 11794
/proc/meminfo: memFree=12146120/32951124 swapFree=66050672/67111528
[pid=11793] ppid=11791 vsize=4616 CPUtime=3.09 cores=0,2,4,6
/proc/11793/stat : 11793 (precosat) R 11791 11793 11255 0 -1 4202496 1037 0 0 0 309 0 0 0 25 0 1 0 644044059 4726784 993 33554432000 134512640 135151029 4287755600 18446744073709551615 134554777 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11793/statm: 1154 993 80 156 0 997 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4616

[startup+6.30035 s]
/proc/loadavg: 2.03 2.03 2.00 3/302 11794
/proc/meminfo: memFree=12144260/32951124 swapFree=66050672/67111528
[pid=11793] ppid=11791 vsize=6368 CPUtime=6.29 cores=0,2,4,6
/proc/11793/stat : 11793 (precosat) R 11791 11793 11255 0 -1 4202496 1403 0 0 0 629 0 0 0 25 0 1 0 644044059 6520832 1359 33554432000 134512640 135151029 4287755600 18446744073709551615 134554809 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11793/statm: 1592 1359 80 156 0 1435 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 6368

[startup+12.7002 s]
/proc/loadavg: 2.02 2.03 2.00 3/302 11794
/proc/meminfo: memFree=12141528/32951124 swapFree=66050672/67111528
[pid=11793] ppid=11791 vsize=9036 CPUtime=12.69 cores=0,2,4,6
/proc/11793/stat : 11793 (precosat) R 11791 11793 11255 0 -1 4202496 1991 0 0 0 1269 0 0 0 25 0 1 0 644044059 9252864 1947 33554432000 134512640 135151029 4287755600 18446744073709551615 134554568 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11793/statm: 2259 1947 80 156 0 2102 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9036

[startup+25.5008 s]
/proc/loadavg: 2.02 2.03 2.00 3/302 11794
/proc/meminfo: memFree=12136672/32951124 swapFree=66050672/67111528
[pid=11793] ppid=11791 vsize=14268 CPUtime=25.49 cores=0,2,4,6
/proc/11793/stat : 11793 (precosat) R 11791 11793 11255 0 -1 4202496 3181 0 0 0 2549 0 0 0 25 0 1 0 644044059 14610432 3137 33554432000 134512640 135151029 4287755600 18446744073709551615 134554809 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11793/statm: 3567 3137 80 156 0 3410 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 14268

[startup+51.1011 s]
/proc/loadavg: 2.09 2.04 2.01 3/302 11795
/proc/meminfo: memFree=12135376/32951124 swapFree=66050672/67111528
[pid=11793] ppid=11791 vsize=14072 CPUtime=51.1 cores=0,2,4,6
/proc/11793/stat : 11793 (precosat) R 11791 11793 11255 0 -1 4202496 3824 0 0 0 5109 1 0 0 25 0 1 0 644044059 14409728 3316 33554432000 134512640 135151029 4287755600 18446744073709551615 134554809 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11793/statm: 3518 3316 80 156 0 3361 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 14072

[startup+102.312 s]
/proc/loadavg: 2.03 2.03 2.00 3/302 11796
/proc/meminfo: memFree=12130396/32951124 swapFree=66050672/67111528
[pid=11793] ppid=11791 vsize=21152 CPUtime=102.31 cores=0,2,4,6
/proc/11793/stat : 11793 (precosat) R 11791 11793 11255 0 -1 4202496 5123 0 0 0 10230 1 0 0 25 0 1 0 644044059 21659648 4615 33554432000 134512640 135151029 4287755600 18446744073709551615 134554752 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11793/statm: 5288 4615 80 156 0 5131 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 21152

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/302 11798
/proc/meminfo: memFree=12126756/32951124 swapFree=66050672/67111528
[pid=11793] ppid=11791 vsize=24484 CPUtime=162.3 cores=0,2,4,6
/proc/11793/stat : 11793 (precosat) R 11791 11793 11255 0 -1 4202496 5806 0 0 0 16229 1 0 0 25 0 1 0 644044059 25071616 5298 33554432000 134512640 135151029 4287755600 18446744073709551615 134554888 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11793/statm: 6121 5298 80 156 0 5964 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 24484

[startup+222.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/302 11800
/proc/meminfo: memFree=12124480/32951124 swapFree=66050672/67111528
[pid=11793] ppid=11791 vsize=27172 CPUtime=222.3 cores=0,2,4,6
/proc/11793/stat : 11793 (precosat) R 11791 11793 11255 0 -1 4202496 6394 0 0 0 22229 1 0 0 25 0 1 0 644044059 27824128 5886 33554432000 134512640 135151029 4287755600 18446744073709551615 134554809 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11793/statm: 6793 5886 80 156 0 6636 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 27172

[startup+282.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/302 11801
/proc/meminfo: memFree=12124696/32951124 swapFree=66050672/67111528
[pid=11793] ppid=11791 vsize=24724 CPUtime=282.3 cores=0,2,4,6
/proc/11793/stat : 11793 (precosat) R 11791 11793 11255 0 -1 4202496 7334 0 0 0 28229 1 0 0 25 0 1 0 644044059 25317376 5787 33554432000 134512640 135151029 4287755600 18446744073709551615 134574641 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11793/statm: 6181 5787 80 156 0 6024 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 24724

[startup+342.301 s]
/proc/loadavg: 2.11 2.05 2.01 3/302 11803
/proc/meminfo: memFree=12121192/32951124 swapFree=66050672/67111528
[pid=11793] ppid=11791 vsize=28548 CPUtime=342.31 cores=0,2,4,6
/proc/11793/stat : 11793 (precosat) R 11791 11793 11255 0 -1 4202496 8219 0 0 0 34229 2 0 0 25 0 1 0 644044059 29233152 6672 33554432000 134512640 135151029 4287755600 18446744073709551615 134574641 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11793/statm: 7137 6672 80 156 0 6980 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 28548

[startup+402.301 s]
/proc/loadavg: 2.08 2.05 2.01 3/302 11804
/proc/meminfo: memFree=12118316/32951124 swapFree=66050672/67111528
[pid=11793] ppid=11791 vsize=32452 CPUtime=402.31 cores=0,2,4,6
/proc/11793/stat : 11793 (precosat) R 11791 11793 11255 0 -1 4202496 8874 0 0 0 40229 2 0 0 25 0 1 0 644044059 33230848 7327 33554432000 134512640 135151029 4287755600 18446744073709551615 134554797 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11793/statm: 8113 7327 80 156 0 7956 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 32452

[startup+462.301 s]
/proc/loadavg: 2.09 2.06 2.01 3/302 11806
/proc/meminfo: memFree=12115928/32951124 swapFree=66050672/67111528
[pid=11793] ppid=11791 vsize=35908 CPUtime=462.31 cores=0,2,4,6
/proc/11793/stat : 11793 (precosat) R 11791 11793 11255 0 -1 4202496 9468 0 0 0 46229 2 0 0 25 0 1 0 644044059 36769792 7921 33554432000 134512640 135151029 4287755600 18446744073709551615 134574641 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11793/statm: 8977 7921 80 156 0 8820 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 35908

[startup+522.301 s]
/proc/loadavg: 2.10 2.06 2.01 3/302 11808
/proc/meminfo: memFree=12119616/32951124 swapFree=66050672/67111528
[pid=11793] ppid=11791 vsize=28932 CPUtime=522.31 cores=0,2,4,6
/proc/11793/stat : 11793 (precosat) R 11791 11793 11255 0 -1 4202496 9922 0 0 0 52229 2 0 0 25 0 1 0 644044059 29626368 6878 33554432000 134512640 135151029 4287755600 18446744073709551615 134574592 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11793/statm: 7233 6878 80 156 0 7076 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 28932

[startup+582.301 s]
/proc/loadavg: 2.04 2.05 2.00 3/302 11809
/proc/meminfo: memFree=12115984/32951124 swapFree=66050672/67111528
[pid=11793] ppid=11791 vsize=33788 CPUtime=582.31 cores=0,2,4,6
/proc/11793/stat : 11793 (precosat) R 11791 11793 11255 0 -1 4202496 10917 0 0 0 58229 2 0 0 25 0 1 0 644044059 34598912 7873 33554432000 134512640 135151029 4287755600 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11793/statm: 8447 7873 80 156 0 8290 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 33788

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 1.01 1.02 1.01 2/296 11932
/proc/meminfo: memFree=12325712/32951124 swapFree=66050672/67111528
[pid=11793] ppid=11791 vsize=44436 CPUtime=4062.44 cores=0,2,4,6
/proc/11793/stat : 11793 (precosat) R 11791 11793 11255 0 -1 4202496 22017 0 0 0 406238 6 0 0 25 0 1 0 644044059 45502464 10751 33554432000 134512640 135151029 4287755600 18446744073709551615 134554894 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11793/statm: 11109 10751 80 156 0 10952 0
Current children cumulated CPU time (s) 4062.44
Current children cumulated vsize (KiB) 44436

[startup+4122.3 s]
/proc/loadavg: 1.00 1.01 1.01 2/296 11934
/proc/meminfo: memFree=12325180/32951124 swapFree=66050672/67111528
[pid=11793] ppid=11791 vsize=46228 CPUtime=4122.43 cores=0,2,4,6
/proc/11793/stat : 11793 (precosat) R 11791 11793 11255 0 -1 4202496 22302 0 0 0 412237 6 0 0 25 0 1 0 644044059 47337472 11036 33554432000 134512640 135151029 4287755600 18446744073709551615 134554789 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11793/statm: 11557 11036 80 156 0 11400 0
Current children cumulated CPU time (s) 4122.43
Current children cumulated vsize (KiB) 46228

[startup+4182.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/296 11935
/proc/meminfo: memFree=12324048/32951124 swapFree=66050672/67111528
[pid=11793] ppid=11791 vsize=48280 CPUtime=4182.43 cores=0,2,4,6
/proc/11793/stat : 11793 (precosat) R 11791 11793 11255 0 -1 4202496 22634 0 0 0 418237 6 0 0 25 0 1 0 644044059 49438720 11368 33554432000 134512640 135151029 4287755600 18446744073709551615 134554900 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11793/statm: 12070 11368 80 156 0 11913 0
Current children cumulated CPU time (s) 4182.43
Current children cumulated vsize (KiB) 48280

[startup+4242.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/296 11937
/proc/meminfo: memFree=12327484/32951124 swapFree=66050672/67111528
[pid=11793] ppid=11791 vsize=41732 CPUtime=4242.44 cores=0,2,4,6
/proc/11793/stat : 11793 (precosat) R 11791 11793 11255 0 -1 4202496 22646 0 0 0 424238 6 0 0 25 0 1 0 644044059 42733568 10337 33554432000 134512640 135151029 4287755600 18446744073709551615 134554809 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11793/statm: 10433 10337 80 156 0 10276 0
Current children cumulated CPU time (s) 4242.44
Current children cumulated vsize (KiB) 41732

[startup+4302.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/296 11938
/proc/meminfo: memFree=12327456/32951124 swapFree=66050672/67111528
[pid=11793] ppid=11791 vsize=41732 CPUtime=4302.44 cores=0,2,4,6
/proc/11793/stat : 11793 (precosat) R 11791 11793 11255 0 -1 4202496 22646 0 0 0 430238 6 0 0 25 0 1 0 644044059 42733568 10337 33554432000 134512640 135151029 4287755600 18446744073709551615 134555096 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11793/statm: 10433 10337 80 156 0 10276 0
Current children cumulated CPU time (s) 4302.44
Current children cumulated vsize (KiB) 41732

[startup+4362.3 s]
/proc/loadavg: 1.04 1.02 1.00 2/296 11940
/proc/meminfo: memFree=12327564/32951124 swapFree=66050672/67111528
[pid=11793] ppid=11791 vsize=41732 CPUtime=4362.44 cores=0,2,4,6
/proc/11793/stat : 11793 (precosat) R 11791 11793 11255 0 -1 4202496 22646 0 0 0 436238 6 0 0 25 0 1 0 644044059 42733568 10337 33554432000 134512640 135151029 4287755600 18446744073709551615 134554809 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11793/statm: 10433 10337 80 156 0 10276 0
Current children cumulated CPU time (s) 4362.44
Current children cumulated vsize (KiB) 41732

[startup+4422.3 s]
/proc/loadavg: 1.04 1.03 1.00 2/296 11942
/proc/meminfo: memFree=12327660/32951124 swapFree=66050672/67111528
[pid=11793] ppid=11791 vsize=41732 CPUtime=4422.44 cores=0,2,4,6
/proc/11793/stat : 11793 (precosat) R 11791 11793 11255 0 -1 4202496 22646 0 0 0 442238 6 0 0 25 0 1 0 644044059 42733568 10337 33554432000 134512640 135151029 4287755600 18446744073709551615 134555080 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11793/statm: 10433 10337 80 156 0 10276 0
Current children cumulated CPU time (s) 4422.44
Current children cumulated vsize (KiB) 41732

[startup+4482.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/296 11943
/proc/meminfo: memFree=12327640/32951124 swapFree=66050672/67111528
[pid=11793] ppid=11791 vsize=41732 CPUtime=4482.44 cores=0,2,4,6
/proc/11793/stat : 11793 (precosat) R 11791 11793 11255 0 -1 4202496 22646 0 0 0 448238 6 0 0 25 0 1 0 644044059 42733568 10337 33554432000 134512640 135151029 4287755600 18446744073709551615 134574250 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11793/statm: 10433 10337 80 156 0 10276 0
Current children cumulated CPU time (s) 4482.44
Current children cumulated vsize (KiB) 41732

[startup+4542.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/296 11945
/proc/meminfo: memFree=12327608/32951124 swapFree=66050672/67111528
[pid=11793] ppid=11791 vsize=41732 CPUtime=4542.44 cores=0,2,4,6
/proc/11793/stat : 11793 (precosat) R 11791 11793 11255 0 -1 4202496 22646 0 0 0 454238 6 0 0 25 0 1 0 644044059 42733568 10337 33554432000 134512640 135151029 4287755600 18446744073709551615 134575915 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11793/statm: 10433 10337 80 156 0 10276 0
Current children cumulated CPU time (s) 4542.44
Current children cumulated vsize (KiB) 41732

[startup+4602.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/296 11946
/proc/meminfo: memFree=12327456/32951124 swapFree=66050672/67111528
[pid=11793] ppid=11791 vsize=41732 CPUtime=4602.45 cores=0,2,4,6
/proc/11793/stat : 11793 (precosat) R 11791 11793 11255 0 -1 4202496 22646 0 0 0 460239 6 0 0 25 0 1 0 644044059 42733568 10337 33554432000 134512640 135151029 4287755600 18446744073709551615 134542806 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11793/statm: 10433 10337 80 156 0 10276 0
Current children cumulated CPU time (s) 4602.45
Current children cumulated vsize (KiB) 41732

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/296 11948
/proc/meminfo: memFree=12327068/32951124 swapFree=66050672/67111528
[pid=11793] ppid=11791 vsize=41732 CPUtime=4662.45 cores=0,2,4,6
/proc/11793/stat : 11793 (precosat) R 11791 11793 11255 0 -1 4202496 22646 0 0 0 466239 6 0 0 25 0 1 0 644044059 42733568 10337 33554432000 134512640 135151029 4287755600 18446744073709551615 134555112 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11793/statm: 10433 10337 80 156 0 10276 0
Current children cumulated CPU time (s) 4662.45
Current children cumulated vsize (KiB) 41732

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/296 11950
/proc/meminfo: memFree=12327408/32951124 swapFree=66050672/67111528
[pid=11793] ppid=11791 vsize=41732 CPUtime=4722.46 cores=0,2,4,6
/proc/11793/stat : 11793 (precosat) R 11791 11793 11255 0 -1 4202496 22646 0 0 0 472240 6 0 0 25 0 1 0 644044059 42733568 10337 33554432000 134512640 135151029 4287755600 18446744073709551615 134554809 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11793/statm: 10433 10337 80 156 0 10276 0
Current children cumulated CPU time (s) 4722.46
Current children cumulated vsize (KiB) 41732

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/296 11951
/proc/meminfo: memFree=12327640/32951124 swapFree=66050672/67111528
[pid=11793] ppid=11791 vsize=41732 CPUtime=4782.45 cores=0,2,4,6
/proc/11793/stat : 11793 (precosat) R 11791 11793 11255 0 -1 4202496 22646 0 0 0 478239 6 0 0 25 0 1 0 644044059 42733568 10337 33554432000 134512640 135151029 4287755600 18446744073709551615 134554756 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11793/statm: 10433 10337 80 156 0 10276 0
Current children cumulated CPU time (s) 4782.45
Current children cumulated vsize (KiB) 41732

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/296 11953
/proc/meminfo: memFree=12327488/32951124 swapFree=66050672/67111528
[pid=11793] ppid=11791 vsize=41568 CPUtime=4842.45 cores=0,2,4,6
/proc/11793/stat : 11793 (precosat) R 11791 11793 11255 0 -1 4202496 22842 0 0 0 484239 6 0 0 25 0 1 0 644044059 42565632 10297 33554432000 134512640 135151029 4287755600 18446744073709551615 134554799 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11793/statm: 10392 10297 80 156 0 10235 0
Current children cumulated CPU time (s) 4842.45
Current children cumulated vsize (KiB) 41568

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/296 11954
/proc/meminfo: memFree=12327708/32951124 swapFree=66050672/67111528
[pid=11793] ppid=11791 vsize=41568 CPUtime=4902.45 cores=0,2,4,6
/proc/11793/stat : 11793 (precosat) R 11791 11793 11255 0 -1 4202496 22842 0 0 0 490239 6 0 0 25 0 1 0 644044059 42565632 10297 33554432000 134512640 135151029 4287755600 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11793/statm: 10392 10297 80 156 0 10235 0
Current children cumulated CPU time (s) 4902.45
Current children cumulated vsize (KiB) 41568

[startup+4962.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/296 11956
/proc/meminfo: memFree=12327932/32951124 swapFree=66050672/67111528
[pid=11793] ppid=11791 vsize=41568 CPUtime=4962.46 cores=0,2,4,6
/proc/11793/stat : 11793 (precosat) R 11791 11793 11255 0 -1 4202496 22842 0 0 0 496240 6 0 0 25 0 1 0 644044059 42565632 10297 33554432000 134512640 135151029 4287755600 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11793/statm: 10392 10297 80 156 0 10235 0
Current children cumulated CPU time (s) 4962.46
Current children cumulated vsize (KiB) 41568



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.02 1.01 1.00 2/296 11957
/proc/meminfo: memFree=12327912/32951124 swapFree=66050672/67111528
[pid=11793] ppid=11791 vsize=41568 CPUtime=5000.07 cores=0,2,4,6
/proc/11793/stat : 11793 (precosat) R 11791 11793 11255 0 -1 4202496 22842 0 0 0 500001 6 0 0 25 0 1 0 644044059 42565632 10297 33554432000 134512640 135151029 4287755600 18446744073709551615 134552130 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11793/statm: 10392 10297 80 156 0 10235 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 41568

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

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

[startup+4999.9 s]
/proc/loadavg: 1.02 1.01 1.00 2/296 11957
/proc/meminfo: memFree=12327912/32951124 swapFree=66050672/67111528
[pid=11793] ppid=11791 vsize=41568 CPUtime=5000.07 cores=0,2,4,6
/proc/11793/stat : 11793 (precosat) R 11791 11793 11255 0 -1 4202496 22842 0 0 0 500001 6 0 0 25 0 1 0 644044059 42565632 10297 33554432000 134512640 135151029 4287755600 18446744073709551615 134552130 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11793/statm: 10392 10297 80 156 0 10235 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 41568

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.91
CPU time (s): 5000.08
CPU user time (s): 5000.01
CPU system time (s): 0.066989
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 52788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5000.01
system time used= 0.066989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22843
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= 5
involuntary context switches= 7147

runsolver used 14.3428 second user time and 31.1303 second system time

The end

Launcher Data

Begin job on node135 at 2011-05-14 00:07:42
IDJOB=3366047
IDBENCH=87943
IDSOLVER=1843
FILE ID=node135/3366047-1305324462
RUNJOBID= node135-1305315243-11273
PBS_JOBID= 13324297
Free space on /tmp= 46412 MiB

SOLVER NAME= SAT09 reference solver:precosat 236
BENCH NAME= SAT02/industrial/aloul/Homer/homer16.shuffled.cnf
COMMAND LINE= HOME/precosat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366047-1305324462/watcher-3366047-1305324462 -o /tmp/evaluation-result-3366047-1305324462/solver-3366047-1305324462 -C 5000 -W 5100 -M 15500  HOME/precosat HOME/instance-3366047-1305324462.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= f98b1abe53ae4846a5f9102253ed913e
RANDOM SEED=1017359973

node135.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 6640.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12150504 kB
Buffers:        225700 kB
Cached:        5706488 kB
SwapCached:      50684 kB
Active:       10025684 kB
Inactive:     10532536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12150504 kB
SwapTotal:    67111528 kB
SwapFree:     66050672 kB
Dirty:             796 kB
Writeback:           4 kB
AnonPages:    14580316 kB
Mapped:          19324 kB
Slab:           133420 kB
PageTables:      47204 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 57279448 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 46416 MiB
End job on node135 at 2011-05-14 01:31:04