Trace number 1086297

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+minisat? (MO) 239.755 244.319

General information on the benchmark

Namecsp/fapp/fapp11/
normalized-fapp11-1000-6.xml
MD5SUM7db336713358debe85f4357efdd6517c
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 benchmark27.2459
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of constraints15032
Maximum constraint arity2
Maximum domain size362
Number of constraints which are defined in extension0
Number of constraints which are defined in intension15032
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.04	c 0	Sugar v1-13 + HOME/minisat
0.03/0.04	c 0	BEGIN Sat Jul  5 08:16:44 2008
0.03/0.04	c 0	PID 3300
0.03/0.05	c 0	HOST node10.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1086297-1215238604.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-1086297-1215238604.xml' 'HOME/temp.csp'
1.35/1.42	c 2	18 domains, 1000 variables, 8 predicates, 0 relations, 15032 constraints
1.35/1.47	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.35/1.47	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.38/1.54	c 2	Parsing HOME/temp.csp
2.00/2.14	c 3	parsed 10000 expressions
2.09/2.29	c 3	parsed 16058 expressions
2.09/2.30	c 3	Heap : 7 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.09/2.30	c 3	Converting to clausal form CSP
3.29/3.45	c 4	converted 1606 (10%) expressions
5.26/5.49	c 6	converted 3212 (20%) expressions
7.14/7.38	c 8	converted 4818 (30%) expressions
8.63/8.89	c 9	converted 6424 (40%) expressions
10.31/10.59	c 11	converted 8029 (50%) expressions
11.80/12.01	c 12	converted 9635 (60%) expressions
13.19/13.46	c 14	converted 11241 (70%) expressions
15.06/15.32	c 16	converted 12847 (80%) expressions
16.45/16.74	c 17	converted 14453 (90%) expressions
17.83/18.17	c 19	converted 16058 (100%) expressions
17.83/18.17	c 19	CSP : 1994 integers, 43676 booleans, 91633 clauses, largest domain size 2741
17.83/18.17	c 19	Heap : 71 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
17.83/18.17	c 19	Propagation in CSP
18.82/19.10	c 20	11928 values, 0 unsatisfiable literals, and 0 valid clauses are removed
18.82/19.11	c 20	CSP : 1994 integers, 43676 booleans, 91633 clauses, largest domain size 2741
18.82/19.11	c 20	Heap : 83 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
18.82/19.14	c 20	Simplifing CSP by introducing new Boolean variables
19.02/19.35	c 20	CSP : 1994 integers, 74816 booleans, 122773 clauses, largest domain size 2741
19.02/19.35	c 20	Heap : 88 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
19.62/19.91	c 20	Encoding CSP to SAT : HOME/temp.cnf
21.00/21.31	c 22	200 (10%) CSP integer variables are encoded (59504 clauses, 870490 bytes)
22.29/22.65	c 23	399 (20%) CSP integer variables are encoded (119236 clauses, 1805607 bytes)
23.57/23.95	c 24	599 (30%) CSP integer variables are encoded (176634 clauses, 2781373 bytes)
24.96/25.32	c 26	798 (40%) CSP integer variables are encoded (236930 clauses, 3806405 bytes)
26.15/26.54	c 27	997 (50%) CSP integer variables are encoded (291634 clauses, 4736373 bytes)
26.74/27.14	c 28	1197 (60%) CSP integer variables are encoded (765835 clauses, 12797790 bytes)
27.33/27.71	c 28	1396 (70%) CSP integer variables are encoded (1231776 clauses, 21184928 bytes)
27.83/28.27	c 29	1596 (80%) CSP integer variables are encoded (1679510 clauses, 29691874 bytes)
28.43/28.87	c 29	1795 (90%) CSP integer variables are encoded (2153315 clauses, 38694169 bytes)
29.02/29.42	c 30	1994 (100%) CSP integer variables are encoded (2595288 clauses, 47091656 bytes)
78.94/79.97	c 80	12278 (10%) CSP clauses are encoded (10164136 clauses, 222480903 bytes)
112.30/113.88	c 114	24555 (20%) CSP clauses are encoded (16584324 clauses, 381687741 bytes)
132.45/134.32	c 135	36832 (30%) CSP clauses are encoded (21364751 clauses, 503841727 bytes)
150.24/152.46	c 153	49110 (40%) CSP clauses are encoded (26003965 clauses, 624405344 bytes)
165.24/167.71	c 168	61387 (50%) CSP clauses are encoded (30410626 clauses, 741100903 bytes)
179.17/181.93	c 182	73664 (60%) CSP clauses are encoded (34698808 clauses, 854613574 bytes)
191.72/194.78	c 195	85942 (70%) CSP clauses are encoded (38642760 clauses, 959223320 bytes)
203.37/206.67	c 207	98219 (80%) CSP clauses are encoded (42290253 clauses, 1057085377 bytes)
216.43/220.00	c 220	110496 (90%) CSP clauses are encoded (46460654 clauses, 1168463915 bytes)
228.57/232.39	c 233	122773 (100%) CSP clauses are encoded (50278760 clauses, 1270673825 bytes)
228.57/232.39	c 233	122773 CSP clauses encoded
228.57/232.40	c 233	Writing map file : HOME/temp.map
228.76/232.50	c 233	Heap : 79 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
228.76/232.50	c 233	SAT : 2672098 SAT variables, 50278760 SAT clauses, 1270673825 bytes
228.76/232.50	c 233	Heap : 79 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
228.76/232.57	c 233	SOLVING HOME/temp.cnf
228.76/232.57	c 233	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
228.76/232.57	c 233	This is MiniSat 2.0 beta
228.76/232.57	c 233	WARNING: for repeatability, setting FPU to use double precision
228.76/232.57	c 233	============================[ Problem Statistics ]=============================
228.76/232.57	c 233	|                                                                             |
228.76/232.57	c 233	|  Number of variables:  2672098                                              |
228.76/232.57	c 233	|  Number of clauses:    50278760                                             |
239.10/243.31	c ERROR INTERRUPTED
239.21/243.46	s UNKNOWN
239.21/243.46	c 244	CPU 220.89 (0.04 0.01 220.85 7.92)
239.21/243.46	c 244	END Sat Jul  5 08:20:48 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1086297-1215238604/watcher-1086297-1215238604 -o /tmp/evaluation-result-1086297-1215238604/solver-1086297-1215238604 -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/minisat -tmp=HOME/temp HOME/instance-1086297-1215238604.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/72 3300
/proc/meminfo: memFree=1624672/2055920 swapFree=4179464/4192956
[pid=3300] ppid=3298 vsize=4708 CPUtime=0
/proc/3300/stat : 3300 (sugar) R 3298 3300 1212 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 2002835307 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 214917248393 0 0 4096 0 0 0 0 17 1 0 0
/proc/3300/statm: 1177 43 33 3 0 8 0

[startup+0.048205 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 3300
/proc/meminfo: memFree=1624672/2055920 swapFree=4179464/4192956
[pid=3300] ppid=3298 vsize=13600 CPUtime=0.03
/proc/3300/stat : 3300 (sugar) R 3298 3300 1212 0 -1 4194304 798 0 0 0 2 1 0 0 18 0 1 0 2002835307 13926400 766 996147200 4194304 4206940 548682068608 18446744073709551615 214919719568 0 0 4224 0 0 0 0 17 1 0 0
/proc/3300/statm: 3400 766 344 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101212 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 3300
/proc/meminfo: memFree=1624672/2055920 swapFree=4179464/4192956
[pid=3300] ppid=3298 vsize=13600 CPUtime=0.03
/proc/3300/stat : 3300 (sugar) S 3298 3300 1212 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 2002835307 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3300/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301237 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 3300
/proc/meminfo: memFree=1624672/2055920 swapFree=4179464/4192956
[pid=3300] ppid=3298 vsize=13600 CPUtime=0.03
/proc/3300/stat : 3300 (sugar) S 3298 3300 1212 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 2002835307 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3300/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701295 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 3300
/proc/meminfo: memFree=1624672/2055920 swapFree=4179464/4192956
[pid=3300] ppid=3298 vsize=13600 CPUtime=0.03
/proc/3300/stat : 3300 (sugar) S 3298 3300 1212 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 2002835307 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3300/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.5024 s]
/proc/loadavg: 1.92 1.98 1.99 4/83 3312
/proc/meminfo: memFree=1600648/2055920 swapFree=4179464/4192956
[pid=3300] ppid=3298 vsize=13600 CPUtime=1.38
/proc/3300/stat : 3300 (sugar) S 3298 3300 1212 0 -1 4194304 956 11183 0 1 2 1 129 6 16 0 1 0 2002835307 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3300/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 13600

[startup+3.10262 s]
/proc/loadavg: 1.92 1.98 1.99 4/83 3322
/proc/meminfo: memFree=1611784/2055920 swapFree=4179464/4192956
[pid=3300] ppid=3298 vsize=13600 CPUtime=1.39
/proc/3300/stat : 3300 (sugar) S 3298 3300 1212 0 -1 4194304 974 11183 0 1 3 1 129 6 15 0 1 0 2002835307 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3300/statm: 3400 797 370 3 0 500 0
[pid=3313] ppid=3300 vsize=5356 CPUtime=0
/proc/3313/stat : 3313 (sh) S 3300 3300 1212 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002835454 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3313/statm: 1339 233 193 169 0 50 0
[pid=3314] ppid=3313 vsize=868404 CPUtime=1.6
/proc/3314/stat : 3314 (java) S 3313 3300 1212 0 -1 0 8428 0 1 0 156 4 0 0 18 0 9 0 2002835454 889245696 7466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3314/statm: 217101 7466 2541 9 0 211676 0
[pid=3314/tid=3315] ppid=3313 vsize=868404 CPUtime=1.14
/proc/3314/task/3315/stat : 3315 (java) R 3313 3300 1212 0 -1 64 2691 0 1 0 113 1 0 0 23 0 9 0 2002835455 889245696 7466 996147200 134512640 134550740 4294955952 18446744073709551615 4126577017 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3314/tid=3316] ppid=3313 vsize=868404 CPUtime=0.24
/proc/3314/task/3316/stat : 3316 (java) S 3313 3300 1212 0 -1 64 3618 0 0 0 22 2 0 0 16 0 9 0 2002835456 889245696 7466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3314/tid=3317] ppid=3313 vsize=868404 CPUtime=0
/proc/3314/task/3317/stat : 3317 (java) S 3313 3300 1212 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002835457 889245696 7466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3314/tid=3318] ppid=3313 vsize=868404 CPUtime=0
/proc/3314/task/3318/stat : 3318 (java) S 3313 3300 1212 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002835457 889245696 7466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3314/tid=3319] ppid=3313 vsize=868404 CPUtime=0
/proc/3314/task/3319/stat : 3319 (java) S 3313 3300 1212 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002835459 889245696 7466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3314/tid=3320] ppid=3313 vsize=868404 CPUtime=0.19
/proc/3314/task/3320/stat : 3320 (java) S 3313 3300 1212 0 -1 64 1422 0 0 0 19 0 0 0 15 0 9 0 2002835459 889245696 7466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3314/tid=3321] ppid=3313 vsize=868404 CPUtime=0
/proc/3314/task/3321/stat : 3321 (java) S 3313 3300 1212 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002835459 889245696 7466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3314/tid=3322] ppid=3313 vsize=868404 CPUtime=0
/proc/3314/task/3322/stat : 3322 (java) S 3313 3300 1212 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002835459 889245696 7466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 887360

[startup+6.30205 s]
/proc/loadavg: 1.93 1.98 1.99 3/83 3322
/proc/meminfo: memFree=1592768/2055920 swapFree=4179464/4192956
[pid=3300] ppid=3298 vsize=13600 CPUtime=1.39
/proc/3300/stat : 3300 (sugar) S 3298 3300 1212 0 -1 4194304 974 11183 0 1 3 1 129 6 16 0 1 0 2002835307 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3300/statm: 3400 797 370 3 0 500 0
[pid=3313] ppid=3300 vsize=5356 CPUtime=0
/proc/3313/stat : 3313 (sh) S 3300 3300 1212 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002835454 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3313/statm: 1339 233 193 169 0 50 0
[pid=3314] ppid=3313 vsize=873784 CPUtime=4.76
/proc/3314/stat : 3314 (java) S 3313 3300 1212 0 -1 0 14322 0 1 0 467 9 0 0 18 0 9 0 2002835454 894754816 11819 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3314/statm: 218446 11819 2540 9 0 213021 0
[pid=3314/tid=3315] ppid=3313 vsize=873784 CPUtime=3.81
/proc/3314/task/3315/stat : 3315 (java) R 3313 3300 1212 0 -1 64 3049 0 1 0 379 2 0 0 20 0 9 0 2002835455 894754816 11819 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3314/tid=3316] ppid=3313 vsize=873784 CPUtime=0.72
/proc/3314/task/3316/stat : 3316 (java) R 3313 3300 1212 0 -1 64 9145 0 0 0 66 6 0 0 16 0 9 0 2002835456 894754816 11819 996147200 134512640 134550740 4294955952 18446744073709551615 103737199 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3314/tid=3317] ppid=3313 vsize=873784 CPUtime=0
/proc/3314/task/3317/stat : 3317 (java) S 3313 3300 1212 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002835457 894754816 11819 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3314/tid=3318] ppid=3313 vsize=873784 CPUtime=0
/proc/3314/task/3318/stat : 3318 (java) S 3313 3300 1212 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002835457 894754816 11819 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3314/tid=3319] ppid=3313 vsize=873784 CPUtime=0
/proc/3314/task/3319/stat : 3319 (java) S 3313 3300 1212 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002835459 894754816 11819 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3314/tid=3320] ppid=3313 vsize=873784 CPUtime=0.21
/proc/3314/task/3320/stat : 3320 (java) S 3313 3300 1212 0 -1 64 1431 0 0 0 21 0 0 0 15 0 9 0 2002835459 894754816 11819 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3314/tid=3321] ppid=3313 vsize=873784 CPUtime=0
/proc/3314/task/3321/stat : 3321 (java) S 3313 3300 1212 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002835459 894754816 11819 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3314/tid=3322] ppid=3313 vsize=873784 CPUtime=0
/proc/3314/task/3322/stat : 3322 (java) S 3313 3300 1212 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002835459 894754816 11819 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 892740

[startup+12.7034 s]
/proc/loadavg: 1.93 1.98 1.99 3/83 3322
/proc/meminfo: memFree=1564800/2055920 swapFree=4179464/4192956
[pid=3300] ppid=3298 vsize=13600 CPUtime=1.39
/proc/3300/stat : 3300 (sugar) S 3298 3300 1212 0 -1 4194304 974 11183 0 1 3 1 129 6 16 0 1 0 2002835307 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3300/statm: 3400 797 370 3 0 500 0
[pid=3313] ppid=3300 vsize=5356 CPUtime=0
/proc/3313/stat : 3313 (sh) S 3300 3300 1212 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002835454 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3313/statm: 1339 233 193 169 0 50 0
[pid=3314] ppid=3313 vsize=868404 CPUtime=11.1
/proc/3314/stat : 3314 (java) S 3313 3300 1212 0 -1 0 22821 0 1 0 1094 16 0 0 18 0 9 0 2002835454 889245696 17457 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3314/statm: 217101 17457 2540 9 0 211676 0
[pid=3314/tid=3315] ppid=3313 vsize=868404 CPUtime=9.2
/proc/3314/task/3315/stat : 3315 (java) R 3313 3300 1212 0 -1 64 3635 0 1 0 918 2 0 0 25 0 9 0 2002835455 889245696 17457 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3314/tid=3316] ppid=3313 vsize=868404 CPUtime=1.65
/proc/3314/task/3316/stat : 3316 (java) S 3313 3300 1212 0 -1 64 17058 0 0 0 154 11 0 0 15 0 9 0 2002835456 889245696 17457 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3314/tid=3317] ppid=3313 vsize=868404 CPUtime=0
/proc/3314/task/3317/stat : 3317 (java) S 3313 3300 1212 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002835457 889245696 17457 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3314/tid=3318] ppid=3313 vsize=868404 CPUtime=0
/proc/3314/task/3318/stat : 3318 (java) S 3313 3300 1212 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002835457 889245696 17457 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3314/tid=3319] ppid=3313 vsize=868404 CPUtime=0
/proc/3314/task/3319/stat : 3319 (java) S 3313 3300 1212 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002835459 889245696 17457 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3314/tid=3320] ppid=3313 vsize=868404 CPUtime=0.21
/proc/3314/task/3320/stat : 3320 (java) S 3313 3300 1212 0 -1 64 1431 0 0 0 21 0 0 0 15 0 9 0 2002835459 889245696 17457 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3314/tid=3321] ppid=3313 vsize=868404 CPUtime=0
/proc/3314/task/3321/stat : 3321 (java) S 3313 3300 1212 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002835459 889245696 17457 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3314/tid=3322] ppid=3313 vsize=868404 CPUtime=0
/proc/3314/task/3322/stat : 3322 (java) S 3313 3300 1212 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002835459 889245696 17457 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 887360

[startup+25.5016 s]
/proc/loadavg: 2.02 2.00 2.00 3/83 3322
/proc/meminfo: memFree=1513096/2055920 swapFree=4179464/4192956
[pid=3300] ppid=3298 vsize=13600 CPUtime=1.39
/proc/3300/stat : 3300 (sugar) S 3298 3300 1212 0 -1 4194304 974 11183 0 1 3 1 129 6 16 0 1 0 2002835307 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3300/statm: 3400 797 370 3 0 500 0
[pid=3313] ppid=3300 vsize=5356 CPUtime=0
/proc/3313/stat : 3313 (sh) S 3300 3300 1212 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002835454 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3313/statm: 1339 233 193 169 0 50 0
[pid=3314] ppid=3313 vsize=868516 CPUtime=23.77
/proc/3314/stat : 3314 (java) S 3313 3300 1212 0 -1 0 35772 0 1 0 2354 23 0 0 18 0 9 0 2002835454 889360384 28630 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3314/statm: 217129 28630 2566 9 0 211676 0
[pid=3314/tid=3315] ppid=3313 vsize=868516 CPUtime=20.11
/proc/3314/task/3315/stat : 3315 (java) R 3313 3300 1212 0 -1 64 4416 0 1 0 2006 5 0 0 25 0 9 0 2002835455 889360384 28630 996147200 134512640 134550740 4294955952 18446744073709551615 4126608886 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3314/tid=3316] ppid=3313 vsize=868516 CPUtime=3.36
/proc/3314/task/3316/stat : 3316 (java) S 3313 3300 1212 0 -1 64 29192 0 0 0 320 16 0 0 16 0 9 0 2002835456 889360384 28630 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3314/tid=3317] ppid=3313 vsize=868516 CPUtime=0
/proc/3314/task/3317/stat : 3317 (java) S 3313 3300 1212 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002835457 889360384 28630 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3314/tid=3318] ppid=3313 vsize=868516 CPUtime=0
/proc/3314/task/3318/stat : 3318 (java) S 3313 3300 1212 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002835457 889360384 28630 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3314/tid=3319] ppid=3313 vsize=868516 CPUtime=0
/proc/3314/task/3319/stat : 3319 (java) S 3313 3300 1212 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002835459 889360384 28630 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3314/tid=3320] ppid=3313 vsize=868516 CPUtime=0.27
/proc/3314/task/3320/stat : 3320 (java) S 3313 3300 1212 0 -1 64 1467 0 0 0 26 1 0 0 16 0 9 0 2002835459 889360384 28630 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3314/tid=3321] ppid=3313 vsize=868516 CPUtime=0
/proc/3314/task/3321/stat : 3321 (java) S 3313 3300 1212 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002835459 889360384 28630 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3314/tid=3322] ppid=3313 vsize=868516 CPUtime=0
/proc/3314/task/3322/stat : 3322 (java) S 3313 3300 1212 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002835459 889360384 28630 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 887472

[startup+51.1011 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 3322
/proc/meminfo: memFree=1409352/2055920 swapFree=4179464/4192956
[pid=3300] ppid=3298 vsize=13600 CPUtime=1.39
/proc/3300/stat : 3300 (sugar) S 3298 3300 1212 0 -1 4194304 974 11183 0 1 3 1 129 6 15 0 1 0 2002835307 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3300/statm: 3400 797 370 3 0 500 0
[pid=3313] ppid=3300 vsize=5356 CPUtime=0
/proc/3313/stat : 3313 (sh) S 3300 3300 1212 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002835454 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3313/statm: 1339 233 193 169 0 50 0
[pid=3314] ppid=3313 vsize=868516 CPUtime=49.06
/proc/3314/stat : 3314 (java) S 3313 3300 1212 0 -1 0 36105 0 1 0 4821 85 0 0 18 0 9 0 2002835454 889360384 28648 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=3314/tid=3315] ppid=3313 vsize=868516 CPUtime=95.35
/proc/3314/task/3315/stat : 3315 (java) R 3313 3300 1212 0 -1 64 5373 0 1 0 9345 190 0 0 25 0 9 0 2002835455 889360384 28650 996147200 134512640 134550740 4294955952 18446744073709551615 4126608848 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3314/tid=3316] ppid=3313 vsize=868516 CPUtime=3.92
/proc/3314/task/3316/stat : 3316 (java) S 3313 3300 1212 0 -1 64 29192 0 0 0 370 22 0 0 16 0 9 0 2002835456 889360384 28650 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3314/tid=3317] ppid=3313 vsize=868516 CPUtime=0
/proc/3314/task/3317/stat : 3317 (java) S 3313 3300 1212 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002835457 889360384 28650 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3314/tid=3318] ppid=3313 vsize=868516 CPUtime=0
/proc/3314/task/3318/stat : 3318 (java) S 3313 3300 1212 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002835457 889360384 28650 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3314/tid=3319] ppid=3313 vsize=868516 CPUtime=0
/proc/3314/task/3319/stat : 3319 (java) S 3313 3300 1212 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002835459 889360384 28650 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3314/tid=3320] ppid=3313 vsize=868516 CPUtime=0.31
/proc/3314/task/3320/stat : 3320 (java) S 3313 3300 1212 0 -1 64 1485 0 0 0 30 1 0 0 17 0 9 0 2002835459 889360384 28650 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3314/tid=3321] ppid=3313 vsize=868516 CPUtime=0
/proc/3314/task/3321/stat : 3321 (java) S 3313 3300 1212 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002835459 889360384 28650 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3314/tid=3322] ppid=3313 vsize=868516 CPUtime=0
/proc/3314/task/3322/stat : 3322 (java) S 3313 3300 1212 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002835459 889360384 28650 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101
Current children cumulated vsize (KiB) 887472

[startup+162.301 s]
/proc/loadavg: 2.53 2.14 2.04 3/83 3322
/proc/meminfo: memFree=823368/2055920 swapFree=4179464/4192956
[pid=3300] ppid=3298 vsize=13600 CPUtime=1.39
/proc/3300/stat : 3300 (sugar) S 3298 3300 1212 0 -1 4194304 974 11183 0 1 3 1 129 6 16 0 1 0 2002835307 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3300/statm: 3400 797 370 3 0 500 0
[pid=3313] ppid=3300 vsize=5356 CPUtime=0
/proc/3313/stat : 3313 (sh) S 3300 3300 1212 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002835454 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3313/statm: 1339 233 193 169 0 50 0
[pid=3314] ppid=3313 vsize=868516 CPUtime=158.56
/proc/3314/stat : 3314 (java) S 3313 3300 1212 0 -1 0 37798 0 1 0 15412 444 0 0 18 0 9 0 2002835454 889360384 28650 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3314/statm: 217129 28650 2566 9 0 211676 0
[pid=3314/tid=3315] ppid=3313 vsize=868516 CPUtime=153.67
/proc/3314/task/3315/stat : 3315 (java) R 3313 3300 1212 0 -1 64 6424 0 1 0 14955 412 0 0 25 0 9 0 2002835455 889360384 28650 996147200 134512640 134550740 4294955952 18446744073709551615 4127044812 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3314/tid=3316] ppid=3313 vsize=868516 CPUtime=4.54
/proc/3314/task/3316/stat : 3316 (java) S 3313 3300 1212 0 -1 64 29192 0 0 0 425 29 0 0 16 0 9 0 2002835456 889360384 28650 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3314/tid=3317] ppid=3313 vsize=868516 CPUtime=0
/proc/3314/task/3317/stat : 3317 (java) S 3313 3300 1212 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002835457 889360384 28650 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3314/tid=3318] ppid=3313 vsize=868516 CPUtime=0
/proc/3314/task/3318/stat : 3318 (java) S 3313 3300 1212 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002835457 889360384 28650 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3314/tid=3319] ppid=3313 vsize=868516 CPUtime=0
/proc/3314/task/3319/stat : 3319 (java) S 3313 3300 1212 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002835459 889360384 28650 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3314/tid=3320] ppid=3313 vsize=868516 CPUtime=0.31
/proc/3314/task/3320/stat : 3320 (java) S 3313 3300 1212 0 -1 64 1485 0 0 0 30 1 0 0 15 0 9 0 2002835459 889360384 28650 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3314/tid=3321] ppid=3313 vsize=868516 CPUtime=0
/proc/3314/task/3321/stat : 3321 (java) S 3313 3300 1212 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002835459 889360384 28650 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3314/tid=3322] ppid=3313 vsize=868516 CPUtime=0
/proc/3314/task/3322/stat : 3322 (java) S 3313 3300 1212 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002835459 889360384 28650 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 159.95
Current children cumulated vsize (KiB) 887472

[startup+222.301 s]
/proc/loadavg: 2.39 2.17 2.06 3/83 3322
/proc/meminfo: memFree=330952/2055920 swapFree=4179464/4192956
[pid=3300] ppid=3298 vsize=13600 CPUtime=1.39
/proc/3300/stat : 3300 (sugar) S 3298 3300 1212 0 -1 4194304 974 11183 0 1 3 1 129 6 16 0 1 0 2002835307 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3300/statm: 3400 797 370 3 0 500 0
[pid=3313] ppid=3300 vsize=5356 CPUtime=0
/proc/3313/stat : 3313 (sh) S 3300 3300 1212 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002835454 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3313/statm: 1339 233 193 169 0 50 0
[pid=3314] ppid=3313 vsize=868516 CPUtime=217.38
/proc/3314/stat : 3314 (java) S 3313 3300 1212 0 -1 0 39116 0 1 0 21003 735 0 0 18 0 9 0 2002835454 889360384 28650 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3314/statm: 217129 28650 2566 9 0 211676 0
[pid=3314/tid=3315] ppid=3313 vsize=868516 CPUtime=211.7
/proc/3314/task/3315/stat : 3315 (java) R 3313 3300 1212 0 -1 64 7742 0 1 0 20475 695 0 0 25 0 9 0 2002835455 889360384 28650 996147200 134512640 134550740 4294955952 18446744073709551615 4126874798 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3314/tid=3316] ppid=3313 vsize=868516 CPUtime=5.34
/proc/3314/task/3316/stat : 3316 (java) S 3313 3300 1212 0 -1 64 29192 0 0 0 496 38 0 0 16 0 9 0 2002835456 889360384 28650 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3314/tid=3317] ppid=3313 vsize=868516 CPUtime=0
/proc/3314/task/3317/stat : 3317 (java) S 3313 3300 1212 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002835457 889360384 28650 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3314/tid=3318] ppid=3313 vsize=868516 CPUtime=0
/proc/3314/task/3318/stat : 3318 (java) S 3313 3300 1212 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002835457 889360384 28650 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3314/tid=3319] ppid=3313 vsize=868516 CPUtime=0
/proc/3314/task/3319/stat : 3319 (java) S 3313 3300 1212 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002835459 889360384 28650 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3314/tid=3320] ppid=3313 vsize=868516 CPUtime=0.31
/proc/3314/task/3320/stat : 3320 (java) S 3313 3300 1212 0 -1 64 1485 0 0 0 30 1 0 0 15 0 9 0 2002835459 889360384 28650 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3314/tid=3321] ppid=3313 vsize=868516 CPUtime=0
/proc/3314/task/3321/stat : 3321 (java) S 3313 3300 1212 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002835459 889360384 28650 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3314/tid=3322] ppid=3313 vsize=868516 CPUtime=0
/proc/3314/task/3322/stat : 3322 (java) S 3313 3300 1212 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002835459 889360384 28650 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 218.77
Current children cumulated vsize (KiB) 887472



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+243.301 s]
/proc/loadavg: 2.25 2.15 2.06 3/75 3324
/proc/meminfo: memFree=16136/2055920 swapFree=4179464/4192956
[pid=3300] ppid=3298 vsize=13600 CPUtime=228.82
/proc/3300/stat : 3300 (sugar) S 3298 3300 1212 0 -1 4194304 1033 50837 0 2 4 1 22085 792 16 0 1 0 2002835307 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3300/statm: 3400 799 370 3 0 500 0
[pid=3323] ppid=3300 vsize=5356 CPUtime=0
/proc/3323/stat : 3323 (sh) S 3300 3300 1212 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002858564 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3323/statm: 1339 232 193 169 0 50 0
[pid=3324] ppid=3323 vsize=910844 CPUtime=10.28
/proc/3324/stat : 3324 (minisat) R 3323 3300 1212 0 -1 4194304 212382 0 0 0 897 131 0 0 25 0 1 0 2002858565 932704256 212368 996147200 134512640 135127466 4294956256 18446744073709551615 134514057 0 0 4096 3 0 0 0 17 1 0 0
/proc/3324/statm: 227711 212368 62 150 0 227558 0
Current children cumulated CPU time (s) 239.1
Current children cumulated vsize (KiB) 929800

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

[startup+243.42 s]
/proc/loadavg: 2.25 2.15 2.06 3/75 3324
/proc/meminfo: memFree=16136/2055920 swapFree=4179464/4192956
[pid=3300] ppid=3298 vsize=13600 CPUtime=228.82
/proc/3300/stat : 3300 (sugar) S 3298 3300 1212 0 -1 4194304 1044 50837 0 2 4 1 22085 792 16 0 1 0 2002835307 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/3300/statm: 3400 799 370 3 0 500 0
[pid=3323] ppid=3300 vsize=0 CPUtime=0
/proc/3323/stat : 3323 (sh) Z 3300 3300 1212 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 2002858564 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/3323/statm: 0 0 0 0 0 0 0
[pid=3324] ppid=1 vsize=0 CPUtime=10.39
/proc/3324/stat : 3324 (minisat) R 1 3300 1212 0 -1 4195332 212382 0 0 0 897 142 0 0 25 0 1 0 2002858565 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/3324/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 239.21
Current children cumulated vsize (KiB) 13600

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

[startup+243.502 s]
/proc/loadavg: 2.25 2.15 2.06 3/75 3324
/proc/meminfo: memFree=16136/2055920 swapFree=4179464/4192956
[pid=3300] ppid=3298 vsize=13600 CPUtime=228.84
/proc/3300/stat : 3300 (sugar) R 3298 3300 1212 0 -1 4194304 1069 51114 0 2 4 3 22085 792 16 0 1 0 2002835307 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 214920041513 0 0 4224 16386 0 0 0 17 1 0 0
/proc/3300/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 228.84
Current children cumulated vsize (KiB) 13600

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

[startup+243.801 s]
/proc/loadavg: 2.25 2.15 2.06 3/75 3324
/proc/meminfo: memFree=16136/2055920 swapFree=4179464/4192956
[pid=3300] ppid=3298 vsize=13600 CPUtime=229.14
/proc/3300/stat : 3300 (sugar) R 3298 3300 1212 0 -1 4194304 1069 51114 0 2 4 33 22085 792 18 0 1 0 2002835307 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 214920041513 0 0 4224 16386 0 0 0 17 1 0 0
/proc/3300/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 229.14
Current children cumulated vsize (KiB) 13600

[startup+244.206 s]
/proc/loadavg: 2.25 2.15 2.06 2/74 3325
/proc/meminfo: memFree=1905424/2055920 swapFree=4179464/4192956
[pid=3300] ppid=3298 vsize=13600 CPUtime=229.37
/proc/3300/stat : 3300 (sugar) D 3298 3300 1212 0 -1 4194304 1069 51114 0 2 4 56 22085 792 18 0 1 0 2002835307 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 214920041513 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/3300/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 229.37
Current children cumulated vsize (KiB) 13600

[startup+244.301 s]
/proc/loadavg: 2.25 2.15 2.06 2/74 3325
/proc/meminfo: memFree=1905424/2055920 swapFree=4179464/4192956
[pid=3300] ppid=3298 vsize=13600 CPUtime=229.37
/proc/3300/stat : 3300 (sugar) D 3298 3300 1212 0 -1 4194304 1069 51114 0 2 4 56 22085 792 18 0 1 0 2002835307 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 214920041513 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/3300/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 229.37
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): 10.37
#  lost CPU user time (s): 8.97
#  lost CPU system time (s): 1.4

Real time (s): 244.319
CPU time (s): 239.755
CPU user time (s): 229.865
CPU system time (s): 9.88971
CPU usage (%): 98.1318
Max. virtual memory (cumulated for all children) (KiB): 929800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 220.895
system time used= 8.48971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52214
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= 36771
involuntary context switches= 37825

runsolver used 0.272958 second user time and 0.885865 second system time

The end

Launcher Data (download as text)

Begin job on node10 at 2008-07-05 08:16:44
IDJOB=1086297
IDBENCH=57794
IDSOLVER=346
FILE ID=node10/1086297-1215238604
PBS_JOBID= 7881869
Free space on /tmp= 66504 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp11/normalized-fapp11-1000-6.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1086297-1215238604/watcher-1086297-1215238604 -o /tmp/evaluation-result-1086297-1215238604/solver-1086297-1215238604 -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/minisat" -tmp="HOME/temp" HOME/instance-1086297-1215238604.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7db336713358debe85f4357efdd6517c
RANDOM SEED=1672895692

node10.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.229
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.229
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:       1625152 kB
Buffers:         63864 kB
Cached:         230040 kB
SwapCached:       7540 kB
Active:         219648 kB
Inactive:       150964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1625152 kB
SwapTotal:     4192956 kB
SwapFree:      4179464 kB
Dirty:            3332 kB
Writeback:           0 kB
Mapped:          84228 kB
Slab:            44996 kB
Committed_AS:  3531672 kB
PageTables:       2128 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= 66504 MiB
End job on node10 at 2008-07-05 08:20:50