Trace number 1067967

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+picosat? (TO) 1800.07 1814.43

General information on the benchmark

Namecsp/lexHerald/
normalized-crossword-m1-lex-19-03.xml
MD5SUM3c2779849935bf9ee26f9ef7af257926
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 benchmark71.4371
Satisfiable
(Un)Satisfiability was proved
Number of variables307
Number of constraints1429
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension118
Number of constraints which are defined in intension1311
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 08:12:20 2008
0.00/0.04	c 0	PID 31868
0.00/0.05	c 0	HOST node66.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1067967-1215151940.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1067967-1215151940.xml' 'HOME/temp.csp'
0.04/0.82	c 1	1 domains, 307 variables, 7 predicates, 7 relations, 1429 constraints
0.04/0.84	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.84	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.79/0.91	c 1	Parsing HOME/temp.csp
1.33/1.48	c 1	parsed 1751 expressions
1.33/1.49	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.33/1.49	c 1	Converting to clausal form CSP
1.43/1.51	c 1	converted 176 (10%) expressions
1.63/1.71	c 2	converted 351 (20%) expressions
3.11/3.28	c 3	converted 526 (30%) expressions
4.60/4.70	c 4	converted 701 (40%) expressions
4.79/4.91	c 5	converted 876 (50%) expressions
4.79/4.93	c 5	converted 1051 (60%) expressions
4.79/4.97	c 5	converted 1226 (70%) expressions
4.79/4.99	c 5	converted 1401 (80%) expressions
4.90/5.03	c 5	converted 1576 (90%) expressions
4.90/5.05	c 5	converted 1751 (100%) expressions
4.90/5.05	c 5	CSP : 307 integers, 0 booleans, 1429 clauses, largest domain size 26
4.90/5.05	c 5	Heap : 101 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.90/5.05	c 5	Propagation in CSP
4.90/5.09	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.90/5.09	c 5	CSP : 307 integers, 0 booleans, 1429 clauses, largest domain size 26
4.90/5.09	c 5	Heap : 97 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.99/5.10	c 5	Simplifing CSP by introducing new Boolean variables
4.99/5.13	c 5	CSP : 307 integers, 13240 booleans, 14669 clauses, largest domain size 26
4.99/5.13	c 5	Heap : 102 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.68/5.89	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.78/5.91	c 6	31 (10%) CSP integer variables are encoded (744 clauses, 8040 bytes)
5.78/5.92	c 6	62 (20%) CSP integer variables are encoded (1488 clauses, 17281 bytes)
5.78/5.92	c 6	93 (30%) CSP integer variables are encoded (2232 clauses, 26953 bytes)
5.78/5.92	c 6	123 (40%) CSP integer variables are encoded (2952 clauses, 36313 bytes)
5.78/5.92	c 6	154 (50%) CSP integer variables are encoded (3696 clauses, 45985 bytes)
5.78/5.92	c 6	185 (60%) CSP integer variables are encoded (4440 clauses, 55657 bytes)
5.78/5.92	c 6	215 (70%) CSP integer variables are encoded (5160 clauses, 65017 bytes)
5.78/5.92	c 6	246 (80%) CSP integer variables are encoded (5904 clauses, 74689 bytes)
5.78/5.92	c 6	277 (90%) CSP integer variables are encoded (6648 clauses, 84361 bytes)
5.78/5.92	c 6	307 (100%) CSP integer variables are encoded (7368 clauses, 93721 bytes)
151.57/153.29	c 153	1467 (10%) CSP clauses are encoded (1653988 clauses, 78213338 bytes)
186.93/188.92	c 189	2934 (20%) CSP clauses are encoded (1915870 clauses, 93181856 bytes)
186.93/188.99	c 189	4401 (30%) CSP clauses are encoded (1950687 clauses, 93847332 bytes)
187.02/189.06	c 189	5868 (40%) CSP clauses are encoded (1985479 clauses, 94534137 bytes)
187.13/189.13	c 189	7335 (50%) CSP clauses are encoded (2020296 clauses, 95221389 bytes)
187.13/189.20	c 189	8802 (60%) CSP clauses are encoded (2055263 clauses, 95893745 bytes)
187.23/189.26	c 189	10269 (70%) CSP clauses are encoded (2090580 clauses, 96564883 bytes)
187.32/189.33	c 189	11736 (80%) CSP clauses are encoded (2125897 clauses, 97240671 bytes)
187.32/189.40	c 189	13203 (90%) CSP clauses are encoded (2161264 clauses, 97937858 bytes)
187.42/189.46	c 189	14669 (100%) CSP clauses are encoded (2196955 clauses, 98641480 bytes)
187.42/189.46	c 189	14669 CSP clauses encoded
187.42/189.47	c 189	Writing map file : HOME/temp.map
187.42/189.48	c 189	Heap : 115 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
187.42/189.48	c 189	SAT : 20915 SAT variables, 2196955 SAT clauses, 98641480 bytes
187.42/189.48	c 189	Heap : 115 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
187.50/189.55	c 189	SOLVING HOME/temp.cnf
187.50/189.55	c 189	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.07/1814.41	c ERROR INTERRUPTED
1800.07/1814.43	s UNKNOWN
1800.07/1814.43	c 1814	CPU 186.41 (0.03 0.01 186.38 1.13)
1800.07/1814.43	c 1814	END Fri Jul  4 08:42:34 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

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-1067967-1215151940/watcher-1067967-1215151940 -o /tmp/evaluation-result-1067967-1215151940/solver-1067967-1215151940 -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-1067967-1215151940.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.95 1.96 4/81 31868
/proc/meminfo: memFree=1860664/2055920 swapFree=4179828/4192956
[pid=31868] ppid=31866 vsize=12268 CPUtime=0
/proc/31868/stat : 31868 (sugar) R 31866 31868 30452 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1994163669 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 227607804517 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/31868/statm: 3067 316 241 3 0 167 0

[startup+0.0974739 s]
/proc/loadavg: 1.92 1.95 1.96 4/81 31868
/proc/meminfo: memFree=1860664/2055920 swapFree=4179828/4192956
[pid=31868] ppid=31866 vsize=13600 CPUtime=0.04
/proc/31868/stat : 31868 (sugar) S 31866 31868 30452 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1994163669 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31868/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101471 s]
/proc/loadavg: 1.92 1.95 1.96 4/81 31868
/proc/meminfo: memFree=1860664/2055920 swapFree=4179828/4192956
[pid=31868] ppid=31866 vsize=13600 CPUtime=0.04
/proc/31868/stat : 31868 (sugar) S 31866 31868 30452 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1994163669 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31868/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301496 s]
/proc/loadavg: 1.92 1.95 1.96 4/81 31868
/proc/meminfo: memFree=1860664/2055920 swapFree=4179828/4192956
[pid=31868] ppid=31866 vsize=13600 CPUtime=0.04
/proc/31868/stat : 31868 (sugar) S 31866 31868 30452 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1994163669 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31868/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701557 s]
/proc/loadavg: 1.92 1.95 1.96 4/81 31868
/proc/meminfo: memFree=1860664/2055920 swapFree=4179828/4192956
[pid=31868] ppid=31866 vsize=13600 CPUtime=0.04
/proc/31868/stat : 31868 (sugar) S 31866 31868 30452 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1994163669 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31868/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50264 s]
/proc/loadavg: 1.92 1.95 1.96 4/92 31890
/proc/meminfo: memFree=1852896/2055920 swapFree=4179828/4192956
[pid=31868] ppid=31866 vsize=13600 CPUtime=0.79
/proc/31868/stat : 31868 (sugar) S 31866 31868 30452 0 -1 4194304 973 7162 0 1 3 1 71 4 15 0 1 0 1994163669 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31868/statm: 3400 797 370 3 0 500 0
[pid=31881] ppid=31868 vsize=5356 CPUtime=0
/proc/31881/stat : 31881 (sh) S 31868 31868 30452 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994163753 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31881/statm: 1339 233 193 169 0 50 0
[pid=31882] ppid=31881 vsize=864144 CPUtime=0.64
/proc/31882/stat : 31882 (java) S 31881 31868 30452 0 -1 0 6113 0 1 0 62 2 0 0 18 0 9 0 1994163754 884883456 5394 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31882/statm: 216036 5394 2540 9 0 210611 0
[pid=31882/tid=31883] ppid=31881 vsize=864144 CPUtime=0.45
/proc/31882/task/31883/stat : 31883 (java) R 31881 31868 30452 0 -1 64 2508 0 1 0 45 0 0 0 21 0 9 0 1994163755 884883456 5394 996147200 134512640 134550740 4294955952 18446744073709551615 103259522 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31882/tid=31884] ppid=31881 vsize=864144 CPUtime=0.09
/proc/31882/task/31884/stat : 31884 (java) S 31881 31868 30452 0 -1 64 2570 0 0 0 9 0 0 0 16 0 9 0 1994163756 884883456 5394 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31882/tid=31885] ppid=31881 vsize=864144 CPUtime=0
/proc/31882/task/31885/stat : 31885 (java) S 31881 31868 30452 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994163756 884883456 5394 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31882/tid=31886] ppid=31881 vsize=864144 CPUtime=0
/proc/31882/task/31886/stat : 31886 (java) S 31881 31868 30452 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1994163756 884883456 5394 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31882/tid=31887] ppid=31881 vsize=864144 CPUtime=0
/proc/31882/task/31887/stat : 31887 (java) S 31881 31868 30452 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1994163758 884883456 5394 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31882/tid=31888] ppid=31881 vsize=864144 CPUtime=0.07
/proc/31882/task/31888/stat : 31888 (java) S 31881 31868 30452 0 -1 64 338 0 0 0 7 0 0 0 16 0 9 0 1994163758 884883456 5394 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31882/tid=31889] ppid=31881 vsize=864144 CPUtime=0
/proc/31882/task/31889/stat : 31889 (java) S 31881 31868 30452 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1994163758 884883456 5394 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31882/tid=31890] ppid=31881 vsize=864144 CPUtime=0
/proc/31882/task/31890/stat : 31890 (java) S 31881 31868 30452 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994163758 884883456 5394 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 883100

[startup+3.10283 s]
/proc/loadavg: 1.92 1.95 1.96 4/92 31890
/proc/meminfo: memFree=1829984/2055920 swapFree=4179828/4192956
[pid=31868] ppid=31866 vsize=13600 CPUtime=0.79
/proc/31868/stat : 31868 (sugar) S 31866 31868 30452 0 -1 4194304 973 7162 0 1 3 1 71 4 15 0 1 0 1994163669 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31868/statm: 3400 797 370 3 0 500 0
[pid=31881] ppid=31868 vsize=5356 CPUtime=0
/proc/31881/stat : 31881 (sh) S 31868 31868 30452 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994163753 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31881/statm: 1339 233 193 169 0 50 0
[pid=31882] ppid=31881 vsize=864228 CPUtime=2.23
/proc/31882/stat : 31882 (java) S 31881 31868 30452 0 -1 0 15915 0 1 0 215 8 0 0 18 0 9 0 1994163754 884969472 15132 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31882/statm: 216057 15132 2540 9 0 210632 0
[pid=31882/tid=31883] ppid=31881 vsize=864228 CPUtime=1.03
/proc/31882/task/31883/stat : 31883 (java) R 31881 31868 30452 0 -1 64 3190 0 1 0 102 1 0 0 25 0 9 0 1994163755 884969472 15132 996147200 134512640 134550740 4294955952 18446744073709551615 101444645 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31882/tid=31884] ppid=31881 vsize=864228 CPUtime=1.07
/proc/31882/task/31884/stat : 31884 (java) S 31881 31868 30452 0 -1 64 11675 0 0 0 102 5 0 0 17 0 9 0 1994163756 884969472 15132 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31882/tid=31885] ppid=31881 vsize=864228 CPUtime=0
/proc/31882/task/31885/stat : 31885 (java) S 31881 31868 30452 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994163756 884969472 15132 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31882/tid=31886] ppid=31881 vsize=864228 CPUtime=0
/proc/31882/task/31886/stat : 31886 (java) S 31881 31868 30452 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1994163756 884969472 15132 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31882/tid=31887] ppid=31881 vsize=864228 CPUtime=0
/proc/31882/task/31887/stat : 31887 (java) S 31881 31868 30452 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1994163758 884969472 15132 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31882/tid=31888] ppid=31881 vsize=864228 CPUtime=0.1
/proc/31882/task/31888/stat : 31888 (java) S 31881 31868 30452 0 -1 64 353 0 0 0 10 0 0 0 16 0 9 0 1994163758 884969472 15132 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31882/tid=31889] ppid=31881 vsize=864228 CPUtime=0
/proc/31882/task/31889/stat : 31889 (java) S 31881 31868 30452 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1994163758 884969472 15132 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31882/tid=31890] ppid=31881 vsize=864228 CPUtime=0
/proc/31882/task/31890/stat : 31890 (java) S 31881 31868 30452 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994163758 884969472 15132 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 883184

[startup+6.30221 s]
/proc/loadavg: 2.01 1.97 1.97 4/92 31890
/proc/meminfo: memFree=1723680/2055920 swapFree=4179828/4192956
[pid=31868] ppid=31866 vsize=13600 CPUtime=0.79
/proc/31868/stat : 31868 (sugar) S 31866 31868 30452 0 -1 4194304 974 7162 0 1 3 1 71 4 15 0 1 0 1994163669 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31868/statm: 3400 797 370 3 0 500 0
[pid=31881] ppid=31868 vsize=5356 CPUtime=0
/proc/31881/stat : 31881 (sh) S 31868 31868 30452 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994163753 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31881/statm: 1339 233 193 169 0 50 0
[pid=31882] ppid=31881 vsize=868508 CPUtime=5.39
/proc/31882/stat : 31882 (java) S 31881 31868 30452 0 -1 0 43292 0 1 0 519 20 0 0 18 0 9 0 1994163754 889352192 32207 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31882/statm: 217127 32207 2565 9 0 211674 0
[pid=31882/tid=31883] ppid=31881 vsize=868508 CPUtime=2.18
/proc/31882/task/31883/stat : 31883 (java) R 31881 31868 30452 0 -1 64 4312 0 1 0 216 2 0 0 25 0 9 0 1994163755 889352192 32207 996147200 134512640 134550740 4294955952 18446744073709551615 4126960923 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31882/tid=31884] ppid=31881 vsize=868508 CPUtime=2.94
/proc/31882/task/31884/stat : 31884 (java) S 31881 31868 30452 0 -1 64 36800 0 0 0 279 15 0 0 16 0 9 0 1994163756 889352192 32207 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31882/tid=31885] ppid=31881 vsize=868508 CPUtime=0
/proc/31882/task/31885/stat : 31885 (java) S 31881 31868 30452 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994163756 889352192 32207 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31882/tid=31886] ppid=31881 vsize=868508 CPUtime=0
/proc/31882/task/31886/stat : 31886 (java) S 31881 31868 30452 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994163756 889352192 32207 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31882/tid=31887] ppid=31881 vsize=868508 CPUtime=0
/proc/31882/task/31887/stat : 31887 (java) S 31881 31868 30452 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1994163758 889352192 32207 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31882/tid=31888] ppid=31881 vsize=868508 CPUtime=0.23
/proc/31882/task/31888/stat : 31888 (java) S 31881 31868 30452 0 -1 64 1483 0 0 0 23 0 0 0 15 0 9 0 1994163758 889352192 32207 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31882/tid=31889] ppid=31881 vsize=868508 CPUtime=0
/proc/31882/task/31889/stat : 31889 (java) S 31881 31868 30452 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1994163758 889352192 32207 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31882/tid=31890] ppid=31881 vsize=868508 CPUtime=0
/proc/31882/task/31890/stat : 31890 (java) S 31881 31868 30452 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994163758 889352192 32207 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 887464

[startup+12.703 s]
/proc/loadavg: 2.01 1.97 1.97 3/92 31890
/proc/meminfo: memFree=1726944/2055920 swapFree=4179828/4192956
[pid=31868] ppid=31866 vsize=13600 CPUtime=0.79
/proc/31868/stat : 31868 (sugar) S 31866 31868 30452 0 -1 4194304 974 7162 0 1 3 1 71 4 15 0 1 0 1994163669 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31868/statm: 3400 797 370 3 0 500 0
[pid=31881] ppid=31868 vsize=5356 CPUtime=0
/proc/31881/stat : 31881 (sh) S 31868 31868 30452 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994163753 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31881/statm: 1339 233 193 169 0 50 0
[pid=31882] ppid=31881 vsize=868508 CPUtime=11.73
/proc/31882/stat : 31882 (java) S 31881 31868 30452 0 -1 0 44792 0 1 0 1148 25 0 0 18 0 9 0 1994163754 889352192 33664 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31882/statm: 217127 33664 2565 9 0 211674 0
[pid=31882/tid=31883] ppid=31881 vsize=868508 CPUtime=8.33
/proc/31882/task/31883/stat : 31883 (java) R 31881 31868 30452 0 -1 64 4356 0 1 0 827 6 0 0 25 0 9 0 1994163755 889352192 33664 996147200 134512640 134550740 4294955952 18446744073709551615 101444398 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31882/tid=31884] ppid=31881 vsize=868508 CPUtime=3.12
/proc/31882/task/31884/stat : 31884 (java) S 31881 31868 30452 0 -1 64 38252 0 0 0 296 16 0 0 16 0 9 0 1994163756 889352192 33664 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31882/tid=31885] ppid=31881 vsize=868508 CPUtime=0
/proc/31882/task/31885/stat : 31885 (java) S 31881 31868 30452 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994163756 889352192 33664 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31882/tid=31886] ppid=31881 vsize=868508 CPUtime=0
/proc/31882/task/31886/stat : 31886 (java) S 31881 31868 30452 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994163756 889352192 33664 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31882/tid=31887] ppid=31881 vsize=868508 CPUtime=0
/proc/31882/task/31887/stat : 31887 (java) S 31881 31868 30452 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1994163758 889352192 33664 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31882/tid=31888] ppid=31881 vsize=868508 CPUtime=0.23
/proc/31882/task/31888/stat : 31888 (java) S 31881 31868 30452 0 -1 64 1487 0 0 0 23 0 0 0 16 0 9 0 1994163758 889352192 33664 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31882/tid=31889] ppid=31881 vsize=868508 CPUtime=0
/proc/31882/task/31889/stat : 31889 (java) S 31881 31868 30452 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1994163758 889352192 33664 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31882/tid=31890] ppid=31881 vsize=868508 CPUtime=0
/proc/31882/task/31890/stat : 31890 (java) S 31881 31868 30452 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994163758 889352192 33664 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 887464

[startup+25.5015 s]
/proc/loadavg: 2.00 1.97 1.97 3/92 31890
/proc/meminfo: memFree=1706912/2055920 swapFree=4179828/4192956
[pid=31868] ppid=31866 vsize=13600 CPUtime=0.79
/proc/31868/stat : 31868 (sugar) S 31866 31868 30452 0 -1 4194304 974 7162 0 1 3 1 71 4 15 0 1 0 1994163669 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31868/statm: 3400 797 370 3 0 500 0
[pid=31881] ppid=31868 vsize=5356 CPUtime=0
/proc/31881/stat : 31881 (sh) S 31868 31868 30452 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994163753 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31881/statm: 1339 233 193 169 0 50 0
[pid=31882] ppid=31881 vsize=868508 CPUtime=24.39
/proc/31882/stat : 31882 (java) S 31881 31868 30452 0 -1 0 47068 0 1 0 2407 32 0 0 18 0 9 0 1994163754 889352192 35863 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31882/statm: 217127 35863 2565 9 0 211674 0
[pid=31882/tid=31883] ppid=31881 vsize=868508 CPUtime=20.64
/proc/31882/task/31883/stat : 31883 (java) R 31881 31868 30452 0 -1 64 4433 0 1 0 2051 13 0 0 25 0 9 0 1994163755 889352192 35863 996147200 134512640 134550740 4294955952 18446744073709551615 4126985415 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31882/tid=31884] ppid=31881 vsize=868508 CPUtime=3.48
/proc/31882/task/31884/stat : 31884 (java) S 31881 31868 30452 0 -1 64 40449 0 0 0 331 17 0 0 16 0 9 0 1994163756 889352192 35863 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31882/tid=31885] ppid=31881 vsize=868508 CPUtime=0
/proc/31882/task/31885/stat : 31885 (java) S 31881 31868 30452 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994163756 889352192 35863 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31882/tid=31886] ppid=31881 vsize=868508 CPUtime=0
/proc/31882/task/31886/stat : 31886 (java) S 31881 31868 30452 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994163756 889352192 35863 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/meminfo: memFree=1624480/2055920 swapFree=4179828/4192956
[pid=31868] ppid=31866 vsize=13600 CPUtime=187.55
/proc/31868/stat : 31868 (sugar) S 31866 31868 30452 0 -1 4194304 1023 85659 0 2 3 1 18638 113 16 0 1 0 1994163669 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31868/statm: 3400 799 370 3 0 500 0
[pid=31891] ppid=31868 vsize=5356 CPUtime=0
/proc/31891/stat : 31891 (sh) S 31868 31868 30452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994182624 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31891/statm: 1339 232 193 169 0 50 0
[pid=31892] ppid=31891 vsize=143164 CPUtime=1102.3
/proc/31892/stat : 31892 (picosat) R 31891 31868 30452 0 -1 4194304 35454 0 0 0 107812 2418 0 0 25 0 1 0 1994182625 146599936 33658 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/31892/statm: 35791 33658 48 102 0 35686 0
Current children cumulated CPU time (s) 1289.85
Current children cumulated vsize (KiB) 162120

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/84 31892
/proc/meminfo: memFree=1622816/2055920 swapFree=4179828/4192956
[pid=31868] ppid=31866 vsize=13600 CPUtime=187.55
/proc/31868/stat : 31868 (sugar) S 31866 31868 30452 0 -1 4194304 1023 85659 0 2 3 1 18638 113 16 0 1 0 1994163669 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31868/statm: 3400 799 370 3 0 500 0
[pid=31891] ppid=31868 vsize=5356 CPUtime=0
/proc/31891/stat : 31891 (sh) S 31868 31868 30452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994182624 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31891/statm: 1339 232 193 169 0 50 0
[pid=31892] ppid=31891 vsize=144484 CPUtime=1161.73
/proc/31892/stat : 31892 (picosat) R 31891 31868 30452 0 -1 4194304 36022 0 0 0 113755 2418 0 0 25 0 1 0 1994182625 147951616 34026 996147200 134512640 134931368 4294956256 18446744073709551615 134529347 0 0 4096 0 0 0 0 17 1 0 0
/proc/31892/statm: 36121 34026 48 102 0 36016 0
Current children cumulated CPU time (s) 1349.28
Current children cumulated vsize (KiB) 163440

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.98 3/84 31892
/proc/meminfo: memFree=1622816/2055920 swapFree=4179828/4192956
[pid=31868] ppid=31866 vsize=13600 CPUtime=187.55
/proc/31868/stat : 31868 (sugar) S 31866 31868 30452 0 -1 4194304 1023 85659 0 2 3 1 18638 113 16 0 1 0 1994163669 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31868/statm: 3400 799 370 3 0 500 0
[pid=31891] ppid=31868 vsize=5356 CPUtime=0
/proc/31891/stat : 31891 (sh) S 31868 31868 30452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994182624 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31891/statm: 1339 232 193 169 0 50 0
[pid=31892] ppid=31891 vsize=144484 CPUtime=1221.17
/proc/31892/stat : 31892 (picosat) R 31891 31868 30452 0 -1 4194304 36022 0 0 0 119699 2418 0 0 25 0 1 0 1994182625 147951616 34026 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/31892/statm: 36121 34026 48 102 0 36016 0
Current children cumulated CPU time (s) 1408.72
Current children cumulated vsize (KiB) 163440

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/84 31892
/proc/meminfo: memFree=1622432/2055920 swapFree=4179828/4192956
[pid=31868] ppid=31866 vsize=13600 CPUtime=187.55
/proc/31868/stat : 31868 (sugar) S 31866 31868 30452 0 -1 4194304 1023 85659 0 2 3 1 18638 113 16 0 1 0 1994163669 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31868/statm: 3400 799 370 3 0 500 0
[pid=31891] ppid=31868 vsize=5356 CPUtime=0
/proc/31891/stat : 31891 (sh) S 31868 31868 30452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994182624 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31891/statm: 1339 232 193 169 0 50 0
[pid=31892] ppid=31891 vsize=145012 CPUtime=1280.61
/proc/31892/stat : 31892 (picosat) R 31891 31868 30452 0 -1 4194304 36149 0 0 0 125642 2419 0 0 25 0 1 0 1994182625 148492288 34153 996147200 134512640 134931368 4294956256 18446744073709551615 134529946 0 0 4096 0 0 0 0 17 1 0 0
/proc/31892/statm: 36253 34153 48 102 0 36148 0
Current children cumulated CPU time (s) 1468.16
Current children cumulated vsize (KiB) 163968

[startup+1542.3 s]
/proc/loadavg: 1.96 1.98 1.98 3/75 31922
/proc/meminfo: memFree=1646632/2055920 swapFree=4179828/4192956
[pid=31868] ppid=31866 vsize=13600 CPUtime=187.55
/proc/31868/stat : 31868 (sugar) S 31866 31868 30452 0 -1 4194304 1023 85659 0 2 3 1 18638 113 16 0 1 0 1994163669 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31868/statm: 3400 799 370 3 0 500 0
[pid=31891] ppid=31868 vsize=5356 CPUtime=0
/proc/31891/stat : 31891 (sh) S 31868 31868 30452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994182624 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31891/statm: 1339 232 193 169 0 50 0
[pid=31892] ppid=31891 vsize=145276 CPUtime=1340.54
/proc/31892/stat : 31892 (picosat) R 31891 31868 30452 0 -1 4194304 36450 0 0 0 131634 2420 0 0 25 0 1 0 1994182625 148762624 34243 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/31892/statm: 36319 34243 48 102 0 36214 0
Current children cumulated CPU time (s) 1528.09
Current children cumulated vsize (KiB) 164232

[startup+1602.3 s]
/proc/loadavg: 1.98 1.98 1.98 3/84 31970
/proc/meminfo: memFree=1483808/2055920 swapFree=4179828/4192956
[pid=31868] ppid=31866 vsize=13600 CPUtime=187.55
/proc/31868/stat : 31868 (sugar) S 31866 31868 30452 0 -1 4194304 1023 85659 0 2 3 1 18638 113 16 0 1 0 1994163669 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31868/statm: 3400 799 370 3 0 500 0
[pid=31891] ppid=31868 vsize=5356 CPUtime=0
/proc/31891/stat : 31891 (sh) S 31868 31868 30452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994182624 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31891/statm: 1339 232 193 169 0 50 0
[pid=31892] ppid=31891 vsize=145276 CPUtime=1400.51
/proc/31892/stat : 31892 (picosat) R 31891 31868 30452 0 -1 4194304 36450 0 0 0 137630 2421 0 0 25 0 1 0 1994182625 148762624 34243 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/31892/statm: 36319 34243 48 102 0 36214 0
Current children cumulated CPU time (s) 1588.06
Current children cumulated vsize (KiB) 164232

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.98 3/84 31970
/proc/meminfo: memFree=1446176/2055920 swapFree=4179828/4192956
[pid=31868] ppid=31866 vsize=13600 CPUtime=187.55
/proc/31868/stat : 31868 (sugar) S 31866 31868 30452 0 -1 4194304 1023 85659 0 2 3 1 18638 113 16 0 1 0 1994163669 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31868/statm: 3400 799 370 3 0 500 0
[pid=31891] ppid=31868 vsize=5356 CPUtime=0
/proc/31891/stat : 31891 (sh) S 31868 31868 30452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994182624 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31891/statm: 1339 232 193 169 0 50 0
[pid=31892] ppid=31891 vsize=145276 CPUtime=1460.48
/proc/31892/stat : 31892 (picosat) R 31891 31868 30452 0 -1 4194304 36659 0 0 0 143626 2422 0 0 25 0 1 0 1994182625 148762624 34243 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/31892/statm: 36319 34243 48 102 0 36214 0
Current children cumulated CPU time (s) 1648.03
Current children cumulated vsize (KiB) 164232

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.98 3/76 31971
/proc/meminfo: memFree=1053792/2055920 swapFree=4179828/4192956
[pid=31868] ppid=31866 vsize=13600 CPUtime=187.55
/proc/31868/stat : 31868 (sugar) S 31866 31868 30452 0 -1 4194304 1023 85659 0 2 3 1 18638 113 16 0 1 0 1994163669 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31868/statm: 3400 799 370 3 0 500 0
[pid=31891] ppid=31868 vsize=5356 CPUtime=0
/proc/31891/stat : 31891 (sh) S 31868 31868 30452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994182624 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31891/statm: 1339 232 193 169 0 50 0
[pid=31892] ppid=31891 vsize=145408 CPUtime=1520.46
/proc/31892/stat : 31892 (picosat) R 31891 31868 30452 0 -1 4194304 36681 0 0 0 149623 2423 0 0 25 0 1 0 1994182625 148897792 34265 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/31892/statm: 36352 34265 48 102 0 36247 0
Current children cumulated CPU time (s) 1708.01
Current children cumulated vsize (KiB) 164364

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.98 3/76 31971
/proc/meminfo: memFree=1049888/2055920 swapFree=4179828/4192956
[pid=31868] ppid=31866 vsize=13600 CPUtime=187.55
/proc/31868/stat : 31868 (sugar) S 31866 31868 30452 0 -1 4194304 1023 85659 0 2 3 1 18638 113 16 0 1 0 1994163669 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31868/statm: 3400 799 370 3 0 500 0
[pid=31891] ppid=31868 vsize=5356 CPUtime=0
/proc/31891/stat : 31891 (sh) S 31868 31868 30452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994182624 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31891/statm: 1339 232 193 169 0 50 0
[pid=31892] ppid=31891 vsize=148312 CPUtime=1580.43
/proc/31892/stat : 31892 (picosat) R 31891 31868 30452 0 -1 4194304 37686 0 0 0 155619 2424 0 0 25 0 1 0 1994182625 151871488 35045 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/31892/statm: 37078 35045 48 102 0 36973 0
Current children cumulated CPU time (s) 1767.98
Current children cumulated vsize (KiB) 167268



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.4 s]
/proc/loadavg: 1.99 1.98 1.98 3/76 31971
/proc/meminfo: memFree=1049824/2055920 swapFree=4179828/4192956
[pid=31868] ppid=31866 vsize=13600 CPUtime=187.55
/proc/31868/stat : 31868 (sugar) S 31866 31868 30452 0 -1 4194304 1023 85659 0 2 3 1 18638 113 16 0 1 0 1994163669 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31868/statm: 3400 799 370 3 0 500 0
[pid=31891] ppid=31868 vsize=5356 CPUtime=0
/proc/31891/stat : 31891 (sh) S 31868 31868 30452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994182624 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31891/statm: 1339 232 193 169 0 50 0
[pid=31892] ppid=31891 vsize=148312 CPUtime=1612.52
/proc/31892/stat : 31892 (picosat) R 31891 31868 30452 0 -1 4194304 37686 0 0 0 158828 2424 0 0 25 0 1 0 1994182625 151871488 35045 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/31892/statm: 37078 35045 48 102 0 36973 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 167268

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31868 and gives
#  childrusage.ru_utime.tv_sec=186
#  childrusage.ru_utime.tv_usec=420659
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=147825
# CPU time returned by wait4() is 187.568
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1814.43
CPU time (s): 1800.07
CPU user time (s): 1774.69
CPU system time (s): 25.38
CPU usage (%): 99.2085
Max. virtual memory (cumulated for all children) (KiB): 908028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 186.421
system time used= 1.14783
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87036
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11128
involuntary context switches= 16340

runsolver used 1.9757 second user time and 6.25205 second system time

The end

Launcher Data (download as text)

Begin job on node66 at 2008-07-04 08:12:20
IDJOB=1067967
IDBENCH=55464
IDSOLVER=345
FILE ID=node66/1067967-1215151940
PBS_JOBID= 7877405
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/lexHerald/normalized-crossword-m1-lex-19-03.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-1067967-1215151940/watcher-1067967-1215151940 -o /tmp/evaluation-result-1067967-1215151940/solver-1067967-1215151940 -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-1067967-1215151940.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3c2779849935bf9ee26f9ef7af257926
RANDOM SEED=253616280

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1861144 kB
Buffers:         12212 kB
Cached:          94532 kB
SwapCached:       6748 kB
Active:         120132 kB
Inactive:        22448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1861144 kB
SwapTotal:     4192956 kB
SwapFree:      4179828 kB
Dirty:            1892 kB
Writeback:           0 kB
Mapped:          52172 kB
Slab:            37156 kB
Committed_AS:  4070756 kB
PageTables:       1956 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= 66476 MiB
End job on node66 at 2008-07-04 08:42:36