Trace number 1078748

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+minisatSAT 183.298 185.192

General information on the benchmark

Namecsp/ogdPuzzle/
normalized-crossword-m1-ogd-puzzle08.xml
MD5SUMaba5474d6958fe3faaf11ec234f6d0b8
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.159975
Satisfiable
(Un)Satisfiability was proved
Number of variables41
Number of constraints97
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension24
Number of constraints which are defined in intension73
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Fri Jul  4 23:46:40 2008
0.00/0.05	c 0	PID 30105
0.03/0.05	c 0	HOST node57.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1078748-1215208000.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1078748-1215208000.xml' 'HOME/temp.csp'
0.03/0.75	c 1	1 domains, 41 variables, 6 predicates, 4 relations, 97 constraints
0.03/0.80	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.80	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.03/0.88	c 1	Parsing HOME/temp.csp
1.30/1.44	c 2	parsed 149 expressions
1.30/1.44	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.30/1.44	c 2	Converting to clausal form CSP
1.30/1.46	c 2	converted 15 (10%) expressions
1.30/1.46	c 2	converted 30 (20%) expressions
1.30/1.47	c 2	converted 45 (30%) expressions
1.40/1.56	c 2	converted 60 (40%) expressions
1.50/1.61	c 2	converted 75 (50%) expressions
1.50/1.62	c 2	converted 90 (60%) expressions
1.50/1.64	c 2	converted 105 (70%) expressions
1.50/1.66	c 2	converted 120 (80%) expressions
1.50/1.68	c 2	converted 135 (90%) expressions
2.49/2.67	c 3	converted 149 (100%) expressions
2.49/2.67	c 3	CSP : 41 integers, 0 booleans, 97 clauses, largest domain size 26
2.49/2.67	c 3	Heap : 33 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.49/2.67	c 3	Propagation in CSP
2.49/2.68	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.49/2.68	c 3	CSP : 41 integers, 0 booleans, 97 clauses, largest domain size 26
2.49/2.68	c 3	Heap : 33 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.49/2.68	c 3	Simplifing CSP by introducing new Boolean variables
2.49/2.69	c 3	CSP : 41 integers, 394 booleans, 491 clauses, largest domain size 26
2.49/2.69	c 3	Heap : 33 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.69/2.89	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.79/2.91	c 3	5 (10%) CSP integer variables are encoded (120 clauses, 1176 bytes)
2.79/2.91	c 3	9 (20%) CSP integer variables are encoded (216 clauses, 2232 bytes)
2.79/2.91	c 3	13 (30%) CSP integer variables are encoded (312 clauses, 3288 bytes)
2.79/2.91	c 3	17 (40%) CSP integer variables are encoded (408 clauses, 4344 bytes)
2.79/2.91	c 3	21 (50%) CSP integer variables are encoded (504 clauses, 5400 bytes)
2.79/2.91	c 3	25 (60%) CSP integer variables are encoded (600 clauses, 6456 bytes)
2.79/2.91	c 3	29 (70%) CSP integer variables are encoded (696 clauses, 7512 bytes)
2.79/2.92	c 3	33 (80%) CSP integer variables are encoded (792 clauses, 8568 bytes)
2.79/2.92	c 3	37 (90%) CSP integer variables are encoded (888 clauses, 9624 bytes)
2.79/2.92	c 3	41 (100%) CSP integer variables are encoded (984 clauses, 10729 bytes)
3.08/3.28	c 4	50 (10%) CSP clauses are encoded (19549 clauses, 464742 bytes)
3.08/3.29	c 4	99 (20%) CSP clauses are encoded (20598 clauses, 482160 bytes)
3.08/3.30	c 4	148 (30%) CSP clauses are encoded (21622 clauses, 499267 bytes)
3.38/3.53	c 4	197 (40%) CSP clauses are encoded (31563 clauses, 798324 bytes)
3.38/3.53	c 4	246 (50%) CSP clauses are encoded (32662 clauses, 816734 bytes)
3.38/3.53	c 4	295 (60%) CSP clauses are encoded (33761 clauses, 835144 bytes)
3.38/3.54	c 4	344 (70%) CSP clauses are encoded (34860 clauses, 853554 bytes)
3.38/3.54	c 4	393 (80%) CSP clauses are encoded (35959 clauses, 871966 bytes)
182.18/184.05	c 184	442 (90%) CSP clauses are encoded (434061 clauses, 20345439 bytes)
182.18/184.06	c 184	491 (100%) CSP clauses are encoded (435235 clauses, 20365084 bytes)
182.18/184.06	c 184	491 CSP clauses encoded
182.18/184.06	c 184	Writing map file : HOME/temp.map
182.18/184.06	c 184	Heap : 41 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
182.18/184.06	c 184	SAT : 1419 SAT variables, 435235 SAT clauses, 20365084 bytes
182.18/184.06	c 184	Heap : 41 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
182.25/184.11	c 184	SOLVING HOME/temp.cnf
182.25/184.11	c 184	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
182.25/184.12	c 184	This is MiniSat 2.0 beta
182.25/184.12	c 184	WARNING: for repeatability, setting FPU to use double precision
182.25/184.12	c 184	============================[ Problem Statistics ]=============================
182.25/184.12	c 184	|                                                                             |
182.25/184.12	c 184	|  Number of variables:  1419                                                 |
182.25/184.12	c 184	|  Number of clauses:    435235                                               |
182.26/184.62	c 185	|  Parsing time:         0.44         s                                       |
182.26/184.65	c 185	============================[ Search Statistics ]==============================
182.26/184.65	c 185	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
182.26/184.65	c 185	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
182.26/184.65	c 185	===============================================================================
182.26/184.65	c 185	|         0 |    1419   435235  4365888 |   145078        0    nan |  0.000 % |
182.83/184.78	c 185	|       101 |    1419   435235  4365888 |   159586      101      9 |  0.000 % |
182.93/184.87	c 185	|       251 |    1419   435235  4365888 |   175544      251      9 |  0.001 % |
183.02/184.98	c 185	===============================================================================
183.02/184.98	c 185	restarts              : 3
183.02/184.98	c 185	conflicts             : 386            (488 /sec)
183.02/184.98	c 185	decisions             : 1505           (1.20 % random) (1903 /sec)
183.02/184.98	c 185	propagations          : 20998          (26550 /sec)
183.02/184.98	c 185	conflict literals     : 3406           (20.42 % deleted)
183.02/184.98	c 185	Memory used           : 33.25 MB
183.02/184.98	c 185	CPU time              : 0.790879 s
183.02/184.98	c 185	
183.02/184.99	c 185	SATISFIABLE
183.02/185.00	c 185	DECODING HOME/temp.out WITH HOME/temp.map
183.02/185.00	c 185	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
183.13/185.09	c 185	Decoding HOME/temp.out
183.13/185.12	s SATISFIABLE
183.13/185.12	v 17 4 19 18 21 20 24 20 4 19 14 19 4 13 25 14 20 18 20 25 14 8 18 4 16 20 4 14 20 19 20 19 17 24 4 21 4 24 20 4 18
183.13/185.12	c 185	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
183.13/185.18	c 185	CPU 182.73 (0.03 0.01 182.7 0.53)
183.13/185.18	c 185	END Fri Jul  4 23:49:45 2008

Verifier Data (download as text)

OK

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-1078748-1215208000/watcher-1078748-1215208000 -o /tmp/evaluation-result-1078748-1215208000/solver-1078748-1215208000 -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-1078748-1215208000.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 4/73 30105
/proc/meminfo: memFree=1746048/2055920 swapFree=4180732/4192956
[pid=30105] ppid=30103 vsize=18572 CPUtime=0
/proc/30105/stat : 30105 (runsolver) R 30103 30105 29580 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1999771473 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 218076081447 0 0 4096 24578 0 0 0 17 1 0 0
/proc/30105/statm: 4643 292 257 25 0 2626 0

[startup+0.050794 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 30105
/proc/meminfo: memFree=1746048/2055920 swapFree=4180732/4192956
[pid=30105] ppid=30103 vsize=13600 CPUtime=0.03
/proc/30105/stat : 30105 (sugar) S 30103 30105 29580 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1999771473 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30105/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101942 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 30105
/proc/meminfo: memFree=1746048/2055920 swapFree=4180732/4192956
[pid=30105] ppid=30103 vsize=13600 CPUtime=0.03
/proc/30105/stat : 30105 (sugar) S 30103 30105 29580 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1999771473 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30105/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301967 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 30105
/proc/meminfo: memFree=1746048/2055920 swapFree=4180732/4192956
[pid=30105] ppid=30103 vsize=13600 CPUtime=0.03
/proc/30105/stat : 30105 (sugar) S 30103 30105 29580 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1999771473 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30105/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701053 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 30105
/proc/meminfo: memFree=1746048/2055920 swapFree=4180732/4192956
[pid=30105] ppid=30103 vsize=13600 CPUtime=0.03
/proc/30105/stat : 30105 (sugar) S 30103 30105 29580 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1999771473 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30105/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50218 s]
/proc/loadavg: 2.01 2.00 2.00 4/84 30127
/proc/meminfo: memFree=1737960/2055920 swapFree=4180732/4192956
[pid=30105] ppid=30103 vsize=13600 CPUtime=0.73
/proc/30105/stat : 30105 (sugar) S 30103 30105 29580 0 -1 4194304 973 8107 0 1 3 1 64 5 15 0 1 0 1999771473 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30105/statm: 3400 797 370 3 0 500 0
[pid=30118] ppid=30105 vsize=5356 CPUtime=0
/proc/30118/stat : 30118 (sh) S 30105 30105 29580 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999771554 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30118/statm: 1339 233 193 169 0 50 0
[pid=30119] ppid=30118 vsize=864856 CPUtime=0.67
/proc/30119/stat : 30119 (java) S 30118 30105 29580 0 -1 0 7135 0 1 0 62 5 0 0 18 0 9 0 1999771554 885612544 6275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30119/statm: 216214 6275 2540 9 0 210789 0
[pid=30119/tid=30120] ppid=30118 vsize=864856 CPUtime=0.45
/proc/30119/task/30120/stat : 30120 (java) R 30118 30105 29580 0 -1 64 2541 0 1 0 44 1 0 0 21 0 9 0 1999771555 885612544 6275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30119/tid=30121] ppid=30118 vsize=864856 CPUtime=0.14
/proc/30119/task/30121/stat : 30121 (java) R 30118 30105 29580 0 -1 64 3573 0 0 0 12 2 0 0 16 0 9 0 1999771556 885612544 6275 996147200 134512640 134550740 4294955952 18446744073709551615 102721834 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30119/tid=30122] ppid=30118 vsize=864856 CPUtime=0
/proc/30119/task/30122/stat : 30122 (java) S 30118 30105 29580 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999771556 885612544 6275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30119/tid=30123] ppid=30118 vsize=864856 CPUtime=0
/proc/30119/task/30123/stat : 30123 (java) S 30118 30105 29580 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1999771556 885612544 6275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30119/tid=30124] ppid=30118 vsize=864856 CPUtime=0
/proc/30119/task/30124/stat : 30124 (java) S 30118 30105 29580 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999771558 885612544 6275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30119/tid=30125] ppid=30118 vsize=864856 CPUtime=0.05
/proc/30119/task/30125/stat : 30125 (java) S 30118 30105 29580 0 -1 64 325 0 0 0 5 0 0 0 16 0 9 0 1999771558 885612544 6275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30119/tid=30126] ppid=30118 vsize=864856 CPUtime=0
/proc/30119/task/30126/stat : 30126 (java) S 30118 30105 29580 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999771558 885612544 6275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30119/tid=30127] ppid=30118 vsize=864856 CPUtime=0
/proc/30119/task/30127/stat : 30127 (java) S 30118 30105 29580 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1999771558 885612544 6275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 883812

[startup+3.10244 s]
/proc/loadavg: 2.01 2.00 2.00 4/84 30127
/proc/meminfo: memFree=1714856/2055920 swapFree=4180732/4192956
[pid=30105] ppid=30103 vsize=13600 CPUtime=0.73
/proc/30105/stat : 30105 (sugar) S 30103 30105 29580 0 -1 4194304 974 8107 0 1 3 1 64 5 15 0 1 0 1999771473 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30105/statm: 3400 797 370 3 0 500 0
[pid=30118] ppid=30105 vsize=5356 CPUtime=0
/proc/30118/stat : 30118 (sh) S 30105 30105 29580 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999771554 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30118/statm: 1339 233 193 169 0 50 0
[pid=30119] ppid=30118 vsize=864464 CPUtime=2.26
/proc/30119/stat : 30119 (java) S 30118 30105 29580 0 -1 0 14116 0 1 0 216 10 0 0 18 0 9 0 1999771554 885211136 12496 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30119/statm: 216116 12496 2564 9 0 210663 0
[pid=30119/tid=30120] ppid=30118 vsize=864464 CPUtime=1.1
/proc/30119/task/30120/stat : 30120 (java) R 30118 30105 29580 0 -1 64 2942 0 1 0 108 2 0 0 25 0 9 0 1999771555 885211136 12496 996147200 134512640 134550740 4294955952 18446744073709551615 4126641768 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30119/tid=30121] ppid=30118 vsize=864464 CPUtime=1.01
/proc/30119/task/30121/stat : 30121 (java) S 30118 30105 29580 0 -1 64 10118 0 0 0 95 6 0 0 16 0 9 0 1999771556 885211136 12496 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30119/tid=30122] ppid=30118 vsize=864464 CPUtime=0
/proc/30119/task/30122/stat : 30122 (java) S 30118 30105 29580 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999771556 885211136 12496 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30119/tid=30123] ppid=30118 vsize=864464 CPUtime=0
/proc/30119/task/30123/stat : 30123 (java) S 30118 30105 29580 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1999771556 885211136 12496 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30119/tid=30124] ppid=30118 vsize=864464 CPUtime=0
/proc/30119/task/30124/stat : 30124 (java) S 30118 30105 29580 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999771558 885211136 12496 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30119/tid=30125] ppid=30118 vsize=864464 CPUtime=0.11
/proc/30119/task/30125/stat : 30125 (java) S 30118 30105 29580 0 -1 64 360 0 0 0 11 0 0 0 16 0 9 0 1999771558 885211136 12496 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30119/tid=30126] ppid=30118 vsize=864464 CPUtime=0
/proc/30119/task/30126/stat : 30126 (java) S 30118 30105 29580 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999771558 885211136 12496 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30119/tid=30127] ppid=30118 vsize=864464 CPUtime=0
/proc/30119/task/30127/stat : 30127 (java) S 30118 30105 29580 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1999771558 885211136 12496 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 883420

[startup+6.30197 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 30127
/proc/meminfo: memFree=1696296/2055920 swapFree=4180732/4192956
[pid=30105] ppid=30103 vsize=13600 CPUtime=0.73
/proc/30105/stat : 30105 (sugar) S 30103 30105 29580 0 -1 4194304 974 8107 0 1 3 1 64 5 15 0 1 0 1999771473 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30105/statm: 3400 797 370 3 0 500 0
[pid=30118] ppid=30105 vsize=5356 CPUtime=0
/proc/30118/stat : 30118 (sh) S 30105 30105 29580 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999771554 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30118/statm: 1339 233 193 169 0 50 0
[pid=30119] ppid=30118 vsize=864464 CPUtime=5.43
/proc/30119/stat : 30119 (java) S 30118 30105 29580 0 -1 0 15476 0 1 0 531 12 0 0 18 0 9 0 1999771554 885211136 13793 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30119/statm: 216116 13793 2564 9 0 210663 0
[pid=30119/tid=30120] ppid=30118 vsize=864464 CPUtime=4.15
/proc/30119/task/30120/stat : 30120 (java) R 30118 30105 29580 0 -1 64 3005 0 1 0 412 3 0 0 25 0 9 0 1999771555 885211136 13793 996147200 134512640 134550740 4294955952 18446744073709551615 4126597840 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30119/tid=30121] ppid=30118 vsize=864464 CPUtime=1.12
/proc/30119/task/30121/stat : 30121 (java) S 30118 30105 29580 0 -1 64 11412 0 0 0 106 6 0 0 16 0 9 0 1999771556 885211136 13793 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30119/tid=30122] ppid=30118 vsize=864464 CPUtime=0
/proc/30119/task/30122/stat : 30122 (java) S 30118 30105 29580 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999771556 885211136 13793 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30119/tid=30123] ppid=30118 vsize=864464 CPUtime=0
/proc/30119/task/30123/stat : 30123 (java) S 30118 30105 29580 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1999771556 885211136 13793 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30119/tid=30124] ppid=30118 vsize=864464 CPUtime=0
/proc/30119/task/30124/stat : 30124 (java) S 30118 30105 29580 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999771558 885211136 13793 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30119/tid=30125] ppid=30118 vsize=864464 CPUtime=0.11
/proc/30119/task/30125/stat : 30125 (java) S 30118 30105 29580 0 -1 64 363 0 0 0 11 0 0 0 16 0 9 0 1999771558 885211136 13793 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30119/tid=30126] ppid=30118 vsize=864464 CPUtime=0
/proc/30119/task/30126/stat : 30126 (java) S 30118 30105 29580 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999771558 885211136 13793 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30119/tid=30127] ppid=30118 vsize=864464 CPUtime=0
/proc/30119/task/30127/stat : 30127 (java) S 30118 30105 29580 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1999771558 885211136 13793 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 883420

[startup+12.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 30127
/proc/meminfo: memFree=1695592/2055920 swapFree=4180732/4192956
[pid=30105] ppid=30103 vsize=13600 CPUtime=0.73
/proc/30105/stat : 30105 (sugar) S 30103 30105 29580 0 -1 4194304 974 8107 0 1 3 1 64 5 15 0 1 0 1999771473 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30105/statm: 3400 797 370 3 0 500 0
[pid=30118] ppid=30105 vsize=5356 CPUtime=0
/proc/30118/stat : 30118 (sh) S 30105 30105 29580 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999771554 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30118/statm: 1339 233 193 169 0 50 0
[pid=30119] ppid=30118 vsize=864464 CPUtime=11.76
/proc/30119/stat : 30119 (java) S 30118 30105 29580 0 -1 0 15516 0 1 0 1164 12 0 0 18 0 9 0 1999771554 885211136 13832 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30119/statm: 216116 13832 2564 9 0 210663 0
[pid=30119/tid=30120] ppid=30118 vsize=864464 CPUtime=10.48
/proc/30119/task/30120/stat : 30120 (java) R 30118 30105 29580 0 -1 64 3006 0 1 0 1045 3 0 0 25 0 9 0 1999771555 885211136 13832 996147200 134512640 134550740 4294955952 18446744073709551615 4126625799 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30119/tid=30121] ppid=30118 vsize=864464 CPUtime=1.12
/proc/30119/task/30121/stat : 30121 (java) S 30118 30105 29580 0 -1 64 11451 0 0 0 106 6 0 0 16 0 9 0 1999771556 885211136 13832 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30119/tid=30122] ppid=30118 vsize=864464 CPUtime=0
/proc/30119/task/30122/stat : 30122 (java) S 30118 30105 29580 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999771556 885211136 13832 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30119/tid=30123] ppid=30118 vsize=864464 CPUtime=0
/proc/30119/task/30123/stat : 30123 (java) S 30118 30105 29580 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1999771556 885211136 13832 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30119/tid=30124] ppid=30118 vsize=864464 CPUtime=0
/proc/30119/task/30124/stat : 30124 (java) S 30118 30105 29580 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999771558 885211136 13832 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30119/tid=30125] ppid=30118 vsize=864464 CPUtime=0.11
/proc/30119/task/30125/stat : 30125 (java) S 30118 30105 29580 0 -1 64 363 0 0 0 11 0 0 0 16 0 9 0 1999771558 885211136 13832 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30119/tid=30126] ppid=30118 vsize=864464 CPUtime=0
/proc/30119/task/30126/stat : 30126 (java) S 30118 30105 29580 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999771558 885211136 13832 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30119/tid=30127] ppid=30118 vsize=864464 CPUtime=0
/proc/30119/task/30127/stat : 30127 (java) S 30118 30105 29580 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1999771558 885211136 13832 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 883420

[startup+25.5012 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 30127
/proc/meminfo: memFree=1691880/2055920 swapFree=4180732/4192956
[pid=30105] ppid=30103 vsize=13600 CPUtime=0.73
/proc/30105/stat : 30105 (sugar) S 30103 30105 29580 0 -1 4194304 974 8107 0 1 3 1 64 5 15 0 1 0 1999771473 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30105/statm: 3400 797 370 3 0 500 0
[pid=30118] ppid=30105 vsize=5356 CPUtime=0
/proc/30118/stat : 30118 (sh) S 30105 30105 29580 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999771554 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30118/statm: 1339 233 193 169 0 50 0
[pid=30119] ppid=30118 vsize=864464 CPUtime=24.43
/proc/30119/stat : 30119 (java) S 30118 30105 29580 0 -1 0 16218 0 1 0 2431 12 0 0 18 0 9 0 1999771554 885211136 14512 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30119/statm: 216116 14512 2564 9 0 210663 0
[pid=30119/tid=30120] ppid=30118 vsize=864464 CPUtime=23.11
/proc/30119/task/30120/stat : 30120 (java) R 30118 30105 29580 0 -1 64 3028 0 1 0 2308 3 0 0 25 0 9 0 1999771555 885211136 14512 996147200 134512640 134550740 4294955952 18446744073709551615 4125952094 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30119/tid=30121] ppid=30118 vsize=864464 CPUtime=1.18
/proc/30119/task/30121/stat : 30121 (java) S 30118 30105 29580 0 -1 64 12131 0 0 0 111 7 0 0 16 0 9 0 1999771556 885211136 14512 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30119/tid=30122] ppid=30118 vsize=864464 CPUtime=0
/proc/30119/task/30122/stat : 30122 (java) S 30118 30105 29580 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999771556 885211136 14512 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30119/tid=30123] ppid=30118 vsize=864464 CPUtime=0
/proc/30119/task/30123/stat : 30123 (java) S 30118 30105 29580 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1999771556 885211136 14512 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/30118/statm: 1339 233 193 169 0 50 0
[pid=30119] ppid=30118 vsize=864464 CPUtime=163.92
/proc/30119/stat : 30119 (java) S 30118 30105 29580 0 -1 0 28179 0 1 0 16361 31 0 0 18 0 9 0 1999771554 885211136 17921 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30119/statm: 216116 17921 2564 9 0 210663 0
[pid=30119/tid=30120] ppid=30118 vsize=864464 CPUtime=161.01
/proc/30119/task/30120/stat : 30120 (java) R 30118 30105 29580 0 -1 64 3476 0 1 0 16089 12 0 0 25 0 9 0 1999771555 885211136 17921 996147200 134512640 134550740 4294955952 18446744073709551615 4126597840 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30119/tid=30121] ppid=30118 vsize=864464 CPUtime=2.75
/proc/30119/task/30121/stat : 30121 (java) S 30118 30105 29580 0 -1 64 23638 0 0 0 259 16 0 0 16 0 9 0 1999771556 885211136 17921 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30119/tid=30122] ppid=30118 vsize=864464 CPUtime=0
/proc/30119/task/30122/stat : 30122 (java) S 30118 30105 29580 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999771556 885211136 17921 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30119/tid=30123] ppid=30118 vsize=864464 CPUtime=0
/proc/30119/task/30123/stat : 30123 (java) S 30118 30105 29580 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1999771556 885211136 17921 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30119/tid=30124] ppid=30118 vsize=864464 CPUtime=0
/proc/30119/task/30124/stat : 30124 (java) S 30118 30105 29580 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999771558 885211136 17921 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30119/tid=30125] ppid=30118 vsize=864464 CPUtime=0.12
/proc/30119/task/30125/stat : 30125 (java) S 30118 30105 29580 0 -1 64 369 0 0 0 12 0 0 0 15 0 9 0 1999771558 885211136 17921 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30119/tid=30126] ppid=30118 vsize=864464 CPUtime=0
/proc/30119/task/30126/stat : 30126 (java) S 30118 30105 29580 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999771558 885211136 17921 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30119/tid=30127] ppid=30118 vsize=864464 CPUtime=0
/proc/30119/task/30127/stat : 30127 (java) S 30118 30105 29580 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1999771558 885211136 17921 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 164.65
Current children cumulated vsize (KiB) 883420

[startup+172.707 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 30127
/proc/meminfo: memFree=1659112/2055920 swapFree=4180732/4192956
[pid=30105] ppid=30103 vsize=13600 CPUtime=0.73
/proc/30105/stat : 30105 (sugar) S 30103 30105 29580 0 -1 4194304 974 8107 0 1 3 1 64 5 15 0 1 0 1999771473 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30105/statm: 3400 797 370 3 0 500 0
[pid=30118] ppid=30105 vsize=5356 CPUtime=0
/proc/30118/stat : 30118 (sh) S 30105 30105 29580 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999771554 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30118/statm: 1339 233 193 169 0 50 0
[pid=30119] ppid=30118 vsize=864464 CPUtime=170.27
/proc/30119/stat : 30119 (java) S 30118 30105 29580 0 -1 0 28192 0 1 0 16996 31 0 0 18 0 9 0 1999771554 885211136 17921 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30119/statm: 216116 17921 2564 9 0 210663 0
[pid=30119/tid=30120] ppid=30118 vsize=864464 CPUtime=167.32
/proc/30119/task/30120/stat : 30120 (java) R 30118 30105 29580 0 -1 64 3489 0 1 0 16720 12 0 0 25 0 9 0 1999771555 885211136 17921 996147200 134512640 134550740 4294955952 18446744073709551615 4126597292 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30119/tid=30121] ppid=30118 vsize=864464 CPUtime=2.78
/proc/30119/task/30121/stat : 30121 (java) S 30118 30105 29580 0 -1 64 23638 0 0 0 262 16 0 0 16 0 9 0 1999771556 885211136 17921 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30119/tid=30122] ppid=30118 vsize=864464 CPUtime=0
/proc/30119/task/30122/stat : 30122 (java) S 30118 30105 29580 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999771556 885211136 17921 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30119/tid=30123] ppid=30118 vsize=864464 CPUtime=0
/proc/30119/task/30123/stat : 30123 (java) S 30118 30105 29580 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1999771556 885211136 17921 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30119/tid=30124] ppid=30118 vsize=864464 CPUtime=0
/proc/30119/task/30124/stat : 30124 (java) S 30118 30105 29580 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999771558 885211136 17921 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30119/tid=30125] ppid=30118 vsize=864464 CPUtime=0.12
/proc/30119/task/30125/stat : 30125 (java) S 30118 30105 29580 0 -1 64 369 0 0 0 12 0 0 0 15 0 9 0 1999771558 885211136 17921 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30119/tid=30126] ppid=30118 vsize=864464 CPUtime=0
/proc/30119/task/30126/stat : 30126 (java) S 30118 30105 29580 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999771558 885211136 17921 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30119/tid=30127] ppid=30118 vsize=864464 CPUtime=0
/proc/30119/task/30127/stat : 30127 (java) S 30118 30105 29580 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1999771558 885211136 17921 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 171
Current children cumulated vsize (KiB) 883420

[startup+179.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 30127
/proc/meminfo: memFree=1659112/2055920 swapFree=4180732/4192956
[pid=30105] ppid=30103 vsize=13600 CPUtime=0.73
/proc/30105/stat : 30105 (sugar) S 30103 30105 29580 0 -1 4194304 974 8107 0 1 3 1 64 5 15 0 1 0 1999771473 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30105/statm: 3400 797 370 3 0 500 0
[pid=30118] ppid=30105 vsize=5356 CPUtime=0
/proc/30118/stat : 30118 (sh) S 30105 30105 29580 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999771554 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30118/statm: 1339 233 193 169 0 50 0
[pid=30119] ppid=30118 vsize=864464 CPUtime=176.61
/proc/30119/stat : 30119 (java) S 30118 30105 29580 0 -1 0 28202 0 1 0 17630 31 0 0 18 0 9 0 1999771554 885211136 17921 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30119/statm: 216116 17921 2564 9 0 210663 0
[pid=30119/tid=30120] ppid=30118 vsize=864464 CPUtime=173.63
/proc/30119/task/30120/stat : 30120 (java) R 30118 30105 29580 0 -1 64 3499 0 1 0 17351 12 0 0 25 0 9 0 1999771555 885211136 17921 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30119/tid=30121] ppid=30118 vsize=864464 CPUtime=2.81
/proc/30119/task/30121/stat : 30121 (java) S 30118 30105 29580 0 -1 64 23638 0 0 0 265 16 0 0 16 0 9 0 1999771556 885211136 17921 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30119/tid=30122] ppid=30118 vsize=864464 CPUtime=0
/proc/30119/task/30122/stat : 30122 (java) S 30118 30105 29580 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999771556 885211136 17921 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30119/tid=30123] ppid=30118 vsize=864464 CPUtime=0
/proc/30119/task/30123/stat : 30123 (java) S 30118 30105 29580 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1999771556 885211136 17921 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30119/tid=30124] ppid=30118 vsize=864464 CPUtime=0
/proc/30119/task/30124/stat : 30124 (java) S 30118 30105 29580 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999771558 885211136 17921 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30119/tid=30125] ppid=30118 vsize=864464 CPUtime=0.12
/proc/30119/task/30125/stat : 30125 (java) S 30118 30105 29580 0 -1 64 369 0 0 0 12 0 0 0 15 0 9 0 1999771558 885211136 17921 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30119/tid=30126] ppid=30118 vsize=864464 CPUtime=0
/proc/30119/task/30126/stat : 30126 (java) S 30118 30105 29580 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999771558 885211136 17921 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30119/tid=30127] ppid=30118 vsize=864464 CPUtime=0
/proc/30119/task/30127/stat : 30127 (java) S 30118 30105 29580 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1999771558 885211136 17921 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 177.34
Current children cumulated vsize (KiB) 883420

[startup+182.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 30127
/proc/meminfo: memFree=1659112/2055920 swapFree=4180732/4192956
[pid=30105] ppid=30103 vsize=13600 CPUtime=0.73
/proc/30105/stat : 30105 (sugar) S 30103 30105 29580 0 -1 4194304 974 8107 0 1 3 1 64 5 15 0 1 0 1999771473 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30105/statm: 3400 797 370 3 0 500 0
[pid=30118] ppid=30105 vsize=5356 CPUtime=0
/proc/30118/stat : 30118 (sh) S 30105 30105 29580 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999771554 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30118/statm: 1339 233 193 169 0 50 0
[pid=30119] ppid=30118 vsize=864464 CPUtime=179.78
/proc/30119/stat : 30119 (java) S 30118 30105 29580 0 -1 0 28202 0 1 0 17947 31 0 0 18 0 9 0 1999771554 885211136 17921 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30119/statm: 216116 17921 2564 9 0 210663 0
[pid=30119/tid=30120] ppid=30118 vsize=864464 CPUtime=176.8
/proc/30119/task/30120/stat : 30120 (java) R 30118 30105 29580 0 -1 64 3499 0 1 0 17668 12 0 0 25 0 9 0 1999771555 885211136 17921 996147200 134512640 134550740 4294955952 18446744073709551615 4126597282 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30119/tid=30121] ppid=30118 vsize=864464 CPUtime=2.81
/proc/30119/task/30121/stat : 30121 (java) S 30118 30105 29580 0 -1 64 23638 0 0 0 265 16 0 0 16 0 9 0 1999771556 885211136 17921 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30119/tid=30122] ppid=30118 vsize=864464 CPUtime=0
/proc/30119/task/30122/stat : 30122 (java) S 30118 30105 29580 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999771556 885211136 17921 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30119/tid=30123] ppid=30118 vsize=864464 CPUtime=0
/proc/30119/task/30123/stat : 30123 (java) S 30118 30105 29580 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1999771556 885211136 17921 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30119/tid=30124] ppid=30118 vsize=864464 CPUtime=0
/proc/30119/task/30124/stat : 30124 (java) S 30118 30105 29580 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999771558 885211136 17921 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30119/tid=30125] ppid=30118 vsize=864464 CPUtime=0.12
/proc/30119/task/30125/stat : 30125 (java) S 30118 30105 29580 0 -1 64 369 0 0 0 12 0 0 0 15 0 9 0 1999771558 885211136 17921 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30119/tid=30126] ppid=30118 vsize=864464 CPUtime=0
/proc/30119/task/30126/stat : 30126 (java) S 30118 30105 29580 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999771558 885211136 17921 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30119/tid=30127] ppid=30118 vsize=864464 CPUtime=0
/proc/30119/task/30127/stat : 30127 (java) S 30118 30105 29580 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1999771558 885211136 17921 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 180.51
Current children cumulated vsize (KiB) 883420

[startup+183.903 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 30127
/proc/meminfo: memFree=1656744/2055920 swapFree=4180732/4192956
[pid=30105] ppid=30103 vsize=13600 CPUtime=0.73
/proc/30105/stat : 30105 (sugar) S 30103 30105 29580 0 -1 4194304 974 8107 0 1 3 1 64 5 15 0 1 0 1999771473 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30105/statm: 3400 797 370 3 0 500 0
[pid=30118] ppid=30105 vsize=5356 CPUtime=0
/proc/30118/stat : 30118 (sh) S 30105 30105 29580 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999771554 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30118/statm: 1339 233 193 169 0 50 0
[pid=30119] ppid=30118 vsize=864464 CPUtime=181.35
/proc/30119/stat : 30119 (java) S 30118 30105 29580 0 -1 0 28253 0 1 0 18100 35 0 0 18 0 9 0 1999771554 885211136 17921 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30119/statm: 216116 17921 2564 9 0 210663 0
[pid=30119/tid=30120] ppid=30118 vsize=864464 CPUtime=178.32
/proc/30119/task/30120/stat : 30120 (java) R 30118 30105 29580 0 -1 64 3550 0 1 0 17816 16 0 0 25 0 9 0 1999771555 885211136 17921 996147200 134512640 134550740 4294955952 18446744073709551615 4126613114 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30119/tid=30121] ppid=30118 vsize=864464 CPUtime=2.87
/proc/30119/task/30121/stat : 30121 (java) S 30118 30105 29580 0 -1 64 23638 0 0 0 270 17 0 0 16 0 9 0 1999771556 885211136 17921 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30119/tid=30122] ppid=30118 vsize=864464 CPUtime=0
/proc/30119/task/30122/stat : 30122 (java) S 30118 30105 29580 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999771556 885211136 17921 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30119/tid=30123] ppid=30118 vsize=864464 CPUtime=0
/proc/30119/task/30123/stat : 30123 (java) S 30118 30105 29580 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1999771556 885211136 17921 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30119/tid=30124] ppid=30118 vsize=864464 CPUtime=0
/proc/30119/task/30124/stat : 30124 (java) S 30118 30105 29580 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999771558 885211136 17921 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30119/tid=30125] ppid=30118 vsize=864464 CPUtime=0.12
/proc/30119/task/30125/stat : 30125 (java) S 30118 30105 29580 0 -1 64 369 0 0 0 12 0 0 0 15 0 9 0 1999771558 885211136 17921 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30119/tid=30126] ppid=30118 vsize=864464 CPUtime=0
/proc/30119/task/30126/stat : 30126 (java) S 30118 30105 29580 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999771558 885211136 17921 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30119/tid=30127] ppid=30118 vsize=864464 CPUtime=0
/proc/30119/task/30127/stat : 30127 (java) S 30118 30105 29580 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1999771558 885211136 17921 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 182.08
Current children cumulated vsize (KiB) 883420

[startup+184.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30129
/proc/meminfo: memFree=1682920/2055920 swapFree=4180732/4192956
[pid=30105] ppid=30103 vsize=13600 CPUtime=182.26
/proc/30105/stat : 30105 (sugar) S 30103 30105 29580 0 -1 4194304 1031 36678 0 2 3 1 18180 42 15 0 1 0 1999771473 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30105/statm: 3400 798 370 3 0 500 0
[pid=30128] ppid=30105 vsize=5356 CPUtime=0
/proc/30128/stat : 30128 (sh) S 30105 30105 29580 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999789885 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30128/statm: 1339 232 193 169 0 50 0
[pid=30129] ppid=30128 vsize=32344 CPUtime=0.57
/proc/30129/stat : 30129 (minisat) R 30128 30105 29580 0 -1 4194304 7868 0 0 0 51 6 0 0 24 0 1 0 1999789886 33120256 7854 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30129/statm: 8086 7854 73 150 0 7933 0
Current children cumulated CPU time (s) 182.83
Current children cumulated vsize (KiB) 51300

[startup+185.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30129
/proc/meminfo: memFree=1682920/2055920 swapFree=4180732/4192956
[pid=30105] ppid=30103 vsize=13600 CPUtime=183.13
/proc/30105/stat : 30105 (sugar) S 30103 30105 29580 0 -1 4194304 1089 45228 0 2 3 1 18259 50 16 0 1 0 1999771473 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30105/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 183.13
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 185.192
CPU time (s): 183.298
CPU user time (s): 182.741
CPU system time (s): 0.556915
CPU usage (%): 98.9772
Max. virtual memory (cumulated for all children) (KiB): 889052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 182.741
system time used= 0.556915
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50064
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= 9247
involuntary context switches= 12746

runsolver used 0.252961 second user time and 0.617906 second system time

The end

Launcher Data (download as text)

Begin job on node57 at 2008-07-04 23:46:40
IDJOB=1078748
IDBENCH=56837
IDSOLVER=346
FILE ID=node57/1078748-1215208000
PBS_JOBID= 7881724
Free space on /tmp= 66536 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/ogdPuzzle/normalized-crossword-m1-ogd-puzzle08.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-1078748-1215208000/watcher-1078748-1215208000 -o /tmp/evaluation-result-1078748-1215208000/solver-1078748-1215208000 -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-1078748-1215208000.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= aba5474d6958fe3faaf11ec234f6d0b8
RANDOM SEED=842345252

node57.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.258
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.258
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1746528 kB
Buffers:         17548 kB
Cached:         133160 kB
SwapCached:       5896 kB
Active:         198596 kB
Inactive:        60896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1746528 kB
SwapTotal:     4192956 kB
SwapFree:      4180732 kB
Dirty:            1996 kB
Writeback:           0 kB
Mapped:         115352 kB
Slab:            35132 kB
Committed_AS:  4097796 kB
PageTables:       2040 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= 66536 MiB
End job on node57 at 2008-07-04 23:49:45