Trace number 2083654

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+picosatSAT 343.025 346.763

General information on the benchmark

Namecsp/fapp/fapp31/
normalized-fapp31-0400-7.xml
MD5SUMb6ccf6de2a96d16153e1dfc9d32ad1be
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark176.203
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints3003
Maximum constraint arity2
Maximum domain size700
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3003
Global constraints used (with number of constraints)

Solver Data

0.04/0.23	c 0	Sugar v1-14-6 + HOME/picosat
0.04/0.23	c 0	BEGIN Sun Jul 12 07:51:42 2009
0.04/0.23	c 0	PID 24032
0.04/0.25	c 0	HOST node60.alineos.net
0.04/0.25	c 0	CONVERTING HOME/instance-2083654-1247377901.xml TO HOME/temp.csp
0.04/0.25	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083654-1247377901.xml' 'HOME/temp.csp'
0.07/0.80	c 0	4 domains, 400 variables, 6 predicates, 0 relations, 3003 constraints
0.07/0.83	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.83	c 0	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'
0.61/0.91	c 0	Parsing HOME/temp.csp
0.85/1.16	c 1	parsed 3413 expressions
0.85/1.17	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.85/1.17	c 1	Converting to clausal form CSP
0.95/1.21	c 1	converted 342 (10%) expressions
2.04/2.31	c 2	converted 683 (20%) expressions
2.93/3.25	c 3	converted 1024 (30%) expressions
3.82/4.13	c 4	converted 1366 (40%) expressions
4.51/4.86	c 4	converted 1707 (50%) expressions
5.21/5.55	c 5	converted 2048 (60%) expressions
5.90/6.26	c 6	converted 2390 (70%) expressions
6.59/6.92	c 6	converted 2731 (80%) expressions
7.18/7.52	c 7	converted 3072 (90%) expressions
7.78/8.15	c 8	converted 3413 (100%) expressions
7.78/8.15	c 8	CSP : 785 integers, 8145 booleans, 18131 clauses, largest domain size 2601
7.78/8.15	c 8	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.78/8.15	c 8	Propagation in CSP
8.27/8.66	c 8	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
8.27/8.66	c 8	CSP : 785 integers, 8145 booleans, 18131 clauses, largest domain size 2601
8.27/8.66	c 8	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.27/8.67	c 8	Simplifing CSP by introducing new Boolean variables
8.48/8.82	c 8	CSP : 785 integers, 14819 booleans, 24805 clauses, largest domain size 2601
8.48/8.82	c 8	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.57/8.92	c 8	Encoding CSP to SAT : HOME/temp.cnf
10.56/10.96	c 10	79 (10%) CSP integer variables are encoded (53338 clauses, 777956 bytes)
12.54/12.94	c 12	157 (20%) CSP integer variables are encoded (106328 clauses, 1585759 bytes)
14.51/14.95	c 14	236 (30%) CSP integer variables are encoded (160016 clauses, 2498455 bytes)
16.59/17.03	c 16	314 (40%) CSP integer variables are encoded (214460 clauses, 3424003 bytes)
18.57/19.03	c 18	393 (50%) CSP integer variables are encoded (267852 clauses, 4331667 bytes)
18.97/19.46	c 19	471 (60%) CSP integer variables are encoded (455791 clauses, 7526630 bytes)
19.26/19.73	c 19	550 (70%) CSP integer variables are encoded (652340 clauses, 10867963 bytes)
19.45/19.99	c 19	628 (80%) CSP integer variables are encoded (850946 clauses, 14244265 bytes)
19.75/20.26	c 20	707 (90%) CSP integer variables are encoded (1051299 clauses, 17754239 bytes)
20.05/20.53	c 20	785 (100%) CSP integer variables are encoded (1254021 clauses, 21605957 bytes)
28.66/29.22	c 29	2481 (10%) CSP clauses are encoded (2178146 clauses, 43709543 bytes)
36.37/37.05	c 36	4961 (20%) CSP clauses are encoded (3066901 clauses, 65235856 bytes)
43.99/44.73	c 44	7442 (30%) CSP clauses are encoded (4007323 clauses, 88123720 bytes)
51.10/51.99	c 51	9922 (40%) CSP clauses are encoded (4960485 clauses, 112293502 bytes)
57.93/58.86	c 58	12403 (50%) CSP clauses are encoded (5951491 clauses, 137190166 bytes)
64.55/65.50	c 65	14883 (60%) CSP clauses are encoded (6911749 clauses, 161615905 bytes)
71.07/72.19	c 72	17364 (70%) CSP clauses are encoded (7891774 clauses, 186651477 bytes)
77.39/78.59	c 78	19844 (80%) CSP clauses are encoded (8803284 clauses, 209943808 bytes)
83.91/85.18	c 85	22325 (90%) CSP clauses are encoded (9826680 clauses, 236003477 bytes)
90.32/91.66	c 91	24805 (100%) CSP clauses are encoded (10770423 clauses, 260161424 bytes)
90.32/91.66	c 91	24805 CSP clauses encoded
90.32/91.66	c 91	Writing map file : HOME/temp.map
90.42/91.75	c 91	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
90.42/91.75	c 91	SAT : 1269625 SAT variables, 10770423 SAT clauses, 260161424 bytes
90.42/91.75	c 91	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
90.47/91.81	c 91	SOLVING HOME/temp.cnf
90.47/91.81	c 91	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
340.48/344.25	c 344	DECODING HOME/temp.out WITH HOME/temp.map
340.48/344.25	c 344	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
340.55/344.34	c 344	Decoding HOME/temp.out
342.75/346.57	s SATISFIABLE
342.75/346.59	v 2488 2380 -1428 -1956 -1888 -1272 -2288 2600 2068 2208 2260 2252 2228 2552 -2420 2172 1608 -2560 -2512 1336 -1636 -2416 2512 -1324 -2548 -2476 -1748 -1244 -2288 1596 -2452 -2220 -1764 2040 -2224 1388 1260 1936 2484 -2316 -2592 -2284 2600 -2484 -2444 2232 -2092 -1820 -2600 -2160 -1616 1968 2484 1436 -1764 1352 1300 -1996 -1256 2532 2404 -1828 1912 -2552 2256 1988 1644 -2560 1652 -1732 1852 -2376 1440 2064 -1996 -1692 -2552 1964 -2560 1208 -2248 -1208 2324 2272 1288 1644 1832 -2340 -1360 -2192 -1868 -1888 -2596 -2420 -2340 1416 -2220 -2212 2516 2600 1208 1748 -1288 -1704 -1604 1244 2196 2424 -1204 2212 1304 1992 -1916 1204 1248 1560 -1204 1400 1524 1264 1600 2188 -1296 1276 2280 -2036 -1296 1400 2188 -1444 -1600 1340 -1428 2420 2436 -1280 1476 -1312 -1708 2292 2600 -2248 2380 1992 -1872 -2408 -1248 2476 1656 1684 1232 1952 -1248 -1204 -1532 1224 1640 -2600 1948 -2000 -1744 1572 1276 -2444 -2504 -1732 1952 -1232 -2452 -2504 -1732 -2588 1568 -1316 -2228 -1376 2560 -2064 2424 -2000 2208 -2336 -2416 1672 2172 2560 1328 -2572 1676 -2032 -1400 1472 -2464 1888 1836 1240 -2600 1812 2276 -1252 1272 -1280 1336 2052 2384 2520 -1328 -1204 1460 2244 -2560 1320 1516 1612 -1340 -2152 2596 1440 1244 1248 -1804 -1296 2600 -1712 -1716 -1400 1796 1344 2552 -2420 1536 -1580 1708 1436 -1896 1460 1268 -1228 -1956 2156 2524 -1264 1664 1476 1380 -2284 1336 2108 2560 -1440 1240 -2560 1204 2152 -1272 -2444 -2336 1344 -2380 -1244 2396 1440 2096 2560 1892 -1860 2556 -1384 1344 2560 -2516 -2368 -1692 -2316 2024 -2600 1420 -1616 1848 -1280 2480 -2512 1484 -2240 -1440 -2456 -2120 -1384 1284 2300 1776 -1848 2212 -1244 -1804 -1392 2168 -1668 2136 -2376 1760 2560 2380 1704 -2056 2556 -1360 -2264 -1576 2524 -1472 -2544 -2176 -2560 -2460 -1244 -1896 -2600 -1816 1492 1600 -2328 -1912 -1236 2244 1360 -1540 1396 -1268 -2004 2464 -1936 -1640 2112 -2008 -2352 -1400 -1204 -2600 -1496 1788 -1940 1772 -2048 -2600 1244 -1928 -1368 -1212 2536 2448 -1512 1276 -2364 -1816 2392 1500 1856 1532 -1724 1204 -2276 2252 -2600 -1956 2560 2484 -1284 -1400 -1244 -1932 -1564 2024 -1952 -2412 1960 1844 1512 2376 -1236 -2008 1244 -1244 -1388 -1480 2412 -1228 -2576 -1376 1900 2076 -1204 1220 1320 2296 2180 -1704 -1224 -1744 -1800
342.75/346.60	c 346	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
342.84/346.62	c 346	CPU 342.86 (0.07 0.02 290.71 52.06)
342.84/346.62	c 346	END Sun Jul 12 07:57:28 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2083654-1247377901/watcher-2083654-1247377901 -o /tmp/evaluation-result-2083654-1247377901/solver-2083654-1247377901 -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-2083654-1247377901.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: 2.26 2.36 2.26 4/80 24032
/proc/meminfo: memFree=1821048/2055920 swapFree=4192812/4192956
[pid=24032] ppid=24030 vsize=18576 CPUtime=0
/proc/24032/stat : 24032 (runsolver) D 24030 24032 23635 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24853169 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 271894244647 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/24032/statm: 4644 284 249 26 0 2626 0

[startup+0.0135441 s]
/proc/loadavg: 2.26 2.36 2.26 4/80 24032
/proc/meminfo: memFree=1821048/2055920 swapFree=4192812/4192956
[pid=24032] ppid=24030 vsize=18576 CPUtime=0
/proc/24032/stat : 24032 (runsolver) D 24030 24032 23635 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24853169 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 271894244647 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/24032/statm: 4644 284 249 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+0.101555 s]
/proc/loadavg: 2.26 2.36 2.26 4/80 24032
/proc/meminfo: memFree=1821048/2055920 swapFree=4192812/4192956
[pid=24032] ppid=24030 vsize=12272 CPUtime=0
/proc/24032/stat : 24032 (sugar) R 24030 24032 23635 0 -1 4194304 401 0 0 0 0 0 0 0 18 0 1 0 24853169 12566528 369 996147200 4194304 4206940 548682068608 18446744073709551615 271911943621 0 0 4224 0 0 0 0 17 1 0 0
/proc/24032/statm: 3068 369 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301578 s]
/proc/loadavg: 2.26 2.36 2.26 4/80 24032
/proc/meminfo: memFree=1821048/2055920 swapFree=4192812/4192956
[pid=24032] ppid=24030 vsize=16868 CPUtime=0.07
/proc/24032/stat : 24032 (sugar) S 24030 24032 23635 0 -1 4194304 1227 128 0 0 6 1 0 0 18 0 1 0 24853169 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24032/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701617 s]
/proc/loadavg: 2.26 2.36 2.26 4/80 24032
/proc/meminfo: memFree=1821048/2055920 swapFree=4192812/4192956
[pid=24032] ppid=24030 vsize=16868 CPUtime=0.07
/proc/24032/stat : 24032 (sugar) S 24030 24032 23635 0 -1 4194304 1227 128 0 0 6 1 0 0 18 0 1 0 24853169 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24032/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.5027 s]
/proc/loadavg: 2.26 2.36 2.26 5/91 24054
/proc/meminfo: memFree=1812320/2055920 swapFree=4192812/4192956
[pid=24032] ppid=24030 vsize=16868 CPUtime=0.61
/proc/24032/stat : 24032 (sugar) S 24030 24032 23635 0 -1 4194304 1309 6740 0 1 6 1 50 4 15 0 1 0 24853169 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24032/statm: 4217 1111 409 3 0 796 0
[pid=24045] ppid=24032 vsize=5356 CPUtime=0
/proc/24045/stat : 24045 (sh) S 24032 24032 23635 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24853253 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24045/statm: 1339 233 193 169 0 50 0
[pid=24046] ppid=24045 vsize=864256 CPUtime=0.64
/proc/24046/stat : 24046 (java) S 24045 24032 23635 0 -1 0 4210 0 1 0 61 3 0 0 18 0 9 0 24853253 884998144 3654 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24046/statm: 216064 3654 1742 9 0 210569 0
[pid=24046/tid=24047] ppid=24045 vsize=864256 CPUtime=0.51
/proc/24046/task/24047/stat : 24047 (java) R 24045 24032 23635 0 -1 64 2678 0 1 0 50 1 0 0 19 0 9 0 24853254 884998144 3654 996147200 134512640 134550932 4294955936 18446744073709551615 4125962334 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24046/tid=24048] ppid=24045 vsize=864256 CPUtime=0.03
/proc/24046/task/24048/stat : 24048 (java) S 24045 24032 23635 0 -1 64 514 0 0 0 3 0 0 0 16 0 9 0 24853255 884998144 3654 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24046/tid=24049] ppid=24045 vsize=864256 CPUtime=0
/proc/24046/task/24049/stat : 24049 (java) S 24045 24032 23635 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24853255 884998144 3654 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24046/tid=24050] ppid=24045 vsize=864256 CPUtime=0
/proc/24046/task/24050/stat : 24050 (java) S 24045 24032 23635 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24853255 884998144 3654 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24046/tid=24051] ppid=24045 vsize=864256 CPUtime=0
/proc/24046/task/24051/stat : 24051 (java) S 24045 24032 23635 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24853257 884998144 3654 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24046/tid=24052] ppid=24045 vsize=864256 CPUtime=0.07
/proc/24046/task/24052/stat : 24052 (java) S 24045 24032 23635 0 -1 64 325 0 0 0 7 0 0 0 16 0 9 0 24853257 884998144 3654 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24046/tid=24053] ppid=24045 vsize=864256 CPUtime=0
/proc/24046/task/24053/stat : 24053 (java) S 24045 24032 23635 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24853257 884998144 3654 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24046/tid=24054] ppid=24045 vsize=864256 CPUtime=0
/proc/24046/task/24054/stat : 24054 (java) S 24045 24032 23635 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24853258 884998144 3654 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 886480

[startup+3.10285 s]
/proc/loadavg: 2.26 2.36 2.26 3/91 24054
/proc/meminfo: memFree=1803872/2055920 swapFree=4192812/4192956
[pid=24032] ppid=24030 vsize=16868 CPUtime=0.61
/proc/24032/stat : 24032 (sugar) S 24030 24032 23635 0 -1 4194304 1309 6740 0 1 6 1 50 4 16 0 1 0 24853169 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24032/statm: 4217 1111 409 3 0 796 0
[pid=24045] ppid=24032 vsize=5356 CPUtime=0
/proc/24045/stat : 24045 (sh) S 24032 24032 23635 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24853253 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24045/statm: 1339 233 193 169 0 50 0
[pid=24046] ppid=24045 vsize=868516 CPUtime=2.22
/proc/24046/stat : 24046 (java) S 24045 24032 23635 0 -1 0 5926 0 1 0 218 4 0 0 18 0 9 0 24853253 889360384 5173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24046/statm: 217129 5173 1744 9 0 211634 0
[pid=24046/tid=24047] ppid=24045 vsize=868516 CPUtime=1.89
/proc/24046/task/24047/stat : 24047 (java) R 24045 24032 23635 0 -1 64 2851 0 1 0 188 1 0 0 25 0 9 0 24853254 889360384 5173 996147200 134512640 134550932 4294955936 18446744073709551615 4126510032 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24046/tid=24048] ppid=24045 vsize=868516 CPUtime=0.13
/proc/24046/task/24048/stat : 24048 (java) S 24045 24032 23635 0 -1 64 915 0 0 0 12 1 0 0 16 0 9 0 24853255 889360384 5173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24046/tid=24049] ppid=24045 vsize=868516 CPUtime=0
/proc/24046/task/24049/stat : 24049 (java) S 24045 24032 23635 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24853255 889360384 5173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24046/tid=24050] ppid=24045 vsize=868516 CPUtime=0
/proc/24046/task/24050/stat : 24050 (java) S 24045 24032 23635 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24853255 889360384 5173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24046/tid=24051] ppid=24045 vsize=868516 CPUtime=0
/proc/24046/task/24051/stat : 24051 (java) S 24045 24032 23635 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24853257 889360384 5173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24046/tid=24052] ppid=24045 vsize=868516 CPUtime=0.17
/proc/24046/task/24052/stat : 24052 (java) S 24045 24032 23635 0 -1 64 1467 0 0 0 17 0 0 0 15 0 9 0 24853257 889360384 5173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24046/tid=24053] ppid=24045 vsize=868516 CPUtime=0
/proc/24046/task/24053/stat : 24053 (java) S 24045 24032 23635 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24853257 889360384 5173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24046/tid=24054] ppid=24045 vsize=868516 CPUtime=0
/proc/24046/task/24054/stat : 24054 (java) S 24045 24032 23635 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24853258 889360384 5173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 890740

[startup+6.30116 s]
/proc/loadavg: 2.23 2.35 2.26 3/91 24054
/proc/meminfo: memFree=1798496/2055920 swapFree=4192812/4192956
[pid=24032] ppid=24030 vsize=16868 CPUtime=0.61
/proc/24032/stat : 24032 (sugar) S 24030 24032 23635 0 -1 4194304 1309 6740 0 1 6 1 50 4 15 0 1 0 24853169 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24032/statm: 4217 1111 409 3 0 796 0
[pid=24045] ppid=24032 vsize=5356 CPUtime=0
/proc/24045/stat : 24045 (sh) S 24032 24032 23635 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24853253 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24045/statm: 1339 233 193 169 0 50 0
[pid=24046] ppid=24045 vsize=868604 CPUtime=5.39
/proc/24046/stat : 24046 (java) S 24045 24032 23635 0 -1 0 9792 0 1 0 531 8 0 0 18 0 9 0 24853253 889450496 7281 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24046/statm: 217151 7281 2567 9 0 211656 0
[pid=24046/tid=24047] ppid=24045 vsize=868604 CPUtime=4.71
/proc/24046/task/24047/stat : 24047 (java) R 24045 24032 23635 0 -1 64 3212 0 1 0 469 2 0 0 25 0 9 0 24853254 889450496 7281 996147200 134512640 134550932 4294955936 18446744073709551615 4126513006 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24046/tid=24048] ppid=24045 vsize=868604 CPUtime=0.46
/proc/24046/task/24048/stat : 24048 (java) S 24045 24032 23635 0 -1 64 4409 0 0 0 42 4 0 0 16 0 9 0 24853255 889450496 7281 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24046/tid=24049] ppid=24045 vsize=868604 CPUtime=0
/proc/24046/task/24049/stat : 24049 (java) S 24045 24032 23635 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24853255 889450496 7281 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24046/tid=24050] ppid=24045 vsize=868604 CPUtime=0
/proc/24046/task/24050/stat : 24050 (java) S 24045 24032 23635 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24853255 889450496 7281 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24046/tid=24051] ppid=24045 vsize=868604 CPUtime=0
/proc/24046/task/24051/stat : 24051 (java) S 24045 24032 23635 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24853257 889450496 7281 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24046/tid=24052] ppid=24045 vsize=868604 CPUtime=0.18
/proc/24046/task/24052/stat : 24052 (java) S 24045 24032 23635 0 -1 64 1473 0 0 0 18 0 0 0 15 0 9 0 24853257 889450496 7281 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24046/tid=24053] ppid=24045 vsize=868604 CPUtime=0
/proc/24046/task/24053/stat : 24053 (java) S 24045 24032 23635 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24853257 889450496 7281 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24046/tid=24054] ppid=24045 vsize=868604 CPUtime=0
/proc/24046/task/24054/stat : 24054 (java) S 24045 24032 23635 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24853258 889450496 7281 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 890828

[startup+12.7028 s]
/proc/loadavg: 2.30 2.36 2.27 3/91 24054
/proc/meminfo: memFree=1790688/2055920 swapFree=4192812/4192956
[pid=24032] ppid=24030 vsize=16868 CPUtime=0.61
/proc/24032/stat : 24032 (sugar) S 24030 24032 23635 0 -1 4194304 1310 6740 0 1 6 1 50 4 16 0 1 0 24853169 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24032/statm: 4217 1111 409 3 0 796 0
[pid=24045] ppid=24032 vsize=5356 CPUtime=0
/proc/24045/stat : 24045 (sh) S 24032 24032 23635 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24853253 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24045/statm: 1339 233 193 169 0 50 0
[pid=24046] ppid=24045 vsize=868716 CPUtime=11.73
/proc/24046/stat : 24046 (java) S 24045 24032 23635 0 -1 0 11492 0 1 0 1159 14 0 0 18 0 9 0 24853253 889565184 8620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24046/statm: 217179 8620 2592 9 0 211656 0
[pid=24046/tid=24047] ppid=24045 vsize=868716 CPUtime=10.61
/proc/24046/task/24047/stat : 24047 (java) R 24045 24032 23635 0 -1 64 3683 0 1 0 1056 5 0 0 25 0 9 0 24853254 889565184 8620 996147200 134512640 134550932 4294955936 18446744073709551615 4126542251 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24046/tid=24048] ppid=24045 vsize=868716 CPUtime=0.85
/proc/24046/task/24048/stat : 24048 (java) S 24045 24032 23635 0 -1 64 5607 0 0 0 78 7 0 0 16 0 9 0 24853255 889565184 8620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24046/tid=24049] ppid=24045 vsize=868716 CPUtime=0
/proc/24046/task/24049/stat : 24049 (java) S 24045 24032 23635 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24853255 889565184 8620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24046/tid=24050] ppid=24045 vsize=868716 CPUtime=0
/proc/24046/task/24050/stat : 24050 (java) S 24045 24032 23635 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24853255 889565184 8620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24046/tid=24051] ppid=24045 vsize=868716 CPUtime=0
/proc/24046/task/24051/stat : 24051 (java) S 24045 24032 23635 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24853257 889565184 8620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24046/tid=24052] ppid=24045 vsize=868716 CPUtime=0.23
/proc/24046/task/24052/stat : 24052 (java) S 24045 24032 23635 0 -1 64 1504 0 0 0 23 0 0 0 15 0 9 0 24853257 889565184 8620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24046/tid=24053] ppid=24045 vsize=868716 CPUtime=0
/proc/24046/task/24053/stat : 24053 (java) S 24045 24032 23635 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24853257 889565184 8620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24046/tid=24054] ppid=24045 vsize=868716 CPUtime=0
/proc/24046/task/24054/stat : 24054 (java) S 24045 24032 23635 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24853258 889565184 8620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 890940

[startup+25.502 s]
/proc/loadavg: 2.23 2.34 2.26 3/91 24054
/proc/meminfo: memFree=1758560/2055920 swapFree=4192812/4192956
[pid=24032] ppid=24030 vsize=16868 CPUtime=0.61
/proc/24032/stat : 24032 (sugar) S 24030 24032 23635 0 -1 4194304 1310 6740 0 1 6 1 50 4 15 0 1 0 24853169 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24032/statm: 4217 1111 409 3 0 796 0
[pid=24045] ppid=24032 vsize=5356 CPUtime=0
/proc/24045/stat : 24045 (sh) S 24032 24032 23635 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24853253 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24045/statm: 1339 233 193 169 0 50 0
[pid=24046] ppid=24045 vsize=868716 CPUtime=24.38
/proc/24046/stat : 24046 (java) S 24045 24032 23635 0 -1 0 12136 0 1 0 2401 37 0 0 18 0 9 0 24853253 889565184 8638 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24046/statm: 217179 8638 2593 9 0 211656 0
[pid=24046/tid=24047] ppid=24045 vsize=868716 CPUtime=23.03
/proc/24046/task/24047/stat : 24047 (java) R 24045 24032 23635 0 -1 64 4312 0 1 0 2279 24 0 0 25 0 9 0 24853254 889565184 8638 996147200 134512640 134550932 4294955936 18446744073709551615 4126891951 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24046/tid=24048] ppid=24045 vsize=868716 CPUtime=1.05
/proc/24046/task/24048/stat : 24048 (java) S 24045 24032 23635 0 -1 64 5607 0 0 0 95 10 0 0 16 0 9 0 24853255 889565184 8638 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24046/tid=24049] ppid=24045 vsize=868716 CPUtime=0
/proc/24046/task/24049/stat : 24049 (java) S 24045 24032 23635 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24853255 889565184 8638 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24046/tid=24050] ppid=24045 vsize=868716 CPUtime=0
/proc/24046/task/24050/stat : 24050 (java) S 24045 24032 23635 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24853255 889565184 8638 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24046/tid=24051] ppid=24045 vsize=868716 CPUtime=0

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

/proc/24046/task/24052/stat : 24052 (java) S 24045 24032 23635 0 -1 64 1524 0 0 0 27 1 0 0 16 0 9 0 24853257 889565184 8643 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24046/tid=24053] ppid=24045 vsize=868716 CPUtime=0
/proc/24046/task/24053/stat : 24053 (java) S 24045 24032 23635 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24853257 889565184 8643 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24046/tid=24054] ppid=24045 vsize=868716 CPUtime=0
/proc/24046/task/24054/stat : 24054 (java) S 24045 24032 23635 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24853258 889565184 8643 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.31
Current children cumulated vsize (KiB) 890940

[startup+102.307 s]
/proc/loadavg: 2.06 2.26 2.24 3/83 24056
/proc/meminfo: memFree=1345504/2055920 swapFree=4192812/4192956
[pid=24032] ppid=24030 vsize=16868 CPUtime=90.5
/proc/24032/stat : 24032 (sugar) S 24030 24032 23635 0 -1 4194304 1366 23371 0 2 6 2 8831 211 16 0 1 0 24853169 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24032/statm: 4217 1114 409 3 0 796 0
[pid=24055] ppid=24032 vsize=5356 CPUtime=0
/proc/24055/stat : 24055 (sh) S 24032 24032 23635 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24862350 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24055/statm: 1339 232 193 169 0 50 0
[pid=24056] ppid=24055 vsize=172828 CPUtime=10.37
/proc/24056/stat : 24056 (picosat) R 24055 24032 23635 0 -1 4194304 30422 0 0 0 476 561 0 0 25 0 1 0 24862352 176975872 30408 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/24056/statm: 43207 30408 40 102 0 43102 0
Current children cumulated CPU time (s) 100.87
Current children cumulated vsize (KiB) 195052

[startup+162.301 s]
/proc/loadavg: 2.02 2.21 2.22 3/83 24056
/proc/meminfo: memFree=1094432/2055920 swapFree=4192812/4192956
[pid=24032] ppid=24030 vsize=16868 CPUtime=90.5
/proc/24032/stat : 24032 (sugar) S 24030 24032 23635 0 -1 4194304 1366 23371 0 2 6 2 8831 211 16 0 1 0 24853169 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24032/statm: 4217 1114 409 3 0 796 0
[pid=24055] ppid=24032 vsize=5356 CPUtime=0
/proc/24055/stat : 24055 (sh) S 24032 24032 23635 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24862350 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24055/statm: 1339 232 193 169 0 50 0
[pid=24056] ppid=24055 vsize=390428 CPUtime=69.8
/proc/24056/stat : 24056 (picosat) R 24055 24032 23635 0 -1 4194304 82675 0 0 0 3216 3764 0 0 25 0 1 0 24862352 399798272 82661 996147200 134512640 134931368 4294956256 18446744073709551615 134520649 0 0 4096 0 0 0 0 17 1 0 0
/proc/24056/statm: 97607 82661 40 102 0 97502 0
Current children cumulated CPU time (s) 160.3
Current children cumulated vsize (KiB) 412652

[startup+222.301 s]
/proc/loadavg: 2.01 2.17 2.20 3/83 24056
/proc/meminfo: memFree=997792/2055920 swapFree=4192812/4192956
[pid=24032] ppid=24030 vsize=16868 CPUtime=90.5
/proc/24032/stat : 24032 (sugar) S 24030 24032 23635 0 -1 4194304 1366 23371 0 2 6 2 8831 211 16 0 1 0 24853169 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24032/statm: 4217 1114 409 3 0 796 0
[pid=24055] ppid=24032 vsize=5356 CPUtime=0
/proc/24055/stat : 24055 (sh) S 24032 24032 23635 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24862350 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24055/statm: 1339 232 193 169 0 50 0
[pid=24056] ppid=24055 vsize=529900 CPUtime=129.23
/proc/24056/stat : 24056 (picosat) R 24055 24032 23635 0 -1 4194304 104638 0 0 0 7946 4977 0 0 25 0 1 0 24862352 542617600 104592 996147200 134512640 134931368 4294956256 18446744073709551615 134522836 0 0 4096 0 0 0 0 17 1 0 0
/proc/24056/statm: 132475 104592 42 102 0 132370 0
Current children cumulated CPU time (s) 219.73
Current children cumulated vsize (KiB) 552124

[startup+282.301 s]
/proc/loadavg: 2.00 2.14 2.19 3/83 24056
/proc/meminfo: memFree=991136/2055920 swapFree=4192812/4192956
[pid=24032] ppid=24030 vsize=16868 CPUtime=90.5
/proc/24032/stat : 24032 (sugar) S 24030 24032 23635 0 -1 4194304 1366 23371 0 2 6 2 8831 211 16 0 1 0 24853169 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24032/statm: 4217 1114 409 3 0 796 0
[pid=24055] ppid=24032 vsize=5356 CPUtime=0
/proc/24055/stat : 24055 (sh) S 24032 24032 23635 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24862350 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24055/statm: 1339 232 193 169 0 50 0
[pid=24056] ppid=24055 vsize=530164 CPUtime=188.66
/proc/24056/stat : 24056 (picosat) R 24055 24032 23635 0 -1 4194304 104886 0 0 0 13889 4977 0 0 25 0 1 0 24862352 542887936 104840 996147200 134512640 134931368 4294956256 18446744073709551615 134522836 0 0 4096 0 0 0 0 17 1 0 0
/proc/24056/statm: 132541 104840 42 102 0 132436 0
Current children cumulated CPU time (s) 279.16
Current children cumulated vsize (KiB) 552388

[startup+342.301 s]
/proc/loadavg: 2.00 2.11 2.17 3/83 24056
/proc/meminfo: memFree=990880/2055920 swapFree=4192812/4192956
[pid=24032] ppid=24030 vsize=16868 CPUtime=90.5
/proc/24032/stat : 24032 (sugar) S 24030 24032 23635 0 -1 4194304 1366 23371 0 2 6 2 8831 211 16 0 1 0 24853169 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24032/statm: 4217 1114 409 3 0 796 0
[pid=24055] ppid=24032 vsize=5356 CPUtime=0
/proc/24055/stat : 24055 (sh) S 24032 24032 23635 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24862350 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24055/statm: 1339 232 193 169 0 50 0
[pid=24056] ppid=24055 vsize=530164 CPUtime=248.1
/proc/24056/stat : 24056 (picosat) R 24055 24032 23635 0 -1 4194304 104932 0 0 0 19833 4977 0 0 25 0 1 0 24862352 542887936 104886 996147200 134512640 134931368 4294956256 18446744073709551615 134544751 0 0 4096 0 0 0 0 17 1 0 0
/proc/24056/statm: 132541 104886 42 102 0 132436 0
Current children cumulated CPU time (s) 338.6
Current children cumulated vsize (KiB) 552388

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

[startup+343.901 s]
/proc/loadavg: 2.00 2.11 2.17 3/83 24056
/proc/meminfo: memFree=990816/2055920 swapFree=4192812/4192956
[pid=24032] ppid=24030 vsize=16868 CPUtime=90.5
/proc/24032/stat : 24032 (sugar) S 24030 24032 23635 0 -1 4194304 1366 23371 0 2 6 2 8831 211 16 0 1 0 24853169 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24032/statm: 4217 1114 409 3 0 796 0
[pid=24055] ppid=24032 vsize=5356 CPUtime=0
/proc/24055/stat : 24055 (sh) S 24032 24032 23635 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24862350 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24055/statm: 1339 232 193 169 0 50 0
[pid=24056] ppid=24055 vsize=530168 CPUtime=249.68
/proc/24056/stat : 24056 (picosat) R 24055 24032 23635 0 -1 4194304 104939 0 0 0 19987 4981 0 0 25 0 1 0 24862352 542892032 104893 996147200 134512640 134931368 4294956256 18446744073709551615 134580596 0 0 4096 0 0 0 0 17 1 0 0
/proc/24056/statm: 132542 104893 47 102 0 132437 0
Current children cumulated CPU time (s) 340.18
Current children cumulated vsize (KiB) 552392

[startup+345.502 s]
/proc/loadavg: 2.00 2.11 2.17 3/91 24066
/proc/meminfo: memFree=1377632/2055920 swapFree=4192812/4192956
[pid=24032] ppid=24030 vsize=16868 CPUtime=340.55
/proc/24032/stat : 24032 (sugar) S 24030 24032 23635 0 -1 4194304 1447 128596 0 2 6 2 28847 5200 16 0 1 0 24853169 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24032/statm: 4217 1114 409 3 0 796 0
[pid=24057] ppid=24032 vsize=5356 CPUtime=0
/proc/24057/stat : 24057 (sh) S 24032 24032 23635 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24887595 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24057/statm: 1339 233 193 169 0 50 0
[pid=24058] ppid=24057 vsize=862912 CPUtime=1.21
/proc/24058/stat : 24058 (java) S 24057 24032 23635 0 -1 0 8761 0 1 0 117 4 0 0 18 0 9 0 24887596 883621888 8019 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24058/statm: 215728 8019 2157 9 0 210641 0
[pid=24058/tid=24059] ppid=24057 vsize=862912 CPUtime=0.85
/proc/24058/task/24059/stat : 24059 (java) R 24057 24032 23635 0 -1 64 2196 0 1 0 84 1 0 0 25 0 9 0 24887597 883621888 8019 996147200 134512640 134550932 4294955984 18446744073709551615 4126545037 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24060] ppid=24057 vsize=862912 CPUtime=0.26
/proc/24058/task/24060/stat : 24060 (java) S 24057 24032 23635 0 -1 64 5389 0 0 0 25 1 0 0 16 0 9 0 24887598 883621888 8019 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24061] ppid=24057 vsize=862912 CPUtime=0
/proc/24058/task/24061/stat : 24061 (java) S 24057 24032 23635 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 24887598 883621888 8019 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24062] ppid=24057 vsize=862912 CPUtime=0
/proc/24058/task/24062/stat : 24062 (java) S 24057 24032 23635 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24887598 883621888 8019 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24063] ppid=24057 vsize=862912 CPUtime=0
/proc/24058/task/24063/stat : 24063 (java) S 24057 24032 23635 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24887600 883621888 8019 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24064] ppid=24057 vsize=862912 CPUtime=0.07
/proc/24058/task/24064/stat : 24064 (java) S 24057 24032 23635 0 -1 64 479 0 0 0 7 0 0 0 16 0 9 0 24887600 883621888 8019 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24065] ppid=24057 vsize=862912 CPUtime=0
/proc/24058/task/24065/stat : 24065 (java) S 24057 24032 23635 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24887600 883621888 8019 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24066] ppid=24057 vsize=862912 CPUtime=0
/proc/24058/task/24066/stat : 24066 (java) S 24057 24032 23635 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24887600 883621888 8019 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.76
Current children cumulated vsize (KiB) 885136

[startup+346.302 s]
/proc/loadavg: 2.00 2.11 2.17 3/91 24066
/proc/meminfo: memFree=1377632/2055920 swapFree=4192812/4192956
[pid=24032] ppid=24030 vsize=16868 CPUtime=340.55
/proc/24032/stat : 24032 (sugar) S 24030 24032 23635 0 -1 4194304 1447 128596 0 2 6 2 28847 5200 16 0 1 0 24853169 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24032/statm: 4217 1114 409 3 0 796 0
[pid=24057] ppid=24032 vsize=5356 CPUtime=0
/proc/24057/stat : 24057 (sh) S 24032 24032 23635 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24887595 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24057/statm: 1339 233 193 169 0 50 0
[pid=24058] ppid=24057 vsize=862912 CPUtime=1.99
/proc/24058/stat : 24058 (java) S 24057 24032 23635 0 -1 0 8836 0 1 0 195 4 0 0 18 0 9 0 24887596 883621888 8092 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24058/statm: 215728 8092 2157 9 0 210641 0
[pid=24058/tid=24059] ppid=24057 vsize=862912 CPUtime=1.62
/proc/24058/task/24059/stat : 24059 (java) R 24057 24032 23635 0 -1 64 2198 0 1 0 161 1 0 0 25 0 9 0 24887597 883621888 8092 996147200 134512640 134550932 4294955984 18446744073709551615 4126545247 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24060] ppid=24057 vsize=862912 CPUtime=0.26
/proc/24058/task/24060/stat : 24060 (java) S 24057 24032 23635 0 -1 64 5459 0 0 0 25 1 0 0 16 0 9 0 24887598 883621888 8092 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24061] ppid=24057 vsize=862912 CPUtime=0
/proc/24058/task/24061/stat : 24061 (java) S 24057 24032 23635 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 24887598 883621888 8092 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24062] ppid=24057 vsize=862912 CPUtime=0
/proc/24058/task/24062/stat : 24062 (java) S 24057 24032 23635 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24887598 883621888 8092 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24063] ppid=24057 vsize=862912 CPUtime=0
/proc/24058/task/24063/stat : 24063 (java) S 24057 24032 23635 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24887600 883621888 8092 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24064] ppid=24057 vsize=862912 CPUtime=0.07
/proc/24058/task/24064/stat : 24064 (java) S 24057 24032 23635 0 -1 64 482 0 0 0 7 0 0 0 16 0 9 0 24887600 883621888 8092 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24065] ppid=24057 vsize=862912 CPUtime=0
/proc/24058/task/24065/stat : 24065 (java) S 24057 24032 23635 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24887600 883621888 8092 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24058/tid=24066] ppid=24057 vsize=862912 CPUtime=0
/proc/24058/task/24066/stat : 24066 (java) S 24057 24032 23635 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24887600 883621888 8092 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 342.54
Current children cumulated vsize (KiB) 885136

[startup+346.703 s]
/proc/loadavg: 2.00 2.11 2.17 4/91 24066
/proc/meminfo: memFree=1376608/2055920 swapFree=4192812/4192956
[pid=24032] ppid=24030 vsize=16868 CPUtime=342.94
/proc/24032/stat : 24032 (sugar) R 24030 24032 23635 0 -1 4194304 1478 138224 0 3 7 10 29071 5206 16 0 1 0 24853169 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 271894418473 0 0 4224 16386 0 0 0 17 1 0 0
/proc/24032/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 342.94
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 346.763
CPU time (s): 343.025
CPU user time (s): 290.787
CPU system time (s): 52.2381
CPU usage (%): 98.9219
Max. virtual memory (cumulated for all children) (KiB): 891824

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

runsolver used 0.396939 second user time and 1.19982 second system time

The end

Launcher Data

Begin job on node60 at 2009-07-12 07:51:41
IDJOB=2083654
IDBENCH=57885
IDSOLVER=738
FILE ID=node60/2083654-1247377901
PBS_JOBID= 9507158
Free space on /tmp= 66464 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fapp/fapp31/normalized-fapp31-0400-7.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-2083654-1247377901/watcher-2083654-1247377901 -o /tmp/evaluation-result-2083654-1247377901/solver-2083654-1247377901 -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-2083654-1247377901.xml

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

MD5SUM BENCH= b6ccf6de2a96d16153e1dfc9d32ad1be
RANDOM SEED=1779815467

node60.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.232
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.232
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:       1821528 kB
Buffers:          2896 kB
Cached:          58168 kB
SwapCached:          0 kB
Active:         171632 kB
Inactive:        17768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1821528 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4872 kB
Writeback:           0 kB
Mapped:         146196 kB
Slab:            29980 kB
Committed_AS:   949340 kB
PageTables:       2096 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= 66460 MiB
End job on node60 at 2009-07-12 07:57:28