Trace number 1076996

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.05 1803.32

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-15-04.xml
MD5SUM3097f8c918f8091fb608d0f760556ab9
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 benchmark9.99648
Satisfiable
(Un)Satisfiability was proved
Number of variables193
Number of constraints698
Maximum constraint arity30
Maximum domain size26
Number of constraints which are defined in extension76
Number of constraints which are defined in intension622
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Fri Jul  4 19:02:16 2008
0.00/0.05	c 0	PID 23034
0.00/0.05	c 0	HOST node6.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1076996-1215190936.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-1076996-1215190936.xml' 'HOME/temp.csp'
0.03/0.74	c 1	1 domains, 193 variables, 8 predicates, 6 relations, 698 constraints
0.03/0.76	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.76	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.70/0.84	c 1	Parsing HOME/temp.csp
1.23/1.39	c 2	parsed 906 expressions
1.23/1.39	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.23/1.39	c 2	Converting to clausal form CSP
1.33/1.41	c 2	converted 91 (10%) expressions
1.33/1.42	c 2	converted 182 (20%) expressions
2.22/2.40	c 3	converted 272 (30%) expressions
2.42/2.59	c 3	converted 363 (40%) expressions
3.01/3.14	c 3	converted 453 (50%) expressions
3.12/3.29	c 4	converted 544 (60%) expressions
3.22/3.39	c 4	converted 635 (70%) expressions
3.31/3.49	c 4	converted 725 (80%) expressions
3.41/3.50	c 4	converted 816 (90%) expressions
3.41/3.54	c 4	converted 906 (100%) expressions
3.41/3.54	c 4	CSP : 193 integers, 0 booleans, 698 clauses, largest domain size 26
3.41/3.54	c 4	Heap : 56 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.41/3.54	c 4	Propagation in CSP
3.41/3.56	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.41/3.56	c 4	CSP : 193 integers, 0 booleans, 698 clauses, largest domain size 26
3.41/3.56	c 4	Heap : 57 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.41/3.56	c 4	Simplifing CSP by introducing new Boolean variables
3.51/3.60	c 4	CSP : 193 integers, 5444 booleans, 6142 clauses, largest domain size 26
3.51/3.60	c 4	Heap : 57 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.81/3.97	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.81/3.98	c 4	20 (10%) CSP integer variables are encoded (480 clauses, 5136 bytes)
3.81/3.99	c 4	39 (20%) CSP integer variables are encoded (936 clauses, 10152 bytes)
3.81/3.99	c 4	58 (30%) CSP integer variables are encoded (1392 clauses, 16033 bytes)
3.81/3.99	c 4	78 (40%) CSP integer variables are encoded (1872 clauses, 22273 bytes)
3.81/3.99	c 4	97 (50%) CSP integer variables are encoded (2328 clauses, 28201 bytes)
3.81/3.99	c 4	116 (60%) CSP integer variables are encoded (2784 clauses, 34129 bytes)
3.81/3.99	c 4	136 (70%) CSP integer variables are encoded (3264 clauses, 40369 bytes)
3.81/3.99	c 4	155 (80%) CSP integer variables are encoded (3720 clauses, 46297 bytes)
3.81/4.00	c 4	174 (90%) CSP integer variables are encoded (4176 clauses, 52225 bytes)
3.81/4.00	c 4	193 (100%) CSP integer variables are encoded (4632 clauses, 58153 bytes)
34.52/34.81	c 35	615 (10%) CSP clauses are encoded (515275 clauses, 20974917 bytes)
52.32/52.80	c 53	1229 (20%) CSP clauses are encoded (684044 clauses, 29116732 bytes)
67.23/67.78	c 68	1843 (30%) CSP clauses are encoded (761629 clauses, 33044260 bytes)
82.46/83.02	c 83	2457 (40%) CSP clauses are encoded (839214 clauses, 36632627 bytes)
98.67/99.39	c 100	3071 (50%) CSP clauses are encoded (916799 clauses, 40935117 bytes)
113.69/114.50	c 115	3686 (60%) CSP clauses are encoded (994685 clauses, 45240591 bytes)
113.79/114.53	c 115	4300 (70%) CSP clauses are encoded (1009249 clauses, 45513017 bytes)
113.79/114.56	c 115	4914 (80%) CSP clauses are encoded (1023813 clauses, 45785443 bytes)
113.79/114.58	c 115	5528 (90%) CSP clauses are encoded (1038402 clauses, 46057126 bytes)
115.98/116.73	c 117	6142 (100%) CSP clauses are encoded (1085732 clauses, 49306948 bytes)
115.98/116.73	c 117	6142 CSP clauses encoded
115.98/116.73	c 117	Writing map file : HOME/temp.map
115.98/116.73	c 117	Heap : 79 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
115.98/116.73	c 117	SAT : 10269 SAT variables, 1085732 SAT clauses, 49306948 bytes
115.98/116.73	c 117	Heap : 79 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
115.98/116.78	c 117	SOLVING HOME/temp.cnf
115.98/116.78	c 117	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.05/1803.32	c ERROR INTERRUPTED
1800.05/1803.32	s UNKNOWN
1800.05/1803.32	c 1804	CPU 115.35 (0.04 0 115.31 0.69)
1800.05/1803.32	c 1804	END Fri Jul  4 19:32:20 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-1076996-1215190936/watcher-1076996-1215190936 -o /tmp/evaluation-result-1076996-1215190936/solver-1076996-1215190936 -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-1076996-1215190936.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/82 23034
/proc/meminfo: memFree=1200712/2055924 swapFree=4180432/4192956
[pid=23034] ppid=23032 vsize=12268 CPUtime=0
/proc/23034/stat : 23034 (sugar) R 23032 23034 21198 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 1998068903 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 268583008869 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/23034/statm: 3067 316 241 3 0 167 0

[startup+0.0805861 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 23034
/proc/meminfo: memFree=1200712/2055924 swapFree=4180432/4192956
[pid=23034] ppid=23032 vsize=13600 CPUtime=0.03
/proc/23034/stat : 23034 (sugar) S 23032 23034 21198 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1998068903 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23034/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.112156 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 23034
/proc/meminfo: memFree=1200712/2055924 swapFree=4180432/4192956
[pid=23034] ppid=23032 vsize=13600 CPUtime=0.03
/proc/23034/stat : 23034 (sugar) S 23032 23034 21198 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1998068903 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23034/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302248 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 23034
/proc/meminfo: memFree=1200712/2055924 swapFree=4180432/4192956
[pid=23034] ppid=23032 vsize=13600 CPUtime=0.03
/proc/23034/stat : 23034 (sugar) S 23032 23034 21198 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1998068903 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23034/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702327 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 23034
/proc/meminfo: memFree=1200712/2055924 swapFree=4180432/4192956
[pid=23034] ppid=23032 vsize=13600 CPUtime=0.03
/proc/23034/stat : 23034 (sugar) S 23032 23034 21198 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1998068903 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23034/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50148 s]
/proc/loadavg: 1.92 1.98 1.99 4/93 23056
/proc/meminfo: memFree=1192816/2055924 swapFree=4180432/4192956
[pid=23034] ppid=23032 vsize=13600 CPUtime=0.71
/proc/23034/stat : 23034 (sugar) S 23032 23034 21198 0 -1 4194304 973 7047 0 1 4 0 63 4 15 0 1 0 1998068903 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23034/statm: 3400 797 370 3 0 500 0
[pid=23047] ppid=23034 vsize=5356 CPUtime=0
/proc/23047/stat : 23047 (sh) S 23034 23034 21198 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998068980 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23047/statm: 1339 233 193 169 0 50 0
[pid=23048] ppid=23047 vsize=864276 CPUtime=0.72
/proc/23048/stat : 23048 (java) S 23047 23034 21198 0 -1 0 6574 0 1 0 69 3 0 0 18 0 9 0 1998068980 885018624 5860 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23048/statm: 216069 5860 2540 9 0 210644 0
[pid=23048/tid=23049] ppid=23047 vsize=864276 CPUtime=0.5
/proc/23048/task/23049/stat : 23049 (java) R 23047 23034 21198 0 -1 64 2552 0 1 0 49 1 0 0 20 0 9 0 1998068981 885018624 5860 996147200 134512640 134550740 4294955952 18446744073709551615 103215090 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23048/tid=23050] ppid=23047 vsize=864276 CPUtime=0.11
/proc/23048/task/23050/stat : 23050 (java) S 23047 23034 21198 0 -1 64 2981 0 0 0 11 0 0 0 16 0 9 0 1998068982 885018624 5860 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23048/tid=23051] ppid=23047 vsize=864276 CPUtime=0
/proc/23048/task/23051/stat : 23051 (java) S 23047 23034 21198 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998068982 885018624 5860 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23048/tid=23052] ppid=23047 vsize=864276 CPUtime=0
/proc/23048/task/23052/stat : 23052 (java) S 23047 23034 21198 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1998068982 885018624 5860 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23048/tid=23053] ppid=23047 vsize=864276 CPUtime=0
/proc/23048/task/23053/stat : 23053 (java) S 23047 23034 21198 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1998068984 885018624 5860 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23048/tid=23054] ppid=23047 vsize=864276 CPUtime=0.08
/proc/23048/task/23054/stat : 23054 (java) S 23047 23034 21198 0 -1 64 343 0 0 0 8 0 0 0 16 0 9 0 1998068984 885018624 5860 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23048/tid=23055] ppid=23047 vsize=864276 CPUtime=0
/proc/23048/task/23055/stat : 23055 (java) S 23047 23034 21198 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1998068984 885018624 5860 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23048/tid=23056] ppid=23047 vsize=864276 CPUtime=0
/proc/23048/task/23056/stat : 23056 (java) S 23047 23034 21198 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998068984 885018624 5860 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) 883232

[startup+3.1028 s]
/proc/loadavg: 1.92 1.98 1.99 4/93 23056
/proc/meminfo: memFree=1169712/2055924 swapFree=4180432/4192956
[pid=23034] ppid=23032 vsize=13600 CPUtime=0.71
/proc/23034/stat : 23034 (sugar) S 23032 23034 21198 0 -1 4194304 973 7047 0 1 4 0 63 4 15 0 1 0 1998068903 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23034/statm: 3400 797 370 3 0 500 0
[pid=23047] ppid=23034 vsize=5356 CPUtime=0
/proc/23047/stat : 23047 (sh) S 23034 23034 21198 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998068980 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23047/statm: 1339 233 193 169 0 50 0
[pid=23048] ppid=23047 vsize=868404 CPUtime=2.3
/proc/23048/stat : 23048 (java) S 23047 23034 21198 0 -1 0 16694 0 1 0 220 10 0 0 18 0 9 0 1998068980 889245696 15911 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23048/statm: 217101 15911 2540 9 0 211676 0
[pid=23048/tid=23049] ppid=23047 vsize=868404 CPUtime=1.06
/proc/23048/task/23049/stat : 23049 (java) R 23047 23034 21198 0 -1 64 3149 0 1 0 105 1 0 0 25 0 9 0 1998068981 889245696 15911 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23048/tid=23050] ppid=23047 vsize=868404 CPUtime=1.04
/proc/23048/task/23050/stat : 23050 (java) S 23047 23034 21198 0 -1 64 11417 0 0 0 98 6 0 0 17 0 9 0 1998068982 889245696 15911 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23048/tid=23051] ppid=23047 vsize=868404 CPUtime=0
/proc/23048/task/23051/stat : 23051 (java) S 23047 23034 21198 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998068982 889245696 15911 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23048/tid=23052] ppid=23047 vsize=868404 CPUtime=0
/proc/23048/task/23052/stat : 23052 (java) S 23047 23034 21198 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1998068982 889245696 15911 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23048/tid=23053] ppid=23047 vsize=868404 CPUtime=0
/proc/23048/task/23053/stat : 23053 (java) S 23047 23034 21198 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1998068984 889245696 15911 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23048/tid=23054] ppid=23047 vsize=868404 CPUtime=0.17
/proc/23048/task/23054/stat : 23054 (java) R 23047 23034 21198 0 -1 64 1430 0 0 0 16 1 0 0 16 0 9 0 1998068984 889245696 15911 996147200 134512640 134550740 4294955952 18446744073709551615 101987236 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23048/tid=23055] ppid=23047 vsize=868404 CPUtime=0
/proc/23048/task/23055/stat : 23055 (java) S 23047 23034 21198 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1998068984 889245696 15911 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23048/tid=23056] ppid=23047 vsize=868404 CPUtime=0
/proc/23048/task/23056/stat : 23056 (java) S 23047 23034 21198 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998068984 889245696 15911 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887360

[startup+6.30144 s]
/proc/loadavg: 1.93 1.98 1.99 3/93 23056
/proc/meminfo: memFree=1123248/2055924 swapFree=4180432/4192956
[pid=23034] ppid=23032 vsize=13600 CPUtime=0.71
/proc/23034/stat : 23034 (sugar) S 23032 23034 21198 0 -1 4194304 974 7047 0 1 4 0 63 4 15 0 1 0 1998068903 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23034/statm: 3400 797 370 3 0 500 0
[pid=23047] ppid=23034 vsize=5356 CPUtime=0
/proc/23047/stat : 23047 (sh) S 23034 23034 21198 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998068980 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23047/statm: 1339 233 193 169 0 50 0
[pid=23048] ppid=23047 vsize=868516 CPUtime=5.49
/proc/23048/stat : 23048 (java) S 23047 23034 21198 0 -1 0 21550 0 1 0 532 17 0 0 18 0 9 0 1998068980 889360384 20615 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23048/statm: 217129 20615 2565 9 0 211676 0
[pid=23048/tid=23049] ppid=23047 vsize=868516 CPUtime=3.52
/proc/23048/task/23049/stat : 23049 (java) R 23047 23034 21198 0 -1 64 3502 0 1 0 347 5 0 0 25 0 9 0 1998068981 889360384 20615 996147200 134512640 134550740 4294955952 18446744073709551615 4126922799 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23048/tid=23050] ppid=23047 vsize=868516 CPUtime=1.71
/proc/23048/task/23050/stat : 23050 (java) S 23047 23034 21198 0 -1 64 15883 0 0 0 162 9 0 0 16 0 9 0 1998068982 889360384 20615 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23048/tid=23051] ppid=23047 vsize=868516 CPUtime=0
/proc/23048/task/23051/stat : 23051 (java) S 23047 23034 21198 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998068982 889360384 20615 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23048/tid=23052] ppid=23047 vsize=868516 CPUtime=0
/proc/23048/task/23052/stat : 23052 (java) S 23047 23034 21198 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1998068982 889360384 20615 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23048/tid=23053] ppid=23047 vsize=868516 CPUtime=0
/proc/23048/task/23053/stat : 23053 (java) S 23047 23034 21198 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1998068984 889360384 20615 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23048/tid=23054] ppid=23047 vsize=868516 CPUtime=0.23
/proc/23048/task/23054/stat : 23054 (java) S 23047 23034 21198 0 -1 64 1467 0 0 0 22 1 0 0 16 0 9 0 1998068984 889360384 20615 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23048/tid=23055] ppid=23047 vsize=868516 CPUtime=0
/proc/23048/task/23055/stat : 23055 (java) S 23047 23034 21198 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1998068984 889360384 20615 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23048/tid=23056] ppid=23047 vsize=868516 CPUtime=0
/proc/23048/task/23056/stat : 23056 (java) S 23047 23034 21198 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998068984 889360384 20615 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 887472

[startup+12.7027 s]
/proc/loadavg: 1.93 1.98 1.99 3/93 23056
/proc/meminfo: memFree=1113136/2055924 swapFree=4180432/4192956
[pid=23034] ppid=23032 vsize=13600 CPUtime=0.71
/proc/23034/stat : 23034 (sugar) S 23032 23034 21198 0 -1 4194304 974 7047 0 1 4 0 63 4 15 0 1 0 1998068903 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23034/statm: 3400 797 370 3 0 500 0
[pid=23047] ppid=23034 vsize=5356 CPUtime=0
/proc/23047/stat : 23047 (sh) S 23034 23034 21198 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998068980 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23047/statm: 1339 233 193 169 0 50 0
[pid=23048] ppid=23047 vsize=868516 CPUtime=11.84
/proc/23048/stat : 23048 (java) S 23047 23034 21198 0 -1 0 22941 0 1 0 1162 22 0 0 18 0 9 0 1998068980 889360384 21943 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23048/statm: 217129 21943 2565 9 0 211676 0
[pid=23048/tid=23049] ppid=23047 vsize=868516 CPUtime=9.65
/proc/23048/task/23049/stat : 23049 (java) R 23047 23034 21198 0 -1 64 3566 0 1 0 956 9 0 0 25 0 9 0 1998068981 889360384 21943 996147200 134512640 134550740 4294955952 18446744073709551615 4126935940 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23048/tid=23050] ppid=23047 vsize=868516 CPUtime=1.92
/proc/23048/task/23050/stat : 23050 (java) S 23047 23034 21198 0 -1 64 17206 0 0 0 182 10 0 0 16 0 9 0 1998068982 889360384 21943 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23048/tid=23051] ppid=23047 vsize=868516 CPUtime=0
/proc/23048/task/23051/stat : 23051 (java) S 23047 23034 21198 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998068982 889360384 21943 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23048/tid=23052] ppid=23047 vsize=868516 CPUtime=0
/proc/23048/task/23052/stat : 23052 (java) S 23047 23034 21198 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1998068982 889360384 21943 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23048/tid=23053] ppid=23047 vsize=868516 CPUtime=0
/proc/23048/task/23053/stat : 23053 (java) S 23047 23034 21198 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1998068984 889360384 21943 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23048/tid=23054] ppid=23047 vsize=868516 CPUtime=0.23
/proc/23048/task/23054/stat : 23054 (java) S 23047 23034 21198 0 -1 64 1471 0 0 0 22 1 0 0 17 0 9 0 1998068984 889360384 21943 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23048/tid=23055] ppid=23047 vsize=868516 CPUtime=0
/proc/23048/task/23055/stat : 23055 (java) S 23047 23034 21198 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1998068984 889360384 21943 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23048/tid=23056] ppid=23047 vsize=868516 CPUtime=0
/proc/23048/task/23056/stat : 23056 (java) R 23047 23034 21198 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998068984 889360384 21943 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 887472

[startup+25.5022 s]
/proc/loadavg: 1.95 1.98 1.99 3/93 23056
/proc/meminfo: memFree=1085936/2055924 swapFree=4180432/4192956
[pid=23034] ppid=23032 vsize=13600 CPUtime=0.71
/proc/23034/stat : 23034 (sugar) S 23032 23034 21198 0 -1 4194304 974 7047 0 1 4 0 63 4 15 0 1 0 1998068903 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23034/statm: 3400 797 370 3 0 500 0
[pid=23047] ppid=23034 vsize=5356 CPUtime=0
/proc/23047/stat : 23047 (sh) S 23034 23034 21198 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998068980 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23047/statm: 1339 233 193 169 0 50 0
[pid=23048] ppid=23047 vsize=868516 CPUtime=24.56
/proc/23048/stat : 23048 (java) S 23047 23034 21198 0 -1 0 27268 0 1 0 2425 31 0 0 18 0 9 0 1998068980 889360384 26154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23048/statm: 217129 26154 2565 9 0 211676 0
[pid=23048/tid=23049] ppid=23047 vsize=868516 CPUtime=21.95
/proc/23048/task/23049/stat : 23049 (java) R 23047 23034 21198 0 -1 64 3682 0 1 0 2180 15 0 0 25 0 9 0 1998068981 889360384 26154 996147200 134512640 134550740 4294955952 18446744073709551615 4126933434 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23048/tid=23050] ppid=23047 vsize=868516 CPUtime=2.35
/proc/23048/task/23050/stat : 23050 (java) S 23047 23034 21198 0 -1 64 21414 0 0 0 222 13 0 0 16 0 9 0 1998068982 889360384 26154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23048/tid=23051] ppid=23047 vsize=868516 CPUtime=0
/proc/23048/task/23051/stat : 23051 (java) S 23047 23034 21198 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998068982 889360384 26154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23048/tid=23052] ppid=23047 vsize=868516 CPUtime=0
/proc/23048/task/23052/stat : 23052 (java) S 23047 23034 21198 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1998068982 889360384 26154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/meminfo: memFree=842344/2055924 swapFree=4180432/4192956
[pid=23034] ppid=23032 vsize=13600 CPUtime=116.04
/proc/23034/stat : 23034 (sugar) S 23032 23034 21198 0 -1 4194304 1022 48172 0 2 4 0 11531 69 16 0 1 0 1998068903 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23034/statm: 3400 798 370 3 0 500 0
[pid=23057] ppid=23034 vsize=5356 CPUtime=0
/proc/23057/stat : 23057 (sh) S 23034 23034 21198 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998080581 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23057/statm: 1339 232 193 169 0 50 0
[pid=23058] ppid=23057 vsize=81136 CPUtime=1243.22
/proc/23058/stat : 23058 (picosat) R 23057 23034 21198 0 -1 4194304 21500 0 0 0 123043 1279 0 0 25 0 1 0 1998080582 83083264 19261 996147200 134512640 134931368 4294956256 18446744073709551615 134524195 0 0 4096 0 0 0 0 17 0 0 0
/proc/23058/statm: 20284 19261 48 102 0 20179 0
Current children cumulated CPU time (s) 1359.26
Current children cumulated vsize (KiB) 100092

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 23171
/proc/meminfo: memFree=842344/2055924 swapFree=4180432/4192956
[pid=23034] ppid=23032 vsize=13600 CPUtime=116.04
/proc/23034/stat : 23034 (sugar) S 23032 23034 21198 0 -1 4194304 1022 48172 0 2 4 0 11531 69 16 0 1 0 1998068903 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23034/statm: 3400 798 370 3 0 500 0
[pid=23057] ppid=23034 vsize=5356 CPUtime=0
/proc/23057/stat : 23057 (sh) S 23034 23034 21198 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998080581 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23057/statm: 1339 232 193 169 0 50 0
[pid=23058] ppid=23057 vsize=81136 CPUtime=1303.19
/proc/23058/stat : 23058 (picosat) R 23057 23034 21198 0 -1 4194304 21500 0 0 0 129040 1279 0 0 25 0 1 0 1998080582 83083264 19261 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/23058/statm: 20284 19261 48 102 0 20179 0
Current children cumulated CPU time (s) 1419.23
Current children cumulated vsize (KiB) 100092

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 23171
/proc/meminfo: memFree=840552/2055924 swapFree=4180432/4192956
[pid=23034] ppid=23032 vsize=13600 CPUtime=116.04
/proc/23034/stat : 23034 (sugar) S 23032 23034 21198 0 -1 4194304 1022 48172 0 2 4 0 11531 69 16 0 1 0 1998068903 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23034/statm: 3400 798 370 3 0 500 0
[pid=23057] ppid=23034 vsize=5356 CPUtime=0
/proc/23057/stat : 23057 (sh) S 23034 23034 21198 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998080581 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23057/statm: 1339 232 193 169 0 50 0
[pid=23058] ppid=23057 vsize=82720 CPUtime=1363.17
/proc/23058/stat : 23058 (picosat) R 23057 23034 21198 0 -1 4194304 22133 0 0 0 135037 1280 0 0 25 0 1 0 1998080582 84705280 19677 996147200 134512640 134931368 4294956256 18446744073709551615 134520253 0 0 4096 0 0 0 0 17 0 0 0
/proc/23058/statm: 20680 19677 48 102 0 20575 0
Current children cumulated CPU time (s) 1479.21
Current children cumulated vsize (KiB) 101676

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 23171
/proc/meminfo: memFree=840488/2055924 swapFree=4180432/4192956
[pid=23034] ppid=23032 vsize=13600 CPUtime=116.04
/proc/23034/stat : 23034 (sugar) S 23032 23034 21198 0 -1 4194304 1022 48172 0 2 4 0 11531 69 16 0 1 0 1998068903 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23034/statm: 3400 798 370 3 0 500 0
[pid=23057] ppid=23034 vsize=5356 CPUtime=0
/proc/23057/stat : 23057 (sh) S 23034 23034 21198 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998080581 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23057/statm: 1339 232 193 169 0 50 0
[pid=23058] ppid=23057 vsize=82720 CPUtime=1423.14
/proc/23058/stat : 23058 (picosat) R 23057 23034 21198 0 -1 4194304 22133 0 0 0 141034 1280 0 0 25 0 1 0 1998080582 84705280 19677 996147200 134512640 134931368 4294956256 18446744073709551615 134525814 0 0 4096 0 0 0 0 17 0 0 0
/proc/23058/statm: 20680 19677 48 102 0 20575 0
Current children cumulated CPU time (s) 1539.18
Current children cumulated vsize (KiB) 101676

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 23171
/proc/meminfo: memFree=840232/2055924 swapFree=4180432/4192956
[pid=23034] ppid=23032 vsize=13600 CPUtime=116.04
/proc/23034/stat : 23034 (sugar) S 23032 23034 21198 0 -1 4194304 1022 48172 0 2 4 0 11531 69 16 0 1 0 1998068903 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23034/statm: 3400 798 370 3 0 500 0
[pid=23057] ppid=23034 vsize=5356 CPUtime=0
/proc/23057/stat : 23057 (sh) S 23034 23034 21198 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998080581 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23057/statm: 1339 232 193 169 0 50 0
[pid=23058] ppid=23057 vsize=82852 CPUtime=1483.1
/proc/23058/stat : 23058 (picosat) R 23057 23034 21198 0 -1 4194304 22414 0 0 0 147030 1280 0 0 25 0 1 0 1998080582 84840448 19736 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/23058/statm: 20713 19736 48 102 0 20608 0
Current children cumulated CPU time (s) 1599.14
Current children cumulated vsize (KiB) 101808

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 23171
/proc/meminfo: memFree=840232/2055924 swapFree=4180432/4192956
[pid=23034] ppid=23032 vsize=13600 CPUtime=116.04
/proc/23034/stat : 23034 (sugar) S 23032 23034 21198 0 -1 4194304 1022 48172 0 2 4 0 11531 69 16 0 1 0 1998068903 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23034/statm: 3400 798 370 3 0 500 0
[pid=23057] ppid=23034 vsize=5356 CPUtime=0
/proc/23057/stat : 23057 (sh) S 23034 23034 21198 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998080581 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23057/statm: 1339 232 193 169 0 50 0
[pid=23058] ppid=23057 vsize=82852 CPUtime=1543.07
/proc/23058/stat : 23058 (picosat) R 23057 23034 21198 0 -1 4194304 22414 0 0 0 153027 1280 0 0 25 0 1 0 1998080582 84840448 19736 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/23058/statm: 20713 19736 48 102 0 20608 0
Current children cumulated CPU time (s) 1659.11
Current children cumulated vsize (KiB) 101808

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 23171
/proc/meminfo: memFree=840104/2055924 swapFree=4180432/4192956
[pid=23034] ppid=23032 vsize=13600 CPUtime=116.04
/proc/23034/stat : 23034 (sugar) S 23032 23034 21198 0 -1 4194304 1022 48172 0 2 4 0 11531 69 16 0 1 0 1998068903 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23034/statm: 3400 798 370 3 0 500 0
[pid=23057] ppid=23034 vsize=5356 CPUtime=0
/proc/23057/stat : 23057 (sh) S 23034 23034 21198 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998080581 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23057/statm: 1339 232 193 169 0 50 0
[pid=23058] ppid=23057 vsize=82852 CPUtime=1603.05
/proc/23058/stat : 23058 (picosat) R 23057 23034 21198 0 -1 4194304 22414 0 0 0 159025 1280 0 0 25 0 1 0 1998080582 84840448 19736 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/23058/statm: 20713 19736 48 102 0 20608 0
Current children cumulated CPU time (s) 1719.09
Current children cumulated vsize (KiB) 101808

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 23171
/proc/meminfo: memFree=838056/2055924 swapFree=4180432/4192956
[pid=23034] ppid=23032 vsize=13600 CPUtime=116.04
/proc/23034/stat : 23034 (sugar) S 23032 23034 21198 0 -1 4194304 1022 48172 0 2 4 0 11531 69 16 0 1 0 1998068903 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23034/statm: 3400 798 370 3 0 500 0
[pid=23057] ppid=23034 vsize=5356 CPUtime=0
/proc/23057/stat : 23057 (sh) S 23034 23034 21198 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998080581 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23057/statm: 1339 232 193 169 0 50 0
[pid=23058] ppid=23057 vsize=84700 CPUtime=1663.02
/proc/23058/stat : 23058 (picosat) R 23057 23034 21198 0 -1 4194304 23146 0 0 0 165021 1281 0 0 25 0 1 0 1998080582 86732800 20235 996147200 134512640 134931368 4294956256 18446744073709551615 134529946 0 0 4096 0 0 0 0 17 0 0 0
/proc/23058/statm: 21175 20235 48 102 0 21070 0
Current children cumulated CPU time (s) 1779.06
Current children cumulated vsize (KiB) 103656



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 23171
/proc/meminfo: memFree=837992/2055924 swapFree=4180432/4192956
[pid=23034] ppid=23032 vsize=13600 CPUtime=116.04
/proc/23034/stat : 23034 (sugar) S 23032 23034 21198 0 -1 4194304 1022 48172 0 2 4 0 11531 69 16 0 1 0 1998068903 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23034/statm: 3400 798 370 3 0 500 0
[pid=23057] ppid=23034 vsize=5356 CPUtime=0
/proc/23057/stat : 23057 (sh) S 23034 23034 21198 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998080581 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23057/statm: 1339 232 193 169 0 50 0
[pid=23058] ppid=23057 vsize=84700 CPUtime=1684.01
/proc/23058/stat : 23058 (picosat) R 23057 23034 21198 0 -1 4194304 23146 0 0 0 167120 1281 0 0 25 0 1 0 1998080582 86732800 20235 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/23058/statm: 21175 20235 48 102 0 21070 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 103656

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

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

[startup+1803.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 23171
/proc/meminfo: memFree=837992/2055924 swapFree=4180432/4192956
[pid=23034] ppid=23032 vsize=13600 CPUtime=116.04
/proc/23034/stat : 23034 (sugar) S 23032 23034 21198 0 -1 4194304 1022 48172 0 2 4 0 11531 69 16 0 1 0 1998068903 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23034/statm: 3400 798 370 3 0 500 0
[pid=23057] ppid=23034 vsize=5356 CPUtime=0
/proc/23057/stat : 23057 (sh) S 23034 23034 21198 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998080581 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23057/statm: 1339 232 193 169 0 50 0
[pid=23058] ppid=23057 vsize=84700 CPUtime=1684.01
/proc/23058/stat : 23058 (picosat) R 23057 23034 21198 0 -1 4194304 23146 0 0 0 167120 1281 0 0 25 0 1 0 1998080582 86732800 20235 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/23058/statm: 21175 20235 48 102 0 21070 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 103656

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23034 and gives
#  childrusage.ru_utime.tv_sec=115
#  childrusage.ru_utime.tv_usec=357463
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=706892
# CPU time returned by wait4() is 116.064
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1803.32
CPU time (s): 1800.05
CPU user time (s): 1786.55
CPU system time (s): 13.5
CPU usage (%): 99.8185
Max. virtual memory (cumulated for all children) (KiB): 897720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 115.357
system time used= 0.706892
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49546
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= 8942
involuntary context switches= 10774

runsolver used 2.16967 second user time and 6.09207 second system time

The end

Launcher Data (download as text)

Begin job on node6 at 2008-07-04 19:02:16
IDJOB=1076996
IDBENCH=56623
IDSOLVER=345
FILE ID=node6/1076996-1215190936
PBS_JOBID= 7881526
Free space on /tmp= 66420 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/wordsHerald/normalized-crossword-m1-words-15-04.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-1076996-1215190936/watcher-1076996-1215190936 -o /tmp/evaluation-result-1076996-1215190936/solver-1076996-1215190936 -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-1076996-1215190936.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3097f8c918f8091fb608d0f760556ab9
RANDOM SEED=1571959366

node6.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.265
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.265
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:      2055924 kB
MemFree:       1201192 kB
Buffers:         43332 kB
Cached:         252804 kB
SwapCached:       6328 kB
Active:         745488 kB
Inactive:        55256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1201192 kB
SwapTotal:     4192956 kB
SwapFree:      4180432 kB
Dirty:            1744 kB
Writeback:           0 kB
Mapped:         521960 kB
Slab:            37900 kB
Committed_AS:  3834244 kB
PageTables:       3076 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= 66488 MiB
End job on node6 at 2008-07-04 19:32:22