Trace number 1085897

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) 310.886 312.874

General information on the benchmark

Namecsp/fapp/fapp10/
normalized-fapp10-0900-0.xml
MD5SUM6c0f6900ea5b66ed7e32c3099d9a431e
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.3035
Satisfiable
(Un)Satisfiability was proved
Number of variables900
Number of constraints11381
Maximum constraint arity2
Maximum domain size362
Number of constraints which are defined in extension0
Number of constraints which are defined in intension11381
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 Sat Jul  5 07:33:45 2008
0.00/0.04	c 0	PID 10242
0.00/0.04	c 0	HOST node63.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1085897-1215236025.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1085897-1215236025.xml' 'HOME/temp.csp'
0.02/0.85	c 1	28 domains, 900 variables, 8 predicates, 0 relations, 11381 constraints
0.02/0.89	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.02/0.89	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.96/0.96	c 1	Parsing HOME/temp.csp
1.40/1.33	c 1	parsed 10000 expressions
1.40/1.38	c 1	parsed 12317 expressions
1.40/1.39	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.40/1.39	c 1	Converting to clausal form CSP
2.40/2.24	c 2	converted 1232 (10%) expressions
5.11/4.96	c 5	converted 2464 (20%) expressions
7.50/7.32	c 7	converted 3696 (30%) expressions
8.90/8.75	c 9	converted 4927 (40%) expressions
10.39/10.29	c 10	converted 6159 (50%) expressions
12.28/12.18	c 12	converted 7391 (60%) expressions
13.77/13.62	c 14	converted 8622 (70%) expressions
15.06/14.99	c 15	converted 9854 (80%) expressions
17.25/17.18	c 17	converted 11086 (90%) expressions
18.74/18.67	c 19	converted 12317 (100%) expressions
18.74/18.67	c 19	CSP : 1797 integers, 32936 booleans, 69412 clauses, largest domain size 2741
18.74/18.67	c 19	Heap : 109 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
18.74/18.67	c 19	Propagation in CSP
19.45/19.37	c 19	5940 values, 0 unsatisfiable literals, and 0 valid clauses are removed
19.45/19.38	c 19	CSP : 1797 integers, 32936 booleans, 69412 clauses, largest domain size 2741
19.45/19.38	c 19	Heap : 121 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
19.55/19.42	c 19	Simplifing CSP by introducing new Boolean variables
19.66/19.54	c 19	CSP : 1797 integers, 55410 booleans, 91886 clauses, largest domain size 2741
19.66/19.54	c 19	Heap : 122 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
20.46/20.32	c 20	Encoding CSP to SAT : HOME/temp.cnf
21.27/21.11	c 21	180 (10%) CSP integer variables are encoded (36979 clauses, 532655 bytes)
22.07/21.95	c 22	360 (20%) CSP integer variables are encoded (78127 clauses, 1149875 bytes)
22.86/22.78	c 23	540 (30%) CSP integer variables are encoded (119433 clauses, 1809244 bytes)
23.66/23.59	c 24	719 (40%) CSP integer variables are encoded (159061 clauses, 2482920 bytes)
24.45/24.33	c 24	899 (50%) CSP integer variables are encoded (195757 clauses, 3106752 bytes)
24.76/24.67	c 25	1079 (60%) CSP integer variables are encoded (486246 clauses, 8045065 bytes)
25.16/25.00	c 25	1258 (70%) CSP integer variables are encoded (770499 clauses, 12877366 bytes)
25.45/25.36	c 25	1438 (80%) CSP integer variables are encoded (1078643 clauses, 18275887 bytes)
25.85/25.73	c 26	1618 (90%) CSP integer variables are encoded (1381347 clauses, 24027263 bytes)
26.15/26.07	c 26	1797 (100%) CSP integer variables are encoded (1652496 clauses, 29179094 bytes)
51.79/51.93	c 52	9189 (10%) CSP clauses are encoded (5723670 clauses, 119529762 bytes)
68.41/68.72	c 69	18378 (20%) CSP clauses are encoded (9058387 clauses, 198913869 bytes)
80.28/80.70	c 81	27566 (30%) CSP clauses are encoded (11734152 clauses, 264796608 bytes)
89.17/89.72	c 90	36755 (40%) CSP clauses are encoded (14221440 clauses, 328544174 bytes)
97.06/97.75	c 98	45943 (50%) CSP clauses are encoded (16691972 clauses, 392576699 bytes)
103.96/104.78	c 105	55132 (60%) CSP clauses are encoded (18941624 clauses, 450893551 bytes)
110.28/111.16	c 111	64321 (70%) CSP clauses are encoded (20978034 clauses, 503243769 bytes)
116.72/117.75	c 118	73509 (80%) CSP clauses are encoded (23105073 clauses, 558828691 bytes)
122.85/123.98	c 124	82698 (90%) CSP clauses are encoded (25122854 clauses, 611722179 bytes)
128.64/129.78	c 130	91886 (100%) CSP clauses are encoded (27019308 clauses, 661548476 bytes)
128.64/129.78	c 130	91886 CSP clauses encoded
128.64/129.79	c 130	Writing map file : HOME/temp.map
128.72/129.87	c 130	Heap : 119 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
128.72/129.87	c 130	SAT : 1709703 SAT variables, 27019308 SAT clauses, 661548476 bytes
128.72/129.87	c 130	Heap : 119 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
128.80/129.92	c 130	SOLVING HOME/temp.cnf
128.80/129.92	c 130	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
310.61/311.91	c ERROR INTERRUPTED
310.73/312.04	s UNKNOWN
310.73/312.04	c 312	CPU 124.66 (0.03 0.01 124.63 4.17)
310.73/312.04	c 312	END Sat Jul  5 07:38:57 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-1085897-1215236025/watcher-1085897-1215236025 -o /tmp/evaluation-result-1085897-1215236025/solver-1085897-1215236025 -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-1085897-1215236025.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.04 1.15 1.51 3/82 10242
/proc/meminfo: memFree=253472/2055920 swapFree=4191676/4192956
[pid=10242] ppid=10240 vsize=12272 CPUtime=0
/proc/10242/stat : 10242 (sugar) R 10240 10242 8486 0 -1 4194304 352 0 0 0 0 0 0 0 18 0 1 0 135597818 12566528 321 996147200 4194304 4206940 548682068608 18446744073709551615 244276693538 0 0 4224 0 0 0 0 17 0 0 0
/proc/10242/statm: 3068 324 244 3 0 168 0

[startup+0.0467809 s]
/proc/loadavg: 1.04 1.15 1.51 3/82 10242
/proc/meminfo: memFree=253472/2055920 swapFree=4191676/4192956
[pid=10242] ppid=10240 vsize=13600 CPUtime=0.02
/proc/10242/stat : 10242 (sugar) S 10240 10242 8486 0 -1 4194304 900 127 0 0 2 0 0 0 18 0 1 0 135597818 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10242/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.101789 s]
/proc/loadavg: 1.04 1.15 1.51 3/82 10242
/proc/meminfo: memFree=253472/2055920 swapFree=4191676/4192956
[pid=10242] ppid=10240 vsize=13600 CPUtime=0.02
/proc/10242/stat : 10242 (sugar) S 10240 10242 8486 0 -1 4194304 900 127 0 0 2 0 0 0 18 0 1 0 135597818 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10242/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.301834 s]
/proc/loadavg: 1.04 1.15 1.51 3/82 10242
/proc/meminfo: memFree=253472/2055920 swapFree=4191676/4192956
[pid=10242] ppid=10240 vsize=13600 CPUtime=0.02
/proc/10242/stat : 10242 (sugar) S 10240 10242 8486 0 -1 4194304 900 127 0 0 2 0 0 0 18 0 1 0 135597818 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10242/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.701907 s]
/proc/loadavg: 1.04 1.15 1.51 3/82 10242
/proc/meminfo: memFree=253472/2055920 swapFree=4191676/4192956
[pid=10242] ppid=10240 vsize=13600 CPUtime=0.02
/proc/10242/stat : 10242 (sugar) S 10240 10242 8486 0 -1 4194304 900 127 0 0 2 0 0 0 18 0 1 0 135597818 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10242/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+1.50206 s]
/proc/loadavg: 1.04 1.15 1.51 2/93 10264
/proc/meminfo: memFree=245640/2055920 swapFree=4191676/4192956
[pid=10242] ppid=10240 vsize=13600 CPUtime=0.96
/proc/10242/stat : 10242 (sugar) S 10240 10242 8486 0 -1 4194304 974 9999 0 1 2 0 89 5 16 0 1 0 135597818 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10242/statm: 3400 797 370 3 0 500 0
[pid=10255] ppid=10242 vsize=5356 CPUtime=0
/proc/10255/stat : 10255 (sh) S 10242 10242 8486 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 135597907 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10255/statm: 1339 233 193 169 0 50 0
[pid=10256] ppid=10255 vsize=865028 CPUtime=0.66
/proc/10256/stat : 10256 (java) S 10255 10242 8486 0 -1 0 6447 0 1 0 63 3 0 0 19 0 9 0 135597907 885788672 5637 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10256/statm: 216257 5637 2542 9 0 210832 0
[pid=10256/tid=10257] ppid=10255 vsize=865028 CPUtime=0.45
/proc/10256/task/10257/stat : 10257 (java) R 10255 10242 8486 0 -1 64 2638 0 1 0 44 1 0 0 17 0 9 0 135597908 885788672 5637 996147200 134512640 134550740 4294955952 18446744073709551615 4126604456 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10256/tid=10258] ppid=10255 vsize=865028 CPUtime=0.11
/proc/10256/task/10258/stat : 10258 (java) S 10255 10242 8486 0 -1 64 2750 0 0 0 11 0 0 0 16 0 9 0 135597909 885788672 5637 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10256/tid=10259] ppid=10255 vsize=865028 CPUtime=0
/proc/10256/task/10259/stat : 10259 (java) S 10255 10242 8486 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 135597910 885788672 5637 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10256/tid=10260] ppid=10255 vsize=865028 CPUtime=0
/proc/10256/task/10260/stat : 10260 (java) S 10255 10242 8486 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 135597910 885788672 5637 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10256/tid=10261] ppid=10255 vsize=865028 CPUtime=0
/proc/10256/task/10261/stat : 10261 (java) S 10255 10242 8486 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 135597911 885788672 5637 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10256/tid=10262] ppid=10255 vsize=865028 CPUtime=0.07
/proc/10256/task/10262/stat : 10262 (java) S 10255 10242 8486 0 -1 64 361 0 0 0 7 0 0 0 16 0 9 0 135597911 885788672 5637 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10256/tid=10263] ppid=10255 vsize=865028 CPUtime=0
/proc/10256/task/10263/stat : 10263 (java) S 10255 10242 8486 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 135597911 885788672 5637 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10256/tid=10264] ppid=10255 vsize=865028 CPUtime=0
/proc/10256/task/10264/stat : 10264 (java) S 10255 10242 8486 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 135597911 885788672 5637 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 883984

[startup+3.10136 s]
/proc/loadavg: 1.12 1.16 1.51 2/93 10264
/proc/meminfo: memFree=231304/2055920 swapFree=4191676/4192956
[pid=10242] ppid=10240 vsize=13600 CPUtime=0.96
/proc/10242/stat : 10242 (sugar) S 10240 10242 8486 0 -1 4194304 974 9999 0 1 2 0 89 5 16 0 1 0 135597818 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10242/statm: 3400 797 370 3 0 500 0
[pid=10255] ppid=10242 vsize=5356 CPUtime=0
/proc/10255/stat : 10255 (sh) S 10242 10242 8486 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 135597907 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10255/statm: 1339 233 193 169 0 50 0
[pid=10256] ppid=10255 vsize=869240 CPUtime=2.35
/proc/10256/stat : 10256 (java) S 10255 10242 8486 0 -1 0 9724 0 1 0 229 6 0 0 19 0 9 0 135597907 890101760 8742 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10256/statm: 217310 8742 2540 9 0 211885 0
[pid=10256/tid=10257] ppid=10255 vsize=869240 CPUtime=1.79
/proc/10256/task/10257/stat : 10257 (java) R 10255 10242 8486 0 -1 64 2847 0 1 0 178 1 0 0 16 0 9 0 135597908 890101760 8742 996147200 134512640 134550740 4294955952 18446744073709551615 4126866521 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10256/tid=10258] ppid=10255 vsize=869240 CPUtime=0.36
/proc/10256/task/10258/stat : 10258 (java) S 10255 10242 8486 0 -1 64 4703 0 0 0 34 2 0 0 16 0 9 0 135597909 890101760 8742 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10256/tid=10259] ppid=10255 vsize=869240 CPUtime=0
/proc/10256/task/10259/stat : 10259 (java) S 10255 10242 8486 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 135597910 890101760 8742 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10256/tid=10260] ppid=10255 vsize=869240 CPUtime=0
/proc/10256/task/10260/stat : 10260 (java) S 10255 10242 8486 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 135597910 890101760 8742 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10256/tid=10261] ppid=10255 vsize=869240 CPUtime=0
/proc/10256/task/10261/stat : 10261 (java) S 10255 10242 8486 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 135597911 890101760 8742 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10256/tid=10262] ppid=10255 vsize=869240 CPUtime=0.17
/proc/10256/task/10262/stat : 10262 (java) S 10255 10242 8486 0 -1 64 1476 0 0 0 16 1 0 0 15 0 9 0 135597911 890101760 8742 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10256/tid=10263] ppid=10255 vsize=869240 CPUtime=0
/proc/10256/task/10263/stat : 10263 (java) S 10255 10242 8486 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 135597911 890101760 8742 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10256/tid=10264] ppid=10255 vsize=869240 CPUtime=0
/proc/10256/task/10264/stat : 10264 (java) S 10255 10242 8486 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 135597911 890101760 8742 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.31
Current children cumulated vsize (KiB) 888196

[startup+6.30297 s]
/proc/loadavg: 1.12 1.16 1.51 2/93 10264
/proc/meminfo: memFree=212232/2055920 swapFree=4191676/4192956
[pid=10242] ppid=10240 vsize=13600 CPUtime=0.96
/proc/10242/stat : 10242 (sugar) S 10240 10242 8486 0 -1 4194304 974 9999 0 1 2 0 89 5 16 0 1 0 135597818 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10242/statm: 3400 797 370 3 0 500 0
[pid=10255] ppid=10242 vsize=5356 CPUtime=0
/proc/10255/stat : 10255 (sh) S 10242 10242 8486 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 135597907 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10255/statm: 1339 233 193 169 0 50 0
[pid=10256] ppid=10255 vsize=869240 CPUtime=5.55
/proc/10256/stat : 10256 (java) S 10255 10242 8486 0 -1 0 14568 0 1 0 546 9 0 0 19 0 9 0 135597907 890101760 13436 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10256/statm: 217310 13436 2540 9 0 211885 0
[pid=10256/tid=10257] ppid=10255 vsize=869240 CPUtime=4.56
/proc/10256/task/10257/stat : 10257 (java) R 10255 10242 8486 0 -1 64 3110 0 1 0 454 2 0 0 16 0 9 0 135597908 890101760 13436 996147200 134512640 134550740 4294955952 18446744073709551615 4126568994 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10256/tid=10258] ppid=10255 vsize=869240 CPUtime=0.79
/proc/10256/task/10258/stat : 10258 (java) S 10255 10242 8486 0 -1 64 9279 0 0 0 74 5 0 0 16 0 9 0 135597909 890101760 13436 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10256/tid=10259] ppid=10255 vsize=869240 CPUtime=0
/proc/10256/task/10259/stat : 10259 (java) S 10255 10242 8486 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 135597910 890101760 13436 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10256/tid=10260] ppid=10255 vsize=869240 CPUtime=0
/proc/10256/task/10260/stat : 10260 (java) S 10255 10242 8486 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 135597910 890101760 13436 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10256/tid=10261] ppid=10255 vsize=869240 CPUtime=0
/proc/10256/task/10261/stat : 10261 (java) S 10255 10242 8486 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 135597911 890101760 13436 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10256/tid=10262] ppid=10255 vsize=869240 CPUtime=0.18
/proc/10256/task/10262/stat : 10262 (java) S 10255 10242 8486 0 -1 64 1481 0 0 0 17 1 0 0 15 0 9 0 135597911 890101760 13436 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10256/tid=10263] ppid=10255 vsize=869240 CPUtime=0
/proc/10256/task/10263/stat : 10263 (java) S 10255 10242 8486 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 135597911 890101760 13436 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10256/tid=10264] ppid=10255 vsize=869240 CPUtime=0
/proc/10256/task/10264/stat : 10264 (java) S 10255 10242 8486 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 135597911 890101760 13436 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.51
Current children cumulated vsize (KiB) 888196

[startup+12.7012 s]
/proc/loadavg: 1.10 1.16 1.51 2/93 10264
/proc/meminfo: memFree=170184/2055920 swapFree=4191676/4192956
[pid=10242] ppid=10240 vsize=13600 CPUtime=0.96
/proc/10242/stat : 10242 (sugar) S 10240 10242 8486 0 -1 4194304 974 9999 0 1 2 0 89 5 16 0 1 0 135597818 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10242/statm: 3400 797 370 3 0 500 0
[pid=10255] ppid=10242 vsize=5356 CPUtime=0
/proc/10255/stat : 10255 (sh) S 10242 10242 8486 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 135597907 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10255/statm: 1339 233 193 169 0 50 0
[pid=10256] ppid=10255 vsize=869240 CPUtime=11.91
/proc/10256/stat : 10256 (java) S 10255 10242 8486 0 -1 0 33968 0 1 0 1175 16 0 0 19 0 9 0 135597907 890101760 23738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10256/statm: 217310 23738 2540 9 0 211885 0
[pid=10256/tid=10257] ppid=10255 vsize=869240 CPUtime=9.59
/proc/10256/task/10257/stat : 10257 (java) R 10255 10242 8486 0 -1 64 3860 0 1 0 957 2 0 0 17 0 9 0 135597908 890101760 23738 996147200 134512640 134550740 4294955952 18446744073709551615 4126568968 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10256/tid=10258] ppid=10255 vsize=869240 CPUtime=2.12
/proc/10256/task/10258/stat : 10258 (java) S 10255 10242 8486 0 -1 64 27929 0 0 0 200 12 0 0 15 0 9 0 135597909 890101760 23738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10256/tid=10259] ppid=10255 vsize=869240 CPUtime=0
/proc/10256/task/10259/stat : 10259 (java) S 10255 10242 8486 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 135597910 890101760 23738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10256/tid=10260] ppid=10255 vsize=869240 CPUtime=0
/proc/10256/task/10260/stat : 10260 (java) S 10255 10242 8486 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 135597910 890101760 23738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10256/tid=10261] ppid=10255 vsize=869240 CPUtime=0
/proc/10256/task/10261/stat : 10261 (java) S 10255 10242 8486 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 135597911 890101760 23738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10256/tid=10262] ppid=10255 vsize=869240 CPUtime=0.18
/proc/10256/task/10262/stat : 10262 (java) S 10255 10242 8486 0 -1 64 1481 0 0 0 17 1 0 0 15 0 9 0 135597911 890101760 23738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10256/tid=10263] ppid=10255 vsize=869240 CPUtime=0
/proc/10256/task/10263/stat : 10263 (java) S 10255 10242 8486 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 135597911 890101760 23738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10256/tid=10264] ppid=10255 vsize=869240 CPUtime=0
/proc/10256/task/10264/stat : 10264 (java) S 10255 10242 8486 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 135597911 890101760 23738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.87
Current children cumulated vsize (KiB) 888196

[startup+25.5015 s]
/proc/loadavg: 1.08 1.15 1.50 3/93 10264
/proc/meminfo: memFree=96456/2055920 swapFree=4191676/4192956
[pid=10242] ppid=10240 vsize=13600 CPUtime=0.96
/proc/10242/stat : 10242 (sugar) S 10240 10242 8486 0 -1 4194304 974 9999 0 1 2 0 89 5 16 0 1 0 135597818 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10242/statm: 3400 797 370 3 0 500 0
[pid=10255] ppid=10242 vsize=5356 CPUtime=0
/proc/10255/stat : 10255 (sh) S 10242 10242 8486 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 135597907 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10255/statm: 1339 233 193 169 0 50 0
[pid=10256] ppid=10255 vsize=869352 CPUtime=24.69
/proc/10256/stat : 10256 (java) S 10255 10242 8486 0 -1 0 53609 0 1 0 2434 35 0 0 19 0 9 0 135597907 890216448 36989 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10256/statm: 217338 36989 2566 9 0 211885 0
[pid=10256/tid=10257] ppid=10255 vsize=869352 CPUtime=20.18
/proc/10256/task/10257/stat : 10257 (java) R 10255 10242 8486 0 -1 64 4701 0 1 0 2005 13 0 0 16 0 9 0 135597908 890216448 36989 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10256/tid=10258] ppid=10255 vsize=869352 CPUtime=4.25
/proc/10256/task/10258/stat : 10258 (java) S 10255 10242 8486 0 -1 64 46688 0 0 0 405 20 0 0 16 0 9 0 135597909 890216448 36989 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10256/tid=10259] ppid=10255 vsize=869352 CPUtime=0
/proc/10256/task/10259/stat : 10259 (java) S 10255 10242 8486 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 135597910 890216448 36989 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10256/tid=10260] ppid=10255 vsize=869352 CPUtime=0
/proc/10256/task/10260/stat : 10260 (java) S 10255 10242 8486 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 135597910 890216448 36989 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/10256/task/10259/stat : 10259 (java) S 10255 10242 8486 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 135597910 890216448 37002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10256/tid=10260] ppid=10255 vsize=869352 CPUtime=0
/proc/10256/task/10260/stat : 10260 (java) S 10255 10242 8486 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 135597910 890216448 37002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10256/tid=10261] ppid=10255 vsize=869352 CPUtime=0
/proc/10256/task/10261/stat : 10261 (java) S 10255 10242 8486 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 135597911 890216448 37002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10256/tid=10262] ppid=10255 vsize=869352 CPUtime=0.25
/proc/10256/task/10262/stat : 10262 (java) S 10255 10242 8486 0 -1 64 1534 0 0 0 24 1 0 0 16 0 9 0 135597911 890216448 37002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10256/tid=10263] ppid=10255 vsize=869352 CPUtime=0
/proc/10256/task/10263/stat : 10263 (java) S 10255 10242 8486 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 135597911 890216448 37002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10256/tid=10264] ppid=10255 vsize=869352 CPUtime=0
/proc/10256/task/10264/stat : 10264 (java) S 10255 10242 8486 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 135597911 890216448 37002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 888308

[startup+102.306 s]
/proc/loadavg: 1.27 1.17 1.47 2/93 10264
/proc/meminfo: memFree=16328/2055920 swapFree=4191676/4192956
[pid=10242] ppid=10240 vsize=13600 CPUtime=0.96
/proc/10242/stat : 10242 (sugar) S 10240 10242 8486 0 -1 4194304 974 9999 0 1 2 0 89 5 16 0 1 0 135597818 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10242/statm: 3400 797 370 3 0 500 0
[pid=10255] ppid=10242 vsize=5356 CPUtime=0
/proc/10255/stat : 10255 (sh) S 10242 10242 8486 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 135597907 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10255/statm: 1339 233 193 169 0 50 0
[pid=10256] ppid=10255 vsize=869352 CPUtime=100.61
/proc/10256/stat : 10256 (java) S 10255 10242 8486 0 -1 0 54445 0 1 0 9791 270 0 0 19 0 9 0 135597907 890216448 37002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10256/statm: 217338 37002 2566 9 0 211885 0
[pid=10256/tid=10257] ppid=10255 vsize=869352 CPUtime=95.58
/proc/10256/task/10257/stat : 10257 (java) R 10255 10242 8486 0 -1 64 5525 0 1 0 9315 243 0 0 17 0 9 0 135597908 890216448 37002 996147200 134512640 134550740 4294955952 18446744073709551615 4127023496 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10256/tid=10258] ppid=10255 vsize=869352 CPUtime=4.76
/proc/10256/task/10258/stat : 10258 (java) S 10255 10242 8486 0 -1 64 46688 0 0 0 451 25 0 0 16 0 9 0 135597909 890216448 37002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10256/tid=10259] ppid=10255 vsize=869352 CPUtime=0
/proc/10256/task/10259/stat : 10259 (java) S 10255 10242 8486 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 135597910 890216448 37002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10256/tid=10260] ppid=10255 vsize=869352 CPUtime=0
/proc/10256/task/10260/stat : 10260 (java) S 10255 10242 8486 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 135597910 890216448 37002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10256/tid=10261] ppid=10255 vsize=869352 CPUtime=0
/proc/10256/task/10261/stat : 10261 (java) S 10255 10242 8486 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 135597911 890216448 37002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10256/tid=10262] ppid=10255 vsize=869352 CPUtime=0.26
/proc/10256/task/10262/stat : 10262 (java) S 10255 10242 8486 0 -1 64 1534 0 0 0 25 1 0 0 15 0 9 0 135597911 890216448 37002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10256/tid=10263] ppid=10255 vsize=869352 CPUtime=0
/proc/10256/task/10263/stat : 10263 (java) S 10255 10242 8486 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 135597911 890216448 37002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10256/tid=10264] ppid=10255 vsize=869352 CPUtime=0
/proc/10256/task/10264/stat : 10264 (java) S 10255 10242 8486 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 135597911 890216448 37002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.57
Current children cumulated vsize (KiB) 888308

[startup+162.301 s]
/proc/loadavg: 1.32 1.22 1.47 2/85 10266
/proc/meminfo: memFree=15368/2055920 swapFree=4191676/4192956
[pid=10242] ppid=10240 vsize=13600 CPUtime=128.83
/proc/10242/stat : 10242 (sugar) S 10240 10242 8486 0 -1 4194304 1022 65190 0 2 3 1 12463 416 16 0 1 0 135597818 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10242/statm: 3400 799 370 3 0 500 0
[pid=10265] ppid=10242 vsize=5356 CPUtime=0
/proc/10265/stat : 10265 (sh) S 10242 10242 8486 0 -1 4194304 276 0 1 0 0 0 0 0 18 0 1 0 135610810 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10265/statm: 1339 232 193 169 0 50 0
[pid=10266] ppid=10265 vsize=261416 CPUtime=32.23
/proc/10266/stat : 10266 (picosat) R 10265 10242 8486 0 -1 4194304 58748 0 0 0 1455 1768 0 0 25 0 1 0 135610822 267689984 58734 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/10266/statm: 65354 58734 40 102 0 65249 0
Current children cumulated CPU time (s) 161.06
Current children cumulated vsize (KiB) 280372

[startup+222.302 s]
/proc/loadavg: 1.22 1.20 1.44 2/85 10266
/proc/meminfo: memFree=15816/2055920 swapFree=4191676/4192956
[pid=10242] ppid=10240 vsize=13600 CPUtime=128.83
/proc/10242/stat : 10242 (sugar) S 10240 10242 8486 0 -1 4194304 1022 65190 0 2 3 1 12463 416 16 0 1 0 135597818 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10242/statm: 3400 799 370 3 0 500 0
[pid=10265] ppid=10242 vsize=5356 CPUtime=0
/proc/10265/stat : 10265 (sh) S 10242 10242 8486 0 -1 4194304 276 0 1 0 0 0 0 0 18 0 1 0 135610810 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10265/statm: 1339 232 193 169 0 50 0
[pid=10266] ppid=10265 vsize=492416 CPUtime=92.21
/proc/10266/stat : 10266 (picosat) R 10265 10242 8486 0 -1 4194304 115871 0 0 0 4190 5031 0 0 25 0 1 0 135610822 504233984 115857 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/10266/statm: 123104 115857 40 102 0 122999 0
Current children cumulated CPU time (s) 221.04
Current children cumulated vsize (KiB) 511372

[startup+282.302 s]
/proc/loadavg: 1.17 1.18 1.42 2/85 10266
/proc/meminfo: memFree=15176/2055920 swapFree=4191676/4192956
[pid=10242] ppid=10240 vsize=13600 CPUtime=128.83
/proc/10242/stat : 10242 (sugar) S 10240 10242 8486 0 -1 4194304 1022 65190 0 2 3 1 12463 416 16 0 1 0 135597818 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10242/statm: 3400 799 370 3 0 500 0
[pid=10265] ppid=10242 vsize=5356 CPUtime=0
/proc/10265/stat : 10265 (sh) S 10242 10242 8486 0 -1 4194304 276 0 1 0 0 0 0 0 18 0 1 0 135610810 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10265/statm: 1339 232 193 169 0 50 0
[pid=10266] ppid=10265 vsize=733616 CPUtime=152.19
/proc/10266/stat : 10266 (picosat) R 10265 10242 8486 0 -1 4194304 174456 0 0 0 6958 8261 0 0 25 0 1 0 135610822 751222784 174442 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/10266/statm: 183404 174442 40 102 0 183299 0
Current children cumulated CPU time (s) 281.02
Current children cumulated vsize (KiB) 752572



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+311.902 s]
/proc/loadavg: 1.10 1.16 1.41 2/85 10266
/proc/meminfo: memFree=15560/2055920 swapFree=4191676/4192956
[pid=10242] ppid=10240 vsize=13600 CPUtime=128.83
/proc/10242/stat : 10242 (sugar) S 10240 10242 8486 0 -1 4194304 1022 65190 0 2 3 1 12463 416 16 0 1 0 135597818 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10242/statm: 3400 799 370 3 0 500 0
[pid=10265] ppid=10242 vsize=5356 CPUtime=0
/proc/10265/stat : 10265 (sh) S 10242 10242 8486 0 -1 4194304 276 0 1 0 0 0 0 0 18 0 1 0 135610810 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10265/statm: 1339 232 193 169 0 50 0
[pid=10266] ppid=10265 vsize=902904 CPUtime=181.78
/proc/10266/stat : 10266 (picosat) R 10265 10242 8486 0 -1 4194304 203707 0 0 0 8312 9866 0 0 25 0 1 0 135610822 924573696 203693 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/10266/statm: 225726 203693 40 102 0 225621 0
Current children cumulated CPU time (s) 310.61
Current children cumulated vsize (KiB) 921860

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

[startup+312.019 s]
/proc/loadavg: 1.10 1.16 1.41 2/85 10266
/proc/meminfo: memFree=15560/2055920 swapFree=4191676/4192956
[pid=10242] ppid=10240 vsize=13600 CPUtime=128.83
/proc/10242/stat : 10242 (sugar) S 10240 10242 8486 0 -1 4194304 1042 65190 0 2 3 1 12463 416 16 0 1 0 135597818 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/10242/statm: 3400 799 370 3 0 500 0
[pid=10265] ppid=10242 vsize=0 CPUtime=0
/proc/10265/stat : 10265 (sh) Z 10242 10242 8486 0 -1 4195340 276 0 1 0 0 0 0 0 16 0 1 0 135610810 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/10265/statm: 0 0 0 0 0 0 0
[pid=10266] ppid=1 vsize=0 CPUtime=181.9
/proc/10266/stat : 10266 (picosat) R 1 10242 8486 0 -1 4195332 203707 0 0 0 8312 9878 0 0 25 0 1 0 135610822 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/10266/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 310.73
Current children cumulated vsize (KiB) 13600

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

[startup+312.103 s]
/proc/loadavg: 1.10 1.16 1.41 2/85 10266
/proc/meminfo: memFree=15560/2055920 swapFree=4191676/4192956
[pid=10242] ppid=10240 vsize=13600 CPUtime=128.89
/proc/10242/stat : 10242 (sugar) R 10240 10242 8486 0 -1 4194304 1070 65466 0 3 3 6 12463 417 16 0 1 0 135597818 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 244277023785 0 0 4224 16386 0 0 0 17 0 0 0
/proc/10242/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 128.89
Current children cumulated vsize (KiB) 13600

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

[startup+312.601 s]
/proc/loadavg: 1.09 1.16 1.41 1/84 10267
/proc/meminfo: memFree=1169744/2055920 swapFree=4191676/4192956
[pid=10242] ppid=10240 vsize=13600 CPUtime=129.02
/proc/10242/stat : 10242 (sugar) D 10240 10242 8486 0 -1 4194304 1070 65466 0 3 3 19 12463 417 15 0 1 0 135597818 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 244277023785 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/10242/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 129.02
Current children cumulated vsize (KiB) 13600

[startup+312.802 s]
/proc/loadavg: 1.09 1.16 1.41 1/84 10267
/proc/meminfo: memFree=1169744/2055920 swapFree=4191676/4192956
[pid=10242] ppid=10240 vsize=13600 CPUtime=129.03
/proc/10242/stat : 10242 (sugar) D 10240 10242 8486 0 -1 4194304 1070 65466 0 3 3 20 12463 417 15 0 1 0 135597818 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 244277023785 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/10242/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 129.03
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): 181.84
#  lost CPU user time (s): 83.12
#  lost CPU system time (s): 98.72

Real time (s): 312.874
CPU time (s): 310.886
CPU user time (s): 207.791
CPU system time (s): 103.095
CPU usage (%): 99.3647
Max. virtual memory (cumulated for all children) (KiB): 921860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 124.671
system time used= 4.37533
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66567
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12194
involuntary context switches= 11533

runsolver used 0.32795 second user time and 0.949855 second system time

The end

Launcher Data (download as text)

Begin job on node63 at 2008-07-05 07:33:45
IDJOB=1085897
IDBENCH=57720
IDSOLVER=345
FILE ID=node63/1085897-1215236025
PBS_JOBID= 7881861
Free space on /tmp= 66516 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp10/normalized-fapp10-0900-0.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-1085897-1215236025/watcher-1085897-1215236025 -o /tmp/evaluation-result-1085897-1215236025/solver-1085897-1215236025 -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-1085897-1215236025.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6c0f6900ea5b66ed7e32c3099d9a431e
RANDOM SEED=2032005876

node63.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.256
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.256
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:        253952 kB
Buffers:        100548 kB
Cached:         834192 kB
SwapCached:        260 kB
Active:        1285416 kB
Inactive:       434972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        253952 kB
SwapTotal:     4192956 kB
SwapFree:      4191676 kB
Dirty:            2848 kB
Writeback:           0 kB
Mapped:         806848 kB
Slab:            65524 kB
Committed_AS:  1168392 kB
PageTables:       3192 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66512 MiB
End job on node63 at 2008-07-05 07:38:59