Trace number 1077811

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? (MO) 301.34 313.324

General information on the benchmark

Namecsp/primes-10/
normalized-primes-10-40-2-7.xml
MD5SUM5f58b2e48b45468f2f81f3f76ae83a1d
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 benchmark33.4429
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Maximum constraint arity9
Maximum domain size28
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.40	c 0	Sugar v1-13 + HOME/picosat
0.03/0.40	c 0	BEGIN Tue Jul  8 02:32:13 2008
0.03/0.40	c 0	PID 3065
0.03/0.40	c 0	HOST node85.alineos.net
0.03/0.40	c 0	CONVERTING HOME/instance-1077811-1215477133.xml TO HOME/temp.csp
0.03/0.40	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1077811-1215477133.xml' 'HOME/temp.csp'
0.04/0.63	c 1	1 domains, 100 variables, 40 predicates, 0 relations, 40 constraints
0.04/0.66	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.66	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.26/0.74	c 1	Parsing HOME/temp.csp
0.26/0.87	c 1	parsed 181 expressions
0.26/0.93	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.26/0.93	c 1	Converting to clausal form CSP
0.26/0.95	c 1	converted 19 (10%) expressions
0.26/0.95	c 1	converted 37 (20%) expressions
0.26/0.95	c 1	converted 55 (30%) expressions
0.26/0.95	c 1	converted 73 (40%) expressions
0.26/0.95	c 1	converted 91 (50%) expressions
0.26/0.95	c 1	converted 109 (60%) expressions
0.26/0.96	c 1	converted 127 (70%) expressions
0.26/0.96	c 1	converted 145 (80%) expressions
0.58/1.04	c 1	converted 163 (90%) expressions
0.77/1.22	c 1	converted 181 (100%) expressions
0.77/1.22	c 1	CSP : 416 integers, 0 booleans, 712 clauses, largest domain size 2512
0.77/1.22	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.77/1.22	c 1	Propagation in CSP
0.77/1.26	c 1	59503 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.77/1.26	c 1	CSP : 416 integers, 0 booleans, 712 clauses, largest domain size 2279
0.77/1.26	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.77/1.26	c 1	Simplifing CSP by introducing new Boolean variables
0.77/1.26	c 1	CSP : 416 integers, 0 booleans, 712 clauses, largest domain size 2279
0.77/1.26	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.77/1.28	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.87/1.30	c 1	42 (10%) CSP integer variables are encoded (1004 clauses, 10989 bytes)
0.87/1.31	c 1	84 (20%) CSP integer variables are encoded (2016 clauses, 24145 bytes)
0.87/1.32	c 1	125 (30%) CSP integer variables are encoded (13938 clauses, 187230 bytes)
0.87/1.35	c 1	167 (40%) CSP integer variables are encoded (37343 clauses, 538305 bytes)
0.87/1.38	c 1	208 (50%) CSP integer variables are encoded (65097 clauses, 954615 bytes)
0.97/1.43	c 1	250 (60%) CSP integer variables are encoded (106075 clauses, 1581918 bytes)
0.97/1.47	c 2	292 (70%) CSP integer variables are encoded (141428 clauses, 2182919 bytes)
1.07/1.51	c 2	333 (80%) CSP integer variables are encoded (172772 clauses, 2715767 bytes)
1.07/1.56	c 2	375 (90%) CSP integer variables are encoded (211914 clauses, 3381181 bytes)
1.07/1.60	c 2	416 (100%) CSP integer variables are encoded (241890 clauses, 3890773 bytes)
1.18/1.68	c 2	72 (10%) CSP clauses are encoded (285496 clauses, 4648393 bytes)
1.77/2.23	c 2	143 (20%) CSP clauses are encoded (617287 clauses, 11050164 bytes)
2.57/3.04	c 3	214 (30%) CSP clauses are encoded (1115745 clauses, 21026844 bytes)
7.94/8.66	c 9	285 (40%) CSP clauses are encoded (4296189 clauses, 88959718 bytes)
28.70/34.02	c 34	356 (50%) CSP clauses are encoded (16092160 clauses, 350251859 bytes)
43.09/49.03	c 49	428 (60%) CSP clauses are encoded (23961989 clauses, 542661982 bytes)
54.83/61.46	c 62	499 (70%) CSP clauses are encoded (30371764 clauses, 699357023 bytes)
65.70/73.11	c 73	570 (80%) CSP clauses are encoded (36318954 clauses, 844295183 bytes)
81.20/90.38	c 90	641 (90%) CSP clauses are encoded (44780581 clauses, 1050787300 bytes)
93.62/103.58	c 104	712 (100%) CSP clauses are encoded (51528509 clauses, 1215581074 bytes)
93.62/103.58	c 104	712 CSP clauses encoded
93.62/103.58	c 104	Writing map file : HOME/temp.map
93.62/103.58	c 104	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
93.62/103.59	c 104	SAT : 242303 SAT variables, 51528509 SAT clauses, 1215581074 bytes
93.62/103.59	c 104	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
93.70/103.62	c 104	SOLVING HOME/temp.cnf
93.70/103.62	c 104	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
300.77/312.42	c ERROR INTERRUPTED
300.87/312.54	s UNKNOWN
300.87/312.54	c 313	CPU 84.79 (0.04 0.01 84.75 8.92)
300.87/312.54	c 313	END Tue Jul  8 02:37:26 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-1077811-1215477133/watcher-1077811-1215477133 -o /tmp/evaluation-result-1077811-1215477133/solver-1077811-1215477133 -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-1077811-1215477133.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.57 1.14 1.05 4/81 3065
/proc/meminfo: memFree=1778296/2055920 swapFree=4192956/4192956
[pid=3065] ppid=3063 vsize=18572 CPUtime=0
/proc/3065/stat : 3065 (runsolver) D 3063 3065 2897 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 4410582 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 214945033511 0 0 4096 24578 18446744071563479169 0 0 17 1 0 0
/proc/3065/statm: 4643 292 257 25 0 2626 0

[startup+0.069287 s]
/proc/loadavg: 1.57 1.14 1.05 4/81 3065
/proc/meminfo: memFree=1778296/2055920 swapFree=4192956/4192956
[pid=3065] ppid=3063 vsize=6268 CPUtime=0
/proc/3065/stat : 3065 (sugar) D 3063 3065 2897 0 -1 4194304 61 0 1 0 0 0 0 0 18 0 1 0 4410582 6418432 47 996147200 4194304 4206940 548682068608 18446744073709551615 214942414217 0 2147483391 4096 0 18446744072099855350 0 0 17 0 0 0
/proc/3065/statm: 1567 47 36 3 0 8 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6268

[startup+0.10129 s]
/proc/loadavg: 1.57 1.14 1.05 4/81 3065
/proc/meminfo: memFree=1778296/2055920 swapFree=4192956/4192956
[pid=3065] ppid=3063 vsize=11864 CPUtime=0
/proc/3065/stat : 3065 (sugar) D 3063 3065 2897 0 -1 4194304 123 0 3 0 0 0 0 0 18 0 1 0 4410582 12148736 94 996147200 4194304 4206940 548682068608 18446744073709551615 214962474296 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/3065/statm: 2966 94 63 3 0 66 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11864

[startup+0.301318 s]
/proc/loadavg: 1.57 1.14 1.05 4/81 3065
/proc/meminfo: memFree=1778296/2055920 swapFree=4192956/4192956
[pid=3065] ppid=3063 vsize=12272 CPUtime=0
/proc/3065/stat : 3065 (sugar) D 3063 3065 2897 0 -1 4194304 379 0 17 0 0 0 0 0 18 0 1 0 4410582 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 214945200741 0 2147483391 4224 0 18446744072099855350 0 0 17 0 0 0
/proc/3065/statm: 3068 364 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.701366 s]
/proc/loadavg: 1.57 1.14 1.05 4/81 3065
/proc/meminfo: memFree=1778296/2055920 swapFree=4192956/4192956
[pid=3065] ppid=3063 vsize=13600 CPUtime=0.26
/proc/3065/stat : 3065 (sugar) S 3063 3065 2897 0 -1 4194304 938 4304 18 1 3 1 19 3 16 0 1 0 4410582 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3065/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 13600

[startup+1.50146 s]
/proc/loadavg: 1.57 1.14 1.05 4/92 3087
/proc/meminfo: memFree=1768416/2055920 swapFree=4192956/4192956
[pid=3065] ppid=3063 vsize=13600 CPUtime=0.26
/proc/3065/stat : 3065 (sugar) S 3063 3065 2897 0 -1 4194304 956 4304 18 1 3 1 19 3 15 0 1 0 4410582 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3065/statm: 3400 797 370 3 0 500 0
[pid=3078] ppid=3065 vsize=5356 CPUtime=0
/proc/3078/stat : 3078 (sh) S 3065 3065 2897 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4410649 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3078/statm: 1339 233 193 169 0 50 0
[pid=3079] ppid=3078 vsize=868480 CPUtime=0.81
/proc/3079/stat : 3079 (java) S 3078 3065 2897 0 -1 0 6265 0 1 0 76 5 0 0 18 0 9 0 4410649 889323520 5449 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3079/statm: 217120 5449 2562 9 0 211667 0
[pid=3079/tid=3080] ppid=3078 vsize=868480 CPUtime=0.58
/proc/3079/task/3080/stat : 3080 (java) R 3078 3065 2897 0 -1 64 2752 0 1 0 55 3 0 0 19 0 9 0 4410650 889323520 5449 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3079/tid=3081] ppid=3078 vsize=868480 CPUtime=0.03
/proc/3079/task/3081/stat : 3081 (java) S 3078 3065 2897 0 -1 64 1366 0 0 0 3 0 0 0 16 0 9 0 4410651 889323520 5449 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3079/tid=3082] ppid=3078 vsize=868480 CPUtime=0
/proc/3079/task/3082/stat : 3082 (java) S 3078 3065 2897 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4410651 889323520 5449 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3079/tid=3083] ppid=3078 vsize=868480 CPUtime=0
/proc/3079/task/3083/stat : 3083 (java) S 3078 3065 2897 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4410651 889323520 5449 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3079/tid=3084] ppid=3078 vsize=868480 CPUtime=0
/proc/3079/task/3084/stat : 3084 (java) S 3078 3065 2897 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4410653 889323520 5449 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3079/tid=3085] ppid=3078 vsize=868480 CPUtime=0.17
/proc/3079/task/3085/stat : 3085 (java) S 3078 3065 2897 0 -1 64 1455 0 0 0 17 0 0 0 16 0 9 0 4410653 889323520 5449 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3079/tid=3086] ppid=3078 vsize=868480 CPUtime=0
/proc/3079/task/3086/stat : 3086 (java) S 3078 3065 2897 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4410653 889323520 5449 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3079/tid=3087] ppid=3078 vsize=868480 CPUtime=0
/proc/3079/task/3087/stat : 3087 (java) S 3078 3065 2897 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4410653 889323520 5449 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 887436

[startup+3.10264 s]
/proc/loadavg: 1.57 1.14 1.05 3/92 3087
/proc/meminfo: memFree=1753120/2055920 swapFree=4192956/4192956
[pid=3065] ppid=3063 vsize=13600 CPUtime=0.27
/proc/3065/stat : 3065 (sugar) S 3063 3065 2897 0 -1 4194304 956 4304 18 1 4 1 19 3 16 0 1 0 4410582 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3065/statm: 3400 797 370 3 0 500 0
[pid=3078] ppid=3065 vsize=5356 CPUtime=0
/proc/3078/stat : 3078 (sh) S 3065 3065 2897 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4410649 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3078/statm: 1339 233 193 169 0 50 0
[pid=3079] ppid=3078 vsize=868480 CPUtime=2.4
/proc/3079/stat : 3079 (java) S 3078 3065 2897 0 -1 0 6822 0 1 0 219 21 0 0 18 0 9 0 4410649 889323520 5461 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3079/statm: 217120 5461 2562 9 0 211667 0
[pid=3079/tid=3080] ppid=3078 vsize=868480 CPUtime=2.04
/proc/3079/task/3080/stat : 3080 (java) R 3078 3065 2897 0 -1 64 3300 0 1 0 189 15 0 0 25 0 9 0 4410650 889323520 5461 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3079/tid=3081] ppid=3078 vsize=868480 CPUtime=0.14
/proc/3079/task/3081/stat : 3081 (java) S 3078 3065 2897 0 -1 64 1366 0 0 0 10 4 0 0 16 0 9 0 4410651 889323520 5461 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3079/tid=3082] ppid=3078 vsize=868480 CPUtime=0
/proc/3079/task/3082/stat : 3082 (java) S 3078 3065 2897 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4410651 889323520 5461 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3079/tid=3083] ppid=3078 vsize=868480 CPUtime=0
/proc/3079/task/3083/stat : 3083 (java) S 3078 3065 2897 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4410651 889323520 5461 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3079/tid=3084] ppid=3078 vsize=868480 CPUtime=0
/proc/3079/task/3084/stat : 3084 (java) S 3078 3065 2897 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4410653 889323520 5461 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3079/tid=3085] ppid=3078 vsize=868480 CPUtime=0.19
/proc/3079/task/3085/stat : 3085 (java) S 3078 3065 2897 0 -1 64 1464 0 0 0 19 0 0 0 17 0 9 0 4410653 889323520 5461 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3079/tid=3086] ppid=3078 vsize=868480 CPUtime=0
/proc/3079/task/3086/stat : 3086 (java) S 3078 3065 2897 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4410653 889323520 5461 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3079/tid=3087] ppid=3078 vsize=868480 CPUtime=0
/proc/3079/task/3087/stat : 3087 (java) S 3078 3065 2897 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4410653 889323520 5461 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.67
Current children cumulated vsize (KiB) 887436

[startup+6.303 s]
/proc/loadavg: 1.68 1.17 1.06 3/92 3087
/proc/meminfo: memFree=1710752/2055920 swapFree=4192956/4192956
[pid=3065] ppid=3063 vsize=13600 CPUtime=0.27
/proc/3065/stat : 3065 (sugar) S 3063 3065 2897 0 -1 4194304 956 4304 18 1 4 1 19 3 16 0 1 0 4410582 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3065/statm: 3400 797 370 3 0 500 0
[pid=3078] ppid=3065 vsize=5356 CPUtime=0
/proc/3078/stat : 3078 (sh) S 3065 3065 2897 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4410649 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3078/statm: 1339 233 193 169 0 50 0
[pid=3079] ppid=3078 vsize=868480 CPUtime=5.57
/proc/3079/stat : 3079 (java) S 3078 3065 2897 0 -1 0 7903 0 1 0 505 52 0 0 18 0 9 0 4410649 889323520 5461 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3079/statm: 217120 5461 2562 9 0 211667 0
[pid=3079/tid=3080] ppid=3078 vsize=868480 CPUtime=4.99
/proc/3079/task/3080/stat : 3080 (java) R 3078 3065 2897 0 -1 64 4381 0 1 0 458 41 0 0 25 0 9 0 4410650 889323520 5461 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3079/tid=3081] ppid=3078 vsize=868480 CPUtime=0.36
/proc/3079/task/3081/stat : 3081 (java) S 3078 3065 2897 0 -1 64 1366 0 0 0 27 9 0 0 16 0 9 0 4410651 889323520 5461 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3079/tid=3082] ppid=3078 vsize=868480 CPUtime=0
/proc/3079/task/3082/stat : 3082 (java) S 3078 3065 2897 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4410651 889323520 5461 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3079/tid=3083] ppid=3078 vsize=868480 CPUtime=0
/proc/3079/task/3083/stat : 3083 (java) S 3078 3065 2897 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4410651 889323520 5461 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3079/tid=3084] ppid=3078 vsize=868480 CPUtime=0
/proc/3079/task/3084/stat : 3084 (java) S 3078 3065 2897 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4410653 889323520 5461 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3079/tid=3085] ppid=3078 vsize=868480 CPUtime=0.19
/proc/3079/task/3085/stat : 3085 (java) S 3078 3065 2897 0 -1 64 1464 0 0 0 19 0 0 0 17 0 9 0 4410653 889323520 5461 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3079/tid=3086] ppid=3078 vsize=868480 CPUtime=0
/proc/3079/task/3086/stat : 3086 (java) S 3078 3065 2897 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4410653 889323520 5461 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3079/tid=3087] ppid=3078 vsize=868480 CPUtime=0
/proc/3079/task/3087/stat : 3087 (java) S 3078 3065 2897 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4410653 889323520 5461 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.84
Current children cumulated vsize (KiB) 887436

[startup+12.7027 s]
/proc/loadavg: 1.79 1.20 1.07 3/92 3087
/proc/meminfo: memFree=1628640/2055920 swapFree=4192956/4192956
[pid=3065] ppid=3063 vsize=13600 CPUtime=0.27
/proc/3065/stat : 3065 (sugar) S 3063 3065 2897 0 -1 4194304 956 4304 18 1 4 1 19 3 16 0 1 0 4410582 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3065/statm: 3400 797 370 3 0 500 0
[pid=3078] ppid=3065 vsize=5356 CPUtime=0
/proc/3078/stat : 3078 (sh) S 3065 3065 2897 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4410649 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3078/statm: 1339 233 193 169 0 50 0
[pid=3079] ppid=3078 vsize=868480 CPUtime=11.74
/proc/3079/stat : 3079 (java) S 3078 3065 2897 0 -1 0 9992 0 1 0 1067 107 0 0 18 0 9 0 4410649 889323520 5462 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3079/statm: 217120 5462 2562 9 0 211667 0
[pid=3079/tid=3080] ppid=3078 vsize=868480 CPUtime=10.7
/proc/3079/task/3080/stat : 3080 (java) R 3078 3065 2897 0 -1 64 6469 0 1 0 986 84 0 0 25 0 9 0 4410650 889323520 5462 996147200 134512640 134550740 4294955952 18446744073709551615 4126884525 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3079/tid=3081] ppid=3078 vsize=868480 CPUtime=0.82
/proc/3079/task/3081/stat : 3081 (java) S 3078 3065 2897 0 -1 64 1366 0 0 0 61 21 0 0 16 0 9 0 4410651 889323520 5462 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3079/tid=3082] ppid=3078 vsize=868480 CPUtime=0
/proc/3079/task/3082/stat : 3082 (java) S 3078 3065 2897 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4410651 889323520 5462 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3079/tid=3083] ppid=3078 vsize=868480 CPUtime=0
/proc/3079/task/3083/stat : 3083 (java) S 3078 3065 2897 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4410651 889323520 5462 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3079/tid=3084] ppid=3078 vsize=868480 CPUtime=0
/proc/3079/task/3084/stat : 3084 (java) S 3078 3065 2897 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4410653 889323520 5462 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3079/tid=3085] ppid=3078 vsize=868480 CPUtime=0.19
/proc/3079/task/3085/stat : 3085 (java) S 3078 3065 2897 0 -1 64 1465 0 0 0 19 0 0 0 16 0 9 0 4410653 889323520 5462 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3079/tid=3086] ppid=3078 vsize=868480 CPUtime=0
/proc/3079/task/3086/stat : 3086 (java) S 3078 3065 2897 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4410653 889323520 5462 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3079/tid=3087] ppid=3078 vsize=868480 CPUtime=0
/proc/3079/task/3087/stat : 3087 (java) S 3078 3065 2897 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4410653 889323520 5462 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.01
Current children cumulated vsize (KiB) 887436

[startup+25.5012 s]
/proc/loadavg: 2.06 1.29 1.10 3/92 3087
/proc/meminfo: memFree=1477152/2055920 swapFree=4192956/4192956
[pid=3065] ppid=3063 vsize=13600 CPUtime=0.27
/proc/3065/stat : 3065 (sugar) S 3063 3065 2897 0 -1 4194304 956 4304 18 1 4 1 19 3 16 0 1 0 4410582 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3065/statm: 3400 797 370 3 0 500 0
[pid=3078] ppid=3065 vsize=5356 CPUtime=0
/proc/3078/stat : 3078 (sh) S 3065 3065 2897 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4410649 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3078/statm: 1339 233 193 169 0 50 0
[pid=3079] ppid=3078 vsize=868480 CPUtime=23.21
/proc/3079/stat : 3079 (java) S 3078 3065 2897 0 -1 0 13843 0 1 0 2109 212 0 0 18 0 9 0 4410649 889323520 5463 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3079/statm: 217120 5463 2562 9 0 211667 0
[pid=3079/tid=3080] ppid=3078 vsize=868480 CPUtime=21.33
/proc/3079/task/3080/stat : 3080 (java) R 3078 3065 2897 0 -1 64 10319 0 1 0 1964 169 0 0 25 0 9 0 4410650 889323520 5463 996147200 134512640 134550740 4294955952 18446744073709551615 4126889567 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3079/tid=3081] ppid=3078 vsize=868480 CPUtime=1.67
/proc/3079/task/3081/stat : 3081 (java) S 3078 3065 2897 0 -1 64 1367 0 0 0 126 41 0 0 16 0 9 0 4410651 889323520 5463 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3079/tid=3082] ppid=3078 vsize=868480 CPUtime=0
/proc/3079/task/3082/stat : 3082 (java) S 3078 3065 2897 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4410651 889323520 5463 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3079/tid=3083] ppid=3078 vsize=868480 CPUtime=0
/proc/3079/task/3083/stat : 3083 (java) S 3078 3065 2897 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4410651 889323520 5463 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/3065/stat : 3065 (sugar) S 3063 3065 2897 0 -1 4194304 956 4304 18 1 4 1 19 3 16 0 1 0 4410582 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3065/statm: 3400 797 370 3 0 500 0
[pid=3078] ppid=3065 vsize=5356 CPUtime=0
/proc/3078/stat : 3078 (sh) S 3065 3065 2897 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4410649 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3078/statm: 1339 233 193 169 0 50 0
[pid=3079] ppid=3078 vsize=868480 CPUtime=92.16
/proc/3079/stat : 3079 (java) S 3078 3065 2897 0 -1 0 37032 0 1 0 8341 875 0 0 18 0 9 0 4410649 889323520 5465 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3079/statm: 217120 5465 2562 9 0 211667 0
[pid=3079/tid=3080] ppid=3078 vsize=868480 CPUtime=85.27
/proc/3079/task/3080/stat : 3080 (java) R 3078 3065 2897 0 -1 64 33506 0 1 0 7818 709 0 0 25 0 9 0 4410650 889323520 5465 996147200 134512640 134550740 4294955952 18446744073709551615 4126485648 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3079/tid=3081] ppid=3078 vsize=868480 CPUtime=6.67
/proc/3079/task/3081/stat : 3081 (java) S 3078 3065 2897 0 -1 64 1369 0 0 0 503 164 0 0 16 0 9 0 4410651 889323520 5465 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3079/tid=3082] ppid=3078 vsize=868480 CPUtime=0
/proc/3079/task/3082/stat : 3082 (java) S 3078 3065 2897 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4410651 889323520 5465 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3079/tid=3083] ppid=3078 vsize=868480 CPUtime=0
/proc/3079/task/3083/stat : 3083 (java) S 3078 3065 2897 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4410651 889323520 5465 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3079/tid=3084] ppid=3078 vsize=868480 CPUtime=0
/proc/3079/task/3084/stat : 3084 (java) S 3078 3065 2897 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4410653 889323520 5465 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3079/tid=3085] ppid=3078 vsize=868480 CPUtime=0.19
/proc/3079/task/3085/stat : 3085 (java) S 3078 3065 2897 0 -1 64 1465 0 0 0 19 0 0 0 16 0 9 0 4410653 889323520 5465 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3079/tid=3086] ppid=3078 vsize=868480 CPUtime=0
/proc/3079/task/3086/stat : 3086 (java) S 3078 3065 2897 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4410653 889323520 5465 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3079/tid=3087] ppid=3078 vsize=868480 CPUtime=0
/proc/3079/task/3087/stat : 3087 (java) S 3078 3065 2897 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4410653 889323520 5465 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 92.43
Current children cumulated vsize (KiB) 887436

[startup+162.302 s]
/proc/loadavg: 4.16 2.47 1.56 3/84 3093
/proc/meminfo: memFree=288488/2055920 swapFree=4192956/4192956
[pid=3065] ppid=3063 vsize=13600 CPUtime=93.72
/proc/3065/stat : 3065 (sugar) S 3063 3065 2897 0 -1 4194304 1004 42071 18 2 4 1 8475 892 16 0 1 0 4410582 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3065/statm: 3400 798 370 3 0 500 0
[pid=3091] ppid=3065 vsize=5356 CPUtime=0
/proc/3091/stat : 3091 (sh) S 3065 3065 2897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4420945 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3091/statm: 1339 232 193 169 0 50 0
[pid=3092] ppid=3091 vsize=263348 CPUtime=58.37
/proc/3092/stat : 3092 (picosat) R 3091 3065 2897 0 -1 4194304 63705 0 0 0 2634 3203 0 0 25 0 1 0 4420945 269668352 63691 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/3092/statm: 65837 63691 40 102 0 65732 0
Current children cumulated CPU time (s) 152.09
Current children cumulated vsize (KiB) 282304

[startup+222.302 s]
/proc/loadavg: 2.93 2.44 1.61 3/84 3093
/proc/meminfo: memFree=52712/2055920 swapFree=4192956/4192956
[pid=3065] ppid=3063 vsize=13600 CPUtime=93.72
/proc/3065/stat : 3065 (sugar) S 3063 3065 2897 0 -1 4194304 1004 42071 18 2 4 1 8475 892 16 0 1 0 4410582 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3065/statm: 3400 798 370 3 0 500 0
[pid=3091] ppid=3065 vsize=5356 CPUtime=0
/proc/3091/stat : 3091 (sh) S 3065 3065 2897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4420945 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3091/statm: 1339 232 193 169 0 50 0
[pid=3092] ppid=3091 vsize=512332 CPUtime=117.55
/proc/3092/stat : 3092 (picosat) R 3091 3065 2897 0 -1 4194304 124509 0 0 0 5307 6448 0 0 25 0 1 0 4420945 524627968 124495 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/3092/statm: 128083 124495 40 102 0 127978 0
Current children cumulated CPU time (s) 211.27
Current children cumulated vsize (KiB) 531288

[startup+282.301 s]
/proc/loadavg: 2.34 2.36 1.63 3/84 3093
/proc/meminfo: memFree=15272/2055920 swapFree=4192952/4192956
[pid=3065] ppid=3063 vsize=13600 CPUtime=93.72
/proc/3065/stat : 3065 (sugar) S 3063 3065 2897 0 -1 4194304 1004 42071 18 2 4 1 8475 892 16 0 1 0 4410582 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3065/statm: 3400 798 370 3 0 500 0
[pid=3091] ppid=3065 vsize=5356 CPUtime=0
/proc/3091/stat : 3091 (sh) S 3065 3065 2897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4420945 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3091/statm: 1339 232 193 169 0 50 0
[pid=3092] ppid=3091 vsize=794084 CPUtime=177.13
/proc/3092/stat : 3092 (picosat) R 3091 3065 2897 0 -1 4194304 185322 0 0 0 8013 9700 0 0 25 0 1 0 4420945 813142016 185308 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/3092/statm: 198521 185308 40 102 0 198416 0
Current children cumulated CPU time (s) 270.85
Current children cumulated vsize (KiB) 813040



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+312.407 s]
/proc/loadavg: 2.20 2.32 1.64 3/84 3093
/proc/meminfo: memFree=15464/2055920 swapFree=4192952/4192956
[pid=3065] ppid=3063 vsize=13600 CPUtime=93.72
/proc/3065/stat : 3065 (sugar) S 3063 3065 2897 0 -1 4194304 1004 42071 18 2 4 1 8475 892 16 0 1 0 4410582 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3065/statm: 3400 798 370 3 0 500 0
[pid=3091] ppid=3065 vsize=5356 CPUtime=0
/proc/3091/stat : 3091 (sh) S 3065 3065 2897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4420945 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3091/statm: 1339 232 193 169 0 50 0
[pid=3092] ppid=3091 vsize=902852 CPUtime=207.05
/proc/3092/stat : 3092 (picosat) R 3091 3065 2897 0 -1 4194304 215894 0 0 0 9383 11322 0 0 25 0 1 0 4420945 924520448 215880 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/3092/statm: 225713 215880 40 102 0 225608 0
Current children cumulated CPU time (s) 300.77
Current children cumulated vsize (KiB) 921808

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

[startup+312.519 s]
/proc/loadavg: 2.20 2.32 1.64 3/84 3093
/proc/meminfo: memFree=15464/2055920 swapFree=4192952/4192956
[pid=3065] ppid=3063 vsize=13600 CPUtime=93.72
/proc/3065/stat : 3065 (sugar) S 3063 3065 2897 0 -1 4194304 1022 42071 18 2 4 1 8475 892 16 0 1 0 4410582 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/3065/statm: 3400 798 370 3 0 500 0
[pid=3091] ppid=3065 vsize=0 CPUtime=0
/proc/3091/stat : 3091 (sh) Z 3065 3065 2897 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 4420945 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/3091/statm: 0 0 0 0 0 0 0
[pid=3092] ppid=1 vsize=0 CPUtime=207.15
/proc/3092/stat : 3092 (picosat) R 1 3065 2897 0 -1 4195332 215894 0 0 0 9383 11332 0 0 25 0 1 0 4420945 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/3092/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 300.87
Current children cumulated vsize (KiB) 13600

# WARNING:
# current cumulated CPU time (93.77 s) is less than in the last sample (300.87 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (207.1 s) to the 'lost time'.

[startup+312.602 s]
/proc/loadavg: 2.20 2.32 1.64 3/84 3093
/proc/meminfo: memFree=15464/2055920 swapFree=4192952/4192956
[pid=3065] ppid=3063 vsize=13600 CPUtime=93.77
/proc/3065/stat : 3065 (sugar) R 3063 3065 2897 0 -1 4194304 1049 42348 18 2 4 6 8475 892 16 0 1 0 4410582 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214945207337 0 0 4224 16386 0 0 0 17 1 0 0
/proc/3065/statm: 3400 799 371 3 0 500 0
Current children cumulated CPU time (s) 93.77
Current children cumulated vsize (KiB) 13600

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

[startup+312.602 s]
/proc/loadavg: 2.20 2.32 1.64 3/84 3093
/proc/meminfo: memFree=15464/2055920 swapFree=4192952/4192956
[pid=3065] ppid=3063 vsize=13600 CPUtime=93.77
/proc/3065/stat : 3065 (sugar) R 3063 3065 2897 0 -1 4194304 1049 42348 18 2 4 6 8475 892 16 0 1 0 4410582 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214945207337 0 0 4224 16386 0 0 0 17 1 0 0
/proc/3065/statm: 3400 799 371 3 0 500 0
Current children cumulated CPU time (s) 93.77
Current children cumulated vsize (KiB) 13600

[startup+313.002 s]
/proc/loadavg: 2.20 2.32 1.64 3/84 3093
/proc/meminfo: memFree=15464/2055920 swapFree=4192952/4192956
[pid=3065] ppid=3063 vsize=13600 CPUtime=94.16
/proc/3065/stat : 3065 (sugar) R 3063 3065 2897 0 -1 4194304 1049 42348 18 2 4 45 8475 892 16 0 1 0 4410582 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214945207337 0 0 4224 16386 0 0 0 17 1 0 0
/proc/3065/statm: 3400 799 371 3 0 500 0
Current children cumulated CPU time (s) 94.16
Current children cumulated vsize (KiB) 13600

[startup+313.202 s]
/proc/loadavg: 2.20 2.32 1.64 3/84 3093
/proc/meminfo: memFree=15464/2055920 swapFree=4192952/4192956
[pid=3065] ppid=3063 vsize=13600 CPUtime=94.22
/proc/3065/stat : 3065 (sugar) D 3063 3065 2897 0 -1 4194304 1049 42348 18 2 4 51 8475 892 15 0 1 0 4410582 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214945207337 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/3065/statm: 3400 799 371 3 0 500 0
Current children cumulated CPU time (s) 94.22
Current children cumulated vsize (KiB) 13600

[startup+313.302 s]
/proc/loadavg: 2.20 2.32 1.64 3/84 3093
/proc/meminfo: memFree=15464/2055920 swapFree=4192952/4192956
[pid=3065] ppid=3063 vsize=13600 CPUtime=94.22
/proc/3065/stat : 3065 (sugar) D 3063 3065 2897 0 -1 4194304 1049 42348 18 2 4 51 8475 892 15 0 1 0 4410582 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214945207337 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/3065/statm: 3400 799 371 3 0 500 0
Current children cumulated CPU time (s) 94.22
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 207.1
#  lost CPU user time (s): 93.83
#  lost CPU system time (s): 113.27

Real time (s): 313.324
CPU time (s): 301.34
CPU user time (s): 178.623
CPU system time (s): 122.717
CPU usage (%): 96.1752
Max. virtual memory (cumulated for all children) (KiB): 921808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 84.7931
system time used= 9.44656
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43428
page faults= 20
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 221731
involuntary context switches= 223155

runsolver used 0.348946 second user time and 0.907861 second system time

The end

Launcher Data (download as text)

Begin job on node85 at 2008-07-08 02:32:13
IDJOB=1077811
IDBENCH=56714
IDSOLVER=345
FILE ID=node85/1077811-1215477133
PBS_JOBID= 7888619
Free space on /tmp= 126840 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/primes-10/normalized-primes-10-40-2-7.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-1077811-1215477133/watcher-1077811-1215477133 -o /tmp/evaluation-result-1077811-1215477133/solver-1077811-1215477133 -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-1077811-1215477133.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5f58b2e48b45468f2f81f3f76ae83a1d
RANDOM SEED=524646026

node85.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.225
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.225
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1778712 kB
Buffers:         25680 kB
Cached:         115624 kB
SwapCached:          0 kB
Active:         171840 kB
Inactive:        73568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1778712 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2840 kB
Writeback:           0 kB
Mapped:         121624 kB
Slab:            16876 kB
Committed_AS:   883788 kB
PageTables:       1924 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= 126840 MiB
End job on node85 at 2008-07-08 02:37:27