Trace number 2071995

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+minisatSAT 851.484 859.788

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg4-8_ext.xml
MD5SUM91c209f12d003c72df909cfaa0f621e2
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 benchmark0.78288
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints12
Maximum constraint arity8
Maximum domain size26
Number of constraints which are defined in extension12
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 01:44:39 2009
0.00/0.08	c 0	PID 21733
0.00/0.08	c 0	HOST node5.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2071995-1247355879.xml TO HOME/temp.csp
0.00/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-2071995-1247355879.xml' 'HOME/temp.csp'
0.06/0.78	c 1	1 domains, 32 variables, 0 predicates, 2 relations, 12 constraints
0.06/0.81	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.81	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.06/0.89	c 1	Parsing HOME/temp.csp
1.12/1.29	c 1	parsed 47 expressions
1.12/1.30	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.12/1.30	c 1	Converting to clausal form CSP
1.21/1.32	c 1	converted 5 (10%) expressions
1.21/1.32	c 1	converted 10 (20%) expressions
1.21/1.32	c 1	converted 15 (30%) expressions
1.21/1.32	c 1	converted 19 (40%) expressions
1.21/1.32	c 1	converted 24 (50%) expressions
1.21/1.32	c 1	converted 29 (60%) expressions
1.21/1.32	c 1	converted 33 (70%) expressions
1.31/1.47	c 2	converted 38 (80%) expressions
1.51/1.63	c 2	converted 43 (90%) expressions
3.09/3.26	c 3	converted 47 (100%) expressions
3.09/3.26	c 3	CSP : 32 integers, 0 booleans, 12 clauses, largest domain size 26
3.09/3.26	c 3	Heap : 61 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.09/3.26	c 3	Propagation in CSP
3.09/3.26	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.09/3.26	c 3	CSP : 32 integers, 0 booleans, 12 clauses, largest domain size 26
3.09/3.26	c 3	Heap : 61 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.09/3.27	c 3	Simplifing CSP by introducing new Boolean variables
3.09/3.27	c 3	CSP : 32 integers, 0 booleans, 12 clauses, largest domain size 26
3.09/3.27	c 3	Heap : 61 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.49/3.64	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.49/3.65	c 4	4 (10%) CSP integer variables are encoded (96 clauses, 912 bytes)
3.49/3.66	c 4	7 (20%) CSP integer variables are encoded (168 clauses, 1704 bytes)
3.49/3.66	c 4	10 (30%) CSP integer variables are encoded (240 clauses, 2496 bytes)
3.49/3.66	c 4	13 (40%) CSP integer variables are encoded (312 clauses, 3288 bytes)
3.49/3.66	c 4	16 (50%) CSP integer variables are encoded (384 clauses, 4080 bytes)
3.49/3.66	c 4	20 (60%) CSP integer variables are encoded (480 clauses, 5136 bytes)
3.49/3.66	c 4	23 (70%) CSP integer variables are encoded (552 clauses, 5928 bytes)
3.49/3.66	c 4	26 (80%) CSP integer variables are encoded (624 clauses, 6720 bytes)
3.49/3.67	c 4	29 (90%) CSP integer variables are encoded (696 clauses, 7512 bytes)
3.49/3.67	c 4	32 (100%) CSP integer variables are encoded (768 clauses, 8304 bytes)
3.98/4.15	c 4	2 (10%) CSP clauses are encoded (15038 clauses, 429911 bytes)
4.18/4.35	c 4	3 (20%) CSP clauses are encoded (22173 clauses, 643542 bytes)
4.37/4.55	c 5	4 (30%) CSP clauses are encoded (29308 clauses, 857426 bytes)
4.58/4.76	c 5	5 (40%) CSP clauses are encoded (36443 clauses, 1084586 bytes)
4.78/4.96	c 5	6 (50%) CSP clauses are encoded (43578 clauses, 1311746 bytes)
5.17/5.36	c 5	8 (60%) CSP clauses are encoded (57848 clauses, 1766066 bytes)
211.10/213.24	c 213	9 (70%) CSP clauses are encoded (297945 clauses, 12962862 bytes)
420.28/424.43	c 425	10 (80%) CSP clauses are encoded (538042 clauses, 26171362 bytes)
619.77/625.81	c 626	11 (90%) CSP clauses are encoded (778139 clauses, 39379862 bytes)
828.75/836.88	c 837	12 (100%) CSP clauses are encoded (1018236 clauses, 52588362 bytes)
828.75/836.88	c 837	12 CSP clauses encoded
828.75/836.88	c 837	Writing map file : HOME/temp.map
828.75/836.88	c 837	Heap : 79 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
828.75/836.88	c 837	SAT : 800 SAT variables, 1018236 SAT clauses, 52588362 bytes
828.75/836.88	c 837	Heap : 79 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
828.83/836.94	c 837	SOLVING HOME/temp.cnf
828.83/836.94	c 837	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
828.83/836.94	c 837	This is MiniSat 2.0 beta
828.83/836.94	c 837	WARNING: for repeatability, setting FPU to use double precision
828.83/836.94	c 837	============================[ Problem Statistics ]=============================
828.83/836.94	c 837	|                                                                             |
828.83/836.95	c 837	|  Number of variables:  800                                                  |
828.83/836.95	c 837	|  Number of clauses:    1018236                                              |
830.11/838.24	c 838	|  Parsing time:         1.16         s                                       |
830.21/838.32	c 838	============================[ Search Statistics ]==============================
830.21/838.32	c 838	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
830.21/838.32	c 838	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
830.21/838.32	c 838	===============================================================================
830.21/838.32	c 838	|         0 |     800  1018236 11631528 |   339412        0    nan |  0.000 % |
830.32/838.48	c 839	|       100 |     800  1018236 11631528 |   373353      100      6 |  0.000 % |
830.42/838.51	c 839	|       251 |     800  1018236 11631528 |   410688      251      7 |  0.004 % |
830.61/838.77	c 839	|       477 |     800  1018236 11631528 |   451757      477      7 |  0.003 % |
830.91/839.09	c 839	|       815 |     800  1018236 11631528 |   496933      815      7 |  0.003 % |
832.09/840.25	c 840	|      1322 |     800  1018236 11631528 |   546626     1322     11 |  0.003 % |
833.97/842.17	c 842	|      2081 |     800  1018236 11631528 |   601289     2081     12 |  0.003 % |
836.55/844.74	c 845	|      3220 |     800  1018236 11631528 |   661417     3220     14 |  0.003 % |
840.11/848.34	c 848	|      4928 |     800  1018236 11631528 |   727559     4928     16 |  0.000 % |
844.78/853.03	c 853	|      7490 |     800  1018236 11631528 |   800315     7490     15 |  0.002 % |
851.21/859.57	c 860	===============================================================================
851.21/859.57	c 860	restarts              : 10
851.21/859.57	c 860	conflicts             : 10165          (457 /sec)
851.21/859.57	c 860	decisions             : 15280          (1.13 % random) (687 /sec)
851.21/859.57	c 860	propagations          : 552449         (24822 /sec)
851.21/859.57	c 860	conflict literals     : 167393         (21.89 % deleted)
851.21/859.57	c 860	Memory used           : 87.67 MB
851.21/859.57	c 860	CPU time              : 22.2566 s
851.21/859.57	c 860	
851.21/859.57	c 860	SATISFIABLE
851.21/859.59	c 860	DECODING HOME/temp.out WITH HOME/temp.map
851.21/859.59	c 860	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'
851.31/859.67	c 860	Decoding HOME/temp.out
851.31/859.70	s SATISFIABLE
851.31/859.70	v 22 14 12 0 13 8 18 7 4 23 20 21 8 0 19 4 17 4 18 0 11 6 0 17 19 17 14 11 11 14 15 24
851.31/859.71	c 860	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
851.31/859.76	c 860	CPU 851.44 (0.06 0.01 850.47 0.9)
851.31/859.76	c 860	END Sun Jul 12 01:58:59 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2071995-1247355879/watcher-2071995-1247355879 -o /tmp/evaluation-result-2071995-1247355879/solver-2071995-1247355879 -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-2071995-1247355879.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.04 2.02 2.00 4/81 21733
/proc/meminfo: memFree=1854376/2055920 swapFree=4192812/4192956
[pid=21733] ppid=21731 vsize=18576 CPUtime=0
/proc/21733/stat : 21733 (runsolver) R 21731 21733 19294 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 22655375 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 226913479975 0 0 4096 24578 0 0 0 17 1 0 0
/proc/21733/statm: 4644 284 249 26 0 2626 0

[startup+0.092283 s]
/proc/loadavg: 2.04 2.02 2.00 4/81 21733
/proc/meminfo: memFree=1854376/2055920 swapFree=4192812/4192956
[pid=21733] ppid=21731 vsize=16868 CPUtime=0.06
/proc/21733/stat : 21733 (sugar) S 21731 21733 19294 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22655375 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21733/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101284 s]
/proc/loadavg: 2.04 2.02 2.00 4/81 21733
/proc/meminfo: memFree=1854376/2055920 swapFree=4192812/4192956
[pid=21733] ppid=21731 vsize=16868 CPUtime=0.06
/proc/21733/stat : 21733 (sugar) S 21731 21733 19294 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22655375 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21733/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.30132 s]
/proc/loadavg: 2.04 2.02 2.00 4/81 21733
/proc/meminfo: memFree=1854376/2055920 swapFree=4192812/4192956
[pid=21733] ppid=21731 vsize=16868 CPUtime=0.06
/proc/21733/stat : 21733 (sugar) S 21731 21733 19294 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22655375 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21733/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701403 s]
/proc/loadavg: 2.04 2.02 2.00 4/81 21733
/proc/meminfo: memFree=1854376/2055920 swapFree=4192812/4192956
[pid=21733] ppid=21731 vsize=16868 CPUtime=0.06
/proc/21733/stat : 21733 (sugar) S 21731 21733 19294 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22655375 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21733/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50255 s]
/proc/loadavg: 2.04 2.02 2.00 3/92 21755
/proc/meminfo: memFree=1844240/2055920 swapFree=4192812/4192956
[pid=21733] ppid=21731 vsize=16868 CPUtime=0.75
/proc/21733/stat : 21733 (sugar) S 21731 21733 19294 0 -1 4194304 1310 8589 0 1 5 1 63 6 16 0 1 0 22655375 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21733/statm: 4217 1111 409 3 0 796 0
[pid=21746] ppid=21733 vsize=5356 CPUtime=0
/proc/21746/stat : 21746 (sh) S 21733 21733 19294 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22655456 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21746/statm: 1339 233 193 169 0 50 0
[pid=21747] ppid=21746 vsize=864352 CPUtime=0.67
/proc/21747/stat : 21747 (java) S 21746 21733 19294 0 -1 0 8202 0 1 0 62 5 0 0 18 0 9 0 22655457 885096448 7197 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21747/statm: 216088 7197 2566 9 0 210593 0
[pid=21747/tid=21748] ppid=21746 vsize=864352 CPUtime=0.41
/proc/21747/task/21748/stat : 21748 (java) R 21746 21733 19294 0 -1 64 2573 0 1 0 39 2 0 0 18 0 9 0 22655458 885096448 7197 996147200 134512640 134550932 4294955936 18446744073709551615 4126515925 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21747/tid=21749] ppid=21746 vsize=864352 CPUtime=0.19
/proc/21747/task/21749/stat : 21749 (java) S 21746 21733 19294 0 -1 64 4615 0 0 0 17 2 0 0 16 0 9 0 22655459 885096448 7197 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21747/tid=21750] ppid=21746 vsize=864352 CPUtime=0
/proc/21747/task/21750/stat : 21750 (java) S 21746 21733 19294 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22655459 885096448 7197 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21747/tid=21751] ppid=21746 vsize=864352 CPUtime=0
/proc/21747/task/21751/stat : 21751 (java) S 21746 21733 19294 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 22655459 885096448 7197 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21747/tid=21752] ppid=21746 vsize=864352 CPUtime=0
/proc/21747/task/21752/stat : 21752 (java) S 21746 21733 19294 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22655461 885096448 7197 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21747/tid=21753] ppid=21746 vsize=864352 CPUtime=0.04
/proc/21747/task/21753/stat : 21753 (java) S 21746 21733 19294 0 -1 64 311 0 0 0 4 0 0 0 16 0 9 0 22655461 885096448 7197 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21747/tid=21754] ppid=21746 vsize=864352 CPUtime=0
/proc/21747/task/21754/stat : 21754 (java) S 21746 21733 19294 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22655461 885096448 7197 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21747/tid=21755] ppid=21746 vsize=864352 CPUtime=0
/proc/21747/task/21755/stat : 21755 (java) S 21746 21733 19294 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22655461 885096448 7197 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 886576

[startup+3.10286 s]
/proc/loadavg: 2.04 2.02 2.00 4/92 21755
/proc/meminfo: memFree=1815824/2055920 swapFree=4192812/4192956
[pid=21733] ppid=21731 vsize=16868 CPUtime=0.75
/proc/21733/stat : 21733 (sugar) S 21731 21733 19294 0 -1 4194304 1310 8589 0 1 5 1 63 6 16 0 1 0 22655375 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21733/statm: 4217 1111 409 3 0 796 0
[pid=21746] ppid=21733 vsize=5356 CPUtime=0
/proc/21746/stat : 21746 (sh) S 21733 21733 19294 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22655456 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21746/statm: 1339 233 193 169 0 50 0
[pid=21747] ppid=21746 vsize=864352 CPUtime=2.25
/proc/21747/stat : 21747 (java) S 21746 21733 19294 0 -1 0 20279 0 1 0 216 9 0 0 18 0 9 0 22655457 885096448 18672 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21747/statm: 216088 18672 2566 9 0 210593 0
[pid=21747/tid=21748] ppid=21746 vsize=864352 CPUtime=0.99
/proc/21747/task/21748/stat : 21748 (java) R 21746 21733 19294 0 -1 64 3183 0 1 0 97 2 0 0 23 0 9 0 22655458 885096448 18672 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21747/tid=21749] ppid=21746 vsize=864352 CPUtime=1.17
/proc/21747/task/21749/stat : 21749 (java) R 21746 21733 19294 0 -1 64 16082 0 0 0 112 5 0 0 16 0 9 0 22655459 885096448 18672 996147200 134512640 134550932 4294955936 18446744073709551615 102549400 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21747/tid=21750] ppid=21746 vsize=864352 CPUtime=0
/proc/21747/task/21750/stat : 21750 (java) S 21746 21733 19294 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22655459 885096448 18672 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21747/tid=21751] ppid=21746 vsize=864352 CPUtime=0
/proc/21747/task/21751/stat : 21751 (java) S 21746 21733 19294 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 22655459 885096448 18672 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21747/tid=21752] ppid=21746 vsize=864352 CPUtime=0
/proc/21747/task/21752/stat : 21752 (java) S 21746 21733 19294 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22655461 885096448 18672 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21747/tid=21753] ppid=21746 vsize=864352 CPUtime=0.04
/proc/21747/task/21753/stat : 21753 (java) S 21746 21733 19294 0 -1 64 311 0 0 0 4 0 0 0 16 0 9 0 22655461 885096448 18672 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21747/tid=21754] ppid=21746 vsize=864352 CPUtime=0
/proc/21747/task/21754/stat : 21754 (java) S 21746 21733 19294 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22655461 885096448 18672 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21747/tid=21755] ppid=21746 vsize=864352 CPUtime=0
/proc/21747/task/21755/stat : 21755 (java) S 21746 21733 19294 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22655461 885096448 18672 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 886576

[startup+6.30247 s]
/proc/loadavg: 2.03 2.02 2.00 3/92 21755
/proc/meminfo: memFree=1775184/2055920 swapFree=4192812/4192956
[pid=21733] ppid=21731 vsize=16868 CPUtime=0.75
/proc/21733/stat : 21733 (sugar) S 21731 21733 19294 0 -1 4194304 1310 8589 0 1 5 1 63 6 15 0 1 0 22655375 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21733/statm: 4217 1111 409 3 0 796 0
[pid=21746] ppid=21733 vsize=5356 CPUtime=0
/proc/21746/stat : 21746 (sh) S 21733 21733 19294 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22655456 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21746/statm: 1339 233 193 169 0 50 0
[pid=21747] ppid=21746 vsize=864464 CPUtime=5.41
/proc/21747/stat : 21747 (java) S 21746 21733 19294 0 -1 0 22773 0 1 0 529 12 0 0 18 0 9 0 22655457 885211136 20918 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21747/statm: 216116 20918 2590 9 0 210593 0
[pid=21747/tid=21748] ppid=21746 vsize=864464 CPUtime=3.58
/proc/21747/task/21748/stat : 21748 (java) R 21746 21733 19294 0 -1 64 3432 0 1 0 354 4 0 0 25 0 9 0 22655458 885211136 20918 996147200 134512640 134550932 4294955936 18446744073709551615 4126564789 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21747/tid=21749] ppid=21746 vsize=864464 CPUtime=1.72
/proc/21747/task/21749/stat : 21749 (java) S 21746 21733 19294 0 -1 64 18303 0 0 0 166 6 0 0 16 0 9 0 22655459 885211136 20918 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21747/tid=21750] ppid=21746 vsize=864464 CPUtime=0
/proc/21747/task/21750/stat : 21750 (java) S 21746 21733 19294 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22655459 885211136 20918 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21747/tid=21751] ppid=21746 vsize=864464 CPUtime=0
/proc/21747/task/21751/stat : 21751 (java) S 21746 21733 19294 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22655459 885211136 20918 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21747/tid=21752] ppid=21746 vsize=864464 CPUtime=0
/proc/21747/task/21752/stat : 21752 (java) S 21746 21733 19294 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22655461 885211136 20918 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21747/tid=21753] ppid=21746 vsize=864464 CPUtime=0.08
/proc/21747/task/21753/stat : 21753 (java) S 21746 21733 19294 0 -1 64 335 0 0 0 8 0 0 0 16 0 9 0 22655461 885211136 20918 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21747/tid=21754] ppid=21746 vsize=864464 CPUtime=0
/proc/21747/task/21754/stat : 21754 (java) S 21746 21733 19294 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22655461 885211136 20918 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21747/tid=21755] ppid=21746 vsize=864464 CPUtime=0
/proc/21747/task/21755/stat : 21755 (java) S 21746 21733 19294 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22655461 885211136 20918 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 886688

[startup+12.7027 s]
/proc/loadavg: 2.03 2.02 2.00 3/92 21755
/proc/meminfo: memFree=1770192/2055920 swapFree=4192812/4192956
[pid=21733] ppid=21731 vsize=16868 CPUtime=0.75
/proc/21733/stat : 21733 (sugar) S 21731 21733 19294 0 -1 4194304 1310 8589 0 1 5 1 63 6 15 0 1 0 22655375 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21733/statm: 4217 1111 409 3 0 796 0
[pid=21746] ppid=21733 vsize=5356 CPUtime=0
/proc/21746/stat : 21746 (sh) S 21733 21733 19294 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22655456 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21746/statm: 1339 233 193 169 0 50 0
[pid=21747] ppid=21746 vsize=864464 CPUtime=11.75
/proc/21747/stat : 21747 (java) S 21746 21733 19294 0 -1 0 23876 0 1 0 1163 12 0 0 18 0 9 0 22655457 885211136 22002 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21747/statm: 216116 22002 2590 9 0 210593 0
[pid=21747/tid=21748] ppid=21746 vsize=864464 CPUtime=9.85
/proc/21747/task/21748/stat : 21748 (java) R 21746 21733 19294 0 -1 64 3451 0 1 0 981 4 0 0 25 0 9 0 22655458 885211136 22002 996147200 134512640 134550932 4294955936 18446744073709551615 4125952222 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21747/tid=21749] ppid=21746 vsize=864464 CPUtime=1.79
/proc/21747/task/21749/stat : 21749 (java) S 21746 21733 19294 0 -1 64 19387 0 0 0 172 7 0 0 16 0 9 0 22655459 885211136 22002 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21747/tid=21750] ppid=21746 vsize=864464 CPUtime=0
/proc/21747/task/21750/stat : 21750 (java) S 21746 21733 19294 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22655459 885211136 22002 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21747/tid=21751] ppid=21746 vsize=864464 CPUtime=0
/proc/21747/task/21751/stat : 21751 (java) S 21746 21733 19294 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22655459 885211136 22002 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21747/tid=21752] ppid=21746 vsize=864464 CPUtime=0
/proc/21747/task/21752/stat : 21752 (java) S 21746 21733 19294 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22655461 885211136 22002 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21747/tid=21753] ppid=21746 vsize=864464 CPUtime=0.08
/proc/21747/task/21753/stat : 21753 (java) S 21746 21733 19294 0 -1 64 335 0 0 0 8 0 0 0 16 0 9 0 22655461 885211136 22002 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21747/tid=21754] ppid=21746 vsize=864464 CPUtime=0
/proc/21747/task/21754/stat : 21754 (java) S 21746 21733 19294 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22655461 885211136 22002 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21747/tid=21755] ppid=21746 vsize=864464 CPUtime=0
/proc/21747/task/21755/stat : 21755 (java) S 21746 21733 19294 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22655461 885211136 22002 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 886688

[startup+25.5012 s]
/proc/loadavg: 2.02 2.02 2.00 3/92 21755
/proc/meminfo: memFree=1770320/2055920 swapFree=4192812/4192956
[pid=21733] ppid=21731 vsize=16868 CPUtime=0.75
/proc/21733/stat : 21733 (sugar) S 21731 21733 19294 0 -1 4194304 1310 8589 0 1 5 1 63 6 15 0 1 0 22655375 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21733/statm: 4217 1111 409 3 0 796 0
[pid=21746] ppid=21733 vsize=5356 CPUtime=0
/proc/21746/stat : 21746 (sh) S 21733 21733 19294 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22655456 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21746/statm: 1339 233 193 169 0 50 0
[pid=21747] ppid=21746 vsize=864464 CPUtime=24.42
/proc/21747/stat : 21747 (java) S 21746 21733 19294 0 -1 0 23876 0 1 0 2430 12 0 0 18 0 9 0 22655457 885211136 22002 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21747/statm: 216116 22002 2590 9 0 210593 0
[pid=21747/tid=21748] ppid=21746 vsize=864464 CPUtime=22.52
/proc/21747/task/21748/stat : 21748 (java) R 21746 21733 19294 0 -1 64 3451 0 1 0 2248 4 0 0 25 0 9 0 22655458 885211136 22002 996147200 134512640 134550932 4294955936 18446744073709551615 4126564789 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21747/tid=21749] ppid=21746 vsize=864464 CPUtime=1.79
/proc/21747/task/21749/stat : 21749 (java) S 21746 21733 19294 0 -1 64 19387 0 0 0 172 7 0 0 16 0 9 0 22655459 885211136 22002 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21747/tid=21750] ppid=21746 vsize=864464 CPUtime=0
/proc/21747/task/21750/stat : 21750 (java) S 21746 21733 19294 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22655459 885211136 22002 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21747/tid=21751] ppid=21746 vsize=864464 CPUtime=0
/proc/21747/task/21751/stat : 21751 (java) S 21746 21733 19294 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22655459 885211136 22002 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21747/tid=21752] ppid=21746 vsize=864464 CPUtime=0

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

/proc/21747/task/21753/stat : 21753 (java) S 21746 21733 19294 0 -1 64 340 0 0 0 9 0 0 0 16 0 9 0 22655461 885211136 37817 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21747/tid=21754] ppid=21746 vsize=864464 CPUtime=0
/proc/21747/task/21754/stat : 21754 (java) S 21746 21733 19294 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22655461 885211136 37817 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21747/tid=21755] ppid=21746 vsize=864464 CPUtime=0
/proc/21747/task/21755/stat : 21755 (java) S 21746 21733 19294 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22655461 885211136 37817 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 695.53
Current children cumulated vsize (KiB) 886688

[startup+762.307 s]
/proc/loadavg: 2.01 2.03 2.00 3/92 21757
/proc/meminfo: memFree=1668880/2055920 swapFree=4192812/4192956
[pid=21733] ppid=21731 vsize=16868 CPUtime=0.75
/proc/21733/stat : 21733 (sugar) S 21731 21733 19294 0 -1 4194304 1310 8589 0 1 5 1 63 6 16 0 1 0 22655375 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21733/statm: 4217 1111 409 3 0 796 0
[pid=21746] ppid=21733 vsize=5356 CPUtime=0
/proc/21746/stat : 21746 (sh) S 21733 21733 19294 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22655456 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21746/statm: 1339 233 193 169 0 50 0
[pid=21747] ppid=21746 vsize=864464 CPUtime=754.21
/proc/21747/stat : 21747 (java) S 21746 21733 19294 0 -1 0 51482 0 1 0 75370 51 0 0 18 0 9 0 22655457 885211136 37817 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21747/statm: 216116 37817 2590 9 0 210593 0
[pid=21747/tid=21748] ppid=21746 vsize=864464 CPUtime=749.34
/proc/21747/task/21748/stat : 21748 (java) R 21746 21733 19294 0 -1 64 4328 0 1 0 74906 28 0 0 25 0 9 0 22655458 885211136 37817 996147200 134512640 134550932 4294955936 18446744073709551615 4126095872 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21747/tid=21749] ppid=21746 vsize=864464 CPUtime=4.75
/proc/21747/task/21749/stat : 21749 (java) S 21746 21733 19294 0 -1 64 46111 0 0 0 453 22 0 0 16 0 9 0 22655459 885211136 37817 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21747/tid=21750] ppid=21746 vsize=864464 CPUtime=0
/proc/21747/task/21750/stat : 21750 (java) S 21746 21733 19294 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22655459 885211136 37817 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21747/tid=21751] ppid=21746 vsize=864464 CPUtime=0
/proc/21747/task/21751/stat : 21751 (java) S 21746 21733 19294 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22655459 885211136 37817 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21747/tid=21752] ppid=21746 vsize=864464 CPUtime=0
/proc/21747/task/21752/stat : 21752 (java) S 21746 21733 19294 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22655461 885211136 37817 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21747/tid=21753] ppid=21746 vsize=864464 CPUtime=0.09
/proc/21747/task/21753/stat : 21753 (java) S 21746 21733 19294 0 -1 64 340 0 0 0 9 0 0 0 16 0 9 0 22655461 885211136 37817 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21747/tid=21754] ppid=21746 vsize=864464 CPUtime=0
/proc/21747/task/21754/stat : 21754 (java) S 21746 21733 19294 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22655461 885211136 37817 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21747/tid=21755] ppid=21746 vsize=864464 CPUtime=0
/proc/21747/task/21755/stat : 21755 (java) S 21746 21733 19294 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22655461 885211136 37817 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 754.96
Current children cumulated vsize (KiB) 886688

[startup+822.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/92 21757
/proc/meminfo: memFree=1668048/2055920 swapFree=4192812/4192956
[pid=21733] ppid=21731 vsize=16868 CPUtime=0.75
/proc/21733/stat : 21733 (sugar) S 21731 21733 19294 0 -1 4194304 1310 8589 0 1 5 1 63 6 16 0 1 0 22655375 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21733/statm: 4217 1111 409 3 0 796 0
[pid=21746] ppid=21733 vsize=5356 CPUtime=0
/proc/21746/stat : 21746 (sh) S 21733 21733 19294 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22655456 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21746/statm: 1339 233 193 169 0 50 0
[pid=21747] ppid=21746 vsize=864464 CPUtime=813.64
/proc/21747/stat : 21747 (java) S 21746 21733 19294 0 -1 0 57569 0 1 0 81310 54 0 0 18 0 9 0 22655457 885211136 37897 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21747/statm: 216116 37897 2590 9 0 210593 0
[pid=21747/tid=21748] ppid=21746 vsize=864464 CPUtime=808.14
/proc/21747/task/21748/stat : 21748 (java) R 21746 21733 19294 0 -1 64 4342 0 1 0 80786 28 0 0 25 0 9 0 22655458 885211136 37897 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21747/tid=21749] ppid=21746 vsize=864464 CPUtime=5.36
/proc/21747/task/21749/stat : 21749 (java) S 21746 21733 19294 0 -1 64 52184 0 0 0 512 24 0 0 16 0 9 0 22655459 885211136 37897 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21747/tid=21750] ppid=21746 vsize=864464 CPUtime=0
/proc/21747/task/21750/stat : 21750 (java) S 21746 21733 19294 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22655459 885211136 37897 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21747/tid=21751] ppid=21746 vsize=864464 CPUtime=0
/proc/21747/task/21751/stat : 21751 (java) S 21746 21733 19294 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22655459 885211136 37897 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21747/tid=21752] ppid=21746 vsize=864464 CPUtime=0
/proc/21747/task/21752/stat : 21752 (java) S 21746 21733 19294 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22655461 885211136 37897 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21747/tid=21753] ppid=21746 vsize=864464 CPUtime=0.09
/proc/21747/task/21753/stat : 21753 (java) S 21746 21733 19294 0 -1 64 340 0 0 0 9 0 0 0 16 0 9 0 22655461 885211136 37897 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21747/tid=21754] ppid=21746 vsize=864464 CPUtime=0
/proc/21747/task/21754/stat : 21754 (java) S 21746 21733 19294 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22655461 885211136 37897 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21747/tid=21755] ppid=21746 vsize=864464 CPUtime=0
/proc/21747/task/21755/stat : 21755 (java) S 21746 21733 19294 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22655461 885211136 37897 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 814.39
Current children cumulated vsize (KiB) 886688

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

[startup+844.701 s]
/proc/loadavg: 2.08 2.04 2.01 3/84 21759
/proc/meminfo: memFree=1712656/2055920 swapFree=4192812/4192956
[pid=21733] ppid=21731 vsize=16868 CPUtime=828.89
/proc/21733/stat : 21733 (sugar) S 21731 21733 19294 0 -1 4194304 1374 66515 0 2 6 1 82811 71 16 0 1 0 22655375 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21733/statm: 4217 1112 409 3 0 796 0
[pid=21758] ppid=21733 vsize=5356 CPUtime=0
/proc/21758/stat : 21758 (sh) S 21733 21733 19294 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22739069 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21758/statm: 1339 232 193 169 0 50 0
[pid=21759] ppid=21758 vsize=86528 CPUtime=7.66
/proc/21759/stat : 21759 (minisat) R 21758 21733 19294 0 -1 4194304 20984 0 0 0 753 13 0 0 25 0 1 0 22739069 88604672 20970 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/21759/statm: 21632 20970 75 150 0 21479 0
Current children cumulated CPU time (s) 836.55
Current children cumulated vsize (KiB) 108752

[startup+851.103 s]
/proc/loadavg: 2.07 2.03 2.00 3/84 21759
/proc/meminfo: memFree=1711056/2055920 swapFree=4192812/4192956
[pid=21733] ppid=21731 vsize=16868 CPUtime=828.89
/proc/21733/stat : 21733 (sugar) S 21731 21733 19294 0 -1 4194304 1374 66515 0 2 6 1 82811 71 16 0 1 0 22655375 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21733/statm: 4217 1112 409 3 0 796 0
[pid=21758] ppid=21733 vsize=5356 CPUtime=0
/proc/21758/stat : 21758 (sh) S 21733 21733 19294 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22739069 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21758/statm: 1339 232 193 169 0 50 0
[pid=21759] ppid=21758 vsize=88860 CPUtime=14
/proc/21759/stat : 21759 (minisat) R 21758 21733 19294 0 -1 4194304 21511 0 0 0 1386 14 0 0 25 0 1 0 22739069 90992640 21497 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 1 0 0
/proc/21759/statm: 22215 21497 75 150 0 22062 0
Current children cumulated CPU time (s) 842.89
Current children cumulated vsize (KiB) 111084

[startup+854.301 s]
/proc/loadavg: 2.07 2.03 2.00 3/84 21759
/proc/meminfo: memFree=1710672/2055920 swapFree=4192812/4192956
[pid=21733] ppid=21731 vsize=16868 CPUtime=828.89
/proc/21733/stat : 21733 (sugar) S 21731 21733 19294 0 -1 4194304 1374 66515 0 2 6 1 82811 71 16 0 1 0 22655375 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21733/statm: 4217 1112 409 3 0 796 0
[pid=21758] ppid=21733 vsize=5356 CPUtime=0
/proc/21758/stat : 21758 (sh) S 21733 21733 19294 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22739069 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21758/statm: 1339 232 193 169 0 50 0
[pid=21759] ppid=21758 vsize=89300 CPUtime=17.17
/proc/21759/stat : 21759 (minisat) R 21758 21733 19294 0 -1 4194304 21630 0 0 0 1703 14 0 0 25 0 1 0 22739069 91443200 21616 996147200 134512640 135127466 4294956256 18446744073709551615 134521835 0 0 4096 3 0 0 0 17 1 0 0
/proc/21759/statm: 22325 21616 75 150 0 22172 0
Current children cumulated CPU time (s) 846.06
Current children cumulated vsize (KiB) 111524

[startup+857.502 s]
/proc/loadavg: 2.06 2.03 2.00 3/84 21759
/proc/meminfo: memFree=1709904/2055920 swapFree=4192812/4192956
[pid=21733] ppid=21731 vsize=16868 CPUtime=828.89
/proc/21733/stat : 21733 (sugar) S 21731 21733 19294 0 -1 4194304 1374 66515 0 2 6 1 82811 71 16 0 1 0 22655375 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21733/statm: 4217 1112 409 3 0 796 0
[pid=21758] ppid=21733 vsize=5356 CPUtime=0
/proc/21758/stat : 21758 (sh) S 21733 21733 19294 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22739069 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21758/statm: 1339 232 193 169 0 50 0
[pid=21759] ppid=21758 vsize=89640 CPUtime=20.34
/proc/21759/stat : 21759 (minisat) R 21758 21733 19294 0 -1 4194304 21695 0 0 0 2020 14 0 0 25 0 1 0 22739069 91791360 21681 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21759/statm: 22410 21681 75 150 0 22257 0
Current children cumulated CPU time (s) 849.23
Current children cumulated vsize (KiB) 111864

[startup+859.106 s]
/proc/loadavg: 2.06 2.03 2.00 3/84 21759
/proc/meminfo: memFree=1710160/2055920 swapFree=4192812/4192956
[pid=21733] ppid=21731 vsize=16868 CPUtime=828.89
/proc/21733/stat : 21733 (sugar) S 21731 21733 19294 0 -1 4194304 1374 66515 0 2 6 1 82811 71 16 0 1 0 22655375 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21733/statm: 4217 1112 409 3 0 796 0
[pid=21758] ppid=21733 vsize=5356 CPUtime=0
/proc/21758/stat : 21758 (sh) S 21733 21733 19294 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22739069 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21758/statm: 1339 232 193 169 0 50 0
[pid=21759] ppid=21758 vsize=89772 CPUtime=21.92
/proc/21759/stat : 21759 (minisat) R 21758 21733 19294 0 -1 4194304 21717 0 0 0 2178 14 0 0 25 0 1 0 22739069 91926528 21703 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 1 0 0
/proc/21759/statm: 22443 21703 75 150 0 22290 0
Current children cumulated CPU time (s) 850.81
Current children cumulated vsize (KiB) 111996

[startup+859.501 s]
/proc/loadavg: 2.06 2.03 2.00 3/84 21759
/proc/meminfo: memFree=1710160/2055920 swapFree=4192812/4192956
[pid=21733] ppid=21731 vsize=16868 CPUtime=828.89
/proc/21733/stat : 21733 (sugar) S 21731 21733 19294 0 -1 4194304 1374 66515 0 2 6 1 82811 71 16 0 1 0 22655375 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21733/statm: 4217 1112 409 3 0 796 0
[pid=21758] ppid=21733 vsize=5356 CPUtime=0
/proc/21758/stat : 21758 (sh) S 21733 21733 19294 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22739069 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21758/statm: 1339 232 193 169 0 50 0
[pid=21759] ppid=21758 vsize=89772 CPUtime=22.32
/proc/21759/stat : 21759 (minisat) R 21758 21733 19294 0 -1 4194304 21724 0 0 0 2218 14 0 0 25 0 1 0 22739069 91926528 21710 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21759/statm: 22443 21710 75 150 0 22290 0
Current children cumulated CPU time (s) 851.21
Current children cumulated vsize (KiB) 111996

[startup+859.701 s]
/proc/loadavg: 2.06 2.03 2.00 3/84 21759
/proc/meminfo: memFree=1710160/2055920 swapFree=4192812/4192956
[pid=21733] ppid=21731 vsize=16868 CPUtime=851.31
/proc/21733/stat : 21733 (sugar) S 21731 21733 19294 0 -1 4194304 1445 88536 0 2 6 1 85037 87 16 0 1 0 22655375 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21733/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 851.31
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 859.788
CPU time (s): 851.484
CPU user time (s): 850.533
CPU system time (s): 0.950855
CPU usage (%): 99.0341
Max. virtual memory (cumulated for all children) (KiB): 898940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 850.533
system time used= 0.950855
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93815
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= 24536
involuntary context switches= 42145

runsolver used 1.13283 second user time and 2.81657 second system time

The end

Launcher Data

Begin job on node5 at 2009-07-12 01:44:39
IDJOB=2071995
IDBENCH=55561
IDSOLVER=739
FILE ID=node5/2071995-1247355879
PBS_JOBID= 9506836
Free space on /tmp= 66364 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg4-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-2071995-1247355879/watcher-2071995-1247355879 -o /tmp/evaluation-result-2071995-1247355879/solver-2071995-1247355879 -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-2071995-1247355879.xml

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

MD5SUM BENCH= 91c209f12d003c72df909cfaa0f621e2
RANDOM SEED=2020275777

node5.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.258
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.258
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:       1854856 kB
Buffers:         11832 kB
Cached:         103224 kB
SwapCached:          0 kB
Active:         122660 kB
Inactive:        28516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1854856 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2228 kB
Writeback:           0 kB
Mapped:          48772 kB
Slab:            35120 kB
Committed_AS:   211908 kB
PageTables:       1848 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= 66364 MiB
End job on node5 at 2009-07-12 01:58:59