Trace number 1086737

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+picosat? 1044 1067.44

General information on the benchmark

Namecsp/fapp/fapp28/
normalized-fapp28-2800-5.xml
MD5SUM712a20b0506303fd583b688f94b5a45f
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 benchmark44.8502
Satisfiable
(Un)Satisfiability was proved
Number of variables2800
Number of constraints22569
Maximum constraint arity2
Maximum domain size998
Number of constraints which are defined in extension0
Number of constraints which are defined in intension22569
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Sat Jul  5 08:56:18 2008
0.00/0.04	c 0	PID 31934
0.00/0.04	c 0	HOST node84.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1086737-1215240978.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1086737-1215240978.xml' 'HOME/temp.csp'
1.38/1.45	c 1	17 domains, 2800 variables, 8 predicates, 0 relations, 22569 constraints
1.44/1.50	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.44/1.50	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.44/1.58	c 2	Parsing HOME/temp.csp
1.44/1.97	c 2	parsed 10000 expressions
2.12/2.26	c 2	parsed 20000 expressions
2.21/2.39	c 2	parsed 25394 expressions
2.32/2.40	c 2	Heap : 11 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.32/2.40	c 2	Converting to clausal form CSP
2.32/2.47	c 2	converted 2540 (10%) expressions
9.11/9.26	c 9	converted 5079 (20%) expressions
15.61/15.74	c 16	converted 7619 (30%) expressions
22.11/22.23	c 22	converted 10158 (40%) expressions
28.51/28.68	c 29	converted 12697 (50%) expressions
35.20/35.31	c 35	converted 15237 (60%) expressions
41.30/41.41	c 41	converted 17776 (70%) expressions
47.40/47.54	c 48	converted 20316 (80%) expressions
53.90/54.08	c 54	converted 22855 (90%) expressions
59.30/59.49	c 59	converted 25394 (100%) expressions
59.30/59.49	c 60	CSP : 9699 integers, 62620 booleans, 150074 clauses, largest domain size 3217
59.30/59.49	c 60	Heap : 107 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
59.30/59.49	c 60	Propagation in CSP
68.28/68.46	c 68	172220 values, 0 unsatisfiable literals, and 0 valid clauses are removed
68.28/68.46	c 68	CSP : 9699 integers, 62620 booleans, 150074 clauses, largest domain size 3217
68.28/68.46	c 68	Heap : 117 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
68.38/68.50	c 69	Simplifing CSP by introducing new Boolean variables
68.69/68.87	c 69	CSP : 9699 integers, 119398 booleans, 206852 clauses, largest domain size 3217
68.69/68.87	c 69	Heap : 132 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
69.49/69.60	c 70	Encoding CSP to SAT : HOME/temp.cnf
101.57/101.80	c 102	970 (10%) CSP integer variables are encoded (720926 clauses, 12033901 bytes)
134.15/134.37	c 134	1940 (20%) CSP integer variables are encoded (1448343 clauses, 25299359 bytes)
162.84/163.02	c 163	2910 (30%) CSP integer variables are encoded (2381517 clauses, 43029665 bytes)
166.03/166.26	c 166	3880 (40%) CSP integer variables are encoded (5187779 clauses, 96348643 bytes)
169.20/169.42	c 169	4850 (50%) CSP integer variables are encoded (7854239 clauses, 147011383 bytes)
172.58/173.81	c 174	5820 (60%) CSP integer variables are encoded (10646359 clauses, 201365584 bytes)
175.94/177.23	c 177	6790 (70%) CSP integer variables are encoded (13383483 clauses, 258845188 bytes)
179.27/180.64	c 181	7760 (80%) CSP integer variables are encoded (16076947 clauses, 315407932 bytes)
182.61/184.06	c 184	8730 (90%) CSP integer variables are encoded (18787285 clauses, 372325030 bytes)
185.97/187.45	c 187	9699 (100%) CSP integer variables are encoded (21508154 clauses, 429463279 bytes)
445.27/451.69	c 452	20686 (10%) CSP clauses are encoded (39895005 clauses, 889458248 bytes)
638.75/652.90	c 653	41371 (20%) CSP clauses are encoded (55759049 clauses, 1294374369 bytes)
834.60/851.20	c 851	62056 (30%) CSP clauses are encoded (71991725 clauses, 1709114885 bytes)
1043.29/1064.94	c 1065	ERROR Exception Too large HOME/temp.cnf
1043.29/1064.94	c 1065	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
1043.29/1064.94	c 1065	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
1043.29/1064.94	c 1065	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
1043.29/1064.94	s UNKNOWN
1043.36/1065.00	c 1065	CPU 1030.86 (0.03 0.01 1030.83 12.5)
1043.36/1065.00	c 1065	END Sat Jul  5 09:14:03 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-1086737-1215240978/watcher-1086737-1215240978 -o /tmp/evaluation-result-1086737-1215240978/solver-1086737-1215240978 -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-1086737-1215240978.xml 

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 31934
/proc/meminfo: memFree=794560/2055920 swapFree=4176992/4192956
[pid=31934] ppid=31932 vsize=12272 CPUtime=0
/proc/31934/stat : 31934 (sugar) R 31932 31934 31264 0 -1 4194304 358 0 0 0 0 0 0 0 18 0 1 0 647017940 12566528 326 996147200 4194304 4206940 548682068608 18446744073709551615 243679221248 0 0 4224 0 0 0 0 17 0 0 0
/proc/31934/statm: 3068 327 246 3 0 168 0

[startup+0.013819 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 31934
/proc/meminfo: memFree=794560/2055920 swapFree=4176992/4192956
[pid=31934] ppid=31932 vsize=12544 CPUtime=0
/proc/31934/stat : 31934 (sugar) R 31932 31934 31264 0 -1 4194304 481 0 0 0 0 0 0 0 18 0 1 0 647017940 12845056 449 996147200 4194304 4206940 548682068608 18446744073709551615 243665375969 0 0 4224 0 0 0 0 17 0 0 0
/proc/31934/statm: 3136 450 291 3 0 236 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12544

[startup+0.101834 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 31934
/proc/meminfo: memFree=794560/2055920 swapFree=4176992/4192956
[pid=31934] ppid=31932 vsize=13600 CPUtime=0.04
/proc/31934/stat : 31934 (sugar) S 31932 31934 31264 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 647017940 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31934/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301855 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 31934
/proc/meminfo: memFree=794560/2055920 swapFree=4176992/4192956
[pid=31934] ppid=31932 vsize=13600 CPUtime=0.04
/proc/31934/stat : 31934 (sugar) S 31932 31934 31264 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 647017940 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31934/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701893 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 31934
/proc/meminfo: memFree=794560/2055920 swapFree=4176992/4192956
[pid=31934] ppid=31932 vsize=13600 CPUtime=0.04
/proc/31934/stat : 31934 (sugar) S 31932 31934 31264 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 647017940 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31934/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50356 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 31946
/proc/meminfo: memFree=759776/2055920 swapFree=4176992/4192956
[pid=31934] ppid=31932 vsize=13600 CPUtime=0.04
/proc/31934/stat : 31934 (sugar) S 31932 31934 31264 0 -1 4194304 918 127 0 0 3 1 0 0 16 0 1 0 647017940 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31934/statm: 3400 796 370 3 0 500 0
[pid=31937] ppid=31934 vsize=5356 CPUtime=0
/proc/31937/stat : 31937 (sh) S 31934 31934 31264 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 647017944 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31937/statm: 1339 233 193 169 0 50 0
[pid=31938] ppid=31937 vsize=0 CPUtime=1.4
/proc/31938/stat : 31938 (java) Z 31937 31934 31264 0 -1 12 14270 0 1 0 132 8 0 0 16 0 2 0 647017945 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31938/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 18956

[startup+3.10113 s]
/proc/loadavg: 1.93 1.98 1.99 3/84 31957
/proc/meminfo: memFree=778592/2055920 swapFree=4176992/4192956
[pid=31934] ppid=31932 vsize=13600 CPUtime=1.44
/proc/31934/stat : 31934 (sugar) S 31932 31934 31264 0 -1 4194304 974 14682 0 1 3 1 132 8 15 0 1 0 647017940 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31934/statm: 3400 797 370 3 0 500 0
[pid=31948] ppid=31934 vsize=5356 CPUtime=0
/proc/31948/stat : 31948 (sh) S 31934 31934 31264 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 647018091 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31948/statm: 1339 233 193 169 0 50 0
[pid=31949] ppid=31948 vsize=868444 CPUtime=1.57
/proc/31949/stat : 31949 (java) S 31948 31934 31264 0 -1 0 9504 0 1 0 151 6 0 0 20 0 9 0 647018091 889286656 8416 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31949/statm: 217111 8416 2541 9 0 211686 0
[pid=31949/tid=31950] ppid=31948 vsize=868444 CPUtime=1.02
/proc/31949/task/31950/stat : 31950 (java) R 31948 31934 31264 0 -1 64 2834 0 1 0 100 2 0 0 25 0 9 0 647018092 889286656 8416 996147200 134512640 134550740 4294955952 18446744073709551615 4126096974 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31949/tid=31951] ppid=31948 vsize=868444 CPUtime=0.35
/proc/31949/task/31951/stat : 31951 (java) S 31948 31934 31264 0 -1 64 4517 0 0 0 33 2 0 0 16 0 9 0 647018093 889286656 8416 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31949/tid=31952] ppid=31948 vsize=868444 CPUtime=0
/proc/31949/task/31952/stat : 31952 (java) S 31948 31934 31264 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 647018093 889286656 8416 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31949/tid=31953] ppid=31948 vsize=868444 CPUtime=0
/proc/31949/task/31953/stat : 31953 (java) S 31948 31934 31264 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 647018093 889286656 8416 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31949/tid=31954] ppid=31948 vsize=868444 CPUtime=0
/proc/31949/task/31954/stat : 31954 (java) S 31948 31934 31264 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 647018095 889286656 8416 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31949/tid=31955] ppid=31948 vsize=868444 CPUtime=0.17
/proc/31949/task/31955/stat : 31955 (java) S 31948 31934 31264 0 -1 64 1456 0 0 0 17 0 0 0 15 0 9 0 647018095 889286656 8416 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31949/tid=31956] ppid=31948 vsize=868444 CPUtime=0
/proc/31949/task/31956/stat : 31956 (java) S 31948 31934 31264 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 647018095 889286656 8416 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31949/tid=31957] ppid=31948 vsize=868444 CPUtime=0
/proc/31949/task/31957/stat : 31957 (java) S 31948 31934 31264 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 647018095 889286656 8416 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887400

[startup+6.30146 s]
/proc/loadavg: 1.93 1.98 1.99 3/84 31957
/proc/meminfo: memFree=764192/2055920 swapFree=4176992/4192956
[pid=31934] ppid=31932 vsize=13600 CPUtime=1.44
/proc/31934/stat : 31934 (sugar) S 31932 31934 31264 0 -1 4194304 974 14682 0 1 3 1 132 8 15 0 1 0 647017940 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31934/statm: 3400 797 370 3 0 500 0
[pid=31948] ppid=31934 vsize=5356 CPUtime=0
/proc/31948/stat : 31948 (sh) S 31934 31934 31264 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 647018091 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31948/statm: 1339 233 193 169 0 50 0
[pid=31949] ppid=31948 vsize=868444 CPUtime=4.78
/proc/31949/stat : 31949 (java) S 31948 31934 31264 0 -1 0 10885 0 1 0 469 9 0 0 20 0 9 0 647018091 889286656 9542 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31949/statm: 217111 9542 2542 9 0 211686 0
[pid=31949/tid=31950] ppid=31948 vsize=868444 CPUtime=4
/proc/31949/task/31950/stat : 31950 (java) R 31948 31934 31264 0 -1 64 3089 0 1 0 398 2 0 0 25 0 9 0 647018092 889286656 9542 996147200 134512640 134550740 4294955952 18446744073709551615 4126428764 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31949/tid=31951] ppid=31948 vsize=868444 CPUtime=0.54
/proc/31949/task/31951/stat : 31951 (java) S 31948 31934 31264 0 -1 64 5631 0 0 0 50 4 0 0 16 0 9 0 647018093 889286656 9542 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31949/tid=31952] ppid=31948 vsize=868444 CPUtime=0
/proc/31949/task/31952/stat : 31952 (java) S 31948 31934 31264 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 647018093 889286656 9542 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31949/tid=31953] ppid=31948 vsize=868444 CPUtime=0
/proc/31949/task/31953/stat : 31953 (java) S 31948 31934 31264 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 647018093 889286656 9542 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31949/tid=31954] ppid=31948 vsize=868444 CPUtime=0
/proc/31949/task/31954/stat : 31954 (java) S 31948 31934 31264 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 647018095 889286656 9542 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31949/tid=31955] ppid=31948 vsize=868444 CPUtime=0.2
/proc/31949/task/31955/stat : 31955 (java) S 31948 31934 31264 0 -1 64 1468 0 0 0 20 0 0 0 16 0 9 0 647018095 889286656 9542 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31949/tid=31956] ppid=31948 vsize=868444 CPUtime=0
/proc/31949/task/31956/stat : 31956 (java) S 31948 31934 31264 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 647018095 889286656 9542 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31949/tid=31957] ppid=31948 vsize=868444 CPUtime=0
/proc/31949/task/31957/stat : 31957 (java) S 31948 31934 31264 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 647018095 889286656 9542 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 887400

[startup+12.7011 s]
/proc/loadavg: 1.94 1.98 1.99 3/84 31957
/proc/meminfo: memFree=754088/2055920 swapFree=4176992/4192956
[pid=31934] ppid=31932 vsize=13600 CPUtime=1.44
/proc/31934/stat : 31934 (sugar) S 31932 31934 31264 0 -1 4194304 974 14682 0 1 3 1 132 8 16 0 1 0 647017940 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31934/statm: 3400 797 370 3 0 500 0
[pid=31948] ppid=31934 vsize=5356 CPUtime=0
/proc/31948/stat : 31948 (sh) S 31934 31934 31264 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 647018091 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31948/statm: 1339 233 193 169 0 50 0
[pid=31949] ppid=31948 vsize=868444 CPUtime=11.17
/proc/31949/stat : 31949 (java) S 31948 31934 31264 0 -1 0 14862 0 1 0 1104 13 0 0 20 0 9 0 647018091 889286656 11843 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31949/statm: 217111 11843 2541 9 0 211686 0
[pid=31949/tid=31950] ppid=31948 vsize=868444 CPUtime=9.81
/proc/31949/task/31950/stat : 31950 (java) R 31948 31934 31264 0 -1 64 3594 0 1 0 978 3 0 0 25 0 9 0 647018092 889286656 11843 996147200 134512640 134550740 4294955952 18446744073709551615 4126568544 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31949/tid=31951] ppid=31948 vsize=868444 CPUtime=1.12
/proc/31949/task/31951/stat : 31951 (java) S 31948 31934 31264 0 -1 64 9095 0 0 0 104 8 0 0 16 0 9 0 647018093 889286656 11843 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31949/tid=31952] ppid=31948 vsize=868444 CPUtime=0
/proc/31949/task/31952/stat : 31952 (java) S 31948 31934 31264 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 647018093 889286656 11843 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31949/tid=31953] ppid=31948 vsize=868444 CPUtime=0
/proc/31949/task/31953/stat : 31953 (java) S 31948 31934 31264 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 647018093 889286656 11843 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31949/tid=31954] ppid=31948 vsize=868444 CPUtime=0
/proc/31949/task/31954/stat : 31954 (java) S 31948 31934 31264 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 647018095 889286656 11843 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31949/tid=31955] ppid=31948 vsize=868444 CPUtime=0.21
/proc/31949/task/31955/stat : 31955 (java) S 31948 31934 31264 0 -1 64 1476 0 0 0 21 0 0 0 16 0 9 0 647018095 889286656 11843 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31949/tid=31956] ppid=31948 vsize=868444 CPUtime=0
/proc/31949/task/31956/stat : 31956 (java) S 31948 31934 31264 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 647018095 889286656 11843 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31949/tid=31957] ppid=31948 vsize=868444 CPUtime=0
/proc/31949/task/31957/stat : 31957 (java) S 31948 31934 31264 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 647018095 889286656 11843 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 887400

[startup+25.5024 s]
/proc/loadavg: 1.95 1.98 1.99 3/84 31957
/proc/meminfo: memFree=732776/2055920 swapFree=4176992/4192956
[pid=31934] ppid=31932 vsize=13600 CPUtime=1.44
/proc/31934/stat : 31934 (sugar) S 31932 31934 31264 0 -1 4194304 974 14682 0 1 3 1 132 8 16 0 1 0 647017940 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31934/statm: 3400 797 370 3 0 500 0
[pid=31948] ppid=31934 vsize=5356 CPUtime=0
/proc/31948/stat : 31948 (sh) S 31934 31934 31264 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 647018091 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31948/statm: 1339 233 193 169 0 50 0
[pid=31949] ppid=31948 vsize=868444 CPUtime=23.97
/proc/31949/stat : 31949 (java) S 31948 31934 31264 0 -1 0 21984 0 1 0 2374 23 0 0 20 0 9 0 647018091 889286656 17198 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31949/statm: 217111 17198 2541 9 0 211686 0
[pid=31949/tid=31950] ppid=31948 vsize=868444 CPUtime=21.64
/proc/31949/task/31950/stat : 31950 (java) R 31948 31934 31264 0 -1 64 4335 0 1 0 2158 6 0 0 25 0 9 0 647018092 889286656 17198 996147200 134512640 134550740 4294955952 18446744073709551615 4126428751 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31949/tid=31951] ppid=31948 vsize=868444 CPUtime=2.09
/proc/31949/task/31951/stat : 31951 (java) S 31948 31934 31264 0 -1 64 15474 0 0 0 194 15 0 0 16 0 9 0 647018093 889286656 17198 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31949/tid=31952] ppid=31948 vsize=868444 CPUtime=0
/proc/31949/task/31952/stat : 31952 (java) S 31948 31934 31264 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 647018093 889286656 17198 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31949/tid=31953] ppid=31948 vsize=868444 CPUtime=0
/proc/31949/task/31953/stat : 31953 (java) S 31948 31934 31264 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 647018093 889286656 17198 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31949/tid=31954] ppid=31948 vsize=868444 CPUtime=0
/proc/31949/task/31954/stat : 31954 (java) S 31948 31934 31264 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 647018095 889286656 17198 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31949/tid=31955] ppid=31948 vsize=868444 CPUtime=0.21
/proc/31949/task/31955/stat : 31955 (java) S 31948 31934 31264 0 -1 64 1478 0 0 0 21 0 0 0 15 0 9 0 647018095 889286656 17198 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31949/tid=31956] ppid=31948 vsize=868444 CPUtime=0
/proc/31949/task/31956/stat : 31956 (java) S 31948 31934 31264 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 647018095 889286656 17198 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31949/tid=31957] ppid=31948 vsize=868444 CPUtime=0
/proc/31949/task/31957/stat : 31957 (java) S 31948 31934 31264 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 647018095 889286656 17198 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 887400

[startup+51.102 s]
/proc/loadavg: 1.96 1.98 1.99 3/84 31957
/proc/meminfo: memFree=688872/2055920 swapFree=4176992/4192956
[pid=31934] ppid=31932 vsize=13600 CPUtime=1.44
/proc/31934/stat : 31934 (sugar) S 31932 31934 31264 0 -1 4194304 974 14682 0 1 3 1 132 8 16 0 1 0 647017940 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0

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

[startup+882.303 s]
/proc/loadavg: 3.01 3.05 2.69 3/92 32067
/proc/meminfo: memFree=15088/2055920 swapFree=4177336/4192956
[pid=31934] ppid=31932 vsize=13600 CPUtime=1.44
/proc/31934/stat : 31934 (sugar) S 31932 31934 31264 0 -1 4194304 974 14682 0 1 3 1 132 8 16 0 1 0 647017940 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31934/statm: 3400 797 370 3 0 500 0
[pid=31948] ppid=31934 vsize=5356 CPUtime=0
/proc/31948/stat : 31948 (sh) S 31934 31934 31264 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 647018091 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31948/statm: 1339 233 193 169 0 50 0
[pid=31949] ppid=31948 vsize=868556 CPUtime=863.23
/proc/31949/stat : 31949 (java) S 31948 31934 31264 0 -1 0 52585 0 1 0 85296 1027 0 0 20 0 9 0 647018091 889401344 39962 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31949/statm: 217139 39962 2566 9 0 211686 0
[pid=31949/tid=31950] ppid=31948 vsize=868556 CPUtime=854.3
/proc/31949/task/31950/stat : 31950 (java) R 31948 31934 31264 0 -1 64 9686 0 1 0 84458 972 0 0 25 0 9 0 647018092 889401344 39962 996147200 134512640 134550740 4294955952 18446744073709551615 4126639816 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31949/tid=31951] ppid=31948 vsize=868556 CPUtime=8.61
/proc/31949/task/31951/stat : 31951 (java) S 31948 31934 31264 0 -1 64 40677 0 0 0 808 53 0 0 16 0 9 0 647018093 889401344 39962 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31949/tid=31952] ppid=31948 vsize=868556 CPUtime=0
/proc/31949/task/31952/stat : 31952 (java) S 31948 31934 31264 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 647018093 889401344 39962 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31949/tid=31953] ppid=31948 vsize=868556 CPUtime=0
/proc/31949/task/31953/stat : 31953 (java) S 31948 31934 31264 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 647018093 889401344 39962 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31949/tid=31954] ppid=31948 vsize=868556 CPUtime=0
/proc/31949/task/31954/stat : 31954 (java) S 31948 31934 31264 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 647018095 889401344 39962 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31949/tid=31955] ppid=31948 vsize=868556 CPUtime=0.3
/proc/31949/task/31955/stat : 31955 (java) S 31948 31934 31264 0 -1 64 1525 0 0 0 30 0 0 0 16 0 9 0 647018095 889401344 39962 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31949/tid=31956] ppid=31948 vsize=868556 CPUtime=0
/proc/31949/task/31956/stat : 31956 (java) S 31948 31934 31264 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 647018095 889401344 39962 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31949/tid=31957] ppid=31948 vsize=868556 CPUtime=0
/proc/31949/task/31957/stat : 31957 (java) S 31948 31934 31264 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 647018095 889401344 39962 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 864.67
Current children cumulated vsize (KiB) 887512

[startup+942.303 s]
/proc/loadavg: 3.04 3.06 2.71 3/92 32067
/proc/meminfo: memFree=15216/2055920 swapFree=4177336/4192956
[pid=31934] ppid=31932 vsize=13600 CPUtime=1.44
/proc/31934/stat : 31934 (sugar) S 31932 31934 31264 0 -1 4194304 974 14682 0 1 3 1 132 8 16 0 1 0 647017940 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31934/statm: 3400 797 370 3 0 500 0
[pid=31948] ppid=31934 vsize=5356 CPUtime=0
/proc/31948/stat : 31948 (sh) S 31934 31934 31264 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 647018091 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31948/statm: 1339 233 193 169 0 50 0
[pid=31949] ppid=31948 vsize=868556 CPUtime=921.68
/proc/31949/stat : 31949 (java) S 31948 31934 31264 0 -1 0 52843 0 1 0 91072 1096 0 0 20 0 9 0 647018091 889401344 39962 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31949/statm: 217139 39962 2566 9 0 211686 0
[pid=31949/tid=31950] ppid=31948 vsize=868556 CPUtime=912.57
/proc/31949/task/31950/stat : 31950 (java) R 31948 31934 31264 0 -1 64 9944 0 1 0 90217 1040 0 0 25 0 9 0 647018092 889401344 39962 996147200 134512640 134550740 4294955952 18446744073709551615 4126639853 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31949/tid=31951] ppid=31948 vsize=868556 CPUtime=8.78
/proc/31949/task/31951/stat : 31951 (java) S 31948 31934 31264 0 -1 64 40677 0 0 0 824 54 0 0 16 0 9 0 647018093 889401344 39962 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31949/tid=31952] ppid=31948 vsize=868556 CPUtime=0
/proc/31949/task/31952/stat : 31952 (java) S 31948 31934 31264 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 647018093 889401344 39962 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31949/tid=31953] ppid=31948 vsize=868556 CPUtime=0
/proc/31949/task/31953/stat : 31953 (java) S 31948 31934 31264 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 647018093 889401344 39962 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31949/tid=31954] ppid=31948 vsize=868556 CPUtime=0
/proc/31949/task/31954/stat : 31954 (java) S 31948 31934 31264 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 647018095 889401344 39962 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31949/tid=31955] ppid=31948 vsize=868556 CPUtime=0.3
/proc/31949/task/31955/stat : 31955 (java) S 31948 31934 31264 0 -1 64 1525 0 0 0 30 0 0 0 16 0 9 0 647018095 889401344 39962 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31949/tid=31956] ppid=31948 vsize=868556 CPUtime=0
/proc/31949/task/31956/stat : 31956 (java) S 31948 31934 31264 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 647018095 889401344 39962 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31949/tid=31957] ppid=31948 vsize=868556 CPUtime=0
/proc/31949/task/31957/stat : 31957 (java) S 31948 31934 31264 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 647018095 889401344 39962 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 923.12
Current children cumulated vsize (KiB) 887512

[startup+1002.3 s]
/proc/loadavg: 3.01 3.04 2.73 3/92 32067
/proc/meminfo: memFree=15344/2055920 swapFree=4177336/4192956
[pid=31934] ppid=31932 vsize=13600 CPUtime=1.44
/proc/31934/stat : 31934 (sugar) S 31932 31934 31264 0 -1 4194304 974 14682 0 1 3 1 132 8 16 0 1 0 647017940 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31934/statm: 3400 797 370 3 0 500 0
[pid=31948] ppid=31934 vsize=5356 CPUtime=0
/proc/31948/stat : 31948 (sh) S 31934 31934 31264 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 647018091 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31948/statm: 1339 233 193 169 0 50 0
[pid=31949] ppid=31948 vsize=868556 CPUtime=981.15
/proc/31949/stat : 31949 (java) S 31948 31934 31264 0 -1 0 53083 0 1 0 96948 1167 0 0 20 0 9 0 647018091 889401344 39962 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31949/statm: 217139 39962 2566 9 0 211686 0
[pid=31949/tid=31950] ppid=31948 vsize=868556 CPUtime=971.89
/proc/31949/task/31950/stat : 31950 (java) R 31948 31934 31264 0 -1 64 10184 0 1 0 96080 1109 0 0 25 0 9 0 647018092 889401344 39962 996147200 134512640 134550740 4294955952 18446744073709551615 4127084656 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31949/tid=31951] ppid=31948 vsize=868556 CPUtime=8.93
/proc/31949/task/31951/stat : 31951 (java) S 31948 31934 31264 0 -1 64 40677 0 0 0 837 56 0 0 16 0 9 0 647018093 889401344 39962 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31949/tid=31952] ppid=31948 vsize=868556 CPUtime=0
/proc/31949/task/31952/stat : 31952 (java) S 31948 31934 31264 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 647018093 889401344 39962 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31949/tid=31953] ppid=31948 vsize=868556 CPUtime=0
/proc/31949/task/31953/stat : 31953 (java) S 31948 31934 31264 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 647018093 889401344 39962 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31949/tid=31954] ppid=31948 vsize=868556 CPUtime=0
/proc/31949/task/31954/stat : 31954 (java) S 31948 31934 31264 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 647018095 889401344 39962 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31949/tid=31955] ppid=31948 vsize=868556 CPUtime=0.3
/proc/31949/task/31955/stat : 31955 (java) S 31948 31934 31264 0 -1 64 1525 0 0 0 30 0 0 0 16 0 9 0 647018095 889401344 39962 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31949/tid=31956] ppid=31948 vsize=868556 CPUtime=0
/proc/31949/task/31956/stat : 31956 (java) S 31948 31934 31264 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 647018095 889401344 39962 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31949/tid=31957] ppid=31948 vsize=868556 CPUtime=0
/proc/31949/task/31957/stat : 31957 (java) S 31948 31934 31264 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 647018095 889401344 39962 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 982.59
Current children cumulated vsize (KiB) 887512

[startup+1062.3 s]
/proc/loadavg: 3.00 3.03 2.74 3/92 32067
/proc/meminfo: memFree=15536/2055920 swapFree=4177348/4192956
[pid=31934] ppid=31932 vsize=13600 CPUtime=1.44
/proc/31934/stat : 31934 (sugar) S 31932 31934 31264 0 -1 4194304 974 14682 0 1 3 1 132 8 16 0 1 0 647017940 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31934/statm: 3400 797 370 3 0 500 0
[pid=31948] ppid=31934 vsize=5356 CPUtime=0
/proc/31948/stat : 31948 (sh) S 31934 31934 31264 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 647018091 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31948/statm: 1339 233 193 169 0 50 0
[pid=31949] ppid=31948 vsize=868556 CPUtime=1039.28
/proc/31949/stat : 31949 (java) S 31948 31934 31264 0 -1 0 53321 0 1 0 102691 1237 0 0 20 0 9 0 647018091 889401344 39962 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31949/statm: 217139 39962 2566 9 0 211686 0
[pid=31949/tid=31950] ppid=31948 vsize=868556 CPUtime=1029.86
/proc/31949/task/31950/stat : 31950 (java) R 31948 31934 31264 0 -1 64 10422 0 1 0 101809 1177 0 0 25 0 9 0 647018092 889401344 39962 996147200 134512640 134550740 4294955952 18446744073709551615 4127082947 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31949/tid=31951] ppid=31948 vsize=868556 CPUtime=9.08
/proc/31949/task/31951/stat : 31951 (java) S 31948 31934 31264 0 -1 64 40677 0 0 0 851 57 0 0 16 0 9 0 647018093 889401344 39962 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31949/tid=31952] ppid=31948 vsize=868556 CPUtime=0
/proc/31949/task/31952/stat : 31952 (java) S 31948 31934 31264 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 647018093 889401344 39962 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31949/tid=31953] ppid=31948 vsize=868556 CPUtime=0
/proc/31949/task/31953/stat : 31953 (java) S 31948 31934 31264 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 647018093 889401344 39962 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31949/tid=31954] ppid=31948 vsize=868556 CPUtime=0
/proc/31949/task/31954/stat : 31954 (java) S 31948 31934 31264 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 647018095 889401344 39962 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31949/tid=31955] ppid=31948 vsize=868556 CPUtime=0.3
/proc/31949/task/31955/stat : 31955 (java) S 31948 31934 31264 0 -1 64 1525 0 0 0 30 0 0 0 16 0 9 0 647018095 889401344 39962 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31949/tid=31956] ppid=31948 vsize=868556 CPUtime=0
/proc/31949/task/31956/stat : 31956 (java) S 31948 31934 31264 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 647018095 889401344 39962 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31949/tid=31957] ppid=31948 vsize=868556 CPUtime=0
/proc/31949/task/31957/stat : 31957 (java) S 31948 31934 31264 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 647018095 889401344 39962 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1040.72
Current children cumulated vsize (KiB) 887512

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

[startup+1065.5 s]
/proc/loadavg: 3.00 3.03 2.74 3/92 32067
/proc/meminfo: memFree=15856/2055920 swapFree=4177348/4192956
[pid=31934] ppid=31932 vsize=13600 CPUtime=1043.84
/proc/31934/stat : 31934 (sugar) D 31932 31934 31264 0 -1 4194304 996 68311 0 2 3 48 103083 1250 20 0 1 0 647017940 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 243665703977 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/31934/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 1043.84
Current children cumulated vsize (KiB) 13600

[startup+1066.3 s]
/proc/loadavg: 3.00 3.03 2.74 2/82 32067
/proc/meminfo: memFree=1242944/2055920 swapFree=4177348/4192956
[pid=31934] ppid=31932 vsize=13600 CPUtime=1043.94
/proc/31934/stat : 31934 (sugar) D 31932 31934 31264 0 -1 4194304 996 68311 0 2 3 58 103083 1250 18 0 1 0 647017940 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 243665703977 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/31934/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 1043.94
Current children cumulated vsize (KiB) 13600

[startup+1067.1 s]
/proc/loadavg: 2.92 3.01 2.74 2/82 32067
/proc/meminfo: memFree=1242368/2055920 swapFree=4177348/4192956
[pid=31934] ppid=31932 vsize=13600 CPUtime=1043.96
/proc/31934/stat : 31934 (sugar) D 31932 31934 31264 0 -1 4194304 996 68311 0 2 3 60 103083 1250 18 0 1 0 647017940 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 243665703977 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/31934/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 1043.96
Current children cumulated vsize (KiB) 13600

[startup+1067.3 s]
/proc/loadavg: 2.92 3.01 2.74 2/82 32067
/proc/meminfo: memFree=1242368/2055920 swapFree=4177348/4192956
[pid=31934] ppid=31932 vsize=13600 CPUtime=1043.97
/proc/31934/stat : 31934 (sugar) D 31932 31934 31264 0 -1 4194304 996 68311 0 2 3 61 103083 1250 18 0 1 0 647017940 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 243665703977 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/31934/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 1043.97
Current children cumulated vsize (KiB) 13600

[startup+1067.4 s]
/proc/loadavg: 2.92 3.01 2.74 2/82 32067
/proc/meminfo: memFree=1242368/2055920 swapFree=4177348/4192956
[pid=31934] ppid=31932 vsize=13600 CPUtime=1043.97
/proc/31934/stat : 31934 (sugar) D 31932 31934 31264 0 -1 4194304 996 68311 0 2 3 61 103083 1250 18 0 1 0 647017940 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 243665703977 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/31934/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 1043.97
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 1067.44
CPU time (s): 1044
CPU user time (s): 1030.87
CPU system time (s): 13.129
CPU usage (%): 97.8044
Max. virtual memory (cumulated for all children) (KiB): 892528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1030.87
system time used= 13.129
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69337
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= 67492
involuntary context switches= 74954

runsolver used 1.38779 second user time and 3.49447 second system time

The end

Launcher Data (download as text)

Begin job on node84 at 2008-07-05 08:56:18
IDJOB=1086737
IDBENCH=57874
IDSOLVER=345
FILE ID=node84/1086737-1215240978
PBS_JOBID= 7881932
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp28/normalized-fapp28-2800-5.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-1086737-1215240978/watcher-1086737-1215240978 -o /tmp/evaluation-result-1086737-1215240978/solver-1086737-1215240978 -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-1086737-1215240978.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 712a20b0506303fd583b688f94b5a45f
RANDOM SEED=1904900801

node84.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.231
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.231
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        794976 kB
Buffers:         35936 kB
Cached:        1053984 kB
SwapCached:      10116 kB
Active:         259712 kB
Inactive:       950524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        794976 kB
SwapTotal:     4192956 kB
SwapFree:      4176992 kB
Dirty:            4516 kB
Writeback:           0 kB
Mapped:         127312 kB
Slab:            35816 kB
Committed_AS:  1323200 kB
PageTables:       2024 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= 66548 MiB
End job on node84 at 2008-07-05 09:14:06