Trace number 1078747

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+picosatSAT 174.917 175.175

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/picosat
0.00/0.04	c 0	BEGIN Fri Jul  4 23:46:39 2008
0.00/0.04	c 0	PID 20224
0.00/0.04	c 0	HOST node53.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1078747-1215207999.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1078747-1215207999.xml' 'HOME/temp.csp'
0.03/0.52	c 1	1 domains, 41 variables, 6 predicates, 4 relations, 97 constraints
0.03/0.58	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.58	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.49/0.66	c 1	Parsing HOME/temp.csp
1.09/1.24	c 2	parsed 149 expressions
1.09/1.25	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.09/1.25	c 2	Converting to clausal form CSP
1.09/1.27	c 2	converted 15 (10%) expressions
1.09/1.27	c 2	converted 30 (20%) expressions
1.09/1.27	c 2	converted 45 (30%) expressions
1.19/1.35	c 2	converted 60 (40%) expressions
1.19/1.39	c 2	converted 75 (50%) expressions
1.29/1.40	c 2	converted 90 (60%) expressions
1.29/1.42	c 2	converted 105 (70%) expressions
1.29/1.44	c 2	converted 120 (80%) expressions
1.29/1.45	c 2	converted 135 (90%) expressions
2.19/2.32	c 3	converted 149 (100%) expressions
2.19/2.32	c 3	CSP : 41 integers, 0 booleans, 97 clauses, largest domain size 26
2.19/2.32	c 3	Heap : 33 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.19/2.32	c 3	Propagation in CSP
2.19/2.33	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.19/2.33	c 3	CSP : 41 integers, 0 booleans, 97 clauses, largest domain size 26
2.19/2.33	c 3	Heap : 33 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.19/2.33	c 3	Simplifing CSP by introducing new Boolean variables
2.19/2.34	c 3	CSP : 41 integers, 394 booleans, 491 clauses, largest domain size 26
2.19/2.34	c 3	Heap : 33 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.39/2.51	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.39/2.52	c 3	5 (10%) CSP integer variables are encoded (120 clauses, 1176 bytes)
2.39/2.52	c 3	9 (20%) CSP integer variables are encoded (216 clauses, 2232 bytes)
2.39/2.53	c 3	13 (30%) CSP integer variables are encoded (312 clauses, 3288 bytes)
2.39/2.53	c 3	17 (40%) CSP integer variables are encoded (408 clauses, 4344 bytes)
2.39/2.53	c 3	21 (50%) CSP integer variables are encoded (504 clauses, 5400 bytes)
2.39/2.53	c 3	25 (60%) CSP integer variables are encoded (600 clauses, 6456 bytes)
2.39/2.53	c 3	29 (70%) CSP integer variables are encoded (696 clauses, 7512 bytes)
2.39/2.53	c 3	33 (80%) CSP integer variables are encoded (792 clauses, 8568 bytes)
2.39/2.53	c 3	37 (90%) CSP integer variables are encoded (888 clauses, 9624 bytes)
2.39/2.53	c 3	41 (100%) CSP integer variables are encoded (984 clauses, 10729 bytes)
2.69/2.85	c 3	50 (10%) CSP clauses are encoded (19549 clauses, 464742 bytes)
2.69/2.86	c 3	99 (20%) CSP clauses are encoded (20598 clauses, 482160 bytes)
2.69/2.87	c 3	148 (30%) CSP clauses are encoded (21622 clauses, 499267 bytes)
2.88/3.07	c 3	197 (40%) CSP clauses are encoded (31563 clauses, 798324 bytes)
2.88/3.07	c 3	246 (50%) CSP clauses are encoded (32662 clauses, 816734 bytes)
2.88/3.07	c 3	295 (60%) CSP clauses are encoded (33761 clauses, 835144 bytes)
2.88/3.08	c 3	344 (70%) CSP clauses are encoded (34860 clauses, 853554 bytes)
2.88/3.08	c 3	393 (80%) CSP clauses are encoded (35959 clauses, 871966 bytes)
164.01/164.25	c 165	442 (90%) CSP clauses are encoded (434061 clauses, 20345439 bytes)
164.01/164.25	c 165	491 (100%) CSP clauses are encoded (435235 clauses, 20365084 bytes)
164.01/164.25	c 165	491 CSP clauses encoded
164.01/164.25	c 165	Writing map file : HOME/temp.map
164.01/164.26	c 165	Heap : 41 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
164.01/164.26	c 165	SAT : 1419 SAT variables, 435235 SAT clauses, 20365084 bytes
164.01/164.26	c 165	Heap : 41 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
164.07/164.32	c 165	SOLVING HOME/temp.cnf
164.07/164.32	c 165	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
174.76/175.00	c 175	DECODING HOME/temp.out WITH HOME/temp.map
174.76/175.00	c 175	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
174.76/175.08	c 175	Decoding HOME/temp.out
174.79/175.11	s SATISFIABLE
174.79/175.12	v 13 4 11 11 8 11 0 23 4 18 2 15 9 19 12 0 14 0 17 2 7 8 13 4 0 11 3 8 13 17 8 4 1 4 13 0 18 12 0 13 18
174.79/175.12	c 175	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
174.79/175.17	c 176	CPU 169.12 (0.03 0.01 169.09 5.76)
174.79/175.17	c 176	END Fri Jul  4 23:49:35 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-1078747-1215207999/watcher-1078747-1215207999 -o /tmp/evaluation-result-1078747-1215207999/solver-1078747-1215207999 -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/picosat -tmp=HOME/temp HOME/instance-1078747-1215207999.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/81 20224
/proc/meminfo: memFree=1712416/2055920 swapFree=4179912/4192956
[pid=20224] ppid=20222 vsize=12272 CPUtime=0
/proc/20224/stat : 20224 (sugar) R 20222 20224 19313 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 1999772266 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 269930429029 0 0 4224 0 0 0 0 17 1 0 0
/proc/20224/statm: 3068 327 246 3 0 168 0

[startup+0.0541559 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 20224
/proc/meminfo: memFree=1712416/2055920 swapFree=4179912/4192956
[pid=20224] ppid=20222 vsize=13600 CPUtime=0.03
/proc/20224/stat : 20224 (sugar) S 20222 20224 19313 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 1999772266 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20224/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101124 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 20224
/proc/meminfo: memFree=1712416/2055920 swapFree=4179912/4192956
[pid=20224] ppid=20222 vsize=13600 CPUtime=0.03
/proc/20224/stat : 20224 (sugar) S 20222 20224 19313 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 1999772266 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20224/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301152 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 20224
/proc/meminfo: memFree=1712416/2055920 swapFree=4179912/4192956
[pid=20224] ppid=20222 vsize=13600 CPUtime=0.03
/proc/20224/stat : 20224 (sugar) S 20222 20224 19313 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 1999772266 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20224/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70119 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 20224
/proc/meminfo: memFree=1712416/2055920 swapFree=4179912/4192956
[pid=20224] ppid=20222 vsize=13600 CPUtime=0.49
/proc/20224/stat : 20224 (sugar) S 20222 20224 19313 0 -1 4194304 973 8106 0 1 3 0 41 5 15 0 1 0 1999772266 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20224/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 13600

[startup+1.50128 s]
/proc/loadavg: 1.92 1.98 1.99 4/92 20246
/proc/meminfo: memFree=1702472/2055920 swapFree=4179912/4192956
[pid=20224] ppid=20222 vsize=13600 CPUtime=0.49
/proc/20224/stat : 20224 (sugar) S 20222 20224 19313 0 -1 4194304 973 8106 0 1 3 0 41 5 15 0 1 0 1999772266 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20224/statm: 3400 797 370 3 0 500 0
[pid=20237] ppid=20224 vsize=5356 CPUtime=0
/proc/20237/stat : 20237 (sh) S 20224 20224 19313 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999772324 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20237/statm: 1339 233 193 169 0 50 0
[pid=20238] ppid=20237 vsize=864156 CPUtime=0.9
/proc/20238/stat : 20238 (java) S 20237 20224 19313 0 -1 0 8319 0 1 0 86 4 0 0 18 0 9 0 1999772324 884895744 7270 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20238/statm: 216039 7270 2542 9 0 210614 0
[pid=20238/tid=20239] ppid=20237 vsize=864156 CPUtime=0.61
/proc/20238/task/20239/stat : 20239 (java) R 20237 20224 19313 0 -1 64 2570 0 1 0 60 1 0 0 22 0 9 0 1999772326 884895744 7270 996147200 134512640 134550740 4294955952 18446744073709551615 101444646 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20238/tid=20240] ppid=20237 vsize=864156 CPUtime=0.2
/proc/20238/task/20240/stat : 20240 (java) S 20237 20224 19313 0 -1 64 4719 0 0 0 19 1 0 0 16 0 9 0 1999772327 884895744 7270 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20238/tid=20241] ppid=20237 vsize=864156 CPUtime=0
/proc/20238/task/20241/stat : 20241 (java) S 20237 20224 19313 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999772327 884895744 7270 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20238/tid=20242] ppid=20237 vsize=864156 CPUtime=0
/proc/20238/task/20242/stat : 20242 (java) S 20237 20224 19313 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1999772327 884895744 7270 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20238/tid=20243] ppid=20237 vsize=864156 CPUtime=0
/proc/20238/task/20243/stat : 20243 (java) S 20237 20224 19313 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999772329 884895744 7270 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20238/tid=20244] ppid=20237 vsize=864156 CPUtime=0.07
/proc/20238/task/20244/stat : 20244 (java) S 20237 20224 19313 0 -1 64 334 0 0 0 7 0 0 0 16 0 9 0 1999772329 884895744 7270 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20238/tid=20245] ppid=20237 vsize=864156 CPUtime=0
/proc/20238/task/20245/stat : 20245 (java) S 20237 20224 19313 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999772329 884895744 7270 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20238/tid=20246] ppid=20237 vsize=864156 CPUtime=0
/proc/20238/task/20246/stat : 20246 (java) S 20237 20224 19313 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1999772329 884895744 7270 996147200 134512640 134550740 4294955952 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) 883112

[startup+3.10247 s]
/proc/loadavg: 1.93 1.98 1.99 4/92 20246
/proc/meminfo: memFree=1677384/2055920 swapFree=4179912/4192956
[pid=20224] ppid=20222 vsize=13600 CPUtime=0.49
/proc/20224/stat : 20224 (sugar) S 20222 20224 19313 0 -1 4194304 974 8106 0 1 3 0 41 5 15 0 1 0 1999772266 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20224/statm: 3400 797 370 3 0 500 0
[pid=20237] ppid=20224 vsize=5356 CPUtime=0
/proc/20237/stat : 20237 (sh) S 20224 20224 19313 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999772324 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20237/statm: 1339 233 193 169 0 50 0
[pid=20238] ppid=20237 vsize=864348 CPUtime=2.49
/proc/20238/stat : 20238 (java) S 20237 20224 19313 0 -1 0 14265 0 1 0 242 7 0 0 18 0 9 0 1999772324 885092352 12502 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20238/statm: 216087 12502 2564 9 0 210634 0
[pid=20238/tid=20239] ppid=20237 vsize=864348 CPUtime=1.46
/proc/20238/task/20239/stat : 20239 (java) R 20237 20224 19313 0 -1 64 2964 0 1 0 144 2 0 0 25 0 9 0 1999772326 885092352 12502 996147200 134512640 134550740 4294955952 18446744073709551615 4126661693 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20238/tid=20240] ppid=20237 vsize=864348 CPUtime=0.89
/proc/20238/task/20240/stat : 20240 (java) S 20237 20224 19313 0 -1 64 10244 0 0 0 86 3 0 0 16 0 9 0 1999772327 885092352 12502 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20238/tid=20241] ppid=20237 vsize=864348 CPUtime=0
/proc/20238/task/20241/stat : 20241 (java) S 20237 20224 19313 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999772327 885092352 12502 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20238/tid=20242] ppid=20237 vsize=864348 CPUtime=0
/proc/20238/task/20242/stat : 20242 (java) S 20237 20224 19313 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1999772327 885092352 12502 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20238/tid=20243] ppid=20237 vsize=864348 CPUtime=0
/proc/20238/task/20243/stat : 20243 (java) S 20237 20224 19313 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999772329 885092352 12502 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20238/tid=20244] ppid=20237 vsize=864348 CPUtime=0.11
/proc/20238/task/20244/stat : 20244 (java) S 20237 20224 19313 0 -1 64 361 0 0 0 11 0 0 0 16 0 9 0 1999772329 885092352 12502 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20238/tid=20245] ppid=20237 vsize=864348 CPUtime=0
/proc/20238/task/20245/stat : 20245 (java) S 20237 20224 19313 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999772329 885092352 12502 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20238/tid=20246] ppid=20237 vsize=864348 CPUtime=0
/proc/20238/task/20246/stat : 20246 (java) S 20237 20224 19313 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1999772329 885092352 12502 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 883304

[startup+6.30285 s]
/proc/loadavg: 1.93 1.98 1.99 3/92 20246
/proc/meminfo: memFree=1663240/2055920 swapFree=4179912/4192956
[pid=20224] ppid=20222 vsize=13600 CPUtime=0.49
/proc/20224/stat : 20224 (sugar) S 20222 20224 19313 0 -1 4194304 974 8106 0 1 3 0 41 5 15 0 1 0 1999772266 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20224/statm: 3400 797 370 3 0 500 0
[pid=20237] ppid=20224 vsize=5356 CPUtime=0
/proc/20237/stat : 20237 (sh) S 20224 20224 19313 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999772324 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20237/statm: 1339 233 193 169 0 50 0
[pid=20238] ppid=20237 vsize=864348 CPUtime=5.69
/proc/20238/stat : 20238 (java) S 20237 20224 19313 0 -1 0 15570 0 1 0 561 8 0 0 18 0 9 0 1999772324 885092352 13763 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20238/statm: 216087 13763 2564 9 0 210634 0
[pid=20238/tid=20239] ppid=20237 vsize=864348 CPUtime=4.58
/proc/20238/task/20239/stat : 20239 (java) R 20237 20224 19313 0 -1 64 3008 0 1 0 456 2 0 0 25 0 9 0 1999772326 885092352 13763 996147200 134512640 134550740 4294955952 18446744073709551615 4125952123 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20238/tid=20240] ppid=20237 vsize=864348 CPUtime=0.97
/proc/20238/task/20240/stat : 20240 (java) S 20237 20224 19313 0 -1 64 11505 0 0 0 93 4 0 0 16 0 9 0 1999772327 885092352 13763 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20238/tid=20241] ppid=20237 vsize=864348 CPUtime=0
/proc/20238/task/20241/stat : 20241 (java) S 20237 20224 19313 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999772327 885092352 13763 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20238/tid=20242] ppid=20237 vsize=864348 CPUtime=0
/proc/20238/task/20242/stat : 20242 (java) S 20237 20224 19313 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1999772327 885092352 13763 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20238/tid=20243] ppid=20237 vsize=864348 CPUtime=0
/proc/20238/task/20243/stat : 20243 (java) S 20237 20224 19313 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999772329 885092352 13763 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20238/tid=20244] ppid=20237 vsize=864348 CPUtime=0.11
/proc/20238/task/20244/stat : 20244 (java) S 20237 20224 19313 0 -1 64 361 0 0 0 11 0 0 0 16 0 9 0 1999772329 885092352 13763 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20238/tid=20245] ppid=20237 vsize=864348 CPUtime=0
/proc/20238/task/20245/stat : 20245 (java) S 20237 20224 19313 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999772329 885092352 13763 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20238/tid=20246] ppid=20237 vsize=864348 CPUtime=0
/proc/20238/task/20246/stat : 20246 (java) S 20237 20224 19313 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1999772329 885092352 13763 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 883304

[startup+12.7026 s]
/proc/loadavg: 1.94 1.98 1.99 3/92 20246
/proc/meminfo: memFree=1663048/2055920 swapFree=4179912/4192956
[pid=20224] ppid=20222 vsize=13600 CPUtime=0.49
/proc/20224/stat : 20224 (sugar) S 20222 20224 19313 0 -1 4194304 974 8106 0 1 3 0 41 5 15 0 1 0 1999772266 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20224/statm: 3400 797 370 3 0 500 0
[pid=20237] ppid=20224 vsize=5356 CPUtime=0
/proc/20237/stat : 20237 (sh) S 20224 20224 19313 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999772324 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20237/statm: 1339 233 193 169 0 50 0
[pid=20238] ppid=20237 vsize=864348 CPUtime=12.09
/proc/20238/stat : 20238 (java) S 20237 20224 19313 0 -1 0 15609 0 1 0 1201 8 0 0 18 0 9 0 1999772324 885092352 13801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20238/statm: 216087 13801 2564 9 0 210634 0
[pid=20238/tid=20239] ppid=20237 vsize=864348 CPUtime=10.98
/proc/20238/task/20239/stat : 20239 (java) R 20237 20224 19313 0 -1 64 3009 0 1 0 1096 2 0 0 25 0 9 0 1999772326 885092352 13801 996147200 134512640 134550740 4294955952 18446744073709551615 4126625728 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20238/tid=20240] ppid=20237 vsize=864348 CPUtime=0.97
/proc/20238/task/20240/stat : 20240 (java) S 20237 20224 19313 0 -1 64 11543 0 0 0 93 4 0 0 16 0 9 0 1999772327 885092352 13801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20238/tid=20241] ppid=20237 vsize=864348 CPUtime=0
/proc/20238/task/20241/stat : 20241 (java) S 20237 20224 19313 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999772327 885092352 13801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20238/tid=20242] ppid=20237 vsize=864348 CPUtime=0
/proc/20238/task/20242/stat : 20242 (java) S 20237 20224 19313 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1999772327 885092352 13801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20238/tid=20243] ppid=20237 vsize=864348 CPUtime=0
/proc/20238/task/20243/stat : 20243 (java) S 20237 20224 19313 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999772329 885092352 13801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20238/tid=20244] ppid=20237 vsize=864348 CPUtime=0.11
/proc/20238/task/20244/stat : 20244 (java) S 20237 20224 19313 0 -1 64 361 0 0 0 11 0 0 0 16 0 9 0 1999772329 885092352 13801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20238/tid=20245] ppid=20237 vsize=864348 CPUtime=0
/proc/20238/task/20245/stat : 20245 (java) S 20237 20224 19313 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999772329 885092352 13801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20238/tid=20246] ppid=20237 vsize=864348 CPUtime=0
/proc/20238/task/20246/stat : 20246 (java) S 20237 20224 19313 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1999772329 885092352 13801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 883304

[startup+25.5011 s]
/proc/loadavg: 1.95 1.98 1.99 3/92 20246
/proc/meminfo: memFree=1660168/2055920 swapFree=4179912/4192956
[pid=20224] ppid=20222 vsize=13600 CPUtime=0.49
/proc/20224/stat : 20224 (sugar) S 20222 20224 19313 0 -1 4194304 974 8106 0 1 3 0 41 5 15 0 1 0 1999772266 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20224/statm: 3400 797 370 3 0 500 0
[pid=20237] ppid=20224 vsize=5356 CPUtime=0
/proc/20237/stat : 20237 (sh) S 20224 20224 19313 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999772324 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20237/statm: 1339 233 193 169 0 50 0
[pid=20238] ppid=20237 vsize=864348 CPUtime=24.89
/proc/20238/stat : 20238 (java) S 20237 20224 19313 0 -1 0 16353 0 1 0 2480 9 0 0 18 0 9 0 1999772324 885092352 14522 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20238/statm: 216087 14522 2564 9 0 210634 0
[pid=20238/tid=20239] ppid=20237 vsize=864348 CPUtime=23.73
/proc/20238/task/20239/stat : 20239 (java) R 20237 20224 19313 0 -1 64 3032 0 1 0 2370 3 0 0 25 0 9 0 1999772326 885092352 14522 996147200 134512640 134550740 4294955952 18446744073709551615 4126625728 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20238/tid=20240] ppid=20237 vsize=864348 CPUtime=1.02
/proc/20238/task/20240/stat : 20240 (java) S 20237 20224 19313 0 -1 64 12264 0 0 0 97 5 0 0 16 0 9 0 1999772327 885092352 14522 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20238/tid=20241] ppid=20237 vsize=864348 CPUtime=0
/proc/20238/task/20241/stat : 20241 (java) S 20237 20224 19313 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999772327 885092352 14522 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20238/tid=20242] ppid=20237 vsize=864348 CPUtime=0
/proc/20238/task/20242/stat : 20242 (java) S 20237 20224 19313 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1999772327 885092352 14522 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/20237/statm: 1339 233 193 169 0 50 0
[pid=20238] ppid=20237 vsize=864352 CPUtime=50.48
/proc/20238/stat : 20238 (java) S 20237 20224 19313 0 -1 0 19568 0 1 0 5037 11 0 0 18 0 9 0 1999772324 885096448 14979 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20238/statm: 216088 14979 2564 9 0 210635 0
[pid=20238/tid=20239] ppid=20237 vsize=864352 CPUtime=48.96
/proc/20238/task/20239/stat : 20239 (java) R 20237 20224 19313 0 -1 64 3153 0 1 0 4893 3 0 0 25 0 9 0 1999772326 885096448 14979 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20238/tid=20240] ppid=20237 vsize=864352 CPUtime=1.38
/proc/20238/task/20240/stat : 20240 (java) S 20237 20224 19313 0 -1 64 15358 0 0 0 132 6 0 0 16 0 9 0 1999772327 885096448 14979 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20238/tid=20241] ppid=20237 vsize=864352 CPUtime=0
/proc/20238/task/20241/stat : 20241 (java) S 20237 20224 19313 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999772327 885096448 14979 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20238/tid=20242] ppid=20237 vsize=864352 CPUtime=0
/proc/20238/task/20242/stat : 20242 (java) S 20237 20224 19313 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1999772327 885096448 14979 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20238/tid=20243] ppid=20237 vsize=864352 CPUtime=0
/proc/20238/task/20243/stat : 20243 (java) S 20237 20224 19313 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999772329 885096448 14979 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20238/tid=20244] ppid=20237 vsize=864352 CPUtime=0.11
/proc/20238/task/20244/stat : 20244 (java) S 20237 20224 19313 0 -1 64 361 0 0 0 11 0 0 0 16 0 9 0 1999772329 885096448 14979 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20238/tid=20245] ppid=20237 vsize=864352 CPUtime=0
/proc/20238/task/20245/stat : 20245 (java) S 20237 20224 19313 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999772329 885096448 14979 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20238/tid=20246] ppid=20237 vsize=864352 CPUtime=0
/proc/20238/task/20246/stat : 20246 (java) S 20237 20224 19313 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1999772329 885096448 14979 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 883308

[startup+102.306 s]
/proc/loadavg: 2.02 2.00 2.00 3/92 20246
/proc/meminfo: memFree=1640072/2055920 swapFree=4179912/4192956
[pid=20224] ppid=20222 vsize=13600 CPUtime=0.49
/proc/20224/stat : 20224 (sugar) S 20222 20224 19313 0 -1 4194304 974 8106 0 1 3 0 41 5 15 0 1 0 1999772266 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20224/statm: 3400 797 370 3 0 500 0
[pid=20237] ppid=20224 vsize=5356 CPUtime=0
/proc/20237/stat : 20237 (sh) S 20224 20224 19313 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999772324 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20237/statm: 1339 233 193 169 0 50 0
[pid=20238] ppid=20237 vsize=864352 CPUtime=101.66
/proc/20238/stat : 20238 (java) S 20237 20224 19313 0 -1 0 25381 0 1 0 10148 18 0 0 18 0 9 0 1999772324 885096448 17893 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20238/statm: 216088 17893 2564 9 0 210635 0
[pid=20238/tid=20239] ppid=20237 vsize=864352 CPUtime=99.62
/proc/20238/task/20239/stat : 20239 (java) R 20237 20224 19313 0 -1 64 3328 0 1 0 9955 7 0 0 25 0 9 0 1999772326 885096448 17893 996147200 134512640 134550740 4294955952 18446744073709551615 4126597840 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20238/tid=20240] ppid=20237 vsize=864352 CPUtime=1.89
/proc/20238/task/20240/stat : 20240 (java) S 20237 20224 19313 0 -1 64 20990 0 0 0 180 9 0 0 16 0 9 0 1999772327 885096448 17893 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20238/tid=20241] ppid=20237 vsize=864352 CPUtime=0
/proc/20238/task/20241/stat : 20241 (java) S 20237 20224 19313 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999772327 885096448 17893 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20238/tid=20242] ppid=20237 vsize=864352 CPUtime=0
/proc/20238/task/20242/stat : 20242 (java) S 20237 20224 19313 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1999772327 885096448 17893 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20238/tid=20243] ppid=20237 vsize=864352 CPUtime=0
/proc/20238/task/20243/stat : 20243 (java) S 20237 20224 19313 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999772329 885096448 17893 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20238/tid=20244] ppid=20237 vsize=864352 CPUtime=0.12
/proc/20238/task/20244/stat : 20244 (java) S 20237 20224 19313 0 -1 64 367 0 0 0 12 0 0 0 16 0 9 0 1999772329 885096448 17893 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20238/tid=20245] ppid=20237 vsize=864352 CPUtime=0
/proc/20238/task/20245/stat : 20245 (java) S 20237 20224 19313 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999772329 885096448 17893 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20238/tid=20246] ppid=20237 vsize=864352 CPUtime=0
/proc/20238/task/20246/stat : 20246 (java) S 20237 20224 19313 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1999772329 885096448 17893 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.15
Current children cumulated vsize (KiB) 883308

[startup+162.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/92 20246
/proc/meminfo: memFree=1633544/2055920 swapFree=4179912/4192956
[pid=20224] ppid=20222 vsize=13600 CPUtime=0.49
/proc/20224/stat : 20224 (sugar) S 20222 20224 19313 0 -1 4194304 974 8106 0 1 3 0 41 5 15 0 1 0 1999772266 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20224/statm: 3400 797 370 3 0 500 0
[pid=20237] ppid=20224 vsize=5356 CPUtime=0
/proc/20237/stat : 20237 (sh) S 20224 20224 19313 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999772324 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20237/statm: 1339 233 193 169 0 50 0
[pid=20238] ppid=20237 vsize=864352 CPUtime=161.62
/proc/20238/stat : 20238 (java) S 20237 20224 19313 0 -1 0 28245 0 1 0 16139 23 0 0 18 0 9 0 1999772324 885096448 17893 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20238/statm: 216088 17893 2564 9 0 210635 0
[pid=20238/tid=20239] ppid=20237 vsize=864352 CPUtime=159.03
/proc/20238/task/20239/stat : 20239 (java) R 20237 20224 19313 0 -1 64 3502 0 1 0 15893 10 0 0 25 0 9 0 1999772326 885096448 17893 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20238/tid=20240] ppid=20237 vsize=864352 CPUtime=2.44
/proc/20238/task/20240/stat : 20240 (java) S 20237 20224 19313 0 -1 64 23680 0 0 0 233 11 0 0 16 0 9 0 1999772327 885096448 17893 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20238/tid=20241] ppid=20237 vsize=864352 CPUtime=0
/proc/20238/task/20241/stat : 20241 (java) S 20237 20224 19313 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999772327 885096448 17893 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20238/tid=20242] ppid=20237 vsize=864352 CPUtime=0
/proc/20238/task/20242/stat : 20242 (java) S 20237 20224 19313 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1999772327 885096448 17893 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20238/tid=20243] ppid=20237 vsize=864352 CPUtime=0
/proc/20238/task/20243/stat : 20243 (java) S 20237 20224 19313 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999772329 885096448 17893 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20238/tid=20244] ppid=20237 vsize=864352 CPUtime=0.12
/proc/20238/task/20244/stat : 20244 (java) S 20237 20224 19313 0 -1 64 367 0 0 0 12 0 0 0 16 0 9 0 1999772329 885096448 17893 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20238/tid=20245] ppid=20237 vsize=864352 CPUtime=0
/proc/20238/task/20245/stat : 20245 (java) S 20237 20224 19313 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999772329 885096448 17893 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20238/tid=20246] ppid=20237 vsize=864352 CPUtime=0
/proc/20238/task/20246/stat : 20246 (java) S 20237 20224 19313 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1999772329 885096448 17893 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.11
Current children cumulated vsize (KiB) 883308

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

[startup+166.302 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 20248
/proc/meminfo: memFree=1683912/2055920 swapFree=4179912/4192956
[pid=20224] ppid=20222 vsize=13600 CPUtime=164.1
/proc/20224/stat : 20224 (sugar) S 20222 20224 19313 0 -1 4194304 1021 36720 0 2 3 0 16372 35 16 0 1 0 1999772266 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20224/statm: 3400 798 370 3 0 500 0
[pid=20247] ppid=20224 vsize=5356 CPUtime=0
/proc/20247/stat : 20247 (sh) S 20224 20224 19313 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999788698 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20247/statm: 1339 232 193 169 0 50 0
[pid=20248] ppid=20247 vsize=6144 CPUtime=1.96
/proc/20248/stat : 20248 (picosat) R 20247 20224 19313 0 -1 4194304 1429 0 0 0 93 103 0 0 25 0 1 0 1999788699 6291456 1415 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/20248/statm: 1536 1415 40 102 0 1431 0
Current children cumulated CPU time (s) 166.06
Current children cumulated vsize (KiB) 25100

[startup+169.501 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 20248
/proc/meminfo: memFree=1675528/2055920 swapFree=4179912/4192956
[pid=20224] ppid=20222 vsize=13600 CPUtime=164.1
/proc/20224/stat : 20224 (sugar) S 20222 20224 19313 0 -1 4194304 1021 36720 0 2 3 0 16372 35 16 0 1 0 1999772266 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20224/statm: 3400 798 370 3 0 500 0
[pid=20247] ppid=20224 vsize=5356 CPUtime=0
/proc/20247/stat : 20247 (sh) S 20224 20224 19313 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999788698 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20247/statm: 1339 232 193 169 0 50 0
[pid=20248] ppid=20247 vsize=14312 CPUtime=5.15
/proc/20248/stat : 20248 (picosat) R 20247 20224 19313 0 -1 4194304 3462 0 0 0 243 272 0 0 25 0 1 0 1999788699 14655488 3448 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/20248/statm: 3578 3448 40 102 0 3473 0
Current children cumulated CPU time (s) 169.25
Current children cumulated vsize (KiB) 33268

[startup+172.706 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 20248
/proc/meminfo: memFree=1667152/2055920 swapFree=4179912/4192956
[pid=20224] ppid=20222 vsize=13600 CPUtime=164.1
/proc/20224/stat : 20224 (sugar) S 20222 20224 19313 0 -1 4194304 1021 36720 0 2 3 0 16372 35 16 0 1 0 1999772266 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20224/statm: 3400 798 370 3 0 500 0
[pid=20247] ppid=20224 vsize=5356 CPUtime=0
/proc/20247/stat : 20247 (sh) S 20224 20224 19313 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999788698 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20247/statm: 1339 232 193 169 0 50 0
[pid=20248] ppid=20247 vsize=22860 CPUtime=8.36
/proc/20248/stat : 20248 (picosat) R 20247 20224 19313 0 -1 4194304 5491 0 0 0 398 438 0 0 25 0 1 0 1999788699 23408640 5477 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/20248/statm: 5715 5477 40 102 0 5610 0
Current children cumulated CPU time (s) 172.46
Current children cumulated vsize (KiB) 41816

[startup+174.302 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 20248
/proc/meminfo: memFree=1664400/2055920 swapFree=4179912/4192956
[pid=20224] ppid=20222 vsize=13600 CPUtime=164.1
/proc/20224/stat : 20224 (sugar) S 20222 20224 19313 0 -1 4194304 1021 36720 0 2 3 0 16372 35 16 0 1 0 1999772266 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20224/statm: 3400 798 370 3 0 500 0
[pid=20247] ppid=20224 vsize=5356 CPUtime=0
/proc/20247/stat : 20247 (sh) S 20224 20224 19313 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999788698 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20247/statm: 1339 232 193 169 0 50 0
[pid=20248] ppid=20247 vsize=26688 CPUtime=9.96
/proc/20248/stat : 20248 (picosat) R 20247 20224 19313 0 -1 4194304 6494 0 0 0 475 521 0 0 25 0 1 0 1999788699 27328512 6480 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/20248/statm: 6672 6480 40 102 0 6567 0
Current children cumulated CPU time (s) 174.06
Current children cumulated vsize (KiB) 45644

[startup+174.702 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 20248
/proc/meminfo: memFree=1664400/2055920 swapFree=4179912/4192956
[pid=20224] ppid=20222 vsize=13600 CPUtime=164.1
/proc/20224/stat : 20224 (sugar) S 20222 20224 19313 0 -1 4194304 1021 36720 0 2 3 0 16372 35 16 0 1 0 1999772266 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20224/statm: 3400 798 370 3 0 500 0
[pid=20247] ppid=20224 vsize=5356 CPUtime=0
/proc/20247/stat : 20247 (sh) S 20224 20224 19313 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999788698 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20247/statm: 1339 232 193 169 0 50 0
[pid=20248] ppid=20247 vsize=27484 CPUtime=10.36
/proc/20248/stat : 20248 (picosat) R 20247 20224 19313 0 -1 4194304 6705 0 0 0 498 538 0 0 25 0 1 0 1999788699 28143616 6691 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/20248/statm: 6871 6691 42 102 0 6766 0
Current children cumulated CPU time (s) 174.46
Current children cumulated vsize (KiB) 46440

[startup+175.102 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 20248
/proc/meminfo: memFree=1662032/2055920 swapFree=4179912/4192956
[pid=20224] ppid=20222 vsize=13600 CPUtime=174.79
/proc/20224/stat : 20224 (sugar) S 20222 20224 19313 0 -1 4194304 1089 43717 0 2 3 1 16901 574 15 0 1 0 1999772266 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20224/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 174.79
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 175.175
CPU time (s): 174.917
CPU user time (s): 169.133
CPU system time (s): 5.78412
CPU usage (%): 99.8527
Max. virtual memory (cumulated for all children) (KiB): 888940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 169.133
system time used= 5.78412
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48555
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= 8988
involuntary context switches= 5798

runsolver used 0.232964 second user time and 0.565913 second system time

The end

Launcher Data (download as text)

Begin job on node53 at 2008-07-04 23:46:39
IDJOB=1078747
IDBENCH=56837
IDSOLVER=345
FILE ID=node53/1078747-1215207999
PBS_JOBID= 7881706
Free space on /tmp= 65120 MiB

SOLVER NAME= Sugar v1.13+picosat
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/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1078747-1215207999/watcher-1078747-1215207999 -o /tmp/evaluation-result-1078747-1215207999/solver-1078747-1215207999 -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/picosat" -tmp="HOME/temp" HOME/instance-1078747-1215207999.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= aba5474d6958fe3faaf11ec234f6d0b8
RANDOM SEED=1643058786

node53.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.222
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.222
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1712832 kB
Buffers:         35140 kB
Cached:         224092 kB
SwapCached:       7396 kB
Active:         126728 kB
Inactive:       159700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1712832 kB
SwapTotal:     4192956 kB
SwapFree:      4179912 kB
Dirty:            2000 kB
Writeback:           0 kB
Mapped:          42872 kB
Slab:            41876 kB
Committed_AS:  3963112 kB
PageTables:       1836 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= 65120 MiB
End job on node53 at 2008-07-04 23:49:35