Trace number 2070202

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+minisatUNSAT 176.383 177.389

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg11-14_ext.xml
MD5SUMe65d9d7374d09e1bce67fdbc6a1537f0
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 benchmark0.116981
Satisfiable
(Un)Satisfiability was proved
Number of variables154
Number of constraints25
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension25
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.06/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.06/0.08	c 0	BEGIN Sun Jul 12 00:26:27 2009
0.06/0.08	c 0	PID 17448
0.06/0.08	c 0	HOST node3.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2070202-1247351186.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-2070202-1247351186.xml' 'HOME/temp.csp'
0.06/0.36	c 0	1 domains, 154 variables, 0 predicates, 2 relations, 25 constraints
0.06/0.36	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.36	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.32/0.44	c 0	Parsing HOME/temp.csp
0.32/0.55	c 0	parsed 182 expressions
0.32/0.56	c 0	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.32/0.56	c 0	Converting to clausal form CSP
0.32/0.58	c 0	converted 19 (10%) expressions
0.32/0.58	c 0	converted 37 (20%) expressions
0.32/0.58	c 0	converted 55 (30%) expressions
0.32/0.58	c 0	converted 73 (40%) expressions
0.32/0.58	c 0	converted 91 (50%) expressions
0.32/0.58	c 0	converted 110 (60%) expressions
0.32/0.58	c 0	converted 128 (70%) expressions
0.32/0.58	c 0	converted 146 (80%) expressions
0.93/1.07	c 1	converted 164 (90%) expressions
1.64/1.78	c 1	converted 182 (100%) expressions
1.64/1.78	c 1	CSP : 154 integers, 0 booleans, 25 clauses, largest domain size 26
1.64/1.78	c 1	Heap : 35 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.64/1.78	c 1	Propagation in CSP
1.64/1.78	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.64/1.78	c 1	CSP : 154 integers, 0 booleans, 25 clauses, largest domain size 26
1.64/1.78	c 1	Heap : 35 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.64/1.79	c 1	Simplifing CSP by introducing new Boolean variables
1.64/1.79	c 1	CSP : 154 integers, 0 booleans, 25 clauses, largest domain size 26
1.64/1.79	c 1	Heap : 35 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.83/1.96	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.83/1.97	c 2	16 (10%) CSP integer variables are encoded (384 clauses, 4080 bytes)
1.83/1.98	c 2	31 (20%) CSP integer variables are encoded (744 clauses, 8040 bytes)
1.83/1.98	c 2	47 (30%) CSP integer variables are encoded (1128 clauses, 12601 bytes)
1.83/1.98	c 2	62 (40%) CSP integer variables are encoded (1488 clauses, 17281 bytes)
1.83/1.98	c 2	77 (50%) CSP integer variables are encoded (1848 clauses, 21961 bytes)
1.83/1.98	c 2	93 (60%) CSP integer variables are encoded (2232 clauses, 26953 bytes)
1.83/1.99	c 2	108 (70%) CSP integer variables are encoded (2592 clauses, 31633 bytes)
1.83/1.99	c 2	124 (80%) CSP integer variables are encoded (2976 clauses, 36625 bytes)
1.83/1.99	c 2	139 (90%) CSP integer variables are encoded (3336 clauses, 41305 bytes)
1.83/1.99	c 2	154 (100%) CSP integer variables are encoded (3696 clauses, 45985 bytes)
29.39/29.69	c 29	3 (10%) CSP clauses are encoded (146163 clauses, 10398681 bytes)
47.89/48.25	c 48	5 (20%) CSP clauses are encoded (241141 clauses, 17422522 bytes)
75.65/76.19	c 76	8 (30%) CSP clauses are encoded (383608 clauses, 28093777 bytes)
94.06/94.62	c 94	10 (40%) CSP clauses are encoded (478586 clauses, 35207947 bytes)
121.51/122.28	c 122	13 (50%) CSP clauses are encoded (621053 clauses, 45969999 bytes)
131.56/132.39	c 132	15 (60%) CSP clauses are encoded (682607 clauses, 50577568 bytes)
134.84/135.68	c 135	18 (70%) CSP clauses are encoded (724802 clauses, 54050080 bytes)
137.23/138.09	c 138	20 (80%) CSP clauses are encoded (752932 clauses, 56671426 bytes)
140.51/141.37	c 141	23 (90%) CSP clauses are encoded (795127 clauses, 60603445 bytes)
142.70/143.56	c 143	25 (100%) CSP clauses are encoded (823257 clauses, 63224791 bytes)
142.70/143.56	c 143	25 CSP clauses encoded
142.70/143.57	c 143	Writing map file : HOME/temp.map
142.70/143.57	c 143	Heap : 53 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
142.70/143.57	c 143	SAT : 3850 SAT variables, 823257 SAT clauses, 63224791 bytes
142.70/143.57	c 143	Heap : 53 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
142.77/143.62	c 143	SOLVING HOME/temp.cnf
142.77/143.62	c 143	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
142.77/143.63	c 143	This is MiniSat 2.0 beta
142.77/143.63	c 143	WARNING: for repeatability, setting FPU to use double precision
142.77/143.63	c 143	============================[ Problem Statistics ]=============================
142.77/143.63	c 143	|                                                                             |
142.77/143.63	c 143	|  Number of variables:  3850                                                 |
142.77/143.63	c 143	|  Number of clauses:    823257                                               |
144.05/144.96	c 145	|  Parsing time:         1.21         s                                       |
144.25/145.11	c 145	============================[ Search Statistics ]==============================
144.25/145.11	c 145	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
144.25/145.11	c 145	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
144.25/145.11	c 145	===============================================================================
144.25/145.11	c 145	|         0 |    3817   818754 11955135 |   272918        0    nan |  0.000 % |
144.25/145.13	c 145	|       101 |    3816   818754 11955135 |   300209      100      4 |  0.883 % |
144.35/145.23	c 145	|       253 |    3815   818754 11955135 |   330230      251      6 |  0.909 % |
144.75/145.70	c 145	|       478 |    3813   818754 11955135 |   363253      475      7 |  0.961 % |
145.16/146.08	c 146	|       815 |    3813   818754 11955135 |   399579      812      7 |  0.961 % |
146.15/147.09	c 147	|      1322 |    3813   818754 11955135 |   439537     1319      9 |  0.961 % |
147.74/148.68	c 148	|      2083 |    3813   818754 11955135 |   483490     2080      9 |  0.961 % |
149.63/150.52	c 150	|      3222 |    3813   818754 11955135 |   531839     3219     10 |  0.961 % |
152.62/153.50	c 153	|      4934 |    3813   818754 11955135 |   585023     4931     10 |  0.961 % |
157.69/158.61	c 158	|      7496 |    3813   818754 11955135 |   643526     7493     11 |  0.961 % |
165.16/166.16	c 166	|     11341 |    3806   818754 11955135 |   707879    11337     11 |  1.273 % |
176.10/177.17	c 177	===============================================================================
176.10/177.17	c 177	restarts              : 11
176.10/177.17	c 177	conflicts             : 17104          (515 /sec)
176.10/177.17	c 177	decisions             : 23356          (1.85 % random) (703 /sec)
176.10/177.17	c 177	propagations          : 1806795        (54374 /sec)
176.10/177.17	c 177	conflict literals     : 187782         (26.81 % deleted)
176.10/177.17	c 177	Memory used           : 82.73 MB
176.10/177.17	c 177	CPU time              : 33.2289 s
176.10/177.17	c 177	
176.10/177.17	c 177	UNSATISFIABLE
176.10/177.18	c 177	DECODING HOME/temp.out WITH HOME/temp.map
176.10/177.18	c 177	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
176.19/177.27	c 177	Decoding HOME/temp.out
176.19/177.31	s UNSATISFIABLE
176.19/177.32	c 177	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
176.19/177.36	c 177	CPU 176.32 (0.06 0.01 175.35 0.9)
176.19/177.36	c 177	END Sun Jul 12 00:29:24 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2070202-1247351186/watcher-2070202-1247351186 -o /tmp/evaluation-result-2070202-1247351186/solver-2070202-1247351186 -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-2070202-1247351186.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.14 2.15 2.06 4/76 17448
/proc/meminfo: memFree=1849536/2055920 swapFree=4192812/4192956
[pid=17448] ppid=17446 vsize=12268 CPUtime=0
/proc/17448/stat : 17448 (sugar) R 17446 17448 17296 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 22186228 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 233632922213 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/17448/statm: 3067 316 241 3 0 167 0

[startup+0.0779451 s]
/proc/loadavg: 2.14 2.15 2.06 4/76 17448
/proc/meminfo: memFree=1849536/2055920 swapFree=4192812/4192956
[pid=17448] ppid=17446 vsize=16740 CPUtime=0.06
/proc/17448/stat : 17448 (sugar) R 17446 17448 17296 0 -1 4194304 1091 0 0 0 5 1 0 0 18 0 1 0 22186228 17141760 1059 996147200 4194304 4206940 548682068608 18446744073709551615 233652551286 0 0 4224 0 0 0 0 17 1 0 0
/proc/17448/statm: 4185 1059 380 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.103339 s]
/proc/loadavg: 2.14 2.15 2.06 4/76 17448
/proc/meminfo: memFree=1849536/2055920 swapFree=4192812/4192956
[pid=17448] ppid=17446 vsize=16868 CPUtime=0.06
/proc/17448/stat : 17448 (sugar) S 17446 17448 17296 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22186228 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17448/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301977 s]
/proc/loadavg: 2.14 2.15 2.06 4/76 17448
/proc/meminfo: memFree=1849536/2055920 swapFree=4192812/4192956
[pid=17448] ppid=17446 vsize=16868 CPUtime=0.06
/proc/17448/stat : 17448 (sugar) S 17446 17448 17296 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22186228 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17448/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701048 s]
/proc/loadavg: 2.14 2.15 2.06 4/76 17448
/proc/meminfo: memFree=1849536/2055920 swapFree=4192812/4192956
[pid=17448] ppid=17446 vsize=16868 CPUtime=0.32
/proc/17448/stat : 17448 (sugar) S 17446 17448 17296 0 -1 4194304 1309 4947 0 1 5 1 23 3 15 0 1 0 22186228 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17448/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 16868

[startup+1.50218 s]
/proc/loadavg: 2.14 2.15 2.06 4/87 17470
/proc/meminfo: memFree=1826464/2055920 swapFree=4192812/4192956
[pid=17448] ppid=17446 vsize=16868 CPUtime=0.32
/proc/17448/stat : 17448 (sugar) S 17446 17448 17296 0 -1 4194304 1309 4947 0 1 5 1 23 3 16 0 1 0 22186228 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17448/statm: 4217 1111 409 3 0 796 0
[pid=17461] ppid=17448 vsize=5356 CPUtime=0
/proc/17461/stat : 17461 (sh) S 17448 17448 17296 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22186264 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17461/statm: 1339 233 193 169 0 50 0
[pid=17462] ppid=17461 vsize=864192 CPUtime=1.12
/proc/17462/stat : 17462 (java) S 17461 17448 17296 0 -1 0 12756 0 1 0 106 6 0 0 18 0 9 0 22186264 884932608 11888 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17462/statm: 216048 11888 2566 9 0 210553 0
[pid=17462/tid=17463] ppid=17461 vsize=864192 CPUtime=0.45
/proc/17462/task/17463/stat : 17463 (java) R 17461 17448 17296 0 -1 64 2969 0 1 0 44 1 0 0 23 0 9 0 22186265 884932608 11888 996147200 134512640 134550932 4294955936 18446744073709551615 4125950802 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17464] ppid=17461 vsize=864192 CPUtime=0.59
/proc/17462/task/17464/stat : 17464 (java) S 17461 17448 17296 0 -1 64 8779 0 0 0 56 3 0 0 17 0 9 0 22186267 884932608 11888 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17465] ppid=17461 vsize=864192 CPUtime=0
/proc/17462/task/17465/stat : 17465 (java) S 17461 17448 17296 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22186267 884932608 11888 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17466] ppid=17461 vsize=864192 CPUtime=0
/proc/17462/task/17466/stat : 17466 (java) S 17461 17448 17296 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22186267 884932608 11888 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17467] ppid=17461 vsize=864192 CPUtime=0
/proc/17462/task/17467/stat : 17467 (java) S 17461 17448 17296 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22186269 884932608 11888 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17468] ppid=17461 vsize=864192 CPUtime=0.04
/proc/17462/task/17468/stat : 17468 (java) S 17461 17448 17296 0 -1 64 310 0 0 0 4 0 0 0 16 0 9 0 22186269 884932608 11888 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17469] ppid=17461 vsize=864192 CPUtime=0
/proc/17462/task/17469/stat : 17469 (java) S 17461 17448 17296 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22186269 884932608 11888 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17470] ppid=17461 vsize=864192 CPUtime=0
/proc/17462/task/17470/stat : 17470 (java) S 17461 17448 17296 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22186269 884932608 11888 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 886416

[startup+3.10242 s]
/proc/loadavg: 2.14 2.15 2.06 3/87 17470
/proc/meminfo: memFree=1798944/2055920 swapFree=4192812/4192956
[pid=17448] ppid=17446 vsize=16868 CPUtime=0.32
/proc/17448/stat : 17448 (sugar) S 17446 17448 17296 0 -1 4194304 1310 4947 0 1 5 1 23 3 15 0 1 0 22186228 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17448/statm: 4217 1111 409 3 0 796 0
[pid=17461] ppid=17448 vsize=5356 CPUtime=0
/proc/17461/stat : 17461 (sh) S 17448 17448 17296 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22186264 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17461/statm: 1339 233 193 169 0 50 0
[pid=17462] ppid=17461 vsize=864408 CPUtime=2.7
/proc/17462/stat : 17462 (java) S 17461 17448 17296 0 -1 0 15671 0 1 0 263 7 0 0 18 0 9 0 22186264 885153792 14717 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17462/statm: 216102 14717 2590 9 0 210579 0
[pid=17462/tid=17463] ppid=17461 vsize=864408 CPUtime=1.58
/proc/17462/task/17463/stat : 17463 (java) R 17461 17448 17296 0 -1 64 3322 0 1 0 156 2 0 0 25 0 9 0 22186265 885153792 14717 996147200 134512640 134550932 4294955936 18446744073709551615 4125952318 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17464] ppid=17461 vsize=864408 CPUtime=1.02
/proc/17462/task/17464/stat : 17464 (java) S 17461 17448 17296 0 -1 64 11319 0 0 0 98 4 0 0 16 0 9 0 22186267 885153792 14717 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17465] ppid=17461 vsize=864408 CPUtime=0
/proc/17462/task/17465/stat : 17465 (java) S 17461 17448 17296 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 22186267 885153792 14717 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17466] ppid=17461 vsize=864408 CPUtime=0
/proc/17462/task/17466/stat : 17466 (java) S 17461 17448 17296 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22186267 885153792 14717 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17467] ppid=17461 vsize=864408 CPUtime=0
/proc/17462/task/17467/stat : 17467 (java) S 17461 17448 17296 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22186269 885153792 14717 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17468] ppid=17461 vsize=864408 CPUtime=0.08
/proc/17462/task/17468/stat : 17468 (java) S 17461 17448 17296 0 -1 64 332 0 0 0 8 0 0 0 16 0 9 0 22186269 885153792 14717 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17469] ppid=17461 vsize=864408 CPUtime=0
/proc/17462/task/17469/stat : 17469 (java) S 17461 17448 17296 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22186269 885153792 14717 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17470] ppid=17461 vsize=864408 CPUtime=0
/proc/17462/task/17470/stat : 17470 (java) S 17461 17448 17296 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22186269 885153792 14717 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 886632

[startup+6.30195 s]
/proc/loadavg: 2.13 2.15 2.06 3/87 17470
/proc/meminfo: memFree=1795880/2055920 swapFree=4192812/4192956
[pid=17448] ppid=17446 vsize=16868 CPUtime=0.32
/proc/17448/stat : 17448 (sugar) S 17446 17448 17296 0 -1 4194304 1310 4947 0 1 5 1 23 3 15 0 1 0 22186228 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17448/statm: 4217 1111 409 3 0 796 0
[pid=17461] ppid=17448 vsize=5356 CPUtime=0
/proc/17461/stat : 17461 (sh) S 17448 17448 17296 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22186264 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17461/statm: 1339 233 193 169 0 50 0
[pid=17462] ppid=17461 vsize=864408 CPUtime=5.89
/proc/17462/stat : 17462 (java) S 17461 17448 17296 0 -1 0 16101 0 1 0 581 8 0 0 18 0 9 0 22186264 885153792 15136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17462/statm: 216102 15136 2590 9 0 210579 0
[pid=17462/tid=17463] ppid=17461 vsize=864408 CPUtime=4.73
/proc/17462/task/17463/stat : 17463 (java) R 17461 17448 17296 0 -1 64 3333 0 1 0 471 2 0 0 25 0 9 0 22186265 885153792 15136 996147200 134512640 134550932 4294955936 18446744073709551615 4126573768 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17464] ppid=17461 vsize=864408 CPUtime=1.05
/proc/17462/task/17464/stat : 17464 (java) S 17461 17448 17296 0 -1 64 11738 0 0 0 100 5 0 0 16 0 9 0 22186267 885153792 15136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17465] ppid=17461 vsize=864408 CPUtime=0
/proc/17462/task/17465/stat : 17465 (java) S 17461 17448 17296 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 22186267 885153792 15136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17466] ppid=17461 vsize=864408 CPUtime=0
/proc/17462/task/17466/stat : 17466 (java) S 17461 17448 17296 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22186267 885153792 15136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17467] ppid=17461 vsize=864408 CPUtime=0
/proc/17462/task/17467/stat : 17467 (java) S 17461 17448 17296 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22186269 885153792 15136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17468] ppid=17461 vsize=864408 CPUtime=0.08
/proc/17462/task/17468/stat : 17468 (java) S 17461 17448 17296 0 -1 64 332 0 0 0 8 0 0 0 16 0 9 0 22186269 885153792 15136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17469] ppid=17461 vsize=864408 CPUtime=0
/proc/17462/task/17469/stat : 17469 (java) S 17461 17448 17296 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22186269 885153792 15136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17470] ppid=17461 vsize=864408 CPUtime=0
/proc/17462/task/17470/stat : 17470 (java) S 17461 17448 17296 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22186269 885153792 15136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 886632

[startup+12.703 s]
/proc/loadavg: 2.12 2.15 2.06 3/87 17470
/proc/meminfo: memFree=1786024/2055920 swapFree=4192812/4192956
[pid=17448] ppid=17446 vsize=16868 CPUtime=0.32
/proc/17448/stat : 17448 (sugar) S 17446 17448 17296 0 -1 4194304 1310 4947 0 1 5 1 23 3 15 0 1 0 22186228 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17448/statm: 4217 1111 409 3 0 796 0
[pid=17461] ppid=17448 vsize=5356 CPUtime=0
/proc/17461/stat : 17461 (sh) S 17448 17448 17296 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22186264 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17461/statm: 1339 233 193 169 0 50 0
[pid=17462] ppid=17461 vsize=864408 CPUtime=12.25
/proc/17462/stat : 17462 (java) S 17461 17448 17296 0 -1 0 17578 0 1 0 1214 11 0 0 18 0 9 0 22186264 885153792 16549 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17462/statm: 216102 16549 2590 9 0 210579 0
[pid=17462/tid=17463] ppid=17461 vsize=864408 CPUtime=10.98
/proc/17462/task/17463/stat : 17463 (java) R 17461 17448 17296 0 -1 64 3397 0 1 0 1094 4 0 0 25 0 9 0 22186265 885153792 16549 996147200 134512640 134550932 4294955936 18446744073709551615 4125952251 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17464] ppid=17461 vsize=864408 CPUtime=1.16
/proc/17462/task/17464/stat : 17464 (java) S 17461 17448 17296 0 -1 64 13147 0 0 0 110 6 0 0 16 0 9 0 22186267 885153792 16549 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17465] ppid=17461 vsize=864408 CPUtime=0
/proc/17462/task/17465/stat : 17465 (java) S 17461 17448 17296 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 22186267 885153792 16549 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17466] ppid=17461 vsize=864408 CPUtime=0
/proc/17462/task/17466/stat : 17466 (java) S 17461 17448 17296 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22186267 885153792 16549 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17467] ppid=17461 vsize=864408 CPUtime=0
/proc/17462/task/17467/stat : 17467 (java) S 17461 17448 17296 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22186269 885153792 16549 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17468] ppid=17461 vsize=864408 CPUtime=0.09
/proc/17462/task/17468/stat : 17468 (java) S 17461 17448 17296 0 -1 64 336 0 0 0 9 0 0 0 16 0 9 0 22186269 885153792 16549 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17469] ppid=17461 vsize=864408 CPUtime=0
/proc/17462/task/17469/stat : 17469 (java) S 17461 17448 17296 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22186269 885153792 16549 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17470] ppid=17461 vsize=864408 CPUtime=0
/proc/17462/task/17470/stat : 17470 (java) S 17461 17448 17296 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22186269 885153792 16549 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 886632

[startup+25.5021 s]
/proc/loadavg: 2.09 2.14 2.06 3/87 17470
/proc/meminfo: memFree=1773288/2055920 swapFree=4192812/4192956
[pid=17448] ppid=17446 vsize=16868 CPUtime=0.32
/proc/17448/stat : 17448 (sugar) S 17446 17448 17296 0 -1 4194304 1310 4947 0 1 5 1 23 3 15 0 1 0 22186228 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17448/statm: 4217 1111 409 3 0 796 0
[pid=17461] ppid=17448 vsize=5356 CPUtime=0
/proc/17461/stat : 17461 (sh) S 17448 17448 17296 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22186264 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17461/statm: 1339 233 193 169 0 50 0
[pid=17462] ppid=17461 vsize=864408 CPUtime=24.98
/proc/17462/stat : 17462 (java) S 17461 17448 17296 0 -1 0 20112 0 1 0 2483 15 0 0 18 0 9 0 22186264 885153792 18992 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17462/statm: 216102 18992 2590 9 0 210579 0
[pid=17462/tid=17463] ppid=17461 vsize=864408 CPUtime=23.52
/proc/17462/task/17463/stat : 17463 (java) R 17461 17448 17296 0 -1 64 3488 0 1 0 2346 6 0 0 25 0 9 0 22186265 885153792 18992 996147200 134512640 134550932 4294955936 18446744073709551615 4126095872 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17464] ppid=17461 vsize=864408 CPUtime=1.35
/proc/17462/task/17464/stat : 17464 (java) S 17461 17448 17296 0 -1 64 15585 0 0 0 127 8 0 0 16 0 9 0 22186267 885153792 18992 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17465] ppid=17461 vsize=864408 CPUtime=0
/proc/17462/task/17465/stat : 17465 (java) S 17461 17448 17296 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 22186267 885153792 18992 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17466] ppid=17461 vsize=864408 CPUtime=0
/proc/17462/task/17466/stat : 17466 (java) S 17461 17448 17296 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22186267 885153792 18992 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17467] ppid=17461 vsize=864408 CPUtime=0

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

/proc/17462/task/17468/stat : 17468 (java) S 17461 17448 17296 0 -1 64 341 0 0 0 10 0 0 0 16 0 9 0 22186269 885153792 18992 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17469] ppid=17461 vsize=864408 CPUtime=0
/proc/17462/task/17469/stat : 17469 (java) S 17461 17448 17296 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22186269 885153792 18992 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17470] ppid=17461 vsize=864408 CPUtime=0
/proc/17462/task/17470/stat : 17470 (java) S 17461 17448 17296 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22186269 885153792 18992 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 886632

[startup+51.1012 s]
/proc/loadavg: 2.06 2.13 2.05 3/87 17470
/proc/meminfo: memFree=1755560/2055920 swapFree=4192812/4192956
[pid=17448] ppid=17446 vsize=16868 CPUtime=0.32
/proc/17448/stat : 17448 (sugar) S 17446 17448 17296 0 -1 4194304 1310 4947 0 1 5 1 23 3 16 0 1 0 22186228 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17448/statm: 4217 1111 409 3 0 796 0
[pid=17461] ppid=17448 vsize=5356 CPUtime=0
/proc/17461/stat : 17461 (sh) S 17448 17448 17296 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22186264 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17461/statm: 1339 233 193 169 0 50 0
[pid=17462] ppid=17461 vsize=864408 CPUtime=50.46
/proc/17462/stat : 17462 (java) S 17461 17448 17296 0 -1 0 24567 0 1 0 5020 26 0 0 18 0 9 0 22186264 885153792 20691 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17462/statm: 216102 20691 2590 9 0 210579 0
[pid=17462/tid=17463] ppid=17461 vsize=864408 CPUtime=48.38
/proc/17462/task/17463/stat : 17463 (java) R 17461 17448 17296 0 -1 64 3688 0 1 0 4826 12 0 0 25 0 9 0 22186265 885153792 20691 996147200 134512640 134550932 4294955936 18446744073709551615 4126573696 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17464] ppid=17461 vsize=864408 CPUtime=1.95
/proc/17462/task/17464/stat : 17464 (java) S 17461 17448 17296 0 -1 64 19840 0 0 0 183 12 0 0 16 0 9 0 22186267 885153792 20691 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17465] ppid=17461 vsize=864408 CPUtime=0
/proc/17462/task/17465/stat : 17465 (java) S 17461 17448 17296 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22186267 885153792 20691 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17466] ppid=17461 vsize=864408 CPUtime=0
/proc/17462/task/17466/stat : 17466 (java) S 17461 17448 17296 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22186267 885153792 20691 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17467] ppid=17461 vsize=864408 CPUtime=0
/proc/17462/task/17467/stat : 17467 (java) S 17461 17448 17296 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22186269 885153792 20691 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17468] ppid=17461 vsize=864408 CPUtime=0.1
/proc/17462/task/17468/stat : 17468 (java) S 17461 17448 17296 0 -1 64 341 0 0 0 10 0 0 0 16 0 9 0 22186269 885153792 20691 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17469] ppid=17461 vsize=864408 CPUtime=0
/proc/17462/task/17469/stat : 17469 (java) S 17461 17448 17296 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22186269 885153792 20691 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17470] ppid=17461 vsize=864408 CPUtime=0
/proc/17462/task/17470/stat : 17470 (java) S 17461 17448 17296 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22186269 885153792 20691 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 886632

[startup+102.306 s]
/proc/loadavg: 2.02 2.10 2.05 3/87 17470
/proc/meminfo: memFree=1732584/2055920 swapFree=4192812/4192956
[pid=17448] ppid=17446 vsize=16868 CPUtime=0.32
/proc/17448/stat : 17448 (sugar) S 17446 17448 17296 0 -1 4194304 1310 4947 0 1 5 1 23 3 16 0 1 0 22186228 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17448/statm: 4217 1111 409 3 0 796 0
[pid=17461] ppid=17448 vsize=5356 CPUtime=0
/proc/17461/stat : 17461 (sh) S 17448 17448 17296 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22186264 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17461/statm: 1339 233 193 169 0 50 0
[pid=17462] ppid=17461 vsize=864408 CPUtime=101.4
/proc/17462/stat : 17462 (java) S 17461 17448 17296 0 -1 0 28814 0 1 0 10098 42 0 0 18 0 9 0 22186264 885153792 22052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17462/statm: 216102 22052 2590 9 0 210579 0
[pid=17462/tid=17463] ppid=17461 vsize=864408 CPUtime=98.35
/proc/17462/task/17463/stat : 17463 (java) R 17461 17448 17296 0 -1 64 4048 0 1 0 9811 24 0 0 25 0 9 0 22186265 885153792 22052 996147200 134512640 134550932 4294955936 18446744073709551615 4126593284 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17464] ppid=17461 vsize=864408 CPUtime=2.92
/proc/17462/task/17464/stat : 17464 (java) S 17461 17448 17296 0 -1 64 23727 0 0 0 276 16 0 0 16 0 9 0 22186267 885153792 22052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17465] ppid=17461 vsize=864408 CPUtime=0
/proc/17462/task/17465/stat : 17465 (java) S 17461 17448 17296 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22186267 885153792 22052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17466] ppid=17461 vsize=864408 CPUtime=0
/proc/17462/task/17466/stat : 17466 (java) S 17461 17448 17296 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22186267 885153792 22052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17467] ppid=17461 vsize=864408 CPUtime=0
/proc/17462/task/17467/stat : 17467 (java) S 17461 17448 17296 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22186269 885153792 22052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17468] ppid=17461 vsize=864408 CPUtime=0.1
/proc/17462/task/17468/stat : 17468 (java) S 17461 17448 17296 0 -1 64 341 0 0 0 10 0 0 0 16 0 9 0 22186269 885153792 22052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17469] ppid=17461 vsize=864408 CPUtime=0
/proc/17462/task/17469/stat : 17469 (java) S 17461 17448 17296 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22186269 885153792 22052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17462/tid=17470] ppid=17461 vsize=864408 CPUtime=0
/proc/17462/task/17470/stat : 17470 (java) S 17461 17448 17296 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22186269 885153792 22052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.72
Current children cumulated vsize (KiB) 886632

[startup+162.302 s]
/proc/loadavg: 2.06 2.10 2.05 3/79 17472
/proc/meminfo: memFree=1701224/2055920 swapFree=4192812/4192956
[pid=17448] ppid=17446 vsize=16868 CPUtime=142.81
/proc/17448/stat : 17448 (sugar) S 17446 17448 17296 0 -1 4194304 1376 39658 0 2 6 1 14202 72 16 0 1 0 22186228 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17448/statm: 4217 1113 409 3 0 796 0
[pid=17471] ppid=17448 vsize=5356 CPUtime=0
/proc/17471/stat : 17471 (sh) S 17448 17448 17296 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22200590 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17471/statm: 1339 232 193 169 0 50 0
[pid=17472] ppid=17471 vsize=83480 CPUtime=18.57
/proc/17472/stat : 17472 (minisat) R 17471 17448 17296 0 -1 4194304 20472 0 0 0 1844 13 0 0 25 0 1 0 22200591 85483520 20458 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17472/statm: 20870 20458 75 150 0 20717 0
Current children cumulated CPU time (s) 161.38
Current children cumulated vsize (KiB) 105704

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

[startup+166.303 s]
/proc/loadavg: 2.06 2.10 2.05 3/79 17472
/proc/meminfo: memFree=1700968/2055920 swapFree=4192812/4192956
[pid=17448] ppid=17446 vsize=16868 CPUtime=142.81
/proc/17448/stat : 17448 (sugar) S 17446 17448 17296 0 -1 4194304 1376 39658 0 2 6 1 14202 72 16 0 1 0 22186228 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17448/statm: 4217 1113 409 3 0 796 0
[pid=17471] ppid=17448 vsize=5356 CPUtime=0
/proc/17471/stat : 17471 (sh) S 17448 17448 17296 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22200590 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17471/statm: 1339 232 193 169 0 50 0
[pid=17472] ppid=17471 vsize=83908 CPUtime=22.54
/proc/17472/stat : 17472 (minisat) R 17471 17448 17296 0 -1 4194304 20555 0 0 0 2241 13 0 0 25 0 1 0 22200591 85921792 20541 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17472/statm: 20977 20541 75 150 0 20824 0
Current children cumulated CPU time (s) 165.35
Current children cumulated vsize (KiB) 106132

[startup+172.708 s]
/proc/loadavg: 2.05 2.09 2.05 3/79 17472
/proc/meminfo: memFree=1700328/2055920 swapFree=4192812/4192956
[pid=17448] ppid=17446 vsize=16868 CPUtime=142.81
/proc/17448/stat : 17448 (sugar) S 17446 17448 17296 0 -1 4194304 1376 39658 0 2 6 1 14202 72 16 0 1 0 22186228 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17448/statm: 4217 1113 409 3 0 796 0
[pid=17471] ppid=17448 vsize=5356 CPUtime=0
/proc/17471/stat : 17471 (sh) S 17448 17448 17296 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22200590 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17471/statm: 1339 232 193 169 0 50 0
[pid=17472] ppid=17471 vsize=84448 CPUtime=28.91
/proc/17472/stat : 17472 (minisat) R 17471 17448 17296 0 -1 4194304 20703 0 0 0 2878 13 0 0 25 0 1 0 22200591 86474752 20689 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17472/statm: 21112 20689 75 150 0 20959 0
Current children cumulated CPU time (s) 171.72
Current children cumulated vsize (KiB) 106672

[startup+175.901 s]
/proc/loadavg: 2.05 2.09 2.05 3/79 17472
/proc/meminfo: memFree=1700136/2055920 swapFree=4192812/4192956
[pid=17448] ppid=17446 vsize=16868 CPUtime=142.81
/proc/17448/stat : 17448 (sugar) S 17446 17448 17296 0 -1 4194304 1376 39658 0 2 6 1 14202 72 16 0 1 0 22186228 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17448/statm: 4217 1113 409 3 0 796 0
[pid=17471] ppid=17448 vsize=5356 CPUtime=0
/proc/17471/stat : 17471 (sh) S 17448 17448 17296 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22200590 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17471/statm: 1339 232 193 169 0 50 0
[pid=17472] ppid=17471 vsize=84580 CPUtime=32.09
/proc/17472/stat : 17472 (minisat) R 17471 17448 17296 0 -1 4194304 20746 0 0 0 3196 13 0 0 25 0 1 0 22200591 86609920 20732 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 1 0 0
/proc/17472/statm: 21145 20732 75 150 0 20992 0
Current children cumulated CPU time (s) 174.9
Current children cumulated vsize (KiB) 106804

[startup+176.702 s]
/proc/loadavg: 2.05 2.09 2.05 3/79 17472
/proc/meminfo: memFree=1700136/2055920 swapFree=4192812/4192956
[pid=17448] ppid=17446 vsize=16868 CPUtime=142.81
/proc/17448/stat : 17448 (sugar) S 17446 17448 17296 0 -1 4194304 1376 39658 0 2 6 1 14202 72 16 0 1 0 22186228 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17448/statm: 4217 1113 409 3 0 796 0
[pid=17471] ppid=17448 vsize=5356 CPUtime=0
/proc/17471/stat : 17471 (sh) S 17448 17448 17296 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22200590 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17471/statm: 1339 232 193 169 0 50 0
[pid=17472] ppid=17471 vsize=84712 CPUtime=32.89
/proc/17472/stat : 17472 (minisat) R 17471 17448 17296 0 -1 4194304 20756 0 0 0 3276 13 0 0 25 0 1 0 22200591 86745088 20742 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17472/statm: 21178 20742 75 150 0 21025 0
Current children cumulated CPU time (s) 175.7
Current children cumulated vsize (KiB) 106936

[startup+177.107 s]
/proc/loadavg: 2.05 2.09 2.05 3/79 17472
/proc/meminfo: memFree=1700072/2055920 swapFree=4192812/4192956
[pid=17448] ppid=17446 vsize=16868 CPUtime=142.81
/proc/17448/stat : 17448 (sugar) S 17446 17448 17296 0 -1 4194304 1376 39658 0 2 6 1 14202 72 16 0 1 0 22186228 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17448/statm: 4217 1113 409 3 0 796 0
[pid=17471] ppid=17448 vsize=5356 CPUtime=0
/proc/17471/stat : 17471 (sh) S 17448 17448 17296 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22200590 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17471/statm: 1339 232 193 169 0 50 0
[pid=17472] ppid=17471 vsize=84712 CPUtime=33.29
/proc/17472/stat : 17472 (minisat) R 17471 17448 17296 0 -1 4194304 20763 0 0 0 3316 13 0 0 25 0 1 0 22200591 86745088 20749 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17472/statm: 21178 20749 75 150 0 21025 0
Current children cumulated CPU time (s) 176.1
Current children cumulated vsize (KiB) 106936

[startup+177.303 s]
/proc/loadavg: 2.05 2.09 2.05 3/79 17472
/proc/meminfo: memFree=1700072/2055920 swapFree=4192812/4192956
[pid=17448] ppid=17446 vsize=16868 CPUtime=176.19
/proc/17448/stat : 17448 (sugar) S 17446 17448 17296 0 -1 4194304 1448 60715 0 2 6 1 17525 87 16 0 1 0 22186228 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17448/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 176.19
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 177.389
CPU time (s): 176.383
CPU user time (s): 175.423
CPU system time (s): 0.959854
CPU usage (%): 99.4332
Max. virtual memory (cumulated for all children) (KiB): 893044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 175.423
system time used= 0.959854
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66015
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15354
involuntary context switches= 17100

runsolver used 0.222966 second user time and 0.613906 second system time

The end

Launcher Data

Begin job on node3 at 2009-07-12 00:26:27
IDJOB=2070202
IDBENCH=55155
IDSOLVER=739
FILE ID=node3/2070202-1247351186
PBS_JOBID= 9506907
Free space on /tmp= 66380 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg11-14_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-2070202-1247351186/watcher-2070202-1247351186 -o /tmp/evaluation-result-2070202-1247351186/solver-2070202-1247351186 -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-2070202-1247351186.xml

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

MD5SUM BENCH= e65d9d7374d09e1bce67fdbc6a1537f0
RANDOM SEED=639722375

node3.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.259
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.259
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:       1850016 kB
Buffers:         18896 kB
Cached:          93372 kB
SwapCached:          0 kB
Active:         122852 kB
Inactive:        34464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1850016 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1428 kB
Writeback:           0 kB
Mapped:          55812 kB
Slab:            34060 kB
Committed_AS:   266616 kB
PageTables:       1792 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= 66376 MiB
End job on node3 at 2009-07-12 00:29:24