Trace number 1077685

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) 296.502 301.739

General information on the benchmark

Namecsp/primes-10/
normalized-primes-10-60-2-7.xml
MD5SUM1a7fa2e3be281c770ffd9769f629ed4c
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.12198
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints60
Maximum constraint arity9
Maximum domain size28
Number of constraints which are defined in extension0
Number of constraints which are defined in intension60
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Fri Jul  4 19:57:34 2008
0.00/0.04	c 0	PID 19879
0.00/0.05	c 0	HOST node23.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1077685-1215194253.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-1077685-1215194253.xml' 'HOME/temp.csp'
0.04/0.36	c 0	1 domains, 100 variables, 60 predicates, 0 relations, 60 constraints
0.04/0.42	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.42	c 0	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.39/0.50	c 0	Parsing HOME/temp.csp
0.39/0.64	c 0	parsed 221 expressions
0.39/0.64	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.39/0.64	c 0	Converting to clausal form CSP
0.39/0.66	c 0	converted 23 (10%) expressions
0.39/0.66	c 0	converted 45 (20%) expressions
0.39/0.66	c 0	converted 67 (30%) expressions
0.39/0.66	c 0	converted 89 (40%) expressions
0.39/0.67	c 0	converted 111 (50%) expressions
0.39/0.67	c 0	converted 133 (60%) expressions
0.39/0.67	c 0	converted 155 (70%) expressions
0.39/0.69	c 0	converted 177 (80%) expressions
0.39/0.77	c 0	converted 199 (90%) expressions
0.39/0.88	c 0	converted 221 (100%) expressions
0.39/0.89	c 0	CSP : 540 integers, 0 booleans, 1000 clauses, largest domain size 2512
0.39/0.89	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.39/0.89	c 0	Propagation in CSP
0.39/0.94	c 0	147741 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.39/0.94	c 0	CSP : 540 integers, 0 booleans, 1000 clauses, largest domain size 2001
0.39/0.94	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.39/0.94	c 0	Simplifing CSP by introducing new Boolean variables
0.39/0.95	c 0	CSP : 540 integers, 0 booleans, 1000 clauses, largest domain size 2001
0.39/0.95	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.39/0.97	c 0	Encoding CSP to SAT : HOME/temp.cnf
0.39/0.99	c 0	54 (10%) CSP integer variables are encoded (1047 clauses, 11556 bytes)
0.94/1.01	c 0	108 (20%) CSP integer variables are encoded (5792 clauses, 73241 bytes)
0.94/1.03	c 0	162 (30%) CSP integer variables are encoded (27800 clauses, 395152 bytes)
0.94/1.06	c 1	216 (40%) CSP integer variables are encoded (51875 clauses, 756277 bytes)
0.94/1.10	c 1	270 (50%) CSP integer variables are encoded (79276 clauses, 1167292 bytes)
1.04/1.15	c 1	324 (60%) CSP integer variables are encoded (115264 clauses, 1738209 bytes)
1.04/1.19	c 1	378 (70%) CSP integer variables are encoded (147433 clauses, 2285082 bytes)
1.14/1.24	c 1	432 (80%) CSP integer variables are encoded (182088 clauses, 2874217 bytes)
1.14/1.29	c 1	486 (90%) CSP integer variables are encoded (219879 clauses, 3516664 bytes)
1.24/1.34	c 1	540 (100%) CSP integer variables are encoded (257812 clauses, 4161525 bytes)
1.24/1.39	c 1	100 (10%) CSP clauses are encoded (282524 clauses, 4546737 bytes)
1.73/1.89	c 1	200 (20%) CSP clauses are encoded (554996 clauses, 9839624 bytes)
2.51/2.66	c 2	300 (30%) CSP clauses are encoded (980502 clauses, 18137362 bytes)
6.07/6.24	c 6	400 (40%) CSP clauses are encoded (2916822 clauses, 59273333 bytes)
16.73/17.12	c 17	500 (50%) CSP clauses are encoded (8556123 clauses, 183545758 bytes)
29.89/30.62	c 30	600 (60%) CSP clauses are encoded (15214590 clauses, 346250244 bytes)
36.80/37.75	c 37	700 (70%) CSP clauses are encoded (18759388 clauses, 432766217 bytes)
50.56/51.87	c 51	800 (80%) CSP clauses are encoded (25789487 clauses, 604199071 bytes)
60.41/61.95	c 61	900 (90%) CSP clauses are encoded (30812196 clauses, 726625843 bytes)
76.14/78.21	c 78	1000 (100%) CSP clauses are encoded (38788440 clauses, 921291861 bytes)
76.14/78.21	c 78	1000 CSP clauses encoded
76.14/78.21	c 78	Writing map file : HOME/temp.map
76.14/78.21	c 78	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
76.14/78.21	c 78	SAT : 258339 SAT variables, 38788440 SAT clauses, 921291861 bytes
76.14/78.21	c 78	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
76.14/78.25	c 78	SOLVING HOME/temp.cnf
76.14/78.25	c 78	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
296.13/300.92	c ERROR INTERRUPTED
296.24/301.05	s UNKNOWN
296.24/301.05	c 301	CPU 68.91 (0.03 0.01 68.88 7.26)
296.24/301.05	c 301	END Fri Jul  4 20:02:35 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-1077685-1215194253/watcher-1077685-1215194253 -o /tmp/evaluation-result-1077685-1215194253/solver-1077685-1215194253 -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-1077685-1215194253.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.00 2.00 2.00 4/80 19879
/proc/meminfo: memFree=1133984/2055920 swapFree=4180000/4192956
[pid=19879] ppid=19877 vsize=12268 CPUtime=0
/proc/19879/stat : 19879 (sugar) R 19877 19879 16648 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1998399502 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 238487829093 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/19879/statm: 3067 316 241 3 0 167 0

[startup+0.0686159 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 19879
/proc/meminfo: memFree=1133984/2055920 swapFree=4180000/4192956
[pid=19879] ppid=19877 vsize=13600 CPUtime=0.04
/proc/19879/stat : 19879 (sugar) S 19877 19879 16648 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1998399502 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19879/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101615 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 19879
/proc/meminfo: memFree=1133984/2055920 swapFree=4180000/4192956
[pid=19879] ppid=19877 vsize=13600 CPUtime=0.04
/proc/19879/stat : 19879 (sugar) S 19877 19879 16648 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1998399502 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19879/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301637 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 19879
/proc/meminfo: memFree=1133984/2055920 swapFree=4180000/4192956
[pid=19879] ppid=19877 vsize=13600 CPUtime=0.04
/proc/19879/stat : 19879 (sugar) S 19877 19879 16648 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1998399502 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19879/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701682 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 19879
/proc/meminfo: memFree=1133984/2055920 swapFree=4180000/4192956
[pid=19879] ppid=19877 vsize=13600 CPUtime=0.39
/proc/19879/stat : 19879 (sugar) S 19877 19879 16648 0 -1 4194304 973 4462 0 1 3 1 32 3 15 0 1 0 1998399502 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19879/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 13600

[startup+1.50278 s]
/proc/loadavg: 2.08 2.02 2.01 4/91 19901
/proc/meminfo: memFree=1119944/2055920 swapFree=4180000/4192956
[pid=19879] ppid=19877 vsize=13600 CPUtime=0.39
/proc/19879/stat : 19879 (sugar) S 19877 19879 16648 0 -1 4194304 974 4462 0 1 3 1 32 3 15 0 1 0 1998399502 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19879/statm: 3400 797 370 3 0 500 0
[pid=19892] ppid=19879 vsize=5356 CPUtime=0
/proc/19892/stat : 19892 (sh) S 19879 19879 16648 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998399544 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19892/statm: 1339 233 193 169 0 50 0
[pid=19893] ppid=19892 vsize=869368 CPUtime=1.04
/proc/19893/stat : 19893 (java) S 19892 19879 16648 0 -1 0 6411 0 1 0 97 7 0 0 19 0 9 0 1998399544 890232832 5496 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19893/statm: 217342 5496 2562 9 0 211889 0
[pid=19893/tid=19894] ppid=19892 vsize=869368 CPUtime=0.74
/proc/19893/task/19894/stat : 19894 (java) R 19892 19879 16648 0 -1 64 2836 0 1 0 70 4 0 0 21 0 9 0 1998399545 890232832 5496 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19893/tid=19895] ppid=19892 vsize=869368 CPUtime=0.06
/proc/19893/task/19895/stat : 19895 (java) S 19892 19879 16648 0 -1 64 1406 0 0 0 6 0 0 0 16 0 9 0 1998399546 890232832 5496 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19893/tid=19896] ppid=19892 vsize=869368 CPUtime=0
/proc/19893/task/19896/stat : 19896 (java) S 19892 19879 16648 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998399547 890232832 5496 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19893/tid=19897] ppid=19892 vsize=869368 CPUtime=0
/proc/19893/task/19897/stat : 19897 (java) S 19892 19879 16648 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1998399547 890232832 5496 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19893/tid=19898] ppid=19892 vsize=869368 CPUtime=0
/proc/19893/task/19898/stat : 19898 (java) S 19892 19879 16648 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1998399549 890232832 5496 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19893/tid=19899] ppid=19892 vsize=869368 CPUtime=0.21
/proc/19893/task/19899/stat : 19899 (java) R 19892 19879 16648 0 -1 64 1475 0 0 0 20 1 0 0 16 0 9 0 1998399549 890232832 5496 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19893/tid=19900] ppid=19892 vsize=869368 CPUtime=0
/proc/19893/task/19900/stat : 19900 (java) S 19892 19879 16648 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1998399549 890232832 5496 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19893/tid=19901] ppid=19892 vsize=869368 CPUtime=0
/proc/19893/task/19901/stat : 19901 (java) S 19892 19879 16648 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1998399549 890232832 5496 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) 888324

[startup+3.10196 s]
/proc/loadavg: 2.08 2.02 2.01 3/91 19901
/proc/meminfo: memFree=1107592/2055920 swapFree=4180000/4192956
[pid=19879] ppid=19877 vsize=13600 CPUtime=0.39
/proc/19879/stat : 19879 (sugar) S 19877 19879 16648 0 -1 4194304 974 4462 0 1 3 1 32 3 15 0 1 0 1998399502 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19879/statm: 3400 797 370 3 0 500 0
[pid=19892] ppid=19879 vsize=5356 CPUtime=0
/proc/19892/stat : 19892 (sh) S 19879 19879 16648 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998399544 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19892/statm: 1339 233 193 169 0 50 0
[pid=19893] ppid=19892 vsize=869368 CPUtime=2.62
/proc/19893/stat : 19893 (java) S 19892 19879 16648 0 -1 0 6921 0 1 0 240 22 0 0 19 0 9 0 1998399544 890232832 5503 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19893/statm: 217342 5503 2562 9 0 211889 0
[pid=19893/tid=19894] ppid=19892 vsize=869368 CPUtime=2.2
/proc/19893/task/19894/stat : 19894 (java) R 19892 19879 16648 0 -1 64 3341 0 1 0 204 16 0 0 25 0 9 0 1998399545 890232832 5503 996147200 134512640 134550740 4294955952 18446744073709551615 4126590382 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19893/tid=19895] ppid=19892 vsize=869368 CPUtime=0.17
/proc/19893/task/19895/stat : 19895 (java) S 19892 19879 16648 0 -1 64 1406 0 0 0 14 3 0 0 16 0 9 0 1998399546 890232832 5503 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19893/tid=19896] ppid=19892 vsize=869368 CPUtime=0
/proc/19893/task/19896/stat : 19896 (java) S 19892 19879 16648 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998399547 890232832 5503 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19893/tid=19897] ppid=19892 vsize=869368 CPUtime=0
/proc/19893/task/19897/stat : 19897 (java) S 19892 19879 16648 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1998399547 890232832 5503 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19893/tid=19898] ppid=19892 vsize=869368 CPUtime=0
/proc/19893/task/19898/stat : 19898 (java) S 19892 19879 16648 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1998399549 890232832 5503 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19893/tid=19899] ppid=19892 vsize=869368 CPUtime=0.22
/proc/19893/task/19899/stat : 19899 (java) S 19892 19879 16648 0 -1 64 1480 0 0 0 21 1 0 0 16 0 9 0 1998399549 890232832 5503 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19893/tid=19900] ppid=19892 vsize=869368 CPUtime=0
/proc/19893/task/19900/stat : 19900 (java) S 19892 19879 16648 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1998399549 890232832 5503 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19893/tid=19901] ppid=19892 vsize=869368 CPUtime=0
/proc/19893/task/19901/stat : 19901 (java) S 19892 19879 16648 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1998399549 890232832 5503 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) 888324

[startup+6.30232 s]
/proc/loadavg: 2.08 2.02 2.01 3/91 19901
/proc/meminfo: memFree=1069768/2055920 swapFree=4180000/4192956
[pid=19879] ppid=19877 vsize=13600 CPUtime=0.39
/proc/19879/stat : 19879 (sugar) S 19877 19879 16648 0 -1 4194304 974 4462 0 1 3 1 32 3 16 0 1 0 1998399502 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19879/statm: 3400 797 370 3 0 500 0
[pid=19892] ppid=19879 vsize=5356 CPUtime=0
/proc/19892/stat : 19892 (sh) S 19879 19879 16648 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998399544 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19892/statm: 1339 233 193 169 0 50 0
[pid=19893] ppid=19892 vsize=869368 CPUtime=5.79
/proc/19893/stat : 19893 (java) S 19892 19879 16648 0 -1 0 7917 0 1 0 529 50 0 0 19 0 9 0 1998399544 890232832 5504 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19893/statm: 217342 5504 2562 9 0 211889 0
[pid=19893/tid=19894] ppid=19892 vsize=869368 CPUtime=5.15
/proc/19893/task/19894/stat : 19894 (java) R 19892 19879 16648 0 -1 64 4336 0 1 0 476 39 0 0 25 0 9 0 1998399545 890232832 5504 996147200 134512640 134550740 4294955952 18446744073709551615 4126561966 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19893/tid=19895] ppid=19892 vsize=869368 CPUtime=0.4
/proc/19893/task/19895/stat : 19895 (java) S 19892 19879 16648 0 -1 64 1407 0 0 0 31 9 0 0 16 0 9 0 1998399546 890232832 5504 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19893/tid=19896] ppid=19892 vsize=869368 CPUtime=0
/proc/19893/task/19896/stat : 19896 (java) S 19892 19879 16648 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998399547 890232832 5504 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19893/tid=19897] ppid=19892 vsize=869368 CPUtime=0
/proc/19893/task/19897/stat : 19897 (java) S 19892 19879 16648 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1998399547 890232832 5504 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19893/tid=19898] ppid=19892 vsize=869368 CPUtime=0
/proc/19893/task/19898/stat : 19898 (java) S 19892 19879 16648 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1998399549 890232832 5504 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19893/tid=19899] ppid=19892 vsize=869368 CPUtime=0.22
/proc/19893/task/19899/stat : 19899 (java) S 19892 19879 16648 0 -1 64 1480 0 0 0 21 1 0 0 16 0 9 0 1998399549 890232832 5504 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19893/tid=19900] ppid=19892 vsize=869368 CPUtime=0
/proc/19893/task/19900/stat : 19900 (java) S 19892 19879 16648 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1998399549 890232832 5504 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19893/tid=19901] ppid=19892 vsize=869368 CPUtime=0
/proc/19893/task/19901/stat : 19901 (java) S 19892 19879 16648 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1998399549 890232832 5504 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 888324

[startup+12.701 s]
/proc/loadavg: 2.07 2.02 2.00 3/91 19901
/proc/meminfo: memFree=995272/2055920 swapFree=4180000/4192956
[pid=19879] ppid=19877 vsize=13600 CPUtime=0.39
/proc/19879/stat : 19879 (sugar) S 19877 19879 16648 0 -1 4194304 974 4462 0 1 3 1 32 3 16 0 1 0 1998399502 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19879/statm: 3400 797 370 3 0 500 0
[pid=19892] ppid=19879 vsize=5356 CPUtime=0
/proc/19892/stat : 19892 (sh) S 19879 19879 16648 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998399544 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19892/statm: 1339 233 193 169 0 50 0
[pid=19893] ppid=19892 vsize=869368 CPUtime=11.98
/proc/19893/stat : 19893 (java) S 19892 19879 16648 0 -1 0 9848 0 1 0 1093 105 0 0 19 0 9 0 1998399544 890232832 5504 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19893/statm: 217342 5504 2562 9 0 211889 0
[pid=19893/tid=19894] ppid=19892 vsize=869368 CPUtime=10.89
/proc/19893/task/19894/stat : 19894 (java) R 19892 19879 16648 0 -1 64 6267 0 1 0 1007 82 0 0 25 0 9 0 1998399545 890232832 5504 996147200 134512640 134550740 4294955952 18446744073709551615 4126482639 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19893/tid=19895] ppid=19892 vsize=869368 CPUtime=0.84
/proc/19893/task/19895/stat : 19895 (java) S 19892 19879 16648 0 -1 64 1407 0 0 0 64 20 0 0 16 0 9 0 1998399546 890232832 5504 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19893/tid=19896] ppid=19892 vsize=869368 CPUtime=0
/proc/19893/task/19896/stat : 19896 (java) S 19892 19879 16648 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998399547 890232832 5504 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19893/tid=19897] ppid=19892 vsize=869368 CPUtime=0
/proc/19893/task/19897/stat : 19897 (java) S 19892 19879 16648 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1998399547 890232832 5504 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19893/tid=19898] ppid=19892 vsize=869368 CPUtime=0
/proc/19893/task/19898/stat : 19898 (java) S 19892 19879 16648 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1998399549 890232832 5504 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19893/tid=19899] ppid=19892 vsize=869368 CPUtime=0.22
/proc/19893/task/19899/stat : 19899 (java) S 19892 19879 16648 0 -1 64 1480 0 0 0 21 1 0 0 16 0 9 0 1998399549 890232832 5504 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19893/tid=19900] ppid=19892 vsize=869368 CPUtime=0
/proc/19893/task/19900/stat : 19900 (java) S 19892 19879 16648 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1998399549 890232832 5504 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19893/tid=19901] ppid=19892 vsize=869368 CPUtime=0
/proc/19893/task/19901/stat : 19901 (java) S 19892 19879 16648 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1998399549 890232832 5504 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 888324

[startup+25.5025 s]
/proc/loadavg: 2.06 2.01 2.00 3/91 19901
/proc/meminfo: memFree=837128/2055920 swapFree=4180000/4192956
[pid=19879] ppid=19877 vsize=13600 CPUtime=0.39
/proc/19879/stat : 19879 (sugar) S 19877 19879 16648 0 -1 4194304 974 4462 0 1 3 1 32 3 16 0 1 0 1998399502 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19879/statm: 3400 797 370 3 0 500 0
[pid=19892] ppid=19879 vsize=5356 CPUtime=0
/proc/19892/stat : 19892 (sh) S 19879 19879 16648 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998399544 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19892/statm: 1339 233 193 169 0 50 0
[pid=19893] ppid=19892 vsize=869368 CPUtime=24.52
/proc/19893/stat : 19893 (java) S 19892 19879 16648 0 -1 0 13775 0 1 0 2225 227 0 0 19 0 9 0 1998399544 890232832 5506 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19893/statm: 217342 5506 2562 9 0 211889 0
[pid=19893/tid=19894] ppid=19892 vsize=869368 CPUtime=22.51
/proc/19893/task/19894/stat : 19894 (java) R 19892 19879 16648 0 -1 64 10192 0 1 0 2070 181 0 0 25 0 9 0 1998399545 890232832 5506 996147200 134512640 134550740 4294955952 18446744073709551615 102064644 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19893/tid=19895] ppid=19892 vsize=869368 CPUtime=1.77
/proc/19893/task/19895/stat : 19895 (java) S 19892 19879 16648 0 -1 64 1408 0 0 0 133 44 0 0 16 0 9 0 1998399546 890232832 5506 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19893/tid=19896] ppid=19892 vsize=869368 CPUtime=0
/proc/19893/task/19896/stat : 19896 (java) S 19892 19879 16648 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998399547 890232832 5506 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19893/tid=19897] ppid=19892 vsize=869368 CPUtime=0
/proc/19893/task/19897/stat : 19897 (java) S 19892 19879 16648 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1998399547 890232832 5506 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/19893/stat : 19893 (java) S 19892 19879 16648 0 -1 0 21591 0 1 0 4481 468 0 0 19 0 9 0 1998399544 890232832 5507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19893/statm: 217342 5507 2562 9 0 211889 0
[pid=19893/tid=19894] ppid=19892 vsize=869368 CPUtime=45.64
/proc/19893/task/19894/stat : 19894 (java) R 19892 19879 16648 0 -1 64 18007 0 1 0 4185 379 0 0 25 0 9 0 1998399545 890232832 5507 996147200 134512640 134550740 4294955952 18446744073709551615 4126590167 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19893/tid=19895] ppid=19892 vsize=869368 CPUtime=3.61
/proc/19893/task/19895/stat : 19895 (java) S 19892 19879 16648 0 -1 64 1409 0 0 0 274 87 0 0 16 0 9 0 1998399546 890232832 5507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19893/tid=19896] ppid=19892 vsize=869368 CPUtime=0
/proc/19893/task/19896/stat : 19896 (java) S 19892 19879 16648 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998399547 890232832 5507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19893/tid=19897] ppid=19892 vsize=869368 CPUtime=0
/proc/19893/task/19897/stat : 19897 (java) S 19892 19879 16648 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1998399547 890232832 5507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19893/tid=19898] ppid=19892 vsize=869368 CPUtime=0
/proc/19893/task/19898/stat : 19898 (java) S 19892 19879 16648 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1998399549 890232832 5507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19893/tid=19899] ppid=19892 vsize=869368 CPUtime=0.22
/proc/19893/task/19899/stat : 19899 (java) S 19892 19879 16648 0 -1 64 1481 0 0 0 21 1 0 0 17 0 9 0 1998399549 890232832 5507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19893/tid=19900] ppid=19892 vsize=869368 CPUtime=0
/proc/19893/task/19900/stat : 19900 (java) S 19892 19879 16648 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1998399549 890232832 5507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19893/tid=19901] ppid=19892 vsize=869368 CPUtime=0
/proc/19893/task/19901/stat : 19901 (java) S 19892 19879 16648 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1998399549 890232832 5507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.88
Current children cumulated vsize (KiB) 888324

[startup+102.306 s]
/proc/loadavg: 2.23 2.09 2.03 3/83 19903
/proc/meminfo: memFree=101384/2055920 swapFree=4180000/4192956
[pid=19879] ppid=19877 vsize=13600 CPUtime=76.18
/proc/19879/stat : 19879 (sugar) S 19877 19879 16648 0 -1 4194304 1023 34605 0 2 3 1 6888 726 16 0 1 0 1998399502 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19879/statm: 3400 798 370 3 0 500 0
[pid=19902] ppid=19879 vsize=5356 CPUtime=0
/proc/19902/stat : 19902 (sh) S 19879 19879 16648 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998407327 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19902/statm: 1339 232 193 169 0 50 0
[pid=19903] ppid=19902 vsize=116020 CPUtime=23.8
/proc/19903/stat : 19903 (picosat) R 19902 19879 16648 0 -1 4194304 27098 0 0 0 1079 1301 0 0 25 0 1 0 1998407327 118804480 27084 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/19903/statm: 29005 27084 40 102 0 28900 0
Current children cumulated CPU time (s) 99.98
Current children cumulated vsize (KiB) 134976

[startup+162.301 s]
/proc/loadavg: 2.16 2.09 2.03 3/83 19903
/proc/meminfo: memFree=15944/2055920 swapFree=4180000/4192956
[pid=19879] ppid=19877 vsize=13600 CPUtime=76.18
/proc/19879/stat : 19879 (sugar) S 19877 19879 16648 0 -1 4194304 1023 34605 0 2 3 1 6888 726 16 0 1 0 1998399502 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19879/statm: 3400 798 370 3 0 500 0
[pid=19902] ppid=19879 vsize=5356 CPUtime=0
/proc/19902/stat : 19902 (sh) S 19879 19879 16648 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998407327 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19902/statm: 1339 232 193 169 0 50 0
[pid=19903] ppid=19902 vsize=368452 CPUtime=82.94
/proc/19903/stat : 19903 (picosat) R 19902 19879 16648 0 -1 4194304 84276 0 0 0 3781 4513 0 0 25 0 1 0 1998407327 377294848 84262 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/19903/statm: 92113 84262 40 102 0 92008 0
Current children cumulated CPU time (s) 159.12
Current children cumulated vsize (KiB) 387408

[startup+222.302 s]
/proc/loadavg: 2.06 2.07 2.02 3/83 19909
/proc/meminfo: memFree=14984/2055920 swapFree=4180000/4192956
[pid=19879] ppid=19877 vsize=13600 CPUtime=76.18
/proc/19879/stat : 19879 (sugar) S 19877 19879 16648 0 -1 4194304 1023 34605 0 2 3 1 6888 726 16 0 1 0 1998399502 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19879/statm: 3400 798 370 3 0 500 0
[pid=19902] ppid=19879 vsize=5356 CPUtime=0
/proc/19902/stat : 19902 (sh) S 19879 19879 16648 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998407327 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19902/statm: 1339 232 193 169 0 50 0
[pid=19903] ppid=19902 vsize=571336 CPUtime=142.25
/proc/19903/stat : 19903 (picosat) R 19902 19879 16648 0 -1 4194304 141333 0 0 0 6494 7731 0 0 25 0 1 0 1998407327 585048064 141319 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/19903/statm: 142834 141319 40 102 0 142729 0
Current children cumulated CPU time (s) 218.43
Current children cumulated vsize (KiB) 590292

[startup+282.302 s]
/proc/loadavg: 2.02 2.06 2.02 3/83 19909
/proc/meminfo: memFree=16008/2055920 swapFree=4180000/4192956
[pid=19879] ppid=19877 vsize=13600 CPUtime=76.18
/proc/19879/stat : 19879 (sugar) S 19877 19879 16648 0 -1 4194304 1023 34605 0 2 3 1 6888 726 16 0 1 0 1998399502 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19879/statm: 3400 798 370 3 0 500 0
[pid=19902] ppid=19879 vsize=5356 CPUtime=0
/proc/19902/stat : 19902 (sh) S 19879 19879 16648 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998407327 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19902/statm: 1339 232 193 169 0 50 0
[pid=19903] ppid=19902 vsize=839888 CPUtime=201.57
/proc/19903/stat : 19903 (picosat) R 19902 19879 16648 0 -1 4194304 198395 0 0 0 9234 10923 0 0 25 0 1 0 1998407327 860045312 198381 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/19903/statm: 209972 198381 40 102 0 209867 0
Current children cumulated CPU time (s) 277.75
Current children cumulated vsize (KiB) 858844



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+300.903 s]
/proc/loadavg: 2.01 2.05 2.01 3/83 19909
/proc/meminfo: memFree=16264/2055920 swapFree=4180000/4192956
[pid=19879] ppid=19877 vsize=13600 CPUtime=76.18
/proc/19879/stat : 19879 (sugar) S 19877 19879 16648 0 -1 4194304 1023 34605 0 2 3 1 6888 726 16 0 1 0 1998399502 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19879/statm: 3400 798 370 3 0 500 0
[pid=19902] ppid=19879 vsize=5356 CPUtime=0
/proc/19902/stat : 19902 (sh) S 19879 19879 16648 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998407327 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19902/statm: 1339 232 193 169 0 50 0
[pid=19903] ppid=19902 vsize=902720 CPUtime=219.95
/proc/19903/stat : 19903 (picosat) R 19902 19879 16648 0 -1 4194304 216052 0 0 0 10072 11923 0 0 25 0 1 0 1998407327 924385280 216038 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/19903/statm: 225680 216038 40 102 0 225575 0
Current children cumulated CPU time (s) 296.13
Current children cumulated vsize (KiB) 921676

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

[startup+301.023 s]
/proc/loadavg: 2.01 2.05 2.01 3/83 19909
/proc/meminfo: memFree=16264/2055920 swapFree=4180000/4192956
[pid=19879] ppid=19877 vsize=13600 CPUtime=76.18
/proc/19879/stat : 19879 (sugar) S 19877 19879 16648 0 -1 4194304 1040 34605 0 2 3 1 6888 726 16 0 1 0 1998399502 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/19879/statm: 3400 798 370 3 0 500 0
[pid=19902] ppid=19879 vsize=0 CPUtime=0
/proc/19902/stat : 19902 (sh) Z 19879 19879 16648 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 1998407327 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/19902/statm: 0 0 0 0 0 0 0
[pid=19903] ppid=1 vsize=0 CPUtime=220.06
/proc/19903/stat : 19903 (picosat) R 1 19879 16648 0 -1 4195332 216052 0 0 0 10072 11934 0 0 25 0 1 0 1998407327 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/19903/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 296.24
Current children cumulated vsize (KiB) 13600

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

[startup+301.102 s]
/proc/loadavg: 2.01 2.05 2.01 3/83 19909
/proc/meminfo: memFree=16264/2055920 swapFree=4180000/4192956
[pid=19879] ppid=19877 vsize=13600 CPUtime=76.21
/proc/19879/stat : 19879 (sugar) R 19877 19879 16648 0 -1 4194304 1068 34882 0 2 3 4 6888 726 16 0 1 0 1998399502 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238487835689 0 0 4224 16386 0 0 0 17 1 0 0
/proc/19879/statm: 3400 799 371 3 0 500 0
Current children cumulated CPU time (s) 76.21
Current children cumulated vsize (KiB) 13600

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

[startup+301.407 s]
/proc/loadavg: 2.01 2.05 2.01 3/82 19910
/proc/meminfo: memFree=1336528/2055920 swapFree=4180000/4192956
[pid=19879] ppid=19877 vsize=13600 CPUtime=76.42
/proc/19879/stat : 19879 (sugar) D 19877 19879 16648 0 -1 4194304 1068 34882 0 2 3 25 6888 726 15 0 1 0 1998399502 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238487835689 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/19879/statm: 3400 799 371 3 0 500 0
Current children cumulated CPU time (s) 76.42
Current children cumulated vsize (KiB) 13600

[startup+301.603 s]
/proc/loadavg: 2.01 2.05 2.01 3/82 19910
/proc/meminfo: memFree=1336528/2055920 swapFree=4180000/4192956
[pid=19879] ppid=19877 vsize=13600 CPUtime=76.43
/proc/19879/stat : 19879 (sugar) D 19877 19879 16648 0 -1 4194304 1068 34882 0 2 3 26 6888 726 15 0 1 0 1998399502 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238487835689 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/19879/statm: 3400 799 371 3 0 500 0
Current children cumulated CPU time (s) 76.43
Current children cumulated vsize (KiB) 13600

[startup+301.703 s]
/proc/loadavg: 2.01 2.05 2.01 3/82 19910
/proc/meminfo: memFree=1336528/2055920 swapFree=4180000/4192956
[pid=19879] ppid=19877 vsize=13600 CPUtime=76.44
/proc/19879/stat : 19879 (sugar) D 19877 19879 16648 0 -1 4194304 1068 34882 0 2 3 27 6888 726 15 0 1 0 1998399502 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238487835689 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/19879/statm: 3400 799 371 3 0 500 0
Current children cumulated CPU time (s) 76.44
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): 220.03
#  lost CPU user time (s): 100.72
#  lost CPU system time (s): 119.31

Real time (s): 301.739
CPU time (s): 296.502
CPU user time (s): 169.641
CPU system time (s): 126.862
CPU usage (%): 98.2646
Max. virtual memory (cumulated for all children) (KiB): 921676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 68.9205
system time used= 7.55185
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35981
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= 167800
involuntary context switches= 170379

runsolver used 0.418936 second user time and 0.971852 second system time

The end

Launcher Data (download as text)

Begin job on node23 at 2008-07-04 19:57:33
IDJOB=1077685
IDBENCH=56701
IDSOLVER=345
FILE ID=node23/1077685-1215194253
PBS_JOBID= 7881511
Free space on /tmp= 66532 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1a7fa2e3be281c770ffd9769f629ed4c
RANDOM SEED=1234466348

node23.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.216
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.216
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:       1134464 kB
Buffers:         44904 kB
Cached:         187836 kB
SwapCached:       6756 kB
Active:         795256 kB
Inactive:        70388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1134464 kB
SwapTotal:     4192956 kB
SwapFree:      4180000 kB
Dirty:            1316 kB
Writeback:           0 kB
Mapped:         649132 kB
Slab:            39868 kB
Committed_AS:  4205428 kB
PageTables:       2992 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= 66528 MiB
End job on node23 at 2008-07-04 20:02:36