Trace number 2083500

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.14.6+picosat? (MO) 565.149 574.021

General information on the benchmark

Namecsp/fapp/fapp35/
normalized-fapp35-1500-4.xml
MD5SUMe176f03acbb8fde17171aab729aed488
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 benchmark30.8693
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of constraints22067
Maximum constraint arity2
Maximum domain size698
Number of constraints which are defined in extension0
Number of constraints which are defined in intension22067
Global constraints used (with number of constraints)

Solver Data

0.05/0.31	c 0	Sugar v1-14-6 + HOME/picosat
0.05/0.31	c 0	BEGIN Sun Jul 12 07:44:49 2009
0.05/0.31	c 0	PID 25179
0.05/0.32	c 0	HOST node52.alineos.net
0.05/0.32	c 0	CONVERTING HOME/instance-2083500-1247377488.xml TO HOME/temp.csp
0.05/0.32	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083500-1247377488.xml' 'HOME/temp.csp'
1.35/1.87	c 1	17 domains, 1500 variables, 8 predicates, 0 relations, 22067 constraints
1.35/1.89	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.35/1.89	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.45/1.97	c 1	Parsing HOME/temp.csp
1.64/2.16	c 2	parsed 10000 expressions
1.83/2.39	c 2	parsed 20000 expressions
1.93/2.43	c 2	parsed 23592 expressions
1.93/2.44	c 2	Heap : 9 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.93/2.45	c 2	Converting to clausal form CSP
4.70/5.22	c 5	converted 2360 (10%) expressions
10.62/11.21	c 11	converted 4719 (20%) expressions
15.27/15.99	c 15	converted 7078 (30%) expressions
20.22/20.97	c 20	converted 9437 (40%) expressions
24.67/25.47	c 25	converted 11796 (50%) expressions
29.11/29.97	c 29	converted 14156 (60%) expressions
33.76/34.69	c 34	converted 16515 (70%) expressions
37.82/38.77	c 38	converted 18874 (80%) expressions
41.50/42.44	c 42	converted 21233 (90%) expressions
44.98/45.93	c 45	converted 23592 (100%) expressions
44.98/45.93	c 45	CSP : 3955 integers, 63184 booleans, 136596 clauses, largest domain size 2377
44.98/45.93	c 45	Heap : 98 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
44.98/45.93	c 45	Propagation in CSP
47.29/48.23	c 48	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
47.29/48.24	c 48	CSP : 3955 integers, 63184 booleans, 136596 clauses, largest domain size 2377
47.29/48.24	c 48	Heap : 95 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
47.29/48.28	c 48	Simplifing CSP by introducing new Boolean variables
48.09/49.05	c 49	CSP : 3955 integers, 110588 booleans, 184000 clauses, largest domain size 2377
48.09/49.05	c 49	Heap : 113 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
48.79/49.71	c 49	Encoding CSP to SAT : HOME/temp.cnf
55.89/56.85	c 56	396 (10%) CSP integer variables are encoded (218754 clauses, 3497059 bytes)
63.08/64.10	c 64	791 (20%) CSP integer variables are encoded (441840 clauses, 7289521 bytes)
70.26/71.29	c 71	1187 (30%) CSP integer variables are encoded (663759 clauses, 11062144 bytes)
76.37/77.33	c 77	1582 (40%) CSP integer variables are encoded (1032379 clauses, 17396577 bytes)
77.35/78.36	c 78	1978 (50%) CSP integer variables are encoded (1910269 clauses, 34076487 bytes)
78.34/79.34	c 79	2373 (60%) CSP integer variables are encoded (2753116 clauses, 50090580 bytes)
79.36/80.42	c 80	2769 (70%) CSP integer variables are encoded (3616108 clauses, 66487428 bytes)
80.26/81.40	c 81	3164 (80%) CSP integer variables are encoded (4455057 clauses, 82427459 bytes)
81.25/82.39	c 82	3560 (90%) CSP integer variables are encoded (5309065 clauses, 98653611 bytes)
82.23/83.37	c 83	3955 (100%) CSP integer variables are encoded (6153042 clauses, 114689174 bytes)
127.60/128.98	c 128	18400 (10%) CSP clauses are encoded (11968031 clauses, 266221334 bytes)
167.78/169.38	c 169	36800 (20%) CSP clauses are encoded (17855477 clauses, 422567447 bytes)
204.11/205.94	c 205	55200 (30%) CSP clauses are encoded (23542440 clauses, 574548517 bytes)
243.78/246.33	c 246	73600 (40%) CSP clauses are encoded (29678284 clauses, 739345050 bytes)
281.78/284.58	c 284	92000 (50%) CSP clauses are encoded (35553359 clauses, 897179764 bytes)
319.65/322.61	c 322	110400 (60%) CSP clauses are encoded (41776820 clauses, 1064748500 bytes)
356.65/359.89	c 359	128800 (70%) CSP clauses are encoded (47876662 clauses, 1229420305 bytes)
392.85/396.50	c 396	147200 (80%) CSP clauses are encoded (53954251 clauses, 1393064008 bytes)
431.56/435.93	c 435	165600 (90%) CSP clauses are encoded (60051031 clauses, 1557996469 bytes)
468.99/474.05	c 474	184000 (100%) CSP clauses are encoded (66068277 clauses, 1720899769 bytes)
468.99/474.05	c 474	184000 CSP clauses encoded
468.99/474.06	c 474	Writing map file : HOME/temp.map
469.23/474.36	c 474	Heap : 91 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
469.23/474.36	c 474	SAT : 6267585 SAT variables, 66068277 SAT clauses, 1720899769 bytes
469.23/474.36	c 474	Heap : 91 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
469.28/474.44	c 474	SOLVING HOME/temp.cnf
469.28/474.44	c 474	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
564.58/571.41	c ERROR INTERRUPTED
564.68/571.56	s UNKNOWN
564.68/571.56	c 571	CPU 469.33 (0.06 0.02 458.89 10.36)
564.68/571.56	c 571	END Sun Jul 12 07:54:20 2009

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2083500-1247377488/watcher-2083500-1247377488 -o /tmp/evaluation-result-2083500-1247377488/solver-2083500-1247377488 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2083500-1247377488.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.03 2.50 2.19 4/82 25179
/proc/meminfo: memFree=1541752/2055920 swapFree=4192812/4192956
[pid=25179] ppid=25177 vsize=18576 CPUtime=0
/proc/25179/stat : 25179 (runsolver) R 25177 25179 19512 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24812309 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 273653755175 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25179/statm: 4644 284 249 26 0 2626 0

[startup+0.0643739 s]
/proc/loadavg: 3.03 2.50 2.19 4/82 25179
/proc/meminfo: memFree=1541752/2055920 swapFree=4192812/4192956
[pid=25179] ppid=25177 vsize=12272 CPUtime=0
/proc/25179/stat : 25179 (sugar) D 25177 25179 19512 0 -1 4194304 362 0 0 0 0 0 0 0 18 0 1 0 24812309 12566528 330 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/25179/statm: 3068 330 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101379 s]
/proc/loadavg: 3.03 2.50 2.19 4/82 25179
/proc/meminfo: memFree=1541752/2055920 swapFree=4192812/4192956
[pid=25179] ppid=25177 vsize=12272 CPUtime=0
/proc/25179/stat : 25179 (sugar) D 25177 25179 19512 0 -1 4194304 400 0 0 0 0 0 0 0 18 0 1 0 24812309 12566528 368 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/25179/statm: 3068 368 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301401 s]
/proc/loadavg: 3.03 2.50 2.19 4/82 25179
/proc/meminfo: memFree=1541752/2055920 swapFree=4192812/4192956
[pid=25179] ppid=25177 vsize=16344 CPUtime=0.05
/proc/25179/stat : 25179 (sugar) R 25177 25179 19512 0 -1 4194304 985 0 0 0 3 2 0 0 18 0 1 0 24812309 16736256 953 996147200 4194304 4206940 548682068608 18446744073709551615 273653600993 0 0 4224 0 0 0 0 17 0 0 0
/proc/25179/statm: 4086 953 380 3 0 665 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16344

[startup+0.70142 s]
/proc/loadavg: 3.03 2.50 2.19 4/82 25179
/proc/meminfo: memFree=1541752/2055920 swapFree=4192812/4192956
[pid=25179] ppid=25177 vsize=16868 CPUtime=0.06
/proc/25179/stat : 25179 (sugar) S 25177 25179 19512 0 -1 4194304 1227 128 0 0 4 2 0 0 18 0 1 0 24812309 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25179/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50248 s]
/proc/loadavg: 3.03 2.50 2.19 3/93 25191
/proc/meminfo: memFree=1512224/2055920 swapFree=4192812/4192956
[pid=25179] ppid=25177 vsize=16868 CPUtime=0.06
/proc/25179/stat : 25179 (sugar) S 25177 25179 19512 0 -1 4194304 1227 128 0 0 4 2 0 0 18 0 1 0 24812309 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25179/statm: 4217 1111 409 3 0 796 0
[pid=25182] ppid=25179 vsize=5356 CPUtime=0
/proc/25182/stat : 25182 (sh) S 25179 25179 19512 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24812342 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25182/statm: 1339 233 193 169 0 50 0
[pid=25183] ppid=25182 vsize=864776 CPUtime=1
/proc/25183/stat : 25183 (java) S 25182 25179 19512 0 -1 0 13093 0 1 0 93 7 0 0 18 0 9 0 24812342 885530624 11128 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25183/statm: 216194 11129 2556 9 0 210706 0
[pid=25183/tid=25184] ppid=25182 vsize=864776 CPUtime=0.48
/proc/25183/task/25184/stat : 25184 (java) R 25182 25179 19512 0 -1 64 3049 0 1 0 46 2 0 0 25 0 9 0 24812347 885530624 11130 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25183/tid=25185] ppid=25182 vsize=864776 CPUtime=0.38
/proc/25183/task/25185/stat : 25185 (java) R 25182 25179 19512 0 -1 64 8832 0 0 0 35 3 0 0 16 0 9 0 24812358 885530624 11131 996147200 134512640 134550932 4294955984 18446744073709551615 102546957 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25183/tid=25186] ppid=25182 vsize=864776 CPUtime=0
/proc/25183/task/25186/stat : 25186 (java) S 25182 25179 19512 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24812358 885530624 11133 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25183/tid=25187] ppid=25182 vsize=864776 CPUtime=0
/proc/25183/task/25187/stat : 25187 (java) S 25182 25179 19512 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24812358 885530624 11134 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25183/tid=25188] ppid=25182 vsize=864776 CPUtime=0
/proc/25183/task/25188/stat : 25188 (java) S 25182 25179 19512 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 24812362 885530624 11135 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25183/tid=25189] ppid=25182 vsize=864776 CPUtime=0.11
/proc/25183/task/25189/stat : 25189 (java) S 25182 25179 19512 0 -1 64 511 0 0 0 11 0 0 0 16 0 9 0 24812362 885530624 11137 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25183/tid=25190] ppid=25182 vsize=864776 CPUtime=0
/proc/25183/task/25190/stat : 25190 (java) S 25182 25179 19512 0 -1 64 0 0 0 0 0 0 0 0 22 0 9 0 24812362 885530624 11138 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25183/tid=25191] ppid=25182 vsize=864776 CPUtime=0
/proc/25183/task/25191/stat : 25191 (java) S 25182 25179 19512 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24812362 885530624 11139 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 887000

[startup+3.10158 s]
/proc/loadavg: 3.03 2.50 2.19 3/93 25201
/proc/meminfo: memFree=1513944/2055920 swapFree=4192812/4192956
[pid=25179] ppid=25177 vsize=16868 CPUtime=1.45
/proc/25179/stat : 25179 (sugar) S 25177 25179 19512 0 -1 4194304 1309 14346 0 1 5 2 129 9 15 0 1 0 24812309 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25179/statm: 4217 1111 409 3 0 796 0
[pid=25192] ppid=25179 vsize=5356 CPUtime=0
/proc/25192/stat : 25192 (sh) S 25179 25179 19512 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24812499 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25192/statm: 1339 233 193 169 0 50 0
[pid=25193] ppid=25192 vsize=868556 CPUtime=1.18
/proc/25193/stat : 25193 (java) S 25192 25179 19512 0 -1 0 8910 0 1 0 113 5 0 0 18 0 9 0 24812499 889401344 8006 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25193/statm: 217139 8006 2569 9 0 211644 0
[pid=25193/tid=25194] ppid=25192 vsize=868556 CPUtime=0.78
/proc/25193/task/25194/stat : 25194 (java) R 25192 25179 19512 0 -1 64 2630 0 1 0 77 1 0 0 25 0 9 0 24812500 889401344 8006 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25193/tid=25195] ppid=25192 vsize=868556 CPUtime=0.21
/proc/25193/task/25195/stat : 25195 (java) S 25192 25179 19512 0 -1 64 4113 0 0 0 19 2 0 0 16 0 9 0 24812501 889401344 8006 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25193/tid=25196] ppid=25192 vsize=868556 CPUtime=0
/proc/25193/task/25196/stat : 25196 (java) S 25192 25179 19512 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24812502 889401344 8006 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25193/tid=25197] ppid=25192 vsize=868556 CPUtime=0
/proc/25193/task/25197/stat : 25197 (java) S 25192 25179 19512 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24812502 889401344 8006 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25193/tid=25198] ppid=25192 vsize=868556 CPUtime=0
/proc/25193/task/25198/stat : 25198 (java) S 25192 25179 19512 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24812504 889401344 8006 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25193/tid=25199] ppid=25192 vsize=868556 CPUtime=0.16
/proc/25193/task/25199/stat : 25199 (java) R 25192 25179 19512 0 -1 64 1464 0 0 0 16 0 0 0 16 0 9 0 24812504 889401344 8006 996147200 134512640 134550932 4294955936 18446744073709551615 101937918 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25193/tid=25200] ppid=25192 vsize=868556 CPUtime=0
/proc/25193/task/25200/stat : 25200 (java) S 25192 25179 19512 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24812504 889401344 8006 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25193/tid=25201] ppid=25192 vsize=868556 CPUtime=0
/proc/25193/task/25201/stat : 25201 (java) S 25192 25179 19512 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24812504 889401344 8006 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.63
Current children cumulated vsize (KiB) 890780

[startup+6.3028 s]
/proc/loadavg: 3.03 2.51 2.19 3/93 25201
/proc/meminfo: memFree=1469464/2055920 swapFree=4192812/4192956
[pid=25179] ppid=25177 vsize=16868 CPUtime=1.45
/proc/25179/stat : 25179 (sugar) S 25177 25179 19512 0 -1 4194304 1309 14346 0 1 5 2 129 9 16 0 1 0 24812309 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25179/statm: 4217 1111 409 3 0 796 0
[pid=25192] ppid=25179 vsize=5356 CPUtime=0
/proc/25192/stat : 25192 (sh) S 25179 25179 19512 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24812499 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25192/statm: 1339 233 193 169 0 50 0
[pid=25193] ppid=25192 vsize=868640 CPUtime=4.34
/proc/25193/stat : 25193 (java) S 25192 25179 19512 0 -1 0 10747 0 1 0 426 8 0 0 18 0 9 0 24812499 889487360 9496 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25193/statm: 217160 9496 2567 9 0 211665 0
[pid=25193/tid=25194] ppid=25192 vsize=868640 CPUtime=3.59
/proc/25193/task/25194/stat : 25194 (java) R 25192 25179 19512 0 -1 64 2992 0 1 0 357 2 0 0 25 0 9 0 24812500 889487360 9496 996147200 134512640 134550932 4294955936 18446744073709551615 4126448547 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25193/tid=25195] ppid=25192 vsize=868640 CPUtime=0.52
/proc/25193/task/25195/stat : 25195 (java) S 25192 25179 19512 0 -1 64 5569 0 0 0 48 4 0 0 16 0 9 0 24812501 889487360 9496 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25193/tid=25196] ppid=25192 vsize=868640 CPUtime=0
/proc/25193/task/25196/stat : 25196 (java) S 25192 25179 19512 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24812502 889487360 9496 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25193/tid=25197] ppid=25192 vsize=868640 CPUtime=0
/proc/25193/task/25197/stat : 25197 (java) S 25192 25179 19512 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24812502 889487360 9496 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25193/tid=25198] ppid=25192 vsize=868640 CPUtime=0
/proc/25193/task/25198/stat : 25198 (java) S 25192 25179 19512 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24812504 889487360 9496 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25193/tid=25199] ppid=25192 vsize=868640 CPUtime=0.2
/proc/25193/task/25199/stat : 25199 (java) S 25192 25179 19512 0 -1 64 1483 0 0 0 20 0 0 0 15 0 9 0 24812504 889487360 9496 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25193/tid=25200] ppid=25192 vsize=868640 CPUtime=0
/proc/25193/task/25200/stat : 25200 (java) S 25192 25179 19512 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24812504 889487360 9496 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25193/tid=25201] ppid=25192 vsize=868640 CPUtime=0
/proc/25193/task/25201/stat : 25201 (java) S 25192 25179 19512 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24812504 889487360 9496 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.79
Current children cumulated vsize (KiB) 890864

[startup+12.7012 s]
/proc/loadavg: 3.03 2.52 2.20 3/93 25201
/proc/meminfo: memFree=1406936/2055920 swapFree=4192812/4192956
[pid=25179] ppid=25177 vsize=16868 CPUtime=1.45
/proc/25179/stat : 25179 (sugar) S 25177 25179 19512 0 -1 4194304 1309 14346 0 1 5 2 129 9 16 0 1 0 24812309 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25179/statm: 4217 1111 409 3 0 796 0
[pid=25192] ppid=25179 vsize=5356 CPUtime=0
/proc/25192/stat : 25192 (sh) S 25179 25179 19512 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24812499 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25192/statm: 1339 233 193 169 0 50 0
[pid=25193] ppid=25192 vsize=868640 CPUtime=10.66
/proc/25193/stat : 25193 (java) S 25192 25179 19512 0 -1 0 15310 0 1 0 1050 16 0 0 18 0 9 0 24812499 889487360 12431 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25193/statm: 217160 12431 2569 9 0 211665 0
[pid=25193/tid=25194] ppid=25192 vsize=868640 CPUtime=9.26
/proc/25193/task/25194/stat : 25194 (java) R 25192 25179 19512 0 -1 64 3522 0 1 0 920 6 0 0 25 0 9 0 24812500 889487360 12431 996147200 134512640 134550932 4294955936 18446744073709551615 4126583280 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25193/tid=25195] ppid=25192 vsize=868640 CPUtime=1.16
/proc/25193/task/25195/stat : 25195 (java) S 25192 25179 19512 0 -1 64 9598 0 0 0 108 8 0 0 16 0 9 0 24812501 889487360 12431 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25193/tid=25196] ppid=25192 vsize=868640 CPUtime=0
/proc/25193/task/25196/stat : 25196 (java) S 25192 25179 19512 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24812502 889487360 12431 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25193/tid=25197] ppid=25192 vsize=868640 CPUtime=0
/proc/25193/task/25197/stat : 25197 (java) S 25192 25179 19512 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24812502 889487360 12431 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25193/tid=25198] ppid=25192 vsize=868640 CPUtime=0
/proc/25193/task/25198/stat : 25198 (java) S 25192 25179 19512 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24812504 889487360 12431 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25193/tid=25199] ppid=25192 vsize=868640 CPUtime=0.21
/proc/25193/task/25199/stat : 25199 (java) S 25192 25179 19512 0 -1 64 1487 0 0 0 21 0 0 0 16 0 9 0 24812504 889487360 12431 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25193/tid=25200] ppid=25192 vsize=868640 CPUtime=0
/proc/25193/task/25200/stat : 25200 (java) S 25192 25179 19512 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24812504 889487360 12431 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25193/tid=25201] ppid=25192 vsize=868640 CPUtime=0
/proc/25193/task/25201/stat : 25201 (java) S 25192 25179 19512 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24812504 889487360 12431 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.11
Current children cumulated vsize (KiB) 890864

[startup+25.5021 s]
/proc/loadavg: 3.02 2.54 2.21 3/93 25201
/proc/meminfo: memFree=1281944/2055920 swapFree=4192812/4192956
[pid=25179] ppid=25177 vsize=16868 CPUtime=1.45
/proc/25179/stat : 25179 (sugar) S 25177 25179 19512 0 -1 4194304 1309 14346 0 1 5 2 129 9 16 0 1 0 24812309 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25179/statm: 4217 1111 409 3 0 796 0
[pid=25192] ppid=25179 vsize=5356 CPUtime=0
/proc/25192/stat : 25192 (sh) S 25179 25179 19512 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24812499 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25192/statm: 1339 233 193 169 0 50 0
[pid=25193] ppid=25192 vsize=868640 CPUtime=23.31
/proc/25193/stat : 25193 (java) S 25192 25179 19512 0 -1 0 23868 0 1 0 2306 25 0 0 18 0 9 0 24812499 889487360 19311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25193/statm: 217160 19311 2569 9 0 211665 0
[pid=25193/tid=25194] ppid=25192 vsize=868640 CPUtime=20.81
/proc/25193/task/25194/stat : 25194 (java) R 25192 25179 19512 0 -1 64 4173 0 1 0 2072 9 0 0 25 0 9 0 24812500 889487360 19311 996147200 134512640 134550932 4294955936 18446744073709551615 4126586260 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25193/tid=25195] ppid=25192 vsize=868640 CPUtime=2.25
/proc/25193/task/25195/stat : 25195 (java) S 25192 25179 19512 0 -1 64 17499 0 0 0 211 14 0 0 16 0 9 0 24812501 889487360 19311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25193/tid=25196] ppid=25192 vsize=868640 CPUtime=0
/proc/25193/task/25196/stat : 25196 (java) S 25192 25179 19512 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24812502 889487360 19311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25193/tid=25197] ppid=25192 vsize=868640 CPUtime=0
/proc/25193/task/25197/stat : 25197 (java) S 25192 25179 19512 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24812502 889487360 19311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25193/tid=25198] ppid=25192 vsize=868640 CPUtime=0

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

/proc/25193/task/25194/stat : 25194 (java) R 25192 25179 19512 0 -1 64 8636 0 1 0 38176 798 0 0 25 0 9 0 24812500 889602048 34856 996147200 134512640 134550932 4294955936 18446744073709551615 4126913499 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25193/tid=25195] ppid=25192 vsize=868752 CPUtime=7.02
/proc/25193/task/25195/stat : 25195 (java) S 25192 25179 19512 0 -1 64 35409 0 0 0 658 44 0 0 16 0 9 0 24812501 889602048 34856 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25193/tid=25196] ppid=25192 vsize=868752 CPUtime=0
/proc/25193/task/25196/stat : 25196 (java) S 25192 25179 19512 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24812502 889602048 34856 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25193/tid=25197] ppid=25192 vsize=868752 CPUtime=0
/proc/25193/task/25197/stat : 25197 (java) S 25192 25179 19512 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24812502 889602048 34856 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25193/tid=25198] ppid=25192 vsize=868752 CPUtime=0
/proc/25193/task/25198/stat : 25198 (java) S 25192 25179 19512 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24812504 889602048 34856 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25193/tid=25199] ppid=25192 vsize=868752 CPUtime=0.31
/proc/25193/task/25199/stat : 25199 (java) S 25192 25179 19512 0 -1 64 1545 0 0 0 30 1 0 0 16 0 9 0 24812504 889602048 34856 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25193/tid=25200] ppid=25192 vsize=868752 CPUtime=0
/proc/25193/task/25200/stat : 25200 (java) S 25192 25179 19512 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24812504 889602048 34856 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25193/tid=25201] ppid=25192 vsize=868752 CPUtime=0
/proc/25193/task/25201/stat : 25201 (java) S 25192 25179 19512 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24812504 889602048 34856 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 398.55
Current children cumulated vsize (KiB) 890976

[startup+462.303 s]
/proc/loadavg: 2.16 2.26 2.18 3/91 25241
/proc/meminfo: memFree=16232/2055920 swapFree=4192812/4192956
[pid=25179] ppid=25177 vsize=16868 CPUtime=1.45
/proc/25179/stat : 25179 (sugar) S 25177 25179 19512 0 -1 4194304 1310 14346 0 1 5 2 129 9 16 0 1 0 24812309 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25179/statm: 4217 1111 409 3 0 796 0
[pid=25192] ppid=25179 vsize=5356 CPUtime=0
/proc/25192/stat : 25192 (sh) S 25179 25179 19512 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24812499 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25192/statm: 1339 233 193 169 0 50 0
[pid=25193] ppid=25192 vsize=868752 CPUtime=456.03
/proc/25193/stat : 25193 (java) S 25192 25179 19512 0 -1 0 46777 0 1 0 44609 994 0 0 18 0 9 0 24812499 889602048 34856 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25193/statm: 217188 34856 2593 9 0 211665 0
[pid=25193/tid=25194] ppid=25192 vsize=868752 CPUtime=448.3
/proc/25193/task/25194/stat : 25194 (java) R 25192 25179 19512 0 -1 64 9120 0 1 0 43886 944 0 0 25 0 9 0 24812500 889602048 34856 996147200 134512640 134550932 4294955936 18446744073709551615 4126597368 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25193/tid=25195] ppid=25192 vsize=868752 CPUtime=7.39
/proc/25193/task/25195/stat : 25195 (java) S 25192 25179 19512 0 -1 64 35409 0 0 0 691 48 0 0 16 0 9 0 24812501 889602048 34856 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25193/tid=25196] ppid=25192 vsize=868752 CPUtime=0
/proc/25193/task/25196/stat : 25196 (java) S 25192 25179 19512 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24812502 889602048 34856 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25193/tid=25197] ppid=25192 vsize=868752 CPUtime=0
/proc/25193/task/25197/stat : 25197 (java) S 25192 25179 19512 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24812502 889602048 34856 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25193/tid=25198] ppid=25192 vsize=868752 CPUtime=0
/proc/25193/task/25198/stat : 25198 (java) S 25192 25179 19512 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24812504 889602048 34856 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25193/tid=25199] ppid=25192 vsize=868752 CPUtime=0.31
/proc/25193/task/25199/stat : 25199 (java) S 25192 25179 19512 0 -1 64 1545 0 0 0 30 1 0 0 16 0 9 0 24812504 889602048 34856 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25193/tid=25200] ppid=25192 vsize=868752 CPUtime=0
/proc/25193/task/25200/stat : 25200 (java) S 25192 25179 19512 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24812504 889602048 34856 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25193/tid=25201] ppid=25192 vsize=868752 CPUtime=0
/proc/25193/task/25201/stat : 25201 (java) S 25192 25179 19512 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24812504 889602048 34856 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 457.48
Current children cumulated vsize (KiB) 890976

[startup+522.302 s]
/proc/loadavg: 2.06 2.21 2.17 3/83 25243
/proc/meminfo: memFree=14952/2055920 swapFree=4192812/4192956
[pid=25179] ppid=25177 vsize=16868 CPUtime=469.33
/proc/25179/stat : 25179 (sugar) S 25177 25179 19512 0 -1 4194304 1366 61535 0 2 6 2 45889 1036 16 0 1 0 24812309 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25179/statm: 4217 1114 409 3 0 796 0
[pid=25242] ppid=25179 vsize=5356 CPUtime=0
/proc/25242/stat : 25242 (sh) S 25179 25179 19512 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24859754 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25242/statm: 1339 232 193 169 0 50 0
[pid=25243] ppid=25242 vsize=713896 CPUtime=46.69
/proc/25243/stat : 25243 (picosat) R 25242 25179 19512 0 -1 4194304 145407 0 4 0 2135 2534 0 0 25 0 1 0 24859760 731029504 145397 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/25243/statm: 178474 145397 40 102 0 178369 0
Current children cumulated CPU time (s) 516.02
Current children cumulated vsize (KiB) 736120



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+571.402 s]
/proc/loadavg: 2.02 2.17 2.16 2/71 25245
/proc/meminfo: memFree=529864/2055920 swapFree=4192812/4192956
[pid=25179] ppid=25177 vsize=16868 CPUtime=469.33
/proc/25179/stat : 25179 (sugar) S 25177 25179 19512 0 -1 4194304 1366 61535 0 2 6 2 45889 1036 16 0 1 0 24812309 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25179/statm: 4217 1114 409 3 0 796 0
[pid=25242] ppid=25179 vsize=5356 CPUtime=0
/proc/25242/stat : 25242 (sh) S 25179 25179 19512 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24859754 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25242/statm: 1339 232 193 169 0 50 0
[pid=25243] ppid=25242 vsize=899584 CPUtime=95.25
/proc/25243/stat : 25243 (picosat) D 25242 25179 19512 0 -1 4194304 188904 0 4 0 4376 5149 0 0 25 0 1 0 24859760 921174016 188894 996147200 134512640 134931368 4294956256 18446744073709551615 134604413 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/25243/statm: 224896 188894 40 102 0 224791 0
Current children cumulated CPU time (s) 564.58
Current children cumulated vsize (KiB) 921808

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

############
# WARNING:
# current cumulated CPU time (469.33 s) is less than in the last sample (564.68 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (95.35 s) to the 'lost time'.

[startup+571.519 s]
/proc/loadavg: 2.02 2.17 2.16 2/71 25245
/proc/meminfo: memFree=529864/2055920 swapFree=4192812/4192956
[pid=25179] ppid=25177 vsize=16868 CPUtime=469.33
/proc/25179/stat : 25179 (sugar) S 25177 25179 19512 0 -1 4194304 1395 61535 0 2 6 2 45889 1036 16 0 1 0 24812309 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/25179/statm: 4217 1114 409 3 0 796 0
[pid=25242] ppid=25179 vsize=0 CPUtime=0
/proc/25242/stat : 25242 (sh) Z 25179 25179 19512 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 24859754 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/25242/statm: 0 0 0 0 0 0 0
[pid=25243] ppid=1 vsize=0 CPUtime=95.35
/proc/25243/stat : 25243 (picosat) R 1 25179 19512 0 -1 4195332 188904 0 4 0 4376 5159 0 0 24 0 1 0 24859760 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/25243/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 564.68
Current children cumulated vsize (KiB) 16868

[startup+571.602 s]
/proc/loadavg: 2.02 2.17 2.16 2/71 25245
/proc/meminfo: memFree=529864/2055920 swapFree=4192812/4192956
[pid=25179] ppid=25177 vsize=16868 CPUtime=469.33
/proc/25179/stat : 25179 (sugar) D 25177 25179 19512 0 -1 4194304 1424 61812 0 2 6 2 45889 1036 16 0 1 0 24812309 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 273653929001 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/25179/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 469.33
Current children cumulated vsize (KiB) 16868
#
############


Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -25179

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

[startup+572.602 s]
/proc/loadavg: 2.02 2.17 2.16 2/72 25251
/proc/meminfo: memFree=1662144/2055920 swapFree=4192812/4192956
[pid=25179] ppid=25177 vsize=16868 CPUtime=469.71
/proc/25179/stat : 25179 (sugar) D 25177 25179 19512 0 -1 4194304 1424 61812 0 2 6 40 45889 1036 18 0 1 0 24812309 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 273653929001 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/25179/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 469.71
Current children cumulated vsize (KiB) 16868

[startup+573.402 s]
/proc/loadavg: 2.02 2.17 2.16 2/70 25268
/proc/meminfo: memFree=1952144/2055920 swapFree=4192812/4192956
[pid=25179] ppid=25177 vsize=16868 CPUtime=469.73
/proc/25179/stat : 25179 (sugar) D 25177 25179 19512 0 -1 4194304 1424 61812 0 2 6 42 45889 1036 18 0 1 0 24812309 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 273653929001 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/25179/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 469.73
Current children cumulated vsize (KiB) 16868

[startup+573.802 s]
/proc/loadavg: 2.02 2.17 2.16 2/70 25268
/proc/meminfo: memFree=1952144/2055920 swapFree=4192812/4192956
[pid=25179] ppid=25177 vsize=16868 CPUtime=469.74
/proc/25179/stat : 25179 (sugar) D 25177 25179 19512 0 -1 4194304 1424 61812 0 2 6 43 45889 1036 18 0 1 0 24812309 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 273653929001 256 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/25179/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 469.74
Current children cumulated vsize (KiB) 16868

[startup+574.002 s]
/proc/loadavg: 2.02 2.17 2.16 2/70 25268
/proc/meminfo: memFree=1952144/2055920 swapFree=4192812/4192956
[pid=25179] ppid=25177 vsize=16868 CPUtime=469.76
/proc/25179/stat : 25179 (sugar) R 25177 25179 19512 0 -1 4194304 1424 61812 0 2 6 45 45889 1036 18 0 1 0 24812309 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 273653929001 256 0 4224 16386 0 0 0 17 1 0 0
/proc/25179/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 469.76
Current children cumulated vsize (KiB) 16868

Child ended because it received signal 9 (SIGKILL)

# 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): 95.35
#  lost CPU user time (s): 43.76
#  lost CPU system time (s): 51.59

Real time (s): 574.021
CPU time (s): 565.149
CPU user time (s): 502.723
CPU system time (s): 62.4254
CPU usage (%): 98.4544
Max. virtual memory (cumulated for all children) (KiB): 921808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 458.963
system time used= 10.8354
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63236
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= 55228
involuntary context switches= 54307

runsolver used 0.759884 second user time and 1.87471 second system time

The end

Launcher Data

Begin job on node52 at 2009-07-12 07:44:48
IDJOB=2083500
IDBENCH=57837
IDSOLVER=738
FILE ID=node52/2083500-1247377488
PBS_JOBID= 9507022
Free space on /tmp= 65832 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fapp/fapp35/normalized-fapp35-1500-4.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2083500-1247377488/watcher-2083500-1247377488 -o /tmp/evaluation-result-2083500-1247377488/solver-2083500-1247377488 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2083500-1247377488.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= e176f03acbb8fde17171aab729aed488
RANDOM SEED=497253355

node52.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.236
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.236
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:       1542296 kB
Buffers:          2156 kB
Cached:         363276 kB
SwapCached:          0 kB
Active:         450092 kB
Inactive:         6024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1542296 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          207668 kB
Writeback:           0 kB
Mapped:         111968 kB
Slab:            42484 kB
Committed_AS:   324544 kB
PageTables:       2172 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= 66140 MiB
End job on node52 at 2009-07-12 07:54:23