Trace number 1067102

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 168.63 170.47

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg11-15_ext.xml
MD5SUMf5d1e16d18193db3de9ce0bcb3d0d604
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.052991
Satisfiable
(Un)Satisfiability was proved
Number of variables165
Number of constraints26
Maximum constraint arity15
Maximum domain size26
Number of constraints which are defined in extension26
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 07:38:58 2008
0.00/0.05	c 0	PID 2834
0.00/0.06	c 0	HOST node30.alineos.net
0.00/0.06	c 0	CONVERTING HOME/instance-1067102-1215149938.xml TO HOME/temp.csp
0.00/0.06	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1067102-1215149938.xml' 'HOME/temp.csp'
0.04/0.49	c 0	1 domains, 165 variables, 0 predicates, 2 relations, 26 constraints
0.04/0.53	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.54	c 0	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.46/0.62	c 0	Parsing HOME/temp.csp
0.46/0.78	c 0	parsed 194 expressions
0.46/0.78	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.46/0.78	c 0	Converting to clausal form CSP
0.46/0.80	c 0	converted 20 (10%) expressions
0.46/0.80	c 0	converted 39 (20%) expressions
0.46/0.80	c 1	converted 59 (30%) expressions
0.46/0.81	c 1	converted 78 (40%) expressions
0.46/0.81	c 1	converted 97 (50%) expressions
0.46/0.81	c 1	converted 117 (60%) expressions
0.46/0.81	c 1	converted 136 (70%) expressions
0.46/0.81	c 1	converted 156 (80%) expressions
1.19/1.32	c 1	converted 175 (90%) expressions
1.79/1.90	c 2	converted 194 (100%) expressions
1.79/1.90	c 2	CSP : 165 integers, 0 booleans, 26 clauses, largest domain size 26
1.79/1.90	c 2	Heap : 37 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.79/1.90	c 2	Propagation in CSP
1.79/1.90	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.79/1.90	c 2	CSP : 165 integers, 0 booleans, 26 clauses, largest domain size 26
1.79/1.90	c 2	Heap : 37 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.79/1.90	c 2	Simplifing CSP by introducing new Boolean variables
1.79/1.90	c 2	CSP : 165 integers, 0 booleans, 26 clauses, largest domain size 26
1.79/1.90	c 2	Heap : 37 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.88/2.09	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.99/2.12	c 2	17 (10%) CSP integer variables are encoded (408 clauses, 4344 bytes)
1.99/2.13	c 2	33 (20%) CSP integer variables are encoded (792 clauses, 8568 bytes)
1.99/2.13	c 2	50 (30%) CSP integer variables are encoded (1200 clauses, 13537 bytes)
1.99/2.13	c 2	66 (40%) CSP integer variables are encoded (1584 clauses, 18529 bytes)
1.99/2.13	c 2	83 (50%) CSP integer variables are encoded (1992 clauses, 23833 bytes)
1.99/2.13	c 2	99 (60%) CSP integer variables are encoded (2376 clauses, 28825 bytes)
1.99/2.13	c 2	116 (70%) CSP integer variables are encoded (2784 clauses, 34129 bytes)
1.99/2.13	c 2	132 (80%) CSP integer variables are encoded (3168 clauses, 39121 bytes)
1.99/2.14	c 2	149 (90%) CSP integer variables are encoded (3576 clauses, 44425 bytes)
1.99/2.14	c 2	165 (100%) CSP integer variables are encoded (3960 clauses, 49417 bytes)
30.41/30.83	c 31	3 (10%) CSP clauses are encoded (146427 clauses, 10402113 bytes)
59.21/59.91	c 60	6 (20%) CSP clauses are encoded (288894 clauses, 20983039 bytes)
78.41/79.33	c 79	8 (30%) CSP clauses are encoded (383872 clauses, 28097209 bytes)
107.23/108.43	c 108	11 (40%) CSP clauses are encoded (526339 clauses, 38859261 bytes)
126.14/127.55	c 127	13 (50%) CSP clauses are encoded (621317 clauses, 46154501 bytes)
145.84/147.47	c 147	16 (60%) CSP clauses are encoded (724400 clauses, 54030038 bytes)
147.42/149.08	c 149	19 (70%) CSP clauses are encoded (748715 clauses, 56133184 bytes)
148.51/150.18	c 150	21 (80%) CSP clauses are encoded (764925 clauses, 57710814 bytes)
150.19/151.84	c 152	24 (90%) CSP clauses are encoded (789240 clauses, 60077259 bytes)
151.28/152.94	c 153	26 (100%) CSP clauses are encoded (805450 clauses, 61654889 bytes)
151.28/152.94	c 153	26 CSP clauses encoded
151.28/152.94	c 153	Writing map file : HOME/temp.map
151.28/152.94	c 153	Heap : 51 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
151.28/152.94	c 153	SAT : 4125 SAT variables, 805450 SAT clauses, 61654889 bytes
151.28/152.94	c 153	Heap : 51 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
151.28/153.00	c 153	SOLVING HOME/temp.cnf
151.28/153.00	c 153	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
151.34/153.00	c 153	This is MiniSat 2.0 beta
151.34/153.00	c 153	WARNING: for repeatability, setting FPU to use double precision
151.34/153.00	c 153	============================[ Problem Statistics ]=============================
151.34/153.00	c 153	|                                                                             |
151.34/153.01	c 153	|  Number of variables:  4125                                                 |
151.34/153.01	c 153	|  Number of clauses:    805450                                               |
152.72/154.40	c 154	|  Parsing time:         1.24         s                                       |
152.82/154.54	c 154	============================[ Search Statistics ]==============================
152.82/154.54	c 154	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
152.82/154.54	c 154	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
152.82/154.54	c 154	===============================================================================
152.82/154.54	c 154	|         0 |    4081   798732 11584921 |   266244        0    nan |  0.000 % |
152.92/154.62	c 154	|       104 |    4077   798732 11584921 |   292868       99      5 |  1.188 % |
153.01/154.74	c 154	|       254 |    4075   798732 11584921 |   322155      248      7 |  1.212 % |
153.41/155.15	c 155	|       479 |    4075   798732 11584921 |   354370      473      7 |  1.212 % |
154.30/156.06	c 156	|       819 |    4075   798732 11584921 |   389807      813      8 |  1.212 % |
155.88/157.67	c 157	|      1326 |    4075   798732 11584921 |   428788     1320      8 |  1.212 % |
158.26/160.08	c 160	|      2086 |    4075   798732 11584921 |   471667     2080      9 |  1.212 % |
161.52/163.33	c 163	|      3225 |    4069   798732 11584921 |   518834     3218      9 |  1.382 % |
165.99/167.83	c 168	|      4934 |    4069   798732 11584921 |   570717     4927     10 |  1.382 % |
168.37/170.24	c 170	===============================================================================
168.37/170.24	c 170	restarts              : 9
168.37/170.24	c 170	conflicts             : 5831           (345 /sec)
168.37/170.24	c 170	decisions             : 8330           (1.74 % random) (493 /sec)
168.37/170.24	c 170	propagations          : 611984         (36200 /sec)
168.37/170.24	c 170	conflict literals     : 55447          (27.86 % deleted)
168.37/170.24	c 170	Memory used           : 78.54 MB
168.37/170.24	c 170	CPU time              : 16.9054 s
168.37/170.24	c 170	
168.37/170.24	c 170	UNSATISFIABLE
168.37/170.26	c 170	DECODING HOME/temp.out WITH HOME/temp.map
168.37/170.26	c 170	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
168.44/170.35	c 170	Decoding HOME/temp.out
168.44/170.39	s UNSATISFIABLE
168.44/170.39	c 170	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
168.56/170.44	c 170	CPU 167.53 (0.03 0.01 167.5 1.03)
168.56/170.44	c 170	END Fri Jul  4 07:41:48 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-1067102-1215149938/watcher-1067102-1215149938 -o /tmp/evaluation-result-1067102-1215149938/solver-1067102-1215149938 -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-1067102-1215149938.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.92 1.98 1.99 2/81 2834
/proc/meminfo: memFree=1738488/2055920 swapFree=4117464/4192956
[pid=2834] ppid=2832 vsize=7504 CPUtime=0
/proc/2834/stat : 2834 (sugar) R 2832 2834 32652 0 -1 4194304 66 0 0 0 0 0 0 0 19 0 1 0 1993967464 7684096 51 996147200 4194304 4206940 548682068608 18446744073709551615 264904963465 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/2834/statm: 1876 51 38 3 0 55 0

[startup+0.099516 s]
/proc/loadavg: 1.92 1.98 1.99 2/81 2834
/proc/meminfo: memFree=1738488/2055920 swapFree=4117464/4192956
[pid=2834] ppid=2832 vsize=13600 CPUtime=0.04
/proc/2834/stat : 2834 (sugar) S 2832 2834 32652 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 1993967464 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2834/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102512 s]
/proc/loadavg: 1.92 1.98 1.99 2/81 2834
/proc/meminfo: memFree=1738488/2055920 swapFree=4117464/4192956
[pid=2834] ppid=2832 vsize=13600 CPUtime=0.04
/proc/2834/stat : 2834 (sugar) S 2832 2834 32652 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 1993967464 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2834/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.30253 s]
/proc/loadavg: 1.92 1.98 1.99 2/81 2834
/proc/meminfo: memFree=1738488/2055920 swapFree=4117464/4192956
[pid=2834] ppid=2832 vsize=13600 CPUtime=0.04
/proc/2834/stat : 2834 (sugar) S 2832 2834 32652 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 1993967464 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2834/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702558 s]
/proc/loadavg: 1.92 1.98 1.99 2/81 2834
/proc/meminfo: memFree=1738488/2055920 swapFree=4117464/4192956
[pid=2834] ppid=2832 vsize=13600 CPUtime=0.46
/proc/2834/stat : 2834 (sugar) S 2832 2834 32652 0 -1 4194304 973 4642 0 1 3 1 38 4 16 0 1 0 1993967464 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2834/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 13600

[startup+1.50162 s]
/proc/loadavg: 1.92 1.98 1.99 4/92 2856
/proc/meminfo: memFree=1722784/2055920 swapFree=4117464/4192956
[pid=2834] ppid=2832 vsize=13600 CPUtime=0.46
/proc/2834/stat : 2834 (sugar) S 2832 2834 32652 0 -1 4194304 973 4642 0 1 3 1 38 4 15 0 1 0 1993967464 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2834/statm: 3400 797 370 3 0 500 0
[pid=2847] ppid=2834 vsize=5356 CPUtime=0
/proc/2847/stat : 2847 (sh) S 2834 2834 32652 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993967518 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2847/statm: 1339 233 193 169 0 50 0
[pid=2848] ppid=2847 vsize=864368 CPUtime=0.93
/proc/2848/stat : 2848 (java) S 2847 2834 32652 0 -1 0 10904 0 1 0 87 6 0 0 18 0 9 0 1993967518 885112832 10074 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2848/statm: 216092 10074 2540 9 0 210667 0
[pid=2848/tid=2849] ppid=2847 vsize=864368 CPUtime=0.4
/proc/2848/task/2849/stat : 2849 (java) R 2847 2834 32652 0 -1 64 2763 0 1 0 38 2 0 0 19 0 9 0 1993967519 885112832 10074 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2848/tid=2850] ppid=2847 vsize=864368 CPUtime=0.43
/proc/2848/task/2850/stat : 2850 (java) R 2847 2834 32652 0 -1 64 7113 0 0 0 41 2 0 0 16 0 9 0 1993967520 885112832 10074 996147200 134512640 134550740 4294955952 18446744073709551615 103828999 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2848/tid=2851] ppid=2847 vsize=864368 CPUtime=0
/proc/2848/task/2851/stat : 2851 (java) S 2847 2834 32652 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993967520 885112832 10074 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2848/tid=2852] ppid=2847 vsize=864368 CPUtime=0
/proc/2848/task/2852/stat : 2852 (java) S 2847 2834 32652 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993967520 885112832 10074 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2848/tid=2853] ppid=2847 vsize=864368 CPUtime=0
/proc/2848/task/2853/stat : 2853 (java) S 2847 2834 32652 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993967522 885112832 10074 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2848/tid=2854] ppid=2847 vsize=864368 CPUtime=0.07
/proc/2848/task/2854/stat : 2854 (java) S 2847 2834 32652 0 -1 64 334 0 0 0 7 0 0 0 16 0 9 0 1993967522 885112832 10074 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2848/tid=2855] ppid=2847 vsize=864368 CPUtime=0
/proc/2848/task/2855/stat : 2855 (java) S 2847 2834 32652 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993967522 885112832 10074 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2848/tid=2856] ppid=2847 vsize=864368 CPUtime=0
/proc/2848/task/2856/stat : 2856 (java) S 2847 2834 32652 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993967522 885112832 10074 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 883324

[startup+3.1017 s]
/proc/loadavg: 1.92 1.98 1.99 3/92 2856
/proc/meminfo: memFree=1691360/2055920 swapFree=4117464/4192956
[pid=2834] ppid=2832 vsize=13600 CPUtime=0.46
/proc/2834/stat : 2834 (sugar) S 2832 2834 32652 0 -1 4194304 974 4642 0 1 3 1 38 4 15 0 1 0 1993967464 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2834/statm: 3400 797 370 3 0 500 0
[pid=2847] ppid=2834 vsize=5356 CPUtime=0
/proc/2847/stat : 2847 (sh) S 2834 2834 32652 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993967518 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2847/statm: 1339 233 193 169 0 50 0
[pid=2848] ppid=2847 vsize=864244 CPUtime=2.52
/proc/2848/stat : 2848 (java) S 2847 2834 32652 0 -1 0 15373 0 1 0 242 10 0 0 18 0 9 0 1993967518 884985856 14448 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2848/statm: 216061 14448 2564 9 0 210608 0
[pid=2848/tid=2849] ppid=2847 vsize=864244 CPUtime=1.46
/proc/2848/task/2849/stat : 2849 (java) R 2847 2834 32652 0 -1 64 3284 0 1 0 143 3 0 0 25 0 9 0 1993967519 884985856 14448 996147200 134512640 134550740 4294955952 18446744073709551615 4126095741 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2848/tid=2850] ppid=2847 vsize=864244 CPUtime=0.92
/proc/2848/task/2850/stat : 2850 (java) S 2847 2834 32652 0 -1 64 11039 0 0 0 86 6 0 0 16 0 9 0 1993967520 884985856 14448 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2848/tid=2851] ppid=2847 vsize=864244 CPUtime=0
/proc/2848/task/2851/stat : 2851 (java) S 2847 2834 32652 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993967520 884985856 14448 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2848/tid=2852] ppid=2847 vsize=864244 CPUtime=0
/proc/2848/task/2852/stat : 2852 (java) S 2847 2834 32652 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993967520 884985856 14448 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2848/tid=2853] ppid=2847 vsize=864244 CPUtime=0
/proc/2848/task/2853/stat : 2853 (java) S 2847 2834 32652 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993967522 884985856 14448 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2848/tid=2854] ppid=2847 vsize=864244 CPUtime=0.11
/proc/2848/task/2854/stat : 2854 (java) S 2847 2834 32652 0 -1 64 356 0 0 0 11 0 0 0 16 0 9 0 1993967522 884985856 14448 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2848/tid=2855] ppid=2847 vsize=864244 CPUtime=0
/proc/2848/task/2855/stat : 2855 (java) S 2847 2834 32652 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993967522 884985856 14448 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2848/tid=2856] ppid=2847 vsize=864244 CPUtime=0
/proc/2848/task/2856/stat : 2856 (java) S 2847 2834 32652 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993967522 884985856 14448 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 883200

[startup+6.30291 s]
/proc/loadavg: 1.93 1.98 1.99 4/92 2856
/proc/meminfo: memFree=1686880/2055920 swapFree=4117464/4192956
[pid=2834] ppid=2832 vsize=13600 CPUtime=0.46
/proc/2834/stat : 2834 (sugar) S 2832 2834 32652 0 -1 4194304 974 4642 0 1 3 1 38 4 15 0 1 0 1993967464 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2834/statm: 3400 797 370 3 0 500 0
[pid=2847] ppid=2834 vsize=5356 CPUtime=0
/proc/2847/stat : 2847 (sh) S 2834 2834 32652 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993967518 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2847/statm: 1339 233 193 169 0 50 0
[pid=2848] ppid=2847 vsize=864244 CPUtime=5.69
/proc/2848/stat : 2848 (java) S 2847 2834 32652 0 -1 0 15653 0 1 0 559 10 0 0 18 0 9 0 1993967518 884985856 14720 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2848/statm: 216061 14720 2564 9 0 210608 0
[pid=2848/tid=2849] ppid=2847 vsize=864244 CPUtime=4.62
/proc/2848/task/2849/stat : 2849 (java) R 2847 2834 32652 0 -1 64 3292 0 1 0 459 3 0 0 25 0 9 0 1993967519 884985856 14720 996147200 134512640 134550740 4294955952 18446744073709551615 4126601664 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2848/tid=2850] ppid=2847 vsize=864244 CPUtime=0.94
/proc/2848/task/2850/stat : 2850 (java) S 2847 2834 32652 0 -1 64 11311 0 0 0 88 6 0 0 16 0 9 0 1993967520 884985856 14720 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2848/tid=2851] ppid=2847 vsize=864244 CPUtime=0
/proc/2848/task/2851/stat : 2851 (java) S 2847 2834 32652 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993967520 884985856 14720 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2848/tid=2852] ppid=2847 vsize=864244 CPUtime=0
/proc/2848/task/2852/stat : 2852 (java) S 2847 2834 32652 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993967520 884985856 14720 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2848/tid=2853] ppid=2847 vsize=864244 CPUtime=0
/proc/2848/task/2853/stat : 2853 (java) S 2847 2834 32652 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993967522 884985856 14720 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2848/tid=2854] ppid=2847 vsize=864244 CPUtime=0.11
/proc/2848/task/2854/stat : 2854 (java) S 2847 2834 32652 0 -1 64 356 0 0 0 11 0 0 0 16 0 9 0 1993967522 884985856 14720 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2848/tid=2855] ppid=2847 vsize=864244 CPUtime=0
/proc/2848/task/2855/stat : 2855 (java) S 2847 2834 32652 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993967522 884985856 14720 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2848/tid=2856] ppid=2847 vsize=864244 CPUtime=0
/proc/2848/task/2856/stat : 2856 (java) S 2847 2834 32652 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993967522 884985856 14720 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 883200

[startup+12.7013 s]
/proc/loadavg: 1.93 1.98 1.99 3/92 2856
/proc/meminfo: memFree=1678048/2055920 swapFree=4117464/4192956
[pid=2834] ppid=2832 vsize=13600 CPUtime=0.46
/proc/2834/stat : 2834 (sugar) S 2832 2834 32652 0 -1 4194304 974 4642 0 1 3 1 38 4 15 0 1 0 1993967464 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2834/statm: 3400 797 370 3 0 500 0
[pid=2847] ppid=2834 vsize=5356 CPUtime=0
/proc/2847/stat : 2847 (sh) S 2834 2834 32652 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993967518 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2847/statm: 1339 233 193 169 0 50 0
[pid=2848] ppid=2847 vsize=864244 CPUtime=12.02
/proc/2848/stat : 2848 (java) S 2847 2834 32652 0 -1 0 17275 0 1 0 1188 14 0 0 18 0 9 0 1993967518 884985856 16275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2848/statm: 216061 16275 2564 9 0 210608 0
[pid=2848/tid=2849] ppid=2847 vsize=864244 CPUtime=10.83
/proc/2848/task/2849/stat : 2849 (java) R 2847 2834 32652 0 -1 64 3359 0 1 0 1077 6 0 0 25 0 9 0 1993967519 884985856 16275 996147200 134512640 134550740 4294955952 18446744073709551615 4126620874 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2848/tid=2850] ppid=2847 vsize=864244 CPUtime=1.05
/proc/2848/task/2850/stat : 2850 (java) S 2847 2834 32652 0 -1 64 12862 0 0 0 98 7 0 0 16 0 9 0 1993967520 884985856 16275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2848/tid=2851] ppid=2847 vsize=864244 CPUtime=0
/proc/2848/task/2851/stat : 2851 (java) S 2847 2834 32652 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993967520 884985856 16275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2848/tid=2852] ppid=2847 vsize=864244 CPUtime=0
/proc/2848/task/2852/stat : 2852 (java) S 2847 2834 32652 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993967520 884985856 16275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2848/tid=2853] ppid=2847 vsize=864244 CPUtime=0
/proc/2848/task/2853/stat : 2853 (java) S 2847 2834 32652 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993967522 884985856 16275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2848/tid=2854] ppid=2847 vsize=864244 CPUtime=0.12
/proc/2848/task/2854/stat : 2854 (java) S 2847 2834 32652 0 -1 64 360 0 0 0 12 0 0 0 16 0 9 0 1993967522 884985856 16275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2848/tid=2855] ppid=2847 vsize=864244 CPUtime=0
/proc/2848/task/2855/stat : 2855 (java) S 2847 2834 32652 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993967522 884985856 16275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2848/tid=2856] ppid=2847 vsize=864244 CPUtime=0
/proc/2848/task/2856/stat : 2856 (java) S 2847 2834 32652 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993967522 884985856 16275 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) 883200

[startup+25.5022 s]
/proc/loadavg: 1.95 1.98 1.99 3/92 2856
/proc/meminfo: memFree=1665248/2055920 swapFree=4117464/4192956
[pid=2834] ppid=2832 vsize=13600 CPUtime=0.46
/proc/2834/stat : 2834 (sugar) S 2832 2834 32652 0 -1 4194304 974 4642 0 1 3 1 38 4 15 0 1 0 1993967464 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2834/statm: 3400 797 370 3 0 500 0
[pid=2847] ppid=2834 vsize=5356 CPUtime=0
/proc/2847/stat : 2847 (sh) S 2834 2834 32652 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993967518 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2847/statm: 1339 233 193 169 0 50 0
[pid=2848] ppid=2847 vsize=864244 CPUtime=24.7
/proc/2848/stat : 2848 (java) S 2847 2834 32652 0 -1 0 19441 0 1 0 2451 19 0 0 18 0 9 0 1993967518 884985856 18359 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2848/statm: 216061 18359 2564 9 0 210608 0
[pid=2848/tid=2849] ppid=2847 vsize=864244 CPUtime=23.33
/proc/2848/task/2849/stat : 2849 (java) R 2847 2834 32652 0 -1 64 3442 0 1 0 2325 8 0 0 25 0 9 0 1993967519 884985856 18359 996147200 134512640 134550740 4294955952 18446744073709551615 4126620861 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2848/tid=2850] ppid=2847 vsize=864244 CPUtime=1.21
/proc/2848/task/2850/stat : 2850 (java) S 2847 2834 32652 0 -1 64 14942 0 0 0 112 9 0 0 16 0 9 0 1993967520 884985856 18359 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2848/tid=2851] ppid=2847 vsize=864244 CPUtime=0
/proc/2848/task/2851/stat : 2851 (java) S 2847 2834 32652 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993967520 884985856 18359 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2848/tid=2852] ppid=2847 vsize=864244 CPUtime=0
/proc/2848/task/2852/stat : 2852 (java) S 2847 2834 32652 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993967520 884985856 18359 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/2847/statm: 1339 233 193 169 0 50 0
[pid=2848] ppid=2847 vsize=864360 CPUtime=50.04
/proc/2848/stat : 2848 (java) S 2847 2834 32652 0 -1 0 24048 0 1 0 4974 30 0 0 18 0 9 0 1993967518 885104640 20259 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2848/statm: 216090 20259 2564 9 0 210637 0
[pid=2848/tid=2849] ppid=2847 vsize=864360 CPUtime=47.97
/proc/2848/task/2849/stat : 2849 (java) R 2847 2834 32652 0 -1 64 3649 0 1 0 4781 16 0 0 25 0 9 0 1993967519 885104640 20259 996147200 134512640 134550740 4294955952 18446744073709551615 4126620868 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2848/tid=2850] ppid=2847 vsize=864360 CPUtime=1.9
/proc/2848/task/2850/stat : 2850 (java) S 2847 2834 32652 0 -1 64 19341 0 0 0 178 12 0 0 16 0 9 0 1993967520 885104640 20259 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2848/tid=2851] ppid=2847 vsize=864360 CPUtime=0
/proc/2848/task/2851/stat : 2851 (java) S 2847 2834 32652 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993967520 885104640 20259 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2848/tid=2852] ppid=2847 vsize=864360 CPUtime=0
/proc/2848/task/2852/stat : 2852 (java) S 2847 2834 32652 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993967520 885104640 20259 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2848/tid=2853] ppid=2847 vsize=864360 CPUtime=0
/proc/2848/task/2853/stat : 2853 (java) S 2847 2834 32652 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993967522 885104640 20259 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2848/tid=2854] ppid=2847 vsize=864360 CPUtime=0.13
/proc/2848/task/2854/stat : 2854 (java) S 2847 2834 32652 0 -1 64 364 0 0 0 13 0 0 0 17 0 9 0 1993967522 885104640 20259 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2848/tid=2855] ppid=2847 vsize=864360 CPUtime=0
/proc/2848/task/2855/stat : 2855 (java) S 2847 2834 32652 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993967522 885104640 20259 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2848/tid=2856] ppid=2847 vsize=864360 CPUtime=0
/proc/2848/task/2856/stat : 2856 (java) S 2847 2834 32652 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993967522 885104640 20259 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 883316

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 3/92 2856
/proc/meminfo: memFree=1622368/2055920 swapFree=4117464/4192956
[pid=2834] ppid=2832 vsize=13600 CPUtime=0.46
/proc/2834/stat : 2834 (sugar) S 2832 2834 32652 0 -1 4194304 974 4642 0 1 3 1 38 4 16 0 1 0 1993967464 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2834/statm: 3400 797 370 3 0 500 0
[pid=2847] ppid=2834 vsize=5356 CPUtime=0
/proc/2847/stat : 2847 (sh) S 2834 2834 32652 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993967518 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2847/statm: 1339 233 193 169 0 50 0
[pid=2848] ppid=2847 vsize=864360 CPUtime=100.72
/proc/2848/stat : 2848 (java) S 2847 2834 32652 0 -1 0 28879 0 1 0 10025 47 0 0 18 0 9 0 1993967518 885104640 22076 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2848/statm: 216090 22076 2564 9 0 210637 0
[pid=2848/tid=2849] ppid=2847 vsize=864360 CPUtime=97.66
/proc/2848/task/2849/stat : 2849 (java) R 2847 2834 32652 0 -1 64 3984 0 1 0 9737 29 0 0 25 0 9 0 1993967519 885104640 22076 996147200 134512640 134550740 4294955952 18446744073709551615 4126601658 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2848/tid=2850] ppid=2847 vsize=864360 CPUtime=2.92
/proc/2848/task/2850/stat : 2850 (java) S 2847 2834 32652 0 -1 64 23837 0 0 0 275 17 0 0 16 0 9 0 1993967520 885104640 22076 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2848/tid=2851] ppid=2847 vsize=864360 CPUtime=0
/proc/2848/task/2851/stat : 2851 (java) S 2847 2834 32652 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993967520 885104640 22076 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2848/tid=2852] ppid=2847 vsize=864360 CPUtime=0
/proc/2848/task/2852/stat : 2852 (java) S 2847 2834 32652 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993967520 885104640 22076 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2848/tid=2853] ppid=2847 vsize=864360 CPUtime=0
/proc/2848/task/2853/stat : 2853 (java) S 2847 2834 32652 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993967522 885104640 22076 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2848/tid=2854] ppid=2847 vsize=864360 CPUtime=0.13
/proc/2848/task/2854/stat : 2854 (java) S 2847 2834 32652 0 -1 64 364 0 0 0 13 0 0 0 17 0 9 0 1993967522 885104640 22076 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2848/tid=2855] ppid=2847 vsize=864360 CPUtime=0
/proc/2848/task/2855/stat : 2855 (java) S 2847 2834 32652 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993967522 885104640 22076 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2848/tid=2856] ppid=2847 vsize=864360 CPUtime=0
/proc/2848/task/2856/stat : 2856 (java) S 2847 2834 32652 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993967522 885104640 22076 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.18
Current children cumulated vsize (KiB) 883316

[startup+162.303 s]
/proc/loadavg: 2.06 2.00 2.00 3/84 2858
/proc/meminfo: memFree=1597152/2055920 swapFree=4117464/4192956
[pid=2834] ppid=2832 vsize=13600 CPUtime=151.34
/proc/2834/stat : 2834 (sugar) S 2832 2834 32652 0 -1 4194304 1031 40642 0 2 3 1 15049 81 16 0 1 0 1993967464 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2834/statm: 3400 798 370 3 0 500 0
[pid=2857] ppid=2834 vsize=5356 CPUtime=0
/proc/2857/stat : 2857 (sh) S 2834 2834 32652 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993982764 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2857/statm: 1339 232 193 169 0 50 0
[pid=2858] ppid=2857 vsize=79340 CPUtime=9.19
/proc/2858/stat : 2858 (minisat) R 2857 2834 32652 0 -1 4194304 19391 0 0 0 903 16 0 0 25 0 1 0 1993982764 81244160 19377 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2858/statm: 19835 19377 75 150 0 19682 0
Current children cumulated CPU time (s) 160.53
Current children cumulated vsize (KiB) 98296

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

[startup+166.301 s]
/proc/loadavg: 2.05 2.00 2.00 3/84 2858
/proc/meminfo: memFree=1596320/2055920 swapFree=4117464/4192956
[pid=2834] ppid=2832 vsize=13600 CPUtime=151.34
/proc/2834/stat : 2834 (sugar) S 2832 2834 32652 0 -1 4194304 1031 40642 0 2 3 1 15049 81 16 0 1 0 1993967464 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2834/statm: 3400 798 370 3 0 500 0
[pid=2857] ppid=2834 vsize=5356 CPUtime=0
/proc/2857/stat : 2857 (sh) S 2834 2834 32652 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993982764 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2857/statm: 1339 232 193 169 0 50 0
[pid=2858] ppid=2857 vsize=80012 CPUtime=13.16
/proc/2858/stat : 2858 (minisat) R 2857 2834 32652 0 -1 4194304 19567 0 0 0 1299 17 0 0 25 0 1 0 1993982764 81932288 19553 996147200 134512640 135127466 4294956272 18446744073709551615 134530817 0 0 4096 3 0 0 0 17 1 0 0
/proc/2858/statm: 20003 19553 75 150 0 19850 0
Current children cumulated CPU time (s) 164.5
Current children cumulated vsize (KiB) 98968

[startup+167.901 s]
/proc/loadavg: 2.05 2.00 2.00 3/84 2858
/proc/meminfo: memFree=1596192/2055920 swapFree=4117464/4192956
[pid=2834] ppid=2832 vsize=13600 CPUtime=151.34
/proc/2834/stat : 2834 (sugar) S 2832 2834 32652 0 -1 4194304 1031 40642 0 2 3 1 15049 81 16 0 1 0 1993967464 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2834/statm: 3400 798 370 3 0 500 0
[pid=2857] ppid=2834 vsize=5356 CPUtime=0
/proc/2857/stat : 2857 (sh) S 2834 2834 32652 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993982764 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2857/statm: 1339 232 193 169 0 50 0
[pid=2858] ppid=2857 vsize=80280 CPUtime=14.75
/proc/2858/stat : 2858 (minisat) R 2857 2834 32652 0 -1 4194304 19624 0 0 0 1458 17 0 0 25 0 1 0 1993982764 82206720 19610 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2858/statm: 20070 19610 75 150 0 19917 0
Current children cumulated CPU time (s) 166.09
Current children cumulated vsize (KiB) 99236

[startup+169.502 s]
/proc/loadavg: 2.05 2.00 2.00 4/84 2858
/proc/meminfo: memFree=1595872/2055920 swapFree=4117464/4192956
[pid=2834] ppid=2832 vsize=13600 CPUtime=151.34
/proc/2834/stat : 2834 (sugar) S 2832 2834 32652 0 -1 4194304 1031 40642 0 2 3 1 15049 81 16 0 1 0 1993967464 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2834/statm: 3400 798 370 3 0 500 0
[pid=2857] ppid=2834 vsize=5356 CPUtime=0
/proc/2857/stat : 2857 (sh) S 2834 2834 32652 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993982764 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2857/statm: 1339 232 193 169 0 50 0
[pid=2858] ppid=2857 vsize=80416 CPUtime=16.33
/proc/2858/stat : 2858 (minisat) R 2857 2834 32652 0 -1 4194304 19665 0 0 0 1616 17 0 0 25 0 1 0 1993982764 82345984 19651 996147200 134512640 135127466 4294956272 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 1 0 0
/proc/2858/statm: 20104 19651 75 150 0 19951 0
Current children cumulated CPU time (s) 167.67
Current children cumulated vsize (KiB) 99372

[startup+169.903 s]
/proc/loadavg: 2.05 2.00 2.00 4/84 2858
/proc/meminfo: memFree=1595872/2055920 swapFree=4117464/4192956
[pid=2834] ppid=2832 vsize=13600 CPUtime=151.34
/proc/2834/stat : 2834 (sugar) S 2832 2834 32652 0 -1 4194304 1031 40642 0 2 3 1 15049 81 16 0 1 0 1993967464 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2834/statm: 3400 798 370 3 0 500 0
[pid=2857] ppid=2834 vsize=5356 CPUtime=0
/proc/2857/stat : 2857 (sh) S 2834 2834 32652 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993982764 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2857/statm: 1339 232 193 169 0 50 0
[pid=2858] ppid=2857 vsize=80416 CPUtime=16.73
/proc/2858/stat : 2858 (minisat) R 2857 2834 32652 0 -1 4194304 19665 0 0 0 1656 17 0 0 25 0 1 0 1993982764 82345984 19651 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2858/statm: 20104 19651 75 150 0 19951 0
Current children cumulated CPU time (s) 168.07
Current children cumulated vsize (KiB) 99372

[startup+170.303 s]
/proc/loadavg: 2.05 2.00 2.00 4/84 2858
/proc/meminfo: memFree=1595872/2055920 swapFree=4117464/4192956
[pid=2834] ppid=2832 vsize=13600 CPUtime=168.44
/proc/2834/stat : 2834 (sugar) S 2832 2834 32652 0 -1 4194304 1070 60609 0 2 3 1 16740 100 17 0 1 0 1993967464 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2834/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 168.44
Current children cumulated vsize (KiB) 13600

[startup+170.403 s]
/proc/loadavg: 2.05 2.00 2.00 2/92 2868
/proc/meminfo: memFree=1669408/2055920 swapFree=4117464/4192956
[pid=2834] ppid=2832 vsize=13600 CPUtime=168.44
/proc/2834/stat : 2834 (sugar) S 2832 2834 32652 0 -1 4194304 1089 60609 0 2 3 1 16740 100 15 0 1 0 1993967464 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2834/statm: 3400 798 370 3 0 500 0
[pid=2859] ppid=2834 vsize=5356 CPUtime=0
/proc/2859/stat : 2859 (sh) S 2834 2834 32652 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993984490 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2859/statm: 1339 233 193 169 0 50 0
[pid=2860] ppid=2859 vsize=863748 CPUtime=0.12
/proc/2860/stat : 2860 (java) S 2859 2834 32652 0 -1 0 3370 0 1 0 10 2 0 0 18 0 9 0 1993984490 884477952 2840 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2860/statm: 215937 2840 1676 9 0 210512 0
[pid=2860/tid=2861] ppid=2859 vsize=863748 CPUtime=0.09
/proc/2860/task/2861/stat : 2861 (java) S 2859 2834 32652 0 -1 64 2449 0 1 0 8 1 0 0 20 0 9 0 1993984491 884477952 2840 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2860/tid=2862] ppid=2859 vsize=863748 CPUtime=0
/proc/2860/task/2862/stat : 2862 (java) S 2859 2834 32652 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 1993984493 884477952 2840 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2860/tid=2863] ppid=2859 vsize=863748 CPUtime=0
/proc/2860/task/2863/stat : 2863 (java) S 2859 2834 32652 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1993984493 884477952 2840 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2860/tid=2864] ppid=2859 vsize=863748 CPUtime=0
/proc/2860/task/2864/stat : 2864 (java) S 2859 2834 32652 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1993984493 884477952 2840 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2860/tid=2865] ppid=2859 vsize=863748 CPUtime=0
/proc/2860/task/2865/stat : 2865 (java) S 2859 2834 32652 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993984495 884477952 2840 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2860/tid=2866] ppid=2859 vsize=863748 CPUtime=0.01
/proc/2860/task/2866/stat : 2866 (java) S 2859 2834 32652 0 -1 64 226 0 0 0 1 0 0 0 18 0 9 0 1993984495 884477952 2840 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2860/tid=2867] ppid=2859 vsize=863748 CPUtime=0
/proc/2860/task/2867/stat : 2867 (java) S 2859 2834 32652 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993984495 884477952 2840 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2860/tid=2868] ppid=2859 vsize=863748 CPUtime=0
/proc/2860/task/2868/stat : 2868 (java) S 2859 2834 32652 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1993984495 884477952 2840 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 168.56
Current children cumulated vsize (KiB) 882704

Child status: 0
Real time (s): 170.47
CPU time (s): 168.63
CPU user time (s): 167.544
CPU system time (s): 1.08683
CPU usage (%): 98.9207
Max. virtual memory (cumulated for all children) (KiB): 888948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 167.544
system time used= 1.08683
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65417
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= 12618
involuntary context switches= 18517

runsolver used 0.223965 second user time and 0.606907 second system time

The end

Launcher Data (download as text)

Begin job on node30 at 2008-07-04 07:38:58
IDJOB=1067102
IDBENCH=55167
IDSOLVER=346
FILE ID=node30/1067102-1215149938
PBS_JOBID= 7877366
Free space on /tmp= 66560 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f5d1e16d18193db3de9ce0bcb3d0d604
RANDOM SEED=1927725636

node30.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.218
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.218
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:       1739032 kB
Buffers:         18988 kB
Cached:         125748 kB
SwapCached:      69464 kB
Active:         196228 kB
Inactive:        63248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1739032 kB
SwapTotal:     4192956 kB
SwapFree:      4117464 kB
Dirty:            1396 kB
Writeback:           0 kB
Mapped:         130868 kB
Slab:            42660 kB
Committed_AS:  3609120 kB
PageTables:       1972 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= 66560 MiB
End job on node30 at 2008-07-04 07:41:48