Trace number 1086821

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+picosatSAT 398.674 403.164

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 benchmark152.754
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 (download as text)

0.00/0.15	c 0	Sugar v1-13 + HOME/picosat
0.00/0.15	c 0	BEGIN Sat Jul  5 09:02:43 2008
0.00/0.15	c 0	PID 17090
0.00/0.15	c 0	HOST node5.alineos.net
0.00/0.15	c 0	CONVERTING HOME/instance-1086821-1215241363.xml TO HOME/temp.csp
0.00/0.15	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1086821-1215241363.xml' 'HOME/temp.csp'
0.96/1.11	c 1	4 domains, 400 variables, 6 predicates, 0 relations, 3003 constraints
0.96/1.15	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.96/1.15	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.97/1.23	c 1	Parsing HOME/temp.csp
0.97/1.46	c 2	parsed 3413 expressions
0.97/1.47	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.97/1.47	c 2	Converting to clausal form CSP
0.97/1.51	c 2	converted 342 (10%) expressions
2.19/2.40	c 3	converted 683 (20%) expressions
2.88/3.19	c 3	converted 1024 (30%) expressions
3.67/3.96	c 4	converted 1366 (40%) expressions
4.36/4.62	c 5	converted 1707 (50%) expressions
4.96/5.27	c 6	converted 2048 (60%) expressions
5.65/5.96	c 6	converted 2390 (70%) expressions
6.25/6.60	c 7	converted 2731 (80%) expressions
6.95/7.21	c 7	converted 3072 (90%) expressions
7.53/7.84	c 8	converted 3413 (100%) expressions
7.53/7.84	c 8	CSP : 785 integers, 8245 booleans, 18231 clauses, largest domain size 2601
7.53/7.84	c 8	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.53/7.84	c 8	Propagation in CSP
8.12/8.44	c 9	17460 values, 0 unsatisfiable literals, and 0 valid clauses are removed
8.12/8.44	c 9	CSP : 785 integers, 8245 booleans, 18231 clauses, largest domain size 2601
8.12/8.44	c 9	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.12/8.45	c 9	Simplifing CSP by introducing new Boolean variables
8.22/8.59	c 9	CSP : 785 integers, 14919 booleans, 24905 clauses, largest domain size 2601
8.22/8.59	c 9	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.33/8.69	c 9	Encoding CSP to SAT : HOME/temp.cnf
10.40/10.73	c 11	79 (10%) CSP integer variables are encoded (53338 clauses, 777956 bytes)
12.38/12.72	c 13	157 (20%) CSP integer variables are encoded (106328 clauses, 1585759 bytes)
14.36/14.74	c 15	236 (30%) CSP integer variables are encoded (160016 clauses, 2498455 bytes)
16.44/16.82	c 17	314 (40%) CSP integer variables are encoded (214460 clauses, 3424003 bytes)
18.42/18.81	c 19	393 (50%) CSP integer variables are encoded (267852 clauses, 4331667 bytes)
18.81/19.24	c 19	471 (60%) CSP integer variables are encoded (455791 clauses, 7526630 bytes)
19.01/19.49	c 20	550 (70%) CSP integer variables are encoded (652340 clauses, 10867963 bytes)
19.32/19.75	c 20	628 (80%) CSP integer variables are encoded (850946 clauses, 14244265 bytes)
19.61/20.00	c 20	707 (90%) CSP integer variables are encoded (1051299 clauses, 17754239 bytes)
19.81/20.27	c 20	785 (100%) CSP integer variables are encoded (1254021 clauses, 21605957 bytes)
47.21/47.95	c 48	2491 (10%) CSP clauses are encoded (3225681 clauses, 65696916 bytes)
70.97/71.90	c 72	4981 (20%) CSP clauses are encoded (4976386 clauses, 105491772 bytes)
87.68/88.92	c 89	7472 (30%) CSP clauses are encoded (6580330 clauses, 142501737 bytes)
100.65/102.03	c 102	9962 (40%) CSP clauses are encoded (7958311 clauses, 176130199 bytes)
110.93/112.44	c 113	12453 (50%) CSP clauses are encoded (9204791 clauses, 206762648 bytes)
119.74/121.38	c 122	14943 (60%) CSP clauses are encoded (10334073 clauses, 235008947 bytes)
127.14/128.88	c 129	17434 (70%) CSP clauses are encoded (11376810 clauses, 261517857 bytes)
134.85/136.63	c 137	19924 (80%) CSP clauses are encoded (12389254 clauses, 287147749 bytes)
141.57/143.47	c 144	22415 (90%) CSP clauses are encoded (13440973 clauses, 313898411 bytes)
148.30/150.25	c 150	24905 (100%) CSP clauses are encoded (14414343 clauses, 338798291 bytes)
148.30/150.25	c 150	24905 CSP clauses encoded
148.30/150.25	c 150	Writing map file : HOME/temp.map
148.40/150.33	c 151	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
148.40/150.33	c 151	SAT : 1269725 SAT variables, 14414343 SAT clauses, 338798291 bytes
148.40/150.33	c 151	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
148.40/150.38	c 151	SOLVING HOME/temp.cnf
148.40/150.38	c 151	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
395.97/400.47	c 401	DECODING HOME/temp.out WITH HOME/temp.map
395.97/400.47	c 401	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
396.05/400.55	c 401	Decoding HOME/temp.out
398.43/402.91	s SATISFIABLE
398.43/402.92	v -2488 -2372 -1360 -2004 1796 1380 -2396 -2600 -2080 2288 2264 -2252 2284 -2560 2404 -2168 1612 -2380 -2600 -1364 1656 -2332 -2596 -1332 2552 2560 -1804 -1248 -2252 -1616 2436 2264 -1820 2080 -2236 1400 -1244 -1944 -2488 2296 -2528 -2320 2600 2440 -2384 2288 -2040 1840 -2600 2192 -1624 1980 2480 1392 1664 1360 1320 2016 -1248 -2516 -2344 -1888 1948 2556 -2172 1984 1684 -2548 1688 1692 1840 -2372 -1424 -1980 2064 -1700 -2552 1976 2560 1212 -2248 -1204 -2352 -2248 -1308 1648 1840 2332 1356 2252 -1848 1892 2560 2468 -2560 -1408 -2224 -2212 2600 -2432 1244 1848 -1536 1764 1608 1240 -2172 -2440 1204 2192 -1332 -1996 1964 1292 1252 1624 -1204 1332 -1544 -1264 1644 -2244 1324 -1244 -2272 2048 -1336 1408 -2176 1456 1664 1360 -1432 -2400 2436 1284 1528 1204 1764 2292 -2600 2292 2364 2024 -1880 -2360 1204 -2412 -1628 -1724 -1256 1924 1268 -1204 1564 -1292 1624 -2600 1944 2040 1804 1604 1316 2440 2448 -1740 1984 1420 2436 -2488 1736 -2592 1572 -1356 2216 1448 2560 2112 2404 -1992 -2192 -2364 -2452 -1688 -2152 -2540 1576 -2556 1720 2036 1416 1476 -2480 -1872 -1872 -1304 -2596 -1800 -2340 1252 1296 -1344 -1296 -2000 2444 -2532 1324 -1280 1536 2240 -2560 1324 1492 -1648 -1448 -2168 2596 -1452 1256 1244 1860 1208 -2580 -1728 1760 1380 -1832 -1356 -2568 -2412 -1588 1556 -1756 1488 1904 -1536 1260 -1244 2024 2212 -2480 1252 -1728 1532 -1408 -2280 1340 -2120 -2540 1448 -1260 2568 -1292 2212 1244 -2448 2556 1452 2372 1252 2476 -1420 -2100 2560 -1880 -1880 -2600 -1412 1372 -2560 2452 2400 -1732 -2300 2020 -2588 -1576 1668 -1832 -1300 -2492 -2512 -1496 2232 -1456 -2412 -2152 1396 1292 2600 -1828 -1756 2208 -1244 -1848 -1320 2232 1716 -2176 2596 1816 2472 2360 -1716 2060 -2556 1372 2276 1584 2484 1204 2488 -2216 2560 2508 -1244 -1940 -2600 1832 1500 1584 2356 1964 -1260 -2280 -1356 -1596 1432 -1204 -2016 -2448 -1980 1604 2128 2020 -2352 1384 1204 2528 1548 -1808 1888 1776 -2084 -2420 1244 1932 -1364 1212 2552 2448 1244 1220 -2392 1868 -2392 -1496 -1872 1540 -1704 -1204 2336 2252 2580 -1976 2556 2444 1216 1396 1244 1920 1584 -2072 -1988 2396 -2032 -1888 -1516 2404 -1284 2044 -1332 1244 1392 -1492 -2396 -1300 2592 1300 1928 -2088 -1208 -1204 -1316 -2132 -2224 -1768 -1224 1756 -1856
398.43/402.92	c 403	Heap : 18 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
398.43/402.99	c 403	CPU 329.85 (0.04 0.02 329.81 68.61)
398.43/402.99	c 403	END Sat Jul  5 09:09:26 2008

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1086821-1215241363/watcher-1086821-1215241363 -o /tmp/evaluation-result-1086821-1215241363/solver-1086821-1215241363 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1086821-1215241363.xml 

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


[startup+0 s]
/proc/loadavg: 1.01 1.01 1.17 4/74 17090
/proc/meminfo: memFree=1893072/2055920 swapFree=4180232/4192956
[pid=17090] ppid=17088 vsize=18572 CPUtime=0
/proc/17090/stat : 17090 (runsolver) D 17088 17090 15337 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 647073452 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 226913479975 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/17090/statm: 4643 292 257 25 0 2626 0

[startup+0.030313 s]
/proc/loadavg: 1.01 1.01 1.17 4/74 17090
/proc/meminfo: memFree=1893072/2055920 swapFree=4180232/4192956
[pid=17090] ppid=17088 vsize=124 CPUtime=0
/proc/17090/stat : 17090 (sugar) D 17088 17090 15337 0 -1 4194304 37 0 1 0 0 0 0 0 20 0 1 0 647073452 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 226910860777 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/17090/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.101329 s]
/proc/loadavg: 1.01 1.01 1.17 4/74 17090
/proc/meminfo: memFree=1893072/2055920 swapFree=4180232/4192956
[pid=17090] ppid=17088 vsize=12412 CPUtime=0
/proc/17090/stat : 17090 (sugar) D 17088 17090 15337 0 -1 4194304 411 0 3 0 0 0 0 0 18 0 1 0 647073452 12709888 382 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/17090/statm: 3103 382 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.301374 s]
/proc/loadavg: 1.01 1.01 1.17 4/74 17090
/proc/meminfo: memFree=1893072/2055920 swapFree=4180232/4192956
[pid=17090] ppid=17088 vsize=13600 CPUtime=0.04
/proc/17090/stat : 17090 (sugar) S 17088 17090 15337 0 -1 4194304 897 127 3 0 3 1 0 0 19 0 1 0 647073452 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17090/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701448 s]
/proc/loadavg: 1.01 1.01 1.17 4/74 17090
/proc/meminfo: memFree=1893072/2055920 swapFree=4180232/4192956
[pid=17090] ppid=17088 vsize=13600 CPUtime=0.04
/proc/17090/stat : 17090 (sugar) S 17088 17090 15337 0 -1 4194304 897 127 3 0 3 1 0 0 19 0 1 0 647073452 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17090/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.5016 s]
/proc/loadavg: 1.01 1.01 1.17 4/85 17102
/proc/meminfo: memFree=1878264/2055920 swapFree=4180232/4192956
[pid=17090] ppid=17088 vsize=13600 CPUtime=0.97
/proc/17090/stat : 17090 (sugar) S 17088 17090 15337 0 -1 4194304 970 6667 3 1 3 1 89 4 15 0 1 0 647073452 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17090/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 13600

[startup+3.10291 s]
/proc/loadavg: 1.09 1.02 1.17 3/85 17112
/proc/meminfo: memFree=1877560/2055920 swapFree=4180232/4192956
[pid=17090] ppid=17088 vsize=13600 CPUtime=0.97
/proc/17090/stat : 17090 (sugar) S 17088 17090 15337 0 -1 4194304 970 6667 3 1 3 1 89 4 16 0 1 0 647073452 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17090/statm: 3400 797 370 3 0 500 0
[pid=17103] ppid=17090 vsize=5356 CPUtime=0
/proc/17103/stat : 17103 (sh) S 17090 17090 15337 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 647073568 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17103/statm: 1339 233 193 169 0 50 0
[pid=17104] ppid=17103 vsize=868252 CPUtime=1.91
/proc/17104/stat : 17104 (java) S 17103 17090 15337 0 -1 0 5873 0 1 0 187 4 0 0 18 0 9 0 647073568 889090048 5114 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17104/statm: 217063 5114 1734 9 0 211638 0
[pid=17104/tid=17105] ppid=17103 vsize=868252 CPUtime=1.57
/proc/17104/task/17105/stat : 17105 (java) R 17103 17090 15337 0 -1 64 2811 0 1 0 156 1 0 0 25 0 9 0 647073569 889090048 5114 996147200 134512640 134550740 4294955952 18446744073709551615 4126566880 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17104/tid=17106] ppid=17103 vsize=868252 CPUtime=0.12
/proc/17104/task/17106/stat : 17106 (java) S 17103 17090 15337 0 -1 64 894 0 0 0 11 1 0 0 16 0 9 0 647073570 889090048 5114 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17104/tid=17107] ppid=17103 vsize=868252 CPUtime=0
/proc/17104/task/17107/stat : 17107 (java) S 17103 17090 15337 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 647073570 889090048 5114 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17104/tid=17108] ppid=17103 vsize=868252 CPUtime=0
/proc/17104/task/17108/stat : 17108 (java) S 17103 17090 15337 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 647073570 889090048 5114 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17104/tid=17109] ppid=17103 vsize=868252 CPUtime=0
/proc/17104/task/17109/stat : 17109 (java) S 17103 17090 15337 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 647073572 889090048 5114 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17104/tid=17110] ppid=17103 vsize=868252 CPUtime=0.19
/proc/17104/task/17110/stat : 17110 (java) S 17103 17090 15337 0 -1 64 1476 0 0 0 19 0 0 0 16 0 9 0 647073572 889090048 5114 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17104/tid=17111] ppid=17103 vsize=868252 CPUtime=0
/proc/17104/task/17111/stat : 17111 (java) S 17103 17090 15337 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 647073572 889090048 5114 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17104/tid=17112] ppid=17103 vsize=868252 CPUtime=0
/proc/17104/task/17112/stat : 17112 (java) S 17103 17090 15337 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 647073572 889090048 5114 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 887208

[startup+6.30252 s]
/proc/loadavg: 1.09 1.02 1.17 3/85 17112
/proc/meminfo: memFree=1872696/2055920 swapFree=4180232/4192956
[pid=17090] ppid=17088 vsize=13600 CPUtime=0.97
/proc/17090/stat : 17090 (sugar) S 17088 17090 15337 0 -1 4194304 970 6667 3 1 3 1 89 4 15 0 1 0 647073452 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17090/statm: 3400 797 370 3 0 500 0
[pid=17103] ppid=17090 vsize=5356 CPUtime=0
/proc/17103/stat : 17103 (sh) S 17090 17090 15337 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 647073568 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17103/statm: 1339 233 193 169 0 50 0
[pid=17104] ppid=17103 vsize=868368 CPUtime=5.08
/proc/17104/stat : 17104 (java) S 17103 17090 15337 0 -1 0 9581 0 1 0 500 8 0 0 18 0 9 0 647073568 889208832 7043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17104/statm: 217092 7043 2540 9 0 211667 0
[pid=17104/tid=17105] ppid=17103 vsize=868368 CPUtime=4.41
/proc/17104/task/17105/stat : 17105 (java) R 17103 17090 15337 0 -1 64 3179 0 1 0 439 2 0 0 25 0 9 0 647073569 889208832 7043 996147200 134512640 134550740 4294955952 18446744073709551615 4126568234 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17104/tid=17106] ppid=17103 vsize=868368 CPUtime=0.42
/proc/17104/task/17106/stat : 17106 (java) S 17103 17090 15337 0 -1 64 4226 0 0 0 38 4 0 0 16 0 9 0 647073570 889208832 7043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17104/tid=17107] ppid=17103 vsize=868368 CPUtime=0
/proc/17104/task/17107/stat : 17107 (java) S 17103 17090 15337 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 647073570 889208832 7043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17104/tid=17108] ppid=17103 vsize=868368 CPUtime=0
/proc/17104/task/17108/stat : 17108 (java) S 17103 17090 15337 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 647073570 889208832 7043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17104/tid=17109] ppid=17103 vsize=868368 CPUtime=0
/proc/17104/task/17109/stat : 17109 (java) S 17103 17090 15337 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 647073572 889208832 7043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17104/tid=17110] ppid=17103 vsize=868368 CPUtime=0.2
/proc/17104/task/17110/stat : 17110 (java) S 17103 17090 15337 0 -1 64 1482 0 0 0 20 0 0 0 15 0 9 0 647073572 889208832 7043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17104/tid=17111] ppid=17103 vsize=868368 CPUtime=0
/proc/17104/task/17111/stat : 17111 (java) S 17103 17090 15337 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 647073572 889208832 7043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17104/tid=17112] ppid=17103 vsize=868368 CPUtime=0
/proc/17104/task/17112/stat : 17112 (java) S 17103 17090 15337 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 647073572 889208832 7043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 887324

[startup+12.7028 s]
/proc/loadavg: 1.16 1.04 1.18 3/85 17112
/proc/meminfo: memFree=1864696/2055920 swapFree=4180232/4192956
[pid=17090] ppid=17088 vsize=13600 CPUtime=0.97
/proc/17090/stat : 17090 (sugar) S 17088 17090 15337 0 -1 4194304 971 6667 3 1 3 1 89 4 16 0 1 0 647073452 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17090/statm: 3400 797 370 3 0 500 0
[pid=17103] ppid=17090 vsize=5356 CPUtime=0
/proc/17103/stat : 17103 (sh) S 17090 17090 15337 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 647073568 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17103/statm: 1339 233 193 169 0 50 0
[pid=17104] ppid=17103 vsize=868480 CPUtime=11.41
/proc/17104/stat : 17104 (java) S 17103 17090 15337 0 -1 0 11325 0 1 0 1128 13 0 0 18 0 9 0 647073568 889323520 8453 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17104/statm: 217120 8453 2566 9 0 211667 0
[pid=17104/tid=17105] ppid=17103 vsize=868480 CPUtime=10.32
/proc/17104/task/17105/stat : 17105 (java) R 17103 17090 15337 0 -1 64 3623 0 1 0 1028 4 0 0 25 0 9 0 647073569 889323520 8453 996147200 134512640 134550740 4294955952 18446744073709551615 102064732 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17104/tid=17106] ppid=17103 vsize=868480 CPUtime=0.8
/proc/17104/task/17106/stat : 17106 (java) S 17103 17090 15337 0 -1 64 5494 0 0 0 73 7 0 0 16 0 9 0 647073570 889323520 8453 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17104/tid=17107] ppid=17103 vsize=868480 CPUtime=0
/proc/17104/task/17107/stat : 17107 (java) S 17103 17090 15337 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 647073570 889323520 8453 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17104/tid=17108] ppid=17103 vsize=868480 CPUtime=0
/proc/17104/task/17108/stat : 17108 (java) S 17103 17090 15337 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 647073570 889323520 8453 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17104/tid=17109] ppid=17103 vsize=868480 CPUtime=0
/proc/17104/task/17109/stat : 17109 (java) S 17103 17090 15337 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 647073572 889323520 8453 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17104/tid=17110] ppid=17103 vsize=868480 CPUtime=0.26
/proc/17104/task/17110/stat : 17110 (java) S 17103 17090 15337 0 -1 64 1514 0 0 0 25 1 0 0 15 0 9 0 647073572 889323520 8453 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17104/tid=17111] ppid=17103 vsize=868480 CPUtime=0
/proc/17104/task/17111/stat : 17111 (java) S 17103 17090 15337 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 647073572 889323520 8453 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17104/tid=17112] ppid=17103 vsize=868480 CPUtime=0
/proc/17104/task/17112/stat : 17112 (java) S 17103 17090 15337 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 647073572 889323520 8453 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 887436

[startup+25.5012 s]
/proc/loadavg: 1.35 1.08 1.19 3/85 17112
/proc/meminfo: memFree=1836024/2055920 swapFree=4180232/4192956
[pid=17090] ppid=17088 vsize=13600 CPUtime=0.97
/proc/17090/stat : 17090 (sugar) S 17088 17090 15337 0 -1 4194304 971 6667 3 1 3 1 89 4 15 0 1 0 647073452 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17090/statm: 3400 797 370 3 0 500 0
[pid=17103] ppid=17090 vsize=5356 CPUtime=0
/proc/17103/stat : 17103 (sh) S 17090 17090 15337 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 647073568 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17103/statm: 1339 233 193 169 0 50 0
[pid=17104] ppid=17103 vsize=868480 CPUtime=24.07
/proc/17104/stat : 17104 (java) S 17103 17090 15337 0 -1 0 11916 0 1 0 2373 34 0 0 18 0 9 0 647073568 889323520 8466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17104/statm: 217120 8466 2566 9 0 211667 0
[pid=17104/tid=17105] ppid=17103 vsize=868480 CPUtime=22.78
/proc/17104/task/17105/stat : 17105 (java) R 17103 17090 15337 0 -1 64 4203 0 1 0 2256 22 0 0 25 0 9 0 647073569 889323520 8466 996147200 134512640 134550740 4294955952 18446744073709551615 4127013901 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17104/tid=17106] ppid=17103 vsize=868480 CPUtime=0.98
/proc/17104/task/17106/stat : 17106 (java) S 17103 17090 15337 0 -1 64 5494 0 0 0 88 10 0 0 16 0 9 0 647073570 889323520 8466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17104/tid=17107] ppid=17103 vsize=868480 CPUtime=0
/proc/17104/task/17107/stat : 17107 (java) S 17103 17090 15337 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 647073570 889323520 8466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17104/tid=17108] ppid=17103 vsize=868480 CPUtime=0
/proc/17104/task/17108/stat : 17108 (java) S 17103 17090 15337 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 647073570 889323520 8466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17104/tid=17109] ppid=17103 vsize=868480 CPUtime=0
/proc/17104/task/17109/stat : 17109 (java) S 17103 17090 15337 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 647073572 889323520 8466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17104/tid=17110] ppid=17103 vsize=868480 CPUtime=0.28
/proc/17104/task/17110/stat : 17110 (java) S 17103 17090 15337 0 -1 64 1525 0 0 0 27 1 0 0 17 0 9 0 647073572 889323520 8466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17104/tid=17111] ppid=17103 vsize=868480 CPUtime=0
/proc/17104/task/17111/stat : 17111 (java) S 17103 17090 15337 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 647073572 889323520 8466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17104/tid=17112] ppid=17103 vsize=868480 CPUtime=0
/proc/17104/task/17112/stat : 17112 (java) S 17103 17090 15337 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 647073572 889323520 8466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.04
Current children cumulated vsize (KiB) 887436

[startup+51.1021 s]
/proc/loadavg: 1.57 1.16 1.21 3/85 17112
/proc/meminfo: memFree=1796920/2055920 swapFree=4180232/4192956
[pid=17090] ppid=17088 vsize=13600 CPUtime=0.97
/proc/17090/stat : 17090 (sugar) S 17088 17090 15337 0 -1 4194304 971 6667 3 1 3 1 89 4 16 0 1 0 647073452 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17090/statm: 3400 797 370 3 0 500 0
[pid=17103] ppid=17090 vsize=5356 CPUtime=0
/proc/17103/stat : 17103 (sh) S 17090 17090 15337 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 647073568 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17103/statm: 1339 233 193 169 0 50 0
[pid=17104] ppid=17103 vsize=868480 CPUtime=49.42
/proc/17104/stat : 17104 (java) S 17103 17090 15337 0 -1 0 12743 0 1 0 4873 69 0 0 18 0 9 0 647073568 889323520 8469 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=17104/tid=17111] ppid=17103 vsize=868480 CPUtime=0
/proc/17104/task/17111/stat : 17111 (java) S 17103 17090 15337 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 647073572 889323520 8469 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17104/tid=17112] ppid=17103 vsize=868480 CPUtime=0
/proc/17104/task/17112/stat : 17112 (java) S 17103 17090 15337 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 647073572 889323520 8469 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.39
Current children cumulated vsize (KiB) 887436

[startup+102.307 s]
/proc/loadavg: 1.83 1.30 1.25 3/85 17112
/proc/meminfo: memFree=1689784/2055920 swapFree=4180232/4192956
[pid=17090] ppid=17088 vsize=13600 CPUtime=0.97
/proc/17090/stat : 17090 (sugar) S 17088 17090 15337 0 -1 4194304 971 6667 3 1 3 1 89 4 16 0 1 0 647073452 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17090/statm: 3400 797 370 3 0 500 0
[pid=17103] ppid=17090 vsize=5356 CPUtime=0
/proc/17103/stat : 17103 (sh) S 17090 17090 15337 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 647073568 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17103/statm: 1339 233 193 169 0 50 0
[pid=17104] ppid=17103 vsize=868480 CPUtime=99.98
/proc/17104/stat : 17104 (java) S 17103 17090 15337 0 -1 0 14849 0 1 0 9850 148 0 0 18 0 9 0 647073568 889323520 8472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17104/statm: 217120 8472 2566 9 0 211667 0
[pid=17104/tid=17105] ppid=17103 vsize=868480 CPUtime=97.74
/proc/17104/task/17105/stat : 17105 (java) R 17103 17090 15337 0 -1 64 7130 0 1 0 9656 118 0 0 25 0 9 0 647073569 889323520 8472 996147200 134512640 134550740 4294955952 18446744073709551615 4126597984 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17104/tid=17106] ppid=17103 vsize=868480 CPUtime=1.9
/proc/17104/task/17106/stat : 17106 (java) S 17103 17090 15337 0 -1 64 5494 0 0 0 163 27 0 0 16 0 9 0 647073570 889323520 8472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17104/tid=17107] ppid=17103 vsize=868480 CPUtime=0
/proc/17104/task/17107/stat : 17107 (java) S 17103 17090 15337 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 647073570 889323520 8472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17104/tid=17108] ppid=17103 vsize=868480 CPUtime=0
/proc/17104/task/17108/stat : 17108 (java) S 17103 17090 15337 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 647073570 889323520 8472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17104/tid=17109] ppid=17103 vsize=868480 CPUtime=0
/proc/17104/task/17109/stat : 17109 (java) S 17103 17090 15337 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 647073572 889323520 8472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17104/tid=17110] ppid=17103 vsize=868480 CPUtime=0.3
/proc/17104/task/17110/stat : 17110 (java) S 17103 17090 15337 0 -1 64 1531 0 0 0 29 1 0 0 16 0 9 0 647073572 889323520 8472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17104/tid=17111] ppid=17103 vsize=868480 CPUtime=0
/proc/17104/task/17111/stat : 17111 (java) S 17103 17090 15337 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 647073572 889323520 8472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17104/tid=17112] ppid=17103 vsize=868480 CPUtime=0
/proc/17104/task/17112/stat : 17112 (java) S 17103 17090 15337 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 647073572 889323520 8472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 100.95
Current children cumulated vsize (KiB) 887436

[startup+162.301 s]
/proc/loadavg: 1.93 1.41 1.29 3/78 17115
/proc/meminfo: memFree=1423728/2055920 swapFree=4180232/4192956
[pid=17090] ppid=17088 vsize=13600 CPUtime=148.47
/proc/17090/stat : 17090 (sugar) S 17088 17090 15337 0 -1 4194304 1021 24825 3 2 4 2 14570 271 16 0 1 0 647073452 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17090/statm: 3400 799 370 3 0 500 0
[pid=17114] ppid=17090 vsize=5356 CPUtime=0
/proc/17114/stat : 17114 (sh) S 17090 17090 15337 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 647088490 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17114/statm: 1339 232 193 169 0 50 0
[pid=17115] ppid=17114 vsize=177724 CPUtime=11.8
/proc/17115/stat : 17115 (picosat) R 17114 17090 15337 0 -1 4194304 31717 0 0 0 541 639 0 0 25 0 1 0 647088491 181989376 31703 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/17115/statm: 44431 31703 40 102 0 44326 0
Current children cumulated CPU time (s) 160.27
Current children cumulated vsize (KiB) 196680

[startup+222.302 s]
/proc/loadavg: 1.97 1.52 1.34 3/78 17115
/proc/meminfo: memFree=1210416/2055920 swapFree=4180232/4192956
[pid=17090] ppid=17088 vsize=13600 CPUtime=148.47
/proc/17090/stat : 17090 (sugar) S 17088 17090 15337 0 -1 4194304 1021 24825 3 2 4 2 14570 271 16 0 1 0 647073452 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17090/statm: 3400 799 370 3 0 500 0
[pid=17114] ppid=17090 vsize=5356 CPUtime=0
/proc/17114/stat : 17114 (sh) S 17090 17090 15337 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 647088490 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17114/statm: 1339 232 193 169 0 50 0
[pid=17115] ppid=17114 vsize=400772 CPUtime=71.08
/proc/17115/stat : 17115 (picosat) R 17114 17090 15337 0 -1 4194304 84535 0 0 0 3222 3886 0 0 25 0 1 0 647088491 410390528 84521 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/17115/statm: 100193 84521 40 102 0 100088 0
Current children cumulated CPU time (s) 219.55
Current children cumulated vsize (KiB) 419728

[startup+282.303 s]
/proc/loadavg: 1.99 1.60 1.37 3/78 17115
/proc/meminfo: memFree=1029424/2055920 swapFree=4180232/4192956
[pid=17090] ppid=17088 vsize=13600 CPUtime=148.47
/proc/17090/stat : 17090 (sugar) S 17088 17090 15337 0 -1 4194304 1021 24825 3 2 4 2 14570 271 16 0 1 0 647073452 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17090/statm: 3400 799 370 3 0 500 0
[pid=17114] ppid=17090 vsize=5356 CPUtime=0
/proc/17114/stat : 17114 (sh) S 17090 17090 15337 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 647088490 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17114/statm: 1339 232 193 169 0 50 0
[pid=17115] ppid=17114 vsize=607172 CPUtime=130.52
/proc/17115/stat : 17115 (picosat) R 17114 17090 15337 0 -1 4194304 129520 0 0 0 6484 6568 0 0 25 0 1 0 647088491 621744128 129473 996147200 134512640 134931368 4294956256 18446744073709551615 134524001 0 0 4096 0 0 0 0 17 1 0 0
/proc/17115/statm: 151793 129473 42 102 0 151688 0
Current children cumulated CPU time (s) 278.99
Current children cumulated vsize (KiB) 626128

[startup+342.301 s]
/proc/loadavg: 1.99 1.67 1.41 3/78 17115
/proc/meminfo: memFree=1027376/2055920 swapFree=4180232/4192956
[pid=17090] ppid=17088 vsize=13600 CPUtime=148.47
/proc/17090/stat : 17090 (sugar) S 17088 17090 15337 0 -1 4194304 1021 24825 3 2 4 2 14570 271 16 0 1 0 647073452 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17090/statm: 3400 799 370 3 0 500 0
[pid=17114] ppid=17090 vsize=5356 CPUtime=0
/proc/17114/stat : 17114 (sh) S 17090 17090 15337 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 647088490 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17114/statm: 1339 232 193 169 0 50 0
[pid=17115] ppid=17114 vsize=623556 CPUtime=189.95
/proc/17115/stat : 17115 (picosat) R 17114 17090 15337 0 -1 4194304 130054 0 0 0 12426 6569 0 0 25 0 1 0 647088491 638521344 130007 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/17115/statm: 155889 130007 42 102 0 155784 0
Current children cumulated CPU time (s) 338.42
Current children cumulated vsize (KiB) 642512

[startup+402.303 s]
/proc/loadavg: 1.99 1.73 1.44 3/87 17126
/proc/meminfo: memFree=1517736/2055920 swapFree=4180232/4192956
[pid=17090] ppid=17088 vsize=13600 CPUtime=396.05
/proc/17090/stat : 17090 (sugar) S 17088 17090 15337 0 -1 4194304 1089 155303 3 2 4 2 32746 6853 16 0 1 0 647073452 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17090/statm: 3400 799 370 3 0 500 0
[pid=17117] ppid=17090 vsize=5356 CPUtime=0
/proc/17117/stat : 17117 (sh) S 17090 17090 15337 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 647113499 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17117/statm: 1339 233 193 169 0 50 0
[pid=17118] ppid=17117 vsize=864492 CPUtime=1.79
/proc/17118/stat : 17118 (java) S 17117 17090 15337 0 -1 0 9126 0 1 0 173 6 0 0 18 0 9 0 647113500 885239808 8392 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17118/statm: 216123 8392 2531 9 0 210705 0
[pid=17118/tid=17119] ppid=17117 vsize=864492 CPUtime=1.37
/proc/17118/task/17119/stat : 17119 (java) R 17117 17090 15337 0 -1 64 2618 0 1 0 136 1 0 0 25 0 9 0 647113501 885239808 8392 996147200 134512640 134550740 4294956000 18446744073709551615 4126524073 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17118/tid=17120] ppid=17117 vsize=864492 CPUtime=0.31
/proc/17118/task/17120/stat : 17120 (java) S 17117 17090 15337 0 -1 64 5407 0 0 0 29 2 0 0 16 0 9 0 647113502 885239808 8392 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17118/tid=17121] ppid=17117 vsize=864492 CPUtime=0
/proc/17118/task/17121/stat : 17121 (java) S 17117 17090 15337 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 647113503 885239808 8392 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17118/tid=17122] ppid=17117 vsize=864492 CPUtime=0
/proc/17118/task/17122/stat : 17122 (java) S 17117 17090 15337 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 647113503 885239808 8392 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17118/tid=17123] ppid=17117 vsize=864492 CPUtime=0
/proc/17118/task/17123/stat : 17123 (java) S 17117 17090 15337 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 647113505 885239808 8392 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17118/tid=17124] ppid=17117 vsize=864492 CPUtime=0.06
/proc/17118/task/17124/stat : 17124 (java) S 17117 17090 15337 0 -1 64 409 0 0 0 6 0 0 0 16 0 9 0 647113505 885239808 8392 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17118/tid=17125] ppid=17117 vsize=864492 CPUtime=0
/proc/17118/task/17125/stat : 17125 (java) S 17117 17090 15337 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 647113505 885239808 8392 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17118/tid=17126] ppid=17117 vsize=864492 CPUtime=0
/proc/17118/task/17126/stat : 17126 (java) S 17117 17090 15337 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 647113505 885239808 8392 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 397.84
Current children cumulated vsize (KiB) 883448

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

[startup+402.703 s]
/proc/loadavg: 1.99 1.73 1.45 3/87 17126
/proc/meminfo: memFree=1514088/2055920 swapFree=4180232/4192956
[pid=17090] ppid=17088 vsize=13600 CPUtime=396.05
/proc/17090/stat : 17090 (sugar) S 17088 17090 15337 0 -1 4194304 1089 155303 3 2 4 2 32746 6853 16 0 1 0 647073452 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17090/statm: 3400 799 370 3 0 500 0
[pid=17117] ppid=17090 vsize=5356 CPUtime=0
/proc/17117/stat : 17117 (sh) S 17090 17090 15337 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 647113499 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17117/statm: 1339 233 193 169 0 50 0
[pid=17118] ppid=17117 vsize=864492 CPUtime=2.18
/proc/17118/stat : 17118 (java) S 17117 17090 15337 0 -1 0 9225 0 1 0 212 6 0 0 18 0 9 0 647113500 885239808 8489 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17118/statm: 216123 8489 2531 9 0 210705 0
[pid=17118/tid=17119] ppid=17117 vsize=864492 CPUtime=1.77
/proc/17118/task/17119/stat : 17119 (java) R 17117 17090 15337 0 -1 64 2620 0 1 0 175 2 0 0 25 0 9 0 647113501 885239808 8489 996147200 134512640 134550740 4294956000 18446744073709551615 4126524073 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17118/tid=17120] ppid=17117 vsize=864492 CPUtime=0.31
/proc/17118/task/17120/stat : 17120 (java) S 17117 17090 15337 0 -1 64 5504 0 0 0 29 2 0 0 16 0 9 0 647113502 885239808 8489 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17118/tid=17121] ppid=17117 vsize=864492 CPUtime=0
/proc/17118/task/17121/stat : 17121 (java) S 17117 17090 15337 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 647113503 885239808 8489 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17118/tid=17122] ppid=17117 vsize=864492 CPUtime=0
/proc/17118/task/17122/stat : 17122 (java) S 17117 17090 15337 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 647113503 885239808 8489 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17118/tid=17123] ppid=17117 vsize=864492 CPUtime=0
/proc/17118/task/17123/stat : 17123 (java) S 17117 17090 15337 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 647113505 885239808 8489 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17118/tid=17124] ppid=17117 vsize=864492 CPUtime=0.06
/proc/17118/task/17124/stat : 17124 (java) S 17117 17090 15337 0 -1 64 409 0 0 0 6 0 0 0 16 0 9 0 647113505 885239808 8489 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17118/tid=17125] ppid=17117 vsize=864492 CPUtime=0
/proc/17118/task/17125/stat : 17125 (java) S 17117 17090 15337 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 647113505 885239808 8489 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17118/tid=17126] ppid=17117 vsize=864492 CPUtime=0
/proc/17118/task/17126/stat : 17126 (java) S 17117 17090 15337 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 647113505 885239808 8489 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 398.23
Current children cumulated vsize (KiB) 883448

[startup+403.102 s]
/proc/loadavg: 1.99 1.73 1.45 3/87 17126
/proc/meminfo: memFree=1514088/2055920 swapFree=4180232/4192956
[pid=17090] ppid=17088 vsize=13600 CPUtime=398.6
/proc/17090/stat : 17090 (sugar) R 17088 17090 15337 0 -1 4194304 1117 164866 3 3 4 14 32981 6861 16 0 1 0 647073452 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 226913653801 0 0 4224 16386 0 0 0 17 1 0 0
/proc/17090/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 398.6
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 403.164
CPU time (s): 398.674
CPU user time (s): 329.858
CPU system time (s): 68.8165
CPU usage (%): 98.8863
Max. virtual memory (cumulated for all children) (KiB): 890736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 329.858
system time used= 68.8165
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 166013
page faults= 6
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57344
involuntary context switches= 66054

runsolver used 0.517921 second user time and 1.3228 second system time

The end

Launcher Data (download as text)

Begin job on node5 at 2008-07-05 09:02:43
IDJOB=1086821
IDBENCH=57885
IDSOLVER=345
FILE ID=node5/1086821-1215241363
PBS_JOBID= 7881883
Free space on /tmp= 66528 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp31/normalized-fapp31-0400-7.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1086821-1215241363/watcher-1086821-1215241363 -o /tmp/evaluation-result-1086821-1215241363/solver-1086821-1215241363 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1086821-1215241363.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b6ccf6de2a96d16153e1dfc9d32ad1be
RANDOM SEED=1285098574

node5.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.279
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.279
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:       1893552 kB
Buffers:          4708 kB
Cached:          50752 kB
SwapCached:       6964 kB
Active:          89120 kB
Inactive:        23568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1893552 kB
SwapTotal:     4192956 kB
SwapFree:      4180232 kB
Dirty:            1792 kB
Writeback:           0 kB
Mapped:          63456 kB
Slab:            35048 kB
Committed_AS:  1071792 kB
PageTables:       1824 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= 66528 MiB
End job on node5 at 2008-07-05 09:09:26