Trace number 2070147

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisatUNSAT 291.407 293.187

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg11-13_ext.xml
MD5SUMa2dd31cba4a19665396f0c93a75686cb
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.311952
Satisfiable
(Un)Satisfiability was proved
Number of variables143
Number of constraints24
Maximum constraint arity13
Maximum domain size26
Number of constraints which are defined in extension24
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 00:25:20 2009
0.00/0.08	c 0	PID 16927
0.06/0.08	c 0	HOST node4.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2070147-1247351120.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2070147-1247351120.xml' 'HOME/temp.csp'
0.06/0.33	c 0	1 domains, 143 variables, 0 predicates, 2 relations, 24 constraints
0.06/0.35	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.35	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.30/0.43	c 1	Parsing HOME/temp.csp
0.30/0.54	c 1	parsed 170 expressions
0.30/0.55	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.30/0.55	c 1	Converting to clausal form CSP
0.30/0.57	c 1	converted 17 (10%) expressions
0.30/0.57	c 1	converted 34 (20%) expressions
0.30/0.57	c 1	converted 51 (30%) expressions
0.30/0.57	c 1	converted 68 (40%) expressions
0.30/0.57	c 1	converted 85 (50%) expressions
0.30/0.57	c 1	converted 102 (60%) expressions
0.30/0.57	c 1	converted 119 (70%) expressions
0.30/0.57	c 1	converted 136 (80%) expressions
0.92/1.05	c 1	converted 153 (90%) expressions
1.62/1.76	c 2	converted 170 (100%) expressions
1.62/1.76	c 2	CSP : 143 integers, 0 booleans, 24 clauses, largest domain size 26
1.62/1.76	c 2	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.62/1.76	c 2	Propagation in CSP
1.62/1.76	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.62/1.76	c 2	CSP : 143 integers, 0 booleans, 24 clauses, largest domain size 26
1.62/1.76	c 2	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.62/1.77	c 2	Simplifing CSP by introducing new Boolean variables
1.62/1.77	c 2	CSP : 143 integers, 0 booleans, 24 clauses, largest domain size 26
1.62/1.77	c 2	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.82/1.94	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.82/1.96	c 2	15 (10%) CSP integer variables are encoded (360 clauses, 3816 bytes)
1.82/1.96	c 2	29 (20%) CSP integer variables are encoded (696 clauses, 7512 bytes)
1.82/1.96	c 2	43 (30%) CSP integer variables are encoded (1032 clauses, 11353 bytes)
1.82/1.97	c 2	58 (40%) CSP integer variables are encoded (1392 clauses, 16033 bytes)
1.82/1.97	c 2	72 (50%) CSP integer variables are encoded (1728 clauses, 20401 bytes)
1.82/1.97	c 2	86 (60%) CSP integer variables are encoded (2064 clauses, 24769 bytes)
1.82/1.97	c 2	101 (70%) CSP integer variables are encoded (2424 clauses, 29449 bytes)
1.82/1.97	c 2	115 (80%) CSP integer variables are encoded (2760 clauses, 33817 bytes)
1.82/1.97	c 2	129 (90%) CSP integer variables are encoded (3096 clauses, 38185 bytes)
1.82/1.97	c 2	143 (100%) CSP integer variables are encoded (3432 clauses, 42553 bytes)
27.88/28.11	c 28	3 (10%) CSP clauses are encoded (145899 clauses, 10306804 bytes)
44.67/44.96	c 45	5 (20%) CSP clauses are encoded (240877 clauses, 17330645 bytes)
69.84/70.20	c 70	8 (30%) CSP clauses are encoded (383344 clauses, 28001900 bytes)
86.43/86.75	c 87	10 (40%) CSP clauses are encoded (478322 clauses, 35116070 bytes)
103.02/103.32	c 103	12 (50%) CSP clauses are encoded (573300 clauses, 42230240 bytes)
116.61/116.99	c 117	15 (60%) CSP clauses are encoded (669023 clauses, 49155965 bytes)
121.72/122.05	c 122	17 (70%) CSP clauses are encoded (717257 clauses, 53068302 bytes)
129.41/129.75	c 130	20 (80%) CSP clauses are encoded (789608 clauses, 59582316 bytes)
134.80/135.12	c 135	22 (90%) CSP clauses are encoded (837842 clauses, 63924992 bytes)
139.80/140.19	c 140	24 (100%) CSP clauses are encoded (886076 clauses, 68267668 bytes)
139.80/140.19	c 140	24 CSP clauses encoded
139.80/140.19	c 140	Writing map file : HOME/temp.map
139.89/140.20	c 140	Heap : 55 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
139.89/140.20	c 140	SAT : 3575 SAT variables, 886076 SAT clauses, 68267668 bytes
139.89/140.20	c 140	Heap : 55 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
139.89/140.24	c 140	SOLVING HOME/temp.cnf
139.89/140.24	c 140	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
139.89/140.25	c 140	This is MiniSat 2.0 beta
139.89/140.25	c 140	WARNING: for repeatability, setting FPU to use double precision
139.89/140.25	c 140	============================[ Problem Statistics ]=============================
139.89/140.25	c 140	|                                                                             |
139.89/140.25	c 140	|  Number of variables:  3575                                                 |
139.89/140.25	c 140	|  Number of clauses:    886076                                               |
141.34/141.70	c 142	|  Parsing time:         1.29         s                                       |
141.44/141.80	c 142	============================[ Search Statistics ]==============================
141.44/141.80	c 142	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
141.44/141.80	c 142	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
141.44/141.80	c 142	===============================================================================
141.44/141.80	c 142	|         0 |    3564   884725 12999553 |   294908        0    nan |  0.000 % |
141.44/141.83	c 142	|       101 |    3563   884725 12999553 |   324399      100      4 |  0.336 % |
141.53/141.92	c 142	|       251 |    3563   884725 12999553 |   356839      250      7 |  0.336 % |
141.94/142.31	c 142	|       478 |    3563   884725 12999553 |   392522      476      8 |  0.364 % |
142.43/142.83	c 143	|       815 |    3563   884725 12999553 |   431775      813      8 |  0.364 % |
143.52/143.97	c 144	|      1321 |    3563   884725 12999553 |   474952     1319      9 |  0.364 % |
145.30/145.72	c 146	|      2080 |    3563   884725 12999553 |   522448     2078     11 |  0.364 % |
147.28/147.74	c 148	|      3219 |    3563   884725 12999553 |   574692     3217     11 |  0.364 % |
150.45/150.95	c 151	|      4927 |    3563   884725 12999553 |   632162     4925     11 |  0.364 % |
155.21/155.70	c 156	|      7490 |    3563   884725 12999553 |   695378     7488     11 |  0.364 % |
162.24/162.89	c 163	|     11334 |    3563   884725 12999553 |   764916    11331     12 |  0.392 % |
172.84/173.54	c 174	|     17101 |    3563   884725 12999553 |   841407    17098     12 |  0.392 % |
189.09/189.91	c 190	|     25750 |    3563   884725 12999553 |   925548    25747     12 |  0.392 % |
215.63/216.76	c 217	|     38724 |    3557   884725 12999553 |  1018103    38720     13 |  0.699 % |
256.55/258.06	c 258	|     58186 |    3557   884725 12999553 |  1119913    58182     13 |  0.699 % |
291.13/292.95	c 293	===============================================================================
291.13/292.95	c 293	restarts              : 15
291.13/292.95	c 293	conflicts             : 73702          (488 /sec)
291.13/292.95	c 293	decisions             : 97711          (1.87 % random) (647 /sec)
291.13/292.95	c 293	propagations          : 8022383        (53094 /sec)
291.13/292.95	c 293	conflict literals     : 959905         (25.00 % deleted)
291.13/292.95	c 293	Memory used           : 95.23 MB
291.13/292.95	c 293	CPU time              : 151.098 s
291.13/292.95	c 293	
291.13/292.95	c 293	UNSATISFIABLE
291.13/292.97	c 293	DECODING HOME/temp.out WITH HOME/temp.map
291.13/292.97	c 293	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'
291.22/293.06	c 293	Decoding HOME/temp.out
291.22/293.09	s UNSATISFIABLE
291.22/293.10	c 293	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
291.22/293.15	c 293	CPU 291.35 (0.06 0.01 290.29 0.99)
291.22/293.15	c 293	END Sun Jul 12 00:30:13 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2070147-1247351120/watcher-2070147-1247351120 -o /tmp/evaluation-result-2070147-1247351120/solver-2070147-1247351120 -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-2070147-1247351120.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.25 2.56 2.50 4/80 16927
/proc/meminfo: memFree=1246568/2055920 swapFree=4192956/4192956
[pid=16927] ppid=16925 vsize=12268 CPUtime=0
/proc/16927/stat : 16927 (sugar) R 16925 16927 16729 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 22179519 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 259922115582 0 0 4224 0 0 0 0 17 1 0 0
/proc/16927/statm: 3067 316 241 3 0 167 0

[startup+0.081831 s]
/proc/loadavg: 2.25 2.56 2.50 4/80 16927
/proc/meminfo: memFree=1246568/2055920 swapFree=4192956/4192956
[pid=16927] ppid=16925 vsize=16740 CPUtime=0.06
/proc/16927/stat : 16927 (sugar) S 16925 16927 16729 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 22179519 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16927/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.105646 s]
/proc/loadavg: 2.25 2.56 2.50 4/80 16927
/proc/meminfo: memFree=1246568/2055920 swapFree=4192956/4192956
[pid=16927] ppid=16925 vsize=16868 CPUtime=0.06
/proc/16927/stat : 16927 (sugar) S 16925 16927 16729 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22179519 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16927/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301662 s]
/proc/loadavg: 2.25 2.56 2.50 4/80 16927
/proc/meminfo: memFree=1246568/2055920 swapFree=4192956/4192956
[pid=16927] ppid=16925 vsize=16868 CPUtime=0.06
/proc/16927/stat : 16927 (sugar) S 16925 16927 16729 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22179519 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16927/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701701 s]
/proc/loadavg: 2.25 2.56 2.50 4/80 16927
/proc/meminfo: memFree=1246568/2055920 swapFree=4192956/4192956
[pid=16927] ppid=16925 vsize=16868 CPUtime=0.3
/proc/16927/stat : 16927 (sugar) S 16925 16927 16729 0 -1 4194304 1309 4847 0 1 5 1 19 5 15 0 1 0 22179519 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16927/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 16868

[startup+1.50278 s]
/proc/loadavg: 2.25 2.56 2.50 4/91 16949
/proc/meminfo: memFree=1222800/2055920 swapFree=4192956/4192956
[pid=16927] ppid=16925 vsize=16868 CPUtime=0.3
/proc/16927/stat : 16927 (sugar) S 16925 16927 16729 0 -1 4194304 1309 4847 0 1 5 1 19 5 15 0 1 0 22179519 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16927/statm: 4217 1111 409 3 0 796 0
[pid=16940] ppid=16927 vsize=5356 CPUtime=0
/proc/16940/stat : 16940 (sh) S 16927 16927 16729 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22179554 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16940/statm: 1339 233 193 169 0 50 0
[pid=16941] ppid=16940 vsize=864352 CPUtime=1.12
/proc/16941/stat : 16941 (java) S 16940 16927 16729 0 -1 0 13515 0 1 0 106 6 0 0 19 0 9 0 22179555 885096448 12771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16941/statm: 216088 12771 2566 9 0 210593 0
[pid=16941/tid=16942] ppid=16940 vsize=864352 CPUtime=0.46
/proc/16941/task/16942/stat : 16942 (java) R 16940 16927 16729 0 -1 64 2970 0 1 0 45 1 0 0 20 0 9 0 22179556 885096448 12771 996147200 134512640 134550932 4294955936 18446744073709551615 4126512515 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16941/tid=16943] ppid=16940 vsize=864352 CPUtime=0.58
/proc/16941/task/16943/stat : 16943 (java) S 16940 16927 16729 0 -1 64 9536 0 0 0 55 3 0 0 16 0 9 0 22179557 885096448 12771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16941/tid=16944] ppid=16940 vsize=864352 CPUtime=0
/proc/16941/task/16944/stat : 16944 (java) S 16940 16927 16729 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22179557 885096448 12771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16941/tid=16945] ppid=16940 vsize=864352 CPUtime=0
/proc/16941/task/16945/stat : 16945 (java) S 16940 16927 16729 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22179557 885096448 12771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16941/tid=16946] ppid=16940 vsize=864352 CPUtime=0
/proc/16941/task/16946/stat : 16946 (java) S 16940 16927 16729 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22179559 885096448 12771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16941/tid=16947] ppid=16940 vsize=864352 CPUtime=0.04
/proc/16941/task/16947/stat : 16947 (java) S 16940 16927 16729 0 -1 64 310 0 0 0 4 0 0 0 16 0 9 0 22179559 885096448 12771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16941/tid=16948] ppid=16940 vsize=864352 CPUtime=0
/proc/16941/task/16948/stat : 16948 (java) S 16940 16927 16729 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22179559 885096448 12771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16941/tid=16949] ppid=16940 vsize=864352 CPUtime=0
/proc/16941/task/16949/stat : 16949 (java) S 16940 16927 16729 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22179559 885096448 12771 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.10193 s]
/proc/loadavg: 2.25 2.56 2.50 3/91 16949
/proc/meminfo: memFree=1192784/2055920 swapFree=4192956/4192956
[pid=16927] ppid=16925 vsize=16868 CPUtime=0.3
/proc/16927/stat : 16927 (sugar) S 16925 16927 16729 0 -1 4194304 1310 4847 0 1 5 1 19 5 15 0 1 0 22179519 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16927/statm: 4217 1111 409 3 0 796 0
[pid=16940] ppid=16927 vsize=5356 CPUtime=0
/proc/16940/stat : 16940 (sh) S 16927 16927 16729 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22179554 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16940/statm: 1339 233 193 169 0 50 0
[pid=16941] ppid=16940 vsize=864464 CPUtime=2.7
/proc/16941/stat : 16941 (java) S 16940 16927 16729 0 -1 0 16291 0 1 0 262 8 0 0 19 0 9 0 22179555 885211136 15500 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16941/statm: 216116 15500 2590 9 0 210593 0
[pid=16941/tid=16942] ppid=16940 vsize=864464 CPUtime=1.61
/proc/16941/task/16942/stat : 16942 (java) R 16940 16927 16729 0 -1 64 3416 0 1 0 159 2 0 0 25 0 9 0 22179556 885211136 15500 996147200 134512640 134550932 4294955936 18446744073709551615 4125952312 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16941/tid=16943] ppid=16940 vsize=864464 CPUtime=0.98
/proc/16941/task/16943/stat : 16943 (java) S 16940 16927 16729 0 -1 64 11844 0 0 0 94 4 0 0 16 0 9 0 22179557 885211136 15500 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16941/tid=16944] ppid=16940 vsize=864464 CPUtime=0
/proc/16941/task/16944/stat : 16944 (java) S 16940 16927 16729 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22179557 885211136 15500 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16941/tid=16945] ppid=16940 vsize=864464 CPUtime=0
/proc/16941/task/16945/stat : 16945 (java) S 16940 16927 16729 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22179557 885211136 15500 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16941/tid=16946] ppid=16940 vsize=864464 CPUtime=0
/proc/16941/task/16946/stat : 16946 (java) S 16940 16927 16729 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22179559 885211136 15500 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16941/tid=16947] ppid=16940 vsize=864464 CPUtime=0.08
/proc/16941/task/16947/stat : 16947 (java) S 16940 16927 16729 0 -1 64 332 0 0 0 8 0 0 0 16 0 9 0 22179559 885211136 15500 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16941/tid=16948] ppid=16940 vsize=864464 CPUtime=0
/proc/16941/task/16948/stat : 16948 (java) S 16940 16927 16729 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22179559 885211136 15500 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16941/tid=16949] ppid=16940 vsize=864464 CPUtime=0
/proc/16941/task/16949/stat : 16949 (java) S 16940 16927 16729 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22179559 885211136 15500 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) 886688

[startup+6.30124 s]
/proc/loadavg: 2.23 2.55 2.50 3/91 16949
/proc/meminfo: memFree=1189712/2055920 swapFree=4192956/4192956
[pid=16927] ppid=16925 vsize=16868 CPUtime=0.3
/proc/16927/stat : 16927 (sugar) S 16925 16927 16729 0 -1 4194304 1310 4847 0 1 5 1 19 5 15 0 1 0 22179519 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16927/statm: 4217 1111 409 3 0 796 0
[pid=16940] ppid=16927 vsize=5356 CPUtime=0
/proc/16940/stat : 16940 (sh) S 16927 16927 16729 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22179554 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16940/statm: 1339 233 193 169 0 50 0
[pid=16941] ppid=16940 vsize=864464 CPUtime=5.87
/proc/16941/stat : 16941 (java) S 16940 16927 16729 0 -1 0 16743 0 1 0 579 8 0 0 19 0 9 0 22179555 885211136 15941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16941/statm: 216116 15941 2590 9 0 210593 0
[pid=16941/tid=16942] ppid=16940 vsize=864464 CPUtime=4.76
/proc/16941/task/16942/stat : 16942 (java) R 16940 16927 16729 0 -1 64 3427 0 1 0 474 2 0 0 25 0 9 0 22179556 885211136 15941 996147200 134512640 134550932 4294955936 18446744073709551615 4126591813 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16941/tid=16943] ppid=16940 vsize=864464 CPUtime=1
/proc/16941/task/16943/stat : 16943 (java) S 16940 16927 16729 0 -1 64 12285 0 0 0 96 4 0 0 16 0 9 0 22179557 885211136 15941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16941/tid=16944] ppid=16940 vsize=864464 CPUtime=0
/proc/16941/task/16944/stat : 16944 (java) S 16940 16927 16729 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22179557 885211136 15941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16941/tid=16945] ppid=16940 vsize=864464 CPUtime=0
/proc/16941/task/16945/stat : 16945 (java) S 16940 16927 16729 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22179557 885211136 15941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16941/tid=16946] ppid=16940 vsize=864464 CPUtime=0
/proc/16941/task/16946/stat : 16946 (java) S 16940 16927 16729 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22179559 885211136 15941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16941/tid=16947] ppid=16940 vsize=864464 CPUtime=0.08
/proc/16941/task/16947/stat : 16947 (java) S 16940 16927 16729 0 -1 64 332 0 0 0 8 0 0 0 16 0 9 0 22179559 885211136 15941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16941/tid=16948] ppid=16940 vsize=864464 CPUtime=0
/proc/16941/task/16948/stat : 16948 (java) S 16940 16927 16729 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22179559 885211136 15941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16941/tid=16949] ppid=16940 vsize=864464 CPUtime=0
/proc/16941/task/16949/stat : 16949 (java) S 16940 16927 16729 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22179559 885211136 15941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 886688

[startup+12.7018 s]
/proc/loadavg: 2.21 2.54 2.49 3/91 16949
/proc/meminfo: memFree=1179920/2055920 swapFree=4192956/4192956
[pid=16927] ppid=16925 vsize=16868 CPUtime=0.3
/proc/16927/stat : 16927 (sugar) S 16925 16927 16729 0 -1 4194304 1310 4847 0 1 5 1 19 5 15 0 1 0 22179519 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16927/statm: 4217 1111 409 3 0 796 0
[pid=16940] ppid=16927 vsize=5356 CPUtime=0
/proc/16940/stat : 16940 (sh) S 16927 16927 16729 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22179554 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16940/statm: 1339 233 193 169 0 50 0
[pid=16941] ppid=16940 vsize=864464 CPUtime=12.21
/proc/16941/stat : 16941 (java) S 16940 16927 16729 0 -1 0 18185 0 1 0 1209 12 0 0 19 0 9 0 22179555 885211136 17325 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16941/statm: 216116 17325 2590 9 0 210593 0
[pid=16941/tid=16942] ppid=16940 vsize=864464 CPUtime=11
/proc/16941/task/16942/stat : 16942 (java) R 16940 16927 16729 0 -1 64 3485 0 1 0 1095 5 0 0 25 0 9 0 22179556 885211136 17325 996147200 134512640 134550932 4294955936 18446744073709551615 4126533688 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16941/tid=16943] ppid=16940 vsize=864464 CPUtime=1.11
/proc/16941/task/16943/stat : 16943 (java) S 16940 16927 16729 0 -1 64 13665 0 0 0 105 6 0 0 16 0 9 0 22179557 885211136 17325 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16941/tid=16944] ppid=16940 vsize=864464 CPUtime=0
/proc/16941/task/16944/stat : 16944 (java) S 16940 16927 16729 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22179557 885211136 17325 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16941/tid=16945] ppid=16940 vsize=864464 CPUtime=0
/proc/16941/task/16945/stat : 16945 (java) S 16940 16927 16729 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22179557 885211136 17325 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16941/tid=16946] ppid=16940 vsize=864464 CPUtime=0
/proc/16941/task/16946/stat : 16946 (java) S 16940 16927 16729 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22179559 885211136 17325 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16941/tid=16947] ppid=16940 vsize=864464 CPUtime=0.09
/proc/16941/task/16947/stat : 16947 (java) S 16940 16927 16729 0 -1 64 336 0 0 0 9 0 0 0 16 0 9 0 22179559 885211136 17325 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16941/tid=16948] ppid=16940 vsize=864464 CPUtime=0
/proc/16941/task/16948/stat : 16948 (java) S 16940 16927 16729 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22179559 885211136 17325 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16941/tid=16949] ppid=16940 vsize=864464 CPUtime=0
/proc/16941/task/16949/stat : 16949 (java) S 16940 16927 16729 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22179559 885211136 17325 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 886688

[startup+25.5021 s]
/proc/loadavg: 2.16 2.51 2.48 3/84 16978
/proc/meminfo: memFree=1216520/2055920 swapFree=4192956/4192956
[pid=16927] ppid=16925 vsize=16868 CPUtime=0.3
/proc/16927/stat : 16927 (sugar) S 16925 16927 16729 0 -1 4194304 1310 4847 0 1 5 1 19 5 15 0 1 0 22179519 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16927/statm: 4217 1111 409 3 0 796 0
[pid=16940] ppid=16927 vsize=5356 CPUtime=0
/proc/16940/stat : 16940 (sh) S 16927 16927 16729 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22179554 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16940/statm: 1339 233 193 169 0 50 0
[pid=16941] ppid=16940 vsize=864464 CPUtime=24.98
/proc/16941/stat : 16941 (java) S 16940 16927 16729 0 -1 0 21203 0 1 0 2482 16 0 0 19 0 9 0 22179555 885211136 20248 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16941/statm: 216116 20248 2590 9 0 210593 0
[pid=16941/tid=16942] ppid=16940 vsize=864464 CPUtime=23.58
/proc/16941/task/16942/stat : 16942 (java) R 16940 16927 16729 0 -1 64 3580 0 1 0 2350 8 0 0 25 0 9 0 22179556 885211136 20248 996147200 134512640 134550932 4294955936 18446744073709551615 103211048 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16941/tid=16943] ppid=16940 vsize=864464 CPUtime=1.28
/proc/16941/task/16943/stat : 16943 (java) S 16940 16927 16729 0 -1 64 16583 0 0 0 121 7 0 0 16 0 9 0 22179557 885211136 20248 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16941/tid=16944] ppid=16940 vsize=864464 CPUtime=0
/proc/16941/task/16944/stat : 16944 (java) S 16940 16927 16729 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22179557 885211136 20248 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16941/tid=16945] ppid=16940 vsize=864464 CPUtime=0
/proc/16941/task/16945/stat : 16945 (java) S 16940 16927 16729 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22179557 885211136 20248 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16941/tid=16946] ppid=16940 vsize=864464 CPUtime=0

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

/proc/16940/stat : 16940 (sh) S 16927 16927 16729 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22179554 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16940/statm: 1339 233 193 169 0 50 0
[pid=16941] ppid=16940 vsize=864464 CPUtime=50.55
/proc/16941/stat : 16941 (java) S 16940 16927 16729 0 -1 0 28240 0 1 0 5028 27 0 0 19 0 9 0 22179555 885211136 21978 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16941/statm: 216116 21978 2590 9 0 210593 0
[pid=16941/tid=16942] ppid=16940 vsize=864464 CPUtime=48.56
/proc/16941/task/16942/stat : 16942 (java) R 16940 16927 16729 0 -1 64 3782 0 1 0 4841 15 0 0 25 0 9 0 22179556 885211136 21978 996147200 134512640 134550932 4294955936 18446744073709551615 4126572503 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16941/tid=16943] ppid=16940 vsize=864464 CPUtime=1.87
/proc/16941/task/16943/stat : 16943 (java) S 16940 16927 16729 0 -1 64 23418 0 0 0 176 11 0 0 16 0 9 0 22179557 885211136 21978 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16941/tid=16944] ppid=16940 vsize=864464 CPUtime=0
/proc/16941/task/16944/stat : 16944 (java) S 16940 16927 16729 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22179557 885211136 21978 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16941/tid=16945] ppid=16940 vsize=864464 CPUtime=0
/proc/16941/task/16945/stat : 16945 (java) S 16940 16927 16729 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22179557 885211136 21978 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16941/tid=16946] ppid=16940 vsize=864464 CPUtime=0
/proc/16941/task/16946/stat : 16946 (java) S 16940 16927 16729 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22179559 885211136 21978 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16941/tid=16947] ppid=16940 vsize=864464 CPUtime=0.09
/proc/16941/task/16947/stat : 16947 (java) S 16940 16927 16729 0 -1 64 341 0 0 0 9 0 0 0 16 0 9 0 22179559 885211136 21978 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16941/tid=16948] ppid=16940 vsize=864464 CPUtime=0
/proc/16941/task/16948/stat : 16948 (java) S 16940 16927 16729 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22179559 885211136 21978 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16941/tid=16949] ppid=16940 vsize=864464 CPUtime=0
/proc/16941/task/16949/stat : 16949 (java) S 16940 16927 16729 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22179559 885211136 21978 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 886688

[startup+102.307 s]
/proc/loadavg: 2.12 2.41 2.45 3/84 16978
/proc/meminfo: memFree=1168456/2055920 swapFree=4192956/4192956
[pid=16927] ppid=16925 vsize=16868 CPUtime=0.3
/proc/16927/stat : 16927 (sugar) S 16925 16927 16729 0 -1 4194304 1310 4847 0 1 5 1 19 5 16 0 1 0 22179519 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16927/statm: 4217 1111 409 3 0 796 0
[pid=16940] ppid=16927 vsize=5356 CPUtime=0
/proc/16940/stat : 16940 (sh) S 16927 16927 16729 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22179554 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16940/statm: 1339 233 193 169 0 50 0
[pid=16941] ppid=16940 vsize=864464 CPUtime=101.72
/proc/16941/stat : 16941 (java) S 16940 16927 16729 0 -1 0 35898 0 1 0 10126 46 0 0 19 0 9 0 22179555 885211136 24118 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16941/statm: 216116 24118 2590 9 0 210593 0
[pid=16941/tid=16942] ppid=16940 vsize=864464 CPUtime=98.76
/proc/16941/task/16942/stat : 16942 (java) R 16940 16927 16729 0 -1 64 4148 0 1 0 9847 29 0 0 25 0 9 0 22179556 885211136 24118 996147200 134512640 134550932 4294955936 18446744073709551615 4126095954 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16941/tid=16943] ppid=16940 vsize=864464 CPUtime=2.85
/proc/16941/task/16943/stat : 16943 (java) S 16940 16927 16729 0 -1 64 30710 0 0 0 269 16 0 0 16 0 9 0 22179557 885211136 24118 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16941/tid=16944] ppid=16940 vsize=864464 CPUtime=0
/proc/16941/task/16944/stat : 16944 (java) S 16940 16927 16729 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22179557 885211136 24118 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16941/tid=16945] ppid=16940 vsize=864464 CPUtime=0
/proc/16941/task/16945/stat : 16945 (java) S 16940 16927 16729 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22179557 885211136 24118 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16941/tid=16946] ppid=16940 vsize=864464 CPUtime=0
/proc/16941/task/16946/stat : 16946 (java) S 16940 16927 16729 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22179559 885211136 24118 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16941/tid=16947] ppid=16940 vsize=864464 CPUtime=0.09
/proc/16941/task/16947/stat : 16947 (java) S 16940 16927 16729 0 -1 64 341 0 0 0 9 0 0 0 16 0 9 0 22179559 885211136 24118 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16941/tid=16948] ppid=16940 vsize=864464 CPUtime=0
/proc/16941/task/16948/stat : 16948 (java) S 16940 16927 16729 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22179559 885211136 24118 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16941/tid=16949] ppid=16940 vsize=864464 CPUtime=0
/proc/16941/task/16949/stat : 16949 (java) S 16940 16927 16729 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22179559 885211136 24118 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.02
Current children cumulated vsize (KiB) 886688

[startup+162.301 s]
/proc/loadavg: 2.04 2.33 2.42 3/76 16980
/proc/meminfo: memFree=1137544/2055920 swapFree=4192956/4192956
[pid=16927] ppid=16925 vsize=16868 CPUtime=139.92
/proc/16927/stat : 16927 (sugar) S 16925 16927 16729 0 -1 4194304 1376 51680 0 2 5 1 13908 78 16 0 1 0 22179519 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16927/statm: 4217 1113 409 3 0 796 0
[pid=16979] ppid=16927 vsize=5356 CPUtime=0
/proc/16979/stat : 16979 (sh) S 16927 16927 16729 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22193544 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16979/statm: 1339 232 193 169 0 50 0
[pid=16980] ppid=16979 vsize=90148 CPUtime=21.83
/proc/16980/stat : 16980 (minisat) R 16979 16927 16729 0 -1 4194304 22179 0 0 0 2168 15 0 0 25 0 1 0 22193545 92311552 22165 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16980/statm: 22537 22165 75 150 0 22384 0
Current children cumulated CPU time (s) 161.75
Current children cumulated vsize (KiB) 112372

[startup+222.302 s]
/proc/loadavg: 2.01 2.27 2.39 3/76 16980
/proc/meminfo: memFree=1133704/2055920 swapFree=4192956/4192956
[pid=16927] ppid=16925 vsize=16868 CPUtime=139.92
/proc/16927/stat : 16927 (sugar) S 16925 16927 16729 0 -1 4194304 1376 51680 0 2 5 1 13908 78 16 0 1 0 22179519 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16927/statm: 4217 1113 409 3 0 796 0
[pid=16979] ppid=16927 vsize=5356 CPUtime=0
/proc/16979/stat : 16979 (sh) S 16927 16927 16729 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22193544 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16979/statm: 1339 232 193 169 0 50 0
[pid=16980] ppid=16979 vsize=94080 CPUtime=81.26
/proc/16980/stat : 16980 (minisat) R 16979 16927 16729 0 -1 4194304 23142 0 0 0 8110 16 0 0 25 0 1 0 22193545 96337920 23128 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16980/statm: 23520 23128 75 150 0 23367 0
Current children cumulated CPU time (s) 221.18
Current children cumulated vsize (KiB) 116304

[startup+282.302 s]
/proc/loadavg: 2.00 2.22 2.36 3/76 16980
/proc/meminfo: memFree=1130824/2055920 swapFree=4192956/4192956
[pid=16927] ppid=16925 vsize=16868 CPUtime=139.93
/proc/16927/stat : 16927 (sugar) S 16925 16927 16729 0 -1 4194304 1376 51680 0 2 6 1 13908 78 16 0 1 0 22179519 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16927/statm: 4217 1113 409 3 0 796 0
[pid=16979] ppid=16927 vsize=5356 CPUtime=0
/proc/16979/stat : 16979 (sh) S 16927 16927 16729 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22193544 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16979/statm: 1339 232 193 169 0 50 0
[pid=16980] ppid=16979 vsize=97100 CPUtime=140.7
/proc/16980/stat : 16980 (minisat) R 16979 16927 16729 0 -1 4194304 23855 0 0 0 14054 16 0 0 25 0 1 0 22193545 99430400 23841 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16980/statm: 24275 23841 75 150 0 24122 0
Current children cumulated CPU time (s) 280.63
Current children cumulated vsize (KiB) 119324

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

[startup+287.901 s]
/proc/loadavg: 2.00 2.21 2.36 3/76 16980
/proc/meminfo: memFree=1130632/2055920 swapFree=4192956/4192956
[pid=16927] ppid=16925 vsize=16868 CPUtime=139.93
/proc/16927/stat : 16927 (sugar) S 16925 16927 16729 0 -1 4194304 1376 51680 0 2 6 1 13908 78 16 0 1 0 22179519 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16927/statm: 4217 1113 409 3 0 796 0
[pid=16979] ppid=16927 vsize=5356 CPUtime=0
/proc/16979/stat : 16979 (sh) S 16927 16927 16729 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22193544 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16979/statm: 1339 232 193 169 0 50 0
[pid=16980] ppid=16979 vsize=97232 CPUtime=146.24
/proc/16980/stat : 16980 (minisat) R 16979 16927 16729 0 -1 4194304 23899 0 0 0 14608 16 0 0 25 0 1 0 22193545 99565568 23885 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16980/statm: 24308 23885 75 150 0 24155 0
Current children cumulated CPU time (s) 286.17
Current children cumulated vsize (KiB) 119456

[startup+291.102 s]
/proc/loadavg: 2.00 2.21 2.36 3/76 16980
/proc/meminfo: memFree=1130504/2055920 swapFree=4192956/4192956
[pid=16927] ppid=16925 vsize=16868 CPUtime=139.93
/proc/16927/stat : 16927 (sugar) S 16925 16927 16729 0 -1 4194304 1376 51680 0 2 6 1 13908 78 16 0 1 0 22179519 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16927/statm: 4217 1113 409 3 0 796 0
[pid=16979] ppid=16927 vsize=5356 CPUtime=0
/proc/16979/stat : 16979 (sh) S 16927 16927 16729 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22193544 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16979/statm: 1339 232 193 169 0 50 0
[pid=16980] ppid=16979 vsize=97364 CPUtime=149.42
/proc/16980/stat : 16980 (minisat) R 16979 16927 16729 0 -1 4194304 23927 0 0 0 14926 16 0 0 25 0 1 0 22193545 99700736 23913 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16980/statm: 24341 23913 75 150 0 24188 0
Current children cumulated CPU time (s) 289.35
Current children cumulated vsize (KiB) 119588

[startup+291.902 s]
/proc/loadavg: 2.00 2.21 2.36 3/76 16980
/proc/meminfo: memFree=1130504/2055920 swapFree=4192956/4192956
[pid=16927] ppid=16925 vsize=16868 CPUtime=139.93
/proc/16927/stat : 16927 (sugar) S 16925 16927 16729 0 -1 4194304 1376 51680 0 2 6 1 13908 78 16 0 1 0 22179519 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16927/statm: 4217 1113 409 3 0 796 0
[pid=16979] ppid=16927 vsize=5356 CPUtime=0
/proc/16979/stat : 16979 (sh) S 16927 16927 16729 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22193544 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16979/statm: 1339 232 193 169 0 50 0
[pid=16980] ppid=16979 vsize=97364 CPUtime=150.21
/proc/16980/stat : 16980 (minisat) R 16979 16927 16729 0 -1 4194304 23935 0 0 0 15005 16 0 0 25 0 1 0 22193545 99700736 23921 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 1 0 0
/proc/16980/statm: 24341 23921 75 150 0 24188 0
Current children cumulated CPU time (s) 290.14
Current children cumulated vsize (KiB) 119588

[startup+292.703 s]
/proc/loadavg: 2.00 2.21 2.36 3/76 16980
/proc/meminfo: memFree=1130440/2055920 swapFree=4192956/4192956
[pid=16927] ppid=16925 vsize=16868 CPUtime=139.93
/proc/16927/stat : 16927 (sugar) S 16925 16927 16729 0 -1 4194304 1376 51680 0 2 6 1 13908 78 16 0 1 0 22179519 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16927/statm: 4217 1113 409 3 0 796 0
[pid=16979] ppid=16927 vsize=5356 CPUtime=0
/proc/16979/stat : 16979 (sh) S 16927 16927 16729 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22193544 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16979/statm: 1339 232 193 169 0 50 0
[pid=16980] ppid=16979 vsize=97364 CPUtime=151
/proc/16980/stat : 16980 (minisat) R 16979 16927 16729 0 -1 4194304 23942 0 0 0 15084 16 0 0 25 0 1 0 22193545 99700736 23928 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16980/statm: 24341 23928 75 150 0 24188 0
Current children cumulated CPU time (s) 290.93
Current children cumulated vsize (KiB) 119588

[startup+293.103 s]
/proc/loadavg: 2.00 2.21 2.36 3/76 16980
/proc/meminfo: memFree=1130440/2055920 swapFree=4192956/4192956
[pid=16927] ppid=16925 vsize=16868 CPUtime=291.22
/proc/16927/stat : 16927 (sugar) S 16925 16927 16729 0 -1 4194304 1449 75927 0 2 6 1 29018 97 16 0 1 0 22179519 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16927/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 291.22
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 293.187
CPU time (s): 291.407
CPU user time (s): 290.356
CPU system time (s): 1.05084
CPU usage (%): 99.3929
Max. virtual memory (cumulated for all children) (KiB): 897188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 290.356
system time used= 1.05084
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81222
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= 14877
involuntary context switches= 16210

runsolver used 0.39294 second user time and 0.959854 second system time

The end

Launcher Data

Begin job on node4 at 2009-07-12 00:25:20
IDJOB=2070147
IDBENCH=55141
IDSOLVER=739
FILE ID=node4/2070147-1247351120
PBS_JOBID= 9506949
Free space on /tmp= 66200 MiB

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

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

MD5SUM BENCH= a2dd31cba4a19665396f0c93a75686cb
RANDOM SEED=132474437

node4.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.213
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.213
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:       1247048 kB
Buffers:         64944 kB
Cached:         591188 kB
SwapCached:          0 kB
Active:         161172 kB
Inactive:       571964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1247048 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1424 kB
Writeback:           0 kB
Mapped:          94756 kB
Slab:            60828 kB
Committed_AS:   907104 kB
PageTables:       2016 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= 66200 MiB
End job on node4 at 2009-07-12 00:30:13