Trace number 1075625

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.04 1816.14

General information on the benchmark

Namecsp/ogdHerald/
normalized-crossword-m1-ogd-15-08.xml
MD5SUMce813d5f3fcd17e96864df6f9069dfd5
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.568912
Satisfiable
(Un)Satisfiability was proved
Number of variables186
Number of constraints978
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension84
Number of constraints which are defined in intension894
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 16:21:32 2008
0.00/0.05	c 0	PID 5035
0.00/0.05	c 0	HOST node40.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1075625-1215181291.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-1075625-1215181291.xml' 'HOME/temp.csp'
1.43/1.56	c 1	1 domains, 186 variables, 7 predicates, 6 relations, 978 constraints
1.43/1.57	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.43/1.57	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'
1.50/1.66	c 1	Parsing HOME/temp.csp
3.00/3.19	c 3	parsed 1178 expressions
3.00/3.19	c 3	Heap : 25 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.00/3.19	c 3	Converting to clausal form CSP
3.10/3.22	c 3	converted 118 (10%) expressions
3.40/3.51	c 3	converted 236 (20%) expressions
5.17/5.35	c 5	converted 354 (30%) expressions
5.67/5.83	c 5	converted 472 (40%) expressions
7.55/7.72	c 7	converted 589 (50%) expressions
7.55/7.73	c 7	converted 707 (60%) expressions
8.64/8.86	c 8	converted 825 (70%) expressions
9.53/9.77	c 9	converted 943 (80%) expressions
9.63/9.87	c 9	converted 1061 (90%) expressions
9.63/9.88	c 9	converted 1178 (100%) expressions
9.63/9.88	c 9	CSP : 186 integers, 0 booleans, 978 clauses, largest domain size 26
9.63/9.88	c 9	Heap : 165 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.63/9.88	c 9	Propagation in CSP
9.73/9.91	c 9	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
9.73/9.91	c 9	CSP : 186 integers, 0 booleans, 978 clauses, largest domain size 26
9.73/9.91	c 9	Heap : 166 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.73/9.91	c 9	Simplifing CSP by introducing new Boolean variables
9.73/9.94	c 10	CSP : 186 integers, 7144 booleans, 8122 clauses, largest domain size 26
9.73/9.94	c 10	Heap : 169 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.92/11.12	c 11	Encoding CSP to SAT : HOME/temp.cnf
10.92/11.14	c 11	19 (10%) CSP integer variables are encoded (456 clauses, 4872 bytes)
10.92/11.14	c 11	38 (20%) CSP integer variables are encoded (912 clauses, 9888 bytes)
10.92/11.14	c 11	56 (30%) CSP integer variables are encoded (1344 clauses, 15409 bytes)
10.92/11.15	c 11	75 (40%) CSP integer variables are encoded (1800 clauses, 21337 bytes)
10.92/11.15	c 11	93 (50%) CSP integer variables are encoded (2232 clauses, 26953 bytes)
10.92/11.15	c 11	112 (60%) CSP integer variables are encoded (2688 clauses, 32881 bytes)
10.92/11.15	c 11	131 (70%) CSP integer variables are encoded (3144 clauses, 38809 bytes)
10.92/11.15	c 11	149 (80%) CSP integer variables are encoded (3576 clauses, 44425 bytes)
10.92/11.15	c 11	168 (90%) CSP integer variables are encoded (4032 clauses, 50353 bytes)
10.92/11.15	c 11	186 (100%) CSP integer variables are encoded (4464 clauses, 55969 bytes)
56.15/56.84	c 56	813 (10%) CSP clauses are encoded (612564 clauses, 24335794 bytes)
448.94/453.42	c 453	1625 (20%) CSP clauses are encoded (1330265 clauses, 64713035 bytes)
448.94/453.46	c 453	2437 (30%) CSP clauses are encoded (1349127 clauses, 65035579 bytes)
449.03/453.51	c 453	3249 (40%) CSP clauses are encoded (1367989 clauses, 65369589 bytes)
449.03/453.54	c 453	4061 (50%) CSP clauses are encoded (1386826 clauses, 65702129 bytes)
1413.06/1426.29	c 1426	4874 (60%) CSP clauses are encoded (2166538 clauses, 117596463 bytes)
1731.02/1746.41	c 1746	5686 (70%) CSP clauses are encoded (2439008 clauses, 135130209 bytes)
1731.02/1746.47	c 1746	6498 (80%) CSP clauses are encoded (2458120 clauses, 135484624 bytes)
1731.11/1746.51	c 1746	7310 (90%) CSP clauses are encoded (2477382 clauses, 135852636 bytes)
1731.11/1746.54	c 1746	8122 (100%) CSP clauses are encoded (2496794 clauses, 136235032 bytes)
1731.11/1746.54	c 1746	8122 CSP clauses encoded
1731.11/1746.54	c 1746	Writing map file : HOME/temp.map
1731.11/1746.55	c 1746	Heap : 281 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1731.11/1746.55	c 1746	SAT : 11794 SAT variables, 2496794 SAT clauses, 136235032 bytes
1731.11/1746.55	c 1746	Heap : 281 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1731.19/1746.62	c 1746	SOLVING HOME/temp.cnf
1731.19/1746.62	c 1746	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.04/1816.12	c ERROR INTERRUPTED
1800.04/1816.14	s UNKNOWN
1800.04/1816.14	c 1816	CPU 1729.53 (0.03 0.01 1729.5 1.7)
1800.04/1816.14	c 1816	END Fri Jul  4 16:51:48 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-1075625-1215181291/watcher-1075625-1215181291 -o /tmp/evaluation-result-1075625-1215181291/solver-1075625-1215181291 -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-1075625-1215181291.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: 2.07 2.07 2.02 4/81 5035
/proc/meminfo: memFree=846064/2055920 swapFree=4095080/4192956
[pid=5035] ppid=5033 vsize=18572 CPUtime=0
/proc/5035/stat : 5035 (runsolver) R 5033 5035 898 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 1547796829 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 264519609639 0 0 4096 24578 0 0 0 17 1 0 0
/proc/5035/statm: 4643 292 257 25 0 2626 0

[startup+0.0971761 s]
/proc/loadavg: 2.07 2.07 2.02 4/81 5035
/proc/meminfo: memFree=846064/2055920 swapFree=4095080/4192956
[pid=5035] ppid=5033 vsize=13600 CPUtime=0.04
/proc/5035/stat : 5035 (sugar) S 5033 5035 898 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1547796829 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5035/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101217 s]
/proc/loadavg: 2.07 2.07 2.02 4/81 5035
/proc/meminfo: memFree=846064/2055920 swapFree=4095080/4192956
[pid=5035] ppid=5033 vsize=13600 CPUtime=0.04
/proc/5035/stat : 5035 (sugar) S 5033 5035 898 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1547796829 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5035/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301201 s]
/proc/loadavg: 2.07 2.07 2.02 4/81 5035
/proc/meminfo: memFree=846064/2055920 swapFree=4095080/4192956
[pid=5035] ppid=5033 vsize=13600 CPUtime=0.04
/proc/5035/stat : 5035 (sugar) S 5033 5035 898 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1547796829 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5035/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701253 s]
/proc/loadavg: 2.07 2.07 2.02 4/81 5035
/proc/meminfo: memFree=846064/2055920 swapFree=4095080/4192956
[pid=5035] ppid=5033 vsize=13600 CPUtime=0.04
/proc/5035/stat : 5035 (sugar) S 5033 5035 898 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1547796829 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5035/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50237 s]
/proc/loadavg: 2.07 2.07 2.02 3/92 5047
/proc/meminfo: memFree=821144/2055920 swapFree=4095080/4192956
[pid=5035] ppid=5033 vsize=13600 CPUtime=0.04
/proc/5035/stat : 5035 (sugar) S 5033 5035 898 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1547796829 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5035/statm: 3400 796 370 3 0 500 0
[pid=5038] ppid=5035 vsize=5356 CPUtime=0
/proc/5038/stat : 5038 (sh) S 5035 5035 898 0 -1 4194304 277 0 0 0 0 0 0 0 20 0 1 0 1547796834 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5038/statm: 1339 233 193 169 0 50 0
[pid=5039] ppid=5038 vsize=864644 CPUtime=1.39
/proc/5039/stat : 5039 (java) S 5038 5035 898 0 -1 0 11052 0 1 0 131 8 0 0 18 0 9 0 1547796834 885395456 10170 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5039/statm: 216161 10170 2528 9 0 210743 0
[pid=5039/tid=5040] ppid=5038 vsize=864644 CPUtime=0.9
/proc/5039/task/5040/stat : 5040 (java) R 5038 5035 898 0 -1 64 6368 0 1 0 86 4 0 0 23 0 9 0 1547796836 885395456 10170 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5039/tid=5041] ppid=5038 vsize=864644 CPUtime=0.34
/proc/5039/task/5041/stat : 5041 (java) R 5038 5035 898 0 -1 64 3483 0 0 0 32 2 0 0 16 0 9 0 1547796837 885395456 10170 996147200 134512640 134550740 4294956000 18446744073709551615 102731907 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5039/tid=5042] ppid=5038 vsize=864644 CPUtime=0
/proc/5039/task/5042/stat : 5042 (java) S 5038 5035 898 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1547796837 885395456 10170 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5039/tid=5043] ppid=5038 vsize=864644 CPUtime=0
/proc/5039/task/5043/stat : 5043 (java) S 5038 5035 898 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1547796837 885395456 10170 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5039/tid=5044] ppid=5038 vsize=864644 CPUtime=0
/proc/5039/task/5044/stat : 5044 (java) S 5038 5035 898 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1547796839 885395456 10170 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5039/tid=5045] ppid=5038 vsize=864644 CPUtime=0.13
/proc/5039/task/5045/stat : 5045 (java) S 5038 5035 898 0 -1 64 502 0 0 0 13 0 0 0 16 0 9 0 1547796839 885395456 10170 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5039/tid=5046] ppid=5038 vsize=864644 CPUtime=0
/proc/5039/task/5046/stat : 5046 (java) S 5038 5035 898 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1547796839 885395456 10170 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5039/tid=5047] ppid=5038 vsize=864644 CPUtime=0
/proc/5039/task/5047/stat : 5047 (java) S 5038 5035 898 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1547796839 885395456 10170 996147200 134512640 134550740 4294956000 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) 883600

[startup+3.10258 s]
/proc/loadavg: 2.07 2.07 2.02 3/92 5057
/proc/meminfo: memFree=830808/2055920 swapFree=4095080/4192956
[pid=5035] ppid=5033 vsize=13600 CPUtime=1.5
/proc/5035/stat : 5035 (sugar) S 5033 5035 898 0 -1 4194304 973 11521 0 1 3 1 137 9 16 0 1 0 1547796829 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5035/statm: 3400 797 370 3 0 500 0
[pid=5048] ppid=5035 vsize=5356 CPUtime=0
/proc/5048/stat : 5048 (sh) S 5035 5035 898 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1547796986 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5048/statm: 1339 233 193 169 0 50 0
[pid=5049] ppid=5048 vsize=864612 CPUtime=1.5
/proc/5049/stat : 5049 (java) S 5048 5035 898 0 -1 0 11090 0 1 0 145 5 0 0 18 0 9 0 1547796987 885362688 9944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5049/statm: 216153 9944 2532 9 0 210735 0
[pid=5049/tid=5050] ppid=5048 vsize=864612 CPUtime=0.83
/proc/5049/task/5050/stat : 5050 (java) R 5048 5035 898 0 -1 64 2597 0 1 0 81 2 0 0 24 0 9 0 1547796988 885362688 9944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5049/tid=5051] ppid=5048 vsize=864612 CPUtime=0.59
/proc/5049/task/5051/stat : 5051 (java) R 5048 5035 898 0 -1 64 7469 0 0 0 57 2 0 0 17 0 9 0 1547796989 885362688 9944 996147200 134512640 134550740 4294955952 18446744073709551615 104182533 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5049/tid=5052] ppid=5048 vsize=864612 CPUtime=0
/proc/5049/task/5052/stat : 5052 (java) S 5048 5035 898 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1547796989 885362688 9944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5049/tid=5053] ppid=5048 vsize=864612 CPUtime=0
/proc/5049/task/5053/stat : 5053 (java) S 5048 5035 898 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1547796989 885362688 9944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5049/tid=5054] ppid=5048 vsize=864612 CPUtime=0
/proc/5049/task/5054/stat : 5054 (java) S 5048 5035 898 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1547796991 885362688 9944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5049/tid=5055] ppid=5048 vsize=864612 CPUtime=0.05
/proc/5049/task/5055/stat : 5055 (java) S 5048 5035 898 0 -1 64 327 0 0 0 5 0 0 0 16 0 9 0 1547796991 885362688 9944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5049/tid=5056] ppid=5048 vsize=864612 CPUtime=0
/proc/5049/task/5056/stat : 5056 (java) S 5048 5035 898 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1547796991 885362688 9944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5049/tid=5057] ppid=5048 vsize=864612 CPUtime=0
/proc/5049/task/5057/stat : 5057 (java) S 5048 5035 898 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1547796991 885362688 9944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 883568

[startup+6.30199 s]
/proc/loadavg: 2.15 2.09 2.03 4/92 5057
/proc/meminfo: memFree=760408/2055920 swapFree=4095080/4192956
[pid=5035] ppid=5033 vsize=13600 CPUtime=1.5
/proc/5035/stat : 5035 (sugar) S 5033 5035 898 0 -1 4194304 973 11521 0 1 3 1 137 9 16 0 1 0 1547796829 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5035/statm: 3400 797 370 3 0 500 0
[pid=5048] ppid=5035 vsize=5356 CPUtime=0
/proc/5048/stat : 5048 (sh) S 5035 5035 898 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1547796986 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5048/statm: 1339 233 193 169 0 50 0
[pid=5049] ppid=5048 vsize=868424 CPUtime=4.67
/proc/5049/stat : 5049 (java) S 5048 5035 898 0 -1 0 30525 0 1 0 449 18 0 0 18 0 9 0 1547796987 889266176 28753 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5049/statm: 217106 28753 2541 9 0 211681 0
[pid=5049/tid=5050] ppid=5048 vsize=868424 CPUtime=2.16
/proc/5049/task/5050/stat : 5050 (java) R 5048 5035 898 0 -1 64 3645 0 1 0 213 3 0 0 25 0 9 0 1547796988 889266176 28753 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5049/tid=5051] ppid=5048 vsize=868424 CPUtime=2.28
/proc/5049/task/5051/stat : 5051 (java) R 5048 5035 898 0 -1 64 24731 0 0 0 216 12 0 0 16 0 9 0 1547796989 889266176 28753 996147200 134512640 134550740 4294955952 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5049/tid=5052] ppid=5048 vsize=868424 CPUtime=0
/proc/5049/task/5052/stat : 5052 (java) S 5048 5035 898 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1547796989 889266176 28753 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5049/tid=5053] ppid=5048 vsize=868424 CPUtime=0
/proc/5049/task/5053/stat : 5053 (java) S 5048 5035 898 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1547796989 889266176 28753 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5049/tid=5054] ppid=5048 vsize=868424 CPUtime=0
/proc/5049/task/5054/stat : 5054 (java) S 5048 5035 898 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1547796991 889266176 28753 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5049/tid=5055] ppid=5048 vsize=868424 CPUtime=0.19
/proc/5049/task/5055/stat : 5055 (java) S 5048 5035 898 0 -1 64 1452 0 0 0 18 1 0 0 16 0 9 0 1547796991 889266176 28753 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5049/tid=5056] ppid=5048 vsize=868424 CPUtime=0
/proc/5049/task/5056/stat : 5056 (java) S 5048 5035 898 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1547796991 889266176 28753 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5049/tid=5057] ppid=5048 vsize=868424 CPUtime=0
/proc/5049/task/5057/stat : 5057 (java) S 5048 5035 898 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1547796991 889266176 28753 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 887380

[startup+12.7028 s]
/proc/loadavg: 2.21 2.10 2.03 3/92 5057
/proc/meminfo: memFree=655704/2055920 swapFree=4095080/4192956
[pid=5035] ppid=5033 vsize=13600 CPUtime=1.5
/proc/5035/stat : 5035 (sugar) S 5033 5035 898 0 -1 4194304 974 11521 0 1 3 1 137 9 16 0 1 0 1547796829 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5035/statm: 3400 797 370 3 0 500 0
[pid=5048] ppid=5035 vsize=5356 CPUtime=0
/proc/5048/stat : 5048 (sh) S 5035 5035 898 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1547796986 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5048/statm: 1339 233 193 169 0 50 0
[pid=5049] ppid=5048 vsize=868536 CPUtime=10.99
/proc/5049/stat : 5049 (java) S 5048 5035 898 0 -1 0 64291 0 1 0 1061 38 0 0 18 0 9 0 1547796987 889380864 48507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5049/statm: 217134 48507 2565 9 0 211681 0
[pid=5049/tid=5050] ppid=5048 vsize=868536 CPUtime=5.07
/proc/5049/task/5050/stat : 5050 (java) R 5048 5035 898 0 -1 64 4627 0 1 0 501 6 0 0 25 0 9 0 1547796988 889380864 48507 996147200 134512640 134550740 4294955952 18446744073709551615 4126958790 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5049/tid=5051] ppid=5048 vsize=868536 CPUtime=5.66
/proc/5049/task/5051/stat : 5051 (java) S 5048 5035 898 0 -1 64 57485 0 0 0 536 30 0 0 16 0 9 0 1547796989 889380864 48507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5049/tid=5052] ppid=5048 vsize=868536 CPUtime=0
/proc/5049/task/5052/stat : 5052 (java) S 5048 5035 898 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1547796989 889380864 48507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5049/tid=5053] ppid=5048 vsize=868536 CPUtime=0
/proc/5049/task/5053/stat : 5053 (java) S 5048 5035 898 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1547796989 889380864 48507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5049/tid=5054] ppid=5048 vsize=868536 CPUtime=0
/proc/5049/task/5054/stat : 5054 (java) S 5048 5035 898 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1547796991 889380864 48507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5049/tid=5055] ppid=5048 vsize=868536 CPUtime=0.24
/proc/5049/task/5055/stat : 5055 (java) S 5048 5035 898 0 -1 64 1482 0 0 0 23 1 0 0 16 0 9 0 1547796991 889380864 48507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5049/tid=5056] ppid=5048 vsize=868536 CPUtime=0
/proc/5049/task/5056/stat : 5056 (java) S 5048 5035 898 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1547796991 889380864 48507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5049/tid=5057] ppid=5048 vsize=868536 CPUtime=0
/proc/5049/task/5057/stat : 5057 (java) S 5048 5035 898 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1547796991 889380864 48507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 887492

[startup+25.5025 s]
/proc/loadavg: 2.31 2.13 2.04 3/92 5057
/proc/meminfo: memFree=644504/2055920 swapFree=4095080/4192956
[pid=5035] ppid=5033 vsize=13600 CPUtime=1.5
/proc/5035/stat : 5035 (sugar) S 5033 5035 898 0 -1 4194304 974 11521 0 1 3 1 137 9 16 0 1 0 1547796829 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5035/statm: 3400 797 370 3 0 500 0
[pid=5048] ppid=5035 vsize=5356 CPUtime=0
/proc/5048/stat : 5048 (sh) S 5035 5035 898 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1547796986 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5048/statm: 1339 233 193 169 0 50 0
[pid=5049] ppid=5048 vsize=868536 CPUtime=23.67
/proc/5049/stat : 5049 (java) S 5048 5035 898 0 -1 0 64838 0 1 0 2322 45 0 0 18 0 9 0 1547796987 889380864 49008 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5049/statm: 217134 49008 2565 9 0 211681 0
[pid=5049/tid=5050] ppid=5048 vsize=868536 CPUtime=17.45
/proc/5049/task/5050/stat : 5050 (java) R 5048 5035 898 0 -1 64 4673 0 1 0 1734 11 0 0 25 0 9 0 1547796988 889380864 49008 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5049/tid=5051] ppid=5048 vsize=868536 CPUtime=5.93
/proc/5049/task/5051/stat : 5051 (java) S 5048 5035 898 0 -1 64 57980 0 0 0 562 31 0 0 16 0 9 0 1547796989 889380864 49008 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5049/tid=5052] ppid=5048 vsize=868536 CPUtime=0
/proc/5049/task/5052/stat : 5052 (java) S 5048 5035 898 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1547796989 889380864 49008 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5049/tid=5053] ppid=5048 vsize=868536 CPUtime=0
/proc/5049/task/5053/stat : 5053 (java) S 5048 5035 898 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1547796989 889380864 49008 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/5049/task/5054/stat : 5054 (java) S 5048 5035 898 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1547796991 889380864 72126 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5049/tid=5055] ppid=5048 vsize=868536 CPUtime=0.27
/proc/5049/task/5055/stat : 5055 (java) S 5048 5035 898 0 -1 64 1497 0 0 0 26 1 0 0 16 0 9 0 1547796991 889380864 72126 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5049/tid=5056] ppid=5048 vsize=868536 CPUtime=0
/proc/5049/task/5056/stat : 5056 (java) S 5048 5035 898 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1547796991 889380864 72126 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5049/tid=5057] ppid=5048 vsize=868536 CPUtime=0
/proc/5049/task/5057/stat : 5057 (java) S 5048 5035 898 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1547796991 889380864 72126 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1527.11
Current children cumulated vsize (KiB) 887492

[startup+1602.3 s]
/proc/loadavg: 2.02 2.05 2.04 3/92 5176
/proc/meminfo: memFree=864544/2055920 swapFree=4095080/4192956
[pid=5035] ppid=5033 vsize=13600 CPUtime=1.5
/proc/5035/stat : 5035 (sugar) S 5033 5035 898 0 -1 4194304 974 11521 0 1 3 1 137 9 16 0 1 0 1547796829 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5035/statm: 3400 797 370 3 0 500 0
[pid=5048] ppid=5035 vsize=5356 CPUtime=0
/proc/5048/stat : 5048 (sh) S 5035 5035 898 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1547796986 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5048/statm: 1339 233 193 169 0 50 0
[pid=5049] ppid=5048 vsize=868536 CPUtime=1585.55
/proc/5049/stat : 5049 (java) S 5048 5035 898 0 -1 0 97504 0 1 0 158414 141 0 0 18 0 9 0 1547796987 889380864 72169 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5049/statm: 217134 72169 2565 9 0 211681 0
[pid=5049/tid=5050] ppid=5048 vsize=868536 CPUtime=1572.81
/proc/5049/task/5050/stat : 5050 (java) R 5048 5035 898 0 -1 64 5204 0 1 0 157195 86 0 0 25 0 9 0 1547796988 889380864 72169 996147200 134512640 134550740 4294955952 18446744073709551615 4126961284 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5049/tid=5051] ppid=5048 vsize=868536 CPUtime=12.44
/proc/5049/task/5051/stat : 5051 (java) S 5048 5035 898 0 -1 64 90106 0 0 0 1192 52 0 0 16 0 9 0 1547796989 889380864 72169 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5049/tid=5052] ppid=5048 vsize=868536 CPUtime=0
/proc/5049/task/5052/stat : 5052 (java) S 5048 5035 898 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1547796989 889380864 72169 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5049/tid=5053] ppid=5048 vsize=868536 CPUtime=0
/proc/5049/task/5053/stat : 5053 (java) S 5048 5035 898 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1547796989 889380864 72169 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5049/tid=5054] ppid=5048 vsize=868536 CPUtime=0
/proc/5049/task/5054/stat : 5054 (java) S 5048 5035 898 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1547796991 889380864 72169 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5049/tid=5055] ppid=5048 vsize=868536 CPUtime=0.27
/proc/5049/task/5055/stat : 5055 (java) S 5048 5035 898 0 -1 64 1497 0 0 0 26 1 0 0 16 0 9 0 1547796991 889380864 72169 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5049/tid=5056] ppid=5048 vsize=868536 CPUtime=0
/proc/5049/task/5056/stat : 5056 (java) S 5048 5035 898 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1547796991 889380864 72169 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5049/tid=5057] ppid=5048 vsize=868536 CPUtime=0
/proc/5049/task/5057/stat : 5057 (java) S 5048 5035 898 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1547796991 889380864 72169 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1587.05
Current children cumulated vsize (KiB) 887492

[startup+1662.3 s]
/proc/loadavg: 2.08 2.05 2.04 3/92 5176
/proc/meminfo: memFree=855200/2055920 swapFree=4095080/4192956
[pid=5035] ppid=5033 vsize=13600 CPUtime=1.5
/proc/5035/stat : 5035 (sugar) S 5033 5035 898 0 -1 4194304 974 11521 0 1 3 1 137 9 16 0 1 0 1547796829 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5035/statm: 3400 797 370 3 0 500 0
[pid=5048] ppid=5035 vsize=5356 CPUtime=0
/proc/5048/stat : 5048 (sh) S 5035 5035 898 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1547796986 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5048/statm: 1339 233 193 169 0 50 0
[pid=5049] ppid=5048 vsize=868536 CPUtime=1645.5
/proc/5049/stat : 5049 (java) S 5048 5035 898 0 -1 0 99790 0 1 0 164407 143 0 0 18 0 9 0 1547796987 889380864 74444 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5049/statm: 217134 74444 2565 9 0 211681 0
[pid=5049/tid=5050] ppid=5048 vsize=868536 CPUtime=1632.61
/proc/5049/task/5050/stat : 5050 (java) R 5048 5035 898 0 -1 64 5215 0 1 0 163174 87 0 0 25 0 9 0 1547796988 889380864 74444 996147200 134512640 134550740 4294955952 18446744073709551615 4126961320 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5049/tid=5051] ppid=5048 vsize=868536 CPUtime=12.58
/proc/5049/task/5051/stat : 5051 (java) S 5048 5035 898 0 -1 64 92381 0 0 0 1205 53 0 0 16 0 9 0 1547796989 889380864 74444 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5049/tid=5052] ppid=5048 vsize=868536 CPUtime=0
/proc/5049/task/5052/stat : 5052 (java) S 5048 5035 898 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1547796989 889380864 74444 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5049/tid=5053] ppid=5048 vsize=868536 CPUtime=0
/proc/5049/task/5053/stat : 5053 (java) S 5048 5035 898 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1547796989 889380864 74444 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5049/tid=5054] ppid=5048 vsize=868536 CPUtime=0
/proc/5049/task/5054/stat : 5054 (java) S 5048 5035 898 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1547796991 889380864 74444 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5049/tid=5055] ppid=5048 vsize=868536 CPUtime=0.27
/proc/5049/task/5055/stat : 5055 (java) S 5048 5035 898 0 -1 64 1497 0 0 0 26 1 0 0 16 0 9 0 1547796991 889380864 74444 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5049/tid=5056] ppid=5048 vsize=868536 CPUtime=0
/proc/5049/task/5056/stat : 5056 (java) S 5048 5035 898 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1547796991 889380864 74444 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5049/tid=5057] ppid=5048 vsize=868536 CPUtime=0
/proc/5049/task/5057/stat : 5057 (java) S 5048 5035 898 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1547796991 889380864 74444 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1647
Current children cumulated vsize (KiB) 887492

[startup+1722.3 s]
/proc/loadavg: 2.03 2.04 2.03 3/92 5176
/proc/meminfo: memFree=851936/2055920 swapFree=4095080/4192956
[pid=5035] ppid=5033 vsize=13600 CPUtime=1.5
/proc/5035/stat : 5035 (sugar) S 5033 5035 898 0 -1 4194304 974 11521 0 1 3 1 137 9 16 0 1 0 1547796829 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5035/statm: 3400 797 370 3 0 500 0
[pid=5048] ppid=5035 vsize=5356 CPUtime=0
/proc/5048/stat : 5048 (sh) S 5035 5035 898 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1547796986 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5048/statm: 1339 233 193 169 0 50 0
[pid=5049] ppid=5048 vsize=868536 CPUtime=1705.44
/proc/5049/stat : 5049 (java) S 5048 5035 898 0 -1 0 100601 0 1 0 170401 143 0 0 18 0 9 0 1547796987 889380864 75251 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5049/statm: 217134 75251 2565 9 0 211681 0
[pid=5049/tid=5050] ppid=5048 vsize=868536 CPUtime=1692.5
/proc/5049/task/5050/stat : 5050 (java) R 5048 5035 898 0 -1 64 5219 0 1 0 169163 87 0 0 25 0 9 0 1547796988 889380864 75251 996147200 134512640 134550740 4294955952 18446744073709551615 4126640528 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5049/tid=5051] ppid=5048 vsize=868536 CPUtime=12.65
/proc/5049/task/5051/stat : 5051 (java) S 5048 5035 898 0 -1 64 93188 0 0 0 1211 54 0 0 16 0 9 0 1547796989 889380864 75251 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5049/tid=5052] ppid=5048 vsize=868536 CPUtime=0
/proc/5049/task/5052/stat : 5052 (java) S 5048 5035 898 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1547796989 889380864 75251 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5049/tid=5053] ppid=5048 vsize=868536 CPUtime=0
/proc/5049/task/5053/stat : 5053 (java) S 5048 5035 898 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1547796989 889380864 75251 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5049/tid=5054] ppid=5048 vsize=868536 CPUtime=0
/proc/5049/task/5054/stat : 5054 (java) S 5048 5035 898 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1547796991 889380864 75251 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5049/tid=5055] ppid=5048 vsize=868536 CPUtime=0.27
/proc/5049/task/5055/stat : 5055 (java) S 5048 5035 898 0 -1 64 1497 0 0 0 26 1 0 0 16 0 9 0 1547796991 889380864 75251 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5049/tid=5056] ppid=5048 vsize=868536 CPUtime=0
/proc/5049/task/5056/stat : 5056 (java) S 5048 5035 898 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1547796991 889380864 75251 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5049/tid=5057] ppid=5048 vsize=868536 CPUtime=0
/proc/5049/task/5057/stat : 5057 (java) S 5048 5035 898 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1547796991 889380864 75251 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1706.94
Current children cumulated vsize (KiB) 887492

[startup+1782.3 s]
/proc/loadavg: 2.01 2.03 2.03 3/84 5178
/proc/meminfo: memFree=1039648/2055920 swapFree=4095080/4192956
[pid=5035] ppid=5033 vsize=13600 CPUtime=1731.23
/proc/5035/stat : 5035 (sugar) S 5033 5035 898 0 -1 4194304 1022 113249 0 2 3 1 172949 170 16 0 1 0 1547796829 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5035/statm: 3400 798 370 3 0 500 0
[pid=5177] ppid=5035 vsize=5356 CPUtime=0
/proc/5177/stat : 5177 (sh) S 5035 5035 898 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1547971491 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5177/statm: 1339 232 193 169 0 50 0
[pid=5178] ppid=5177 vsize=89192 CPUtime=35.32
/proc/5178/stat : 5178 (picosat) R 5177 5035 898 0 -1 4194304 21555 0 0 0 1664 1868 0 0 25 0 1 0 1547971492 91332608 21541 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/5178/statm: 22298 21541 40 102 0 22193 0
Current children cumulated CPU time (s) 1766.55
Current children cumulated vsize (KiB) 108148



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.11 s]
/proc/loadavg: 2.00 2.03 2.02 3/84 5178
/proc/meminfo: memFree=974432/2055920 swapFree=4095080/4192956
[pid=5035] ppid=5033 vsize=13600 CPUtime=1731.23
/proc/5035/stat : 5035 (sugar) S 5033 5035 898 0 -1 4194304 1022 113249 0 2 3 1 172949 170 16 0 1 0 1547796829 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5035/statm: 3400 798 370 3 0 500 0
[pid=5177] ppid=5035 vsize=5356 CPUtime=0
/proc/5177/stat : 5177 (sh) S 5035 5035 898 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1547971491 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5177/statm: 1339 232 193 169 0 50 0
[pid=5178] ppid=5177 vsize=156824 CPUtime=68.81
/proc/5178/stat : 5178 (picosat) R 5177 5035 898 0 -1 4194304 37386 0 0 0 3558 3323 0 0 25 0 1 0 1547971492 160587776 37360 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/5178/statm: 39206 37360 42 102 0 39101 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 175780

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

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

[startup+1816.11 s]
/proc/loadavg: 2.00 2.03 2.02 3/84 5178
/proc/meminfo: memFree=974432/2055920 swapFree=4095080/4192956
[pid=5035] ppid=5033 vsize=13600 CPUtime=1731.23
/proc/5035/stat : 5035 (sugar) S 5033 5035 898 0 -1 4194304 1022 113249 0 2 3 1 172949 170 16 0 1 0 1547796829 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5035/statm: 3400 798 370 3 0 500 0
[pid=5177] ppid=5035 vsize=5356 CPUtime=0
/proc/5177/stat : 5177 (sh) S 5035 5035 898 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1547971491 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5177/statm: 1339 232 193 169 0 50 0
[pid=5178] ppid=5177 vsize=156824 CPUtime=68.81
/proc/5178/stat : 5178 (picosat) R 5177 5035 898 0 -1 4194304 37386 0 0 0 3558 3323 0 0 25 0 1 0 1547971492 160587776 37360 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/5178/statm: 39206 37360 42 102 0 39101 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 175780

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5035 and gives
#  childrusage.ru_utime.tv_sec=1729
#  childrusage.ru_utime.tv_usec=539070
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=718738
# CPU time returned by wait4() is 1731.26
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1816.14
CPU time (s): 1800.04
CPU user time (s): 1765.1
CPU system time (s): 34.94
CPU usage (%): 99.1134
Max. virtual memory (cumulated for all children) (KiB): 908372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1729.54
system time used= 1.71874
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 114624
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= 42154
involuntary context switches= 83724

runsolver used 2.24066 second user time and 6.11807 second system time

The end

Launcher Data (download as text)

Begin job on node40 at 2008-07-04 16:21:32
IDJOB=1075625
IDBENCH=56529
IDSOLVER=345
FILE ID=node40/1075625-1215181291
PBS_JOBID= 7881484
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/ogdHerald/normalized-crossword-m1-ogd-15-08.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-1075625-1215181291/watcher-1075625-1215181291 -o /tmp/evaluation-result-1075625-1215181291/solver-1075625-1215181291 -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-1075625-1215181291.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ce813d5f3fcd17e96864df6f9069dfd5
RANDOM SEED=708868067

node40.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.209
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.209
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:        846544 kB
Buffers:         60140 kB
Cached:         244256 kB
SwapCached:      91976 kB
Active:        1047892 kB
Inactive:       114320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        846544 kB
SwapTotal:     4192956 kB
SwapFree:      4095080 kB
Dirty:            3368 kB
Writeback:           0 kB
Mapped:         873544 kB
Slab:            30668 kB
Committed_AS:  3814304 kB
PageTables:       3540 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= 66548 MiB
End job on node40 at 2008-07-04 16:51:50