Trace number 1069054

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.13+minisatUNSAT 844.553 851.941

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg15-19_ext.xml
MD5SUM5b614ca3797813e4aab919808e9965e8
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.887864
Satisfiable
(Un)Satisfiability was proved
Number of variables285
Number of constraints34
Maximum constraint arity19
Maximum domain size26
Number of constraints which are defined in extension34
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Fri Jul  4 10:05:23 2008
0.00/0.05	c 0	PID 21572
0.04/0.05	c 0	HOST node55.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1069054-1215158723.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1069054-1215158723.xml' 'HOME/temp.csp'
0.04/0.53	c 1	1 domains, 285 variables, 0 predicates, 2 relations, 34 constraints
0.04/0.58	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.58	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.51/0.66	c 1	Parsing HOME/temp.csp
0.51/0.85	c 1	parsed 322 expressions
0.51/0.85	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.51/0.85	c 1	Converting to clausal form CSP
0.51/0.87	c 1	converted 33 (10%) expressions
0.51/0.88	c 1	converted 65 (20%) expressions
0.51/0.88	c 1	converted 97 (30%) expressions
0.51/0.88	c 1	converted 129 (40%) expressions
0.51/0.88	c 1	converted 161 (50%) expressions
0.51/0.88	c 1	converted 194 (60%) expressions
0.51/0.88	c 1	converted 226 (70%) expressions
0.51/0.88	c 1	converted 258 (80%) expressions
1.01/1.18	c 2	converted 290 (90%) expressions
3.58/3.70	c 4	converted 322 (100%) expressions
3.58/3.70	c 4	CSP : 285 integers, 0 booleans, 34 clauses, largest domain size 26
3.58/3.70	c 4	Heap : 103 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.58/3.71	c 4	Propagation in CSP
3.58/3.71	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.58/3.71	c 4	CSP : 285 integers, 0 booleans, 34 clauses, largest domain size 26
3.58/3.71	c 4	Heap : 103 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.58/3.71	c 4	Simplifing CSP by introducing new Boolean variables
3.58/3.71	c 4	CSP : 285 integers, 0 booleans, 34 clauses, largest domain size 26
3.58/3.71	c 4	Heap : 103 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.97/4.11	c 5	Encoding CSP to SAT : HOME/temp.cnf
3.97/4.13	c 5	29 (10%) CSP integer variables are encoded (696 clauses, 7512 bytes)
3.97/4.13	c 5	57 (20%) CSP integer variables are encoded (1368 clauses, 15721 bytes)
3.97/4.13	c 5	86 (30%) CSP integer variables are encoded (2064 clauses, 24769 bytes)
3.97/4.13	c 5	114 (40%) CSP integer variables are encoded (2736 clauses, 33505 bytes)
3.97/4.13	c 5	143 (50%) CSP integer variables are encoded (3432 clauses, 42553 bytes)
3.97/4.14	c 5	171 (60%) CSP integer variables are encoded (4104 clauses, 51289 bytes)
3.97/4.14	c 5	200 (70%) CSP integer variables are encoded (4800 clauses, 60337 bytes)
3.97/4.14	c 5	228 (80%) CSP integer variables are encoded (5472 clauses, 69073 bytes)
3.97/4.14	c 5	257 (90%) CSP integer variables are encoded (6168 clauses, 78121 bytes)
3.97/4.14	c 5	285 (100%) CSP integer variables are encoded (6840 clauses, 86857 bytes)
161.01/162.89	c 163	4 (10%) CSP clauses are encoded (398064 clauses, 38142763 bytes)
274.79/277.85	c 278	7 (20%) CSP clauses are encoded (691482 clauses, 67597630 bytes)
437.58/442.35	c 443	11 (30%) CSP clauses are encoded (1082706 clauses, 106870786 bytes)
549.50/555.03	c 555	14 (40%) CSP clauses are encoded (1376124 clauses, 136325653 bytes)
664.14/669.75	c 670	17 (50%) CSP clauses are encoded (1669542 clauses, 165780520 bytes)
740.21/745.88	c 746	21 (60%) CSP clauses are encoded (1896424 clauses, 188322014 bytes)
744.40/750.04	c 750	24 (70%) CSP clauses are encoded (1943329 clauses, 193806885 bytes)
749.80/755.49	c 756	28 (80%) CSP clauses are encoded (2005869 clauses, 201199833 bytes)
753.89/759.51	c 760	31 (90%) CSP clauses are encoded (2052774 clauses, 206744544 bytes)
757.89/763.57	c 764	34 (100%) CSP clauses are encoded (2099679 clauses, 212289255 bytes)
757.89/763.57	c 764	34 CSP clauses encoded
757.89/763.57	c 764	Writing map file : HOME/temp.map
757.89/763.58	c 764	Heap : 166 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
757.89/763.58	c 764	SAT : 7125 SAT variables, 2099679 SAT clauses, 212289255 bytes
757.89/763.58	c 764	Heap : 166 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
757.97/763.65	c 764	SOLVING HOME/temp.cnf
757.97/763.65	c 764	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
757.97/763.65	c 764	This is MiniSat 2.0 beta
757.97/763.65	c 764	WARNING: for repeatability, setting FPU to use double precision
757.97/763.66	c 764	============================[ Problem Statistics ]=============================
757.97/763.66	c 764	|                                                                             |
757.97/763.66	c 764	|  Number of variables:  7125                                                 |
757.97/763.66	c 764	|  Number of clauses:    2099679                                              |
762.25/768.05	c 768	|  Parsing time:         3.89         s                                       |
762.55/768.35	c 769	============================[ Search Statistics ]==============================
762.55/768.35	c 769	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
762.55/768.35	c 769	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
762.55/768.35	c 769	===============================================================================
762.55/768.35	c 769	|         0 |    7110  2096501 39270218 |   698833        0    nan |  0.000 % |
762.55/768.39	c 769	|       101 |    7107  2096501 39270218 |   768717       98      7 |  0.253 % |
763.33/769.20	c 770	|       252 |    7107  2096501 39270218 |   845588      249      7 |  0.253 % |
763.53/769.39	c 770	|       478 |    7106  2096501 39270218 |   930147      474      8 |  0.267 % |
764.71/770.60	c 771	|       815 |    7106  2096501 39270218 |  1023162      811      8 |  0.267 % |
768.14/774.01	c 774	|      1322 |    7106  2096501 39270218 |  1125478     1318      9 |  0.267 % |
772.94/778.94	c 779	|      2084 |    7106  2096501 39270218 |  1238026     2080      9 |  0.267 % |
778.63/784.78	c 785	|      3223 |    7106  2096501 39270218 |  1361829     3219     10 |  0.267 % |
786.77/793.07	c 793	|      4932 |    7106  2096501 39270218 |  1498012     4928     10 |  0.267 % |
799.31/805.80	c 806	|      7494 |    7102  2096501 39270218 |  1647813     7489     10 |  0.379 % |
818.83/825.74	c 826	|     11339 |    7100  2096501 39270218 |  1812594    11333     11 |  0.449 % |
844.13/851.59	c 852	===============================================================================
844.13/851.59	c 852	restarts              : 11
844.13/851.59	c 852	conflicts             : 16662          (194 /sec)
844.13/851.59	c 852	decisions             : 21838          (1.85 % random) (255 /sec)
844.13/851.59	c 852	propagations          : 2108950        (24591 /sec)
844.13/851.59	c 852	conflict literals     : 177105         (28.16 % deleted)
844.13/851.59	c 852	Memory used           : 237.55 MB
844.13/851.59	c 852	CPU time              : 85.761 s
844.13/851.59	c 852	
844.13/851.59	c 852	UNSATISFIABLE
844.23/851.63	c 852	DECODING HOME/temp.out WITH HOME/temp.map
844.23/851.63	c 852	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
844.28/851.72	c 852	Decoding HOME/temp.out
844.28/851.76	s UNSATISFIABLE
844.28/851.77	c 852	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
844.28/851.83	c 852	CPU 842 (0.03 0.01 841.97 2.41)
844.28/851.83	c 852	END Fri Jul  4 10:19:35 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1069054-1215158723/watcher-1069054-1215158723 -o /tmp/evaluation-result-1069054-1215158723/solver-1069054-1215158723 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1069054-1215158723.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.91 1.95 1.98 4/84 21572
/proc/meminfo: memFree=1728592/2055920 swapFree=4180408/4192956
[pid=21572] ppid=21570 vsize=12268 CPUtime=0
/proc/21572/stat : 21572 (sugar) R 21570 21572 21535 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1545539150 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 248761776741 0 0 4224 0 0 0 0 17 1 0 0
/proc/21572/statm: 3067 316 241 3 0 167 0

[startup+0.0513999 s]
/proc/loadavg: 1.91 1.95 1.98 4/84 21572
/proc/meminfo: memFree=1728592/2055920 swapFree=4180408/4192956
[pid=21572] ppid=21570 vsize=13600 CPUtime=0.04
/proc/21572/stat : 21572 (sugar) S 21570 21572 21535 0 -1 4194304 837 0 0 0 3 1 0 0 18 0 1 0 1545539150 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21572/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.103051 s]
/proc/loadavg: 1.91 1.95 1.98 4/84 21572
/proc/meminfo: memFree=1728592/2055920 swapFree=4180408/4192956
[pid=21572] ppid=21570 vsize=13600 CPUtime=0.04
/proc/21572/stat : 21572 (sugar) S 21570 21572 21535 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1545539150 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21572/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.302448 s]
/proc/loadavg: 1.91 1.95 1.98 4/84 21572
/proc/meminfo: memFree=1728592/2055920 swapFree=4180408/4192956
[pid=21572] ppid=21570 vsize=13600 CPUtime=0.04
/proc/21572/stat : 21572 (sugar) S 21570 21572 21535 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1545539150 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21572/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702516 s]
/proc/loadavg: 1.91 1.95 1.98 4/84 21572
/proc/meminfo: memFree=1728592/2055920 swapFree=4180408/4192956
[pid=21572] ppid=21570 vsize=13600 CPUtime=0.51
/proc/21572/stat : 21572 (sugar) S 21570 21572 21535 0 -1 4194304 973 6557 0 1 3 1 43 4 16 0 1 0 1545539150 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21572/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 13600

[startup+1.50166 s]
/proc/loadavg: 1.92 1.95 1.98 4/95 21594
/proc/meminfo: memFree=1714864/2055920 swapFree=4180408/4192956
[pid=21572] ppid=21570 vsize=13600 CPUtime=0.51
/proc/21572/stat : 21572 (sugar) S 21570 21572 21535 0 -1 4194304 973 6557 0 1 3 1 43 4 15 0 1 0 1545539150 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21572/statm: 3400 797 370 3 0 500 0
[pid=21585] ppid=21572 vsize=5356 CPUtime=0
/proc/21585/stat : 21585 (sh) S 21572 21572 21535 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1545539208 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21585/statm: 1339 233 193 169 0 50 0
[pid=21586] ppid=21585 vsize=864404 CPUtime=0.89
/proc/21586/stat : 21586 (java) S 21585 21572 21535 0 -1 0 10908 0 1 0 83 6 0 0 18 0 9 0 1545539208 885149696 9949 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21586/statm: 216101 9949 2540 9 0 210676 0
[pid=21586/tid=21587] ppid=21585 vsize=864404 CPUtime=0.38
/proc/21586/task/21587/stat : 21587 (java) R 21585 21572 21535 0 -1 64 2746 0 1 0 37 1 0 0 22 0 9 0 1545539209 885149696 9949 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21586/tid=21588] ppid=21585 vsize=864404 CPUtime=0.43
/proc/21586/task/21588/stat : 21588 (java) R 21585 21572 21535 0 -1 64 7134 0 0 0 39 4 0 0 17 0 9 0 1545539210 885149696 9949 996147200 134512640 134550740 4294955952 18446744073709551615 104181349 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21586/tid=21589] ppid=21585 vsize=864404 CPUtime=0
/proc/21586/task/21589/stat : 21589 (java) S 21585 21572 21535 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1545539211 885149696 9949 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21586/tid=21590] ppid=21585 vsize=864404 CPUtime=0
/proc/21586/task/21590/stat : 21590 (java) S 21585 21572 21535 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1545539211 885149696 9949 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21586/tid=21591] ppid=21585 vsize=864404 CPUtime=0
/proc/21586/task/21591/stat : 21591 (java) S 21585 21572 21535 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1545539213 885149696 9949 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21586/tid=21592] ppid=21585 vsize=864404 CPUtime=0.06
/proc/21586/task/21592/stat : 21592 (java) S 21585 21572 21535 0 -1 64 335 0 0 0 6 0 0 0 16 0 9 0 1545539213 885149696 9949 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21586/tid=21593] ppid=21585 vsize=864404 CPUtime=0
/proc/21586/task/21593/stat : 21593 (java) S 21585 21572 21535 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1545539213 885149696 9949 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21586/tid=21594] ppid=21585 vsize=864404 CPUtime=0
/proc/21586/task/21594/stat : 21594 (java) S 21585 21572 21535 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1545539213 885149696 9949 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 883360

[startup+3.10293 s]
/proc/loadavg: 1.92 1.95 1.98 5/95 21594
/proc/meminfo: memFree=1679728/2055920 swapFree=4180408/4192956
[pid=21572] ppid=21570 vsize=13600 CPUtime=0.51
/proc/21572/stat : 21572 (sugar) S 21570 21572 21535 0 -1 4194304 973 6557 0 1 3 1 43 4 15 0 1 0 1545539150 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21572/statm: 3400 797 370 3 0 500 0
[pid=21585] ppid=21572 vsize=5356 CPUtime=0
/proc/21585/stat : 21585 (sh) S 21572 21572 21535 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1545539208 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21585/statm: 1339 233 193 169 0 50 0
[pid=21586] ppid=21585 vsize=864152 CPUtime=2.48
/proc/21586/stat : 21586 (java) S 21585 21572 21535 0 -1 0 24552 0 1 0 234 14 0 0 18 0 9 0 1545539208 884891648 23338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21586/statm: 216038 23338 2540 9 0 210613 0
[pid=21586/tid=21587] ppid=21585 vsize=864152 CPUtime=0.8
/proc/21586/task/21587/stat : 21587 (java) R 21585 21572 21535 0 -1 64 3678 0 1 0 78 2 0 0 25 0 9 0 1545539209 884891648 23338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21586/tid=21588] ppid=21585 vsize=864152 CPUtime=1.58
/proc/21586/task/21588/stat : 21588 (java) R 21585 21572 21535 0 -1 64 19846 0 0 0 148 10 0 0 18 0 9 0 1545539210 884891648 23338 996147200 134512640 134550740 4294955952 18446744073709551615 102516769 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21586/tid=21589] ppid=21585 vsize=864152 CPUtime=0
/proc/21586/task/21589/stat : 21589 (java) S 21585 21572 21535 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1545539211 884891648 23338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21586/tid=21590] ppid=21585 vsize=864152 CPUtime=0
/proc/21586/task/21590/stat : 21590 (java) S 21585 21572 21535 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1545539211 884891648 23338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21586/tid=21591] ppid=21585 vsize=864152 CPUtime=0
/proc/21586/task/21591/stat : 21591 (java) S 21585 21572 21535 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1545539213 884891648 23338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21586/tid=21592] ppid=21585 vsize=864152 CPUtime=0.06
/proc/21586/task/21592/stat : 21592 (java) S 21585 21572 21535 0 -1 64 335 0 0 0 6 0 0 0 16 0 9 0 1545539213 884891648 23338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21586/tid=21593] ppid=21585 vsize=864152 CPUtime=0
/proc/21586/task/21593/stat : 21593 (java) S 21585 21572 21535 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1545539213 884891648 23338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21586/tid=21594] ppid=21585 vsize=864152 CPUtime=0
/proc/21586/task/21594/stat : 21594 (java) S 21585 21572 21535 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1545539213 884891648 23338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 883108

[startup+6.30149 s]
/proc/loadavg: 1.92 1.95 1.98 4/95 21594
/proc/meminfo: memFree=1603760/2055920 swapFree=4180408/4192956
[pid=21572] ppid=21570 vsize=13600 CPUtime=0.51
/proc/21572/stat : 21572 (sugar) S 21570 21572 21535 0 -1 4194304 974 6557 0 1 3 1 43 4 15 0 1 0 1545539150 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21572/statm: 3400 797 370 3 0 500 0
[pid=21585] ppid=21572 vsize=5356 CPUtime=0
/proc/21585/stat : 21585 (sh) S 21572 21572 21535 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1545539208 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21585/statm: 1339 233 193 169 0 50 0
[pid=21586] ppid=21585 vsize=864264 CPUtime=5.63
/proc/21586/stat : 21586 (java) S 21585 21572 21535 0 -1 0 34482 0 1 0 545 18 0 0 18 0 9 0 1545539208 885006336 33144 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21586/statm: 216066 33144 2564 9 0 210613 0
[pid=21586/tid=21587] ppid=21585 vsize=864264 CPUtime=3.13
/proc/21586/task/21587/stat : 21587 (java) R 21585 21572 21535 0 -1 64 4453 0 1 0 310 3 0 0 25 0 9 0 1545539209 885006336 33144 996147200 134512640 134550740 4294955952 18446744073709551615 4126617792 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21586/tid=21588] ppid=21585 vsize=864264 CPUtime=2.38
/proc/21586/task/21588/stat : 21588 (java) S 21585 21572 21535 0 -1 64 28982 0 0 0 224 14 0 0 16 0 9 0 1545539210 885006336 33144 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21586/tid=21589] ppid=21585 vsize=864264 CPUtime=0
/proc/21586/task/21589/stat : 21589 (java) S 21585 21572 21535 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1545539211 885006336 33144 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21586/tid=21590] ppid=21585 vsize=864264 CPUtime=0
/proc/21586/task/21590/stat : 21590 (java) S 21585 21572 21535 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1545539211 885006336 33144 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21586/tid=21591] ppid=21585 vsize=864264 CPUtime=0
/proc/21586/task/21591/stat : 21591 (java) S 21585 21572 21535 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1545539213 885006336 33144 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21586/tid=21592] ppid=21585 vsize=864264 CPUtime=0.1
/proc/21586/task/21592/stat : 21592 (java) S 21585 21572 21535 0 -1 64 354 0 0 0 10 0 0 0 16 0 9 0 1545539213 885006336 33144 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21586/tid=21593] ppid=21585 vsize=864264 CPUtime=0
/proc/21586/task/21593/stat : 21593 (java) S 21585 21572 21535 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1545539213 885006336 33144 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21586/tid=21594] ppid=21585 vsize=864264 CPUtime=0
/proc/21586/task/21594/stat : 21594 (java) S 21585 21572 21535 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1545539213 885006336 33144 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 883220

[startup+12.7016 s]
/proc/loadavg: 1.93 1.96 1.98 3/95 21594
/proc/meminfo: memFree=1600496/2055920 swapFree=4180408/4192956
[pid=21572] ppid=21570 vsize=13600 CPUtime=0.51
/proc/21572/stat : 21572 (sugar) S 21570 21572 21535 0 -1 4194304 974 6557 0 1 3 1 43 4 15 0 1 0 1545539150 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21572/statm: 3400 797 370 3 0 500 0
[pid=21585] ppid=21572 vsize=5356 CPUtime=0
/proc/21585/stat : 21585 (sh) S 21572 21572 21535 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1545539208 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21585/statm: 1339 233 193 169 0 50 0
[pid=21586] ppid=21585 vsize=864264 CPUtime=11.97
/proc/21586/stat : 21586 (java) S 21585 21572 21535 0 -1 0 35142 0 1 0 1178 19 0 0 18 0 9 0 1545539208 885006336 33798 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21586/statm: 216066 33798 2564 9 0 210613 0
[pid=21586/tid=21587] ppid=21585 vsize=864264 CPUtime=9.44
/proc/21586/task/21587/stat : 21587 (java) R 21585 21572 21535 0 -1 64 4459 0 1 0 941 3 0 0 25 0 9 0 1545539209 885006336 33798 996147200 134512640 134550740 4294955952 18446744073709551615 4126617770 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21586/tid=21588] ppid=21585 vsize=864264 CPUtime=2.4
/proc/21586/task/21588/stat : 21588 (java) S 21585 21572 21535 0 -1 64 29636 0 0 0 226 14 0 0 16 0 9 0 1545539210 885006336 33798 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21586/tid=21589] ppid=21585 vsize=864264 CPUtime=0
/proc/21586/task/21589/stat : 21589 (java) S 21585 21572 21535 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1545539211 885006336 33798 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21586/tid=21590] ppid=21585 vsize=864264 CPUtime=0
/proc/21586/task/21590/stat : 21590 (java) S 21585 21572 21535 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1545539211 885006336 33798 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21586/tid=21591] ppid=21585 vsize=864264 CPUtime=0
/proc/21586/task/21591/stat : 21591 (java) S 21585 21572 21535 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1545539213 885006336 33798 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21586/tid=21592] ppid=21585 vsize=864264 CPUtime=0.1
/proc/21586/task/21592/stat : 21592 (java) S 21585 21572 21535 0 -1 64 354 0 0 0 10 0 0 0 16 0 9 0 1545539213 885006336 33798 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21586/tid=21593] ppid=21585 vsize=864264 CPUtime=0
/proc/21586/task/21593/stat : 21593 (java) S 21585 21572 21535 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1545539213 885006336 33798 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21586/tid=21594] ppid=21585 vsize=864264 CPUtime=0
/proc/21586/task/21594/stat : 21594 (java) S 21585 21572 21535 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1545539213 885006336 33798 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 883220

[startup+25.5028 s]
/proc/loadavg: 1.94 1.96 1.98 3/95 21594
/proc/meminfo: memFree=1593904/2055920 swapFree=4180408/4192956
[pid=21572] ppid=21570 vsize=13600 CPUtime=0.51
/proc/21572/stat : 21572 (sugar) S 21570 21572 21535 0 -1 4194304 974 6557 0 1 3 1 43 4 15 0 1 0 1545539150 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21572/statm: 3400 797 370 3 0 500 0
[pid=21585] ppid=21572 vsize=5356 CPUtime=0
/proc/21585/stat : 21585 (sh) S 21572 21572 21535 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1545539208 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21585/statm: 1339 233 193 169 0 50 0
[pid=21586] ppid=21585 vsize=864264 CPUtime=24.64
/proc/21586/stat : 21586 (java) S 21585 21572 21535 0 -1 0 36803 0 1 0 2444 20 0 0 18 0 9 0 1545539208 885006336 35444 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21586/statm: 216066 35444 2564 9 0 210613 0
[pid=21586/tid=21587] ppid=21585 vsize=864264 CPUtime=22.02
/proc/21586/task/21587/stat : 21587 (java) R 21585 21572 21535 0 -1 64 4474 0 1 0 2199 3 0 0 25 0 9 0 1545539209 885006336 35444 996147200 134512640 134550740 4294955952 18446744073709551615 4126617851 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21586/tid=21588] ppid=21585 vsize=864264 CPUtime=2.49
/proc/21586/task/21588/stat : 21588 (java) S 21585 21572 21535 0 -1 64 31282 0 0 0 234 15 0 0 16 0 9 0 1545539210 885006336 35444 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21586/tid=21589] ppid=21585 vsize=864264 CPUtime=0
/proc/21586/task/21589/stat : 21589 (java) S 21585 21572 21535 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1545539211 885006336 35444 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21586/tid=21590] ppid=21585 vsize=864264 CPUtime=0
/proc/21586/task/21590/stat : 21590 (java) S 21585 21572 21535 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1545539211 885006336 35444 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/21585/stat : 21585 (sh) S 21572 21572 21535 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1545539208 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21585/statm: 1339 233 193 169 0 50 0
[pid=21586] ppid=21585 vsize=864368 CPUtime=696.21
/proc/21586/stat : 21586 (java) S 21585 21572 21535 0 -1 0 88726 0 1 0 69470 151 0 0 18 0 9 0 1545539208 885112832 55363 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21586/statm: 216092 55363 2564 9 0 210639 0
[pid=21586/tid=21587] ppid=21585 vsize=864368 CPUtime=687.13
/proc/21586/task/21587/stat : 21587 (java) R 21585 21572 21535 0 -1 64 5597 0 1 0 68608 105 0 0 25 0 9 0 1545539209 885112832 55363 996147200 134512640 134550740 4294955952 18446744073709551615 4126623074 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21586/tid=21588] ppid=21585 vsize=864368 CPUtime=8.93
/proc/21586/task/21588/stat : 21588 (java) S 21585 21572 21535 0 -1 64 82075 0 0 0 849 44 0 0 16 0 9 0 1545539210 885112832 55363 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21586/tid=21589] ppid=21585 vsize=864368 CPUtime=0
/proc/21586/task/21589/stat : 21589 (java) S 21585 21572 21535 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1545539211 885112832 55363 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21586/tid=21590] ppid=21585 vsize=864368 CPUtime=0
/proc/21586/task/21590/stat : 21590 (java) S 21585 21572 21535 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1545539211 885112832 55363 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21586/tid=21591] ppid=21585 vsize=864368 CPUtime=0
/proc/21586/task/21591/stat : 21591 (java) S 21585 21572 21535 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1545539213 885112832 55363 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21586/tid=21592] ppid=21585 vsize=864368 CPUtime=0.11
/proc/21586/task/21592/stat : 21592 (java) S 21585 21572 21535 0 -1 64 361 0 0 0 11 0 0 0 16 0 9 0 1545539213 885112832 55363 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21586/tid=21593] ppid=21585 vsize=864368 CPUtime=0
/proc/21586/task/21593/stat : 21593 (java) S 21585 21572 21535 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1545539213 885112832 55363 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21586/tid=21594] ppid=21585 vsize=864368 CPUtime=0
/proc/21586/task/21594/stat : 21594 (java) S 21585 21572 21535 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1545539213 885112832 55363 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 696.72
Current children cumulated vsize (KiB) 883324

[startup+762.307 s]
/proc/loadavg: 2.00 2.00 1.99 4/103 21605
/proc/meminfo: memFree=1248624/2055920 swapFree=4180408/4192956
[pid=21572] ppid=21570 vsize=13600 CPUtime=0.51
/proc/21572/stat : 21572 (sugar) S 21570 21572 21535 0 -1 4194304 974 6557 0 1 3 1 43 4 16 0 1 0 1545539150 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21572/statm: 3400 797 370 3 0 500 0
[pid=21585] ppid=21572 vsize=5356 CPUtime=0
/proc/21585/stat : 21585 (sh) S 21572 21572 21535 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1545539208 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21585/statm: 1339 233 193 169 0 50 0
[pid=21586] ppid=21585 vsize=864368 CPUtime=756.18
/proc/21586/stat : 21586 (java) S 21585 21572 21535 0 -1 0 99276 0 1 0 75438 180 0 0 18 0 9 0 1545539208 885112832 55364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21586/statm: 216092 55364 2564 9 0 210639 0
[pid=21586/tid=21587] ppid=21585 vsize=864368 CPUtime=745.69
/proc/21586/task/21587/stat : 21587 (java) R 21585 21572 21535 0 -1 64 5838 0 1 0 74441 128 0 0 25 0 9 0 1545539209 885112832 55364 996147200 134512640 134550740 4294955952 18446744073709551615 4126464003 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21586/tid=21588] ppid=21585 vsize=864368 CPUtime=10.34
/proc/21586/task/21588/stat : 21588 (java) S 21585 21572 21535 0 -1 64 92384 0 0 0 984 50 0 0 16 0 9 0 1545539210 885112832 55364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21586/tid=21589] ppid=21585 vsize=864368 CPUtime=0
/proc/21586/task/21589/stat : 21589 (java) S 21585 21572 21535 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1545539211 885112832 55364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21586/tid=21590] ppid=21585 vsize=864368 CPUtime=0
/proc/21586/task/21590/stat : 21590 (java) S 21585 21572 21535 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1545539211 885112832 55364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21586/tid=21591] ppid=21585 vsize=864368 CPUtime=0
/proc/21586/task/21591/stat : 21591 (java) S 21585 21572 21535 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1545539213 885112832 55364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21586/tid=21592] ppid=21585 vsize=864368 CPUtime=0.11
/proc/21586/task/21592/stat : 21592 (java) S 21585 21572 21535 0 -1 64 361 0 0 0 11 0 0 0 16 0 9 0 1545539213 885112832 55364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21586/tid=21593] ppid=21585 vsize=864368 CPUtime=0
/proc/21586/task/21593/stat : 21593 (java) S 21585 21572 21535 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1545539213 885112832 55364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21586/tid=21594] ppid=21585 vsize=864368 CPUtime=0
/proc/21586/task/21594/stat : 21594 (java) S 21585 21572 21535 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1545539213 885112832 55364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 756.69
Current children cumulated vsize (KiB) 883324

[startup+822.302 s]
/proc/loadavg: 2.03 2.01 2.00 3/95 21607
/proc/meminfo: memFree=1220464/2055920 swapFree=4180408/4192956
[pid=21572] ppid=21570 vsize=13600 CPUtime=758.01
/proc/21572/stat : 21572 (sugar) S 21570 21572 21535 0 -1 4194304 1033 106147 0 2 3 1 75608 189 16 0 1 0 1545539150 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21572/statm: 3400 799 370 3 0 500 0
[pid=21606] ppid=21572 vsize=5356 CPUtime=0
/proc/21606/stat : 21606 (sh) S 21572 21572 21535 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1545615515 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21606/statm: 1339 232 193 169 0 50 0
[pid=21607] ppid=21606 vsize=241936 CPUtime=57.49
/proc/21607/stat : 21607 (minisat) R 21606 21572 21535 0 -1 4194304 59502 0 0 0 5704 45 0 0 25 0 1 0 1545615516 247742464 59488 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21607/statm: 60484 59488 75 150 0 60331 0
Current children cumulated CPU time (s) 815.5
Current children cumulated vsize (KiB) 260892

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

[startup+831.901 s]
/proc/loadavg: 2.02 2.01 2.00 3/95 21607
/proc/meminfo: memFree=1219952/2055920 swapFree=4180408/4192956
[pid=21572] ppid=21570 vsize=13600 CPUtime=758.01
/proc/21572/stat : 21572 (sugar) S 21570 21572 21535 0 -1 4194304 1033 106147 0 2 3 1 75608 189 16 0 1 0 1545539150 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21572/statm: 3400 799 370 3 0 500 0
[pid=21606] ppid=21572 vsize=5356 CPUtime=0
/proc/21606/stat : 21606 (sh) S 21572 21572 21535 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1545615515 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21606/statm: 1339 232 193 169 0 50 0
[pid=21607] ppid=21606 vsize=242216 CPUtime=66.9
/proc/21607/stat : 21607 (minisat) R 21606 21572 21535 0 -1 4194304 59595 0 0 0 6645 45 0 0 25 0 1 0 1545615516 248029184 59581 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21607/statm: 60554 59581 75 150 0 60401 0
Current children cumulated CPU time (s) 824.91
Current children cumulated vsize (KiB) 261172

[startup+844.701 s]
/proc/loadavg: 2.02 2.00 2.00 3/95 21607
/proc/meminfo: memFree=1219440/2055920 swapFree=4180408/4192956
[pid=21572] ppid=21570 vsize=13600 CPUtime=758.01
/proc/21572/stat : 21572 (sugar) S 21570 21572 21535 0 -1 4194304 1033 106147 0 2 3 1 75608 189 16 0 1 0 1545539150 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21572/statm: 3400 799 370 3 0 500 0
[pid=21606] ppid=21572 vsize=5356 CPUtime=0
/proc/21606/stat : 21606 (sh) S 21572 21572 21535 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1545615515 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21606/statm: 1339 232 193 169 0 50 0
[pid=21607] ppid=21606 vsize=242780 CPUtime=79.45
/proc/21607/stat : 21607 (minisat) R 21606 21572 21535 0 -1 4194304 59717 0 0 0 7900 45 0 0 25 0 1 0 1545615516 248606720 59703 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21607/statm: 60695 59703 75 150 0 60542 0
Current children cumulated CPU time (s) 837.46
Current children cumulated vsize (KiB) 261736

[startup+847.903 s]
/proc/loadavg: 2.02 2.00 2.00 3/95 21607
/proc/meminfo: memFree=1219440/2055920 swapFree=4180408/4192956
[pid=21572] ppid=21570 vsize=13600 CPUtime=758.01
/proc/21572/stat : 21572 (sugar) S 21570 21572 21535 0 -1 4194304 1033 106147 0 2 3 1 75608 189 16 0 1 0 1545539150 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21572/statm: 3400 799 370 3 0 500 0
[pid=21606] ppid=21572 vsize=5356 CPUtime=0
/proc/21606/stat : 21606 (sh) S 21572 21572 21535 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1545615515 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21606/statm: 1339 232 193 169 0 50 0
[pid=21607] ppid=21606 vsize=242916 CPUtime=82.59
/proc/21607/stat : 21607 (minisat) R 21606 21572 21535 0 -1 4194304 59756 0 0 0 8214 45 0 0 25 0 1 0 1545615516 248745984 59742 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21607/statm: 60729 59742 75 150 0 60576 0
Current children cumulated CPU time (s) 840.6
Current children cumulated vsize (KiB) 261872

[startup+849.501 s]
/proc/loadavg: 2.02 2.00 2.00 3/95 21607
/proc/meminfo: memFree=1219248/2055920 swapFree=4180408/4192956
[pid=21572] ppid=21570 vsize=13600 CPUtime=758.01
/proc/21572/stat : 21572 (sugar) S 21570 21572 21535 0 -1 4194304 1033 106147 0 2 3 1 75608 189 16 0 1 0 1545539150 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21572/statm: 3400 799 370 3 0 500 0
[pid=21606] ppid=21572 vsize=5356 CPUtime=0
/proc/21606/stat : 21606 (sh) S 21572 21572 21535 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1545615515 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21606/statm: 1339 232 193 169 0 50 0
[pid=21607] ppid=21606 vsize=243076 CPUtime=84.16
/proc/21607/stat : 21607 (minisat) R 21606 21572 21535 0 -1 4194304 59791 0 0 0 8371 45 0 0 25 0 1 0 1545615516 248909824 59777 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21607/statm: 60769 59777 75 150 0 60616 0
Current children cumulated CPU time (s) 842.17
Current children cumulated vsize (KiB) 262032

[startup+851.101 s]
/proc/loadavg: 2.02 2.00 2.00 3/95 21607
/proc/meminfo: memFree=1219248/2055920 swapFree=4180408/4192956
[pid=21572] ppid=21570 vsize=13600 CPUtime=758.01
/proc/21572/stat : 21572 (sugar) S 21570 21572 21535 0 -1 4194304 1033 106147 0 2 3 1 75608 189 16 0 1 0 1545539150 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21572/statm: 3400 799 370 3 0 500 0
[pid=21606] ppid=21572 vsize=5356 CPUtime=0
/proc/21606/stat : 21606 (sh) S 21572 21572 21535 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1545615515 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21606/statm: 1339 232 193 169 0 50 0
[pid=21607] ppid=21606 vsize=243252 CPUtime=85.73
/proc/21607/stat : 21607 (minisat) R 21606 21572 21535 0 -1 4194304 59817 0 0 0 8528 45 0 0 25 0 1 0 1545615516 249090048 59803 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/21607/statm: 60813 59803 75 150 0 60660 0
Current children cumulated CPU time (s) 843.74
Current children cumulated vsize (KiB) 262208

[startup+851.502 s]
/proc/loadavg: 2.02 2.00 2.00 3/95 21607
/proc/meminfo: memFree=1219184/2055920 swapFree=4180408/4192956
[pid=21572] ppid=21570 vsize=13600 CPUtime=758.01
/proc/21572/stat : 21572 (sugar) S 21570 21572 21535 0 -1 4194304 1033 106147 0 2 3 1 75608 189 16 0 1 0 1545539150 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21572/statm: 3400 799 370 3 0 500 0
[pid=21606] ppid=21572 vsize=5356 CPUtime=0
/proc/21606/stat : 21606 (sh) S 21572 21572 21535 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1545615515 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21606/statm: 1339 232 193 169 0 50 0
[pid=21607] ppid=21606 vsize=243252 CPUtime=86.12
/proc/21607/stat : 21607 (minisat) R 21606 21572 21535 0 -1 4194304 59830 0 0 0 8567 45 0 0 25 0 1 0 1545615516 249090048 59816 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21607/statm: 60813 59816 75 150 0 60660 0
Current children cumulated CPU time (s) 844.13
Current children cumulated vsize (KiB) 262208

[startup+851.902 s]
/proc/loadavg: 2.02 2.00 2.00 3/95 21607
/proc/meminfo: memFree=1219184/2055920 swapFree=4180408/4192956
[pid=21572] ppid=21570 vsize=13600 CPUtime=844.5
/proc/21572/stat : 21572 (sugar) R 21570 21572 21535 0 -1 4194304 1119 169969 0 3 3 9 84197 241 16 0 1 0 1545539150 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 248761783337 0 0 4224 16386 0 0 0 17 1 0 0
/proc/21572/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 844.5
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 851.941
CPU time (s): 844.553
CPU user time (s): 842.009
CPU system time (s): 2.54361
CPU usage (%): 99.1327
Max. virtual memory (cumulated for all children) (KiB): 909188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 842.009
system time used= 2.54361
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 171118
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= 26323
involuntary context switches= 41438

runsolver used 1.00885 second user time and 2.92256 second system time

The end

Launcher Data (download as text)

Begin job on node55 at 2008-07-04 10:05:23
IDJOB=1069054
IDBENCH=55559
IDSOLVER=346
FILE ID=node55/1069054-1215158723
PBS_JOBID= 7881456
Free space on /tmp= 66532 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg15-19_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1069054-1215158723/watcher-1069054-1215158723 -o /tmp/evaluation-result-1069054-1215158723/solver-1069054-1215158723 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1069054-1215158723.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5b614ca3797813e4aab919808e9965e8
RANDOM SEED=1356017597

node55.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.261
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.261
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:       1729136 kB
Buffers:         50188 kB
Cached:         177404 kB
SwapCached:       6804 kB
Active:         183644 kB
Inactive:        88204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1729136 kB
SwapTotal:     4192956 kB
SwapFree:      4180408 kB
Dirty:            1496 kB
Writeback:           0 kB
Mapped:          61152 kB
Slab:            40052 kB
Committed_AS:  3053272 kB
PageTables:       1912 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= 66532 MiB
End job on node55 at 2008-07-04 10:19:35