Trace number 1086863

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) 692.399 697.85

General information on the benchmark

Namecsp/fapp/fapp32/
normalized-fapp32-0550-1.xml
MD5SUM5b6f3d81a66e437062b2495198dba4e6
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 benchmark26.171
Satisfiable
(Un)Satisfiability was proved
Number of variables550
Number of constraints9461
Maximum constraint arity2
Maximum domain size998
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9461
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 09:06:45 2008
0.00/0.04	c 0	PID 5156
0.03/0.05	c 0	HOST node74.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1086863-1215241605.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1086863-1215241605.xml' 'HOME/temp.csp'
0.03/0.86	c 1	8 domains, 550 variables, 8 predicates, 0 relations, 9461 constraints
0.03/0.89	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/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.85/0.97	c 1	Parsing HOME/temp.csp
1.34/1.41	c 1	parsed 10000 expressions
1.34/1.41	c 1	parsed 10027 expressions
1.34/1.42	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.34/1.42	c 1	Converting to clausal form CSP
3.03/3.14	c 3	converted 1003 (10%) expressions
5.81/5.91	c 6	converted 2006 (20%) expressions
8.20/8.37	c 8	converted 3009 (30%) expressions
10.39/10.53	c 10	converted 4011 (40%) expressions
12.47/12.70	c 12	converted 5014 (50%) expressions
14.86/15.08	c 15	converted 6017 (60%) expressions
17.24/17.41	c 17	converted 7019 (70%) expressions
19.34/19.54	c 19	converted 8022 (80%) expressions
21.42/21.66	c 21	converted 9025 (90%) expressions
23.72/23.90	c 24	converted 10027 (100%) expressions
23.72/23.90	c 24	CSP : 1092 integers, 27523 booleans, 57471 clauses, largest domain size 4101
23.72/23.91	c 24	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
23.72/23.91	c 24	Propagation in CSP
24.91/25.14	c 25	16544 values, 0 unsatisfiable literals, and 0 valid clauses are removed
24.91/25.14	c 25	CSP : 1092 integers, 27523 booleans, 57471 clauses, largest domain size 4101
24.91/25.14	c 25	Heap : 34 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
24.91/25.16	c 25	Simplifing CSP by introducing new Boolean variables
25.02/25.30	c 25	CSP : 1092 integers, 47043 booleans, 76991 clauses, largest domain size 4101
25.02/25.30	c 25	Heap : 38 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
25.30/25.55	c 25	Encoding CSP to SAT : HOME/temp.cnf
29.69/29.95	c 30	110 (10%) CSP integer variables are encoded (88364 clauses, 1303342 bytes)
33.86/34.16	c 34	219 (20%) CSP integer variables are encoded (174331 clauses, 2741760 bytes)
38.33/38.70	c 38	328 (30%) CSP integer variables are encoded (265236 clauses, 4287145 bytes)
42.52/42.90	c 43	437 (40%) CSP integer variables are encoded (352110 clauses, 5764003 bytes)
47.09/47.46	c 47	546 (50%) CSP integer variables are encoded (443760 clauses, 7322053 bytes)
47.79/48.11	c 48	656 (60%) CSP integer variables are encoded (840374 clauses, 14064491 bytes)
48.28/48.65	c 48	765 (70%) CSP integer variables are encoded (1267749 clauses, 21866757 bytes)
48.78/49.15	c 49	874 (80%) CSP integer variables are encoded (1664928 clauses, 29413158 bytes)
49.38/49.70	c 49	983 (90%) CSP integer variables are encoded (2098783 clauses, 37656403 bytes)
49.78/50.19	c 50	1092 (100%) CSP integer variables are encoded (2489002 clauses, 45070564 bytes)
177.22/178.39	c 178	7700 (10%) CSP clauses are encoded (10112618 clauses, 224360550 bytes)
252.39/253.90	c 254	15399 (20%) CSP clauses are encoded (16284528 clauses, 378580668 bytes)
296.35/298.26	c 298	23098 (30%) CSP clauses are encoded (21147544 clauses, 504534958 bytes)
330.65/332.84	c 333	30797 (40%) CSP clauses are encoded (25394360 clauses, 615992557 bytes)
363.84/366.31	c 366	38496 (50%) CSP clauses are encoded (29760652 clauses, 731483197 bytes)
398.01/400.80	c 401	46195 (60%) CSP clauses are encoded (33977197 clauses, 843777772 bytes)
428.71/431.92	c 432	53894 (70%) CSP clauses are encoded (37916466 clauses, 949277546 bytes)
458.83/462.39	c 462	61593 (80%) CSP clauses are encoded (41972019 clauses, 1057256720 bytes)
489.45/493.20	c 493	69292 (90%) CSP clauses are encoded (45969217 clauses, 1163265302 bytes)
519.85/523.99	c 524	76991 (100%) CSP clauses are encoded (49992855 clauses, 1270654741 bytes)
519.85/523.99	c 524	76991 CSP clauses encoded
519.85/523.99	c 524	Writing map file : HOME/temp.map
520.05/524.12	c 524	Heap : 31 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
520.05/524.13	c 524	SAT : 2537137 SAT variables, 49992855 SAT clauses, 1270654741 bytes
520.05/524.13	c 524	Heap : 31 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
520.05/524.20	c 524	SOLVING HOME/temp.cnf
520.05/524.20	c 524	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
691.71/696.91	c ERROR INTERRUPTED
691.82/697.04	s UNKNOWN
691.82/697.04	c 697	CPU 511.57 (0.03 0.01 511.54 8.52)
691.82/697.04	c 697	END Sat Jul  5 09:18:22 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-1086863-1215241605/watcher-1086863-1215241605 -o /tmp/evaluation-result-1086863-1215241605/solver-1086863-1215241605 -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-1086863-1215241605.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 5156
/proc/meminfo: memFree=1445376/2055920 swapFree=4179604/4192956
[pid=5156] ppid=5154 vsize=12268 CPUtime=0
/proc/5156/stat : 5156 (sugar) R 5154 5156 3286 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 2003111602 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 228774869605 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/5156/statm: 3067 316 241 3 0 167 0

[startup+0.0501249 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 5156
/proc/meminfo: memFree=1445376/2055920 swapFree=4179604/4192956
[pid=5156] ppid=5154 vsize=13600 CPUtime=0.03
/proc/5156/stat : 5156 (sugar) S 5154 5156 3286 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 2003111602 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5156/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.100502 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 5156
/proc/meminfo: memFree=1445376/2055920 swapFree=4179604/4192956
[pid=5156] ppid=5154 vsize=13600 CPUtime=0.03
/proc/5156/stat : 5156 (sugar) S 5154 5156 3286 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2003111602 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5156/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301545 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 5156
/proc/meminfo: memFree=1445376/2055920 swapFree=4179604/4192956
[pid=5156] ppid=5154 vsize=13600 CPUtime=0.03
/proc/5156/stat : 5156 (sugar) S 5154 5156 3286 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2003111602 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5156/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70162 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 5156
/proc/meminfo: memFree=1445376/2055920 swapFree=4179604/4192956
[pid=5156] ppid=5154 vsize=13600 CPUtime=0.03
/proc/5156/stat : 5156 (sugar) S 5154 5156 3286 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2003111602 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5156/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50278 s]
/proc/loadavg: 1.92 1.98 1.99 3/84 5178
/proc/meminfo: memFree=1438056/2055920 swapFree=4179604/4192956
[pid=5156] ppid=5154 vsize=13600 CPUtime=0.85
/proc/5156/stat : 5156 (sugar) S 5154 5156 3286 0 -1 4194304 974 8993 0 1 3 1 75 6 15 0 1 0 2003111602 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5156/statm: 3400 797 370 3 0 500 0
[pid=5169] ppid=5156 vsize=5356 CPUtime=0
/proc/5169/stat : 5169 (sh) S 5156 5156 3286 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003111692 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5169/statm: 1339 233 193 169 0 50 0
[pid=5170] ppid=5169 vsize=864256 CPUtime=0.58
/proc/5170/stat : 5170 (java) S 5169 5156 3286 0 -1 0 6121 0 1 0 55 3 0 0 18 0 9 0 2003111692 884998144 5342 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5170/statm: 216064 5342 2542 9 0 210639 0
[pid=5170/tid=5171] ppid=5169 vsize=864256 CPUtime=0.37
/proc/5170/task/5171/stat : 5171 (java) R 5169 5156 3286 0 -1 64 2597 0 1 0 37 0 0 0 22 0 9 0 2003111693 884998144 5342 996147200 134512640 134550740 4294955952 18446744073709551615 4126122325 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5172] ppid=5169 vsize=864256 CPUtime=0.1
/proc/5170/task/5172/stat : 5172 (java) S 5169 5156 3286 0 -1 64 2482 0 0 0 9 1 0 0 16 0 9 0 2003111694 884998144 5342 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5173] ppid=5169 vsize=864256 CPUtime=0
/proc/5170/task/5173/stat : 5173 (java) S 5169 5156 3286 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003111694 884998144 5342 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5174] ppid=5169 vsize=864256 CPUtime=0
/proc/5170/task/5174/stat : 5174 (java) S 5169 5156 3286 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2003111694 884998144 5342 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5175] ppid=5169 vsize=864256 CPUtime=0
/proc/5170/task/5175/stat : 5175 (java) S 5169 5156 3286 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2003111696 884998144 5342 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5176] ppid=5169 vsize=864256 CPUtime=0.08
/proc/5170/task/5176/stat : 5176 (java) S 5169 5156 3286 0 -1 64 345 0 0 0 8 0 0 0 16 0 9 0 2003111696 884998144 5342 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5177] ppid=5169 vsize=864256 CPUtime=0
/proc/5170/task/5177/stat : 5177 (java) S 5169 5156 3286 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003111696 884998144 5342 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5178] ppid=5169 vsize=864256 CPUtime=0
/proc/5170/task/5178/stat : 5178 (java) S 5169 5156 3286 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003111696 884998144 5342 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) 883212

[startup+3.10209 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 5178
/proc/meminfo: memFree=1426280/2055920 swapFree=4179604/4192956
[pid=5156] ppid=5154 vsize=13600 CPUtime=0.85
/proc/5156/stat : 5156 (sugar) S 5154 5156 3286 0 -1 4194304 974 8993 0 1 3 1 75 6 15 0 1 0 2003111602 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5156/statm: 3400 797 370 3 0 500 0
[pid=5169] ppid=5156 vsize=5356 CPUtime=0
/proc/5169/stat : 5169 (sh) S 5156 5156 3286 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003111692 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5169/statm: 1339 233 193 169 0 50 0
[pid=5170] ppid=5169 vsize=868384 CPUtime=2.18
/proc/5170/stat : 5170 (java) S 5169 5156 3286 0 -1 0 7779 0 1 0 213 5 0 0 18 0 9 0 2003111692 889225216 6808 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5170/statm: 217096 6808 2543 9 0 211671 0
[pid=5170/tid=5171] ppid=5169 vsize=868384 CPUtime=1.75
/proc/5170/task/5171/stat : 5171 (java) R 5169 5156 3286 0 -1 64 2765 0 1 0 174 1 0 0 25 0 9 0 2003111693 889225216 6808 996147200 134512640 134550740 4294955952 18446744073709551615 4126560736 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5172] ppid=5169 vsize=868384 CPUtime=0.2
/proc/5170/task/5172/stat : 5172 (java) S 5169 5156 3286 0 -1 64 2867 0 0 0 18 2 0 0 16 0 9 0 2003111694 889225216 6808 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5173] ppid=5169 vsize=868384 CPUtime=0
/proc/5170/task/5173/stat : 5173 (java) S 5169 5156 3286 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003111694 889225216 6808 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5174] ppid=5169 vsize=868384 CPUtime=0
/proc/5170/task/5174/stat : 5174 (java) S 5169 5156 3286 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2003111694 889225216 6808 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5175] ppid=5169 vsize=868384 CPUtime=0
/proc/5170/task/5175/stat : 5175 (java) S 5169 5156 3286 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2003111696 889225216 6808 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5176] ppid=5169 vsize=868384 CPUtime=0.19
/proc/5170/task/5176/stat : 5176 (java) S 5169 5156 3286 0 -1 64 1450 0 0 0 19 0 0 0 15 0 9 0 2003111696 889225216 6808 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5177] ppid=5169 vsize=868384 CPUtime=0
/proc/5170/task/5177/stat : 5177 (java) S 5169 5156 3286 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003111696 889225216 6808 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5178] ppid=5169 vsize=868384 CPUtime=0
/proc/5170/task/5178/stat : 5178 (java) S 5169 5156 3286 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003111696 889225216 6808 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 887340

[startup+6.30209 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 5178
/proc/meminfo: memFree=1422632/2055920 swapFree=4179604/4192956
[pid=5156] ppid=5154 vsize=13600 CPUtime=0.85
/proc/5156/stat : 5156 (sugar) S 5154 5156 3286 0 -1 4194304 974 8993 0 1 3 1 75 6 16 0 1 0 2003111602 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5156/statm: 3400 797 370 3 0 500 0
[pid=5169] ppid=5156 vsize=5356 CPUtime=0
/proc/5169/stat : 5169 (sh) S 5156 5156 3286 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003111692 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5169/statm: 1339 233 193 169 0 50 0
[pid=5170] ppid=5169 vsize=868384 CPUtime=5.36
/proc/5170/stat : 5170 (java) S 5169 5156 3286 0 -1 0 9021 0 1 0 527 9 0 0 18 0 9 0 2003111692 889225216 7655 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5170/statm: 217096 7655 2540 9 0 211671 0
[pid=5170/tid=5171] ppid=5169 vsize=868384 CPUtime=4.66
/proc/5170/task/5171/stat : 5171 (java) R 5169 5156 3286 0 -1 64 3142 0 1 0 464 2 0 0 25 0 9 0 2003111693 889225216 7655 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5172] ppid=5169 vsize=868384 CPUtime=0.46
/proc/5170/task/5172/stat : 5172 (java) S 5169 5156 3286 0 -1 64 3725 0 0 0 41 5 0 0 15 0 9 0 2003111694 889225216 7655 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5173] ppid=5169 vsize=868384 CPUtime=0
/proc/5170/task/5173/stat : 5173 (java) S 5169 5156 3286 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003111694 889225216 7655 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5174] ppid=5169 vsize=868384 CPUtime=0
/proc/5170/task/5174/stat : 5174 (java) S 5169 5156 3286 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2003111694 889225216 7655 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5175] ppid=5169 vsize=868384 CPUtime=0
/proc/5170/task/5175/stat : 5175 (java) S 5169 5156 3286 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2003111696 889225216 7655 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5176] ppid=5169 vsize=868384 CPUtime=0.21
/proc/5170/task/5176/stat : 5176 (java) S 5169 5156 3286 0 -1 64 1457 0 0 0 21 0 0 0 15 0 9 0 2003111696 889225216 7655 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5177] ppid=5169 vsize=868384 CPUtime=0
/proc/5170/task/5177/stat : 5177 (java) S 5169 5156 3286 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003111696 889225216 7655 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5178] ppid=5169 vsize=868384 CPUtime=0
/proc/5170/task/5178/stat : 5178 (java) S 5169 5156 3286 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003111696 889225216 7655 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 887340

[startup+12.703 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 5178
/proc/meminfo: memFree=1415016/2055920 swapFree=4179604/4192956
[pid=5156] ppid=5154 vsize=13600 CPUtime=0.85
/proc/5156/stat : 5156 (sugar) S 5154 5156 3286 0 -1 4194304 974 8993 0 1 3 1 75 6 16 0 1 0 2003111602 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5156/statm: 3400 797 370 3 0 500 0
[pid=5169] ppid=5156 vsize=5356 CPUtime=0
/proc/5169/stat : 5169 (sh) S 5156 5156 3286 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003111692 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5169/statm: 1339 233 193 169 0 50 0
[pid=5170] ppid=5169 vsize=868384 CPUtime=11.72
/proc/5170/stat : 5170 (java) S 5169 5156 3286 0 -1 0 11556 0 1 0 1157 15 0 0 18 0 9 0 2003111692 889225216 9598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5170/statm: 217096 9598 2540 9 0 211671 0
[pid=5170/tid=5171] ppid=5169 vsize=868384 CPUtime=10.49
/proc/5170/task/5171/stat : 5171 (java) R 5169 5156 3286 0 -1 64 3814 0 1 0 1046 3 0 0 25 0 9 0 2003111693 889225216 9598 996147200 134512640 134550740 4294955952 18446744073709551615 4126594355 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5172] ppid=5169 vsize=868384 CPUtime=0.99
/proc/5170/task/5172/stat : 5172 (java) S 5169 5156 3286 0 -1 64 5588 0 0 0 89 10 0 0 16 0 9 0 2003111694 889225216 9598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5173] ppid=5169 vsize=868384 CPUtime=0
/proc/5170/task/5173/stat : 5173 (java) S 5169 5156 3286 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003111694 889225216 9598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5174] ppid=5169 vsize=868384 CPUtime=0
/proc/5170/task/5174/stat : 5174 (java) S 5169 5156 3286 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2003111694 889225216 9598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5175] ppid=5169 vsize=868384 CPUtime=0
/proc/5170/task/5175/stat : 5175 (java) S 5169 5156 3286 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2003111696 889225216 9598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5176] ppid=5169 vsize=868384 CPUtime=0.21
/proc/5170/task/5176/stat : 5176 (java) S 5169 5156 3286 0 -1 64 1457 0 0 0 21 0 0 0 15 0 9 0 2003111696 889225216 9598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5177] ppid=5169 vsize=868384 CPUtime=0
/proc/5170/task/5177/stat : 5177 (java) S 5169 5156 3286 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003111696 889225216 9598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5178] ppid=5169 vsize=868384 CPUtime=0
/proc/5170/task/5178/stat : 5178 (java) S 5169 5156 3286 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003111696 889225216 9598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 887340

[startup+25.5015 s]
/proc/loadavg: 2.08 2.02 2.01 4/84 5302
/proc/meminfo: memFree=1721248/2055920 swapFree=4179604/4192956
[pid=5156] ppid=5154 vsize=13600 CPUtime=0.85
/proc/5156/stat : 5156 (sugar) S 5154 5156 3286 0 -1 4194304 974 8993 0 1 3 1 75 6 15 0 1 0 2003111602 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5156/statm: 3400 797 370 3 0 500 0
[pid=5169] ppid=5156 vsize=5356 CPUtime=0
/proc/5169/stat : 5169 (sh) S 5156 5156 3286 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003111692 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5169/statm: 1339 233 193 169 0 50 0
[pid=5170] ppid=5169 vsize=868384 CPUtime=24.45
/proc/5170/stat : 5170 (java) S 5169 5156 3286 0 -1 0 18586 0 1 0 2421 24 0 0 18 0 9 0 2003111692 889225216 15574 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5170/statm: 217096 15574 2540 9 0 211671 0
[pid=5170/tid=5171] ppid=5169 vsize=868384 CPUtime=21.79
/proc/5170/task/5171/stat : 5171 (java) R 5169 5156 3286 0 -1 64 4899 0 1 0 2173 6 0 0 25 0 9 0 2003111693 889225216 15574 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5172] ppid=5169 vsize=868384 CPUtime=2.39
/proc/5170/task/5172/stat : 5172 (java) R 5169 5156 3286 0 -1 64 11519 0 0 0 223 16 0 0 16 0 9 0 2003111694 889225216 15574 996147200 134512640 134550740 4294955952 18446744073709551615 104182536 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5173] ppid=5169 vsize=868384 CPUtime=0
/proc/5170/task/5173/stat : 5173 (java) S 5169 5156 3286 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003111694 889225216 15574 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5174] ppid=5169 vsize=868384 CPUtime=0
/proc/5170/task/5174/stat : 5174 (java) S 5169 5156 3286 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2003111694 889225216 15574 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/meminfo: memFree=612712/2055920 swapFree=4179604/4192956
[pid=5156] ppid=5154 vsize=13600 CPUtime=0.85
/proc/5156/stat : 5156 (sugar) S 5154 5156 3286 0 -1 4194304 974 8993 0 1 3 1 75 6 16 0 1 0 2003111602 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5156/statm: 3400 797 370 3 0 500 0
[pid=5169] ppid=5156 vsize=5356 CPUtime=0
/proc/5169/stat : 5169 (sh) S 5156 5156 3286 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003111692 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5169/statm: 1339 233 193 169 0 50 0
[pid=5170] ppid=5169 vsize=868496 CPUtime=457.98
/proc/5170/stat : 5170 (java) S 5169 5156 3286 0 -1 0 25754 0 1 0 45090 708 0 0 18 0 9 0 2003111692 889339904 15658 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5170/statm: 217124 15658 2566 9 0 211671 0
[pid=5170/tid=5171] ppid=5169 vsize=868496 CPUtime=452.13
/proc/5170/task/5171/stat : 5171 (java) R 5169 5156 3286 0 -1 64 12034 0 1 0 44565 648 0 0 25 0 9 0 2003111693 889339904 15658 996147200 134512640 134550740 4294955952 18446744073709551615 4127010512 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5172] ppid=5169 vsize=868496 CPUtime=5.53
/proc/5170/task/5172/stat : 5172 (java) S 5169 5156 3286 0 -1 64 11520 0 0 0 495 58 0 0 16 0 9 0 2003111694 889339904 15658 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5173] ppid=5169 vsize=868496 CPUtime=0
/proc/5170/task/5173/stat : 5173 (java) S 5169 5156 3286 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003111694 889339904 15658 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5174] ppid=5169 vsize=868496 CPUtime=0
/proc/5170/task/5174/stat : 5174 (java) S 5169 5156 3286 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2003111694 889339904 15658 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5175] ppid=5169 vsize=868496 CPUtime=0
/proc/5170/task/5175/stat : 5175 (java) S 5169 5156 3286 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2003111696 889339904 15658 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5176] ppid=5169 vsize=868496 CPUtime=0.29
/proc/5170/task/5176/stat : 5176 (java) S 5169 5156 3286 0 -1 64 1503 0 0 0 29 0 0 0 15 0 9 0 2003111696 889339904 15658 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5177] ppid=5169 vsize=868496 CPUtime=0
/proc/5170/task/5177/stat : 5177 (java) S 5169 5156 3286 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003111696 889339904 15658 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5178] ppid=5169 vsize=868496 CPUtime=0
/proc/5170/task/5178/stat : 5178 (java) S 5169 5156 3286 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003111696 889339904 15658 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.83
Current children cumulated vsize (KiB) 887452

[startup+522.303 s]
/proc/loadavg: 2.96 2.47 2.18 3/84 5302
/proc/meminfo: memFree=405544/2055920 swapFree=4179604/4192956
[pid=5156] ppid=5154 vsize=13600 CPUtime=0.85
/proc/5156/stat : 5156 (sugar) S 5154 5156 3286 0 -1 4194304 974 8993 0 1 3 1 75 6 16 0 1 0 2003111602 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5156/statm: 3400 797 370 3 0 500 0
[pid=5169] ppid=5156 vsize=5356 CPUtime=0
/proc/5169/stat : 5169 (sh) S 5156 5156 3286 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003111692 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5169/statm: 1339 233 193 169 0 50 0
[pid=5170] ppid=5169 vsize=868496 CPUtime=517.41
/proc/5170/stat : 5170 (java) S 5169 5156 3286 0 -1 0 27095 0 1 0 50902 839 0 0 18 0 9 0 2003111692 889339904 15658 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5170/statm: 217124 15658 2566 9 0 211671 0
[pid=5170/tid=5171] ppid=5169 vsize=868496 CPUtime=511
/proc/5170/task/5171/stat : 5171 (java) R 5169 5156 3286 0 -1 64 13375 0 1 0 50329 771 0 0 25 0 9 0 2003111693 889339904 15658 996147200 134512640 134550740 4294955952 18446744073709551615 4127020574 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5172] ppid=5169 vsize=868496 CPUtime=6.09
/proc/5170/task/5172/stat : 5172 (java) S 5169 5156 3286 0 -1 64 11520 0 0 0 543 66 0 0 16 0 9 0 2003111694 889339904 15658 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5173] ppid=5169 vsize=868496 CPUtime=0
/proc/5170/task/5173/stat : 5173 (java) S 5169 5156 3286 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003111694 889339904 15658 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5174] ppid=5169 vsize=868496 CPUtime=0
/proc/5170/task/5174/stat : 5174 (java) S 5169 5156 3286 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2003111694 889339904 15658 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5175] ppid=5169 vsize=868496 CPUtime=0
/proc/5170/task/5175/stat : 5175 (java) S 5169 5156 3286 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2003111696 889339904 15658 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5176] ppid=5169 vsize=868496 CPUtime=0.29
/proc/5170/task/5176/stat : 5176 (java) S 5169 5156 3286 0 -1 64 1503 0 0 0 29 0 0 0 15 0 9 0 2003111696 889339904 15658 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5177] ppid=5169 vsize=868496 CPUtime=0
/proc/5170/task/5177/stat : 5177 (java) S 5169 5156 3286 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003111696 889339904 15658 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5170/tid=5178] ppid=5169 vsize=868496 CPUtime=0
/proc/5170/task/5178/stat : 5178 (java) S 5169 5156 3286 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003111696 889339904 15658 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 518.26
Current children cumulated vsize (KiB) 887452

[startup+582.301 s]
/proc/loadavg: 2.38 2.40 2.17 3/76 5304
/proc/meminfo: memFree=73960/2055920 swapFree=4179604/4192956
[pid=5156] ppid=5154 vsize=13600 CPUtime=520.1
/proc/5156/stat : 5156 (sugar) S 5154 5156 3286 0 -1 4194304 1024 36441 0 2 3 1 51154 852 16 0 1 0 2003111602 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5156/statm: 3400 800 370 3 0 500 0
[pid=5303] ppid=5156 vsize=5356 CPUtime=0
/proc/5303/stat : 5303 (sh) S 5156 5156 3286 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003164022 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5303/statm: 1339 232 193 169 0 50 0
[pid=5304] ppid=5303 vsize=481472 CPUtime=57.79
/proc/5304/stat : 5304 (picosat) R 5303 5156 3286 0 -1 4194304 93689 0 0 0 2629 3150 0 0 25 0 1 0 2003164023 493027328 93675 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/5304/statm: 120368 93675 40 102 0 120263 0
Current children cumulated CPU time (s) 577.89
Current children cumulated vsize (KiB) 500428

[startup+642.301 s]
/proc/loadavg: 2.14 2.32 2.16 3/76 5304
/proc/meminfo: memFree=15592/2055920 swapFree=4179604/4192956
[pid=5156] ppid=5154 vsize=13600 CPUtime=520.1
/proc/5156/stat : 5156 (sugar) S 5154 5156 3286 0 -1 4194304 1024 36441 0 2 3 1 51154 852 16 0 1 0 2003111602 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5156/statm: 3400 800 370 3 0 500 0
[pid=5303] ppid=5156 vsize=5356 CPUtime=0
/proc/5303/stat : 5303 (sh) S 5156 5156 3286 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003164022 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5303/statm: 1339 232 193 169 0 50 0
[pid=5304] ppid=5303 vsize=725480 CPUtime=117.38
/proc/5304/stat : 5304 (picosat) R 5303 5156 3286 0 -1 4194304 147256 0 0 0 5347 6391 0 0 25 0 1 0 2003164023 742891520 147242 996147200 134512640 134931368 4294956256 18446744073709551615 134597652 0 0 4096 0 0 0 0 17 1 0 0
/proc/5304/statm: 181370 147242 40 102 0 181265 0
Current children cumulated CPU time (s) 637.48
Current children cumulated vsize (KiB) 744436



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+696.902 s]
/proc/loadavg: 2.05 2.27 2.15 3/76 5304
/proc/meminfo: memFree=15336/2055920 swapFree=4179604/4192956
[pid=5156] ppid=5154 vsize=13600 CPUtime=520.1
/proc/5156/stat : 5156 (sugar) S 5154 5156 3286 0 -1 4194304 1024 36441 0 2 3 1 51154 852 16 0 1 0 2003111602 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5156/statm: 3400 800 370 3 0 500 0
[pid=5303] ppid=5156 vsize=5356 CPUtime=0
/proc/5303/stat : 5303 (sh) S 5156 5156 3286 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003164022 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5303/statm: 1339 232 193 169 0 50 0
[pid=5304] ppid=5303 vsize=902976 CPUtime=171.61
/proc/5304/stat : 5304 (picosat) R 5303 5156 3286 0 -1 4194304 196647 0 0 0 7853 9308 0 0 25 0 1 0 2003164023 924647424 196633 996147200 134512640 134931368 4294956256 18446744073709551615 134719012 0 0 4096 0 0 0 0 17 1 0 0
/proc/5304/statm: 225744 196633 40 102 0 225639 0
Current children cumulated CPU time (s) 691.71
Current children cumulated vsize (KiB) 921932

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

[startup+697.019 s]
/proc/loadavg: 2.05 2.27 2.15 3/76 5304
/proc/meminfo: memFree=15336/2055920 swapFree=4179604/4192956
[pid=5156] ppid=5154 vsize=13600 CPUtime=520.1
/proc/5156/stat : 5156 (sugar) S 5154 5156 3286 0 -1 4194304 1043 36441 0 2 3 1 51154 852 16 0 1 0 2003111602 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/5156/statm: 3400 800 370 3 0 500 0
[pid=5303] ppid=5156 vsize=0 CPUtime=0
/proc/5303/stat : 5303 (sh) Z 5156 5156 3286 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 2003164022 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/5303/statm: 0 0 0 0 0 0 0
[pid=5304] ppid=1 vsize=0 CPUtime=171.72
/proc/5304/stat : 5304 (picosat) R 1 5156 3286 0 -1 4195332 196647 0 0 0 7853 9319 0 0 25 0 1 0 2003164023 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/5304/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 691.82
Current children cumulated vsize (KiB) 13600

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

[startup+697.102 s]
/proc/loadavg: 2.05 2.27 2.15 3/76 5304
/proc/meminfo: memFree=15336/2055920 swapFree=4179604/4192956
[pid=5156] ppid=5154 vsize=13600 CPUtime=520.14
/proc/5156/stat : 5156 (sugar) R 5154 5156 3286 0 -1 4194304 1070 36718 0 2 3 5 51154 852 16 0 1 0 2003111602 13926400 801 996147200 4194304 4206940 548682068608 18446744073709551615 228774876201 0 0 4224 16386 0 0 0 17 1 0 0
/proc/5156/statm: 3400 801 371 3 0 500 0
Current children cumulated CPU time (s) 520.14
Current children cumulated vsize (KiB) 13600

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

[startup+697.407 s]
/proc/loadavg: 2.05 2.27 2.15 3/75 5305
/proc/meminfo: memFree=1329264/2055920 swapFree=4179604/4192956
[pid=5156] ppid=5154 vsize=13600 CPUtime=520.44
/proc/5156/stat : 5156 (sugar) R 5154 5156 3286 0 -1 4194304 1070 36718 0 2 3 35 51154 852 16 0 1 0 2003111602 13926400 801 996147200 4194304 4206940 548682068608 18446744073709551615 228774876201 0 0 4224 16386 0 0 0 17 1 0 0
/proc/5156/statm: 3400 801 371 3 0 500 0
Current children cumulated CPU time (s) 520.44
Current children cumulated vsize (KiB) 13600

[startup+697.802 s]
/proc/loadavg: 2.05 2.27 2.15 3/75 5305
/proc/meminfo: memFree=1329264/2055920 swapFree=4179604/4192956
[pid=5156] ppid=5154 vsize=13600 CPUtime=520.69
/proc/5156/stat : 5156 (sugar) D 5154 5156 3286 0 -1 4194304 1070 36718 0 2 3 60 51154 852 15 0 1 0 2003111602 13926400 801 996147200 4194304 4206940 548682068608 18446744073709551615 228774876201 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/5156/statm: 3400 801 371 3 0 500 0
Current children cumulated CPU time (s) 520.69
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): 171.68
#  lost CPU user time (s): 78.53
#  lost CPU system time (s): 93.15

Real time (s): 697.85
CPU time (s): 692.399
CPU user time (s): 590.115
CPU system time (s): 102.284
CPU usage (%): 99.2189
Max. virtual memory (cumulated for all children) (KiB): 921932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 511.585
system time used= 9.13361
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37819
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= 84423
involuntary context switches= 90347

runsolver used 0.883865 second user time and 2.34664 second system time

The end

Launcher Data (download as text)

Begin job on node74 at 2008-07-05 09:06:45
IDJOB=1086863
IDBENCH=57890
IDSOLVER=345
FILE ID=node74/1086863-1215241605
PBS_JOBID= 7881851
Free space on /tmp= 103228 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp32/normalized-fapp32-0550-1.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-1086863-1215241605/watcher-1086863-1215241605 -o /tmp/evaluation-result-1086863-1215241605/solver-1086863-1215241605 -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-1086863-1215241605.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5b6f3d81a66e437062b2495198dba4e6
RANDOM SEED=1424157200

node74.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.259
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.259
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:       1445856 kB
Buffers:         46116 kB
Cached:         152264 kB
SwapCached:       6708 kB
Active:         444272 kB
Inactive:       105668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1445856 kB
SwapTotal:     4192956 kB
SwapFree:      4179604 kB
Dirty:            2576 kB
Writeback:           0 kB
Mapped:         358956 kB
Slab:            44676 kB
Committed_AS:  4431004 kB
PageTables:       2540 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= 103232 MiB
End job on node74 at 2008-07-05 09:18:24