Trace number 2083852

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? 444.363 1132.23

General information on the benchmark

Namecsp/fapp/fapp14/
normalized-fapp14-2500-4.xml
MD5SUM42bd03a0fe6da1c0a19520ed6689c90c
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2500
Number of constraints40767
Maximum constraint arity2
Maximum domain size362
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40767
Global constraints used (with number of constraints)

Solver Data

0.04/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.04/0.07	c 0	BEGIN Sun Jul 12 07:59:04 2009
0.04/0.07	c 0	PID 24794
0.04/0.07	c 0	HOST node79.alineos.net
0.04/0.07	c 0	CONVERTING HOME/instance-2083852-1247378344.xml TO HOME/temp.csp
0.04/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083852-1247378344.xml' 'HOME/temp.csp'
2.07/2.17	c 3	30 domains, 2500 variables, 8 predicates, 0 relations, 40767 constraints
2.14/2.21	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.14/2.21	c 3	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'
2.14/2.28	c 3	Parsing HOME/temp.csp
2.15/2.45	c 3	parsed 10000 expressions
2.15/2.59	c 3	parsed 20000 expressions
2.15/2.75	c 3	parsed 30000 expressions
2.15/2.93	c 3	parsed 40000 expressions
2.15/2.97	c 3	parsed 43305 expressions
2.15/2.98	c 3	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.15/2.98	c 3	Converting to clausal form CSP
6.00/6.16	c 7	converted 4331 (10%) expressions
12.26/12.47	c 13	converted 8661 (20%) expressions
18.53/18.75	c 19	converted 12992 (30%) expressions
24.31/24.53	c 25	converted 17322 (40%) expressions
30.57/30.83	c 31	converted 21653 (50%) expressions
36.14/36.41	c 37	converted 25983 (60%) expressions
41.31/41.69	c 42	converted 30314 (70%) expressions
47.39/47.77	c 48	converted 34644 (80%) expressions
51.96/52.32	c 53	converted 38975 (90%) expressions
55.84/56.28	c 57	converted 43305 (100%) expressions
55.84/56.29	c 57	CSP : 12565 integers, 117899 booleans, 270336 clauses, largest domain size 2741
55.84/56.29	c 57	Heap : 220 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
55.84/56.29	c 57	Propagation in CSP
61.41/61.85	c 62	90 values, 0 unsatisfiable literals, and 0 valid clauses are removed
61.41/61.85	c 62	CSP : 12565 integers, 117899 booleans, 270336 clauses, largest domain size 2741
61.41/61.85	c 62	Heap : 221 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
61.51/61.93	c 62	Simplifing CSP by introducing new Boolean variables
62.11/62.55	c 63	CSP : 12565 integers, 216665 booleans, 369102 clauses, largest domain size 2741
62.11/62.55	c 63	Heap : 242 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
63.49/63.97	c 64	Encoding CSP to SAT : HOME/temp.cnf
71.66/72.16	c 73	1257 (10%) CSP integer variables are encoded (386675 clauses, 6352058 bytes)
79.72/80.29	c 81	2513 (20%) CSP integer variables are encoded (804867 clauses, 13461322 bytes)
83.29/83.82	c 84	3770 (30%) CSP integer variables are encoded (3864238 clauses, 71204302 bytes)
86.67/87.26	c 88	5026 (40%) CSP integer variables are encoded (6845926 clauses, 127856374 bytes)
90.26/90.86	c 91	6283 (50%) CSP integer variables are encoded (9878107 clauses, 185467813 bytes)
94.05/94.72	c 95	7539 (60%) CSP integer variables are encoded (12926283 clauses, 249248380 bytes)
97.73/98.48	c 99	8796 (70%) CSP integer variables are encoded (15945348 clauses, 312648745 bytes)
101.51/102.26	c 103	10052 (80%) CSP integer variables are encoded (18974134 clauses, 376253251 bytes)
105.29/106.02	c 106	11309 (90%) CSP integer variables are encoded (22003241 clauses, 439864498 bytes)
108.83/111.39	c 112	12565 (100%) CSP integer variables are encoded (24928329 clauses, 501291346 bytes)
149.25/153.34	c 154	36911 (10%) CSP clauses are encoded (35638865 clauses, 795969414 bytes)
188.70/195.35	c 196	73821 (20%) CSP clauses are encoded (46652451 clauses, 1101830776 bytes)
230.04/492.10	c 492	110731 (30%) CSP clauses are encoded (58004183 clauses, 1419521216 bytes)
269.39/533.39	c 534	147641 (40%) CSP clauses are encoded (68897910 clauses, 1739856063 bytes)
310.18/580.41	c 581	184551 (50%) CSP clauses are encoded (80286082 clauses, 2077794930 bytes)
350.59/627.06	c 627	221462 (60%) CSP clauses are encoded (91597312 clauses, 2414260704 bytes)
390.57/932.51	c 933	258372 (70%) CSP clauses are encoded (102952454 clauses, 2752222293 bytes)
430.93/977.17	c 978	295282 (80%) CSP clauses are encoded (114969953 clauses, 3110502102 bytes)
443.22/989.53	c 990	ERROR Exception Too large HOME/temp.cnf
443.22/989.53	c 990	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
443.22/989.53	c 990	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
443.22/989.53	c 990	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
443.22/989.53	s UNKNOWN
443.29/994.06	c 994	CPU 443.31 (0.05 0.01 424.13 19.12)
443.29/994.06	c 994	END Sun Jul 12 08:15:38 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-2083852-1247378344/watcher-2083852-1247378344 -o /tmp/evaluation-result-2083852-1247378344/solver-2083852-1247378344 -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-2083852-1247378344.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.05 2.19 2.15 4/73 24794
/proc/meminfo: memFree=1362192/2055920 swapFree=4192956/4192956
[pid=24794] ppid=24792 vsize=12272 CPUtime=0
/proc/24794/stat : 24794 (sugar) R 24792 24794 24697 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 24900011 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 234054794238 0 0 4224 0 0 0 0 17 0 0 0
/proc/24794/statm: 3068 327 246 3 0 168 0

[startup+0.0506621 s]
/proc/loadavg: 2.05 2.19 2.15 4/73 24794
/proc/meminfo: memFree=1362192/2055920 swapFree=4192956/4192956
[pid=24794] ppid=24792 vsize=15948 CPUtime=0.04
/proc/24794/stat : 24794 (sugar) R 24792 24794 24697 0 -1 4194304 910 0 0 0 3 1 0 0 18 0 1 0 24900011 16330752 878 996147200 4194304 4206940 548682068608 18446744073709551615 234054793506 0 0 4224 0 0 0 0 17 0 0 0
/proc/24794/statm: 3987 879 380 3 0 566 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15948

[startup+0.10167 s]
/proc/loadavg: 2.05 2.19 2.15 4/73 24794
/proc/meminfo: memFree=1362192/2055920 swapFree=4192956/4192956
[pid=24794] ppid=24792 vsize=16868 CPUtime=0.06
/proc/24794/stat : 24794 (sugar) S 24792 24794 24697 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24900011 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24794/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301687 s]
/proc/loadavg: 2.05 2.19 2.15 4/73 24794
/proc/meminfo: memFree=1362192/2055920 swapFree=4192956/4192956
[pid=24794] ppid=24792 vsize=16868 CPUtime=0.06
/proc/24794/stat : 24794 (sugar) S 24792 24794 24697 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24900011 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24794/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701729 s]
/proc/loadavg: 2.05 2.19 2.15 4/73 24794
/proc/meminfo: memFree=1362192/2055920 swapFree=4192956/4192956
[pid=24794] ppid=24792 vsize=16868 CPUtime=0.06
/proc/24794/stat : 24794 (sugar) S 24792 24794 24697 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24900011 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24794/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.05 2.19 2.15 3/84 24806
/proc/meminfo: memFree=1324280/2055920 swapFree=4192956/4192956
[pid=24794] ppid=24792 vsize=16868 CPUtime=0.06
/proc/24794/stat : 24794 (sugar) S 24792 24794 24697 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24900011 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24794/statm: 4217 1111 409 3 0 796 0
[pid=24797] ppid=24794 vsize=5356 CPUtime=0
/proc/24797/stat : 24797 (sh) S 24794 24794 24697 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 24900018 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24797/statm: 1339 233 193 169 0 50 0
[pid=24798] ppid=24797 vsize=864776 CPUtime=1.4
/proc/24798/stat : 24798 (java) S 24797 24794 24697 0 -1 0 18469 0 1 0 132 8 0 0 20 0 9 0 24900018 885530624 15533 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24798/statm: 216194 15534 2556 9 0 210706 0
[pid=24798/tid=24799] ppid=24797 vsize=864776 CPUtime=0.66
/proc/24798/task/24799/stat : 24799 (java) R 24797 24794 24697 0 -1 64 3406 0 1 0 64 2 0 0 25 0 9 0 24900019 885530624 15535 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24798/tid=24800] ppid=24797 vsize=864776 CPUtime=0.61
/proc/24798/task/24800/stat : 24800 (java) R 24797 24794 24697 0 -1 64 13849 0 0 0 56 5 0 0 16 0 9 0 24900020 885530624 15537 996147200 134512640 134550932 4294955984 18446744073709551615 102546957 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24798/tid=24801] ppid=24797 vsize=864776 CPUtime=0
/proc/24798/task/24801/stat : 24801 (java) S 24797 24794 24697 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24900021 885530624 15538 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24798/tid=24802] ppid=24797 vsize=864776 CPUtime=0
/proc/24798/task/24802/stat : 24802 (java) S 24797 24794 24697 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 24900021 885530624 15539 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24798/tid=24803] ppid=24797 vsize=864776 CPUtime=0
/proc/24798/task/24803/stat : 24803 (java) S 24797 24794 24697 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24900023 885530624 15540 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24798/tid=24804] ppid=24797 vsize=864776 CPUtime=0.11
/proc/24798/task/24804/stat : 24804 (java) S 24797 24794 24697 0 -1 64 514 0 0 0 11 0 0 0 16 0 9 0 24900023 885530624 15541 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24798/tid=24805] ppid=24797 vsize=864776 CPUtime=0
/proc/24798/task/24805/stat : 24805 (java) S 24797 24794 24697 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24900023 885530624 15542 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24798/tid=24806] ppid=24797 vsize=864776 CPUtime=0
/proc/24798/task/24806/stat : 24806 (java) S 24797 24794 24697 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24900023 885530624 15544 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 887000

[startup+3.10299 s]
/proc/loadavg: 2.05 2.19 2.15 3/84 24806
/proc/meminfo: memFree=1292664/2055920 swapFree=4192956/4192956
[pid=24794] ppid=24792 vsize=16868 CPUtime=2.15
/proc/24794/stat : 24794 (sugar) S 24792 24794 24697 0 -1 4194304 1309 22070 0 1 5 1 197 12 16 0 1 0 24900011 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24794/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30233 s]
/proc/loadavg: 2.05 2.19 2.15 3/84 24816
/proc/meminfo: memFree=1319544/2055920 swapFree=4192956/4192956
[pid=24794] ppid=24792 vsize=16868 CPUtime=2.15
/proc/24794/stat : 24794 (sugar) S 24792 24794 24697 0 -1 4194304 1309 22070 0 1 5 1 197 12 16 0 1 0 24900011 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24794/statm: 4217 1111 409 3 0 796 0
[pid=24807] ppid=24794 vsize=5356 CPUtime=0
/proc/24807/stat : 24807 (sh) S 24794 24794 24697 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24900232 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24807/statm: 1339 233 193 169 0 50 0
[pid=24808] ppid=24807 vsize=868616 CPUtime=4.05
/proc/24808/stat : 24808 (java) S 24807 24794 24697 0 -1 0 14115 0 1 0 398 7 0 0 18 0 9 0 24900233 889462784 12631 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24808/statm: 217154 12631 2567 9 0 211659 0
[pid=24808/tid=24809] ppid=24807 vsize=868616 CPUtime=3.16
/proc/24808/task/24809/stat : 24809 (java) R 24807 24794 24697 0 -1 64 3042 0 1 0 314 2 0 0 25 0 9 0 24900233 889462784 12631 996147200 134512640 134550932 4294955936 18446744073709551615 4126509752 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24808/tid=24810] ppid=24807 vsize=868616 CPUtime=0.67
/proc/24808/task/24810/stat : 24810 (java) S 24807 24794 24697 0 -1 64 8873 0 0 0 64 3 0 0 16 0 9 0 24900234 889462784 12631 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24808/tid=24811] ppid=24807 vsize=868616 CPUtime=0
/proc/24808/task/24811/stat : 24811 (java) S 24807 24794 24697 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24900235 889462784 12631 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24808/tid=24812] ppid=24807 vsize=868616 CPUtime=0
/proc/24808/task/24812/stat : 24812 (java) S 24807 24794 24697 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24900235 889462784 12631 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24808/tid=24813] ppid=24807 vsize=868616 CPUtime=0
/proc/24808/task/24813/stat : 24813 (java) S 24807 24794 24697 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24900237 889462784 12631 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24808/tid=24814] ppid=24807 vsize=868616 CPUtime=0.18
/proc/24808/task/24814/stat : 24814 (java) S 24807 24794 24697 0 -1 64 1496 0 0 0 18 0 0 0 15 0 9 0 24900237 889462784 12631 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24808/tid=24815] ppid=24807 vsize=868616 CPUtime=0
/proc/24808/task/24815/stat : 24815 (java) S 24807 24794 24697 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24900237 889462784 12631 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24808/tid=24816] ppid=24807 vsize=868616 CPUtime=0
/proc/24808/task/24816/stat : 24816 (java) S 24807 24794 24697 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24900237 889462784 12631 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 890840

[startup+12.702 s]
/proc/loadavg: 2.04 2.18 2.15 3/84 24816
/proc/meminfo: memFree=1293240/2055920 swapFree=4192956/4192956
[pid=24794] ppid=24792 vsize=16868 CPUtime=2.15
/proc/24794/stat : 24794 (sugar) S 24792 24794 24697 0 -1 4194304 1309 22070 0 1 5 1 197 12 16 0 1 0 24900011 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24794/statm: 4217 1111 409 3 0 796 0
[pid=24807] ppid=24794 vsize=5356 CPUtime=0
/proc/24807/stat : 24807 (sh) S 24794 24794 24697 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24900232 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24807/statm: 1339 233 193 169 0 50 0
[pid=24808] ppid=24807 vsize=868616 CPUtime=10.42
/proc/24808/stat : 24808 (java) S 24807 24794 24697 0 -1 0 24683 0 1 0 1028 14 0 0 18 0 9 0 24900233 889462784 19145 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24808/statm: 217154 19145 2569 9 0 211659 0
[pid=24808/tid=24809] ppid=24807 vsize=868616 CPUtime=8.69
/proc/24808/task/24809/stat : 24809 (java) R 24807 24794 24697 0 -1 64 3531 0 1 0 866 3 0 0 25 0 9 0 24900233 889462784 19145 996147200 134512640 134550932 4294955936 18446744073709551615 4126981792 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24808/tid=24810] ppid=24807 vsize=868616 CPUtime=1.5
/proc/24808/task/24810/stat : 24810 (java) S 24807 24794 24697 0 -1 64 18941 0 0 0 141 9 0 0 16 0 9 0 24900234 889462784 19145 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24808/tid=24811] ppid=24807 vsize=868616 CPUtime=0
/proc/24808/task/24811/stat : 24811 (java) S 24807 24794 24697 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24900235 889462784 19145 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24808/tid=24812] ppid=24807 vsize=868616 CPUtime=0
/proc/24808/task/24812/stat : 24812 (java) S 24807 24794 24697 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24900235 889462784 19145 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24808/tid=24813] ppid=24807 vsize=868616 CPUtime=0
/proc/24808/task/24813/stat : 24813 (java) S 24807 24794 24697 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24900237 889462784 19145 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24808/tid=24814] ppid=24807 vsize=868616 CPUtime=0.2
/proc/24808/task/24814/stat : 24814 (java) S 24807 24794 24697 0 -1 64 1507 0 0 0 20 0 0 0 15 0 9 0 24900237 889462784 19145 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24808/tid=24815] ppid=24807 vsize=868616 CPUtime=0
/proc/24808/task/24815/stat : 24815 (java) S 24807 24794 24697 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24900237 889462784 19145 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24808/tid=24816] ppid=24807 vsize=868616 CPUtime=0
/proc/24808/task/24816/stat : 24816 (java) S 24807 24794 24697 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24900237 889462784 19145 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 890840

[startup+25.5023 s]
/proc/loadavg: 2.03 2.17 2.15 3/84 24816
/proc/meminfo: memFree=1241464/2055920 swapFree=4192956/4192956
[pid=24794] ppid=24792 vsize=16868 CPUtime=2.15
/proc/24794/stat : 24794 (sugar) S 24792 24794 24697 0 -1 4194304 1309 22070 0 1 5 1 197 12 16 0 1 0 24900011 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24794/statm: 4217 1111 409 3 0 796 0
[pid=24807] ppid=24794 vsize=5356 CPUtime=0
/proc/24807/stat : 24807 (sh) S 24794 24794 24697 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24900232 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24807/statm: 1339 233 193 169 0 50 0
[pid=24808] ppid=24807 vsize=868616 CPUtime=23.14
/proc/24808/stat : 24808 (java) S 24807 24794 24697 0 -1 0 41463 0 1 0 2290 24 0 0 18 0 9 0 24900233 889462784 31523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24808/statm: 217154 31523 2569 9 0 211659 0
[pid=24808/tid=24809] ppid=24807 vsize=868616 CPUtime=20.01
/proc/24808/task/24809/stat : 24809 (java) R 24807 24794 24697 0 -1 64 4232 0 1 0 1996 5 0 0 25 0 9 0 24900233 889462784 31523 996147200 134512640 134550932 4294955936 18446744073709551615 4126579203 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24808/tid=24810] ppid=24807 vsize=868616 CPUtime=2.91
/proc/24808/task/24810/stat : 24810 (java) S 24807 24794 24697 0 -1 64 35017 0 0 0 273 18 0 0 16 0 9 0 24900234 889462784 31523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24808/tid=24811] ppid=24807 vsize=868616 CPUtime=0
/proc/24808/task/24811/stat : 24811 (java) S 24807 24794 24697 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24900235 889462784 31523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24808/tid=24812] ppid=24807 vsize=868616 CPUtime=0
/proc/24808/task/24812/stat : 24812 (java) S 24807 24794 24697 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24900235 889462784 31523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24808/tid=24813] ppid=24807 vsize=868616 CPUtime=0
/proc/24808/task/24813/stat : 24813 (java) S 24807 24794 24697 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24900237 889462784 31523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24808/tid=24814] ppid=24807 vsize=868616 CPUtime=0.2
/proc/24808/task/24814/stat : 24814 (java) S 24807 24794 24697 0 -1 64 1510 0 0 0 20 0 0 0 16 0 9 0 24900237 889462784 31523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24808/tid=24815] ppid=24807 vsize=868616 CPUtime=0
/proc/24808/task/24815/stat : 24815 (java) S 24807 24794 24697 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24900237 889462784 31523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24808/tid=24816] ppid=24807 vsize=868616 CPUtime=0
/proc/24808/task/24816/stat : 24816 (java) S 24807 24794 24697 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24900237 889462784 31523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 890840

[startup+51.102 s]
/proc/loadavg: 2.10 2.18 2.15 4/84 24816
/proc/meminfo: memFree=1137720/2055920 swapFree=4192956/4192956
[pid=24794] ppid=24792 vsize=16868 CPUtime=2.15
/proc/24794/stat : 24794 (sugar) S 24792 24794 24697 0 -1 4194304 1309 22070 0 1 5 1 197 12 16 0 1 0 24900011 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24794/statm: 4217 1111 409 3 0 796 0
[pid=24807] ppid=24794 vsize=5356 CPUtime=0
/proc/24807/stat : 24807 (sh) S 24794 24794 24697 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24900232 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24807/statm: 1339 233 193 169 0 50 0
[pid=24808] ppid=24807 vsize=868616 CPUtime=48.62
/proc/24808/stat : 24808 (java) S 24807 24794 24697 0 -1 0 76616 0 1 0 4820 42 0 0 18 0 9 0 24900233 889462784 57789 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

/proc/meminfo: memFree=35688/2055920 swapFree=4192812/4192956
[pid=24794] ppid=24792 vsize=16868 CPUtime=2.15
/proc/24794/stat : 24794 (sugar) S 24792 24794 24697 0 -1 4194304 1310 22070 0 1 5 1 197 12 16 0 1 0 24900011 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24794/statm: 4217 1111 409 3 0 796 0
[pid=24807] ppid=24794 vsize=5356 CPUtime=0
/proc/24807/stat : 24807 (sh) S 24794 24794 24697 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24900232 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24807/statm: 1339 233 193 169 0 50 0
[pid=24808] ppid=24807 vsize=868728 CPUtime=360.97
/proc/24808/stat : 24808 (java) S 24807 24794 24697 0 -1 0 94984 0 1 0 34581 1516 0 0 18 0 9 0 24900233 889577472 72876 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24808/statm: 217182 72876 2593 9 0 211659 0
[pid=24808/tid=24809] ppid=24807 vsize=868728 CPUtime=349.29
/proc/24808/task/24809/stat : 24809 (java) D 24807 24794 24697 0 -1 64 8675 0 1 0 33471 1458 0 0 24 0 9 0 24900233 889577472 72876 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608069 0 0 -1 1 0 0
[pid=24808/tid=24810] ppid=24807 vsize=868728 CPUtime=11.36
/proc/24808/task/24810/stat : 24810 (java) S 24807 24794 24697 0 -1 64 84047 0 0 0 1080 56 0 0 16 0 9 0 24900234 889577472 72876 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24808/tid=24811] ppid=24807 vsize=868728 CPUtime=0
/proc/24808/task/24811/stat : 24811 (java) S 24807 24794 24697 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24900235 889577472 72876 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24808/tid=24812] ppid=24807 vsize=868728 CPUtime=0
/proc/24808/task/24812/stat : 24812 (java) S 24807 24794 24697 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24900235 889577472 72876 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24808/tid=24813] ppid=24807 vsize=868728 CPUtime=0
/proc/24808/task/24813/stat : 24813 (java) S 24807 24794 24697 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24900237 889577472 72876 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24808/tid=24814] ppid=24807 vsize=868728 CPUtime=0.28
/proc/24808/task/24814/stat : 24814 (java) S 24807 24794 24697 0 -1 64 1558 0 0 0 28 0 0 0 16 0 9 0 24900237 889577472 72876 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24808/tid=24815] ppid=24807 vsize=868728 CPUtime=0
/proc/24808/task/24815/stat : 24815 (java) S 24807 24794 24697 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24900237 889577472 72876 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24808/tid=24816] ppid=24807 vsize=868728 CPUtime=0
/proc/24808/task/24816/stat : 24816 (java) S 24807 24794 24697 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24900237 889577472 72876 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 363.12
Current children cumulated vsize (KiB) 890952
heavy processes:

[startup+882.302 s]
/proc/loadavg: 4.25 4.95 3.98 2/93 24874
/proc/meminfo: memFree=43304/2055920 swapFree=4192812/4192956
[pid=24794] ppid=24792 vsize=16868 CPUtime=2.15
/proc/24794/stat : 24794 (sugar) S 24792 24794 24697 0 -1 4194304 1310 22070 0 1 5 1 197 12 16 0 1 0 24900011 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24794/statm: 4217 1111 409 3 0 796 0
[pid=24807] ppid=24794 vsize=5356 CPUtime=0
/proc/24807/stat : 24807 (sh) S 24794 24794 24697 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24900232 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24807/statm: 1339 233 193 169 0 50 0
[pid=24808] ppid=24807 vsize=868728 CPUtime=360.97
/proc/24808/stat : 24808 (java) S 24807 24794 24697 0 -1 0 94984 0 1 0 34581 1516 0 0 18 0 9 0 24900233 889577472 72876 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24808/statm: 217182 72876 2593 9 0 211659 0
[pid=24808/tid=24809] ppid=24807 vsize=868728 CPUtime=349.29
/proc/24808/task/24809/stat : 24809 (java) D 24807 24794 24697 0 -1 64 8675 0 1 0 33471 1458 0 0 24 0 9 0 24900233 889577472 72876 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608069 0 0 -1 1 0 0
[pid=24808/tid=24810] ppid=24807 vsize=868728 CPUtime=11.36
/proc/24808/task/24810/stat : 24810 (java) S 24807 24794 24697 0 -1 64 84047 0 0 0 1080 56 0 0 16 0 9 0 24900234 889577472 72876 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24808/tid=24811] ppid=24807 vsize=868728 CPUtime=0
/proc/24808/task/24811/stat : 24811 (java) S 24807 24794 24697 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24900235 889577472 72876 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24808/tid=24812] ppid=24807 vsize=868728 CPUtime=0
/proc/24808/task/24812/stat : 24812 (java) S 24807 24794 24697 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24900235 889577472 72876 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24808/tid=24813] ppid=24807 vsize=868728 CPUtime=0
/proc/24808/task/24813/stat : 24813 (java) S 24807 24794 24697 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24900237 889577472 72876 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24808/tid=24814] ppid=24807 vsize=868728 CPUtime=0.28
/proc/24808/task/24814/stat : 24814 (java) S 24807 24794 24697 0 -1 64 1558 0 0 0 28 0 0 0 16 0 9 0 24900237 889577472 72876 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24808/tid=24815] ppid=24807 vsize=868728 CPUtime=0
/proc/24808/task/24815/stat : 24815 (java) S 24807 24794 24697 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24900237 889577472 72876 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24808/tid=24816] ppid=24807 vsize=868728 CPUtime=0
/proc/24808/task/24816/stat : 24816 (java) S 24807 24794 24697 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24900237 889577472 72876 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 363.12
Current children cumulated vsize (KiB) 890952
heavy processes:

[startup+942.303 s]
/proc/loadavg: 3.70 4.68 3.94 2/84 24874
/proc/meminfo: memFree=15160/2055920 swapFree=4192812/4192956
[pid=24794] ppid=24792 vsize=16868 CPUtime=2.15
/proc/24794/stat : 24794 (sugar) S 24792 24794 24697 0 -1 4194304 1310 22070 0 1 5 1 197 12 16 0 1 0 24900011 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24794/statm: 4217 1111 409 3 0 796 0
[pid=24807] ppid=24794 vsize=5356 CPUtime=0
/proc/24807/stat : 24807 (sh) S 24794 24794 24697 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24900232 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24807/statm: 1339 233 193 169 0 50 0
[pid=24808] ppid=24807 vsize=868728 CPUtime=397.16
/proc/24808/stat : 24808 (java) S 24807 24794 24697 0 -1 0 95249 0 1 0 38028 1688 0 0 18 0 9 0 24900233 889577472 72876 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24808/statm: 217182 72876 2593 9 0 211659 0
[pid=24808/tid=24809] ppid=24807 vsize=868728 CPUtime=385.14
/proc/24808/task/24809/stat : 24809 (java) D 24807 24794 24697 0 -1 64 8940 0 1 0 36887 1627 0 0 25 0 9 0 24900233 889577472 72876 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 0 0 0
[pid=24808/tid=24810] ppid=24807 vsize=868728 CPUtime=11.67
/proc/24808/task/24810/stat : 24810 (java) S 24807 24794 24697 0 -1 64 84047 0 0 0 1110 57 0 0 16 0 9 0 24900234 889577472 72876 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24808/tid=24811] ppid=24807 vsize=868728 CPUtime=0
/proc/24808/task/24811/stat : 24811 (java) S 24807 24794 24697 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24900235 889577472 72876 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24808/tid=24812] ppid=24807 vsize=868728 CPUtime=0
/proc/24808/task/24812/stat : 24812 (java) S 24807 24794 24697 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24900235 889577472 72876 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24808/tid=24813] ppid=24807 vsize=868728 CPUtime=0
/proc/24808/task/24813/stat : 24813 (java) S 24807 24794 24697 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24900237 889577472 72876 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24808/tid=24814] ppid=24807 vsize=868728 CPUtime=0.28
/proc/24808/task/24814/stat : 24814 (java) S 24807 24794 24697 0 -1 64 1558 0 0 0 28 0 0 0 16 0 9 0 24900237 889577472 72876 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24808/tid=24815] ppid=24807 vsize=868728 CPUtime=0
/proc/24808/task/24815/stat : 24815 (java) S 24807 24794 24697 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24900237 889577472 72876 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24808/tid=24816] ppid=24807 vsize=868728 CPUtime=0
/proc/24808/task/24816/stat : 24816 (java) S 24807 24794 24697 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24900237 889577472 72876 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 399.31
Current children cumulated vsize (KiB) 890952
heavy processes:

[startup+1002.3 s]
/proc/loadavg: 4.67 4.77 4.02 2/76 24879
/proc/meminfo: memFree=1494328/2055920 swapFree=4192812/4192956
[pid=24794] ppid=24792 vsize=16868 CPUtime=443.85
/proc/24794/stat : 24794 (sugar) D 24792 24794 24697 0 -1 4194304 1335 117947 0 4 5 55 42413 1912 20 0 1 0 24900011 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 234046067753 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/24794/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 443.85
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+1062.3 s]
/proc/loadavg: 4.34 4.66 4.02 2/75 24879
/proc/meminfo: memFree=1742336/2055920 swapFree=4192812/4192956
[pid=24794] ppid=24792 vsize=16868 CPUtime=444.02
/proc/24794/stat : 24794 (sugar) D 24792 24794 24697 0 -1 4194304 1335 117947 0 4 5 72 42413 1912 18 0 1 0 24900011 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 234046067753 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/24794/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 444.02
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+1122.3 s]
/proc/loadavg: 3.99 4.51 4.01 2/74 24879
/proc/meminfo: memFree=1916488/2055920 swapFree=4192812/4192956
[pid=24794] ppid=24792 vsize=16868 CPUtime=444.14
/proc/24794/stat : 24794 (sugar) D 24792 24794 24697 0 -1 4194304 1335 117947 0 4 5 84 42413 1912 18 0 1 0 24900011 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 234046067753 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/24794/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 444.14
Current children cumulated vsize (KiB) 16868
heavy processes:

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

[startup+1126.3 s]
/proc/loadavg: 3.99 4.51 4.01 2/74 24879
/proc/meminfo: memFree=1931016/2055920 swapFree=4192812/4192956
[pid=24794] ppid=24792 vsize=16868 CPUtime=444.15
/proc/24794/stat : 24794 (sugar) D 24792 24794 24697 0 -1 4194304 1335 117947 0 4 5 85 42413 1912 18 0 1 0 24900011 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 234046067753 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/24794/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 444.15
Current children cumulated vsize (KiB) 16868

[startup+1129.5 s]
/proc/loadavg: 3.91 4.48 4.00 2/74 24879
/proc/meminfo: memFree=1936072/2055920 swapFree=4192812/4192956
[pid=24794] ppid=24792 vsize=16868 CPUtime=444.15
/proc/24794/stat : 24794 (sugar) D 24792 24794 24697 0 -1 4194304 1335 117947 0 4 5 85 42413 1912 18 0 1 0 24900011 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 234046067753 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/24794/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 444.15
Current children cumulated vsize (KiB) 16868

[startup+1131.1 s]
/proc/loadavg: 3.91 4.48 4.00 2/74 24879
/proc/meminfo: memFree=1942920/2055920 swapFree=4192812/4192956
[pid=24794] ppid=24792 vsize=16868 CPUtime=444.15
/proc/24794/stat : 24794 (sugar) D 24792 24794 24697 0 -1 4194304 1335 117947 0 4 5 85 42413 1912 18 0 1 0 24900011 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 234046067753 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/24794/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 444.15
Current children cumulated vsize (KiB) 16868

[startup+1132.01 s]
/proc/loadavg: 3.84 4.46 4.00 2/74 24879
/proc/meminfo: memFree=1943048/2055920 swapFree=4192812/4192956
[pid=24794] ppid=24792 vsize=16868 CPUtime=444.28
/proc/24794/stat : 24794 (sugar) D 24792 24794 24697 0 -1 4194304 1335 117947 0 4 5 98 42413 1912 18 0 1 0 24900011 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 234046067753 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/24794/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 444.28
Current children cumulated vsize (KiB) 16868

[startup+1132.2 s]
/proc/loadavg: 3.84 4.46 4.00 2/74 24879
/proc/meminfo: memFree=1943048/2055920 swapFree=4192812/4192956
[pid=24794] ppid=24792 vsize=16868 CPUtime=444.34
/proc/24794/stat : 24794 (sugar) D 24792 24794 24697 0 -1 4194304 1335 117947 0 4 5 104 42413 1912 18 0 1 0 24900011 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 234046067753 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/24794/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 444.34
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1132.23
CPU time (s): 444.363
CPU user time (s): 424.192
CPU system time (s): 20.1709
CPU usage (%): 39.2466
Max. virtual memory (cumulated for all children) (KiB): 901088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 424.193
system time used= 20.1709
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 119343
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56277
involuntary context switches= 54026

runsolver used 1.55176 second user time and 3.64545 second system time

The end

Launcher Data

Begin job on node79 at 2009-07-12 07:59:04
IDJOB=2083852
IDBENCH=57953
IDSOLVER=738
FILE ID=node79/2083852-1247378344
PBS_JOBID= 9507189
Free space on /tmp= 66340 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fapp/fapp14/normalized-fapp14-2500-4.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-2083852-1247378344/watcher-2083852-1247378344 -o /tmp/evaluation-result-2083852-1247378344/solver-2083852-1247378344 -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-2083852-1247378344.xml

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

MD5SUM BENCH= 42bd03a0fe6da1c0a19520ed6689c90c
RANDOM SEED=235618244

node79.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.229
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.229
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:       1362672 kB
Buffers:         80960 kB
Cached:         431692 kB
SwapCached:          0 kB
Active:         278788 kB
Inactive:       336160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1362672 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            7008 kB
Writeback:           0 kB
Mapped:         113692 kB
Slab:            63444 kB
Committed_AS:   316740 kB
PageTables:       1972 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= 66344 MiB
End job on node79 at 2009-07-12 08:17:57