Trace number 2083566

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+picosat? 311.121 320.354

General information on the benchmark

Namecsp/fapp/fapp24/
normalized-fapp24-2000-9.xml
MD5SUM5949c8c2a580bb7d18408c509e0c687a
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 benchmark29.1806
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of constraints26753
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension26753
Global constraints used (with number of constraints)

Solver Data

0.06/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.06/0.08	c 0	BEGIN Sun Jul 12 07:47:52 2009
0.06/0.08	c 0	PID 25267
0.06/0.08	c 0	HOST node15.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2083566-1247377671.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083566-1247377671.xml' 'HOME/temp.csp'
1.85/1.97	c 1	13 domains, 2000 variables, 8 predicates, 0 relations, 26753 constraints
1.91/2.02	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.91/2.02	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.91/2.10	c 2	Parsing HOME/temp.csp
2.08/2.28	c 2	parsed 10000 expressions
2.28/2.43	c 2	parsed 20000 expressions
2.48/2.60	c 2	parsed 28774 expressions
2.48/2.61	c 2	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.48/2.61	c 2	Converting to clausal form CSP
3.96/4.19	c 4	converted 2878 (10%) expressions
7.43/7.67	c 7	converted 5755 (20%) expressions
10.89/11.10	c 11	converted 8633 (30%) expressions
13.86/14.16	c 14	converted 11510 (40%) expressions
16.82/17.14	c 17	converted 14387 (50%) expressions
20.19/20.53	c 20	converted 17265 (60%) expressions
22.95/23.34	c 23	converted 20142 (70%) expressions
25.53/25.96	c 25	converted 23020 (80%) expressions
27.90/28.35	c 28	converted 25897 (90%) expressions
30.76/31.28	c 31	converted 28774 (100%) expressions
30.76/31.29	c 31	CSP : 7310 integers, 76068 booleans, 171902 clauses, largest domain size 2721
30.76/31.29	c 31	Heap : 110 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
30.76/31.29	c 31	Propagation in CSP
33.34/33.83	c 33	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
33.34/33.84	c 33	CSP : 7310 integers, 76068 booleans, 171902 clauses, largest domain size 2721
33.34/33.84	c 33	Heap : 112 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
33.34/33.89	c 33	Simplifing CSP by introducing new Boolean variables
33.84/34.30	c 34	CSP : 7310 integers, 138448 booleans, 234282 clauses, largest domain size 2721
33.84/34.30	c 34	Heap : 127 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
34.53/35.08	c 35	Encoding CSP to SAT : HOME/temp.cnf
39.08/39.64	c 39	731 (10%) CSP integer variables are encoded (205020 clauses, 3263993 bytes)
43.52/44.18	c 44	1462 (20%) CSP integer variables are encoded (411495 clauses, 6774068 bytes)
47.18/47.88	c 47	2193 (30%) CSP integer variables are encoded (1058439 clauses, 17893337 bytes)
49.34/50.08	c 50	2924 (40%) CSP integer variables are encoded (2925126 clauses, 53360390 bytes)
51.67/52.49	c 52	3655 (50%) CSP integer variables are encoded (4811435 clauses, 89200261 bytes)
54.12/54.91	c 54	4386 (60%) CSP integer variables are encoded (6701574 clauses, 125112902 bytes)
56.39/57.29	c 57	5117 (70%) CSP integer variables are encoded (8588891 clauses, 160971925 bytes)
58.77/59.62	c 59	5848 (80%) CSP integer variables are encoded (10494612 clauses, 198181159 bytes)
61.23/62.16	c 62	6579 (90%) CSP integer variables are encoded (12392367 clauses, 238034014 bytes)
63.77/64.77	c 64	7310 (100%) CSP integer variables are encoded (14251932 clauses, 277084879 bytes)
88.16/89.76	c 89	23429 (10%) CSP clauses are encoded (21388437 clauses, 471908443 bytes)
112.55/114.58	c 114	46857 (20%) CSP clauses are encoded (29076524 clauses, 685011919 bytes)
137.54/140.12	c 140	70285 (30%) CSP clauses are encoded (36518081 clauses, 891949445 bytes)
162.23/165.51	c 165	93713 (40%) CSP clauses are encoded (43925787 clauses, 1098616767 bytes)
186.91/190.70	c 190	117141 (50%) CSP clauses are encoded (51828237 clauses, 1319373306 bytes)
212.04/216.57	c 216	140570 (60%) CSP clauses are encoded (59535636 clauses, 1542846965 bytes)
237.08/242.02	c 241	163998 (70%) CSP clauses are encoded (67554191 clauses, 1779351474 bytes)
261.66/269.19	c 269	187426 (80%) CSP clauses are encoded (75547959 clauses, 2016757320 bytes)
286.02/294.22	c 294	210854 (90%) CSP clauses are encoded (83777921 clauses, 2262407651 bytes)
310.14/319.07	c 319	234282 (100%) CSP clauses are encoded (92320031 clauses, 2517137771 bytes)
310.14/319.08	c 319	234282 CSP clauses encoded
310.21/319.10	c 319	Writing map file : HOME/temp.map
310.37/319.30	c 319	Heap : 101 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
310.37/319.31	c 319	SAT : 14397690 SAT variables, 92320031 SAT clauses, 2517137771 bytes
310.37/319.31	c 319	Heap : 101 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
310.40/319.42	c 319	SOLVING HOME/temp.cnf
310.40/319.42	c 319	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
310.44/319.62	c 319	*** picosat: can not read input file 'HOME/temp.cnf'
310.44/319.62	c 319	DECODING HOME/temp.out WITH HOME/temp.map
310.44/319.62	c ERROR no output file HOME/temp.out
310.44/319.62	s UNKNOWN
310.44/319.62	c 319	CPU 310.45 (0.07 0.02 294.91 15.45)
310.44/319.62	c 319	END Sun Jul 12 07:53:11 2009

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2083566-1247377671/watcher-2083566-1247377671 -o /tmp/evaluation-result-2083566-1247377671/solver-2083566-1247377671 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2083566-1247377671.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.08 2.13 2.05 4/82 25267
/proc/meminfo: memFree=721968/2055920 swapFree=4191900/4192956
[pid=25267] ppid=25265 vsize=12268 CPUtime=0
/proc/25267/stat : 25267 (sugar) R 25265 25267 25230 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 24833995 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 240481516542 0 0 4224 0 0 0 0 17 1 0 0
/proc/25267/statm: 3067 316 241 3 0 167 0

[startup+0.072684 s]
/proc/loadavg: 2.08 2.13 2.05 4/82 25267
/proc/meminfo: memFree=721968/2055920 swapFree=4191900/4192956
[pid=25267] ppid=25265 vsize=16476 CPUtime=0.06
/proc/25267/stat : 25267 (sugar) R 25265 25267 25230 0 -1 4194304 1030 0 0 0 5 1 0 0 18 0 1 0 24833995 16871424 998 996147200 4194304 4206940 548682068608 18446744073709551615 240472487442 0 0 4224 0 0 0 0 17 1 0 0
/proc/25267/statm: 4119 998 380 3 0 698 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16476

[startup+0.101686 s]
/proc/loadavg: 2.08 2.13 2.05 4/82 25267
/proc/meminfo: memFree=721968/2055920 swapFree=4191900/4192956
[pid=25267] ppid=25265 vsize=16868 CPUtime=0.06
/proc/25267/stat : 25267 (sugar) S 25265 25267 25230 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24833995 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25267/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301697 s]
/proc/loadavg: 2.08 2.13 2.05 4/82 25267
/proc/meminfo: memFree=721968/2055920 swapFree=4191900/4192956
[pid=25267] ppid=25265 vsize=16868 CPUtime=0.06
/proc/25267/stat : 25267 (sugar) S 25265 25267 25230 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24833995 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25267/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701739 s]
/proc/loadavg: 2.08 2.13 2.05 4/82 25267
/proc/meminfo: memFree=721968/2055920 swapFree=4191900/4192956
[pid=25267] ppid=25265 vsize=16868 CPUtime=0.06
/proc/25267/stat : 25267 (sugar) S 25265 25267 25230 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24833995 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25267/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50281 s]
/proc/loadavg: 2.08 2.13 2.05 4/93 25279
/proc/meminfo: memFree=694104/2055920 swapFree=4191900/4192956
[pid=25267] ppid=25265 vsize=16868 CPUtime=0.06
/proc/25267/stat : 25267 (sugar) S 25265 25267 25230 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24833995 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25267/statm: 4217 1111 409 3 0 796 0
[pid=25270] ppid=25267 vsize=5356 CPUtime=0
/proc/25270/stat : 25270 (sh) S 25267 25267 25230 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24834003 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25270/statm: 1339 233 193 169 0 50 0
[pid=25271] ppid=25270 vsize=864776 CPUtime=1.39
/proc/25271/stat : 25271 (java) S 25270 25267 25230 0 -1 0 14558 0 1 0 132 7 0 0 18 0 9 0 24834004 885530624 12592 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25271/statm: 216194 12592 2556 9 0 210706 0
[pid=25271/tid=25272] ppid=25270 vsize=864776 CPUtime=0.78
/proc/25271/task/25272/stat : 25272 (java) R 25270 25267 25230 0 -1 64 3069 0 1 0 76 2 0 0 24 0 9 0 24834005 885530624 12592 996147200 134512640 134550932 4294955984 18446744073709551615 4126722652 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25271/tid=25273] ppid=25270 vsize=864776 CPUtime=0.46
/proc/25271/task/25273/stat : 25273 (java) S 25270 25267 25230 0 -1 64 10273 0 0 0 43 3 0 0 16 0 9 0 24834006 885530624 12592 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25271/tid=25274] ppid=25270 vsize=864776 CPUtime=0
/proc/25271/task/25274/stat : 25274 (java) S 25270 25267 25230 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24834006 885530624 12592 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25271/tid=25275] ppid=25270 vsize=864776 CPUtime=0
/proc/25271/task/25275/stat : 25275 (java) S 25270 25267 25230 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24834006 885530624 12592 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25271/tid=25276] ppid=25270 vsize=864776 CPUtime=0
/proc/25271/task/25276/stat : 25276 (java) S 25270 25267 25230 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24834008 885530624 12592 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25271/tid=25277] ppid=25270 vsize=864776 CPUtime=0.11
/proc/25271/task/25277/stat : 25277 (java) S 25270 25267 25230 0 -1 64 512 0 0 0 11 0 0 0 16 0 9 0 24834009 885530624 12592 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25271/tid=25278] ppid=25270 vsize=864776 CPUtime=0
/proc/25271/task/25278/stat : 25278 (java) S 25270 25267 25230 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24834009 885530624 12592 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25271/tid=25279] ppid=25270 vsize=864776 CPUtime=0
/proc/25271/task/25279/stat : 25279 (java) S 25270 25267 25230 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24834009 885530624 12592 996147200 134512640 134550932 4294955984 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) 887000

[startup+3.10295 s]
/proc/loadavg: 2.08 2.13 2.05 3/93 25289
/proc/meminfo: memFree=708056/2055920 swapFree=4191900/4192956
[pid=25267] ppid=25265 vsize=16868 CPUtime=1.92
/proc/25267/stat : 25267 (sugar) S 25265 25267 25230 0 -1 4194304 1309 16050 0 1 5 1 177 9 15 0 1 0 24833995 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25267/statm: 4217 1111 409 3 0 796 0
[pid=25280] ppid=25267 vsize=5356 CPUtime=0
/proc/25280/stat : 25280 (sh) S 25267 25267 25230 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24834197 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25280/statm: 1339 233 193 169 0 50 0
[pid=25281] ppid=25280 vsize=868540 CPUtime=1.06
/proc/25281/stat : 25281 (java) S 25280 25267 25230 0 -1 0 9462 0 1 0 100 6 0 0 18 0 9 0 24834197 889384960 8560 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25281/statm: 217135 8560 2569 9 0 211640 0
[pid=25281/tid=25282] ppid=25280 vsize=868540 CPUtime=0.64
/proc/25281/task/25282/stat : 25282 (java) R 25280 25267 25230 0 -1 64 2612 0 1 0 63 1 0 0 20 0 9 0 24834198 889384960 8560 996147200 134512640 134550932 4294955936 18446744073709551615 4126586174 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25281/tid=25283] ppid=25280 vsize=868540 CPUtime=0.21
/proc/25281/task/25283/stat : 25283 (java) S 25280 25267 25230 0 -1 64 4667 0 0 0 19 2 0 0 16 0 9 0 24834199 889384960 8560 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25281/tid=25284] ppid=25280 vsize=868540 CPUtime=0
/proc/25281/task/25284/stat : 25284 (java) S 25280 25267 25230 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24834200 889384960 8560 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25281/tid=25285] ppid=25280 vsize=868540 CPUtime=0
/proc/25281/task/25285/stat : 25285 (java) S 25280 25267 25230 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24834200 889384960 8560 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25281/tid=25286] ppid=25280 vsize=868540 CPUtime=0
/proc/25281/task/25286/stat : 25286 (java) S 25280 25267 25230 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24834202 889384960 8560 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25281/tid=25287] ppid=25280 vsize=868540 CPUtime=0.16
/proc/25281/task/25287/stat : 25287 (java) S 25280 25267 25230 0 -1 64 1480 0 0 0 16 0 0 0 15 0 9 0 24834202 889384960 8560 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25281/tid=25288] ppid=25280 vsize=868540 CPUtime=0
/proc/25281/task/25288/stat : 25288 (java) S 25280 25267 25230 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24834202 889384960 8560 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25281/tid=25289] ppid=25280 vsize=868540 CPUtime=0
/proc/25281/task/25289/stat : 25289 (java) S 25280 25267 25230 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24834202 889384960 8560 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 890764

[startup+6.30123 s]
/proc/loadavg: 2.23 2.16 2.06 3/93 25289
/proc/meminfo: memFree=669464/2055920 swapFree=4191900/4192956
[pid=25267] ppid=25265 vsize=16868 CPUtime=1.92
/proc/25267/stat : 25267 (sugar) S 25265 25267 25230 0 -1 4194304 1309 16050 0 1 5 1 177 9 16 0 1 0 24833995 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25267/statm: 4217 1111 409 3 0 796 0
[pid=25280] ppid=25267 vsize=5356 CPUtime=0
/proc/25280/stat : 25280 (sh) S 25267 25267 25230 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24834197 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25280/statm: 1339 233 193 169 0 50 0
[pid=25281] ppid=25280 vsize=868876 CPUtime=4.22
/proc/25281/stat : 25281 (java) S 25280 25267 25230 0 -1 0 12587 0 1 0 412 10 0 0 18 0 9 0 24834197 889729024 11361 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25281/statm: 217219 11361 2567 9 0 211724 0
[pid=25281/tid=25282] ppid=25280 vsize=868876 CPUtime=3.34
/proc/25281/task/25282/stat : 25282 (java) R 25280 25267 25230 0 -1 64 2936 0 1 0 332 2 0 0 25 0 9 0 24834198 889729024 11361 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25281/tid=25283] ppid=25280 vsize=868876 CPUtime=0.64
/proc/25281/task/25283/stat : 25283 (java) R 25280 25267 25230 0 -1 64 7453 0 0 0 59 5 0 0 16 0 9 0 24834199 889729024 11361 996147200 134512640 134550932 4294955936 18446744073709551615 104189942 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25281/tid=25284] ppid=25280 vsize=868876 CPUtime=0
/proc/25281/task/25284/stat : 25284 (java) S 25280 25267 25230 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24834200 889729024 11361 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25281/tid=25285] ppid=25280 vsize=868876 CPUtime=0
/proc/25281/task/25285/stat : 25285 (java) S 25280 25267 25230 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24834200 889729024 11361 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25281/tid=25286] ppid=25280 vsize=868876 CPUtime=0
/proc/25281/task/25286/stat : 25286 (java) S 25280 25267 25230 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24834202 889729024 11361 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25281/tid=25287] ppid=25280 vsize=868876 CPUtime=0.2
/proc/25281/task/25287/stat : 25287 (java) S 25280 25267 25230 0 -1 64 1495 0 0 0 19 1 0 0 15 0 9 0 24834202 889729024 11361 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25281/tid=25288] ppid=25280 vsize=868876 CPUtime=0
/proc/25281/task/25288/stat : 25288 (java) S 25280 25267 25230 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24834202 889729024 11361 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25281/tid=25289] ppid=25280 vsize=868876 CPUtime=0
/proc/25281/task/25289/stat : 25289 (java) S 25280 25267 25230 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24834202 889729024 11361 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 891100

[startup+12.7028 s]
/proc/loadavg: 2.22 2.16 2.06 3/93 25289
/proc/meminfo: memFree=626392/2055920 swapFree=4191900/4192956
[pid=25267] ppid=25265 vsize=16868 CPUtime=1.92
/proc/25267/stat : 25267 (sugar) S 25265 25267 25230 0 -1 4194304 1309 16050 0 1 5 1 177 9 16 0 1 0 24833995 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25267/statm: 4217 1111 409 3 0 796 0
[pid=25280] ppid=25267 vsize=5356 CPUtime=0
/proc/25280/stat : 25280 (sh) S 25267 25267 25230 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24834197 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25280/statm: 1339 233 193 169 0 50 0
[pid=25281] ppid=25280 vsize=868624 CPUtime=10.54
/proc/25281/stat : 25281 (java) S 25280 25267 25230 0 -1 0 22819 0 1 0 1037 17 0 0 18 0 9 0 24834197 889470976 17126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25281/statm: 217156 17126 2568 9 0 211661 0
[pid=25281/tid=25282] ppid=25280 vsize=868624 CPUtime=8.76
/proc/25281/task/25282/stat : 25282 (java) R 25280 25267 25230 0 -1 64 3607 0 1 0 872 4 0 0 25 0 9 0 24834198 889470976 17126 996147200 134512640 134550932 4294955936 18446744073709551615 4126408697 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25281/tid=25283] ppid=25280 vsize=868624 CPUtime=1.54
/proc/25281/task/25283/stat : 25283 (java) S 25280 25267 25230 0 -1 64 17005 0 0 0 143 11 0 0 16 0 9 0 24834199 889470976 17126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25281/tid=25284] ppid=25280 vsize=868624 CPUtime=0
/proc/25281/task/25284/stat : 25284 (java) S 25280 25267 25230 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24834200 889470976 17126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25281/tid=25285] ppid=25280 vsize=868624 CPUtime=0
/proc/25281/task/25285/stat : 25285 (java) S 25280 25267 25230 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24834200 889470976 17126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25281/tid=25286] ppid=25280 vsize=868624 CPUtime=0
/proc/25281/task/25286/stat : 25286 (java) S 25280 25267 25230 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24834202 889470976 17126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25281/tid=25287] ppid=25280 vsize=868624 CPUtime=0.21
/proc/25281/task/25287/stat : 25287 (java) S 25280 25267 25230 0 -1 64 1504 0 0 0 20 1 0 0 15 0 9 0 24834202 889470976 17126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25281/tid=25288] ppid=25280 vsize=868624 CPUtime=0
/proc/25281/task/25288/stat : 25288 (java) S 25280 25267 25230 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24834202 889470976 17126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25281/tid=25289] ppid=25280 vsize=868624 CPUtime=0
/proc/25281/task/25289/stat : 25289 (java) S 25280 25267 25230 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24834202 889470976 17126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 890848

[startup+25.5029 s]
/proc/loadavg: 2.32 2.18 2.07 3/93 25289
/proc/meminfo: memFree=534552/2055920 swapFree=4191900/4192956
[pid=25267] ppid=25265 vsize=16868 CPUtime=1.92
/proc/25267/stat : 25267 (sugar) S 25265 25267 25230 0 -1 4194304 1309 16050 0 1 5 1 177 9 16 0 1 0 24833995 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25267/statm: 4217 1111 409 3 0 796 0
[pid=25280] ppid=25267 vsize=5356 CPUtime=0
/proc/25280/stat : 25280 (sh) S 25267 25267 25230 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24834197 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25280/statm: 1339 233 193 169 0 50 0
[pid=25281] ppid=25280 vsize=868624 CPUtime=23.21
/proc/25281/stat : 25281 (java) S 25280 25267 25230 0 -1 0 39537 0 1 0 2294 27 0 0 18 0 9 0 24834197 889470976 29092 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25281/statm: 217156 29092 2568 9 0 211661 0
[pid=25281/tid=25282] ppid=25280 vsize=868624 CPUtime=19.9
/proc/25281/task/25282/stat : 25282 (java) R 25280 25267 25230 0 -1 64 4337 0 1 0 1985 5 0 0 25 0 9 0 24834198 889470976 29092 996147200 134512640 134550932 4294955936 18446744073709551615 4126512576 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25281/tid=25283] ppid=25280 vsize=868624 CPUtime=3.06
/proc/25281/task/25283/stat : 25283 (java) S 25280 25267 25230 0 -1 64 32991 0 0 0 287 19 0 0 16 0 9 0 24834199 889470976 29092 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25281/tid=25284] ppid=25280 vsize=868624 CPUtime=0
/proc/25281/task/25284/stat : 25284 (java) S 25280 25267 25230 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24834200 889470976 29092 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25281/tid=25285] ppid=25280 vsize=868624 CPUtime=0
/proc/25281/task/25285/stat : 25285 (java) S 25280 25267 25230 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24834200 889470976 29092 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25281/tid=25286] ppid=25280 vsize=868624 CPUtime=0

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

/proc/meminfo: memFree=15128/2055920 swapFree=4191900/4192956
[pid=25267] ppid=25265 vsize=16868 CPUtime=1.93
/proc/25267/stat : 25267 (sugar) S 25265 25267 25230 0 -1 4194304 1310 16050 0 1 6 1 177 9 16 0 1 0 24833995 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25267/statm: 4217 1111 409 3 0 796 0
[pid=25280] ppid=25267 vsize=5356 CPUtime=0
/proc/25280/stat : 25280 (sh) S 25267 25267 25230 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24834197 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25280/statm: 1339 233 193 169 0 50 0
[pid=25281] ppid=25280 vsize=868736 CPUtime=296.68
/proc/25281/stat : 25281 (java) S 25280 25267 25230 0 -1 0 57788 0 1 0 28213 1455 0 0 18 0 9 0 24834197 889585664 41026 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25281/statm: 217184 41026 2593 9 0 211661 0
[pid=25281/tid=25282] ppid=25280 vsize=868736 CPUtime=288.01
/proc/25281/task/25282/stat : 25282 (java) R 25280 25267 25230 0 -1 64 9478 0 1 0 27402 1399 0 0 25 0 9 0 24834198 889585664 41026 996147200 134512640 134550932 4294955936 18446744073709551615 4127067877 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25281/tid=25283] ppid=25280 vsize=868736 CPUtime=8.33
/proc/25281/task/25283/stat : 25283 (java) S 25280 25267 25230 0 -1 64 46055 0 0 0 780 53 0 0 16 0 9 0 24834199 889585664 41026 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25281/tid=25284] ppid=25280 vsize=868736 CPUtime=0
/proc/25281/task/25284/stat : 25284 (java) S 25280 25267 25230 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24834200 889585664 41026 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25281/tid=25285] ppid=25280 vsize=868736 CPUtime=0
/proc/25281/task/25285/stat : 25285 (java) S 25280 25267 25230 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24834200 889585664 41026 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25281/tid=25286] ppid=25280 vsize=868736 CPUtime=0
/proc/25281/task/25286/stat : 25286 (java) S 25280 25267 25230 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24834202 889585664 41026 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25281/tid=25287] ppid=25280 vsize=868736 CPUtime=0.3
/proc/25281/task/25287/stat : 25287 (java) S 25280 25267 25230 0 -1 64 1552 0 0 0 29 1 0 0 16 0 9 0 24834202 889585664 41026 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25281/tid=25288] ppid=25280 vsize=868736 CPUtime=0
/proc/25281/task/25288/stat : 25288 (java) S 25280 25267 25230 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24834202 889585664 41026 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25281/tid=25289] ppid=25280 vsize=868736 CPUtime=0
/proc/25281/task/25289/stat : 25289 (java) S 25280 25267 25230 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24834202 889585664 41026 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 298.61
Current children cumulated vsize (KiB) 890960

[startup+313.508 s]
/proc/loadavg: 2.01 2.11 2.07 3/93 25293
/proc/meminfo: memFree=15896/2055920 swapFree=4191900/4192956
[pid=25267] ppid=25265 vsize=16868 CPUtime=1.93
/proc/25267/stat : 25267 (sugar) S 25265 25267 25230 0 -1 4194304 1310 16050 0 1 6 1 177 9 16 0 1 0 24833995 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25267/statm: 4217 1111 409 3 0 796 0
[pid=25280] ppid=25267 vsize=5356 CPUtime=0
/proc/25280/stat : 25280 (sh) S 25267 25267 25230 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24834197 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25280/statm: 1339 233 193 169 0 50 0
[pid=25281] ppid=25280 vsize=868736 CPUtime=302.95
/proc/25281/stat : 25281 (java) S 25280 25267 25230 0 -1 0 57901 0 1 0 28799 1496 0 0 18 0 9 0 24834197 889585664 41026 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25281/statm: 217184 41026 2593 9 0 211661 0
[pid=25281/tid=25282] ppid=25280 vsize=868736 CPUtime=294.21
/proc/25281/task/25282/stat : 25282 (java) R 25280 25267 25230 0 -1 64 9591 0 1 0 27981 1440 0 0 25 0 9 0 24834198 889585664 41026 996147200 134512640 134550932 4294955936 18446744073709551615 4127070940 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25281/tid=25283] ppid=25280 vsize=868736 CPUtime=8.4
/proc/25281/task/25283/stat : 25283 (java) S 25280 25267 25230 0 -1 64 46055 0 0 0 787 53 0 0 16 0 9 0 24834199 889585664 41026 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25281/tid=25284] ppid=25280 vsize=868736 CPUtime=0
/proc/25281/task/25284/stat : 25284 (java) S 25280 25267 25230 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24834200 889585664 41026 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25281/tid=25285] ppid=25280 vsize=868736 CPUtime=0
/proc/25281/task/25285/stat : 25285 (java) S 25280 25267 25230 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24834200 889585664 41026 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25281/tid=25286] ppid=25280 vsize=868736 CPUtime=0
/proc/25281/task/25286/stat : 25286 (java) S 25280 25267 25230 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24834202 889585664 41026 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25281/tid=25287] ppid=25280 vsize=868736 CPUtime=0.3
/proc/25281/task/25287/stat : 25287 (java) S 25280 25267 25230 0 -1 64 1552 0 0 0 29 1 0 0 16 0 9 0 24834202 889585664 41026 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25281/tid=25288] ppid=25280 vsize=868736 CPUtime=0
/proc/25281/task/25288/stat : 25288 (java) S 25280 25267 25230 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24834202 889585664 41026 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25281/tid=25289] ppid=25280 vsize=868736 CPUtime=0
/proc/25281/task/25289/stat : 25289 (java) S 25280 25267 25230 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24834202 889585664 41026 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 304.88
Current children cumulated vsize (KiB) 890960

[startup+316.701 s]
/proc/loadavg: 2.01 2.11 2.07 3/93 25293
/proc/meminfo: memFree=15960/2055920 swapFree=4191900/4192956
[pid=25267] ppid=25265 vsize=16868 CPUtime=1.93
/proc/25267/stat : 25267 (sugar) S 25265 25267 25230 0 -1 4194304 1310 16050 0 1 6 1 177 9 16 0 1 0 24833995 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25267/statm: 4217 1111 409 3 0 796 0
[pid=25280] ppid=25267 vsize=5356 CPUtime=0
/proc/25280/stat : 25280 (sh) S 25267 25267 25230 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24834197 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25280/statm: 1339 233 193 169 0 50 0
[pid=25281] ppid=25280 vsize=868736 CPUtime=305.94
/proc/25281/stat : 25281 (java) S 25280 25267 25230 0 -1 0 57954 0 1 0 29079 1515 0 0 18 0 9 0 24834197 889585664 41026 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25281/statm: 217184 41026 2593 9 0 211661 0
[pid=25281/tid=25282] ppid=25280 vsize=868736 CPUtime=297.16
/proc/25281/task/25282/stat : 25282 (java) R 25280 25267 25230 0 -1 64 9644 0 1 0 28257 1459 0 0 25 0 9 0 24834198 889585664 41026 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25281/tid=25283] ppid=25280 vsize=868736 CPUtime=8.45
/proc/25281/task/25283/stat : 25283 (java) S 25280 25267 25230 0 -1 64 46055 0 0 0 791 54 0 0 16 0 9 0 24834199 889585664 41026 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25281/tid=25284] ppid=25280 vsize=868736 CPUtime=0
/proc/25281/task/25284/stat : 25284 (java) S 25280 25267 25230 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24834200 889585664 41026 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25281/tid=25285] ppid=25280 vsize=868736 CPUtime=0
/proc/25281/task/25285/stat : 25285 (java) S 25280 25267 25230 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24834200 889585664 41026 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25281/tid=25286] ppid=25280 vsize=868736 CPUtime=0
/proc/25281/task/25286/stat : 25286 (java) S 25280 25267 25230 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24834202 889585664 41026 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25281/tid=25287] ppid=25280 vsize=868736 CPUtime=0.3
/proc/25281/task/25287/stat : 25287 (java) S 25280 25267 25230 0 -1 64 1552 0 0 0 29 1 0 0 16 0 9 0 24834202 889585664 41026 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25281/tid=25288] ppid=25280 vsize=868736 CPUtime=0
/proc/25281/task/25288/stat : 25288 (java) S 25280 25267 25230 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24834202 889585664 41026 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25281/tid=25289] ppid=25280 vsize=868736 CPUtime=0
/proc/25281/task/25289/stat : 25289 (java) S 25280 25267 25230 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24834202 889585664 41026 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 307.87
Current children cumulated vsize (KiB) 890960

[startup+318.302 s]
/proc/loadavg: 2.01 2.11 2.07 3/93 25293
/proc/meminfo: memFree=15192/2055920 swapFree=4191900/4192956
[pid=25267] ppid=25265 vsize=16868 CPUtime=1.93
/proc/25267/stat : 25267 (sugar) S 25265 25267 25230 0 -1 4194304 1310 16050 0 1 6 1 177 9 16 0 1 0 24833995 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25267/statm: 4217 1111 409 3 0 796 0
[pid=25280] ppid=25267 vsize=5356 CPUtime=0
/proc/25280/stat : 25280 (sh) S 25267 25267 25230 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24834197 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25280/statm: 1339 233 193 169 0 50 0
[pid=25281] ppid=25280 vsize=868736 CPUtime=307.51
/proc/25281/stat : 25281 (java) S 25280 25267 25230 0 -1 0 57980 0 1 0 29226 1525 0 0 18 0 9 0 24834197 889585664 41026 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25281/statm: 217184 41026 2593 9 0 211661 0
[pid=25281/tid=25282] ppid=25280 vsize=868736 CPUtime=298.71
/proc/25281/task/25282/stat : 25282 (java) R 25280 25267 25230 0 -1 64 9670 0 1 0 28402 1469 0 0 25 0 9 0 24834198 889585664 41026 996147200 134512640 134550932 4294955936 18446744073709551615 4126929826 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25281/tid=25283] ppid=25280 vsize=868736 CPUtime=8.47
/proc/25281/task/25283/stat : 25283 (java) S 25280 25267 25230 0 -1 64 46055 0 0 0 793 54 0 0 16 0 9 0 24834199 889585664 41026 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25281/tid=25284] ppid=25280 vsize=868736 CPUtime=0
/proc/25281/task/25284/stat : 25284 (java) S 25280 25267 25230 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24834200 889585664 41026 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25281/tid=25285] ppid=25280 vsize=868736 CPUtime=0
/proc/25281/task/25285/stat : 25285 (java) S 25280 25267 25230 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24834200 889585664 41026 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25281/tid=25286] ppid=25280 vsize=868736 CPUtime=0
/proc/25281/task/25286/stat : 25286 (java) S 25280 25267 25230 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24834202 889585664 41026 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25281/tid=25287] ppid=25280 vsize=868736 CPUtime=0.3
/proc/25281/task/25287/stat : 25287 (java) S 25280 25267 25230 0 -1 64 1552 0 0 0 29 1 0 0 16 0 9 0 24834202 889585664 41026 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25281/tid=25288] ppid=25280 vsize=868736 CPUtime=0
/proc/25281/task/25288/stat : 25288 (java) S 25280 25267 25230 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24834202 889585664 41026 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25281/tid=25289] ppid=25280 vsize=868736 CPUtime=0
/proc/25281/task/25289/stat : 25289 (java) S 25280 25267 25230 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24834202 889585664 41026 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 309.44
Current children cumulated vsize (KiB) 890960

[startup+319.102 s]
/proc/loadavg: 2.01 2.11 2.07 3/93 25293
/proc/meminfo: memFree=16216/2055920 swapFree=4191900/4192956
[pid=25267] ppid=25265 vsize=16868 CPUtime=1.93
/proc/25267/stat : 25267 (sugar) S 25265 25267 25230 0 -1 4194304 1310 16050 0 1 6 1 177 9 16 0 1 0 24833995 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25267/statm: 4217 1111 409 3 0 796 0
[pid=25280] ppid=25267 vsize=5356 CPUtime=0
/proc/25280/stat : 25280 (sh) S 25267 25267 25230 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24834197 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25280/statm: 1339 233 193 169 0 50 0
[pid=25281] ppid=25280 vsize=868736 CPUtime=308.28
/proc/25281/stat : 25281 (java) S 25280 25267 25230 0 -1 0 57998 0 3 0 29297 1531 0 0 18 0 9 0 24834197 889585664 41029 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25281/statm: 217184 41029 2593 9 0 211661 0
[pid=25281/tid=25282] ppid=25280 vsize=868736 CPUtime=299.46
/proc/25281/task/25282/stat : 25282 (java) D 25280 25267 25230 0 -1 64 9688 0 3 0 28472 1474 0 0 25 0 9 0 24834198 889585664 41029 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=25281/tid=25283] ppid=25280 vsize=868736 CPUtime=8.48
/proc/25281/task/25283/stat : 25283 (java) S 25280 25267 25230 0 -1 64 46055 0 0 0 794 54 0 0 16 0 9 0 24834199 889585664 41029 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25281/tid=25284] ppid=25280 vsize=868736 CPUtime=0
/proc/25281/task/25284/stat : 25284 (java) S 25280 25267 25230 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24834200 889585664 41029 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25281/tid=25285] ppid=25280 vsize=868736 CPUtime=0
/proc/25281/task/25285/stat : 25285 (java) S 25280 25267 25230 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24834200 889585664 41029 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25281/tid=25286] ppid=25280 vsize=868736 CPUtime=0
/proc/25281/task/25286/stat : 25286 (java) S 25280 25267 25230 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24834202 889585664 41029 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25281/tid=25287] ppid=25280 vsize=868736 CPUtime=0.3
/proc/25281/task/25287/stat : 25287 (java) S 25280 25267 25230 0 -1 64 1552 0 0 0 29 1 0 0 16 0 9 0 24834202 889585664 41029 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25281/tid=25288] ppid=25280 vsize=868736 CPUtime=0
/proc/25281/task/25288/stat : 25288 (java) S 25280 25267 25230 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24834202 889585664 41029 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25281/tid=25289] ppid=25280 vsize=868736 CPUtime=0
/proc/25281/task/25289/stat : 25289 (java) S 25280 25267 25230 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24834202 889585664 41029 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 310.21
Current children cumulated vsize (KiB) 890960

[startup+319.902 s]
/proc/loadavg: 2.01 2.11 2.07 3/93 25293
/proc/meminfo: memFree=16216/2055920 swapFree=4191900/4192956
[pid=25267] ppid=25265 vsize=16868 CPUtime=310.72
/proc/25267/stat : 25267 (sugar) R 25265 25267 25230 0 -1 4194304 1419 74683 0 18 7 29 29491 1545 18 0 1 0 24833995 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 240472790057 0 0 4224 16386 0 0 0 17 0 0 0
/proc/25267/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 310.72
Current children cumulated vsize (KiB) 16868

[startup+320.302 s]
/proc/loadavg: 2.01 2.11 2.07 3/83 25295
/proc/meminfo: memFree=1021864/2055920 swapFree=4191900/4192956
[pid=25267] ppid=25265 vsize=16868 CPUtime=311.08
/proc/25267/stat : 25267 (sugar) D 25265 25267 25230 0 -1 4194304 1419 74683 0 18 7 65 29491 1545 20 0 1 0 24833995 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 240472790057 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/25267/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 311.08
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 320.354
CPU time (s): 311.121
CPU user time (s): 294.984
CPU system time (s): 16.1365
CPU usage (%): 97.1179
Max. virtual memory (cumulated for all children) (KiB): 901096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 294.984
system time used= 16.1365
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76163
page faults= 18
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56007
involuntary context switches= 62197

runsolver used 0.424935 second user time and 1.14682 second system time

The end

Launcher Data

Begin job on node15 at 2009-07-12 07:47:51
IDJOB=2083566
IDBENCH=57858
IDSOLVER=738
FILE ID=node15/2083566-1247377671
PBS_JOBID= 9507175
Free space on /tmp= 65672 MiB

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

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

MD5SUM BENCH= 5949c8c2a580bb7d18408c509e0c687a
RANDOM SEED=125224602

node15.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.220
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.220
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        722640 kB
Buffers:         55832 kB
Cached:         892988 kB
SwapCached:        392 kB
Active:        1160612 kB
Inactive:        91900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        722640 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:          206632 kB
Writeback:           0 kB
Mapped:         324332 kB
Slab:            65316 kB
Committed_AS:   616440 kB
PageTables:       2600 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= 64752 MiB
End job on node15 at 2009-07-12 07:53:12