Trace number 2077330

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisatSAT 1000.37 1004.58

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg7-7_ext.xml
MD5SUMf00aa59633d3b6e99f8253640165ef5c
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.84172
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints14
Maximum constraint arity7
Maximum domain size26
Number of constraints which are defined in extension14
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.05/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.08	c 0	BEGIN Sun Jul 12 04:03:57 2009
0.05/0.08	c 0	PID 18851
0.05/0.08	c 0	HOST node39.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2077330-1247364236.xml TO HOME/temp.csp
0.05/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-2077330-1247364236.xml' 'HOME/temp.csp'
0.07/0.61	c 0	1 domains, 49 variables, 0 predicates, 1 relations, 14 constraints
0.07/0.67	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.67	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.58/0.75	c 0	Parsing HOME/temp.csp
1.00/1.11	c 1	parsed 65 expressions
1.00/1.12	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.00/1.12	c 1	Converting to clausal form CSP
1.00/1.14	c 1	converted 7 (10%) expressions
1.00/1.14	c 1	converted 13 (20%) expressions
1.00/1.14	c 1	converted 20 (30%) expressions
1.00/1.14	c 1	converted 26 (40%) expressions
1.00/1.14	c 1	converted 33 (50%) expressions
1.00/1.14	c 1	converted 39 (60%) expressions
1.00/1.14	c 1	converted 46 (70%) expressions
1.39/1.52	c 1	converted 52 (80%) expressions
3.79/3.92	c 4	converted 59 (90%) expressions
5.99/6.19	c 6	converted 65 (100%) expressions
5.99/6.19	c 6	CSP : 49 integers, 0 booleans, 14 clauses, largest domain size 26
5.99/6.19	c 6	Heap : 106 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.99/6.19	c 6	Propagation in CSP
5.99/6.19	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.99/6.19	c 6	CSP : 49 integers, 0 booleans, 14 clauses, largest domain size 26
5.99/6.19	c 6	Heap : 106 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.99/6.20	c 6	Simplifing CSP by introducing new Boolean variables
5.99/6.20	c 6	CSP : 49 integers, 0 booleans, 14 clauses, largest domain size 26
5.99/6.20	c 6	Heap : 106 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.09/7.23	c 7	Encoding CSP to SAT : HOME/temp.cnf
7.09/7.24	c 7	5 (10%) CSP integer variables are encoded (120 clauses, 1176 bytes)
7.09/7.24	c 7	10 (20%) CSP integer variables are encoded (240 clauses, 2496 bytes)
7.09/7.25	c 7	15 (30%) CSP integer variables are encoded (360 clauses, 3816 bytes)
7.09/7.25	c 7	20 (40%) CSP integer variables are encoded (480 clauses, 5136 bytes)
7.09/7.25	c 7	25 (50%) CSP integer variables are encoded (600 clauses, 6456 bytes)
7.09/7.25	c 7	30 (60%) CSP integer variables are encoded (720 clauses, 7776 bytes)
7.09/7.25	c 7	35 (70%) CSP integer variables are encoded (840 clauses, 9096 bytes)
7.09/7.25	c 7	40 (80%) CSP integer variables are encoded (960 clauses, 10417 bytes)
7.09/7.25	c 7	45 (90%) CSP integer variables are encoded (1080 clauses, 11977 bytes)
7.09/7.25	c 7	49 (100%) CSP integer variables are encoded (1176 clauses, 13225 bytes)
138.62/138.86	c 139	2 (10%) CSP clauses are encoded (265880 clauses, 11710138 bytes)
202.20/202.44	c 202	3 (20%) CSP clauses are encoded (398232 clauses, 18077367 bytes)
332.06/333.06	c 333	5 (30%) CSP clauses are encoded (662936 clauses, 30813085 bytes)
387.13/388.20	c 388	6 (40%) CSP clauses are encoded (795288 clauses, 37432821 bytes)
455.70/456.72	c 456	7 (50%) CSP clauses are encoded (927640 clauses, 44194087 bytes)
584.15/585.29	c 585	9 (60%) CSP clauses are encoded (1192344 clauses, 57524188 bytes)
644.63/645.79	c 645	10 (70%) CSP clauses are encoded (1324696 clauses, 64093023 bytes)
774.57/775.80	c 775	12 (80%) CSP clauses are encoded (1589400 clauses, 77230693 bytes)
849.05/850.25	c 850	13 (90%) CSP clauses are encoded (1721752 clauses, 83993025 bytes)
919.59/923.43	c 923	14 (100%) CSP clauses are encoded (1854104 clauses, 91954046 bytes)
919.59/923.43	c 923	14 CSP clauses encoded
919.59/923.43	c 923	Writing map file : HOME/temp.map
919.59/923.43	c 923	Heap : 167 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
919.59/923.43	c 923	SAT : 1225 SAT variables, 1854104 SAT clauses, 91954046 bytes
919.59/923.43	c 923	Heap : 167 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
919.59/923.48	c 923	SOLVING HOME/temp.cnf
919.59/923.48	c 923	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
919.59/923.49	c 923	This is MiniSat 2.0 beta
919.59/923.49	c 923	WARNING: for repeatability, setting FPU to use double precision
919.59/923.49	c 923	============================[ Problem Statistics ]=============================
919.59/923.49	c 923	|                                                                             |
919.59/923.49	c 923	|  Number of variables:  1225                                                 |
919.59/923.49	c 923	|  Number of clauses:    1854104                                              |
921.96/925.86	c 926	|  Parsing time:         2.00         s                                       |
922.06/925.99	c 926	============================[ Search Statistics ]==============================
922.06/925.99	c 926	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
922.06/925.99	c 926	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
922.06/925.99	c 926	===============================================================================
922.06/925.99	c 926	|         0 |    1225  1854104 19492956 |   618034        0    nan |  0.000 % |
922.15/926.08	c 926	|       100 |    1225  1854104 19492956 |   679838      100      5 |  0.000 % |
922.36/926.26	c 926	|       250 |    1225  1854104 19492956 |   747821      250      6 |  0.002 % |
922.85/926.74	c 926	|       475 |    1225  1854104 19492956 |   822604      475      7 |  0.001 % |
923.24/927.11	c 927	|       812 |    1225  1854104 19492956 |   904864      812      7 |  0.002 % |
923.55/927.45	c 927	|      1318 |    1225  1854104 19492956 |   995351     1318      8 |  0.001 % |
924.04/927.95	c 928	|      2077 |    1225  1854104 19492956 |  1094886     2077      8 |  0.001 % |
924.43/928.39	c 928	|      3216 |    1225  1854104 19492956 |  1204374     3216      9 |  0.001 % |
927.40/931.33	c 931	|      4925 |    1225  1854104 19492956 |  1324812     4925      9 |  0.001 % |
934.82/938.80	c 938	|      7488 |    1225  1854104 19492956 |  1457293     7488     14 |  0.000 % |
955.02/959.21	c 959	|     11334 |    1225  1854104 19492956 |  1603022    11334     16 |  0.000 % |
972.81/977.04	c 977	|     17100 |    1225  1854104 19492956 |  1763325    17100     16 |  0.000 % |
1000.10/1004.35	c 1004	===============================================================================
1000.10/1004.35	c 1004	restarts              : 12
1000.10/1004.35	c 1004	conflicts             : 23011          (287 /sec)
1000.10/1004.35	c 1004	decisions             : 34036          (1.46 % random) (425 /sec)
1000.10/1004.35	c 1004	propagations          : 1440422        (17988 /sec)
1000.10/1004.35	c 1004	conflict literals     : 380380         (21.36 % deleted)
1000.10/1004.35	c 1004	Memory used           : 153.59 MB
1000.10/1004.35	c 1004	CPU time              : 80.0748 s
1000.10/1004.35	c 1004	
1000.10/1004.35	c 1004	SATISFIABLE
1000.10/1004.37	c 1004	DECODING HOME/temp.out WITH HOME/temp.map
1000.10/1004.37	c 1004	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'
1000.18/1004.45	c 1004	Decoding HOME/temp.out
1000.18/1004.48	s SATISFIABLE
1000.18/1004.48	v 25 14 25 14 19 0 19 14 23 24 3 4 17 0 25 24 6 14 19 4 18 14 3 14 17 0 19 18 19 4 19 0 13 8 4 0 17 4 19 8 4 17 19 0 18 18 4 17 0
1000.18/1004.50	c 1004	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1000.18/1004.54	c 1004	CPU 1000.31 (0.06 0.02 998.36 1.87)
1000.18/1004.54	c 1004	END Sun Jul 12 04:20:41 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2077330-1247364236/watcher-2077330-1247364236 -o /tmp/evaluation-result-2077330-1247364236/solver-2077330-1247364236 -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-2077330-1247364236.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.78 2.33 2.11 4/87 18851
/proc/meminfo: memFree=1252560/2055920 swapFree=4192812/4192956
[pid=18851] ppid=18849 vsize=3672 CPUtime=0
/proc/18851/stat : 18851 (sugar) R 18849 18851 18714 0 -1 4194304 55 0 0 0 0 0 0 0 20 0 1 0 23487703 3760128 40 996147200 4194304 4206940 548682068608 18446744073709551615 272834261329 0 0 4096 0 0 0 0 17 1 0 0
/proc/18851/statm: 918 40 31 3 0 8 0

[startup+0.0689439 s]
/proc/loadavg: 2.78 2.33 2.11 4/87 18851
/proc/meminfo: memFree=1252560/2055920 swapFree=4192812/4192956
[pid=18851] ppid=18849 vsize=16212 CPUtime=0.05
/proc/18851/stat : 18851 (sugar) R 18849 18851 18714 0 -1 4194304 967 0 0 0 4 1 0 0 18 0 1 0 23487703 16601088 935 996147200 4194304 4206940 548682068608 18446744073709551615 272845814782 0 0 4224 0 0 0 0 17 1 0 0
/proc/18851/statm: 4053 935 380 3 0 632 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16212

[startup+0.101935 s]
/proc/loadavg: 2.78 2.33 2.11 4/87 18851
/proc/meminfo: memFree=1252560/2055920 swapFree=4192812/4192956
[pid=18851] ppid=18849 vsize=16868 CPUtime=0.07
/proc/18851/stat : 18851 (sugar) S 18849 18851 18714 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23487703 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18851/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301949 s]
/proc/loadavg: 2.78 2.33 2.11 4/87 18851
/proc/meminfo: memFree=1252560/2055920 swapFree=4192812/4192956
[pid=18851] ppid=18849 vsize=16868 CPUtime=0.07
/proc/18851/stat : 18851 (sugar) S 18849 18851 18714 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23487703 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18851/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701978 s]
/proc/loadavg: 2.78 2.33 2.11 4/87 18851
/proc/meminfo: memFree=1252560/2055920 swapFree=4192812/4192956
[pid=18851] ppid=18849 vsize=16868 CPUtime=0.58
/proc/18851/stat : 18851 (sugar) S 18849 18851 18714 0 -1 4194304 1292 8763 0 1 6 1 46 5 17 0 1 0 23487703 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18851/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 16868

[startup+1.50203 s]
/proc/loadavg: 2.88 2.36 2.12 5/98 18893
/proc/meminfo: memFree=1238200/2055920 swapFree=4192812/4192956
[pid=18851] ppid=18849 vsize=16868 CPUtime=0.58
/proc/18851/stat : 18851 (sugar) S 18849 18851 18714 0 -1 4194304 1310 8763 0 1 6 1 46 5 15 0 1 0 23487703 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18851/statm: 4217 1111 409 3 0 796 0
[pid=18878] ppid=18851 vsize=5356 CPUtime=0
/proc/18878/stat : 18878 (sh) S 18851 18851 18714 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23487770 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18878/statm: 1339 233 193 169 0 50 0
[pid=18880] ppid=18878 vsize=864244 CPUtime=0.81
/proc/18880/stat : 18880 (java) S 18878 18851 18714 0 -1 0 8956 0 1 0 76 5 0 0 18 0 9 0 23487770 884985856 7707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18880/statm: 216061 7707 2567 9 0 210566 0
[pid=18880/tid=18881] ppid=18878 vsize=864244 CPUtime=0.43
/proc/18880/task/18881/stat : 18881 (java) R 18878 18851 18714 0 -1 64 2660 0 1 0 42 1 0 0 25 0 9 0 23487771 884985856 7707 996147200 134512640 134550932 4294955936 18446744073709551615 101450600 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18880/tid=18885] ppid=18878 vsize=864244 CPUtime=0.31
/proc/18880/task/18885/stat : 18885 (java) S 18878 18851 18714 0 -1 64 5280 0 0 0 29 2 0 0 16 0 9 0 23487773 884985856 7707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18880/tid=18886] ppid=18878 vsize=864244 CPUtime=0
/proc/18880/task/18886/stat : 18886 (java) S 18878 18851 18714 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23487773 884985856 7707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18880/tid=18887] ppid=18878 vsize=864244 CPUtime=0
/proc/18880/task/18887/stat : 18887 (java) S 18878 18851 18714 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23487773 884985856 7707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18880/tid=18889] ppid=18878 vsize=864244 CPUtime=0
/proc/18880/task/18889/stat : 18889 (java) S 18878 18851 18714 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 23487775 884985856 7707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18880/tid=18890] ppid=18878 vsize=864244 CPUtime=0.04
/proc/18880/task/18890/stat : 18890 (java) S 18878 18851 18714 0 -1 64 312 0 0 0 4 0 0 0 16 0 9 0 23487775 884985856 7707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18880/tid=18891] ppid=18878 vsize=864244 CPUtime=0
/proc/18880/task/18891/stat : 18891 (java) S 18878 18851 18714 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 23487775 884985856 7707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18880/tid=18892] ppid=18878 vsize=864244 CPUtime=0
/proc/18880/task/18892/stat : 18892 (java) S 18878 18851 18714 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23487775 884985856 7707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 886468

[startup+3.10214 s]
/proc/loadavg: 2.88 2.36 2.12 4/98 18899
/proc/meminfo: memFree=1211384/2055920 swapFree=4192812/4192956
[pid=18851] ppid=18849 vsize=16868 CPUtime=0.58
/proc/18851/stat : 18851 (sugar) S 18849 18851 18714 0 -1 4194304 1310 8763 0 1 6 1 46 5 16 0 1 0 23487703 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18851/statm: 4217 1111 409 3 0 796 0
[pid=18878] ppid=18851 vsize=5356 CPUtime=0
/proc/18878/stat : 18878 (sh) S 18851 18851 18714 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23487770 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18878/statm: 1339 233 193 169 0 50 0
[pid=18880] ppid=18878 vsize=864212 CPUtime=2.41
/proc/18880/stat : 18880 (java) S 18878 18851 18714 0 -1 0 19354 0 1 0 229 12 0 0 18 0 9 0 23487770 884953088 17623 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18880/statm: 216053 17625 2566 9 0 210558 0
[pid=18880/tid=18881] ppid=18878 vsize=864212 CPUtime=1.09
/proc/18880/task/18881/stat : 18881 (java) R 18878 18851 18714 0 -1 64 3109 0 1 0 107 2 0 0 25 0 9 0 23487771 884953088 17626 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18880/tid=18885] ppid=18878 vsize=864212 CPUtime=1.25
/proc/18880/task/18885/stat : 18885 (java) R 18878 18851 18714 0 -1 64 15231 0 0 0 117 8 0 0 16 0 9 0 23487773 884953088 17627 996147200 134512640 134550932 4294955936 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18880/tid=18886] ppid=18878 vsize=864212 CPUtime=0
/proc/18880/task/18886/stat : 18886 (java) S 18878 18851 18714 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23487773 884953088 17629 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18880/tid=18887] ppid=18878 vsize=864212 CPUtime=0
/proc/18880/task/18887/stat : 18887 (java) S 18878 18851 18714 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23487773 884953088 17630 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18880/tid=18889] ppid=18878 vsize=864212 CPUtime=0
/proc/18880/task/18889/stat : 18889 (java) S 18878 18851 18714 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 23487775 884953088 17632 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18880/tid=18890] ppid=18878 vsize=864212 CPUtime=0.04
/proc/18880/task/18890/stat : 18890 (java) S 18878 18851 18714 0 -1 64 314 0 0 0 4 0 0 0 16 0 9 0 23487775 884953088 17633 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18880/tid=18891] ppid=18878 vsize=864212 CPUtime=0
/proc/18880/task/18891/stat : 18891 (java) S 18878 18851 18714 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 23487775 884953088 17635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18880/tid=18892] ppid=18878 vsize=864212 CPUtime=0
/proc/18880/task/18892/stat : 18892 (java) S 18878 18851 18714 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23487775 884953088 17636 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 886436

[startup+6.30135 s]
/proc/loadavg: 2.88 2.36 2.12 5/98 18914
/proc/meminfo: memFree=1113144/2055920 swapFree=4192812/4192956
[pid=18851] ppid=18849 vsize=16868 CPUtime=0.58
/proc/18851/stat : 18851 (sugar) S 18849 18851 18714 0 -1 4194304 1310 8763 0 1 6 1 46 5 16 0 1 0 23487703 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18851/statm: 4217 1111 409 3 0 796 0
[pid=18878] ppid=18851 vsize=5356 CPUtime=0
/proc/18878/stat : 18878 (sh) S 18851 18851 18714 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23487770 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18878/statm: 1339 233 193 169 0 50 0
[pid=18880] ppid=18878 vsize=867284 CPUtime=5.61
/proc/18880/stat : 18880 (java) S 18878 18851 18714 0 -1 0 46351 0 1 0 534 27 0 0 18 0 9 0 23487770 888098816 33334 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18880/statm: 216821 33334 2567 9 0 211326 0
[pid=18880/tid=18881] ppid=18878 vsize=867284 CPUtime=2.04
/proc/18880/task/18881/stat : 18881 (java) R 18878 18851 18714 0 -1 64 4270 0 1 0 201 3 0 0 25 0 9 0 23487771 888098816 33334 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18880/tid=18885] ppid=18878 vsize=867284 CPUtime=3.49
/proc/18880/task/18885/stat : 18885 (java) R 18878 18851 18714 0 -1 64 41063 0 0 0 327 22 0 0 17 0 9 0 23487773 888098816 33334 996147200 134512640 134550932 4294955936 18446744073709551615 103732096 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18880/tid=18886] ppid=18878 vsize=867284 CPUtime=0
/proc/18880/task/18886/stat : 18886 (java) S 18878 18851 18714 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23487773 888098816 33334 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18880/tid=18887] ppid=18878 vsize=867284 CPUtime=0
/proc/18880/task/18887/stat : 18887 (java) S 18878 18851 18714 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23487773 888098816 33334 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18880/tid=18889] ppid=18878 vsize=867284 CPUtime=0
/proc/18880/task/18889/stat : 18889 (java) S 18878 18851 18714 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 23487775 888098816 33334 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18880/tid=18890] ppid=18878 vsize=867284 CPUtime=0.04
/proc/18880/task/18890/stat : 18890 (java) S 18878 18851 18714 0 -1 64 314 0 0 0 4 0 0 0 16 0 9 0 23487775 888098816 33334 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18880/tid=18891] ppid=18878 vsize=867284 CPUtime=0
/proc/18880/task/18891/stat : 18891 (java) S 18878 18851 18714 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 23487775 888098816 33334 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18880/tid=18892] ppid=18878 vsize=867284 CPUtime=0
/proc/18880/task/18892/stat : 18892 (java) S 18878 18851 18714 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23487775 888098816 33334 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 889508

[startup+12.7028 s]
/proc/loadavg: 2.98 2.40 2.14 4/98 18949
/proc/meminfo: memFree=1122112/2055920 swapFree=4192812/4192956
[pid=18851] ppid=18849 vsize=16868 CPUtime=0.58
/proc/18851/stat : 18851 (sugar) S 18849 18851 18714 0 -1 4194304 1310 8763 0 1 6 1 46 5 16 0 1 0 23487703 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18851/statm: 4217 1111 409 3 0 796 0
[pid=18878] ppid=18851 vsize=5356 CPUtime=0
/proc/18878/stat : 18878 (sh) S 18851 18851 18714 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23487770 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18878/statm: 1339 233 193 169 0 50 0
[pid=18880] ppid=18878 vsize=864324 CPUtime=12.01
/proc/18880/stat : 18880 (java) S 18878 18851 18714 0 -1 0 55613 0 1 0 1168 33 0 0 18 0 9 0 23487770 885067776 32835 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18880/statm: 216081 32835 2591 9 0 210558 0
[pid=18880/tid=18881] ppid=18878 vsize=864324 CPUtime=7.42
/proc/18880/task/18881/stat : 18881 (java) R 18878 18851 18714 0 -1 64 4339 0 1 0 739 3 0 0 25 0 9 0 23487771 885067776 32835 996147200 134512640 134550932 4294955936 18446744073709551615 4126568303 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18880/tid=18885] ppid=18878 vsize=864324 CPUtime=4.49
/proc/18880/task/18885/stat : 18885 (java) S 18878 18851 18714 0 -1 64 50234 0 0 0 421 28 0 0 16 0 9 0 23487773 885067776 32835 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18880/tid=18886] ppid=18878 vsize=864324 CPUtime=0
/proc/18880/task/18886/stat : 18886 (java) S 18878 18851 18714 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 23487773 885067776 32835 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18880/tid=18887] ppid=18878 vsize=864324 CPUtime=0
/proc/18880/task/18887/stat : 18887 (java) S 18878 18851 18714 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23487773 885067776 32835 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18880/tid=18889] ppid=18878 vsize=864324 CPUtime=0
/proc/18880/task/18889/stat : 18889 (java) S 18878 18851 18714 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 23487775 885067776 32835 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18880/tid=18890] ppid=18878 vsize=864324 CPUtime=0.07
/proc/18880/task/18890/stat : 18890 (java) S 18878 18851 18714 0 -1 64 336 0 0 0 7 0 0 0 16 0 9 0 23487775 885067776 32835 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18880/tid=18891] ppid=18878 vsize=864324 CPUtime=0
/proc/18880/task/18891/stat : 18891 (java) S 18878 18851 18714 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 23487775 885067776 32835 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18880/tid=18892] ppid=18878 vsize=864324 CPUtime=0
/proc/18880/task/18892/stat : 18892 (java) S 18878 18851 18714 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23487775 885067776 32835 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 886548

[startup+25.5026 s]
/proc/loadavg: 3.13 2.45 2.16 4/98 19017
/proc/meminfo: memFree=1118312/2055920 swapFree=4192812/4192956
[pid=18851] ppid=18849 vsize=16868 CPUtime=0.58
/proc/18851/stat : 18851 (sugar) S 18849 18851 18714 0 -1 4194304 1310 8763 0 1 6 1 46 5 16 0 1 0 23487703 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18851/statm: 4217 1111 409 3 0 796 0
[pid=18878] ppid=18851 vsize=5356 CPUtime=0
/proc/18878/stat : 18878 (sh) S 18851 18851 18714 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23487770 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18878/statm: 1339 233 193 169 0 50 0
[pid=18880] ppid=18878 vsize=864324 CPUtime=24.81
/proc/18880/stat : 18880 (java) S 18878 18851 18714 0 -1 0 55728 0 1 0 2448 33 0 0 18 0 9 0 23487770 885067776 32949 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18880/statm: 216081 32949 2591 9 0 210558 0
[pid=18880/tid=18881] ppid=18878 vsize=864324 CPUtime=20.2
/proc/18880/task/18881/stat : 18881 (java) R 18878 18851 18714 0 -1 64 4340 0 1 0 2017 3 0 0 25 0 9 0 23487771 885067776 32949 996147200 134512640 134550932 4294955936 18446744073709551615 4126567650 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18880/tid=18885] ppid=18878 vsize=864324 CPUtime=4.5
/proc/18880/task/18885/stat : 18885 (java) S 18878 18851 18714 0 -1 64 50348 0 0 0 422 28 0 0 16 0 9 0 23487773 885067776 32949 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18880/tid=18886] ppid=18878 vsize=864324 CPUtime=0
/proc/18880/task/18886/stat : 18886 (java) S 18878 18851 18714 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 23487773 885067776 32949 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18880/tid=18887] ppid=18878 vsize=864324 CPUtime=0
/proc/18880/task/18887/stat : 18887 (java) S 18878 18851 18714 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23487773 885067776 32949 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18880/tid=18889] ppid=18878 vsize=864324 CPUtime=0

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

/proc/18878/statm: 1339 233 193 169 0 50 0
[pid=18880] ppid=18878 vsize=864324 CPUtime=760.6
/proc/18880/stat : 18880 (java) S 18878 18851 18714 0 -1 0 109513 0 1 0 75946 114 0 0 18 0 9 0 23487770 885067776 54043 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18880/statm: 216081 54043 2590 9 0 210558 0
[pid=18880/tid=18881] ppid=18878 vsize=864324 CPUtime=749.79
/proc/18880/task/18881/stat : 18881 (java) R 18878 18851 18714 0 -1 64 4936 0 1 0 74929 50 0 0 25 0 9 0 23487771 885067776 54043 996147200 134512640 134550932 4294955936 18446744073709551615 4126568293 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18880/tid=18885] ppid=18878 vsize=864324 CPUtime=10.69
/proc/18880/task/18885/stat : 18885 (java) S 18878 18851 18714 0 -1 64 103527 0 0 0 1006 63 0 0 16 0 9 0 23487773 885067776 54043 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18880/tid=18886] ppid=18878 vsize=864324 CPUtime=0
/proc/18880/task/18886/stat : 18886 (java) S 18878 18851 18714 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23487773 885067776 54043 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18880/tid=18887] ppid=18878 vsize=864324 CPUtime=0
/proc/18880/task/18887/stat : 18887 (java) S 18878 18851 18714 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23487773 885067776 54043 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18880/tid=18889] ppid=18878 vsize=864324 CPUtime=0
/proc/18880/task/18889/stat : 18889 (java) S 18878 18851 18714 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 23487775 885067776 54043 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18880/tid=18890] ppid=18878 vsize=864324 CPUtime=0.09
/proc/18880/task/18890/stat : 18890 (java) S 18878 18851 18714 0 -1 64 346 0 0 0 9 0 0 0 16 0 9 0 23487775 885067776 54043 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18880/tid=18891] ppid=18878 vsize=864324 CPUtime=0
/proc/18880/task/18891/stat : 18891 (java) S 18878 18851 18714 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 23487775 885067776 54043 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18880/tid=18892] ppid=18878 vsize=864324 CPUtime=0
/proc/18880/task/18892/stat : 18892 (java) S 18878 18851 18714 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23487775 885067776 54043 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 761.18
Current children cumulated vsize (KiB) 886548

[startup+822.303 s]
/proc/loadavg: 2.01 2.24 2.27 3/93 19302
/proc/meminfo: memFree=874024/2055920 swapFree=4192812/4192956
[pid=18851] ppid=18849 vsize=16868 CPUtime=0.58
/proc/18851/stat : 18851 (sugar) S 18849 18851 18714 0 -1 4194304 1310 8763 0 1 6 1 46 5 16 0 1 0 23487703 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18851/statm: 4217 1111 409 3 0 796 0
[pid=18878] ppid=18851 vsize=5356 CPUtime=0
/proc/18878/stat : 18878 (sh) S 18851 18851 18714 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23487770 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18878/statm: 1339 233 193 169 0 50 0
[pid=18880] ppid=18878 vsize=864324 CPUtime=820.57
/proc/18880/stat : 18880 (java) S 18878 18851 18714 0 -1 0 109555 0 1 0 81939 118 0 0 18 0 9 0 23487770 885067776 54043 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18880/statm: 216081 54043 2590 9 0 210558 0
[pid=18880/tid=18881] ppid=18878 vsize=864324 CPUtime=809.57
/proc/18880/task/18881/stat : 18881 (java) R 18878 18851 18714 0 -1 64 4978 0 1 0 80903 54 0 0 25 0 9 0 23487771 885067776 54043 996147200 134512640 134550932 4294955936 18446744073709551615 4126568256 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18880/tid=18885] ppid=18878 vsize=864324 CPUtime=10.88
/proc/18880/task/18885/stat : 18885 (java) S 18878 18851 18714 0 -1 64 103527 0 0 0 1025 63 0 0 16 0 9 0 23487773 885067776 54043 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18880/tid=18886] ppid=18878 vsize=864324 CPUtime=0
/proc/18880/task/18886/stat : 18886 (java) S 18878 18851 18714 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23487773 885067776 54043 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18880/tid=18887] ppid=18878 vsize=864324 CPUtime=0
/proc/18880/task/18887/stat : 18887 (java) S 18878 18851 18714 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23487773 885067776 54043 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18880/tid=18889] ppid=18878 vsize=864324 CPUtime=0
/proc/18880/task/18889/stat : 18889 (java) S 18878 18851 18714 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 23487775 885067776 54043 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18880/tid=18890] ppid=18878 vsize=864324 CPUtime=0.09
/proc/18880/task/18890/stat : 18890 (java) S 18878 18851 18714 0 -1 64 346 0 0 0 9 0 0 0 16 0 9 0 23487775 885067776 54043 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18880/tid=18891] ppid=18878 vsize=864324 CPUtime=0
/proc/18880/task/18891/stat : 18891 (java) S 18878 18851 18714 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 23487775 885067776 54043 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18880/tid=18892] ppid=18878 vsize=864324 CPUtime=0
/proc/18880/task/18892/stat : 18892 (java) S 18878 18851 18714 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23487775 885067776 54043 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 821.15
Current children cumulated vsize (KiB) 886548

[startup+882.303 s]
/proc/loadavg: 2.34 2.27 2.28 3/94 19384
/proc/meminfo: memFree=710176/2055920 swapFree=4192812/4192956
[pid=18851] ppid=18849 vsize=16868 CPUtime=0.58
/proc/18851/stat : 18851 (sugar) S 18849 18851 18714 0 -1 4194304 1310 8763 0 1 6 1 46 5 16 0 1 0 23487703 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18851/statm: 4217 1111 409 3 0 796 0
[pid=18878] ppid=18851 vsize=5356 CPUtime=0
/proc/18878/stat : 18878 (sh) S 18851 18851 18714 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23487770 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18878/statm: 1339 233 193 169 0 50 0
[pid=18880] ppid=18878 vsize=864324 CPUtime=878.32
/proc/18880/stat : 18880 (java) S 18878 18851 18714 0 -1 0 109599 0 1 0 87706 126 0 0 18 0 9 0 23487770 885067776 54043 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18880/statm: 216081 54043 2590 9 0 210558 0
[pid=18880/tid=18881] ppid=18878 vsize=864324 CPUtime=867.04
/proc/18880/task/18881/stat : 18881 (java) R 18878 18851 18714 0 -1 64 5022 0 1 0 86643 61 0 0 25 0 9 0 23487771 885067776 54043 996147200 134512640 134550932 4294955936 18446744073709551615 4125952261 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18880/tid=18885] ppid=18878 vsize=864324 CPUtime=11.16
/proc/18880/task/18885/stat : 18885 (java) S 18878 18851 18714 0 -1 64 103527 0 0 0 1053 63 0 0 16 0 9 0 23487773 885067776 54043 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18880/tid=18886] ppid=18878 vsize=864324 CPUtime=0
/proc/18880/task/18886/stat : 18886 (java) S 18878 18851 18714 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23487773 885067776 54043 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18880/tid=18887] ppid=18878 vsize=864324 CPUtime=0
/proc/18880/task/18887/stat : 18887 (java) S 18878 18851 18714 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23487773 885067776 54043 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18880/tid=18889] ppid=18878 vsize=864324 CPUtime=0
/proc/18880/task/18889/stat : 18889 (java) S 18878 18851 18714 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 23487775 885067776 54043 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18880/tid=18890] ppid=18878 vsize=864324 CPUtime=0.09
/proc/18880/task/18890/stat : 18890 (java) S 18878 18851 18714 0 -1 64 346 0 0 0 9 0 0 0 16 0 9 0 23487775 885067776 54043 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18880/tid=18891] ppid=18878 vsize=864324 CPUtime=0
/proc/18880/task/18891/stat : 18891 (java) S 18878 18851 18714 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 23487775 885067776 54043 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18880/tid=18892] ppid=18878 vsize=864324 CPUtime=0
/proc/18880/task/18892/stat : 18892 (java) S 18878 18851 18714 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23487775 885067776 54043 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 878.9
Current children cumulated vsize (KiB) 886548

[startup+942.301 s]
/proc/loadavg: 2.12 2.22 2.26 3/86 19386
/proc/meminfo: memFree=747680/2055920 swapFree=4192812/4192956
[pid=18851] ppid=18849 vsize=16868 CPUtime=919.69
/proc/18851/stat : 18851 (sugar) S 18849 18851 18714 0 -1 4194304 1376 118699 0 2 6 2 91819 142 16 0 1 0 23487703 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18851/statm: 4217 1113 409 3 0 796 0
[pid=19385] ppid=18851 vsize=5356 CPUtime=0
/proc/19385/stat : 19385 (sh) S 18851 18851 18714 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23580052 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19385/statm: 1339 232 193 169 0 50 0
[pid=19386] ppid=19385 vsize=150284 CPUtime=18.6
/proc/19386/stat : 19386 (minisat) R 19385 18851 18714 0 -1 4194304 36185 0 0 0 1823 37 0 0 25 0 1 0 23580052 153890816 36171 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19386/statm: 37571 36171 75 150 0 37418 0
Current children cumulated CPU time (s) 938.29
Current children cumulated vsize (KiB) 172508

[startup+1002.3 s]
/proc/loadavg: 2.04 2.18 2.24 3/83 19422
/proc/meminfo: memFree=1292344/2055920 swapFree=4192812/4192956
[pid=18851] ppid=18849 vsize=16868 CPUtime=919.69
/proc/18851/stat : 18851 (sugar) S 18849 18851 18714 0 -1 4194304 1376 118699 0 2 6 2 91819 142 16 0 1 0 23487703 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18851/statm: 4217 1113 409 3 0 796 0
[pid=19385] ppid=18851 vsize=5356 CPUtime=0
/proc/19385/stat : 19385 (sh) S 18851 18851 18714 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23580052 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19385/statm: 1339 232 193 169 0 50 0
[pid=19386] ppid=19385 vsize=156996 CPUtime=78.41
/proc/19386/stat : 19386 (minisat) R 19385 18851 18714 0 -1 4194304 37794 0 0 0 7802 39 0 0 25 0 1 0 23580052 160763904 37780 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19386/statm: 39249 37780 75 150 0 39096 0
Current children cumulated CPU time (s) 998.1
Current children cumulated vsize (KiB) 179220

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

[startup+1003.1 s]
/proc/loadavg: 2.04 2.18 2.24 3/83 19422
/proc/meminfo: memFree=1292280/2055920 swapFree=4192812/4192956
[pid=18851] ppid=18849 vsize=16868 CPUtime=919.69
/proc/18851/stat : 18851 (sugar) S 18849 18851 18714 0 -1 4194304 1376 118699 0 2 6 2 91819 142 16 0 1 0 23487703 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18851/statm: 4217 1113 409 3 0 796 0
[pid=19385] ppid=18851 vsize=5356 CPUtime=0
/proc/19385/stat : 19385 (sh) S 18851 18851 18714 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23580052 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19385/statm: 1339 232 193 169 0 50 0
[pid=19386] ppid=19385 vsize=157128 CPUtime=79.21
/proc/19386/stat : 19386 (minisat) R 19385 18851 18714 0 -1 4194304 37810 0 0 0 7882 39 0 0 25 0 1 0 23580052 160899072 37796 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19386/statm: 39282 37796 75 150 0 39129 0
Current children cumulated CPU time (s) 998.9
Current children cumulated vsize (KiB) 179352

[startup+1003.9 s]
/proc/loadavg: 2.04 2.18 2.24 3/83 19422
/proc/meminfo: memFree=1292280/2055920 swapFree=4192812/4192956
[pid=18851] ppid=18849 vsize=16868 CPUtime=919.69
/proc/18851/stat : 18851 (sugar) S 18849 18851 18714 0 -1 4194304 1376 118699 0 2 6 2 91819 142 16 0 1 0 23487703 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18851/statm: 4217 1113 409 3 0 796 0
[pid=19385] ppid=18851 vsize=5356 CPUtime=0
/proc/19385/stat : 19385 (sh) S 18851 18851 18714 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23580052 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19385/statm: 1339 232 193 169 0 50 0
[pid=19386] ppid=19385 vsize=157128 CPUtime=80.01
/proc/19386/stat : 19386 (minisat) R 19385 18851 18714 0 -1 4194304 37818 0 0 0 7962 39 0 0 25 0 1 0 23580052 160899072 37804 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/19386/statm: 39282 37804 75 150 0 39129 0
Current children cumulated CPU time (s) 999.7
Current children cumulated vsize (KiB) 179352

[startup+1004.31 s]
/proc/loadavg: 2.04 2.18 2.24 3/83 19422
/proc/meminfo: memFree=1292152/2055920 swapFree=4192812/4192956
[pid=18851] ppid=18849 vsize=16868 CPUtime=919.69
/proc/18851/stat : 18851 (sugar) S 18849 18851 18714 0 -1 4194304 1376 118699 0 2 6 2 91819 142 16 0 1 0 23487703 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18851/statm: 4217 1113 409 3 0 796 0
[pid=19385] ppid=18851 vsize=5356 CPUtime=0
/proc/19385/stat : 19385 (sh) S 18851 18851 18714 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23580052 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19385/statm: 1339 232 193 169 0 50 0
[pid=19386] ppid=19385 vsize=157268 CPUtime=80.41
/proc/19386/stat : 19386 (minisat) R 19385 18851 18714 0 -1 4194304 37832 0 0 0 8002 39 0 0 25 0 1 0 23580052 161042432 37818 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19386/statm: 39317 37818 75 150 0 39164 0
Current children cumulated CPU time (s) 1000.1
Current children cumulated vsize (KiB) 179492

[startup+1004.5 s]
/proc/loadavg: 2.04 2.18 2.24 3/83 19422
/proc/meminfo: memFree=1292152/2055920 swapFree=4192812/4192956
[pid=18851] ppid=18849 vsize=16868 CPUtime=1000.18
/proc/18851/stat : 18851 (sugar) S 18849 18851 18714 0 -1 4194304 1450 156826 0 2 6 2 99826 184 15 0 1 0 23487703 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18851/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1000.18
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1004.58
CPU time (s): 1000.37
CPU user time (s): 998.432
CPU system time (s): 1.9427
CPU usage (%): 99.581
Max. virtual memory (cumulated for all children) (KiB): 912664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 998.432
system time used= 1.9427
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 162111
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= 27021
involuntary context switches= 34674

runsolver used 1.24381 second user time and 3.66344 second system time

The end

Launcher Data

Begin job on node39 at 2009-07-12 04:03:57
IDJOB=2077330
IDBENCH=56581
IDSOLVER=739
FILE ID=node39/2077330-1247364236
PBS_JOBID= 9507055
Free space on /tmp= 66288 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg7-7_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-2077330-1247364236/watcher-2077330-1247364236 -o /tmp/evaluation-result-2077330-1247364236/solver-2077330-1247364236 -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-2077330-1247364236.xml

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

MD5SUM BENCH= f00aa59633d3b6e99f8253640165ef5c
RANDOM SEED=1569841135

node39.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.236
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.236
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:       1253040 kB
Buffers:         32896 kB
Cached:         281468 kB
SwapCached:          0 kB
Active:         636348 kB
Inactive:       111564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1253040 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2860 kB
Writeback:           0 kB
Mapped:         455492 kB
Slab:            38972 kB
Committed_AS:   654792 kB
PageTables:       2980 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= 66428 MiB
End job on node39 at 2009-07-12 04:20:41