Trace number 1113292

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? 183.93 346.964

General information on the benchmark

Namecsp/graphColoring/register/fpsol/
normalized-fpsol2-i-2-10.xml
MD5SUM74c6bf69ac76eee4c5a5381b95e0f57f
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints103
Best CPU time to get the best result obtained on this benchmark3600
Satisfiable
(Un)Satisfiability was proved
Number of variables451
Number of constraints8691
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8691
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.18	c 0	Sugar v1-13 + HOME/minisat
0.00/0.19	c 0	BEGIN Thu Aug  7 20:43:24 2008
0.00/0.19	c 0	PID 14670
0.03/0.21	c 0	HOST node86.alineos.net
0.03/0.21	c 0	CONVERTING HOME/instance-1113292-1218134604.xml TO HOME/temp.csp
0.03/0.21	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113292-1218134604.xml' 'HOME/temp.csp'
0.66/1.09	c 1	1 domains, 451 variables, 1 predicates, 0 relations, 8691 constraints
0.76/1.12	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.76/1.12	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'
0.76/1.20	c 1	Parsing HOME/temp.csp
0.77/1.48	c 2	parsed 9144 expressions
0.77/1.49	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.77/1.58	c 2	MAX CSP: 8691 constraints
0.77/1.58	c 2	Converting to clausal form CSP
0.77/1.80	c 2	converted 1784 (10%) expressions
0.77/1.86	c 2	converted 3568 (20%) expressions
0.77/1.90	c 2	converted 5352 (30%) expressions
0.77/1.99	c 2	converted 7136 (40%) expressions
0.77/2.03	c 2	converted 8919 (50%) expressions
0.77/2.06	c 2	converted 10703 (60%) expressions
1.73/2.11	c 2	converted 12487 (70%) expressions
1.73/2.15	c 2	converted 14271 (80%) expressions
1.73/2.18	c 2	converted 16055 (90%) expressions
2.62/3.07	c 3	converted 17838 (100%) expressions
2.62/3.08	c 3	CSP : 17833 integers, 0 booleans, 26072 clauses, largest domain size 13037
2.62/3.08	c 3	Heap : 23 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.62/3.08	c 3	Propagation in CSP
3.01/3.43	c 4	8683 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.01/3.43	c 4	CSP : 17833 integers, 0 booleans, 26072 clauses, largest domain size 8692
3.01/3.43	c 4	Heap : 23 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.01/3.45	c 4	Simplifing CSP by introducing new Boolean variables
3.11/3.54	c 4	CSP : 17833 integers, 17382 booleans, 43454 clauses, largest domain size 8692
3.11/3.54	c 4	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.31/3.70	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.31/3.74	c 4	1784 (10%) CSP integer variables are encoded (3608 clauses, 45000 bytes)
3.31/3.75	c 4	3567 (20%) CSP integer variables are encoded (3608 clauses, 45000 bytes)
3.31/3.75	c 4	5350 (30%) CSP integer variables are encoded (3608 clauses, 45000 bytes)
3.31/3.75	c 4	7134 (40%) CSP integer variables are encoded (3608 clauses, 45000 bytes)
3.31/3.75	c 4	8917 (50%) CSP integer variables are encoded (3608 clauses, 45000 bytes)
3.31/3.78	c 4	10700 (60%) CSP integer variables are encoded (25227 clauses, 369285 bytes)
3.41/3.81	c 4	12484 (70%) CSP integer variables are encoded (44592 clauses, 659760 bytes)
3.41/3.83	c 4	14267 (80%) CSP integer variables are encoded (66346 clauses, 986070 bytes)
3.41/3.86	c 4	16050 (90%) CSP integer variables are encoded (85071 clauses, 1268946 bytes)
3.62/4.01	c 4	17833 (100%) CSP integer variables are encoded (213199 clauses, 3447122 bytes)
3.72/4.13	c 4	4346 (10%) CSP clauses are encoded (243627 clauses, 3992806 bytes)
3.82/4.21	c 4	8691 (20%) CSP clauses are encoded (274036 clauses, 4569056 bytes)
3.82/4.28	c 4	13037 (30%) CSP clauses are encoded (304464 clauses, 5145862 bytes)
3.92/4.36	c 4	17382 (40%) CSP clauses are encoded (334873 clauses, 5723552 bytes)
4.02/4.44	c 5	21727 (50%) CSP clauses are encoded (365291 clauses, 6302568 bytes)
4.12/4.52	c 5	26073 (60%) CSP clauses are encoded (395710 clauses, 6896963 bytes)
12.14/12.62	c 13	30418 (70%) CSP clauses are encoded (5163775 clauses, 109090163 bytes)
36.24/38.07	c 38	34764 (80%) CSP clauses are encoded (19384387 clauses, 414456648 bytes)
44.34/47.04	c 47	39109 (90%) CSP clauses are encoded (24152452 clauses, 516649847 bytes)
183.00/337.11	c 337	ERROR Exception Too large HOME/temp.cnf
183.02/337.46	c 337	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
183.02/337.46	c 337	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
183.02/337.46	c 337	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
183.02/337.46	s UNKNOWN
183.02/338.95	c 339	CPU 168.21 (0.04 0 168.17 14.83)
183.02/338.95	c 339	END Thu Aug  7 20:49:03 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-1113292-1218134604/watcher-1113292-1218134604 -o /tmp/evaluation-result-1113292-1218134604/solver-1113292-1218134604 -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-1113292-1218134604.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.74 4.45 4.89 4/82 14670
/proc/meminfo: memFree=1869156/2055920 swapFree=4192812/4192956
[pid=14670] ppid=14668 vsize=24 CPUtime=0
/proc/14670/stat : 14670 (sugar) D 14668 14670 14203 0 -1 4194304 15 0 0 0 0 0 0 0 18 0 1 0 140545164 24576 1 996147200 0 0 548682069398 18446744073709551615 240153849127 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/14670/statm: 6 1 0 0 0 1 0

[startup+0.0792759 s]
/proc/loadavg: 2.74 4.45 4.89 4/82 14670
/proc/meminfo: memFree=1869156/2055920 swapFree=4192812/4192956
[pid=14670] ppid=14668 vsize=12272 CPUtime=0
/proc/14670/stat : 14670 (sugar) D 14668 14670 14203 0 -1 4194304 349 0 4 0 0 0 0 0 18 0 1 0 140545164 12566528 321 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/14670/statm: 3068 321 242 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.102278 s]
/proc/loadavg: 2.74 4.45 4.89 4/82 14670
/proc/meminfo: memFree=1869156/2055920 swapFree=4192812/4192956
[pid=14670] ppid=14668 vsize=12272 CPUtime=0
/proc/14670/stat : 14670 (sugar) D 14668 14670 14203 0 -1 4194304 358 0 4 0 0 0 0 0 18 0 1 0 140545164 12566528 330 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/14670/statm: 3068 330 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.302302 s]
/proc/loadavg: 2.74 4.45 4.89 4/82 14670
/proc/meminfo: memFree=1869156/2055920 swapFree=4192812/4192956
[pid=14670] ppid=14668 vsize=13600 CPUtime=0.03
/proc/14670/stat : 14670 (sugar) S 14668 14670 14203 0 -1 4194304 894 127 4 0 3 0 0 0 18 0 1 0 140545164 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14670/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702349 s]
/proc/loadavg: 2.74 4.45 4.89 4/82 14670
/proc/meminfo: memFree=1869156/2055920 swapFree=4192812/4192956
[pid=14670] ppid=14668 vsize=13600 CPUtime=0.03
/proc/14670/stat : 14670 (sugar) S 14668 14670 14203 0 -1 4194304 894 127 4 0 3 0 0 0 18 0 1 0 140545164 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14670/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50143 s]
/proc/loadavg: 2.68 4.41 4.87 4/93 14682
/proc/meminfo: memFree=1846284/2055920 swapFree=4192812/4192956
[pid=14670] ppid=14668 vsize=13600 CPUtime=0.77
/proc/14670/stat : 14670 (sugar) S 14668 14670 14203 0 -1 4194304 970 8667 4 7 3 0 67 7 15 0 1 0 140545164 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14670/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 13600

[startup+3.10161 s]
/proc/loadavg: 2.68 4.41 4.87 3/93 14692
/proc/meminfo: memFree=1842444/2055920 swapFree=4192812/4192956
[pid=14670] ppid=14668 vsize=13600 CPUtime=0.77
/proc/14670/stat : 14670 (sugar) S 14668 14670 14203 0 -1 4194304 970 8667 4 7 3 0 67 7 16 0 1 0 140545164 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14670/statm: 3400 797 370 3 0 500 0
[pid=14683] ppid=14670 vsize=5356 CPUtime=0
/proc/14683/stat : 14683 (sh) S 14670 14670 14203 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140545277 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14683/statm: 1339 233 193 169 0 50 0
[pid=14684] ppid=14683 vsize=868376 CPUtime=1.95
/proc/14684/stat : 14684 (java) S 14683 14670 14203 0 -1 0 12162 0 2 0 188 7 0 0 18 0 9 0 140545277 889217024 11051 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14684/statm: 217094 11051 2540 9 0 211669 0
[pid=14684/tid=14685] ppid=14683 vsize=868376 CPUtime=1.16
/proc/14684/task/14685/stat : 14685 (java) R 14683 14670 14203 0 -1 64 2888 0 2 0 114 2 0 0 25 0 9 0 140545278 889217024 11051 996147200 134512640 134550740 4294955936 18446744073709551615 4126568967 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14684/tid=14686] ppid=14683 vsize=868376 CPUtime=0.56
/proc/14684/task/14686/stat : 14686 (java) S 14683 14670 14203 0 -1 64 7097 0 0 0 53 3 0 0 16 0 9 0 140545279 889217024 11051 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14684/tid=14687] ppid=14683 vsize=868376 CPUtime=0
/proc/14684/task/14687/stat : 14687 (java) S 14683 14670 14203 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140545279 889217024 11051 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14684/tid=14688] ppid=14683 vsize=868376 CPUtime=0
/proc/14684/task/14688/stat : 14688 (java) S 14683 14670 14203 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140545279 889217024 11051 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14684/tid=14689] ppid=14683 vsize=868376 CPUtime=0
/proc/14684/task/14689/stat : 14689 (java) S 14683 14670 14203 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140545281 889217024 11051 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14684/tid=14690] ppid=14683 vsize=868376 CPUtime=0.2
/proc/14684/task/14690/stat : 14690 (java) S 14683 14670 14203 0 -1 64 1481 0 0 0 20 0 0 0 16 0 9 0 140545281 889217024 11051 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14684/tid=14691] ppid=14683 vsize=868376 CPUtime=0
/proc/14684/task/14691/stat : 14691 (java) S 14683 14670 14203 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 140545281 889217024 11051 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14684/tid=14692] ppid=14683 vsize=868376 CPUtime=0
/proc/14684/task/14692/stat : 14692 (java) S 14683 14670 14203 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140545281 889217024 11051 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 887332

[startup+6.30297 s]
/proc/loadavg: 2.62 4.37 4.86 3/93 14692
/proc/meminfo: memFree=1805652/2055920 swapFree=4192812/4192956
[pid=14670] ppid=14668 vsize=13600 CPUtime=0.78
/proc/14670/stat : 14670 (sugar) S 14668 14670 14203 0 -1 4194304 970 8667 4 7 4 0 67 7 15 0 1 0 140545164 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14670/statm: 3400 797 370 3 0 500 0
[pid=14683] ppid=14670 vsize=5356 CPUtime=0
/proc/14683/stat : 14683 (sh) S 14670 14670 14203 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140545277 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14683/statm: 1339 233 193 169 0 50 0
[pid=14684] ppid=14683 vsize=868488 CPUtime=5.11
/proc/14684/stat : 14684 (java) S 14683 14670 14203 0 -1 0 14125 0 4 0 483 28 0 0 18 0 9 0 140545277 889331712 12452 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14684/statm: 217122 12452 2565 9 0 211669 0
[pid=14684/tid=14685] ppid=14683 vsize=868488 CPUtime=3.9
/proc/14684/task/14685/stat : 14685 (java) R 14683 14670 14203 0 -1 64 3284 0 4 0 370 20 0 0 25 0 9 0 140545278 889331712 12452 996147200 134512640 134550740 4294955936 18446744073709551615 4127085407 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14684/tid=14686] ppid=14683 vsize=868488 CPUtime=0.91
/proc/14684/task/14686/stat : 14686 (java) S 14683 14670 14203 0 -1 64 8623 0 0 0 85 6 0 0 16 0 9 0 140545279 889331712 12452 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14684/tid=14687] ppid=14683 vsize=868488 CPUtime=0
/proc/14684/task/14687/stat : 14687 (java) S 14683 14670 14203 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140545279 889331712 12452 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14684/tid=14688] ppid=14683 vsize=868488 CPUtime=0
/proc/14684/task/14688/stat : 14688 (java) S 14683 14670 14203 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140545279 889331712 12452 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14684/tid=14689] ppid=14683 vsize=868488 CPUtime=0
/proc/14684/task/14689/stat : 14689 (java) S 14683 14670 14203 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140545281 889331712 12452 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14684/tid=14690] ppid=14683 vsize=868488 CPUtime=0.28
/proc/14684/task/14690/stat : 14690 (java) S 14683 14670 14203 0 -1 64 1522 0 0 0 27 1 0 0 16 0 9 0 140545281 889331712 12452 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14684/tid=14691] ppid=14683 vsize=868488 CPUtime=0
/proc/14684/task/14691/stat : 14691 (java) S 14683 14670 14203 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 140545281 889331712 12452 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14684/tid=14692] ppid=14683 vsize=868488 CPUtime=0
/proc/14684/task/14692/stat : 14692 (java) S 14683 14670 14203 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140545281 889331712 12452 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 887444

[startup+12.7027 s]
/proc/loadavg: 2.73 4.36 4.85 3/93 14692
/proc/meminfo: memFree=1720468/2055920 swapFree=4192812/4192956
[pid=14670] ppid=14668 vsize=13600 CPUtime=0.78
/proc/14670/stat : 14670 (sugar) S 14668 14670 14203 0 -1 4194304 970 8667 4 7 4 0 67 7 16 0 1 0 140545164 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14670/statm: 3400 797 370 3 0 500 0
[pid=14683] ppid=14670 vsize=5356 CPUtime=0
/proc/14683/stat : 14683 (sh) S 14670 14670 14203 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140545277 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14683/statm: 1339 233 193 169 0 50 0
[pid=14684] ppid=14683 vsize=868488 CPUtime=11.46
/proc/14684/stat : 14684 (java) S 14683 14670 14203 0 -1 0 14974 0 4 0 1070 76 0 0 18 0 9 0 140545277 889331712 12452 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14684/statm: 217122 12452 2565 9 0 211669 0
[pid=14684/tid=14685] ppid=14683 vsize=868488 CPUtime=9.91
/proc/14684/task/14685/stat : 14685 (java) R 14683 14670 14203 0 -1 64 4133 0 4 0 926 65 0 0 25 0 9 0 140545278 889331712 12452 996147200 134512640 134550740 4294955936 18446744073709551615 4127066937 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14684/tid=14686] ppid=14683 vsize=868488 CPUtime=1.24
/proc/14684/task/14686/stat : 14686 (java) S 14683 14670 14203 0 -1 64 8623 0 0 0 115 9 0 0 16 0 9 0 140545279 889331712 12452 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14684/tid=14687] ppid=14683 vsize=868488 CPUtime=0
/proc/14684/task/14687/stat : 14687 (java) S 14683 14670 14203 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140545279 889331712 12452 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14684/tid=14688] ppid=14683 vsize=868488 CPUtime=0
/proc/14684/task/14688/stat : 14688 (java) S 14683 14670 14203 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140545279 889331712 12452 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14684/tid=14689] ppid=14683 vsize=868488 CPUtime=0
/proc/14684/task/14689/stat : 14689 (java) S 14683 14670 14203 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140545281 889331712 12452 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14684/tid=14690] ppid=14683 vsize=868488 CPUtime=0.28
/proc/14684/task/14690/stat : 14690 (java) S 14683 14670 14203 0 -1 64 1522 0 0 0 27 1 0 0 16 0 9 0 140545281 889331712 12452 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14684/tid=14691] ppid=14683 vsize=868488 CPUtime=0
/proc/14684/task/14691/stat : 14691 (java) S 14683 14670 14203 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 140545281 889331712 12452 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14684/tid=14692] ppid=14683 vsize=868488 CPUtime=0
/proc/14684/task/14692/stat : 14692 (java) S 14683 14670 14203 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140545281 889331712 12452 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.24
Current children cumulated vsize (KiB) 887444

[startup+25.5021 s]
/proc/loadavg: 2.87 4.31 4.83 3/93 14692
/proc/meminfo: memFree=1555604/2055920 swapFree=4192812/4192956
[pid=14670] ppid=14668 vsize=13600 CPUtime=0.78
/proc/14670/stat : 14670 (sugar) S 14668 14670 14203 0 -1 4194304 970 8667 4 7 4 0 67 7 16 0 1 0 140545164 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14670/statm: 3400 797 370 3 0 500 0
[pid=14683] ppid=14670 vsize=5356 CPUtime=0
/proc/14683/stat : 14683 (sh) S 14670 14670 14203 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140545277 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14683/statm: 1339 233 193 169 0 50 0
[pid=14684] ppid=14683 vsize=868488 CPUtime=23.69
/proc/14684/stat : 14684 (java) S 14683 14670 14203 0 -1 0 16593 0 4 0 2194 175 0 0 18 0 9 0 140545277 889331712 12452 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14684/statm: 217122 12452 2565 9 0 211669 0
[pid=14684/tid=14685] ppid=14683 vsize=868488 CPUtime=21.5
/proc/14684/task/14685/stat : 14685 (java) R 14683 14670 14203 0 -1 64 5752 0 4 0 1997 153 0 0 25 0 9 0 140545278 889331712 12452 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14684/tid=14686] ppid=14683 vsize=868488 CPUtime=1.88
/proc/14684/task/14686/stat : 14686 (java) S 14683 14670 14203 0 -1 64 8623 0 0 0 168 20 0 0 16 0 9 0 140545279 889331712 12452 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14684/tid=14687] ppid=14683 vsize=868488 CPUtime=0
/proc/14684/task/14687/stat : 14687 (java) S 14683 14670 14203 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140545279 889331712 12452 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14684/tid=14688] ppid=14683 vsize=868488 CPUtime=0
/proc/14684/task/14688/stat : 14688 (java) S 14683 14670 14203 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140545279 889331712 12452 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14684/tid=14689] ppid=14683 vsize=868488 CPUtime=0
/proc/14684/task/14689/stat : 14689 (java) S 14683 14670 14203 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140545281 889331712 12452 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14684/tid=14690] ppid=14683 vsize=868488 CPUtime=0.28
/proc/14684/task/14690/stat : 14690 (java) S 14683 14670 14203 0 -1 64 1522 0 0 0 27 1 0 0 16 0 9 0 140545281 889331712 12452 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14684/tid=14691] ppid=14683 vsize=868488 CPUtime=0
/proc/14684/task/14691/stat : 14691 (java) S 14683 14670 14203 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 140545281 889331712 12452 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14684/tid=14692] ppid=14683 vsize=868488 CPUtime=0
/proc/14684/task/14692/stat : 14692 (java) S 14683 14670 14203 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140545281 889331712 12452 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.47
Current children cumulated vsize (KiB) 887444

[startup+51.1029 s]
/proc/loadavg: 3.36 4.32 4.81 3/93 14694
/proc/meminfo: memFree=1287700/2055920 swapFree=4192812/4192956
[pid=14670] ppid=14668 vsize=13600 CPUtime=0.78
/proc/14670/stat : 14670 (sugar) S 14668 14670 14203 0 -1 4194304 970 8667 4 7 4 0 67 7 16 0 1 0 140545164 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14670/statm: 3400 797 370 3 0 500 0
[pid=14683] ppid=14670 vsize=5356 CPUtime=0
/proc/14683/stat : 14683 (sh) S 14670 14670 14203 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140545277 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14683/statm: 1339 233 193 169 0 50 0
[pid=14684] ppid=14683 vsize=868488 CPUtime=47.04
/proc/14684/stat : 14684 (java) S 14683 14670 14203 0 -1 0 19403 0 4 0 4368 336 0 0 18 0 9 0 140545277 889331712 12452 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=14684/tid=14688] ppid=14683 vsize=868488 CPUtime=0
/proc/14684/task/14688/stat : 14688 (java) S 14683 14670 14203 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140545279 889331712 12452 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14684/tid=14689] ppid=14683 vsize=868488 CPUtime=0
/proc/14684/task/14689/stat : 14689 (java) S 14683 14670 14203 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140545281 889331712 12452 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14684/tid=14690] ppid=14683 vsize=868488 CPUtime=0.28
/proc/14684/task/14690/stat : 14690 (java) S 14683 14670 14203 0 -1 64 1522 0 0 0 27 1 0 0 16 0 9 0 140545281 889331712 12452 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14684/tid=14691] ppid=14683 vsize=868488 CPUtime=0
/proc/14684/task/14691/stat : 14691 (java) S 14683 14670 14203 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 140545281 889331712 12452 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14684/tid=14692] ppid=14683 vsize=868488 CPUtime=0
/proc/14684/task/14692/stat : 14692 (java) S 14683 14670 14203 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140545281 889331712 12452 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 95.69
Current children cumulated vsize (KiB) 887444

[startup+162.302 s]
/proc/loadavg: 4.79 4.54 4.83 3/93 14697
/proc/meminfo: memFree=15060/2055920 swapFree=4192812/4192956
[pid=14670] ppid=14668 vsize=13600 CPUtime=0.78
/proc/14670/stat : 14670 (sugar) S 14668 14670 14203 0 -1 4194304 970 8667 4 7 4 0 67 7 16 0 1 0 140545164 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14670/statm: 3400 797 370 3 0 500 0
[pid=14683] ppid=14670 vsize=5356 CPUtime=0
/proc/14683/stat : 14683 (sh) S 14670 14670 14203 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140545277 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14683/statm: 1339 233 193 169 0 50 0
[pid=14684] ppid=14683 vsize=868488 CPUtime=149.7
/proc/14684/stat : 14684 (java) S 14683 14670 14203 0 -1 0 32359 0 4 0 13791 1179 0 0 18 0 9 0 140545277 889331712 12452 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14684/statm: 217122 12452 2565 9 0 211669 0
[pid=14684/tid=14685] ppid=14683 vsize=868488 CPUtime=141.3
/proc/14684/task/14685/stat : 14685 (java) R 14683 14670 14203 0 -1 64 21518 0 4 0 13068 1062 0 0 25 0 9 0 140545278 889331712 12452 996147200 134512640 134550740 4294955936 18446744073709551615 4126572608 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14684/tid=14686] ppid=14683 vsize=868488 CPUtime=8.09
/proc/14684/task/14686/stat : 14686 (java) S 14683 14670 14203 0 -1 64 8623 0 0 0 695 114 0 0 16 0 9 0 140545279 889331712 12452 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14684/tid=14687] ppid=14683 vsize=868488 CPUtime=0
/proc/14684/task/14687/stat : 14687 (java) S 14683 14670 14203 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140545279 889331712 12452 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14684/tid=14688] ppid=14683 vsize=868488 CPUtime=0
/proc/14684/task/14688/stat : 14688 (java) S 14683 14670 14203 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140545279 889331712 12452 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14684/tid=14689] ppid=14683 vsize=868488 CPUtime=0
/proc/14684/task/14689/stat : 14689 (java) S 14683 14670 14203 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140545281 889331712 12452 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14684/tid=14690] ppid=14683 vsize=868488 CPUtime=0.28
/proc/14684/task/14690/stat : 14690 (java) S 14683 14670 14203 0 -1 64 1522 0 0 0 27 1 0 0 16 0 9 0 140545281 889331712 12452 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14684/tid=14691] ppid=14683 vsize=868488 CPUtime=0
/proc/14684/task/14691/stat : 14691 (java) S 14683 14670 14203 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 140545281 889331712 12452 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14684/tid=14692] ppid=14683 vsize=868488 CPUtime=0
/proc/14684/task/14692/stat : 14692 (java) S 14683 14670 14203 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140545281 889331712 12452 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 150.48
Current children cumulated vsize (KiB) 887444

[startup+222.307 s]
/proc/loadavg: 4.68 4.57 4.82 2/93 14699
/proc/meminfo: memFree=16724/2055920 swapFree=4192812/4192956
[pid=14670] ppid=14668 vsize=13600 CPUtime=0.78
/proc/14670/stat : 14670 (sugar) S 14668 14670 14203 0 -1 4194304 970 8667 4 7 4 0 67 7 16 0 1 0 140545164 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14670/statm: 3400 797 370 3 0 500 0
[pid=14683] ppid=14670 vsize=5356 CPUtime=0
/proc/14683/stat : 14683 (sh) S 14670 14670 14203 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140545277 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14683/statm: 1339 233 193 169 0 50 0
[pid=14684] ppid=14683 vsize=868488 CPUtime=180.91
/proc/14684/stat : 14684 (java) S 14683 14670 14203 0 -1 0 36469 0 4 0 16626 1465 0 0 18 0 9 0 140545277 889331712 12452 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14684/statm: 217122 12452 2565 9 0 211669 0
[pid=14684/tid=14685] ppid=14683 vsize=868488 CPUtime=170.98
/proc/14684/task/14685/stat : 14685 (java) D 14683 14670 14203 0 -1 64 25628 0 4 0 15774 1324 0 0 22 0 9 0 140545278 889331712 12452 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608069 0 0 -1 1 0 0
[pid=14684/tid=14686] ppid=14683 vsize=868488 CPUtime=9.63
/proc/14684/task/14686/stat : 14686 (java) S 14683 14670 14203 0 -1 64 8623 0 0 0 824 139 0 0 16 0 9 0 140545279 889331712 12452 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14684/tid=14687] ppid=14683 vsize=868488 CPUtime=0
/proc/14684/task/14687/stat : 14687 (java) S 14683 14670 14203 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140545279 889331712 12452 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14684/tid=14688] ppid=14683 vsize=868488 CPUtime=0
/proc/14684/task/14688/stat : 14688 (java) S 14683 14670 14203 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140545279 889331712 12452 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14684/tid=14689] ppid=14683 vsize=868488 CPUtime=0
/proc/14684/task/14689/stat : 14689 (java) S 14683 14670 14203 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140545281 889331712 12452 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14684/tid=14690] ppid=14683 vsize=868488 CPUtime=0.28
/proc/14684/task/14690/stat : 14690 (java) S 14683 14670 14203 0 -1 64 1522 0 0 0 27 1 0 0 16 0 9 0 140545281 889331712 12452 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14684/tid=14691] ppid=14683 vsize=868488 CPUtime=0
/proc/14684/task/14691/stat : 14691 (java) S 14683 14670 14203 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 140545281 889331712 12452 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14684/tid=14692] ppid=14683 vsize=868488 CPUtime=0
/proc/14684/task/14692/stat : 14692 (java) S 14683 14670 14203 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140545281 889331712 12452 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 181.69
Current children cumulated vsize (KiB) 887444

[startup+282.303 s]
/proc/loadavg: 4.99 4.68 4.84 2/94 14700
/proc/meminfo: memFree=15308/2055920 swapFree=4192812/4192956
[pid=14670] ppid=14668 vsize=13600 CPUtime=0.78
/proc/14670/stat : 14670 (sugar) S 14668 14670 14203 0 -1 4194304 970 8667 4 7 4 0 67 7 16 0 1 0 140545164 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14670/statm: 3400 797 370 3 0 500 0
[pid=14683] ppid=14670 vsize=5356 CPUtime=0
/proc/14683/stat : 14683 (sh) S 14670 14670 14203 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140545277 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14683/statm: 1339 233 193 169 0 50 0
[pid=14684] ppid=14683 vsize=868488 CPUtime=180.91
/proc/14684/stat : 14684 (java) S 14683 14670 14203 0 -1 0 36469 0 4 0 16626 1465 0 0 18 0 9 0 140545277 889331712 12452 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14684/statm: 217122 12452 2565 9 0 211669 0
[pid=14684/tid=14685] ppid=14683 vsize=868488 CPUtime=170.98
/proc/14684/task/14685/stat : 14685 (java) D 14683 14670 14203 0 -1 64 25628 0 4 0 15774 1324 0 0 22 0 9 0 140545278 889331712 12452 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608069 0 0 -1 1 0 0
[pid=14684/tid=14686] ppid=14683 vsize=868488 CPUtime=9.63
/proc/14684/task/14686/stat : 14686 (java) S 14683 14670 14203 0 -1 64 8623 0 0 0 824 139 0 0 16 0 9 0 140545279 889331712 12452 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14684/tid=14687] ppid=14683 vsize=868488 CPUtime=0
/proc/14684/task/14687/stat : 14687 (java) S 14683 14670 14203 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140545279 889331712 12452 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14684/tid=14688] ppid=14683 vsize=868488 CPUtime=0
/proc/14684/task/14688/stat : 14688 (java) S 14683 14670 14203 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140545279 889331712 12452 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14684/tid=14689] ppid=14683 vsize=868488 CPUtime=0
/proc/14684/task/14689/stat : 14689 (java) S 14683 14670 14203 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140545281 889331712 12452 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14684/tid=14690] ppid=14683 vsize=868488 CPUtime=0.28
/proc/14684/task/14690/stat : 14690 (java) S 14683 14670 14203 0 -1 64 1522 0 0 0 27 1 0 0 16 0 9 0 140545281 889331712 12452 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14684/tid=14691] ppid=14683 vsize=868488 CPUtime=0
/proc/14684/task/14691/stat : 14691 (java) S 14683 14670 14203 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 140545281 889331712 12452 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14684/tid=14692] ppid=14683 vsize=868488 CPUtime=0
/proc/14684/task/14692/stat : 14692 (java) S 14683 14670 14203 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140545281 889331712 12452 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 181.69
Current children cumulated vsize (KiB) 887444

[startup+342.302 s]
/proc/loadavg: 4.94 4.73 4.85 2/85 14701
/proc/meminfo: memFree=1711636/2055920 swapFree=4192812/4192956
[pid=14670] ppid=14668 vsize=13600 CPUtime=183.77
/proc/14670/stat : 14670 (sugar) D 14668 14670 14203 0 -1 4194304 993 45609 4 11 4 73 16817 1483 15 0 1 0 140545164 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 240154022953 0 0 4224 16386 18446744071563478208 0 0 17 0 0 0
/proc/14670/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 183.77
Current children cumulated vsize (KiB) 13600

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

[startup+342.402 s]
/proc/loadavg: 4.94 4.73 4.85 2/85 14701
/proc/meminfo: memFree=1711636/2055920 swapFree=4192812/4192956
[pid=14670] ppid=14668 vsize=13600 CPUtime=183.77
/proc/14670/stat : 14670 (sugar) D 14668 14670 14203 0 -1 4194304 993 45609 4 11 4 73 16817 1483 15 0 1 0 140545164 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 240154022953 0 0 4224 16386 18446744071563478208 0 0 17 0 0 0
/proc/14670/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 183.77
Current children cumulated vsize (KiB) 13600

[startup+344.001 s]
/proc/loadavg: 4.94 4.73 4.85 2/84 14701
/proc/meminfo: memFree=1704284/2055920 swapFree=4192812/4192956
[pid=14670] ppid=14668 vsize=13600 CPUtime=183.77
/proc/14670/stat : 14670 (sugar) D 14668 14670 14203 0 -1 4194304 993 45609 4 11 4 73 16817 1483 15 0 1 0 140545164 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 240154022953 0 0 4224 16386 18446744071563478208 0 0 17 0 0 0
/proc/14670/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 183.77
Current children cumulated vsize (KiB) 13600

[startup+345.602 s]
/proc/loadavg: 4.78 4.70 4.84 2/84 14701
/proc/meminfo: memFree=1717916/2055920 swapFree=4192812/4192956
[pid=14670] ppid=14668 vsize=13600 CPUtime=183.78
/proc/14670/stat : 14670 (sugar) D 14668 14670 14203 0 -1 4194304 993 45609 4 11 4 74 16817 1483 15 0 1 0 140545164 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 240154022953 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/14670/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 183.78
Current children cumulated vsize (KiB) 13600

[startup+346.402 s]
/proc/loadavg: 4.78 4.70 4.84 2/84 14701
/proc/meminfo: memFree=1717916/2055920 swapFree=4192812/4192956
[pid=14670] ppid=14668 vsize=13600 CPUtime=183.89
/proc/14670/stat : 14670 (sugar) D 14668 14670 14203 0 -1 4194304 993 45609 4 11 4 85 16817 1483 15 0 1 0 140545164 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 240154022953 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/14670/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 183.89
Current children cumulated vsize (KiB) 13600

[startup+346.802 s]
/proc/loadavg: 4.78 4.70 4.84 2/84 14701
/proc/meminfo: memFree=1721180/2055920 swapFree=4192812/4192956
[pid=14670] ppid=14668 vsize=13600 CPUtime=183.91
/proc/14670/stat : 14670 (sugar) D 14668 14670 14203 0 -1 4194304 993 45609 4 11 4 87 16817 1483 15 0 1 0 140545164 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 240154022953 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/14670/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 183.91
Current children cumulated vsize (KiB) 13600

[startup+346.902 s]
/proc/loadavg: 4.78 4.70 4.84 2/84 14701
/proc/meminfo: memFree=1721180/2055920 swapFree=4192812/4192956
[pid=14670] ppid=14668 vsize=13600 CPUtime=183.92
/proc/14670/stat : 14670 (sugar) D 14668 14670 14203 0 -1 4194304 993 45609 4 11 4 88 16817 1483 15 0 1 0 140545164 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 240154022953 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/14670/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 183.92
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 346.964
CPU time (s): 183.93
CPU user time (s): 168.214
CPU system time (s): 15.7156
CPU usage (%): 53.0113
Max. virtual memory (cumulated for all children) (KiB): 887836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 168.214
system time used= 15.7156
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46632
page faults= 15
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 167630
involuntary context switches= 165400

runsolver used 0.452931 second user time and 1.14482 second system time

The end

Launcher Data (download as text)

Begin job on node86 at 2008-08-07 20:43:24
IDJOB=1113292
IDBENCH=61558
IDSOLVER=368
FILE ID=node86/1113292-1218134604
PBS_JOBID= 8000804
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/graphColoring/register/fpsol/normalized-fpsol2-i-2-10.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-1113292-1218134604/watcher-1113292-1218134604 -o /tmp/evaluation-result-1113292-1218134604/solver-1113292-1218134604 -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-1113292-1218134604.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 74c6bf69ac76eee4c5a5381b95e0f57f
RANDOM SEED=1762935943

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1869764 kB
Buffers:          2596 kB
Cached:          34736 kB
SwapCached:          0 kB
Active:         126380 kB
Inactive:         4488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1869764 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2384 kB
Writeback:           0 kB
Mapped:         113664 kB
Slab:            40272 kB
Committed_AS:   245960 kB
PageTables:       2096 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66548 MiB
End job on node86 at 2008-08-07 20:49:11