Trace number 1113310

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisat? 219.793 226.984

General information on the benchmark

Namecsp/graphColoring/register/fpsol/
normalized-fpsol2-i-1-55.xml
MD5SUM9685e02ee1e44c7ff05763d17f8830d9
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints10
Best CPU time to get the best result obtained on this benchmark1686.28
Satisfiable
(Un)Satisfiability was proved
Number of variables496
Number of constraints11654
Maximum constraint arity2
Maximum domain size55
Number of constraints which are defined in extension0
Number of constraints which are defined in intension11654
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul 12 18:58:00 2008
0.00/0.04	c 0	PID 14583
0.00/0.05	c 0	HOST node65.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1113310-1215881880.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113310-1215881880.xml' 'HOME/temp.csp'
1.06/1.17	c 1	1 domains, 496 variables, 1 predicates, 0 relations, 11654 constraints
1.14/1.20	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.14/1.20	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.14/1.28	c 1	Parsing HOME/temp.csp
1.14/1.59	c 1	parsed 10000 expressions
1.14/1.63	c 1	parsed 12152 expressions
1.14/1.63	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.14/1.76	c 2	MAX CSP: 11654 constraints
1.14/1.76	c 2	Converting to clausal form CSP
1.14/2.00	c 2	converted 2381 (10%) expressions
2.02/2.13	c 2	converted 4762 (20%) expressions
2.02/2.18	c 2	converted 7143 (30%) expressions
2.13/2.24	c 2	converted 9524 (40%) expressions
2.13/2.29	c 2	converted 11905 (50%) expressions
2.22/2.35	c 2	converted 14286 (60%) expressions
2.32/2.48	c 2	converted 16667 (70%) expressions
2.42/2.53	c 2	converted 19048 (80%) expressions
2.42/2.58	c 2	converted 21429 (90%) expressions
3.61/3.71	c 3	converted 23809 (100%) expressions
3.61/3.72	c 4	CSP : 23804 integers, 0 booleans, 34961 clauses, largest domain size 17482
3.61/3.72	c 4	Heap : 31 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.61/3.72	c 4	Propagation in CSP
4.01/4.18	c 4	11647 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.01/4.19	c 4	CSP : 23804 integers, 0 booleans, 34961 clauses, largest domain size 11655
4.01/4.19	c 4	Heap : 32 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.11/4.21	c 4	Simplifing CSP by introducing new Boolean variables
4.41/4.51	c 4	CSP : 23804 integers, 23308 booleans, 58269 clauses, largest domain size 11655
4.41/4.51	c 4	Heap : 39 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.61/4.72	c 4	Encoding CSP to SAT : HOME/temp.cnf
4.61/4.79	c 5	2381 (10%) CSP integer variables are encoded (26288 clauses, 372584 bytes)
4.61/4.79	c 5	4761 (20%) CSP integer variables are encoded (26288 clauses, 372584 bytes)
4.61/4.80	c 5	7142 (30%) CSP integer variables are encoded (26288 clauses, 372584 bytes)
4.70/4.80	c 5	9522 (40%) CSP integer variables are encoded (26288 clauses, 372584 bytes)
4.70/4.80	c 5	11902 (50%) CSP integer variables are encoded (26288 clauses, 372584 bytes)
4.70/4.84	c 5	14283 (60%) CSP integer variables are encoded (56538 clauses, 826334 bytes)
4.79/4.98	c 5	16663 (70%) CSP integer variables are encoded (164932 clauses, 2615299 bytes)
4.90/5.09	c 5	19044 (80%) CSP integer variables are encoded (253631 clauses, 4123182 bytes)
5.00/5.13	c 5	21424 (90%) CSP integer variables are encoded (279842 clauses, 4568769 bytes)
5.00/5.17	c 5	23804 (100%) CSP integer variables are encoded (312916 clauses, 5131027 bytes)
5.49/5.64	c 5	5827 (10%) CSP clauses are encoded (528533 clauses, 9455460 bytes)
5.89/6.05	c 6	11654 (20%) CSP clauses are encoded (744150 clauses, 14057075 bytes)
6.29/6.47	c 6	17481 (30%) CSP clauses are encoded (959713 clauses, 18673904 bytes)
6.68/6.89	c 7	23308 (40%) CSP clauses are encoded (1175330 clauses, 23285104 bytes)
7.19/7.30	c 7	29135 (50%) CSP clauses are encoded (1390947 clauses, 27939504 bytes)
7.58/7.73	c 8	34962 (60%) CSP clauses are encoded (1606510 clauses, 32687337 bytes)
22.51/22.86	c 23	40789 (70%) CSP clauses are encoded (10162567 clauses, 216203332 bytes)
218.73/224.20	c 224	ERROR Exception Too large HOME/temp.cnf
218.73/224.21	c 224	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
218.73/224.21	c 224	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
218.73/224.21	c 224	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
218.73/224.21	s UNKNOWN
218.73/224.29	c 224	CPU 202.95 (0.03 0 202.92 15.81)
218.73/224.29	c 224	END Sat Jul 12 19:01:44 2008

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1113310-1215881880/watcher-1113310-1215881880 -o /tmp/evaluation-result-1113310-1215881880/solver-1113310-1215881880 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1113310-1215881880.xml 

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


[startup+0 s]
/proc/loadavg: 2.58 2.60 2.54 4/81 14583
/proc/meminfo: memFree=1856000/2055920 swapFree=4175232/4192956
[pid=14583] ppid=14581 vsize=12268 CPUtime=0
/proc/14583/stat : 14583 (sugar) R 14581 14583 13874 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 44886005 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 257203862117 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/14583/statm: 3067 316 241 3 0 167 0

[startup+0.08877 s]
/proc/loadavg: 2.58 2.60 2.54 4/81 14583
/proc/meminfo: memFree=1856000/2055920 swapFree=4175232/4192956
[pid=14583] ppid=14581 vsize=13600 CPUtime=0.03
/proc/14583/stat : 14583 (sugar) S 14581 14583 13874 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 44886005 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14583/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.10177 s]
/proc/loadavg: 2.58 2.60 2.54 4/81 14583
/proc/meminfo: memFree=1856000/2055920 swapFree=4175232/4192956
[pid=14583] ppid=14581 vsize=13600 CPUtime=0.03
/proc/14583/stat : 14583 (sugar) S 14581 14583 13874 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 44886005 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14583/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301782 s]
/proc/loadavg: 2.58 2.60 2.54 4/81 14583
/proc/meminfo: memFree=1856000/2055920 swapFree=4175232/4192956
[pid=14583] ppid=14581 vsize=13600 CPUtime=0.03
/proc/14583/stat : 14583 (sugar) S 14581 14583 13874 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 44886005 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14583/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701825 s]
/proc/loadavg: 2.58 2.60 2.54 4/81 14583
/proc/meminfo: memFree=1856000/2055920 swapFree=4175232/4192956
[pid=14583] ppid=14581 vsize=13600 CPUtime=0.03
/proc/14583/stat : 14583 (sugar) S 14581 14583 13874 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 44886005 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14583/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50189 s]
/proc/loadavg: 2.58 2.60 2.54 3/92 14595
/proc/meminfo: memFree=1832296/2055920 swapFree=4175232/4192956
[pid=14583] ppid=14581 vsize=13600 CPUtime=1.14
/proc/14583/stat : 14583 (sugar) S 14581 14583 13874 0 -1 4194304 974 9911 0 1 3 0 106 5 16 0 1 0 44886005 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14583/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 13600

[startup+3.10302 s]
/proc/loadavg: 2.58 2.60 2.54 3/92 14605
/proc/meminfo: memFree=1834344/2055920 swapFree=4175232/4192956
[pid=14583] ppid=14581 vsize=13600 CPUtime=1.14
/proc/14583/stat : 14583 (sugar) S 14581 14583 13874 0 -1 4194304 974 9911 0 1 3 0 106 5 15 0 1 0 44886005 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14583/statm: 3400 797 370 3 0 500 0
[pid=14596] ppid=14583 vsize=5356 CPUtime=0
/proc/14596/stat : 14596 (sh) S 14583 14583 13874 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44886125 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14596/statm: 1339 233 193 169 0 50 0
[pid=14597] ppid=14596 vsize=868612 CPUtime=1.87
/proc/14597/stat : 14597 (java) S 14596 14583 13874 0 -1 0 12065 0 1 0 182 5 0 0 18 0 9 0 44886125 889458688 11029 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14597/statm: 217153 11029 2540 9 0 211728 0
[pid=14597/tid=14598] ppid=14596 vsize=868612 CPUtime=1.11
/proc/14597/task/14598/stat : 14598 (java) R 14596 14583 13874 0 -1 64 2803 0 1 0 110 1 0 0 25 0 9 0 44886126 889458688 11029 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14597/tid=14599] ppid=14596 vsize=868612 CPUtime=0.52
/proc/14597/task/14599/stat : 14599 (java) R 14596 14583 13874 0 -1 64 7106 0 0 0 50 2 0 0 16 0 9 0 44886127 889458688 11029 996147200 134512640 134550740 4294955936 18446744073709551615 102731926 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14597/tid=14600] ppid=14596 vsize=868612 CPUtime=0
/proc/14597/task/14600/stat : 14600 (java) S 14596 14583 13874 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44886127 889458688 11029 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14597/tid=14601] ppid=14596 vsize=868612 CPUtime=0
/proc/14597/task/14601/stat : 14601 (java) S 14596 14583 13874 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44886127 889458688 11029 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14597/tid=14602] ppid=14596 vsize=868612 CPUtime=0
/proc/14597/task/14602/stat : 14602 (java) S 14596 14583 13874 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44886129 889458688 11029 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14597/tid=14603] ppid=14596 vsize=868612 CPUtime=0.21
/proc/14597/task/14603/stat : 14603 (java) S 14596 14583 13874 0 -1 64 1459 0 0 0 21 0 0 0 16 0 9 0 44886129 889458688 11029 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14597/tid=14604] ppid=14596 vsize=868612 CPUtime=0
/proc/14597/task/14604/stat : 14604 (java) S 14596 14583 13874 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44886129 889458688 11029 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14597/tid=14605] ppid=14596 vsize=868612 CPUtime=0
/proc/14597/task/14605/stat : 14605 (java) S 14596 14583 13874 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44886129 889458688 11029 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887568

[startup+6.30228 s]
/proc/loadavg: 2.53 2.59 2.54 3/92 14605
/proc/meminfo: memFree=1796008/2055920 swapFree=4175232/4192956
[pid=14583] ppid=14581 vsize=13600 CPUtime=1.14
/proc/14583/stat : 14583 (sugar) S 14581 14583 13874 0 -1 4194304 974 9911 0 1 3 0 106 5 15 0 1 0 44886005 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14583/statm: 3400 797 370 3 0 500 0
[pid=14596] ppid=14583 vsize=5356 CPUtime=0
/proc/14596/stat : 14596 (sh) S 14583 14583 13874 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44886125 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14596/statm: 1339 233 193 169 0 50 0
[pid=14597] ppid=14596 vsize=868472 CPUtime=5.06
/proc/14597/stat : 14597 (java) S 14596 14583 13874 0 -1 0 16792 0 1 0 487 19 0 0 18 0 9 0 44886125 889315328 15096 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14597/statm: 217118 15096 2565 9 0 211665 0
[pid=14597/tid=14598] ppid=14596 vsize=868472 CPUtime=3.54
/proc/14597/task/14598/stat : 14598 (java) R 14596 14583 13874 0 -1 64 3379 0 1 0 342 12 0 0 25 0 9 0 44886126 889315328 15096 996147200 134512640 134550740 4294955936 18446744073709551615 4127066040 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14597/tid=14599] ppid=14596 vsize=868472 CPUtime=1.19
/proc/14597/task/14599/stat : 14599 (java) S 14596 14583 13874 0 -1 64 11211 0 0 0 115 4 0 0 16 0 9 0 44886127 889315328 15096 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14597/tid=14600] ppid=14596 vsize=868472 CPUtime=0
/proc/14597/task/14600/stat : 14600 (java) S 14596 14583 13874 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44886127 889315328 15096 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14597/tid=14601] ppid=14596 vsize=868472 CPUtime=0
/proc/14597/task/14601/stat : 14601 (java) S 14596 14583 13874 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44886127 889315328 15096 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14597/tid=14602] ppid=14596 vsize=868472 CPUtime=0
/proc/14597/task/14602/stat : 14602 (java) S 14596 14583 13874 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44886129 889315328 15096 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14597/tid=14603] ppid=14596 vsize=868472 CPUtime=0.29
/proc/14597/task/14603/stat : 14603 (java) S 14596 14583 13874 0 -1 64 1505 0 0 0 29 0 0 0 15 0 9 0 44886129 889315328 15096 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14597/tid=14604] ppid=14596 vsize=868472 CPUtime=0
/proc/14597/task/14604/stat : 14604 (java) S 14596 14583 13874 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44886129 889315328 15096 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14597/tid=14605] ppid=14596 vsize=868472 CPUtime=0
/proc/14597/task/14605/stat : 14605 (java) S 14596 14583 13874 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44886129 889315328 15096 996147200 134512640 134550740 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) 887428

[startup+12.7028 s]
/proc/loadavg: 2.49 2.58 2.54 3/92 14605
/proc/meminfo: memFree=1718376/2055920 swapFree=4175232/4192956
[pid=14583] ppid=14581 vsize=13600 CPUtime=1.14
/proc/14583/stat : 14583 (sugar) S 14581 14583 13874 0 -1 4194304 974 9911 0 1 3 0 106 5 15 0 1 0 44886005 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14583/statm: 3400 797 370 3 0 500 0
[pid=14596] ppid=14583 vsize=5356 CPUtime=0
/proc/14596/stat : 14596 (sh) S 14583 14583 13874 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44886125 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14596/statm: 1339 233 193 169 0 50 0
[pid=14597] ppid=14596 vsize=868472 CPUtime=11.39
/proc/14597/stat : 14597 (java) S 14596 14583 13874 0 -1 0 17282 0 1 0 1073 66 0 0 18 0 9 0 44886125 889315328 15096 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14597/statm: 217118 15096 2565 9 0 211665 0
[pid=14597/tid=14598] ppid=14596 vsize=868472 CPUtime=9.67
/proc/14597/task/14598/stat : 14598 (java) R 14596 14583 13874 0 -1 64 3869 0 1 0 911 56 0 0 25 0 9 0 44886126 889315328 15096 996147200 134512640 134550740 4294955936 18446744073709551615 4127094964 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14597/tid=14599] ppid=14596 vsize=868472 CPUtime=1.4
/proc/14597/task/14599/stat : 14599 (java) S 14596 14583 13874 0 -1 64 11211 0 0 0 132 8 0 0 16 0 9 0 44886127 889315328 15096 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14597/tid=14600] ppid=14596 vsize=868472 CPUtime=0
/proc/14597/task/14600/stat : 14600 (java) S 14596 14583 13874 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44886127 889315328 15096 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14597/tid=14601] ppid=14596 vsize=868472 CPUtime=0
/proc/14597/task/14601/stat : 14601 (java) S 14596 14583 13874 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44886127 889315328 15096 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14597/tid=14602] ppid=14596 vsize=868472 CPUtime=0
/proc/14597/task/14602/stat : 14602 (java) S 14596 14583 13874 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44886129 889315328 15096 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14597/tid=14603] ppid=14596 vsize=868472 CPUtime=0.29
/proc/14597/task/14603/stat : 14603 (java) S 14596 14583 13874 0 -1 64 1505 0 0 0 29 0 0 0 15 0 9 0 44886129 889315328 15096 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14597/tid=14604] ppid=14596 vsize=868472 CPUtime=0
/proc/14597/task/14604/stat : 14604 (java) S 14596 14583 13874 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44886129 889315328 15096 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14597/tid=14605] ppid=14596 vsize=868472 CPUtime=0
/proc/14597/task/14605/stat : 14605 (java) S 14596 14583 13874 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44886129 889315328 15096 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 887428

[startup+25.5019 s]
/proc/loadavg: 2.45 2.57 2.53 3/92 14605
/proc/meminfo: memFree=1558888/2055920 swapFree=4175232/4192956
[pid=14583] ppid=14581 vsize=13600 CPUtime=1.14
/proc/14583/stat : 14583 (sugar) S 14581 14583 13874 0 -1 4194304 974 9911 0 1 3 0 106 5 16 0 1 0 44886005 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14583/statm: 3400 797 370 3 0 500 0
[pid=14596] ppid=14583 vsize=5356 CPUtime=0
/proc/14596/stat : 14596 (sh) S 14583 14583 13874 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44886125 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14596/statm: 1339 233 193 169 0 50 0
[pid=14597] ppid=14596 vsize=868472 CPUtime=24.01
/proc/14597/stat : 14597 (java) S 14596 14583 13874 0 -1 0 18266 0 1 0 2239 162 0 0 18 0 9 0 44886125 889315328 15096 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14597/statm: 217118 15096 2565 9 0 211665 0
[pid=14597/tid=14598] ppid=14596 vsize=868472 CPUtime=21.87
/proc/14597/task/14598/stat : 14598 (java) R 14596 14583 13874 0 -1 64 4853 0 1 0 2042 145 0 0 25 0 9 0 44886126 889315328 15096 996147200 134512640 134550740 4294955936 18446744073709551615 4127061788 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14597/tid=14599] ppid=14596 vsize=868472 CPUtime=1.82
/proc/14597/task/14599/stat : 14599 (java) S 14596 14583 13874 0 -1 64 11211 0 0 0 167 15 0 0 16 0 9 0 44886127 889315328 15096 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14597/tid=14600] ppid=14596 vsize=868472 CPUtime=0
/proc/14597/task/14600/stat : 14600 (java) S 14596 14583 13874 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44886127 889315328 15096 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14597/tid=14601] ppid=14596 vsize=868472 CPUtime=0
/proc/14597/task/14601/stat : 14601 (java) S 14596 14583 13874 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44886127 889315328 15096 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14597/tid=14602] ppid=14596 vsize=868472 CPUtime=0
/proc/14597/task/14602/stat : 14602 (java) S 14596 14583 13874 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44886129 889315328 15096 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14597/tid=14603] ppid=14596 vsize=868472 CPUtime=0.29
/proc/14597/task/14603/stat : 14603 (java) S 14596 14583 13874 0 -1 64 1505 0 0 0 29 0 0 0 15 0 9 0 44886129 889315328 15096 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14597/tid=14604] ppid=14596 vsize=868472 CPUtime=0
/proc/14597/task/14604/stat : 14604 (java) S 14596 14583 13874 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44886129 889315328 15096 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14597/tid=14605] ppid=14596 vsize=868472 CPUtime=0
/proc/14597/task/14605/stat : 14605 (java) S 14596 14583 13874 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44886129 889315328 15096 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 887428

[startup+51.1021 s]
/proc/loadavg: 2.37 2.54 2.52 3/92 14605
/proc/meminfo: memFree=1503528/2055920 swapFree=4175232/4192956
[pid=14583] ppid=14581 vsize=13600 CPUtime=1.14
/proc/14583/stat : 14583 (sugar) S 14581 14583 13874 0 -1 4194304 974 9911 0 1 3 0 106 5 16 0 1 0 44886005 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14583/statm: 3400 797 370 3 0 500 0
[pid=14596] ppid=14583 vsize=5356 CPUtime=0
/proc/14596/stat : 14596 (sh) S 14583 14583 13874 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44886125 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14596/statm: 1339 233 193 169 0 50 0
[pid=14597] ppid=14596 vsize=868472 CPUtime=49.4
/proc/14597/stat : 14597 (java) S 14596 14583 13874 0 -1 0 19187 0 1 0 4733 207 0 0 18 0 9 0 44886125 889315328 15096 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=14597/tid=14603] ppid=14596 vsize=868472 CPUtime=0.29
/proc/14597/task/14603/stat : 14603 (java) S 14596 14583 13874 0 -1 64 1505 0 0 0 29 0 0 0 15 0 9 0 44886129 889315328 15096 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14597/tid=14604] ppid=14596 vsize=868472 CPUtime=0
/proc/14597/task/14604/stat : 14604 (java) S 14596 14583 13874 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44886129 889315328 15096 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14597/tid=14605] ppid=14596 vsize=868472 CPUtime=0
/proc/14597/task/14605/stat : 14605 (java) S 14596 14583 13874 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44886129 889315328 15096 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 887428

[startup+102.306 s]
/proc/loadavg: 2.78 2.62 2.55 3/92 14605
/proc/meminfo: memFree=840104/2055920 swapFree=4175232/4192956
[pid=14583] ppid=14581 vsize=13600 CPUtime=1.14
/proc/14583/stat : 14583 (sugar) S 14581 14583 13874 0 -1 4194304 974 9911 0 1 3 0 106 5 16 0 1 0 44886005 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14583/statm: 3400 797 370 3 0 500 0
[pid=14596] ppid=14583 vsize=5356 CPUtime=0
/proc/14596/stat : 14596 (sh) S 14583 14583 13874 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44886125 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14596/statm: 1339 233 193 169 0 50 0
[pid=14597] ppid=14596 vsize=868472 CPUtime=99.06
/proc/14597/stat : 14597 (java) S 14596 14583 13874 0 -1 0 23071 0 1 0 9285 621 0 0 18 0 9 0 44886125 889315328 15096 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14597/statm: 217118 15096 2565 9 0 211665 0
[pid=14597/tid=14598] ppid=14596 vsize=868472 CPUtime=94.88
/proc/14597/task/14598/stat : 14598 (java) R 14596 14583 13874 0 -1 64 9658 0 1 0 8917 571 0 0 25 0 9 0 44886126 889315328 15096 996147200 134512640 134550740 4294955936 18446744073709551615 4127064341 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14597/tid=14599] ppid=14596 vsize=868472 CPUtime=3.86
/proc/14597/task/14599/stat : 14599 (java) S 14596 14583 13874 0 -1 64 11211 0 0 0 338 48 0 0 16 0 9 0 44886127 889315328 15096 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14597/tid=14600] ppid=14596 vsize=868472 CPUtime=0
/proc/14597/task/14600/stat : 14600 (java) S 14596 14583 13874 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44886127 889315328 15096 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14597/tid=14601] ppid=14596 vsize=868472 CPUtime=0
/proc/14597/task/14601/stat : 14601 (java) S 14596 14583 13874 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44886127 889315328 15096 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14597/tid=14602] ppid=14596 vsize=868472 CPUtime=0
/proc/14597/task/14602/stat : 14602 (java) S 14596 14583 13874 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44886129 889315328 15096 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14597/tid=14603] ppid=14596 vsize=868472 CPUtime=0.29
/proc/14597/task/14603/stat : 14603 (java) S 14596 14583 13874 0 -1 64 1505 0 0 0 29 0 0 0 15 0 9 0 44886129 889315328 15096 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14597/tid=14604] ppid=14596 vsize=868472 CPUtime=0
/proc/14597/task/14604/stat : 14604 (java) S 14596 14583 13874 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44886129 889315328 15096 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14597/tid=14605] ppid=14596 vsize=868472 CPUtime=0
/proc/14597/task/14605/stat : 14605 (java) S 14596 14583 13874 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44886129 889315328 15096 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 100.2
Current children cumulated vsize (KiB) 887428

[startup+162.301 s]
/proc/loadavg: 3.00 2.70 2.58 3/92 14605
/proc/meminfo: memFree=60264/2055920 swapFree=4175232/4192956
[pid=14583] ppid=14581 vsize=13600 CPUtime=1.14
/proc/14583/stat : 14583 (sugar) S 14581 14583 13874 0 -1 4194304 974 9911 0 1 3 0 106 5 16 0 1 0 44886005 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14583/statm: 3400 797 370 3 0 500 0
[pid=14596] ppid=14583 vsize=5356 CPUtime=0
/proc/14596/stat : 14596 (sh) S 14583 14583 13874 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44886125 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14596/statm: 1339 233 193 169 0 50 0
[pid=14597] ppid=14596 vsize=868472 CPUtime=157.7
/proc/14597/stat : 14597 (java) S 14596 14583 13874 0 -1 0 27866 0 1 0 14674 1096 0 0 18 0 9 0 44886125 889315328 15096 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14597/statm: 217118 15096 2565 9 0 211665 0
[pid=14597/tid=14598] ppid=14596 vsize=868472 CPUtime=151.56
/proc/14597/task/14598/stat : 14598 (java) R 14596 14583 13874 0 -1 64 14453 0 1 0 14142 1014 0 0 25 0 9 0 44886126 889315328 15096 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14597/tid=14599] ppid=14596 vsize=868472 CPUtime=5.81
/proc/14597/task/14599/stat : 14599 (java) S 14596 14583 13874 0 -1 64 11211 0 0 0 502 79 0 0 16 0 9 0 44886127 889315328 15096 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14597/tid=14600] ppid=14596 vsize=868472 CPUtime=0
/proc/14597/task/14600/stat : 14600 (java) S 14596 14583 13874 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44886127 889315328 15096 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14597/tid=14601] ppid=14596 vsize=868472 CPUtime=0
/proc/14597/task/14601/stat : 14601 (java) S 14596 14583 13874 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44886127 889315328 15096 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14597/tid=14602] ppid=14596 vsize=868472 CPUtime=0
/proc/14597/task/14602/stat : 14602 (java) S 14596 14583 13874 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44886129 889315328 15096 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14597/tid=14603] ppid=14596 vsize=868472 CPUtime=0.29
/proc/14597/task/14603/stat : 14603 (java) S 14596 14583 13874 0 -1 64 1505 0 0 0 29 0 0 0 15 0 9 0 44886129 889315328 15096 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14597/tid=14604] ppid=14596 vsize=868472 CPUtime=0
/proc/14597/task/14604/stat : 14604 (java) S 14596 14583 13874 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44886129 889315328 15096 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14597/tid=14605] ppid=14596 vsize=868472 CPUtime=0
/proc/14597/task/14605/stat : 14605 (java) S 14596 14583 13874 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44886129 889315328 15096 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 158.84
Current children cumulated vsize (KiB) 887428

[startup+222.301 s]
/proc/loadavg: 3.13 2.79 2.62 3/92 14611
/proc/meminfo: memFree=15464/2055920 swapFree=4180996/4192956
[pid=14583] ppid=14581 vsize=13600 CPUtime=1.14
/proc/14583/stat : 14583 (sugar) S 14581 14583 13874 0 -1 4194304 974 9911 0 1 3 0 106 5 16 0 1 0 44886005 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14583/statm: 3400 797 370 3 0 500 0
[pid=14596] ppid=14583 vsize=5356 CPUtime=0
/proc/14596/stat : 14596 (sh) S 14583 14583 13874 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44886125 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14596/statm: 1339 233 193 169 0 50 0
[pid=14597] ppid=14596 vsize=868472 CPUtime=215.73
/proc/14597/stat : 14597 (java) S 14596 14583 13874 0 -1 0 32636 0 1 0 20014 1559 0 0 18 0 9 0 44886125 889315328 15096 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14597/statm: 217118 15096 2565 9 0 211665 0
[pid=14597/tid=14598] ppid=14596 vsize=868472 CPUtime=207.66
/proc/14597/task/14598/stat : 14598 (java) R 14596 14583 13874 0 -1 64 19223 0 1 0 19316 1450 0 0 25 0 9 0 44886126 889315328 15096 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14597/tid=14599] ppid=14596 vsize=868472 CPUtime=7.74
/proc/14597/task/14599/stat : 14599 (java) S 14596 14583 13874 0 -1 64 11211 0 0 0 667 107 0 0 15 0 9 0 44886127 889315328 15096 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14597/tid=14600] ppid=14596 vsize=868472 CPUtime=0
/proc/14597/task/14600/stat : 14600 (java) S 14596 14583 13874 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44886127 889315328 15096 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14597/tid=14601] ppid=14596 vsize=868472 CPUtime=0
/proc/14597/task/14601/stat : 14601 (java) S 14596 14583 13874 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44886127 889315328 15096 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14597/tid=14602] ppid=14596 vsize=868472 CPUtime=0
/proc/14597/task/14602/stat : 14602 (java) S 14596 14583 13874 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44886129 889315328 15096 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14597/tid=14603] ppid=14596 vsize=868472 CPUtime=0.29
/proc/14597/task/14603/stat : 14603 (java) S 14596 14583 13874 0 -1 64 1505 0 0 0 29 0 0 0 15 0 9 0 44886129 889315328 15096 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14597/tid=14604] ppid=14596 vsize=868472 CPUtime=0
/proc/14597/task/14604/stat : 14604 (java) S 14596 14583 13874 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44886129 889315328 15096 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14597/tid=14605] ppid=14596 vsize=868472 CPUtime=0
/proc/14597/task/14605/stat : 14605 (java) S 14596 14583 13874 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44886129 889315328 15096 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 216.87
Current children cumulated vsize (KiB) 887428

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

[startup+223.901 s]
/proc/loadavg: 3.13 2.79 2.62 3/92 14611
/proc/meminfo: memFree=15976/2055920 swapFree=4180996/4192956
[pid=14583] ppid=14581 vsize=13600 CPUtime=1.14
/proc/14583/stat : 14583 (sugar) S 14581 14583 13874 0 -1 4194304 974 9911 0 1 3 0 106 5 16 0 1 0 44886005 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14583/statm: 3400 797 370 3 0 500 0
[pid=14596] ppid=14583 vsize=5356 CPUtime=0
/proc/14596/stat : 14596 (sh) S 14583 14583 13874 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44886125 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14596/statm: 1339 233 193 169 0 50 0
[pid=14597] ppid=14596 vsize=868472 CPUtime=217.29
/proc/14597/stat : 14597 (java) S 14596 14583 13874 0 -1 0 32764 0 1 0 20158 1571 0 0 18 0 9 0 44886125 889315328 15096 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14597/statm: 217118 15096 2565 9 0 211665 0
[pid=14597/tid=14598] ppid=14596 vsize=868472 CPUtime=209.19
/proc/14597/task/14598/stat : 14598 (java) R 14596 14583 13874 0 -1 64 19351 0 1 0 19457 1462 0 0 25 0 9 0 44886126 889315328 15096 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14597/tid=14599] ppid=14596 vsize=868472 CPUtime=7.8
/proc/14597/task/14599/stat : 14599 (java) S 14596 14583 13874 0 -1 64 11211 0 0 0 672 108 0 0 16 0 9 0 44886127 889315328 15096 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14597/tid=14600] ppid=14596 vsize=868472 CPUtime=0
/proc/14597/task/14600/stat : 14600 (java) S 14596 14583 13874 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44886127 889315328 15096 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14597/tid=14601] ppid=14596 vsize=868472 CPUtime=0
/proc/14597/task/14601/stat : 14601 (java) S 14596 14583 13874 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44886127 889315328 15096 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14597/tid=14602] ppid=14596 vsize=868472 CPUtime=0
/proc/14597/task/14602/stat : 14602 (java) S 14596 14583 13874 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44886129 889315328 15096 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14597/tid=14603] ppid=14596 vsize=868472 CPUtime=0.29
/proc/14597/task/14603/stat : 14603 (java) S 14596 14583 13874 0 -1 64 1505 0 0 0 29 0 0 0 15 0 9 0 44886129 889315328 15096 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14597/tid=14604] ppid=14596 vsize=868472 CPUtime=0
/proc/14597/task/14604/stat : 14604 (java) S 14596 14583 13874 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44886129 889315328 15096 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14597/tid=14605] ppid=14596 vsize=868472 CPUtime=0
/proc/14597/task/14605/stat : 14605 (java) S 14596 14583 13874 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44886129 889315328 15096 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 218.43
Current children cumulated vsize (KiB) 887428

[startup+225.506 s]
/proc/loadavg: 3.12 2.79 2.62 2/82 14611
/proc/meminfo: memFree=1927160/2055920 swapFree=4180996/4192956
[pid=14583] ppid=14581 vsize=13600 CPUtime=219.57
/proc/14583/stat : 14583 (sugar) D 14581 14583 13874 0 -1 4194304 998 42997 0 2 3 81 20292 1581 15 0 1 0 44886005 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 257203868713 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/14583/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 219.57
Current children cumulated vsize (KiB) 13600

[startup+226.327 s]
/proc/loadavg: 3.12 2.79 2.62 2/82 14611
/proc/meminfo: memFree=1927160/2055920 swapFree=4180996/4192956
[pid=14583] ppid=14581 vsize=13600 CPUtime=219.72
/proc/14583/stat : 14583 (sugar) D 14581 14583 13874 0 -1 4194304 998 42997 0 2 3 96 20292 1581 15 0 1 0 44886005 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 257203868713 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/14583/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 219.72
Current children cumulated vsize (KiB) 13600

[startup+226.701 s]
/proc/loadavg: 3.12 2.79 2.62 2/82 14611
/proc/meminfo: memFree=1955704/2055920 swapFree=4180996/4192956
[pid=14583] ppid=14581 vsize=13600 CPUtime=219.75
/proc/14583/stat : 14583 (sugar) D 14581 14583 13874 0 -1 4194304 998 42997 0 2 3 99 20292 1581 15 0 1 0 44886005 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 257203868713 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/14583/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 219.75
Current children cumulated vsize (KiB) 13600

[startup+226.901 s]
/proc/loadavg: 3.12 2.79 2.62 2/82 14611
/proc/meminfo: memFree=1955704/2055920 swapFree=4180996/4192956
[pid=14583] ppid=14581 vsize=13600 CPUtime=219.76
/proc/14583/stat : 14583 (sugar) D 14581 14583 13874 0 -1 4194304 998 42997 0 2 3 100 20292 1581 15 0 1 0 44886005 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 257203868713 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/14583/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 219.76
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 226.984
CPU time (s): 219.793
CPU user time (s): 202.967
CPU system time (s): 16.8254
CPU usage (%): 96.8318
Max. virtual memory (cumulated for all children) (KiB): 887820

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

runsolver used 0.305953 second user time and 0.760884 second system time

The end

Launcher Data (download as text)

Begin job on node65 at 2008-07-12 18:58:00
IDJOB=1113310
IDBENCH=61561
IDSOLVER=368
FILE ID=node65/1113310-1215881880
PBS_JOBID= 7903594
Free space on /tmp= 66500 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/graphColoring/register/fpsol/normalized-fpsol2-i-1-55.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1113310-1215881880/watcher-1113310-1215881880 -o /tmp/evaluation-result-1113310-1215881880/solver-1113310-1215881880 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1113310-1215881880.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9685e02ee1e44c7ff05763d17f8830d9
RANDOM SEED=865194471

node65.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.216
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.216
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:       1856544 kB
Buffers:         28040 kB
Cached:          99424 kB
SwapCached:      12616 kB
Active:         104300 kB
Inactive:        53468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1856544 kB
SwapTotal:     4192956 kB
SwapFree:      4175232 kB
Dirty:            2816 kB
Writeback:           0 kB
Mapped:          39484 kB
Slab:            26536 kB
Committed_AS:   170812 kB
PageTables:       2068 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= 66496 MiB
End job on node65 at 2008-07-12 19:01:47