Trace number 2071808

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
Sugar v1.14.6+minisat? (TO) 1800.13 1810.52

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg14-17_ext.xml
MD5SUM5ee30fcd9fb7e75f6504269d4bfa591b
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark6.45402
Satisfiable
(Un)Satisfiability was proved
Number of variables238
Number of constraints31
Maximum constraint arity17
Maximum domain size26
Number of constraints which are defined in extension31
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 01:30:07 2009
0.00/0.08	c 0	PID 15777
0.06/0.08	c 0	HOST node10.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2071808-1247355007.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2071808-1247355007.xml' 'HOME/temp.csp'
0.06/0.44	c 0	1 domains, 238 variables, 0 predicates, 2 relations, 31 constraints
0.06/0.46	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.46	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.40/0.54	c 0	Parsing HOME/temp.csp
0.40/0.72	c 0	parsed 272 expressions
0.40/0.72	c 0	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.40/0.72	c 0	Converting to clausal form CSP
0.40/0.74	c 0	converted 28 (10%) expressions
0.40/0.75	c 0	converted 55 (20%) expressions
0.40/0.75	c 0	converted 82 (30%) expressions
0.40/0.75	c 0	converted 109 (40%) expressions
0.40/0.75	c 0	converted 136 (50%) expressions
0.40/0.75	c 0	converted 164 (60%) expressions
0.40/0.75	c 0	converted 191 (70%) expressions
0.40/0.75	c 0	converted 218 (80%) expressions
1.61/1.70	c 1	converted 245 (90%) expressions
5.18/5.37	c 5	converted 272 (100%) expressions
5.18/5.37	c 5	CSP : 238 integers, 0 booleans, 31 clauses, largest domain size 26
5.18/5.37	c 5	Heap : 149 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.18/5.37	c 5	Propagation in CSP
5.18/5.37	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.18/5.37	c 5	CSP : 238 integers, 0 booleans, 31 clauses, largest domain size 26
5.18/5.37	c 5	Heap : 149 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.18/5.37	c 5	Simplifing CSP by introducing new Boolean variables
5.18/5.37	c 5	CSP : 238 integers, 0 booleans, 31 clauses, largest domain size 26
5.18/5.37	c 5	Heap : 149 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.36/6.51	c 6	Encoding CSP to SAT : HOME/temp.cnf
6.36/6.52	c 6	24 (10%) CSP integer variables are encoded (576 clauses, 6192 bytes)
6.36/6.53	c 6	48 (20%) CSP integer variables are encoded (1152 clauses, 12913 bytes)
6.36/6.53	c 6	72 (30%) CSP integer variables are encoded (1728 clauses, 20401 bytes)
6.36/6.53	c 6	96 (40%) CSP integer variables are encoded (2304 clauses, 27889 bytes)
6.36/6.53	c 6	119 (50%) CSP integer variables are encoded (2856 clauses, 35065 bytes)
6.36/6.53	c 6	143 (60%) CSP integer variables are encoded (3432 clauses, 42553 bytes)
6.36/6.53	c 6	167 (70%) CSP integer variables are encoded (4008 clauses, 50041 bytes)
6.36/6.53	c 6	191 (80%) CSP integer variables are encoded (4584 clauses, 57529 bytes)
6.36/6.54	c 6	215 (90%) CSP integer variables are encoded (5160 clauses, 65017 bytes)
6.36/6.54	c 6	238 (100%) CSP integer variables are encoded (5712 clauses, 72193 bytes)
386.54/389.99	c 390	4 (10%) CSP clauses are encoded (600832 clauses, 54992028 bytes)
656.21/660.59	c 660	7 (20%) CSP clauses are encoded (1047172 clauses, 97426082 bytes)
937.86/943.69	c 943	10 (30%) CSP clauses are encoded (1493512 clauses, 140427644 bytes)
1212.33/1219.54	c 1219	13 (40%) CSP clauses are encoded (1939852 clauses, 183429206 bytes)
1489.52/1498.19	c 1498	16 (50%) CSP clauses are encoded (2386192 clauses, 226430768 bytes)
1598.02/1607.26	c 1607	19 (60%) CSP clauses are encoded (2606120 clauses, 247001887 bytes)
1617.12/1626.48	c 1626	22 (70%) CSP clauses are encoded (2712842 clauses, 258543232 bytes)
1635.60/1645.02	c 1645	25 (80%) CSP clauses are encoded (2819564 clauses, 270476575 bytes)
1655.20/1664.72	c 1664	28 (90%) CSP clauses are encoded (2926286 clauses, 282409918 bytes)
1673.20/1682.89	c 1683	31 (100%) CSP clauses are encoded (3033008 clauses, 294343261 bytes)
1673.20/1682.89	c 1683	31 CSP clauses encoded
1673.20/1682.89	c 1683	Writing map file : HOME/temp.map
1673.20/1682.90	c 1683	Heap : 235 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1673.20/1682.90	c 1683	SAT : 5950 SAT variables, 3033008 SAT clauses, 294343261 bytes
1673.20/1682.90	c 1683	Heap : 235 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1673.29/1682.99	c 1683	SOLVING HOME/temp.cnf
1673.29/1682.99	c 1683	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1673.29/1682.99	c 1683	This is MiniSat 2.0 beta
1673.29/1682.99	c 1683	WARNING: for repeatability, setting FPU to use double precision
1673.29/1682.99	c 1683	============================[ Problem Statistics ]=============================
1673.29/1682.99	c 1683	|                                                                             |
1673.29/1683.00	c 1683	|  Number of variables:  5950                                                 |
1673.29/1683.00	c 1683	|  Number of clauses:    3033008                                              |
1679.53/1689.26	c 1689	|  Parsing time:         5.60         s                                       |
1680.03/1689.76	c 1689	============================[ Search Statistics ]==============================
1680.03/1689.76	c 1689	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1680.03/1689.76	c 1689	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1680.03/1689.76	c 1689	===============================================================================
1680.03/1689.76	c 1689	|         0 |    5936  3027886 54767540 |  1009295        0    nan |  0.000 % |
1680.13/1689.87	c 1690	|       102 |    5934  3027886 54767540 |  1110224      100      5 |  0.269 % |
1680.52/1690.26	c 1690	|       253 |    5932  3027886 54767540 |  1221247      249      5 |  0.303 % |
1680.92/1690.61	c 1690	|       479 |    5931  3027886 54767540 |  1343372      474      6 |  0.319 % |
1681.02/1690.71	c 1690	|       817 |    5931  3027886 54767540 |  1477709      812      7 |  0.319 % |
1681.11/1690.81	c 1690	|      1323 |    5931  3027886 54767540 |  1625480     1318      8 |  0.319 % |
1681.21/1690.97	c 1691	|      2083 |    5931  3027886 54767540 |  1788028     2078      8 |  0.319 % |
1682.02/1691.75	c 1691	|      3224 |    5931  3027886 54767540 |  1966831     3219      8 |  0.319 % |
1682.41/1692.12	c 1692	|      4935 |    5931  3027886 54767540 |  2163514     4930      9 |  0.319 % |
1683.81/1693.59	c 1693	|      7497 |    5931  3027886 54767540 |  2379865     7491      9 |  0.336 % |
1686.09/1695.84	c 1695	|     11343 |    5930  3027886 54767540 |  2617852    11337     10 |  0.336 % |
1688.49/1698.29	c 1698	|     17109 |    5928  3027886 54767540 |  2879637    17101     10 |  0.370 % |
1693.46/1703.22	c 1703	|     25758 |    5928  3027886 54767540 |  3167601    25750     10 |  0.370 % |
1696.63/1706.40	c 1706	|     38733 |    5927  3027886 54767540 |  3484361    38724     10 |  0.387 % |
1756.53/1766.66	c 1766	|     58194 |    5927  3027886 54767540 |  3832797    58185     12 |  0.387 % |
1800.00/1810.32	c ERROR INTERRUPTED
1800.00/1810.37	s UNKNOWN
1800.00/1810.37	c 1810	CPU 1673.37 (0.05 0.02 1670.71 2.59)
1800.00/1810.37	c 1810	END Sun Jul 12 02:00:17 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2071808-1247355007/watcher-2071808-1247355007 -o /tmp/evaluation-result-2071808-1247355007/solver-2071808-1247355007 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2071808-1247355007.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.05 2.03 2.00 4/74 15777
/proc/meminfo: memFree=1485576/2055920 swapFree=4192812/4192956
[pid=15777] ppid=15775 vsize=12000 CPUtime=0
/proc/15777/stat : 15777 (sugar) R 15775 15777 14523 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 22567711 12288000 169 996147200 4194304 4206940 548682068608 18446744073709551615 214938219147 0 0 4224 0 0 0 0 17 1 0 0
/proc/15777/statm: 3000 169 130 3 0 100 0

[startup+0.0827441 s]
/proc/loadavg: 2.05 2.03 2.00 4/74 15777
/proc/meminfo: memFree=1485576/2055920 swapFree=4192812/4192956
[pid=15777] ppid=15775 vsize=16740 CPUtime=0.06
/proc/15777/stat : 15777 (sugar) S 15775 15777 14523 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 22567711 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15777/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.10188 s]
/proc/loadavg: 2.05 2.03 2.00 4/74 15777
/proc/meminfo: memFree=1485576/2055920 swapFree=4192812/4192956
[pid=15777] ppid=15775 vsize=16868 CPUtime=0.06
/proc/15777/stat : 15777 (sugar) S 15775 15777 14523 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22567711 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15777/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301918 s]
/proc/loadavg: 2.05 2.03 2.00 4/74 15777
/proc/meminfo: memFree=1485576/2055920 swapFree=4192812/4192956
[pid=15777] ppid=15775 vsize=16868 CPUtime=0.06
/proc/15777/stat : 15777 (sugar) S 15775 15777 14523 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22567711 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15777/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702003 s]
/proc/loadavg: 2.05 2.03 2.00 4/74 15777
/proc/meminfo: memFree=1485576/2055920 swapFree=4192812/4192956
[pid=15777] ppid=15775 vsize=16868 CPUtime=0.4
/proc/15777/stat : 15777 (sugar) S 15775 15777 14523 0 -1 4194304 1309 6801 0 1 5 1 30 4 16 0 1 0 22567711 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15777/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 16868

[startup+1.50218 s]
/proc/loadavg: 2.05 2.03 2.00 3/85 15799
/proc/meminfo: memFree=1465136/2055920 swapFree=4192812/4192956
[pid=15777] ppid=15775 vsize=16868 CPUtime=0.4
/proc/15777/stat : 15777 (sugar) S 15775 15777 14523 0 -1 4194304 1309 6801 0 1 5 1 30 4 15 0 1 0 22567711 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15777/statm: 4217 1111 409 3 0 796 0
[pid=15790] ppid=15777 vsize=5356 CPUtime=0
/proc/15790/stat : 15790 (sh) S 15777 15777 14523 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22567758 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15790/statm: 1339 233 193 169 0 50 0
[pid=15791] ppid=15790 vsize=864356 CPUtime=1.01
/proc/15791/stat : 15791 (java) S 15790 15777 14523 0 -1 0 10895 0 1 0 96 5 0 0 18 0 9 0 22567758 885100544 10032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15791/statm: 216089 10032 2566 9 0 210594 0
[pid=15791/tid=15792] ppid=15790 vsize=864356 CPUtime=0.39
/proc/15791/task/15792/stat : 15792 (java) R 15790 15777 14523 0 -1 64 2906 0 1 0 38 1 0 0 22 0 9 0 22567759 885100544 10032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15791/tid=15793] ppid=15790 vsize=864356 CPUtime=0.54
/proc/15791/task/15793/stat : 15793 (java) R 15790 15777 14523 0 -1 64 6978 0 0 0 51 3 0 0 17 0 9 0 22567760 885100544 10032 996147200 134512640 134550932 4294955936 18446744073709551615 102549400 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15791/tid=15794] ppid=15790 vsize=864356 CPUtime=0
/proc/15791/task/15794/stat : 15794 (java) S 15790 15777 14523 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22567761 885100544 10032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15791/tid=15795] ppid=15790 vsize=864356 CPUtime=0
/proc/15791/task/15795/stat : 15795 (java) S 15790 15777 14523 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22567761 885100544 10032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15791/tid=15796] ppid=15790 vsize=864356 CPUtime=0
/proc/15791/task/15796/stat : 15796 (java) S 15790 15777 14523 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22567763 885100544 10032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15791/tid=15797] ppid=15790 vsize=864356 CPUtime=0.05
/proc/15791/task/15797/stat : 15797 (java) S 15790 15777 14523 0 -1 64 313 0 0 0 5 0 0 0 16 0 9 0 22567763 885100544 10032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15791/tid=15798] ppid=15790 vsize=864356 CPUtime=0
/proc/15791/task/15798/stat : 15798 (java) S 15790 15777 14523 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22567763 885100544 10032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15791/tid=15799] ppid=15790 vsize=864356 CPUtime=0
/proc/15791/task/15799/stat : 15799 (java) S 15790 15777 14523 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22567763 885100544 10032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 886580

[startup+3.10253 s]
/proc/loadavg: 2.12 2.04 2.01 3/85 15799
/proc/meminfo: memFree=1430448/2055920 swapFree=4192812/4192956
[pid=15777] ppid=15775 vsize=16868 CPUtime=0.4
/proc/15777/stat : 15777 (sugar) S 15775 15777 14523 0 -1 4194304 1309 6801 0 1 5 1 30 4 16 0 1 0 22567711 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15777/statm: 4217 1111 409 3 0 796 0
[pid=15790] ppid=15777 vsize=5356 CPUtime=0
/proc/15790/stat : 15790 (sh) S 15777 15777 14523 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22567758 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15790/statm: 1339 233 193 169 0 50 0
[pid=15791] ppid=15790 vsize=864356 CPUtime=2.59
/proc/15791/stat : 15791 (java) S 15790 15777 14523 0 -1 0 24401 0 1 0 247 12 0 0 18 0 9 0 22567758 885100544 23392 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15791/statm: 216089 23392 2566 9 0 210594 0
[pid=15791/tid=15792] ppid=15790 vsize=864356 CPUtime=0.86
/proc/15791/task/15792/stat : 15792 (java) R 15790 15777 14523 0 -1 64 3630 0 1 0 84 2 0 0 24 0 9 0 22567759 885100544 23392 996147200 134512640 134550932 4294955936 18446744073709551615 4126528899 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15791/tid=15793] ppid=15790 vsize=864356 CPUtime=1.66
/proc/15791/task/15793/stat : 15793 (java) S 15790 15777 14523 0 -1 64 19760 0 0 0 157 9 0 0 17 0 9 0 22567760 885100544 23392 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15791/tid=15794] ppid=15790 vsize=864356 CPUtime=0
/proc/15791/task/15794/stat : 15794 (java) S 15790 15777 14523 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22567761 885100544 23392 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15791/tid=15795] ppid=15790 vsize=864356 CPUtime=0
/proc/15791/task/15795/stat : 15795 (java) S 15790 15777 14523 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22567761 885100544 23392 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15791/tid=15796] ppid=15790 vsize=864356 CPUtime=0
/proc/15791/task/15796/stat : 15796 (java) S 15790 15777 14523 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22567763 885100544 23392 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15791/tid=15797] ppid=15790 vsize=864356 CPUtime=0.05
/proc/15791/task/15797/stat : 15797 (java) S 15790 15777 14523 0 -1 64 313 0 0 0 5 0 0 0 16 0 9 0 22567763 885100544 23392 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15791/tid=15798] ppid=15790 vsize=864356 CPUtime=0
/proc/15791/task/15798/stat : 15798 (java) S 15790 15777 14523 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22567763 885100544 23392 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15791/tid=15799] ppid=15790 vsize=864356 CPUtime=0
/proc/15791/task/15799/stat : 15799 (java) S 15790 15777 14523 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22567763 885100544 23392 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 886580

[startup+6.30222 s]
/proc/loadavg: 2.12 2.04 2.01 3/85 15799
/proc/meminfo: memFree=1312304/2055920 swapFree=4192812/4192956
[pid=15777] ppid=15775 vsize=16868 CPUtime=0.4
/proc/15777/stat : 15777 (sugar) S 15775 15777 14523 0 -1 4194304 1311 6801 0 1 5 1 30 4 16 0 1 0 22567711 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15777/statm: 4217 1112 409 3 0 796 0
[pid=15790] ppid=15777 vsize=5356 CPUtime=0
/proc/15790/stat : 15790 (sh) S 15777 15777 14523 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22567758 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15790/statm: 1339 233 193 169 0 50 0
[pid=15791] ppid=15790 vsize=885096 CPUtime=5.76
/proc/15791/stat : 15791 (java) S 15790 15777 14523 0 -1 0 55970 0 1 0 547 29 0 0 18 0 9 0 22567758 906338304 49831 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15791/statm: 221274 49831 2567 9 0 215779 0
[pid=15791/tid=15792] ppid=15790 vsize=885096 CPUtime=1.59
/proc/15791/task/15792/stat : 15792 (java) S 15790 15777 14523 0 -1 64 4383 0 1 0 157 2 0 0 16 0 9 0 22567759 906338304 49831 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15791/tid=15793] ppid=15790 vsize=885096 CPUtime=4.09
/proc/15791/task/15793/stat : 15793 (java) R 15790 15777 14523 0 -1 64 50574 0 0 0 383 26 0 0 25 0 9 0 22567760 906338304 49831 996147200 134512640 134550932 4294955936 18446744073709551615 104191077 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15791/tid=15794] ppid=15790 vsize=885096 CPUtime=0
/proc/15791/task/15794/stat : 15794 (java) S 15790 15777 14523 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22567761 906338304 49831 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15791/tid=15795] ppid=15790 vsize=885096 CPUtime=0
/proc/15791/task/15795/stat : 15795 (java) S 15790 15777 14523 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22567761 906338304 49831 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15791/tid=15796] ppid=15790 vsize=885096 CPUtime=0
/proc/15791/task/15796/stat : 15796 (java) S 15790 15777 14523 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22567763 906338304 49831 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15791/tid=15797] ppid=15790 vsize=885096 CPUtime=0.05
/proc/15791/task/15797/stat : 15797 (java) S 15790 15777 14523 0 -1 64 315 0 0 0 5 0 0 0 15 0 9 0 22567763 906338304 49831 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15791/tid=15798] ppid=15790 vsize=885096 CPUtime=0
/proc/15791/task/15798/stat : 15798 (java) S 15790 15777 14523 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22567763 906338304 49831 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15791/tid=15799] ppid=15790 vsize=885096 CPUtime=0
/proc/15791/task/15799/stat : 15799 (java) S 15790 15777 14523 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22567763 906338304 49831 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 907320

[startup+12.7016 s]
/proc/loadavg: 2.10 2.04 2.01 3/85 15799
/proc/meminfo: memFree=1304048/2055920 swapFree=4192812/4192956
[pid=15777] ppid=15775 vsize=16868 CPUtime=0.41
/proc/15777/stat : 15777 (sugar) S 15775 15777 14523 0 -1 4194304 1311 6801 0 1 5 2 30 4 16 0 1 0 22567711 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15777/statm: 4217 1112 409 3 0 796 0
[pid=15790] ppid=15777 vsize=5356 CPUtime=0
/proc/15790/stat : 15790 (sh) S 15777 15777 14523 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22567758 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15790/statm: 1339 233 193 169 0 50 0
[pid=15791] ppid=15790 vsize=864468 CPUtime=12.15
/proc/15791/stat : 15791 (java) S 15790 15777 14523 0 -1 0 57882 0 1 0 1184 31 0 0 18 0 9 0 22567758 885215232 46531 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15791/statm: 216117 46531 2591 9 0 210594 0
[pid=15791/tid=15792] ppid=15790 vsize=864468 CPUtime=7.7
/proc/15791/task/15792/stat : 15792 (java) R 15790 15777 14523 0 -1 64 5142 0 1 0 767 3 0 0 25 0 9 0 22567759 885215232 46531 996147200 134512640 134550932 4294955936 18446744073709551615 4126095885 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15791/tid=15793] ppid=15790 vsize=864468 CPUtime=4.34
/proc/15791/task/15793/stat : 15793 (java) S 15790 15777 14523 0 -1 64 51707 0 0 0 407 27 0 0 16 0 9 0 22567760 885215232 46531 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15791/tid=15794] ppid=15790 vsize=864468 CPUtime=0
/proc/15791/task/15794/stat : 15794 (java) S 15790 15777 14523 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22567761 885215232 46531 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15791/tid=15795] ppid=15790 vsize=864468 CPUtime=0
/proc/15791/task/15795/stat : 15795 (java) S 15790 15777 14523 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22567761 885215232 46531 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15791/tid=15796] ppid=15790 vsize=864468 CPUtime=0
/proc/15791/task/15796/stat : 15796 (java) S 15790 15777 14523 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22567763 885215232 46531 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15791/tid=15797] ppid=15790 vsize=864468 CPUtime=0.08
/proc/15791/task/15797/stat : 15797 (java) S 15790 15777 14523 0 -1 64 335 0 0 0 8 0 0 0 16 0 9 0 22567763 885215232 46531 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15791/tid=15798] ppid=15790 vsize=864468 CPUtime=0
/proc/15791/task/15798/stat : 15798 (java) S 15790 15777 14523 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22567763 885215232 46531 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15791/tid=15799] ppid=15790 vsize=864468 CPUtime=0
/proc/15791/task/15799/stat : 15799 (java) S 15790 15777 14523 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22567763 885215232 46531 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 886692

[startup+25.5023 s]
/proc/loadavg: 2.09 2.04 2.01 3/85 15799
/proc/meminfo: memFree=1299824/2055920 swapFree=4192812/4192956
[pid=15777] ppid=15775 vsize=16868 CPUtime=0.41
/proc/15777/stat : 15777 (sugar) S 15775 15777 14523 0 -1 4194304 1311 6801 0 1 5 2 30 4 16 0 1 0 22567711 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15777/statm: 4217 1112 409 3 0 796 0
[pid=15790] ppid=15777 vsize=5356 CPUtime=0
/proc/15790/stat : 15790 (sh) S 15777 15777 14523 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22567758 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15790/statm: 1339 233 193 169 0 50 0
[pid=15791] ppid=15790 vsize=864468 CPUtime=24.94
/proc/15791/stat : 15791 (java) S 15790 15777 14523 0 -1 0 58728 0 1 0 2462 32 0 0 18 0 9 0 22567758 885215232 47372 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15791/statm: 216117 47372 2591 9 0 210594 0
[pid=15791/tid=15792] ppid=15790 vsize=864468 CPUtime=20.45
/proc/15791/task/15792/stat : 15792 (java) R 15790 15777 14523 0 -1 64 5147 0 1 0 2042 3 0 0 25 0 9 0 22567759 885215232 47372 996147200 134512640 134550932 4294955936 18446744073709551615 4126533804 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15791/tid=15793] ppid=15790 vsize=864468 CPUtime=4.38
/proc/15791/task/15793/stat : 15793 (java) S 15790 15777 14523 0 -1 64 52548 0 0 0 411 27 0 0 16 0 9 0 22567760 885215232 47372 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15791/tid=15794] ppid=15790 vsize=864468 CPUtime=0
/proc/15791/task/15794/stat : 15794 (java) S 15790 15777 14523 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22567761 885215232 47372 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15791/tid=15795] ppid=15790 vsize=864468 CPUtime=0
/proc/15791/task/15795/stat : 15795 (java) S 15790 15777 14523 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22567761 885215232 47372 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15791/tid=15796] ppid=15790 vsize=864468 CPUtime=0

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

[pid=15790] ppid=15777 vsize=5356 CPUtime=0
/proc/15790/stat : 15790 (sh) S 15777 15777 14523 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22567758 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15790/statm: 1339 233 193 169 0 50 0
[pid=15791] ppid=15790 vsize=864468 CPUtime=1592.74
/proc/15791/stat : 15791 (java) S 15790 15777 14523 0 -1 0 135348 0 1 0 159057 217 0 0 18 0 9 0 22567758 885215232 81032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15791/statm: 216117 81032 2590 9 0 210594 0
[pid=15791/tid=15792] ppid=15790 vsize=864468 CPUtime=1578.17
/proc/15791/task/15792/stat : 15792 (java) R 15790 15777 14523 0 -1 64 6331 0 1 0 157673 144 0 0 25 0 9 0 22567759 885215232 81032 996147200 134512640 134550932 4294955936 18446744073709551615 4126588224 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15791/tid=15793] ppid=15790 vsize=864468 CPUtime=14.43
/proc/15791/task/15793/stat : 15793 (java) S 15790 15777 14523 0 -1 64 127976 0 0 0 1372 71 0 0 16 0 9 0 22567760 885215232 81032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15791/tid=15794] ppid=15790 vsize=864468 CPUtime=0
/proc/15791/task/15794/stat : 15794 (java) S 15790 15777 14523 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22567761 885215232 81032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15791/tid=15795] ppid=15790 vsize=864468 CPUtime=0
/proc/15791/task/15795/stat : 15795 (java) S 15790 15777 14523 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22567761 885215232 81032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15791/tid=15796] ppid=15790 vsize=864468 CPUtime=0
/proc/15791/task/15796/stat : 15796 (java) S 15790 15777 14523 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22567763 885215232 81032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15791/tid=15797] ppid=15790 vsize=864468 CPUtime=0.1
/proc/15791/task/15797/stat : 15797 (java) S 15790 15777 14523 0 -1 64 343 0 0 0 10 0 0 0 16 0 9 0 22567763 885215232 81032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15791/tid=15798] ppid=15790 vsize=864468 CPUtime=0
/proc/15791/task/15798/stat : 15798 (java) S 15790 15777 14523 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22567763 885215232 81032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15791/tid=15799] ppid=15790 vsize=864468 CPUtime=0
/proc/15791/task/15799/stat : 15799 (java) S 15790 15777 14523 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22567763 885215232 81032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1593.15
Current children cumulated vsize (KiB) 886692

[startup+1662.3 s]
/proc/loadavg: 2.13 2.07 2.02 3/93 15925
/proc/meminfo: memFree=904048/2055920 swapFree=4192812/4192956
[pid=15777] ppid=15775 vsize=16868 CPUtime=0.41
/proc/15777/stat : 15777 (sugar) S 15775 15777 14523 0 -1 4194304 1311 6801 0 1 5 2 30 4 16 0 1 0 22567711 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15777/statm: 4217 1112 409 3 0 796 0
[pid=15790] ppid=15777 vsize=5356 CPUtime=0
/proc/15790/stat : 15790 (sh) S 15777 15777 14523 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22567758 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15790/statm: 1339 233 193 169 0 50 0
[pid=15791] ppid=15790 vsize=864468 CPUtime=1652.4
/proc/15791/stat : 15791 (java) S 15790 15777 14523 0 -1 0 135496 0 1 0 165001 239 0 0 18 0 9 0 22567758 885215232 81032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15791/statm: 216117 81032 2590 9 0 210594 0
[pid=15791/tid=15792] ppid=15790 vsize=864468 CPUtime=1636.93
/proc/15791/task/15792/stat : 15792 (java) R 15790 15777 14523 0 -1 64 6479 0 1 0 163528 165 0 0 25 0 9 0 22567759 885215232 81032 996147200 134512640 134550932 4294955936 18446744073709551615 103211054 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15791/tid=15793] ppid=15790 vsize=864468 CPUtime=15.33
/proc/15791/task/15793/stat : 15793 (java) S 15790 15777 14523 0 -1 64 127976 0 0 0 1461 72 0 0 16 0 9 0 22567760 885215232 81032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15791/tid=15794] ppid=15790 vsize=864468 CPUtime=0
/proc/15791/task/15794/stat : 15794 (java) S 15790 15777 14523 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22567761 885215232 81032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15791/tid=15795] ppid=15790 vsize=864468 CPUtime=0
/proc/15791/task/15795/stat : 15795 (java) S 15790 15777 14523 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22567761 885215232 81032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15791/tid=15796] ppid=15790 vsize=864468 CPUtime=0
/proc/15791/task/15796/stat : 15796 (java) S 15790 15777 14523 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22567763 885215232 81032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15791/tid=15797] ppid=15790 vsize=864468 CPUtime=0.1
/proc/15791/task/15797/stat : 15797 (java) S 15790 15777 14523 0 -1 64 343 0 0 0 10 0 0 0 16 0 9 0 22567763 885215232 81032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15791/tid=15798] ppid=15790 vsize=864468 CPUtime=0
/proc/15791/task/15798/stat : 15798 (java) S 15790 15777 14523 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22567763 885215232 81032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15791/tid=15799] ppid=15790 vsize=864468 CPUtime=0
/proc/15791/task/15799/stat : 15799 (java) S 15790 15777 14523 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22567763 885215232 81032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1652.81
Current children cumulated vsize (KiB) 886692

[startup+1722.3 s]
/proc/loadavg: 2.12 2.07 2.02 3/85 15927
/proc/meminfo: memFree=871600/2055920 swapFree=4192812/4192956
[pid=15777] ppid=15775 vsize=16868 CPUtime=1673.37
/proc/15777/stat : 15777 (sugar) S 15775 15777 14523 0 -1 4194304 1378 142658 0 2 5 2 167071 259 16 0 1 0 22567711 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15777/statm: 4217 1113 409 3 0 796 0
[pid=15926] ppid=15777 vsize=5356 CPUtime=0
/proc/15926/stat : 15926 (sh) S 15777 15777 14523 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22736010 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15926/statm: 1339 232 193 169 0 50 0
[pid=15927] ppid=15926 vsize=337900 CPUtime=39.09
/proc/15927/stat : 15927 (minisat) R 15926 15777 14523 0 -1 4194304 82781 0 0 0 3841 68 0 0 25 0 1 0 22736011 346009600 82767 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15927/statm: 84475 82767 76 150 0 84322 0
Current children cumulated CPU time (s) 1712.46
Current children cumulated vsize (KiB) 360124

[startup+1782.3 s]
/proc/loadavg: 2.04 2.06 2.01 3/85 15927
/proc/meminfo: memFree=851696/2055920 swapFree=4192812/4192956
[pid=15777] ppid=15775 vsize=16868 CPUtime=1673.37
/proc/15777/stat : 15777 (sugar) S 15775 15777 14523 0 -1 4194304 1378 142658 0 2 5 2 167071 259 16 0 1 0 22567711 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15777/statm: 4217 1113 409 3 0 796 0
[pid=15926] ppid=15777 vsize=5356 CPUtime=0
/proc/15926/stat : 15926 (sh) S 15777 15777 14523 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22736010 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15926/statm: 1339 232 193 169 0 50 0
[pid=15927] ppid=15926 vsize=344596 CPUtime=98.77
/proc/15927/stat : 15927 (minisat) R 15926 15777 14523 0 -1 4194304 84388 0 0 0 9808 69 0 0 25 0 1 0 22736011 352866304 84374 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/15927/statm: 86149 84374 76 150 0 85996 0
Current children cumulated CPU time (s) 1772.14
Current children cumulated vsize (KiB) 366820



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.3 s]
/proc/loadavg: 2.03 2.05 2.01 3/85 15927
/proc/meminfo: memFree=848496/2055920 swapFree=4192812/4192956
[pid=15777] ppid=15775 vsize=16868 CPUtime=1673.37
/proc/15777/stat : 15777 (sugar) S 15775 15777 14523 0 -1 4194304 1378 142658 0 2 5 2 167071 259 16 0 1 0 22567711 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15777/statm: 4217 1113 409 3 0 796 0
[pid=15926] ppid=15777 vsize=5356 CPUtime=0
/proc/15926/stat : 15926 (sh) S 15777 15777 14523 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22736010 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15926/statm: 1339 232 193 169 0 50 0
[pid=15927] ppid=15926 vsize=348168 CPUtime=126.63
/proc/15927/stat : 15927 (minisat) R 15926 15777 14523 0 -1 4194304 85171 0 0 0 12593 70 0 0 25 0 1 0 22736011 356524032 85157 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15927/statm: 87042 85157 76 150 0 86889 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 370392

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

############
# WARNING:
# current cumulated CPU time (1673.42 s) is less than in the last sample (1800 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (126.58 s) to the 'lost time'.

[startup+1810.3 s]
/proc/loadavg: 2.03 2.05 2.01 3/85 15927
/proc/meminfo: memFree=848496/2055920 swapFree=4192812/4192956
[pid=15777] ppid=15775 vsize=16868 CPUtime=1673.37
/proc/15777/stat : 15777 (sugar) S 15775 15777 14523 0 -1 4194304 1378 142658 0 2 5 2 167071 259 16 0 1 0 22567711 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15777/statm: 4217 1113 409 3 0 796 0
[pid=15926] ppid=15777 vsize=5356 CPUtime=0
/proc/15926/stat : 15926 (sh) S 15777 15777 14523 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22736010 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15926/statm: 1339 232 193 169 0 50 0
[pid=15927] ppid=15926 vsize=348168 CPUtime=126.63
/proc/15927/stat : 15927 (minisat) R 15926 15777 14523 0 -1 4194304 85171 0 0 0 12593 70 0 0 25 0 1 0 22736011 356524032 85157 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15927/statm: 87042 85157 76 150 0 86889 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 370392

[startup+1810.42 s]
/proc/loadavg: 2.03 2.05 2.01 3/85 15927
/proc/meminfo: memFree=848496/2055920 swapFree=4192812/4192956
[pid=15777] ppid=15775 vsize=16868 CPUtime=1673.42
/proc/15777/stat : 15777 (sugar) R 15775 15777 14523 0 -1 4194304 1423 142935 0 2 5 7 167071 259 17 0 1 0 22567711 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 214920041513 0 0 4224 16386 0 0 0 17 1 0 0
/proc/15777/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 1673.42
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1810.42 s]
/proc/loadavg: 2.03 2.05 2.01 3/85 15927
/proc/meminfo: memFree=848496/2055920 swapFree=4192812/4192956
[pid=15777] ppid=15775 vsize=16868 CPUtime=1673.42
/proc/15777/stat : 15777 (sugar) R 15775 15777 14523 0 -1 4194304 1423 142935 0 2 5 7 167071 259 17 0 1 0 22567711 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 214920041513 0 0 4224 16386 0 0 0 17 1 0 0
/proc/15777/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 1673.42
Current children cumulated vsize (KiB) 16868

[startup+1810.5 s]
/proc/loadavg: 2.03 2.05 2.01 4/85 15928
/proc/meminfo: memFree=1481904/2055920 swapFree=4192812/4192956
[pid=15777] ppid=15775 vsize=16868 CPUtime=1673.51
/proc/15777/stat : 15777 (sugar) R 15775 15777 14523 0 -1 4194304 1423 142935 0 2 5 16 167071 259 17 0 1 0 22567711 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 214920041513 0 0 4224 16386 0 0 0 17 1 0 0
/proc/15777/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 1673.51
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 126.58
#  lost CPU user time (s): 125.93
#  lost CPU system time (s): 0.65

Real time (s): 1810.52
CPU time (s): 1800.13
CPU user time (s): 1796.7
CPU system time (s): 3.42058
CPU usage (%): 99.4258
Max. virtual memory (cumulated for all children) (KiB): 912444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1670.78
system time used= 2.77058
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 144417
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 46911
involuntary context switches= 40958

runsolver used 2.43463 second user time and 6.28005 second system time

The end

Launcher Data

Begin job on node10 at 2009-07-12 01:30:07
IDJOB=2071808
IDBENCH=55534
IDSOLVER=739
FILE ID=node10/2071808-1247355007
PBS_JOBID= 9506953
Free space on /tmp= 66356 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg14-17_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2071808-1247355007/watcher-2071808-1247355007 -o /tmp/evaluation-result-2071808-1247355007/solver-2071808-1247355007 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2071808-1247355007.xml

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

MD5SUM BENCH= 5ee30fcd9fb7e75f6504269d4bfa591b
RANDOM SEED=668996560

node10.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.279
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.279
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:       1485992 kB
Buffers:         28328 kB
Cached:         148948 kB
SwapCached:          0 kB
Active:         482320 kB
Inactive:        36020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1485992 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1588 kB
Writeback:           0 kB
Mapped:         352288 kB
Slab:            36356 kB
Committed_AS:   467756 kB
PageTables:       2432 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= 66320 MiB
End job on node10 at 2009-07-12 02:00:19