Trace number 1112632

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? 202.593 209.102

General information on the benchmark

Namecsp/super-queens/
normalized-super-queens-6.xml
MD5SUM2e0c449e9fcf4011cd4abe4683793658
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints16
Best CPU time to get the best result obtained on this benchmark3600.08
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints33675
Maximum constraint arity2
Maximum domain size150
Number of constraints which are defined in extension0
Number of constraints which are defined in intension33675
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 16:04:48 2008
0.00/0.05	c 0	PID 17967
0.00/0.05	c 0	HOST node7.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1112632-1215871488.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-1112632-1215871488.xml' 'HOME/temp.csp'
2.05/2.17	c 2	1 domains, 300 variables, 2 predicates, 0 relations, 33675 constraints
2.12/2.21	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.12/2.21	c 3	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'
2.12/2.29	c 3	Parsing HOME/temp.csp
2.12/2.62	c 3	parsed 10000 expressions
2.12/2.84	c 3	parsed 20000 expressions
2.12/3.06	c 3	parsed 30000 expressions
2.12/3.14	c 3	parsed 33978 expressions
2.12/3.14	c 3	Heap : 10 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.29/3.42	c 4	MAX CSP: 33675 constraints
3.29/3.42	c 4	Converting to clausal form CSP
3.97/4.19	c 4	converted 6766 (10%) expressions
4.67/4.83	c 5	converted 13532 (20%) expressions
5.07/5.24	c 6	converted 20297 (30%) expressions
5.47/5.67	c 6	converted 27063 (40%) expressions
6.25/6.41	c 7	converted 33828 (50%) expressions
6.65/6.84	c 7	converted 40594 (60%) expressions
7.05/7.25	c 8	converted 47360 (70%) expressions
7.44/7.69	c 8	converted 54125 (80%) expressions
8.63/8.84	c 9	converted 60891 (90%) expressions
12.09/12.38	c 13	converted 67656 (100%) expressions
12.09/12.39	c 13	CSP : 67650 integers, 67050 booleans, 235124 clauses, largest domain size 50513
12.09/12.39	c 13	Heap : 149 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.09/12.39	c 13	Propagation in CSP
15.96/16.24	c 17	33668 values, 0 unsatisfiable literals, and 0 valid clauses are removed
15.96/16.26	c 17	CSP : 67650 integers, 67050 booleans, 235124 clauses, largest domain size 33676
15.96/16.26	c 17	Heap : 150 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
16.06/16.32	c 17	Simplifing CSP by introducing new Boolean variables
16.85/17.16	c 17	CSP : 67650 integers, 201444 booleans, 369518 clauses, largest domain size 33676
16.85/17.16	c 17	Heap : 196 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
18.03/18.34	c 19	Encoding CSP to SAT : HOME/temp.cnf
18.13/18.45	c 19	6765 (10%) CSP integer variables are encoded (44400 clauses, 644002 bytes)
18.13/18.46	c 19	13530 (20%) CSP integer variables are encoded (44400 clauses, 644002 bytes)
18.13/18.47	c 19	20295 (30%) CSP integer variables are encoded (44400 clauses, 644002 bytes)
18.13/18.48	c 19	27060 (40%) CSP integer variables are encoded (44400 clauses, 644002 bytes)
18.13/18.49	c 19	33825 (50%) CSP integer variables are encoded (44400 clauses, 644002 bytes)
18.33/18.62	c 19	40590 (60%) CSP integer variables are encoded (147782 clauses, 2358249 bytes)
18.43/18.74	c 19	47355 (70%) CSP integer variables are encoded (231567 clauses, 3782594 bytes)
18.53/18.86	c 19	54120 (80%) CSP integer variables are encoded (329439 clauses, 5446418 bytes)
18.63/18.98	c 19	60885 (90%) CSP integer variables are encoded (413495 clauses, 6875370 bytes)
19.32/19.68	c 20	67650 (100%) CSP integer variables are encoded (989122 clauses, 16774572 bytes)
24.53/24.94	c 25	36952 (10%) CSP clauses are encoded (3517876 clauses, 78797458 bytes)
29.85/30.31	c 31	73904 (20%) CSP clauses are encoded (6099734 clauses, 143555553 bytes)
35.26/35.89	c 36	110856 (30%) CSP clauses are encoded (8776918 clauses, 211178484 bytes)
41.13/41.82	c 42	147808 (40%) CSP clauses are encoded (11542932 clauses, 283485638 bytes)
47.17/48.00	c 48	184759 (50%) CSP clauses are encoded (14428585 clauses, 359931177 bytes)
53.37/54.49	c 55	221711 (60%) CSP clauses are encoded (17424752 clauses, 439524536 bytes)
60.03/61.24	c 62	258663 (70%) CSP clauses are encoded (20567563 clauses, 523294077 bytes)
66.96/68.39	c 69	295615 (80%) CSP clauses are encoded (23922725 clauses, 613101501 bytes)
201.51/207.35	c 208	ERROR Exception Too large HOME/temp.cnf
201.51/207.37	c 208	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
201.51/207.37	c 208	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
201.51/207.37	c 208	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
201.51/207.37	s UNKNOWN
201.58/207.43	c 208	CPU 186.93 (0.03 0.01 186.9 14.69)
201.58/207.43	c 208	END Sat Jul 12 16:08:16 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-1112632-1215871488/watcher-1112632-1215871488 -o /tmp/evaluation-result-1112632-1215871488/solver-1112632-1215871488 -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-1112632-1215871488.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.12 2.06 2.02 4/81 17967
/proc/meminfo: memFree=1913072/2055920 swapFree=4192812/4192956
[pid=17967] ppid=17965 vsize=4708 CPUtime=0
/proc/17967/stat : 17967 (sugar) R 17965 17967 16399 0 -1 4194304 55 0 0 0 0 0 0 0 20 0 1 0 43852049 4820992 40 996147200 4194304 4206940 548682068592 18446744073709551615 244668495916 0 0 4096 0 0 0 0 17 1 0 0
/proc/17967/statm: 1177 40 31 3 0 8 0

[startup+0.105635 s]
/proc/loadavg: 2.12 2.06 2.02 4/81 17967
/proc/meminfo: memFree=1913072/2055920 swapFree=4192812/4192956
[pid=17967] ppid=17965 vsize=13600 CPUtime=0.03
/proc/17967/stat : 17967 (sugar) S 17965 17967 16399 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 43852049 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17967/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201657 s]
/proc/loadavg: 2.12 2.06 2.02 4/81 17967
/proc/meminfo: memFree=1913072/2055920 swapFree=4192812/4192956
[pid=17967] ppid=17965 vsize=13600 CPUtime=0.03
/proc/17967/stat : 17967 (sugar) S 17965 17967 16399 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 43852049 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17967/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301669 s]
/proc/loadavg: 2.12 2.06 2.02 4/81 17967
/proc/meminfo: memFree=1913072/2055920 swapFree=4192812/4192956
[pid=17967] ppid=17965 vsize=13600 CPUtime=0.03
/proc/17967/stat : 17967 (sugar) S 17965 17967 16399 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 43852049 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17967/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701749 s]
/proc/loadavg: 2.12 2.06 2.02 4/81 17967
/proc/meminfo: memFree=1913072/2055920 swapFree=4192812/4192956
[pid=17967] ppid=17965 vsize=13600 CPUtime=0.03
/proc/17967/stat : 17967 (sugar) S 17965 17967 16399 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 43852049 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17967/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.5029 s]
/proc/loadavg: 2.12 2.06 2.02 3/92 17979
/proc/meminfo: memFree=1879512/2055920 swapFree=4192812/4192956
[pid=17967] ppid=17965 vsize=13600 CPUtime=0.03
/proc/17967/stat : 17967 (sugar) S 17965 17967 16399 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 43852049 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17967/statm: 3400 796 370 3 0 500 0
[pid=17970] ppid=17967 vsize=5356 CPUtime=0
/proc/17970/stat : 17970 (sh) S 17967 17967 16399 0 -1 4194304 277 0 0 0 0 0 0 0 20 0 1 0 43852054 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17970/statm: 1339 233 193 169 0 50 0
[pid=17971] ppid=17970 vsize=864672 CPUtime=1.42
/proc/17971/stat : 17971 (java) S 17970 17967 16399 0 -1 0 16878 0 1 0 133 9 0 0 18 0 9 0 43852055 885424128 14428 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17971/statm: 216168 14428 2529 9 0 210750 0
[pid=17971/tid=17972] ppid=17970 vsize=864672 CPUtime=0.74
/proc/17971/task/17972/stat : 17972 (java) R 17970 17967 16399 0 -1 64 3005 0 1 0 72 2 0 0 24 0 9 0 43852056 885424128 14428 996147200 134512640 134550740 4294956000 18446744073709551615 4126696364 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17971/tid=17973] ppid=17970 vsize=864672 CPUtime=0.54
/proc/17971/task/17973/stat : 17973 (java) S 17970 17967 16399 0 -1 64 12666 0 0 0 49 5 0 0 16 0 9 0 43852057 885424128 14428 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17971/tid=17974] ppid=17970 vsize=864672 CPUtime=0
/proc/17971/task/17974/stat : 17974 (java) S 17970 17967 16399 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 43852057 885424128 14428 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17971/tid=17975] ppid=17970 vsize=864672 CPUtime=0
/proc/17971/task/17975/stat : 17975 (java) S 17970 17967 16399 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 43852057 885424128 14428 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17971/tid=17976] ppid=17970 vsize=864672 CPUtime=0
/proc/17971/task/17976/stat : 17976 (java) S 17970 17967 16399 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 43852059 885424128 14428 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17971/tid=17977] ppid=17970 vsize=864672 CPUtime=0.11
/proc/17971/task/17977/stat : 17977 (java) S 17970 17967 16399 0 -1 64 507 0 0 0 11 0 0 0 16 0 9 0 43852059 885424128 14428 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17971/tid=17978] ppid=17970 vsize=864672 CPUtime=0
/proc/17971/task/17978/stat : 17978 (java) S 17970 17967 16399 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43852059 885424128 14428 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17971/tid=17979] ppid=17970 vsize=864672 CPUtime=0
/proc/17971/task/17979/stat : 17979 (java) S 17970 17967 16399 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43852059 885424128 14428 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 883628

[startup+3.10123 s]
/proc/loadavg: 2.12 2.06 2.02 3/85 17979
/proc/meminfo: memFree=1896536/2055920 swapFree=4192812/4192956
[pid=17967] ppid=17965 vsize=13600 CPUtime=2.12
/proc/17967/stat : 17967 (sugar) S 17965 17967 16399 0 -1 4194304 974 19440 0 1 3 0 198 11 15 0 1 0 43852049 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17967/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 13600

[startup+6.30279 s]
/proc/loadavg: 2.19 2.07 2.02 3/92 17989
/proc/meminfo: memFree=1847768/2055920 swapFree=4192812/4192956
[pid=17967] ppid=17965 vsize=13600 CPUtime=2.12
/proc/17967/stat : 17967 (sugar) S 17965 17967 16399 0 -1 4194304 974 19440 0 1 3 0 198 11 15 0 1 0 43852049 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17967/statm: 3400 797 370 3 0 500 0
[pid=17980] ppid=17967 vsize=5356 CPUtime=0
/proc/17980/stat : 17980 (sh) S 17967 17967 16399 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43852270 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17980/statm: 1339 233 193 169 0 50 0
[pid=17981] ppid=17980 vsize=869456 CPUtime=4.04
/proc/17981/stat : 17981 (java) S 17980 17967 16399 0 -1 0 23369 0 1 0 390 14 0 0 18 0 9 0 43852271 890322944 20784 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17981/statm: 217364 20784 2540 9 0 211939 0
[pid=17981/tid=17982] ppid=17980 vsize=869456 CPUtime=2.22
/proc/17981/task/17982/stat : 17982 (java) R 17980 17967 16399 0 -1 64 3580 0 1 0 220 2 0 0 25 0 9 0 43852272 890322944 20784 996147200 134512640 134550740 4294955936 18446744073709551615 4126666711 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17981/tid=17983] ppid=17980 vsize=869456 CPUtime=1.58
/proc/17981/task/17983/stat : 17983 (java) S 17980 17967 16399 0 -1 64 17625 0 0 0 148 10 0 0 16 0 9 0 43852273 890322944 20784 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17981/tid=17984] ppid=17980 vsize=869456 CPUtime=0
/proc/17981/task/17984/stat : 17984 (java) S 17980 17967 16399 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43852273 890322944 20784 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17981/tid=17985] ppid=17980 vsize=869456 CPUtime=0
/proc/17981/task/17985/stat : 17985 (java) S 17980 17967 16399 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43852273 890322944 20784 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17981/tid=17986] ppid=17980 vsize=869456 CPUtime=0
/proc/17981/task/17986/stat : 17986 (java) S 17980 17967 16399 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43852275 890322944 20784 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17981/tid=17987] ppid=17980 vsize=869456 CPUtime=0.2
/proc/17981/task/17987/stat : 17987 (java) S 17980 17967 16399 0 -1 64 1466 0 0 0 20 0 0 0 15 0 9 0 43852275 890322944 20784 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17981/tid=17988] ppid=17980 vsize=869456 CPUtime=0
/proc/17981/task/17988/stat : 17988 (java) S 17980 17967 16399 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43852275 890322944 20784 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17981/tid=17989] ppid=17980 vsize=869456 CPUtime=0
/proc/17981/task/17989/stat : 17989 (java) S 17980 17967 16399 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 43852275 890322944 20784 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 888412

[startup+12.702 s]
/proc/loadavg: 2.17 2.07 2.02 3/92 17989
/proc/meminfo: memFree=1749144/2055920 swapFree=4192812/4192956
[pid=17967] ppid=17965 vsize=13600 CPUtime=2.12
/proc/17967/stat : 17967 (sugar) S 17965 17967 16399 0 -1 4194304 974 19440 0 1 3 0 198 11 16 0 1 0 43852049 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17967/statm: 3400 797 370 3 0 500 0
[pid=17980] ppid=17967 vsize=5356 CPUtime=0
/proc/17980/stat : 17980 (sh) S 17967 17967 16399 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43852270 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17980/statm: 1339 233 193 169 0 50 0
[pid=17981] ppid=17980 vsize=869456 CPUtime=10.37
/proc/17981/stat : 17981 (java) S 17980 17967 16399 0 -1 0 57603 0 1 0 1009 28 0 0 18 0 9 0 43852271 890322944 45346 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17981/statm: 217364 45346 2540 9 0 211939 0
[pid=17981/tid=17982] ppid=17980 vsize=869456 CPUtime=6.46
/proc/17981/task/17982/stat : 17982 (java) R 17980 17967 16399 0 -1 64 4300 0 1 0 643 3 0 0 25 0 9 0 43852272 890322944 45346 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17981/tid=17983] ppid=17980 vsize=869456 CPUtime=3.64
/proc/17981/task/17983/stat : 17983 (java) R 17980 17967 16399 0 -1 64 51119 0 0 0 342 22 0 0 16 0 9 0 43852273 890322944 45346 996147200 134512640 134550740 4294955936 18446744073709551615 102350230 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17981/tid=17984] ppid=17980 vsize=869456 CPUtime=0
/proc/17981/task/17984/stat : 17984 (java) S 17980 17967 16399 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43852273 890322944 45346 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17981/tid=17985] ppid=17980 vsize=869456 CPUtime=0
/proc/17981/task/17985/stat : 17985 (java) S 17980 17967 16399 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43852273 890322944 45346 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17981/tid=17986] ppid=17980 vsize=869456 CPUtime=0
/proc/17981/task/17986/stat : 17986 (java) S 17980 17967 16399 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43852275 890322944 45346 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17981/tid=17987] ppid=17980 vsize=869456 CPUtime=0.24
/proc/17981/task/17987/stat : 17987 (java) S 17980 17967 16399 0 -1 64 1486 0 0 0 23 1 0 0 15 0 9 0 43852275 890322944 45346 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17981/tid=17988] ppid=17980 vsize=869456 CPUtime=0
/proc/17981/task/17988/stat : 17988 (java) S 17980 17967 16399 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43852275 890322944 45346 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17981/tid=17989] ppid=17980 vsize=869456 CPUtime=0
/proc/17981/task/17989/stat : 17989 (java) S 17980 17967 16399 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 43852275 890322944 45346 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 888412

[startup+25.5023 s]
/proc/loadavg: 2.21 2.08 2.02 3/92 17989
/proc/meminfo: memFree=1606872/2055920 swapFree=4192812/4192956
[pid=17967] ppid=17965 vsize=13600 CPUtime=2.12
/proc/17967/stat : 17967 (sugar) S 17965 17967 16399 0 -1 4194304 974 19440 0 1 3 0 198 11 16 0 1 0 43852049 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17967/statm: 3400 797 370 3 0 500 0
[pid=17980] ppid=17967 vsize=5356 CPUtime=0
/proc/17980/stat : 17980 (sh) S 17967 17967 16399 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43852270 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17980/statm: 1339 233 193 169 0 50 0
[pid=17981] ppid=17980 vsize=869568 CPUtime=23
/proc/17981/stat : 17981 (java) S 17980 17967 16399 0 -1 0 84668 0 1 0 2213 87 0 0 18 0 9 0 43852271 890437632 57632 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17981/statm: 217392 57632 2565 9 0 211939 0
[pid=17981/tid=17982] ppid=17980 vsize=869568 CPUtime=16.13
/proc/17981/task/17982/stat : 17982 (java) R 17980 17967 16399 0 -1 64 5302 0 1 0 1562 51 0 0 25 0 9 0 43852272 890437632 57632 996147200 134512640 134550740 4294955936 18446744073709551615 4127092528 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17981/tid=17983] ppid=17980 vsize=869568 CPUtime=6.54
/proc/17981/task/17983/stat : 17983 (java) S 17980 17967 16399 0 -1 64 77140 0 0 0 620 34 0 0 16 0 9 0 43852273 890437632 57632 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17981/tid=17984] ppid=17980 vsize=869568 CPUtime=0
/proc/17981/task/17984/stat : 17984 (java) S 17980 17967 16399 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43852273 890437632 57632 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17981/tid=17985] ppid=17980 vsize=869568 CPUtime=0
/proc/17981/task/17985/stat : 17985 (java) S 17980 17967 16399 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43852273 890437632 57632 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17981/tid=17986] ppid=17980 vsize=869568 CPUtime=0
/proc/17981/task/17986/stat : 17986 (java) S 17980 17967 16399 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43852275 890437632 57632 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17981/tid=17987] ppid=17980 vsize=869568 CPUtime=0.31
/proc/17981/task/17987/stat : 17987 (java) S 17980 17967 16399 0 -1 64 1528 0 0 0 30 1 0 0 15 0 9 0 43852275 890437632 57632 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17981/tid=17988] ppid=17980 vsize=869568 CPUtime=0
/proc/17981/task/17988/stat : 17988 (java) S 17980 17967 16399 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43852275 890437632 57632 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17981/tid=17989] ppid=17980 vsize=869568 CPUtime=0
/proc/17981/task/17989/stat : 17989 (java) S 17980 17967 16399 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 43852275 890437632 57632 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 888524

[startup+51.1021 s]
/proc/loadavg: 2.48 2.16 2.05 3/92 17989
/proc/meminfo: memFree=1299096/2055920 swapFree=4192812/4192956
[pid=17967] ppid=17965 vsize=13600 CPUtime=2.12
/proc/17967/stat : 17967 (sugar) S 17965 17967 16399 0 -1 4194304 974 19440 0 1 3 0 198 11 16 0 1 0 43852049 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17967/statm: 3400 797 370 3 0 500 0
[pid=17980] ppid=17967 vsize=5356 CPUtime=0
/proc/17980/stat : 17980 (sh) S 17967 17967 16399 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43852270 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17980/statm: 1339 233 193 169 0 50 0
[pid=17981] ppid=17980 vsize=869568 CPUtime=48.06
/proc/17981/stat : 17981 (java) S 17980 17967 16399 0 -1 0 85050 0 1 0 4540 266 0 0 18 0 9 0 43852271 890437632 57632 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=17981/tid=17986] ppid=17980 vsize=869568 CPUtime=0
/proc/17981/task/17986/stat : 17986 (java) S 17980 17967 16399 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43852275 890437632 57632 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17981/tid=17987] ppid=17980 vsize=869568 CPUtime=0.31
/proc/17981/task/17987/stat : 17987 (java) S 17980 17967 16399 0 -1 64 1528 0 0 0 30 1 0 0 15 0 9 0 43852275 890437632 57632 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17981/tid=17988] ppid=17980 vsize=869568 CPUtime=0
/proc/17981/task/17988/stat : 17988 (java) S 17980 17967 16399 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43852275 890437632 57632 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17981/tid=17989] ppid=17980 vsize=869568 CPUtime=0
/proc/17981/task/17989/stat : 17989 (java) S 17980 17967 16399 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 43852275 890437632 57632 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 174.32
Current children cumulated vsize (KiB) 888524

[startup+192.102 s]
/proc/loadavg: 2.86 2.47 2.18 3/92 17989
/proc/meminfo: memFree=15448/2055920 swapFree=4192812/4192956
[pid=17967] ppid=17965 vsize=13600 CPUtime=2.12
/proc/17967/stat : 17967 (sugar) S 17965 17967 16399 0 -1 4194304 974 19440 0 1 3 0 198 11 16 0 1 0 43852049 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17967/statm: 3400 797 370 3 0 500 0
[pid=17980] ppid=17967 vsize=5356 CPUtime=0
/proc/17980/stat : 17980 (sh) S 17967 17967 16399 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43852270 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17980/statm: 1339 233 193 169 0 50 0
[pid=17981] ppid=17980 vsize=869568 CPUtime=184.6
/proc/17981/stat : 17981 (java) S 17980 17967 16399 0 -1 0 87209 0 1 0 17124 1336 0 0 18 0 9 0 43852271 890437632 57632 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17981/statm: 217392 57632 2565 9 0 211939 0
[pid=17981/tid=17982] ppid=17980 vsize=869568 CPUtime=175.5
/proc/17981/task/17982/stat : 17982 (java) R 17980 17967 16399 0 -1 64 7843 0 1 0 16267 1283 0 0 25 0 9 0 43852272 890437632 57632 996147200 134512640 134550740 4294955936 18446744073709551615 4126907324 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17981/tid=17983] ppid=17980 vsize=869568 CPUtime=8.77
/proc/17981/task/17983/stat : 17983 (java) S 17980 17967 16399 0 -1 64 77140 0 0 0 826 51 0 0 16 0 9 0 43852273 890437632 57632 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17981/tid=17984] ppid=17980 vsize=869568 CPUtime=0
/proc/17981/task/17984/stat : 17984 (java) S 17980 17967 16399 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43852273 890437632 57632 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17981/tid=17985] ppid=17980 vsize=869568 CPUtime=0
/proc/17981/task/17985/stat : 17985 (java) S 17980 17967 16399 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43852273 890437632 57632 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17981/tid=17986] ppid=17980 vsize=869568 CPUtime=0
/proc/17981/task/17986/stat : 17986 (java) S 17980 17967 16399 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43852275 890437632 57632 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17981/tid=17987] ppid=17980 vsize=869568 CPUtime=0.31
/proc/17981/task/17987/stat : 17987 (java) S 17980 17967 16399 0 -1 64 1528 0 0 0 30 1 0 0 15 0 9 0 43852275 890437632 57632 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17981/tid=17988] ppid=17980 vsize=869568 CPUtime=0
/proc/17981/task/17988/stat : 17988 (java) S 17980 17967 16399 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43852275 890437632 57632 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17981/tid=17989] ppid=17980 vsize=869568 CPUtime=0
/proc/17981/task/17989/stat : 17989 (java) S 17980 17967 16399 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 43852275 890437632 57632 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 186.72
Current children cumulated vsize (KiB) 888524

[startup+198.502 s]
/proc/loadavg: 2.79 2.46 2.18 3/92 17989
/proc/meminfo: memFree=15192/2055920 swapFree=4192812/4192956
[pid=17967] ppid=17965 vsize=13600 CPUtime=2.12
/proc/17967/stat : 17967 (sugar) S 17965 17967 16399 0 -1 4194304 974 19440 0 1 3 0 198 11 16 0 1 0 43852049 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17967/statm: 3400 797 370 3 0 500 0
[pid=17980] ppid=17967 vsize=5356 CPUtime=0
/proc/17980/stat : 17980 (sh) S 17967 17967 16399 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43852270 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17980/statm: 1339 233 193 169 0 50 0
[pid=17981] ppid=17980 vsize=869568 CPUtime=190.84
/proc/17981/stat : 17981 (java) S 17980 17967 16399 0 -1 0 87308 0 1 0 17699 1385 0 0 18 0 9 0 43852271 890437632 57632 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17981/statm: 217392 57632 2565 9 0 211939 0
[pid=17981/tid=17982] ppid=17980 vsize=869568 CPUtime=181.66
/proc/17981/task/17982/stat : 17982 (java) R 17980 17967 16399 0 -1 64 7942 0 1 0 16835 1331 0 0 25 0 9 0 43852272 890437632 57632 996147200 134512640 134550740 4294955936 18446744073709551615 4127091245 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17981/tid=17983] ppid=17980 vsize=869568 CPUtime=8.84
/proc/17981/task/17983/stat : 17983 (java) S 17980 17967 16399 0 -1 64 77140 0 0 0 833 51 0 0 16 0 9 0 43852273 890437632 57632 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17981/tid=17984] ppid=17980 vsize=869568 CPUtime=0
/proc/17981/task/17984/stat : 17984 (java) S 17980 17967 16399 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43852273 890437632 57632 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17981/tid=17985] ppid=17980 vsize=869568 CPUtime=0
/proc/17981/task/17985/stat : 17985 (java) S 17980 17967 16399 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43852273 890437632 57632 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17981/tid=17986] ppid=17980 vsize=869568 CPUtime=0
/proc/17981/task/17986/stat : 17986 (java) S 17980 17967 16399 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43852275 890437632 57632 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17981/tid=17987] ppid=17980 vsize=869568 CPUtime=0.31
/proc/17981/task/17987/stat : 17987 (java) S 17980 17967 16399 0 -1 64 1528 0 0 0 30 1 0 0 15 0 9 0 43852275 890437632 57632 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17981/tid=17988] ppid=17980 vsize=869568 CPUtime=0
/proc/17981/task/17988/stat : 17988 (java) S 17980 17967 16399 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43852275 890437632 57632 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17981/tid=17989] ppid=17980 vsize=869568 CPUtime=0
/proc/17981/task/17989/stat : 17989 (java) S 17980 17967 16399 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 43852275 890437632 57632 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 192.96
Current children cumulated vsize (KiB) 888524

[startup+204.903 s]
/proc/loadavg: 2.75 2.46 2.18 3/92 17989
/proc/meminfo: memFree=15384/2055920 swapFree=4192812/4192956
[pid=17967] ppid=17965 vsize=13600 CPUtime=2.12
/proc/17967/stat : 17967 (sugar) S 17965 17967 16399 0 -1 4194304 974 19440 0 1 3 0 198 11 16 0 1 0 43852049 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17967/statm: 3400 797 370 3 0 500 0
[pid=17980] ppid=17967 vsize=5356 CPUtime=0
/proc/17980/stat : 17980 (sh) S 17967 17967 16399 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43852270 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17980/statm: 1339 233 193 169 0 50 0
[pid=17981] ppid=17980 vsize=869568 CPUtime=197.05
/proc/17981/stat : 17981 (java) S 17980 17967 16399 0 -1 0 87408 0 1 0 18271 1434 0 0 18 0 9 0 43852271 890437632 57632 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17981/statm: 217392 57632 2565 9 0 211939 0
[pid=17981/tid=17982] ppid=17980 vsize=869568 CPUtime=187.78
/proc/17981/task/17982/stat : 17982 (java) R 17980 17967 16399 0 -1 64 8042 0 1 0 17399 1379 0 0 25 0 9 0 43852272 890437632 57632 996147200 134512640 134550740 4294955936 18446744073709551615 4126474926 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17981/tid=17983] ppid=17980 vsize=869568 CPUtime=8.93
/proc/17981/task/17983/stat : 17983 (java) S 17980 17967 16399 0 -1 64 77140 0 0 0 841 52 0 0 16 0 9 0 43852273 890437632 57632 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17981/tid=17984] ppid=17980 vsize=869568 CPUtime=0
/proc/17981/task/17984/stat : 17984 (java) S 17980 17967 16399 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43852273 890437632 57632 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17981/tid=17985] ppid=17980 vsize=869568 CPUtime=0
/proc/17981/task/17985/stat : 17985 (java) S 17980 17967 16399 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43852273 890437632 57632 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17981/tid=17986] ppid=17980 vsize=869568 CPUtime=0
/proc/17981/task/17986/stat : 17986 (java) S 17980 17967 16399 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43852275 890437632 57632 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17981/tid=17987] ppid=17980 vsize=869568 CPUtime=0.31
/proc/17981/task/17987/stat : 17987 (java) S 17980 17967 16399 0 -1 64 1528 0 0 0 30 1 0 0 15 0 9 0 43852275 890437632 57632 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17981/tid=17988] ppid=17980 vsize=869568 CPUtime=0
/proc/17981/task/17988/stat : 17988 (java) S 17980 17967 16399 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43852275 890437632 57632 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17981/tid=17989] ppid=17980 vsize=869568 CPUtime=0
/proc/17981/task/17989/stat : 17989 (java) S 17980 17967 16399 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 43852275 890437632 57632 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 199.17
Current children cumulated vsize (KiB) 888524

[startup+206.502 s]
/proc/loadavg: 2.75 2.46 2.18 3/92 17989
/proc/meminfo: memFree=15192/2055920 swapFree=4192812/4192956
[pid=17967] ppid=17965 vsize=13600 CPUtime=2.12
/proc/17967/stat : 17967 (sugar) S 17965 17967 16399 0 -1 4194304 974 19440 0 1 3 0 198 11 16 0 1 0 43852049 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17967/statm: 3400 797 370 3 0 500 0
[pid=17980] ppid=17967 vsize=5356 CPUtime=0
/proc/17980/stat : 17980 (sh) S 17967 17967 16399 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43852270 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17980/statm: 1339 233 193 169 0 50 0
[pid=17981] ppid=17980 vsize=869568 CPUtime=198.61
/proc/17981/stat : 17981 (java) S 17980 17967 16399 0 -1 0 87433 0 1 0 18415 1446 0 0 18 0 9 0 43852271 890437632 57632 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17981/statm: 217392 57632 2565 9 0 211939 0
[pid=17981/tid=17982] ppid=17980 vsize=869568 CPUtime=189.33
/proc/17981/task/17982/stat : 17982 (java) R 17980 17967 16399 0 -1 64 8067 0 1 0 17542 1391 0 0 25 0 9 0 43852272 890437632 57632 996147200 134512640 134550740 4294955936 18446744073709551615 102064672 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17981/tid=17983] ppid=17980 vsize=869568 CPUtime=8.94
/proc/17981/task/17983/stat : 17983 (java) S 17980 17967 16399 0 -1 64 77140 0 0 0 842 52 0 0 16 0 9 0 43852273 890437632 57632 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17981/tid=17984] ppid=17980 vsize=869568 CPUtime=0
/proc/17981/task/17984/stat : 17984 (java) S 17980 17967 16399 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43852273 890437632 57632 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17981/tid=17985] ppid=17980 vsize=869568 CPUtime=0
/proc/17981/task/17985/stat : 17985 (java) S 17980 17967 16399 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43852273 890437632 57632 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17981/tid=17986] ppid=17980 vsize=869568 CPUtime=0
/proc/17981/task/17986/stat : 17986 (java) S 17980 17967 16399 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43852275 890437632 57632 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17981/tid=17987] ppid=17980 vsize=869568 CPUtime=0.31
/proc/17981/task/17987/stat : 17987 (java) S 17980 17967 16399 0 -1 64 1528 0 0 0 30 1 0 0 15 0 9 0 43852275 890437632 57632 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17981/tid=17988] ppid=17980 vsize=869568 CPUtime=0
/proc/17981/task/17988/stat : 17988 (java) S 17980 17967 16399 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43852275 890437632 57632 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17981/tid=17989] ppid=17980 vsize=869568 CPUtime=0
/proc/17981/task/17989/stat : 17989 (java) S 17980 17967 16399 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 43852275 890437632 57632 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 200.73
Current children cumulated vsize (KiB) 888524

[startup+208.106 s]
/proc/loadavg: 2.75 2.46 2.18 3/82 17989
/proc/meminfo: memFree=1449000/2055920 swapFree=4192812/4192956
[pid=17967] ppid=17965 vsize=13600 CPUtime=202.28
/proc/17967/stat : 17967 (sugar) R 17965 17967 16399 0 -1 4194304 998 107184 0 2 3 66 18690 1469 17 0 1 0 43852049 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 244671288361 0 0 4224 16386 0 0 0 17 1 0 0
/proc/17967/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 202.28
Current children cumulated vsize (KiB) 13600

[startup+208.502 s]
/proc/loadavg: 2.75 2.46 2.18 3/82 17989
/proc/meminfo: memFree=1449000/2055920 swapFree=4192812/4192956
[pid=17967] ppid=17965 vsize=13600 CPUtime=202.54
/proc/17967/stat : 17967 (sugar) D 17965 17967 16399 0 -1 4194304 998 107184 0 2 3 92 18690 1469 16 0 1 0 43852049 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 244671288361 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/17967/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 202.54
Current children cumulated vsize (KiB) 13600

[startup+208.901 s]
/proc/loadavg: 2.75 2.46 2.18 3/82 17989
/proc/meminfo: memFree=1449000/2055920 swapFree=4192812/4192956
[pid=17967] ppid=17965 vsize=13600 CPUtime=202.56
/proc/17967/stat : 17967 (sugar) R 17965 17967 16399 0 -1 4194304 998 107184 0 2 3 94 18690 1469 15 0 1 0 43852049 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 244671288361 0 0 4224 16386 0 0 0 17 1 0 0
/proc/17967/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 202.56
Current children cumulated vsize (KiB) 13600

[startup+209.001 s]
/proc/loadavg: 2.75 2.46 2.18 3/82 17989
/proc/meminfo: memFree=1449000/2055920 swapFree=4192812/4192956
[pid=17967] ppid=17965 vsize=13600 CPUtime=202.56
/proc/17967/stat : 17967 (sugar) D 17965 17967 16399 0 -1 4194304 998 107184 0 2 3 94 18690 1469 15 0 1 0 43852049 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 244671288361 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/17967/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 202.56
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 209.102
CPU time (s): 202.593
CPU user time (s): 186.947
CPU system time (s): 15.6466
CPU usage (%): 96.8872
Max. virtual memory (cumulated for all children) (KiB): 910904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 186.947
system time used= 15.6466
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 108212
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= 28434
involuntary context switches= 33614

runsolver used 0.240963 second user time and 0.756884 second system time

The end

Launcher Data (download as text)

Begin job on node7 at 2008-07-12 16:04:48
IDJOB=1112632
IDBENCH=61448
IDSOLVER=368
FILE ID=node7/1112632-1215871488
PBS_JOBID= 7903466
Free space on /tmp= 66520 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/super-queens/normalized-super-queens-6.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-1112632-1215871488/watcher-1112632-1215871488 -o /tmp/evaluation-result-1112632-1215871488/solver-1112632-1215871488 -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-1112632-1215871488.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2e0c449e9fcf4011cd4abe4683793658
RANDOM SEED=74552081

node7.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.259
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.259
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:       1913552 kB
Buffers:          8732 kB
Cached:          53420 kB
SwapCached:          0 kB
Active:          77304 kB
Inactive:        10088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1913552 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5552 kB
Writeback:           0 kB
Mapped:          45352 kB
Slab:            40004 kB
Committed_AS:   280152 kB
PageTables:       1956 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= 66520 MiB
End job on node7 at 2008-07-12 16:08:17