Trace number 2077121

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.04 1810.6

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg6-8_ext.xml
MD5SUM33c4ba87801147491a9b67c341e1d4e3
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.20036
Satisfiable
(Un)Satisfiability was proved
Number of variables48
Number of constraints14
Maximum constraint arity8
Maximum domain size26
Number of constraints which are defined in extension14
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.06/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.06/0.07	c 0	BEGIN Sun Jul 12 03:49:30 2009
0.06/0.07	c 0	PID 22749
0.06/0.08	c 0	HOST node50.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2077121-1247363370.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-2077121-1247363370.xml' 'HOME/temp.csp'
0.06/0.91	c 1	1 domains, 48 variables, 0 predicates, 2 relations, 14 constraints
0.06/0.93	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.93	c 1	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.75/1.18	c 1	Parsing HOME/temp.csp
1.43/1.81	c 2	parsed 65 expressions
1.43/1.82	c 2	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.43/1.82	c 2	Converting to clausal form CSP
1.54/1.92	c 2	converted 7 (10%) expressions
1.54/1.92	c 2	converted 13 (20%) expressions
1.54/1.92	c 2	converted 20 (30%) expressions
1.54/1.92	c 2	converted 26 (40%) expressions
1.54/1.92	c 2	converted 33 (50%) expressions
1.54/1.92	c 2	converted 39 (60%) expressions
1.54/1.92	c 2	converted 46 (70%) expressions
1.64/2.07	c 2	converted 52 (80%) expressions
2.73/3.16	c 3	converted 59 (90%) expressions
6.61/7.02	c 7	converted 65 (100%) expressions
6.61/7.02	c 7	CSP : 48 integers, 0 booleans, 14 clauses, largest domain size 26
6.61/7.02	c 7	Heap : 122 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.61/7.02	c 7	Propagation in CSP
6.61/7.02	c 7	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.61/7.02	c 7	CSP : 48 integers, 0 booleans, 14 clauses, largest domain size 26
6.61/7.02	c 7	Heap : 122 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.61/7.03	c 7	Simplifing CSP by introducing new Boolean variables
6.61/7.03	c 7	CSP : 48 integers, 0 booleans, 14 clauses, largest domain size 26
6.61/7.03	c 7	Heap : 122 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.50/7.97	c 8	Encoding CSP to SAT : HOME/temp.cnf
7.57/8.25	c 8	5 (10%) CSP integer variables are encoded (120 clauses, 1176 bytes)
7.57/8.26	c 8	10 (20%) CSP integer variables are encoded (240 clauses, 2496 bytes)
7.57/8.26	c 8	15 (30%) CSP integer variables are encoded (360 clauses, 3816 bytes)
7.57/8.26	c 8	20 (40%) CSP integer variables are encoded (480 clauses, 5136 bytes)
7.57/8.26	c 8	24 (50%) CSP integer variables are encoded (576 clauses, 6192 bytes)
7.57/8.27	c 8	29 (60%) CSP integer variables are encoded (696 clauses, 7512 bytes)
7.57/8.27	c 8	34 (70%) CSP integer variables are encoded (816 clauses, 8832 bytes)
7.57/8.27	c 8	39 (80%) CSP integer variables are encoded (936 clauses, 10152 bytes)
7.57/8.27	c 8	44 (90%) CSP integer variables are encoded (1056 clauses, 11665 bytes)
7.57/8.27	c 8	48 (100%) CSP integer variables are encoded (1152 clauses, 12913 bytes)
30.34/31.32	c 31	2 (10%) CSP clauses are encoded (114644 clauses, 4722931 bytes)
40.79/41.86	c 42	3 (20%) CSP clauses are encoded (171390 clauses, 7104478 bytes)
61.77/62.91	c 63	5 (30%) CSP clauses are encoded (284882 clauses, 11976287 bytes)
72.12/73.38	c 73	6 (40%) CSP clauses are encoded (341628 clauses, 14465846 bytes)
82.77/84.02	c 84	7 (50%) CSP clauses are encoded (398374 clauses, 16955405 bytes)
361.26/363.98	c 364	9 (60%) CSP clauses are encoded (708754 clauses, 31461174 bytes)
637.06/641.13	c 641	10 (70%) CSP clauses are encoded (962388 clauses, 45627020 bytes)
1204.29/1211.85	c 1212	12 (80%) CSP clauses are encoded (1469656 clauses, 73958712 bytes)
1486.62/1495.59	c 1496	13 (90%) CSP clauses are encoded (1723290 clauses, 88128205 bytes)
1787.45/1797.80	c 1798	14 (100%) CSP clauses are encoded (1976924 clauses, 105309928 bytes)
1787.45/1797.80	c 1798	14 CSP clauses encoded
1787.45/1797.80	c 1798	Writing map file : HOME/temp.map
1787.45/1797.80	c 1798	Heap : 184 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1787.45/1797.80	c 1798	SAT : 1200 SAT variables, 1976924 SAT clauses, 105309928 bytes
1787.45/1797.80	c 1798	Heap : 184 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1787.45/1797.89	c 1798	SOLVING HOME/temp.cnf
1787.45/1797.89	c 1798	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1787.45/1797.89	c 1798	This is MiniSat 2.0 beta
1787.45/1797.89	c 1798	WARNING: for repeatability, setting FPU to use double precision
1787.45/1797.89	c 1798	============================[ Problem Statistics ]=============================
1787.45/1797.89	c 1798	|                                                                             |
1787.45/1797.89	c 1798	|  Number of variables:  1200                                                 |
1787.45/1797.89	c 1798	|  Number of clauses:    1976924                                              |
1789.99/1800.42	c 1800	|  Parsing time:         2.24         s                                       |
1790.09/1800.58	c 1801	============================[ Search Statistics ]==============================
1790.09/1800.58	c 1801	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1790.09/1800.58	c 1801	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1790.09/1800.58	c 1801	===============================================================================
1790.09/1800.58	c 1801	|         0 |    1200  1976924 22248182 |   658974        0    nan |  0.000 % |
1790.29/1800.78	c 1801	|       100 |    1200  1976924 22248182 |   724872      100      5 |  0.000 % |
1790.58/1801.01	c 1801	|       250 |    1200  1976924 22248182 |   797359      250      7 |  0.002 % |
1791.28/1801.75	c 1802	|       476 |    1200  1976924 22248182 |   877095      476     10 |  0.002 % |
1792.38/1802.84	c 1803	|       813 |    1200  1976924 22248182 |   964804      813     13 |  0.002 % |
1794.37/1804.81	c 1805	|      1320 |    1200  1976924 22248182 |  1061285     1320     12 |  0.001 % |
1797.25/1807.74	c 1808	|      2079 |    1200  1976924 22248182 |  1167413     2079     13 |  0.001 % |
1800.04/1810.52	c ERROR INTERRUPTED
1800.04/1810.54	s UNKNOWN
1800.04/1810.54	c 1811	CPU 1787.52 (0.06 0.02 1785.94 1.5)
1800.04/1810.54	c 1811	END Sun Jul 12 04:19:41 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-2077121-1247363370/watcher-2077121-1247363370 -o /tmp/evaluation-result-2077121-1247363370/solver-2077121-1247363370 -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-2077121-1247363370.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.68 2.40 2.24 5/83 22749
/proc/meminfo: memFree=1650896/2055920 swapFree=4192812/4192956
[pid=22749] ppid=22747 vsize=12268 CPUtime=0
/proc/22749/stat : 22749 (sugar) R 22747 22749 21122 0 -1 4194304 352 0 0 0 0 0 0 0 18 0 1 0 23400613 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 0 0 0 0 17 1 0 0
/proc/22749/statm: 3068 323 243 3 0 168 0

[startup+0.0747881 s]
/proc/loadavg: 2.68 2.40 2.24 5/83 22749
/proc/meminfo: memFree=1650896/2055920 swapFree=4192812/4192956
[pid=22749] ppid=22747 vsize=16740 CPUtime=0.06
/proc/22749/stat : 22749 (sugar) R 22747 22749 21122 0 -1 4194304 1096 0 0 0 5 1 0 0 18 0 1 0 23400613 17141760 1064 996147200 4194304 4206940 548682068608 18446744073709551615 240577319649 0 0 4224 0 0 0 0 17 1 0 0
/proc/22749/statm: 4185 1065 380 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102785 s]
/proc/loadavg: 2.68 2.40 2.24 5/83 22749
/proc/meminfo: memFree=1650896/2055920 swapFree=4192812/4192956
[pid=22749] ppid=22747 vsize=16868 CPUtime=0.06
/proc/22749/stat : 22749 (sugar) S 22747 22749 21122 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 23400613 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22749/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.30281 s]
/proc/loadavg: 2.68 2.40 2.24 5/83 22749
/proc/meminfo: memFree=1650896/2055920 swapFree=4192812/4192956
[pid=22749] ppid=22747 vsize=16868 CPUtime=0.06
/proc/22749/stat : 22749 (sugar) S 22747 22749 21122 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 23400613 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22749/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702842 s]
/proc/loadavg: 2.68 2.40 2.24 5/83 22749
/proc/meminfo: memFree=1650896/2055920 swapFree=4192812/4192956
[pid=22749] ppid=22747 vsize=16868 CPUtime=0.06
/proc/22749/stat : 22749 (sugar) S 22747 22749 21122 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 23400613 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22749/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50191 s]
/proc/loadavg: 2.68 2.40 2.24 4/86 22763
/proc/meminfo: memFree=1598200/2055920 swapFree=4192812/4192956
[pid=22749] ppid=22747 vsize=16868 CPUtime=0.75
/proc/22749/stat : 22749 (sugar) S 22747 22749 21122 0 -1 4194304 1309 11788 0 1 5 1 61 8 16 0 1 0 23400613 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22749/statm: 4217 1111 409 3 0 796 0
[pid=22762] ppid=22749 vsize=5356 CPUtime=0
/proc/22762/stat : 22762 (sh) S 22749 22749 21122 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23400707 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22762/statm: 1339 233 193 169 0 50 0
[pid=22763] ppid=22762 vsize=862284 CPUtime=0.38
/proc/22763/stat : 22763 (java) S 22762 22749 21122 0 -1 0 5957 0 1 0 35 3 0 0 18 0 9 0 23400707 882978816 5159 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22763/statm: 215571 5159 2158 9 0 210484 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 884508

[startup+3.10106 s]
/proc/loadavg: 2.78 2.43 2.25 5/94 22771
/proc/meminfo: memFree=1547128/2055920 swapFree=4192812/4192956
[pid=22749] ppid=22747 vsize=16868 CPUtime=0.75
/proc/22749/stat : 22749 (sugar) S 22747 22749 21122 0 -1 4194304 1310 11788 0 1 5 1 61 8 16 0 1 0 23400613 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22749/statm: 4217 1111 409 3 0 796 0
[pid=22762] ppid=22749 vsize=5356 CPUtime=0
/proc/22762/stat : 22762 (sh) S 22749 22749 21122 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23400707 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22762/statm: 1339 233 193 169 0 50 0
[pid=22763] ppid=22762 vsize=864248 CPUtime=1.98
/proc/22763/stat : 22763 (java) S 22762 22749 21122 0 -1 0 16984 0 1 0 190 8 0 0 18 0 9 0 23400707 884989952 15267 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22763/statm: 216062 15267 2566 9 0 210567 0
[pid=22763/tid=22764] ppid=22762 vsize=864248 CPUtime=0.9
/proc/22763/task/22764/stat : 22764 (java) R 22762 22749 21122 0 -1 64 3136 0 1 0 89 1 0 0 25 0 9 0 23400725 884989952 15267 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22763/tid=22765] ppid=22762 vsize=864248 CPUtime=1.01
/proc/22763/task/22765/stat : 22765 (java) R 22762 22749 21122 0 -1 64 12833 0 0 0 96 5 0 0 17 0 9 0 23400726 884989952 15267 996147200 134512640 134550932 4294955936 18446744073709551615 102759201 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22763/tid=22766] ppid=22762 vsize=864248 CPUtime=0
/proc/22763/task/22766/stat : 22766 (java) S 22762 22749 21122 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23400726 884989952 15267 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22763/tid=22767] ppid=22762 vsize=864248 CPUtime=0
/proc/22763/task/22767/stat : 22767 (java) S 22762 22749 21122 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23400726 884989952 15267 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22763/tid=22768] ppid=22762 vsize=864248 CPUtime=0
/proc/22763/task/22768/stat : 22768 (java) S 22762 22749 21122 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23400729 884989952 15267 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22763/tid=22769] ppid=22762 vsize=864248 CPUtime=0.04
/proc/22763/task/22769/stat : 22769 (java) S 22762 22749 21122 0 -1 64 312 0 0 0 4 0 0 0 16 0 9 0 23400729 884989952 15267 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22763/tid=22770] ppid=22762 vsize=864248 CPUtime=0
/proc/22763/task/22770/stat : 22770 (java) S 22762 22749 21122 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23400729 884989952 15267 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22763/tid=22771] ppid=22762 vsize=864248 CPUtime=0
/proc/22763/task/22771/stat : 22771 (java) S 22762 22749 21122 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23400729 884989952 15267 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 886472

[startup+6.30233 s]
/proc/loadavg: 2.78 2.43 2.25 5/94 22771
/proc/meminfo: memFree=1286456/2055920 swapFree=4192812/4192956
[pid=22749] ppid=22747 vsize=16868 CPUtime=0.75
/proc/22749/stat : 22749 (sugar) S 22747 22749 21122 0 -1 4194304 1310 11788 0 1 5 1 61 8 16 0 1 0 23400613 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22749/statm: 4217 1111 409 3 0 796 0
[pid=22762] ppid=22749 vsize=5356 CPUtime=0
/proc/22762/stat : 22762 (sh) S 22749 22749 21122 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23400707 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22762/statm: 1339 233 193 169 0 50 0
[pid=22763] ppid=22762 vsize=885740 CPUtime=5.16
/proc/22763/stat : 22763 (java) S 22762 22749 21122 0 -1 0 46373 0 1 0 492 24 0 0 18 0 9 0 23400707 906997760 38908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22763/statm: 221435 38908 2567 9 0 215940 0
[pid=22763/tid=22764] ppid=22762 vsize=885740 CPUtime=1.99
/proc/22763/task/22764/stat : 22764 (java) S 22762 22749 21122 0 -1 64 3661 0 1 0 197 2 0 0 25 0 9 0 23400725 906997760 38908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22763/tid=22765] ppid=22762 vsize=885740 CPUtime=3.1
/proc/22763/task/22765/stat : 22765 (java) R 22762 22749 21122 0 -1 64 41697 0 0 0 289 21 0 0 22 0 9 0 23400726 906997760 38908 996147200 134512640 134550932 4294955936 18446744073709551615 104516149 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22763/tid=22766] ppid=22762 vsize=885740 CPUtime=0
/proc/22763/task/22766/stat : 22766 (java) S 22762 22749 21122 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23400726 906997760 38908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22763/tid=22767] ppid=22762 vsize=885740 CPUtime=0
/proc/22763/task/22767/stat : 22767 (java) S 22762 22749 21122 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23400726 906997760 38908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22763/tid=22768] ppid=22762 vsize=885740 CPUtime=0
/proc/22763/task/22768/stat : 22768 (java) S 22762 22749 21122 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23400729 906997760 38908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22763/tid=22769] ppid=22762 vsize=885740 CPUtime=0.04
/proc/22763/task/22769/stat : 22769 (java) S 22762 22749 21122 0 -1 64 312 0 0 0 4 0 0 0 16 0 9 0 23400729 906997760 38908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22763/tid=22770] ppid=22762 vsize=885740 CPUtime=0
/proc/22763/task/22770/stat : 22770 (java) S 22762 22749 21122 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23400729 906997760 38908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22763/tid=22771] ppid=22762 vsize=885740 CPUtime=0
/proc/22763/task/22771/stat : 22771 (java) S 22762 22749 21122 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23400729 906997760 38908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 907964

[startup+12.7029 s]
/proc/loadavg: 2.81 2.44 2.25 3/94 22771
/proc/meminfo: memFree=1060664/2055920 swapFree=4192812/4192956
[pid=22749] ppid=22747 vsize=16868 CPUtime=0.76
/proc/22749/stat : 22749 (sugar) S 22747 22749 21122 0 -1 4194304 1310 11788 0 1 5 2 61 8 15 0 1 0 23400613 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22749/statm: 4217 1111 409 3 0 796 0
[pid=22762] ppid=22749 vsize=5356 CPUtime=0
/proc/22762/stat : 22762 (sh) S 22749 22749 21122 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23400707 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22762/statm: 1339 233 193 169 0 50 0
[pid=22763] ppid=22762 vsize=864360 CPUtime=11.08
/proc/22763/stat : 22763 (java) S 22762 22749 21122 0 -1 0 62274 0 1 0 1075 33 0 0 18 0 9 0 23400707 885104640 38796 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22763/statm: 216090 38796 2591 9 0 210567 0
[pid=22763/tid=22764] ppid=22762 vsize=864360 CPUtime=6.43
/proc/22763/task/22764/stat : 22764 (java) R 22762 22749 21122 0 -1 64 4565 0 1 0 641 2 0 0 25 0 9 0 23400725 885104640 38796 996147200 134512640 134550932 4294955936 18446744073709551615 4126570450 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22763/tid=22765] ppid=22762 vsize=864360 CPUtime=4.55
/proc/22763/task/22765/stat : 22765 (java) S 22762 22749 21122 0 -1 64 56673 0 0 0 426 29 0 0 16 0 9 0 23400726 885104640 38796 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22763/tid=22766] ppid=22762 vsize=864360 CPUtime=0
/proc/22763/task/22766/stat : 22766 (java) S 22762 22749 21122 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23400726 885104640 38796 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22763/tid=22767] ppid=22762 vsize=864360 CPUtime=0
/proc/22763/task/22767/stat : 22767 (java) S 22762 22749 21122 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23400726 885104640 38796 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22763/tid=22768] ppid=22762 vsize=864360 CPUtime=0
/proc/22763/task/22768/stat : 22768 (java) S 22762 22749 21122 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23400729 885104640 38796 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22763/tid=22769] ppid=22762 vsize=864360 CPUtime=0.07
/proc/22763/task/22769/stat : 22769 (java) S 22762 22749 21122 0 -1 64 333 0 0 0 7 0 0 0 16 0 9 0 23400729 885104640 38796 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22763/tid=22770] ppid=22762 vsize=864360 CPUtime=0
/proc/22763/task/22770/stat : 22770 (java) S 22762 22749 21122 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23400729 885104640 38796 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22763/tid=22771] ppid=22762 vsize=864360 CPUtime=0
/proc/22763/task/22771/stat : 22771 (java) S 22762 22749 21122 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23400729 885104640 38796 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.84
Current children cumulated vsize (KiB) 886584

[startup+25.503 s]
/proc/loadavg: 2.69 2.43 2.25 3/94 22771
/proc/meminfo: memFree=997368/2055920 swapFree=4192812/4192956
[pid=22749] ppid=22747 vsize=16868 CPUtime=0.76
/proc/22749/stat : 22749 (sugar) S 22747 22749 21122 0 -1 4194304 1310 11788 0 1 5 2 61 8 15 0 1 0 23400613 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22749/statm: 4217 1111 409 3 0 796 0
[pid=22762] ppid=22749 vsize=5356 CPUtime=0
/proc/22762/stat : 22762 (sh) S 22749 22749 21122 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23400707 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22762/statm: 1339 233 193 169 0 50 0
[pid=22763] ppid=22762 vsize=864360 CPUtime=23.81
/proc/22763/stat : 22763 (java) S 22762 22749 21122 0 -1 0 62298 0 1 0 2347 34 0 0 18 0 9 0 23400707 885104640 38801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22763/statm: 216090 38801 2591 9 0 210567 0
[pid=22763/tid=22764] ppid=22762 vsize=864360 CPUtime=19.05
/proc/22763/task/22764/stat : 22764 (java) R 22762 22749 21122 0 -1 64 4584 0 1 0 1901 4 0 0 25 0 9 0 23400725 885104640 38801 996147200 134512640 134550932 4294955936 18446744073709551615 103210755 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22763/tid=22765] ppid=22762 vsize=864360 CPUtime=4.66
/proc/22763/task/22765/stat : 22765 (java) S 22762 22749 21122 0 -1 64 56673 0 0 0 437 29 0 0 16 0 9 0 23400726 885104640 38801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22763/tid=22766] ppid=22762 vsize=864360 CPUtime=0
/proc/22763/task/22766/stat : 22766 (java) S 22762 22749 21122 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23400726 885104640 38801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22763/tid=22767] ppid=22762 vsize=864360 CPUtime=0
/proc/22763/task/22767/stat : 22767 (java) S 22762 22749 21122 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23400726 885104640 38801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22763/tid=22768] ppid=22762 vsize=864360 CPUtime=0
/proc/22763/task/22768/stat : 22768 (java) S 22762 22749 21122 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23400729 885104640 38801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22763/tid=22769] ppid=22762 vsize=864360 CPUtime=0.08
/proc/22763/task/22769/stat : 22769 (java) S 22762 22749 21122 0 -1 64 338 0 0 0 8 0 0 0 16 0 9 0 23400729 885104640 38801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22763/tid=22770] ppid=22762 vsize=864360 CPUtime=0
/proc/22763/task/22770/stat : 22770 (java) S 22762 22749 21122 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23400729 885104640 38801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22763/tid=22771] ppid=22762 vsize=864360 CPUtime=0
/proc/22763/task/22771/stat : 22771 (java) S 22762 22749 21122 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23400729 885104640 38801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.57
Current children cumulated vsize (KiB) 886584

[startup+51.1023 s]
/proc/loadavg: 2.45 2.39 2.24 3/94 22771
/proc/meminfo: memFree=986936/2055920 swapFree=4192812/4192956
[pid=22749] ppid=22747 vsize=16868 CPUtime=0.76
/proc/22749/stat : 22749 (sugar) S 22747 22749 21122 0 -1 4194304 1310 11788 0 1 5 2 61 8 16 0 1 0 23400613 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22749/statm: 4217 1111 409 3 0 796 0

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

[pid=22762] ppid=22749 vsize=5356 CPUtime=0
/proc/22762/stat : 22762 (sh) S 22749 22749 21122 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23400707 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22762/statm: 1339 233 193 169 0 50 0
[pid=22763] ppid=22762 vsize=864360 CPUtime=1592.13
/proc/22763/stat : 22763 (java) S 22762 22749 21122 0 -1 0 124712 0 1 0 159087 126 0 0 18 0 9 0 23400707 885104640 67276 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22763/statm: 216090 67276 2590 9 0 210567 0
[pid=22763/tid=22764] ppid=22762 vsize=864360 CPUtime=1580.55
/proc/22763/task/22764/stat : 22764 (java) R 22762 22749 21122 0 -1 64 5177 0 1 0 157993 62 0 0 25 0 9 0 23400725 885104640 67276 996147200 134512640 134550932 4294955936 18446744073709551615 4126570320 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22763/tid=22765] ppid=22762 vsize=864360 CPUtime=11.46
/proc/22763/task/22765/stat : 22765 (java) S 22762 22749 21122 0 -1 64 118490 0 0 0 1084 62 0 0 16 0 9 0 23400726 885104640 67276 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22763/tid=22766] ppid=22762 vsize=864360 CPUtime=0
/proc/22763/task/22766/stat : 22766 (java) S 22762 22749 21122 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23400726 885104640 67276 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22763/tid=22767] ppid=22762 vsize=864360 CPUtime=0
/proc/22763/task/22767/stat : 22767 (java) S 22762 22749 21122 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23400726 885104640 67276 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22763/tid=22768] ppid=22762 vsize=864360 CPUtime=0
/proc/22763/task/22768/stat : 22768 (java) S 22762 22749 21122 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23400729 885104640 67276 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22763/tid=22769] ppid=22762 vsize=864360 CPUtime=0.09
/proc/22763/task/22769/stat : 22769 (java) S 22762 22749 21122 0 -1 64 342 0 0 0 9 0 0 0 17 0 9 0 23400729 885104640 67276 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22763/tid=22770] ppid=22762 vsize=864360 CPUtime=0
/proc/22763/task/22770/stat : 22770 (java) S 22762 22749 21122 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23400729 885104640 67276 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22763/tid=22771] ppid=22762 vsize=864360 CPUtime=0
/proc/22763/task/22771/stat : 22771 (java) S 22762 22749 21122 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23400729 885104640 67276 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1592.89
Current children cumulated vsize (KiB) 886584

[startup+1662.3 s]
/proc/loadavg: 2.09 2.06 2.08 3/93 23308
/proc/meminfo: memFree=752256/2055920 swapFree=4192812/4192956
[pid=22749] ppid=22747 vsize=16868 CPUtime=0.76
/proc/22749/stat : 22749 (sugar) S 22747 22749 21122 0 -1 4194304 1310 11788 0 1 5 2 61 8 16 0 1 0 23400613 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22749/statm: 4217 1111 409 3 0 796 0
[pid=22762] ppid=22749 vsize=5356 CPUtime=0
/proc/22762/stat : 22762 (sh) S 22749 22749 21122 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23400707 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22762/statm: 1339 233 193 169 0 50 0
[pid=22763] ppid=22762 vsize=864360 CPUtime=1651.85
/proc/22763/stat : 22763 (java) S 22762 22749 21122 0 -1 0 124713 0 1 0 165058 127 0 0 18 0 9 0 23400707 885104640 67276 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22763/statm: 216090 67276 2590 9 0 210567 0
[pid=22763/tid=22764] ppid=22762 vsize=864360 CPUtime=1640.26
/proc/22763/task/22764/stat : 22764 (java) R 22762 22749 21122 0 -1 64 5178 0 1 0 163963 63 0 0 25 0 9 0 23400725 885104640 67276 996147200 134512640 134550932 4294955936 18446744073709551615 4126570368 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22763/tid=22765] ppid=22762 vsize=864360 CPUtime=11.47
/proc/22763/task/22765/stat : 22765 (java) S 22762 22749 21122 0 -1 64 118490 0 0 0 1085 62 0 0 16 0 9 0 23400726 885104640 67276 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22763/tid=22766] ppid=22762 vsize=864360 CPUtime=0
/proc/22763/task/22766/stat : 22766 (java) S 22762 22749 21122 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23400726 885104640 67276 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22763/tid=22767] ppid=22762 vsize=864360 CPUtime=0
/proc/22763/task/22767/stat : 22767 (java) S 22762 22749 21122 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23400726 885104640 67276 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22763/tid=22768] ppid=22762 vsize=864360 CPUtime=0
/proc/22763/task/22768/stat : 22768 (java) S 22762 22749 21122 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23400729 885104640 67276 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22763/tid=22769] ppid=22762 vsize=864360 CPUtime=0.09
/proc/22763/task/22769/stat : 22769 (java) S 22762 22749 21122 0 -1 64 342 0 0 0 9 0 0 0 17 0 9 0 23400729 885104640 67276 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22763/tid=22770] ppid=22762 vsize=864360 CPUtime=0
/proc/22763/task/22770/stat : 22770 (java) S 22762 22749 21122 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23400729 885104640 67276 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22763/tid=22771] ppid=22762 vsize=864360 CPUtime=0
/proc/22763/task/22771/stat : 22771 (java) S 22762 22749 21122 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23400729 885104640 67276 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1652.61
Current children cumulated vsize (KiB) 886584

[startup+1722.3 s]
/proc/loadavg: 2.22 2.10 2.09 3/93 23308
/proc/meminfo: memFree=751744/2055920 swapFree=4192812/4192956
[pid=22749] ppid=22747 vsize=16868 CPUtime=0.76
/proc/22749/stat : 22749 (sugar) S 22747 22749 21122 0 -1 4194304 1310 11788 0 1 5 2 61 8 16 0 1 0 23400613 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22749/statm: 4217 1111 409 3 0 796 0
[pid=22762] ppid=22749 vsize=5356 CPUtime=0
/proc/22762/stat : 22762 (sh) S 22749 22749 21122 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23400707 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22762/statm: 1339 233 193 169 0 50 0
[pid=22763] ppid=22762 vsize=864360 CPUtime=1711.56
/proc/22763/stat : 22763 (java) S 22762 22749 21122 0 -1 0 124855 0 1 0 171029 127 0 0 18 0 9 0 23400707 885104640 67396 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22763/statm: 216090 67396 2590 9 0 210567 0
[pid=22763/tid=22764] ppid=22762 vsize=864360 CPUtime=1699.74
/proc/22763/task/22764/stat : 22764 (java) R 22762 22749 21122 0 -1 64 5200 0 1 0 169911 63 0 0 25 0 9 0 23400725 885104640 67396 996147200 134512640 134550932 4294955936 18446744073709551615 4125952251 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22763/tid=22765] ppid=22762 vsize=864360 CPUtime=11.7
/proc/22763/task/22765/stat : 22765 (java) S 22762 22749 21122 0 -1 64 118610 0 0 0 1108 62 0 0 16 0 9 0 23400726 885104640 67396 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22763/tid=22766] ppid=22762 vsize=864360 CPUtime=0
/proc/22763/task/22766/stat : 22766 (java) S 22762 22749 21122 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23400726 885104640 67396 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22763/tid=22767] ppid=22762 vsize=864360 CPUtime=0
/proc/22763/task/22767/stat : 22767 (java) S 22762 22749 21122 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23400726 885104640 67396 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22763/tid=22768] ppid=22762 vsize=864360 CPUtime=0
/proc/22763/task/22768/stat : 22768 (java) S 22762 22749 21122 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23400729 885104640 67396 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22763/tid=22769] ppid=22762 vsize=864360 CPUtime=0.09
/proc/22763/task/22769/stat : 22769 (java) S 22762 22749 21122 0 -1 64 342 0 0 0 9 0 0 0 17 0 9 0 23400729 885104640 67396 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22763/tid=22770] ppid=22762 vsize=864360 CPUtime=0
/proc/22763/task/22770/stat : 22770 (java) S 22762 22749 21122 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23400729 885104640 67396 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22763/tid=22771] ppid=22762 vsize=864360 CPUtime=0
/proc/22763/task/22771/stat : 22771 (java) S 22762 22749 21122 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23400729 885104640 67396 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1712.32
Current children cumulated vsize (KiB) 886584

[startup+1782.3 s]
/proc/loadavg: 2.25 2.13 2.10 3/93 23308
/proc/meminfo: memFree=751616/2055920 swapFree=4192812/4192956
[pid=22749] ppid=22747 vsize=16868 CPUtime=0.76
/proc/22749/stat : 22749 (sugar) S 22747 22749 21122 0 -1 4194304 1310 11788 0 1 5 2 61 8 16 0 1 0 23400613 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22749/statm: 4217 1111 409 3 0 796 0
[pid=22762] ppid=22749 vsize=5356 CPUtime=0
/proc/22762/stat : 22762 (sh) S 22749 22749 21122 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23400707 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22762/statm: 1339 233 193 169 0 50 0
[pid=22763] ppid=22762 vsize=864360 CPUtime=1771.27
/proc/22763/stat : 22763 (java) S 22762 22749 21122 0 -1 0 124859 0 1 0 177000 127 0 0 18 0 9 0 23400707 885104640 67396 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22763/statm: 216090 67396 2590 9 0 210567 0
[pid=22763/tid=22764] ppid=22762 vsize=864360 CPUtime=1759.4
/proc/22763/task/22764/stat : 22764 (java) R 22762 22749 21122 0 -1 64 5204 0 1 0 175877 63 0 0 25 0 9 0 23400725 885104640 67396 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22763/tid=22765] ppid=22762 vsize=864360 CPUtime=11.74
/proc/22763/task/22765/stat : 22765 (java) S 22762 22749 21122 0 -1 64 118610 0 0 0 1112 62 0 0 16 0 9 0 23400726 885104640 67396 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22763/tid=22766] ppid=22762 vsize=864360 CPUtime=0
/proc/22763/task/22766/stat : 22766 (java) S 22762 22749 21122 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23400726 885104640 67396 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22763/tid=22767] ppid=22762 vsize=864360 CPUtime=0
/proc/22763/task/22767/stat : 22767 (java) S 22762 22749 21122 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23400726 885104640 67396 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22763/tid=22768] ppid=22762 vsize=864360 CPUtime=0
/proc/22763/task/22768/stat : 22768 (java) S 22762 22749 21122 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23400729 885104640 67396 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22763/tid=22769] ppid=22762 vsize=864360 CPUtime=0.09
/proc/22763/task/22769/stat : 22769 (java) S 22762 22749 21122 0 -1 64 342 0 0 0 9 0 0 0 17 0 9 0 23400729 885104640 67396 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22763/tid=22770] ppid=22762 vsize=864360 CPUtime=0
/proc/22763/task/22770/stat : 22770 (java) S 22762 22749 21122 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23400729 885104640 67396 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22763/tid=22771] ppid=22762 vsize=864360 CPUtime=0
/proc/22763/task/22771/stat : 22771 (java) S 22762 22749 21122 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23400729 885104640 67396 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1772.03
Current children cumulated vsize (KiB) 886584



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.5 s]
/proc/loadavg: 2.17 2.12 2.10 3/85 23310
/proc/meminfo: memFree=834232/2055920 swapFree=4192812/4192956
[pid=22749] ppid=22747 vsize=16868 CPUtime=1787.51
/proc/22749/stat : 22749 (sugar) S 22747 22749 21122 0 -1 4194304 1376 136981 0 2 6 2 178594 149 16 0 1 0 23400613 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22749/statm: 4217 1113 409 3 0 796 0
[pid=23309] ppid=22749 vsize=5356 CPUtime=0
/proc/23309/stat : 23309 (sh) S 22749 22749 21122 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23580402 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23309/statm: 1339 232 193 169 0 50 0
[pid=23310] ppid=23309 vsize=165824 CPUtime=12.53
/proc/23310/stat : 23310 (minisat) R 23309 22749 21122 0 -1 4194304 39960 0 0 0 1223 30 0 0 25 0 1 0 23580403 169803776 39946 996147200 134512640 135127466 4294956256 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 1 0 0
/proc/23310/statm: 41456 39946 75 150 0 41303 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 188048

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

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

[startup+1810.5 s]
/proc/loadavg: 2.17 2.12 2.10 3/85 23310
/proc/meminfo: memFree=834232/2055920 swapFree=4192812/4192956
[pid=22749] ppid=22747 vsize=16868 CPUtime=1787.51
/proc/22749/stat : 22749 (sugar) S 22747 22749 21122 0 -1 4194304 1376 136981 0 2 6 2 178594 149 16 0 1 0 23400613 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22749/statm: 4217 1113 409 3 0 796 0
[pid=23309] ppid=22749 vsize=5356 CPUtime=0
/proc/23309/stat : 23309 (sh) S 22749 22749 21122 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23580402 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23309/statm: 1339 232 193 169 0 50 0
[pid=23310] ppid=23309 vsize=165824 CPUtime=12.53
/proc/23310/stat : 23310 (minisat) R 23309 22749 21122 0 -1 4194304 39960 0 0 0 1223 30 0 0 25 0 1 0 23580403 169803776 39946 996147200 134512640 135127466 4294956256 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 1 0 0
/proc/23310/statm: 41456 39946 75 150 0 41303 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 188048

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22749 and gives
#  childrusage.ru_utime.tv_sec=1786
#  childrusage.ru_utime.tv_usec=9485
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=580759
# CPU time returned by wait4() is 1787.59
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1810.6
CPU time (s): 1800.04
CPU user time (s): 1798.23
CPU system time (s): 1.81
CPU usage (%): 99.417
Max. virtual memory (cumulated for all children) (KiB): 913088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1786.01
system time used= 1.58076
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 138740
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= 44117
involuntary context switches= 65393

runsolver used 2.41763 second user time and 5.87611 second system time

The end

Launcher Data

Begin job on node50 at 2009-07-12 03:49:30
IDJOB=2077121
IDBENCH=56555
IDSOLVER=739
FILE ID=node50/2077121-1247363370
PBS_JOBID= 9506920
Free space on /tmp= 66424 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg6-8_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-2077121-1247363370/watcher-2077121-1247363370 -o /tmp/evaluation-result-2077121-1247363370/solver-2077121-1247363370 -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-2077121-1247363370.xml

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

MD5SUM BENCH= 33c4ba87801147491a9b67c341e1d4e3
RANDOM SEED=1883816547

node50.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.231
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.231
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:       1651440 kB
Buffers:         19608 kB
Cached:          98984 kB
SwapCached:          0 kB
Active:         294716 kB
Inactive:        60400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1651440 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5232 kB
Writeback:           0 kB
Mapped:         252068 kB
Slab:            34292 kB
Committed_AS:   889448 kB
PageTables:       2284 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= 66420 MiB
End job on node50 at 2009-07-12 04:19:43