Trace number 1086591

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? 735.109 745.781

General information on the benchmark

Namecsp/fapp/fapp35/
normalized-fapp35-1500-3.xml
MD5SUMe300dafa26bcab4445d58a8b5c31c7b7
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark30.4124
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of constraints22067
Maximum constraint arity2
Maximum domain size698
Number of constraints which are defined in extension0
Number of constraints which are defined in intension22067
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 08:42:36 2008
0.00/0.04	c 0	PID 17555
0.03/0.05	c 0	HOST node78.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1086591-1215240156.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1086591-1215240156.xml' 'HOME/temp.csp'
1.65/1.74	c 2	17 domains, 1500 variables, 8 predicates, 0 relations, 22067 constraints
1.65/1.78	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.65/1.78	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.70/1.86	c 2	Parsing HOME/temp.csp
2.19/2.30	c 3	parsed 10000 expressions
2.49/2.61	c 3	parsed 20000 expressions
2.59/2.71	c 3	parsed 23592 expressions
2.59/2.71	c 3	Heap : 10 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.59/2.71	c 3	Converting to clausal form CSP
4.87/5.01	c 5	converted 2360 (10%) expressions
9.92/10.13	c 10	converted 4719 (20%) expressions
14.17/14.49	c 15	converted 7078 (30%) expressions
18.63/18.93	c 19	converted 9437 (40%) expressions
22.78/23.12	c 23	converted 11796 (50%) expressions
26.85/27.27	c 28	converted 14156 (60%) expressions
31.10/31.58	c 32	converted 16515 (70%) expressions
34.95/35.45	c 36	converted 18874 (80%) expressions
38.62/39.19	c 40	converted 21233 (90%) expressions
42.38/42.95	c 43	converted 23592 (100%) expressions
42.38/42.95	c 43	CSP : 3955 integers, 63832 booleans, 137244 clauses, largest domain size 2377
42.38/42.95	c 43	Heap : 88 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
42.38/42.95	c 43	Propagation in CSP
45.95/46.53	c 47	41060 values, 0 unsatisfiable literals, and 0 valid clauses are removed
45.95/46.53	c 47	CSP : 3955 integers, 63832 booleans, 137244 clauses, largest domain size 2377
45.95/46.54	c 47	Heap : 105 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
45.95/46.58	c 47	Simplifing CSP by introducing new Boolean variables
46.24/46.85	c 47	CSP : 3955 integers, 111236 booleans, 184648 clauses, largest domain size 2377
46.24/46.85	c 47	Heap : 116 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
46.93/47.54	c 48	Encoding CSP to SAT : HOME/temp.cnf
54.56/55.28	c 56	396 (10%) CSP integer variables are encoded (218754 clauses, 3497059 bytes)
62.38/63.19	c 64	791 (20%) CSP integer variables are encoded (441840 clauses, 7289521 bytes)
70.21/71.07	c 71	1187 (30%) CSP integer variables are encoded (663759 clauses, 11062144 bytes)
76.75/77.61	c 78	1582 (40%) CSP integer variables are encoded (1032379 clauses, 17396577 bytes)
77.84/78.70	c 79	1978 (50%) CSP integer variables are encoded (1910269 clauses, 34076487 bytes)
78.82/79.75	c 80	2373 (60%) CSP integer variables are encoded (2753116 clauses, 50090580 bytes)
79.92/80.83	c 81	2769 (70%) CSP integer variables are encoded (3616108 clauses, 66487428 bytes)
80.99/81.92	c 82	3164 (80%) CSP integer variables are encoded (4455057 clauses, 82427459 bytes)
81.97/82.99	c 83	3560 (90%) CSP integer variables are encoded (5309065 clauses, 98653611 bytes)
83.06/84.06	c 84	3955 (100%) CSP integer variables are encoded (6153042 clauses, 114689174 bytes)
208.98/211.43	c 212	18465 (10%) CSP clauses are encoded (17612230 clauses, 391848767 bytes)
288.94/292.40	c 293	36930 (20%) CSP clauses are encoded (26528026 clauses, 616266652 bytes)
358.80/363.22	c 364	55395 (30%) CSP clauses are encoded (34827257 clauses, 827284219 bytes)
427.20/432.66	c 433	73860 (40%) CSP clauses are encoded (43232868 clauses, 1043472389 bytes)
488.52/494.87	c 495	92324 (50%) CSP clauses are encoded (50722908 clauses, 1238011268 bytes)
550.35/557.50	c 558	110789 (60%) CSP clauses are encoded (58682608 clauses, 1444922071 bytes)
605.41/613.45	c 614	129254 (70%) CSP clauses are encoded (65987158 clauses, 1637104869 bytes)
654.68/663.52	c 664	147719 (80%) CSP clauses are encoded (72901557 clauses, 1819889554 bytes)
697.46/707.04	c 707	166184 (90%) CSP clauses are encoded (79327548 clauses, 1992572406 bytes)
734.02/744.28	c 745	ERROR Exception Too large HOME/temp.cnf
734.02/744.28	c 745	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
734.02/744.28	c 745	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
734.02/744.28	c 745	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
734.02/744.28	s UNKNOWN
734.09/744.35	c 745	CPU 720.86 (0.03 0 720.83 13.28)
734.09/744.35	c 745	END Sat Jul  5 08:55:01 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1086591-1215240156/watcher-1086591-1215240156 -o /tmp/evaluation-result-1086591-1215240156/solver-1086591-1215240156 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1086591-1215240156.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: 2.00 2.00 2.00 4/73 17555
/proc/meminfo: memFree=1716272/2055912 swapFree=4178564/4192956
[pid=17555] ppid=17553 vsize=18572 CPUtime=0
/proc/17555/stat : 17555 (runsolver) R 17553 17555 17008 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 248110645 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 255372881191 0 0 4096 24578 0 0 0 17 1 0 0
/proc/17555/statm: 4643 292 257 25 0 2626 0

[startup+0.0498111 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 17555
/proc/meminfo: memFree=1716272/2055912 swapFree=4178564/4192956
[pid=17555] ppid=17553 vsize=13600 CPUtime=0.03
/proc/17555/stat : 17555 (sugar) S 17553 17555 17008 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 248110645 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17555/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101963 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 17555
/proc/meminfo: memFree=1716272/2055912 swapFree=4178564/4192956
[pid=17555] ppid=17553 vsize=13600 CPUtime=0.03
/proc/17555/stat : 17555 (sugar) S 17553 17555 17008 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 248110645 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17555/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301979 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 17555
/proc/meminfo: memFree=1716272/2055912 swapFree=4178564/4192956
[pid=17555] ppid=17553 vsize=13600 CPUtime=0.03
/proc/17555/stat : 17555 (sugar) S 17553 17555 17008 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 248110645 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17555/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702028 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 17555
/proc/meminfo: memFree=1716272/2055912 swapFree=4178564/4192956
[pid=17555] ppid=17553 vsize=13600 CPUtime=0.03
/proc/17555/stat : 17555 (sugar) S 17553 17555 17008 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 248110645 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17555/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50211 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 17567
/proc/meminfo: memFree=1690712/2055912 swapFree=4178564/4192956
[pid=17555] ppid=17553 vsize=13600 CPUtime=0.03
/proc/17555/stat : 17555 (sugar) S 17553 17555 17008 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 248110645 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17555/statm: 3400 796 370 3 0 500 0
[pid=17558] ppid=17555 vsize=5356 CPUtime=0
/proc/17558/stat : 17558 (sh) S 17555 17555 17008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 248110650 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17558/statm: 1339 233 193 169 0 50 0
[pid=17559] ppid=17558 vsize=864696 CPUtime=1.42
/proc/17559/stat : 17559 (java) S 17558 17555 17008 0 -1 0 13662 0 1 0 135 7 0 0 18 0 9 0 248110651 885448704 11704 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17559/statm: 216174 11704 2529 9 0 210756 0
[pid=17559/tid=17560] ppid=17558 vsize=864696 CPUtime=0.82
/proc/17559/task/17560/stat : 17560 (java) R 17558 17555 17008 0 -1 64 3008 0 1 0 80 2 0 0 24 0 9 0 248110652 885448704 11704 996147200 134512640 134550740 4294956000 18446744073709551615 4126734052 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17559/tid=17561] ppid=17558 vsize=864696 CPUtime=0.44
/proc/17559/task/17561/stat : 17561 (java) S 17558 17555 17008 0 -1 64 9442 0 0 0 41 3 0 0 16 0 9 0 248110653 885448704 11704 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17559/tid=17562] ppid=17558 vsize=864696 CPUtime=0
/proc/17559/task/17562/stat : 17562 (java) S 17558 17555 17008 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 248110653 885448704 11704 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17559/tid=17563] ppid=17558 vsize=864696 CPUtime=0
/proc/17559/task/17563/stat : 17563 (java) S 17558 17555 17008 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 248110653 885448704 11704 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17559/tid=17564] ppid=17558 vsize=864696 CPUtime=0
/proc/17559/task/17564/stat : 17564 (java) S 17558 17555 17008 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 248110655 885448704 11704 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17559/tid=17565] ppid=17558 vsize=864696 CPUtime=0.14
/proc/17559/task/17565/stat : 17565 (java) S 17558 17555 17008 0 -1 64 513 0 0 0 14 0 0 0 16 0 9 0 248110655 885448704 11704 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17559/tid=17566] ppid=17558 vsize=864696 CPUtime=0
/proc/17559/task/17566/stat : 17566 (java) S 17558 17555 17008 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 248110655 885448704 11704 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17559/tid=17567] ppid=17558 vsize=864696 CPUtime=0
/proc/17559/task/17567/stat : 17567 (java) S 17558 17555 17008 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 248110655 885448704 11704 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 883652

[startup+3.10128 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 17577
/proc/meminfo: memFree=1706008/2055912 swapFree=4178564/4192956
[pid=17555] ppid=17553 vsize=13600 CPUtime=1.7
/proc/17555/stat : 17555 (sugar) S 17553 17555 17008 0 -1 4194304 974 14277 0 1 3 0 159 8 15 0 1 0 248110645 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17555/statm: 3400 797 370 3 0 500 0
[pid=17568] ppid=17555 vsize=5356 CPUtime=0
/proc/17568/stat : 17568 (sh) S 17555 17555 17008 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 248110823 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17568/statm: 1339 233 193 169 0 50 0
[pid=17569] ppid=17568 vsize=868460 CPUtime=1.29
/proc/17569/stat : 17569 (java) S 17568 17555 17008 0 -1 0 8921 0 1 0 123 6 0 0 18 0 9 0 248110824 889303040 7922 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17569/statm: 217115 7922 2543 9 0 211690 0
[pid=17569/tid=17570] ppid=17568 vsize=868460 CPUtime=0.83
/proc/17569/task/17570/stat : 17570 (java) R 17568 17555 17008 0 -1 64 2710 0 1 0 81 2 0 0 20 0 9 0 248110825 889303040 7922 996147200 134512640 134550740 4294955952 18446744073709551615 4126566896 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17569/tid=17571] ppid=17568 vsize=868460 CPUtime=0.25
/proc/17569/task/17571/stat : 17571 (java) S 17568 17555 17008 0 -1 64 4068 0 0 0 23 2 0 0 16 0 9 0 248110826 889303040 7922 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17569/tid=17572] ppid=17568 vsize=868460 CPUtime=0
/proc/17569/task/17572/stat : 17572 (java) S 17568 17555 17008 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 248110826 889303040 7922 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17569/tid=17573] ppid=17568 vsize=868460 CPUtime=0
/proc/17569/task/17573/stat : 17573 (java) S 17568 17555 17008 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 248110826 889303040 7922 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17569/tid=17574] ppid=17568 vsize=868460 CPUtime=0
/proc/17569/task/17574/stat : 17574 (java) S 17568 17555 17008 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 248110828 889303040 7922 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17569/tid=17575] ppid=17568 vsize=868460 CPUtime=0.18
/proc/17569/task/17575/stat : 17575 (java) S 17568 17555 17008 0 -1 64 1446 0 0 0 18 0 0 0 16 0 9 0 248110828 889303040 7922 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17569/tid=17576] ppid=17568 vsize=868460 CPUtime=0
/proc/17569/task/17576/stat : 17576 (java) S 17568 17555 17008 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 248110828 889303040 7922 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17569/tid=17577] ppid=17568 vsize=868460 CPUtime=0
/proc/17569/task/17577/stat : 17577 (java) S 17568 17555 17008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 248110828 889303040 7922 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 887416

[startup+6.30261 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 17577
/proc/meminfo: memFree=1686616/2055912 swapFree=4178564/4192956
[pid=17555] ppid=17553 vsize=13600 CPUtime=1.7
/proc/17555/stat : 17555 (sugar) S 17553 17555 17008 0 -1 4194304 974 14277 0 1 3 0 159 8 16 0 1 0 248110645 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17555/statm: 3400 797 370 3 0 500 0
[pid=17568] ppid=17555 vsize=5356 CPUtime=0
/proc/17568/stat : 17568 (sh) S 17555 17555 17008 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 248110823 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17568/statm: 1339 233 193 169 0 50 0
[pid=17569] ppid=17568 vsize=868460 CPUtime=4.46
/proc/17569/stat : 17569 (java) S 17568 17555 17008 0 -1 0 10736 0 1 0 438 8 0 0 18 0 9 0 248110824 889303040 9402 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17569/statm: 217115 9402 2541 9 0 211690 0
[pid=17569/tid=17570] ppid=17568 vsize=868460 CPUtime=3.67
/proc/17569/task/17570/stat : 17570 (java) R 17568 17555 17008 0 -1 64 3075 0 1 0 364 3 0 0 25 0 9 0 248110825 889303040 9402 996147200 134512640 134550740 4294955952 18446744073709551615 4126566915 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17569/tid=17571] ppid=17568 vsize=868460 CPUtime=0.54
/proc/17569/task/17571/stat : 17571 (java) S 17568 17555 17008 0 -1 64 5493 0 0 0 51 3 0 0 16 0 9 0 248110826 889303040 9402 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17569/tid=17572] ppid=17568 vsize=868460 CPUtime=0
/proc/17569/task/17572/stat : 17572 (java) S 17568 17555 17008 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 248110826 889303040 9402 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17569/tid=17573] ppid=17568 vsize=868460 CPUtime=0
/proc/17569/task/17573/stat : 17573 (java) S 17568 17555 17008 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 248110826 889303040 9402 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17569/tid=17574] ppid=17568 vsize=868460 CPUtime=0
/proc/17569/task/17574/stat : 17574 (java) S 17568 17555 17008 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 248110828 889303040 9402 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17569/tid=17575] ppid=17568 vsize=868460 CPUtime=0.22
/proc/17569/task/17575/stat : 17575 (java) S 17568 17555 17008 0 -1 64 1471 0 0 0 22 0 0 0 15 0 9 0 248110828 889303040 9402 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17569/tid=17576] ppid=17568 vsize=868460 CPUtime=0
/proc/17569/task/17576/stat : 17576 (java) S 17568 17555 17008 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 248110828 889303040 9402 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17569/tid=17577] ppid=17568 vsize=868460 CPUtime=0
/proc/17569/task/17577/stat : 17577 (java) S 17568 17555 17008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 248110828 889303040 9402 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 887416

[startup+12.7023 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 17577
/proc/meminfo: memFree=1674328/2055912 swapFree=4178564/4192956
[pid=17555] ppid=17553 vsize=13600 CPUtime=1.7
/proc/17555/stat : 17555 (sugar) S 17553 17555 17008 0 -1 4194304 974 14277 0 1 3 0 159 8 16 0 1 0 248110645 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17555/statm: 3400 797 370 3 0 500 0
[pid=17568] ppid=17555 vsize=5356 CPUtime=0
/proc/17568/stat : 17568 (sh) S 17555 17555 17008 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 248110823 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17568/statm: 1339 233 193 169 0 50 0
[pid=17569] ppid=17568 vsize=868460 CPUtime=10.79
/proc/17569/stat : 17569 (java) S 17568 17555 17008 0 -1 0 15020 0 1 0 1065 14 0 0 18 0 9 0 248110824 889303040 12372 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17569/statm: 217115 12372 2541 9 0 211690 0
[pid=17569/tid=17570] ppid=17568 vsize=868460 CPUtime=9.38
/proc/17569/task/17570/stat : 17570 (java) R 17568 17555 17008 0 -1 64 3555 0 1 0 934 4 0 0 25 0 9 0 248110825 889303040 12372 996147200 134512640 134550740 4294955952 18446744073709551615 4126571671 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17569/tid=17571] ppid=17568 vsize=868460 CPUtime=1.16
/proc/17569/task/17571/stat : 17571 (java) S 17568 17555 17008 0 -1 64 9295 0 0 0 108 8 0 0 16 0 9 0 248110826 889303040 12372 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17569/tid=17572] ppid=17568 vsize=868460 CPUtime=0
/proc/17569/task/17572/stat : 17572 (java) S 17568 17555 17008 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 248110826 889303040 12372 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17569/tid=17573] ppid=17568 vsize=868460 CPUtime=0
/proc/17569/task/17573/stat : 17573 (java) S 17568 17555 17008 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 248110826 889303040 12372 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17569/tid=17574] ppid=17568 vsize=868460 CPUtime=0
/proc/17569/task/17574/stat : 17574 (java) S 17568 17555 17008 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 248110828 889303040 12372 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17569/tid=17575] ppid=17568 vsize=868460 CPUtime=0.22
/proc/17569/task/17575/stat : 17575 (java) S 17568 17555 17008 0 -1 64 1473 0 0 0 22 0 0 0 15 0 9 0 248110828 889303040 12372 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17569/tid=17576] ppid=17568 vsize=868460 CPUtime=0
/proc/17569/task/17576/stat : 17576 (java) S 17568 17555 17008 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 248110828 889303040 12372 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17569/tid=17577] ppid=17568 vsize=868460 CPUtime=0
/proc/17569/task/17577/stat : 17577 (java) S 17568 17555 17008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 248110828 889303040 12372 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 887416

[startup+25.5026 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 17577
/proc/meminfo: memFree=1647896/2055912 swapFree=4178564/4192956
[pid=17555] ppid=17553 vsize=13600 CPUtime=1.7
/proc/17555/stat : 17555 (sugar) S 17553 17555 17008 0 -1 4194304 974 14277 0 1 3 0 159 8 16 0 1 0 248110645 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17555/statm: 3400 797 370 3 0 500 0
[pid=17568] ppid=17555 vsize=5356 CPUtime=0
/proc/17568/stat : 17568 (sh) S 17555 17555 17008 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 248110823 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17568/statm: 1339 233 193 169 0 50 0
[pid=17569] ppid=17568 vsize=868460 CPUtime=23.46
/proc/17569/stat : 17569 (java) S 17568 17555 17008 0 -1 0 22927 0 1 0 2325 21 0 0 18 0 9 0 248110824 889303040 18892 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17569/statm: 217115 18892 2541 9 0 211690 0
[pid=17569/tid=17570] ppid=17568 vsize=868460 CPUtime=20.95
/proc/17569/task/17570/stat : 17570 (java) R 17568 17555 17008 0 -1 64 4204 0 1 0 2089 6 0 0 25 0 9 0 248110825 889303040 18892 996147200 134512640 134550740 4294955952 18446744073709551615 4126568176 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17569/tid=17571] ppid=17568 vsize=868460 CPUtime=2.25
/proc/17569/task/17571/stat : 17571 (java) S 17568 17555 17008 0 -1 64 16546 0 0 0 212 13 0 0 16 0 9 0 248110826 889303040 18892 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17569/tid=17572] ppid=17568 vsize=868460 CPUtime=0
/proc/17569/task/17572/stat : 17572 (java) S 17568 17555 17008 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 248110826 889303040 18892 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17569/tid=17573] ppid=17568 vsize=868460 CPUtime=0
/proc/17569/task/17573/stat : 17573 (java) S 17568 17555 17008 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 248110826 889303040 18892 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/17569/statm: 217143 34528 2566 9 0 211690 0
[pid=17569/tid=17570] ppid=17568 vsize=868572 CPUtime=696.65
/proc/17569/task/17570/stat : 17570 (java) R 17568 17555 17008 0 -1 64 10461 0 1 0 68478 1187 0 0 25 0 9 0 248110825 889417728 34528 996147200 134512640 134550740 4294955952 18446744073709551615 4126487049 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17569/tid=17571] ppid=17568 vsize=868572 CPUtime=8.29
/proc/17569/task/17571/stat : 17571 (java) S 17568 17555 17008 0 -1 64 34218 0 0 0 774 55 0 0 16 0 9 0 248110826 889417728 34528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17569/tid=17572] ppid=17568 vsize=868572 CPUtime=0
/proc/17569/task/17572/stat : 17572 (java) S 17568 17555 17008 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 248110826 889417728 34528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17569/tid=17573] ppid=17568 vsize=868572 CPUtime=0
/proc/17569/task/17573/stat : 17573 (java) S 17568 17555 17008 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 248110826 889417728 34528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17569/tid=17574] ppid=17568 vsize=868572 CPUtime=0
/proc/17569/task/17574/stat : 17574 (java) S 17568 17555 17008 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 248110828 889417728 34528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17569/tid=17575] ppid=17568 vsize=868572 CPUtime=0.32
/proc/17569/task/17575/stat : 17575 (java) S 17568 17555 17008 0 -1 64 1531 0 0 0 32 0 0 0 15 0 9 0 248110828 889417728 34528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17569/tid=17576] ppid=17568 vsize=868572 CPUtime=0
/proc/17569/task/17576/stat : 17576 (java) S 17568 17555 17008 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 248110828 889417728 34528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17569/tid=17577] ppid=17568 vsize=868572 CPUtime=0
/proc/17569/task/17577/stat : 17577 (java) S 17568 17555 17008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 248110828 889417728 34528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 706.99
Current children cumulated vsize (KiB) 887528

[startup+729.502 s]
/proc/loadavg: 2.18 2.10 2.04 3/84 17577
/proc/meminfo: memFree=15648/2055912 swapFree=4178564/4192956
[pid=17555] ppid=17553 vsize=13600 CPUtime=1.7
/proc/17555/stat : 17555 (sugar) S 17553 17555 17008 0 -1 4194304 974 14277 0 1 3 0 159 8 16 0 1 0 248110645 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17555/statm: 3400 797 370 3 0 500 0
[pid=17568] ppid=17555 vsize=5356 CPUtime=0
/proc/17568/stat : 17568 (sh) S 17555 17555 17008 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 248110823 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17568/statm: 1339 233 193 169 0 50 0
[pid=17569] ppid=17568 vsize=868572 CPUtime=717.87
/proc/17569/stat : 17569 (java) S 17568 17555 17008 0 -1 0 47025 0 1 0 70510 1277 0 0 18 0 9 0 248110824 889417728 34528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17569/statm: 217143 34528 2566 9 0 211690 0
[pid=17569/tid=17570] ppid=17568 vsize=868572 CPUtime=709.16
/proc/17569/task/17570/stat : 17570 (java) R 17568 17555 17008 0 -1 64 10579 0 1 0 69697 1219 0 0 25 0 9 0 248110825 889417728 34528 996147200 134512640 134550740 4294955952 18446744073709551615 4126889647 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17569/tid=17571] ppid=17568 vsize=868572 CPUtime=8.35
/proc/17569/task/17571/stat : 17571 (java) S 17568 17555 17008 0 -1 64 34218 0 0 0 779 56 0 0 16 0 9 0 248110826 889417728 34528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17569/tid=17572] ppid=17568 vsize=868572 CPUtime=0
/proc/17569/task/17572/stat : 17572 (java) S 17568 17555 17008 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 248110826 889417728 34528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17569/tid=17573] ppid=17568 vsize=868572 CPUtime=0
/proc/17569/task/17573/stat : 17573 (java) S 17568 17555 17008 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 248110826 889417728 34528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17569/tid=17574] ppid=17568 vsize=868572 CPUtime=0
/proc/17569/task/17574/stat : 17574 (java) S 17568 17555 17008 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 248110828 889417728 34528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17569/tid=17575] ppid=17568 vsize=868572 CPUtime=0.32
/proc/17569/task/17575/stat : 17575 (java) S 17568 17555 17008 0 -1 64 1531 0 0 0 32 0 0 0 15 0 9 0 248110828 889417728 34528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17569/tid=17576] ppid=17568 vsize=868572 CPUtime=0
/proc/17569/task/17576/stat : 17576 (java) S 17568 17555 17008 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 248110828 889417728 34528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17569/tid=17577] ppid=17568 vsize=868572 CPUtime=0
/proc/17569/task/17577/stat : 17577 (java) S 17568 17555 17008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 248110828 889417728 34528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 719.57
Current children cumulated vsize (KiB) 887528

[startup+735.907 s]
/proc/loadavg: 2.17 2.10 2.04 3/84 17577
/proc/meminfo: memFree=15136/2055912 swapFree=4178564/4192956
[pid=17555] ppid=17553 vsize=13600 CPUtime=1.7
/proc/17555/stat : 17555 (sugar) S 17553 17555 17008 0 -1 4194304 974 14277 0 1 3 0 159 8 16 0 1 0 248110645 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17555/statm: 3400 797 370 3 0 500 0
[pid=17568] ppid=17555 vsize=5356 CPUtime=0
/proc/17568/stat : 17568 (sh) S 17555 17555 17008 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 248110823 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17568/statm: 1339 233 193 169 0 50 0
[pid=17569] ppid=17568 vsize=868572 CPUtime=724.16
/proc/17569/stat : 17569 (java) S 17568 17555 17008 0 -1 0 47086 0 1 0 71120 1296 0 0 18 0 9 0 248110824 889417728 34528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17569/statm: 217143 34528 2566 9 0 211690 0
[pid=17569/tid=17570] ppid=17568 vsize=868572 CPUtime=715.41
/proc/17569/task/17570/stat : 17570 (java) R 17568 17555 17008 0 -1 64 10640 0 1 0 70304 1237 0 0 25 0 9 0 248110825 889417728 34528 996147200 134512640 134550740 4294955952 18446744073709551615 4127022800 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17569/tid=17571] ppid=17568 vsize=868572 CPUtime=8.39
/proc/17569/task/17571/stat : 17571 (java) S 17568 17555 17008 0 -1 64 34218 0 0 0 783 56 0 0 16 0 9 0 248110826 889417728 34528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17569/tid=17572] ppid=17568 vsize=868572 CPUtime=0
/proc/17569/task/17572/stat : 17572 (java) S 17568 17555 17008 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 248110826 889417728 34528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17569/tid=17573] ppid=17568 vsize=868572 CPUtime=0
/proc/17569/task/17573/stat : 17573 (java) S 17568 17555 17008 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 248110826 889417728 34528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17569/tid=17574] ppid=17568 vsize=868572 CPUtime=0
/proc/17569/task/17574/stat : 17574 (java) S 17568 17555 17008 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 248110828 889417728 34528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17569/tid=17575] ppid=17568 vsize=868572 CPUtime=0.32
/proc/17569/task/17575/stat : 17575 (java) S 17568 17555 17008 0 -1 64 1531 0 0 0 32 0 0 0 15 0 9 0 248110828 889417728 34528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17569/tid=17576] ppid=17568 vsize=868572 CPUtime=0
/proc/17569/task/17576/stat : 17576 (java) S 17568 17555 17008 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 248110828 889417728 34528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17569/tid=17577] ppid=17568 vsize=868572 CPUtime=0
/proc/17569/task/17577/stat : 17577 (java) S 17568 17555 17008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 248110828 889417728 34528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 725.86
Current children cumulated vsize (KiB) 887528

[startup+742.303 s]
/proc/loadavg: 2.15 2.10 2.04 3/84 17577
/proc/meminfo: memFree=15072/2055912 swapFree=4178564/4192956
[pid=17555] ppid=17553 vsize=13600 CPUtime=1.7
/proc/17555/stat : 17555 (sugar) S 17553 17555 17008 0 -1 4194304 974 14277 0 1 3 0 159 8 16 0 1 0 248110645 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17555/statm: 3400 797 370 3 0 500 0
[pid=17568] ppid=17555 vsize=5356 CPUtime=0
/proc/17568/stat : 17568 (sh) S 17555 17555 17008 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 248110823 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17568/statm: 1339 233 193 169 0 50 0
[pid=17569] ppid=17568 vsize=868572 CPUtime=730.46
/proc/17569/stat : 17569 (java) S 17568 17555 17008 0 -1 0 47144 0 1 0 71735 1311 0 0 18 0 9 0 248110824 889417728 34528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17569/statm: 217143 34528 2566 9 0 211690 0
[pid=17569/tid=17570] ppid=17568 vsize=868572 CPUtime=721.67
/proc/17569/task/17570/stat : 17570 (java) R 17568 17555 17008 0 -1 64 10698 0 1 0 70915 1252 0 0 25 0 9 0 248110825 889417728 34528 996147200 134512640 134550740 4294955952 18446744073709551615 4126638198 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17569/tid=17571] ppid=17568 vsize=868572 CPUtime=8.43
/proc/17569/task/17571/stat : 17571 (java) S 17568 17555 17008 0 -1 64 34218 0 0 0 786 57 0 0 16 0 9 0 248110826 889417728 34528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17569/tid=17572] ppid=17568 vsize=868572 CPUtime=0
/proc/17569/task/17572/stat : 17572 (java) S 17568 17555 17008 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 248110826 889417728 34528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17569/tid=17573] ppid=17568 vsize=868572 CPUtime=0
/proc/17569/task/17573/stat : 17573 (java) S 17568 17555 17008 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 248110826 889417728 34528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17569/tid=17574] ppid=17568 vsize=868572 CPUtime=0
/proc/17569/task/17574/stat : 17574 (java) S 17568 17555 17008 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 248110828 889417728 34528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17569/tid=17575] ppid=17568 vsize=868572 CPUtime=0.32
/proc/17569/task/17575/stat : 17575 (java) S 17568 17555 17008 0 -1 64 1531 0 0 0 32 0 0 0 15 0 9 0 248110828 889417728 34528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17569/tid=17576] ppid=17568 vsize=868572 CPUtime=0
/proc/17569/task/17576/stat : 17576 (java) S 17568 17555 17008 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 248110828 889417728 34528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17569/tid=17577] ppid=17568 vsize=868572 CPUtime=0
/proc/17569/task/17577/stat : 17577 (java) S 17568 17555 17008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 248110828 889417728 34528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 732.16
Current children cumulated vsize (KiB) 887528

[startup+743.902 s]
/proc/loadavg: 2.14 2.09 2.04 3/84 17577
/proc/meminfo: memFree=15840/2055912 swapFree=4178564/4192956
[pid=17555] ppid=17553 vsize=13600 CPUtime=1.7
/proc/17555/stat : 17555 (sugar) S 17553 17555 17008 0 -1 4194304 974 14277 0 1 3 0 159 8 16 0 1 0 248110645 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17555/statm: 3400 797 370 3 0 500 0
[pid=17568] ppid=17555 vsize=5356 CPUtime=0
/proc/17568/stat : 17568 (sh) S 17555 17555 17008 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 248110823 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17568/statm: 1339 233 193 169 0 50 0
[pid=17569] ppid=17568 vsize=868572 CPUtime=732.02
/proc/17569/stat : 17569 (java) S 17568 17555 17008 0 -1 0 47158 0 1 0 71887 1315 0 0 18 0 9 0 248110824 889417728 34528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17569/statm: 217143 34528 2566 9 0 211690 0
[pid=17569/tid=17570] ppid=17568 vsize=868572 CPUtime=723.23
/proc/17569/task/17570/stat : 17570 (java) R 17568 17555 17008 0 -1 64 10712 0 1 0 71067 1256 0 0 25 0 9 0 248110825 889417728 34528 996147200 134512640 134550740 4294955952 18446744073709551615 4127085061 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17569/tid=17571] ppid=17568 vsize=868572 CPUtime=8.44
/proc/17569/task/17571/stat : 17571 (java) S 17568 17555 17008 0 -1 64 34218 0 0 0 787 57 0 0 16 0 9 0 248110826 889417728 34528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17569/tid=17572] ppid=17568 vsize=868572 CPUtime=0
/proc/17569/task/17572/stat : 17572 (java) S 17568 17555 17008 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 248110826 889417728 34528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17569/tid=17573] ppid=17568 vsize=868572 CPUtime=0
/proc/17569/task/17573/stat : 17573 (java) S 17568 17555 17008 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 248110826 889417728 34528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17569/tid=17574] ppid=17568 vsize=868572 CPUtime=0
/proc/17569/task/17574/stat : 17574 (java) S 17568 17555 17008 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 248110828 889417728 34528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17569/tid=17575] ppid=17568 vsize=868572 CPUtime=0.32
/proc/17569/task/17575/stat : 17575 (java) S 17568 17555 17008 0 -1 64 1531 0 0 0 32 0 0 0 15 0 9 0 248110828 889417728 34528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17569/tid=17576] ppid=17568 vsize=868572 CPUtime=0
/proc/17569/task/17576/stat : 17576 (java) S 17568 17555 17008 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 248110828 889417728 34528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17569/tid=17577] ppid=17568 vsize=868572 CPUtime=0
/proc/17569/task/17577/stat : 17577 (java) S 17568 17555 17008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 248110828 889417728 34528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 733.72
Current children cumulated vsize (KiB) 887528

[startup+744.706 s]
/proc/loadavg: 2.14 2.09 2.04 3/74 17577
/proc/meminfo: memFree=646896/2055912 swapFree=4178564/4192956
[pid=17555] ppid=17553 vsize=13600 CPUtime=734.47
/proc/17555/stat : 17555 (sugar) R 17553 17555 17008 0 -1 4194304 996 61738 0 2 3 33 72083 1328 19 0 1 0 248110645 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255373055017 0 0 4224 16386 0 0 0 17 1 0 0
/proc/17555/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 734.47
Current children cumulated vsize (KiB) 13600

[startup+745.503 s]
/proc/loadavg: 2.14 2.09 2.04 3/74 17577
/proc/meminfo: memFree=646896/2055912 swapFree=4178564/4192956
[pid=17555] ppid=17553 vsize=13600 CPUtime=735.06
/proc/17555/stat : 17555 (sugar) D 17553 17555 17008 0 -1 4194304 996 61738 0 2 3 92 72083 1328 18 0 1 0 248110645 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255373055017 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/17555/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 735.06
Current children cumulated vsize (KiB) 13600

[startup+745.702 s]
/proc/loadavg: 2.14 2.09 2.04 2/74 17577
/proc/meminfo: memFree=1859056/2055912 swapFree=4178564/4192956
[pid=17555] ppid=17553 vsize=13600 CPUtime=735.08
/proc/17555/stat : 17555 (sugar) D 17553 17555 17008 0 -1 4194304 996 61738 0 2 3 94 72083 1328 18 0 1 0 248110645 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255373055017 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/17555/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 735.08
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 745.781
CPU time (s): 735.109
CPU user time (s): 720.878
CPU system time (s): 14.2308
CPU usage (%): 98.569
Max. virtual memory (cumulated for all children) (KiB): 892544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 720.878
system time used= 14.2308
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62764
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 62702
involuntary context switches= 80435

runsolver used 0.858869 second user time and 2.6176 second system time

The end

Launcher Data (download as text)

Begin job on node78 at 2008-07-05 08:42:36
IDJOB=1086591
IDBENCH=57843
IDSOLVER=346
FILE ID=node78/1086591-1215240156
PBS_JOBID= 7881955
Free space on /tmp= 126632 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e300dafa26bcab4445d58a8b5c31c7b7
RANDOM SEED=1207098015

node78.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.247
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.247
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:      2055912 kB
MemFree:       1716752 kB
Buffers:         21848 kB
Cached:         153612 kB
SwapCached:       7664 kB
Active:         196436 kB
Inactive:        77288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1716752 kB
SwapTotal:     4192956 kB
SwapFree:      4178564 kB
Dirty:            4384 kB
Writeback:           0 kB
Mapped:         106576 kB
Slab:            50564 kB
Committed_AS:   801544 kB
PageTables:       1776 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126628 MiB
End job on node78 at 2008-07-05 08:55:02