Trace number 1075844

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisatSAT 131.418 132.823

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg6-6_ext.xml
MD5SUM589d1d1b23bfa903f838d0653ed4224a
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.140977
Satisfiable
(Un)Satisfiability was proved
Number of variables36
Number of constraints12
Maximum constraint arity6
Maximum domain size26
Number of constraints which are defined in extension12
Number of constraints which are defined in intension0
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 Fri Jul  4 16:35:17 2008
0.00/0.04	c 0	PID 28081
0.00/0.05	c 0	HOST node10.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1075844-1215182117.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-1075844-1215182117.xml' 'HOME/temp.csp'
0.03/0.57	c 0	1 domains, 36 variables, 0 predicates, 1 relations, 12 constraints
0.03/0.62	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.63	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.54/0.70	c 1	Parsing HOME/temp.csp
0.54/0.90	c 1	parsed 50 expressions
0.54/0.91	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.54/0.91	c 1	Converting to clausal form CSP
0.54/0.93	c 1	converted 5 (10%) expressions
0.54/0.93	c 1	converted 10 (20%) expressions
0.54/0.93	c 1	converted 15 (30%) expressions
0.54/0.93	c 1	converted 20 (40%) expressions
0.54/0.93	c 1	converted 25 (50%) expressions
0.54/0.93	c 1	converted 30 (60%) expressions
0.54/0.93	c 1	converted 35 (70%) expressions
1.09/1.26	c 1	converted 40 (80%) expressions
1.78/1.97	c 2	converted 45 (90%) expressions
2.57/2.72	c 3	converted 50 (100%) expressions
2.57/2.72	c 3	CSP : 36 integers, 0 booleans, 12 clauses, largest domain size 26
2.57/2.72	c 3	Heap : 47 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.57/2.72	c 3	Propagation in CSP
2.57/2.72	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.57/2.72	c 3	CSP : 36 integers, 0 booleans, 12 clauses, largest domain size 26
2.57/2.72	c 3	Heap : 47 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.57/2.72	c 3	Simplifing CSP by introducing new Boolean variables
2.57/2.72	c 3	CSP : 36 integers, 0 booleans, 12 clauses, largest domain size 26
2.57/2.72	c 3	Heap : 47 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.77/2.99	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.88/3.00	c 3	4 (10%) CSP integer variables are encoded (96 clauses, 912 bytes)
2.88/3.00	c 3	8 (20%) CSP integer variables are encoded (192 clauses, 1968 bytes)
2.88/3.00	c 3	11 (30%) CSP integer variables are encoded (264 clauses, 2760 bytes)
2.88/3.01	c 3	15 (40%) CSP integer variables are encoded (360 clauses, 3816 bytes)
2.88/3.01	c 3	18 (50%) CSP integer variables are encoded (432 clauses, 4608 bytes)
2.88/3.01	c 3	22 (60%) CSP integer variables are encoded (528 clauses, 5664 bytes)
2.88/3.01	c 3	26 (70%) CSP integer variables are encoded (624 clauses, 6720 bytes)
2.88/3.01	c 3	29 (80%) CSP integer variables are encoded (696 clauses, 7512 bytes)
2.88/3.02	c 3	33 (90%) CSP integer variables are encoded (792 clauses, 8568 bytes)
2.88/3.02	c 3	36 (100%) CSP integer variables are encoded (864 clauses, 9360 bytes)
23.66/24.07	c 24	2 (10%) CSP clauses are encoded (114356 clauses, 4301361 bytes)
34.17/34.60	c 34	3 (20%) CSP clauses are encoded (171102 clauses, 6655408 bytes)
44.76/45.32	c 45	4 (30%) CSP clauses are encoded (227848 clauses, 9009455 bytes)
55.36/56.05	c 56	5 (40%) CSP clauses are encoded (284594 clauses, 11364205 bytes)
65.65/66.48	c 66	6 (50%) CSP clauses are encoded (341340 clauses, 13826264 bytes)
86.76/87.77	c 88	8 (60%) CSP clauses are encoded (454832 clauses, 18750382 bytes)
97.16/98.23	c 98	9 (70%) CSP clauses are encoded (511578 clauses, 21212441 bytes)
107.76/108.99	c 109	10 (80%) CSP clauses are encoded (568324 clauses, 23674500 bytes)
118.15/119.47	c 119	11 (90%) CSP clauses are encoded (625070 clauses, 26136559 bytes)
128.56/129.94	c 130	12 (100%) CSP clauses are encoded (681816 clauses, 28598618 bytes)
128.56/129.94	c 130	12 CSP clauses encoded
128.56/129.94	c 130	Writing map file : HOME/temp.map
128.56/129.94	c 130	Heap : 74 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
128.56/129.94	c 130	SAT : 900 SAT variables, 681816 SAT clauses, 28598618 bytes
128.56/129.94	c 130	Heap : 74 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
128.61/130.00	c 130	SOLVING HOME/temp.cnf
128.61/130.00	c 130	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
128.61/130.01	c 130	This is MiniSat 2.0 beta
128.61/130.01	c 130	WARNING: for repeatability, setting FPU to use double precision
128.61/130.01	c 130	============================[ Problem Statistics ]=============================
128.61/130.01	c 130	|                                                                             |
128.61/130.01	c 130	|  Number of variables:  900                                                  |
128.61/130.01	c 130	|  Number of clauses:    681816                                               |
128.62/130.70	c 130	|  Parsing time:         0.61         s                                       |
128.62/130.74	c 131	============================[ Search Statistics ]==============================
128.62/130.74	c 131	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
128.62/130.74	c 131	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
128.62/130.74	c 131	===============================================================================
128.62/130.74	c 131	|         0 |     900   681816  6227652 |   227272        0    nan |  0.000 % |
128.62/130.77	c 131	|       100 |     900   681816  6227652 |   249999      100      5 |  0.000 % |
128.62/130.82	c 131	|       250 |     900   681816  6227652 |   274999      250      5 |  0.003 % |
129.50/130.96	c 131	|       477 |     900   681816  6227652 |   302499      477      7 |  0.002 % |
129.89/131.34	c 131	|       814 |     900   681816  6227652 |   332748      814      8 |  0.001 % |
130.41/131.81	c 132	|      1322 |     900   681816  6227652 |   366023     1322     12 |  0.000 % |
131.20/132.66	c 132	===============================================================================
131.20/132.66	c 132	restarts              : 6
131.20/132.66	c 132	conflicts             : 1973           (775 /sec)
131.20/132.66	c 132	decisions             : 3113           (1.41 % random) (1222 /sec)
131.20/132.67	c 132	propagations          : 91808          (36051 /sec)
131.20/132.67	c 132	conflict literals     : 26938          (21.30 % deleted)
131.20/132.67	c 132	Memory used           : 49.73 MB
131.20/132.67	c 132	CPU time              : 2.54661 s
131.20/132.67	c 132	
131.20/132.67	c 132	SATISFIABLE
131.20/132.68	c 132	DECODING HOME/temp.out WITH HOME/temp.map
131.20/132.68	c 132	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
131.28/132.76	c 133	Decoding HOME/temp.out
131.28/132.78	s SATISFIABLE
131.28/132.78	v 0 25 20 17 4 17 17 14 19 14 19 14 14 25 4 13 4 18 12 14 17 3 20 18 4 19 8 14 11 4 18 4 13 18 4 18
131.28/132.79	c 133	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
131.28/132.81	c 133	CPU 130.78 (0.04 0.01 130.74 0.59)
131.28/132.81	c 133	END Fri Jul  4 16:37:30 2008

Verifier Data (download as text)

OK

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-1075844-1215182117/watcher-1075844-1215182117 -o /tmp/evaluation-result-1075844-1215182117/solver-1075844-1215182117 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1075844-1215182117.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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.05 2.01 4/81 28081
/proc/meminfo: memFree=1755152/2055920 swapFree=4179464/4192956
[pid=28081] ppid=28079 vsize=12132 CPUtime=0
/proc/28081/stat : 28081 (sugar) R 28079 28081 23573 0 -1 4194304 215 0 0 0 0 0 0 0 20 0 1 0 1997186543 12423168 183 996147200 4194304 4206940 548682068608 18446744073709551615 214937695030 0 0 4224 0 0 0 0 17 1 0 0
/proc/28081/statm: 3033 183 142 3 0 133 0

[startup+0.102699 s]
/proc/loadavg: 2.12 2.05 2.01 4/81 28081
/proc/meminfo: memFree=1755152/2055920 swapFree=4179464/4192956
[pid=28081] ppid=28079 vsize=13600 CPUtime=0.03
/proc/28081/stat : 28081 (sugar) S 28079 28081 23573 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1997186543 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28081/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201712 s]
/proc/loadavg: 2.12 2.05 2.01 4/81 28081
/proc/meminfo: memFree=1755152/2055920 swapFree=4179464/4192956
[pid=28081] ppid=28079 vsize=13600 CPUtime=0.03
/proc/28081/stat : 28081 (sugar) S 28079 28081 23573 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1997186543 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28081/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301723 s]
/proc/loadavg: 2.12 2.05 2.01 4/81 28081
/proc/meminfo: memFree=1755152/2055920 swapFree=4179464/4192956
[pid=28081] ppid=28079 vsize=13600 CPUtime=0.03
/proc/28081/stat : 28081 (sugar) S 28079 28081 23573 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1997186543 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28081/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701781 s]
/proc/loadavg: 2.12 2.05 2.01 4/81 28081
/proc/meminfo: memFree=1755152/2055920 swapFree=4179464/4192956
[pid=28081] ppid=28079 vsize=13600 CPUtime=0.54
/proc/28081/stat : 28081 (sugar) S 28079 28081 23573 0 -1 4194304 956 6876 0 1 3 0 47 4 16 0 1 0 1997186543 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28081/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 13600

[startup+1.5029 s]
/proc/loadavg: 2.12 2.05 2.01 4/92 28103
/proc/meminfo: memFree=1738360/2055920 swapFree=4179464/4192956
[pid=28081] ppid=28079 vsize=13600 CPUtime=0.54
/proc/28081/stat : 28081 (sugar) S 28079 28081 23573 0 -1 4194304 973 6876 0 1 3 0 47 4 15 0 1 0 1997186543 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28081/statm: 3400 797 370 3 0 500 0
[pid=28094] ppid=28081 vsize=5356 CPUtime=0
/proc/28094/stat : 28094 (sh) S 28081 28081 23573 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997186606 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28094/statm: 1339 233 193 169 0 50 0
[pid=28095] ppid=28094 vsize=864324 CPUtime=0.85
/proc/28095/stat : 28095 (java) S 28094 28081 23573 0 -1 0 9344 0 1 0 81 4 0 0 18 0 9 0 1997186606 885067776 8427 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28095/statm: 216081 8427 2540 9 0 210656 0
[pid=28095/tid=28096] ppid=28094 vsize=864324 CPUtime=0.44
/proc/28095/task/28096/stat : 28096 (java) R 28094 28081 23573 0 -1 64 2751 0 1 0 43 1 0 0 20 0 9 0 1997186607 885067776 8427 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28095/tid=28097] ppid=28094 vsize=864324 CPUtime=0.34
/proc/28095/task/28097/stat : 28097 (java) R 28094 28081 23573 0 -1 64 5581 0 0 0 32 2 0 0 16 0 9 0 1997186608 885067776 8427 996147200 134512640 134550740 4294955952 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28095/tid=28098] ppid=28094 vsize=864324 CPUtime=0
/proc/28095/task/28098/stat : 28098 (java) S 28094 28081 23573 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997186608 885067776 8427 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28095/tid=28099] ppid=28094 vsize=864324 CPUtime=0
/proc/28095/task/28099/stat : 28099 (java) S 28094 28081 23573 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1997186608 885067776 8427 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28095/tid=28100] ppid=28094 vsize=864324 CPUtime=0
/proc/28095/task/28100/stat : 28100 (java) S 28094 28081 23573 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997186610 885067776 8427 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28095/tid=28101] ppid=28094 vsize=864324 CPUtime=0.04
/proc/28095/task/28101/stat : 28101 (java) S 28094 28081 23573 0 -1 64 320 0 0 0 4 0 0 0 16 0 9 0 1997186610 885067776 8427 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28095/tid=28102] ppid=28094 vsize=864324 CPUtime=0
/proc/28095/task/28102/stat : 28102 (java) S 28094 28081 23573 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997186610 885067776 8427 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28095/tid=28103] ppid=28094 vsize=864324 CPUtime=0
/proc/28095/task/28103/stat : 28103 (java) S 28094 28081 23573 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1997186610 885067776 8427 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 883280

[startup+3.1021 s]
/proc/loadavg: 2.12 2.05 2.01 4/92 28103
/proc/meminfo: memFree=1709688/2055920 swapFree=4179464/4192956
[pid=28081] ppid=28079 vsize=13600 CPUtime=0.54
/proc/28081/stat : 28081 (sugar) S 28079 28081 23573 0 -1 4194304 974 6876 0 1 3 0 47 4 15 0 1 0 1997186543 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28081/statm: 3400 797 370 3 0 500 0
[pid=28094] ppid=28081 vsize=5356 CPUtime=0
/proc/28094/stat : 28094 (sh) S 28081 28081 23573 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997186606 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28094/statm: 1339 233 193 169 0 50 0
[pid=28095] ppid=28094 vsize=864436 CPUtime=2.43
/proc/28095/stat : 28095 (java) S 28094 28081 23573 0 -1 0 16974 0 1 0 235 8 0 0 18 0 9 0 1997186606 885182464 15818 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28095/statm: 216109 15818 2564 9 0 210656 0
[pid=28095/tid=28096] ppid=28094 vsize=864436 CPUtime=0.99
/proc/28095/task/28096/stat : 28096 (java) R 28094 28081 23573 0 -1 64 3250 0 1 0 98 1 0 0 18 0 9 0 1997186607 885182464 15818 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28095/tid=28097] ppid=28094 vsize=864436 CPUtime=1.34
/proc/28095/task/28097/stat : 28097 (java) S 28094 28081 23573 0 -1 64 12695 0 0 0 129 5 0 0 16 0 9 0 1997186608 885182464 15818 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28095/tid=28098] ppid=28094 vsize=864436 CPUtime=0
/proc/28095/task/28098/stat : 28098 (java) S 28094 28081 23573 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997186608 885182464 15818 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28095/tid=28099] ppid=28094 vsize=864436 CPUtime=0
/proc/28095/task/28099/stat : 28099 (java) S 28094 28081 23573 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1997186608 885182464 15818 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28095/tid=28100] ppid=28094 vsize=864436 CPUtime=0
/proc/28095/task/28100/stat : 28100 (java) S 28094 28081 23573 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997186610 885182464 15818 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28095/tid=28101] ppid=28094 vsize=864436 CPUtime=0.06
/proc/28095/task/28101/stat : 28101 (java) R 28094 28081 23573 0 -1 64 337 0 0 0 6 0 0 0 16 0 9 0 1997186610 885182464 15818 996147200 134512640 134550740 4294955952 18446744073709551615 104075952 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28095/tid=28102] ppid=28094 vsize=864436 CPUtime=0
/proc/28095/task/28102/stat : 28102 (java) S 28094 28081 23573 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997186610 885182464 15818 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28095/tid=28103] ppid=28094 vsize=864436 CPUtime=0
/proc/28095/task/28103/stat : 28103 (java) S 28094 28081 23573 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1997186610 885182464 15818 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 883392

[startup+6.30154 s]
/proc/loadavg: 2.11 2.05 2.01 3/92 28103
/proc/meminfo: memFree=1696440/2055920 swapFree=4179464/4192956
[pid=28081] ppid=28079 vsize=13600 CPUtime=0.54
/proc/28081/stat : 28081 (sugar) S 28079 28081 23573 0 -1 4194304 974 6876 0 1 3 0 47 4 15 0 1 0 1997186543 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28081/statm: 3400 797 370 3 0 500 0
[pid=28094] ppid=28081 vsize=5356 CPUtime=0
/proc/28094/stat : 28094 (sh) S 28081 28081 23573 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997186606 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28094/statm: 1339 233 193 169 0 50 0
[pid=28095] ppid=28094 vsize=864436 CPUtime=5.59
/proc/28095/stat : 28095 (java) S 28094 28081 23573 0 -1 0 17880 0 1 0 551 8 0 0 18 0 9 0 1997186606 885182464 16712 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28095/statm: 216109 16712 2564 9 0 210656 0
[pid=28095/tid=28096] ppid=28094 vsize=864436 CPUtime=4.12
/proc/28095/task/28096/stat : 28096 (java) R 28094 28081 23573 0 -1 64 3262 0 1 0 410 2 0 0 25 0 9 0 1997186607 885182464 16712 996147200 134512640 134550740 4294955952 18446744073709551615 4126559285 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28095/tid=28097] ppid=28094 vsize=864436 CPUtime=1.38
/proc/28095/task/28097/stat : 28097 (java) S 28094 28081 23573 0 -1 64 13586 0 0 0 133 5 0 0 16 0 9 0 1997186608 885182464 16712 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28095/tid=28098] ppid=28094 vsize=864436 CPUtime=0
/proc/28095/task/28098/stat : 28098 (java) S 28094 28081 23573 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997186608 885182464 16712 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28095/tid=28099] ppid=28094 vsize=864436 CPUtime=0
/proc/28095/task/28099/stat : 28099 (java) S 28094 28081 23573 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1997186608 885182464 16712 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28095/tid=28100] ppid=28094 vsize=864436 CPUtime=0
/proc/28095/task/28100/stat : 28100 (java) S 28094 28081 23573 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997186610 885182464 16712 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28095/tid=28101] ppid=28094 vsize=864436 CPUtime=0.07
/proc/28095/task/28101/stat : 28101 (java) S 28094 28081 23573 0 -1 64 340 0 0 0 7 0 0 0 16 0 9 0 1997186610 885182464 16712 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28095/tid=28102] ppid=28094 vsize=864436 CPUtime=0
/proc/28095/task/28102/stat : 28102 (java) S 28094 28081 23573 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997186610 885182464 16712 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28095/tid=28103] ppid=28094 vsize=864436 CPUtime=0
/proc/28095/task/28103/stat : 28103 (java) S 28094 28081 23573 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1997186610 885182464 16712 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 883392

[startup+12.7024 s]
/proc/loadavg: 2.10 2.04 2.01 3/92 28103
/proc/meminfo: memFree=1691192/2055920 swapFree=4179464/4192956
[pid=28081] ppid=28079 vsize=13600 CPUtime=0.54
/proc/28081/stat : 28081 (sugar) S 28079 28081 23573 0 -1 4194304 974 6876 0 1 3 0 47 4 15 0 1 0 1997186543 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28081/statm: 3400 797 370 3 0 500 0
[pid=28094] ppid=28081 vsize=5356 CPUtime=0
/proc/28094/stat : 28094 (sh) S 28081 28081 23573 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997186606 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28094/statm: 1339 233 193 169 0 50 0
[pid=28095] ppid=28094 vsize=864436 CPUtime=11.94
/proc/28095/stat : 28095 (java) S 28094 28081 23573 0 -1 0 18923 0 1 0 1185 9 0 0 18 0 9 0 1997186606 885182464 17738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28095/statm: 216109 17738 2564 9 0 210656 0
[pid=28095/tid=28096] ppid=28094 vsize=864436 CPUtime=10.4
/proc/28095/task/28096/stat : 28096 (java) R 28094 28081 23573 0 -1 64 3279 0 1 0 1038 2 0 0 25 0 9 0 1997186607 885182464 17738 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28095/tid=28097] ppid=28094 vsize=864436 CPUtime=1.44
/proc/28095/task/28097/stat : 28097 (java) S 28094 28081 23573 0 -1 64 14612 0 0 0 139 5 0 0 16 0 9 0 1997186608 885182464 17738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28095/tid=28098] ppid=28094 vsize=864436 CPUtime=0
/proc/28095/task/28098/stat : 28098 (java) S 28094 28081 23573 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997186608 885182464 17738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28095/tid=28099] ppid=28094 vsize=864436 CPUtime=0
/proc/28095/task/28099/stat : 28099 (java) S 28094 28081 23573 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1997186608 885182464 17738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28095/tid=28100] ppid=28094 vsize=864436 CPUtime=0
/proc/28095/task/28100/stat : 28100 (java) S 28094 28081 23573 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997186610 885182464 17738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28095/tid=28101] ppid=28094 vsize=864436 CPUtime=0.07
/proc/28095/task/28101/stat : 28101 (java) S 28094 28081 23573 0 -1 64 340 0 0 0 7 0 0 0 16 0 9 0 1997186610 885182464 17738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28095/tid=28102] ppid=28094 vsize=864436 CPUtime=0
/proc/28095/task/28102/stat : 28102 (java) S 28094 28081 23573 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997186610 885182464 17738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28095/tid=28103] ppid=28094 vsize=864436 CPUtime=0
/proc/28095/task/28103/stat : 28103 (java) S 28094 28081 23573 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1997186610 885182464 17738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 883392

[startup+25.5011 s]
/proc/loadavg: 2.08 2.04 2.01 3/92 28103
/proc/meminfo: memFree=1675640/2055920 swapFree=4179464/4192956
[pid=28081] ppid=28079 vsize=13600 CPUtime=0.54
/proc/28081/stat : 28081 (sugar) S 28079 28081 23573 0 -1 4194304 974 6876 0 1 3 0 47 4 16 0 1 0 1997186543 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28081/statm: 3400 797 370 3 0 500 0
[pid=28094] ppid=28081 vsize=5356 CPUtime=0
/proc/28094/stat : 28094 (sh) S 28081 28081 23573 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997186606 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28094/statm: 1339 233 193 169 0 50 0
[pid=28095] ppid=28094 vsize=864436 CPUtime=24.61
/proc/28095/stat : 28095 (java) S 28094 28081 23573 0 -1 0 21814 0 1 0 2447 14 0 0 18 0 9 0 1997186606 885182464 20551 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28095/statm: 216109 20551 2564 9 0 210656 0
[pid=28095/tid=28096] ppid=28094 vsize=864436 CPUtime=22.89
/proc/28095/task/28096/stat : 28096 (java) R 28094 28081 23573 0 -1 64 3357 0 1 0 2284 5 0 0 25 0 9 0 1997186607 885182464 20551 996147200 134512640 134550740 4294955952 18446744073709551615 4126578027 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28095/tid=28097] ppid=28094 vsize=864436 CPUtime=1.61
/proc/28095/task/28097/stat : 28097 (java) S 28094 28081 23573 0 -1 64 17419 0 0 0 154 7 0 0 16 0 9 0 1997186608 885182464 20551 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28095/tid=28098] ppid=28094 vsize=864436 CPUtime=0
/proc/28095/task/28098/stat : 28098 (java) S 28094 28081 23573 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997186608 885182464 20551 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28095/tid=28099] ppid=28094 vsize=864436 CPUtime=0
/proc/28095/task/28099/stat : 28099 (java) S 28094 28081 23573 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1997186608 885182464 20551 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/28094/stat : 28094 (sh) S 28081 28081 23573 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997186606 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28094/statm: 1339 233 193 169 0 50 0
[pid=28095] ppid=28094 vsize=864436 CPUtime=100.78
/proc/28095/stat : 28095 (java) S 28094 28081 23573 0 -1 0 40682 0 1 0 10043 35 0 0 18 0 9 0 1997186606 885182464 23026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28095/statm: 216109 23026 2564 9 0 210656 0
[pid=28095/tid=28096] ppid=28094 vsize=864436 CPUtime=97.22
/proc/28095/task/28096/stat : 28096 (java) R 28094 28081 23573 0 -1 64 3706 0 1 0 9706 16 0 0 25 0 9 0 1997186607 885182464 23026 996147200 134512640 134550740 4294955952 18446744073709551615 4126560482 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28095/tid=28097] ppid=28094 vsize=864436 CPUtime=3.44
/proc/28095/task/28097/stat : 28097 (java) S 28094 28081 23573 0 -1 64 35934 0 0 0 327 17 0 0 16 0 9 0 1997186608 885182464 23026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28095/tid=28098] ppid=28094 vsize=864436 CPUtime=0
/proc/28095/task/28098/stat : 28098 (java) S 28094 28081 23573 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997186608 885182464 23026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28095/tid=28099] ppid=28094 vsize=864436 CPUtime=0
/proc/28095/task/28099/stat : 28099 (java) S 28094 28081 23573 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1997186608 885182464 23026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28095/tid=28100] ppid=28094 vsize=864436 CPUtime=0
/proc/28095/task/28100/stat : 28100 (java) S 28094 28081 23573 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997186610 885182464 23026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28095/tid=28101] ppid=28094 vsize=864436 CPUtime=0.09
/proc/28095/task/28101/stat : 28101 (java) S 28094 28081 23573 0 -1 64 350 0 0 0 9 0 0 0 16 0 9 0 1997186610 885182464 23026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28095/tid=28102] ppid=28094 vsize=864436 CPUtime=0
/proc/28095/task/28102/stat : 28102 (java) S 28094 28081 23573 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997186610 885182464 23026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28095/tid=28103] ppid=28094 vsize=864436 CPUtime=0
/proc/28095/task/28103/stat : 28103 (java) S 28094 28081 23573 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1997186610 885182464 23026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.32
Current children cumulated vsize (KiB) 883392

[startup+115.202 s]
/proc/loadavg: 2.02 2.03 2.00 3/92 28103
/proc/meminfo: memFree=1646328/2055920 swapFree=4179464/4192956
[pid=28081] ppid=28079 vsize=13600 CPUtime=0.54
/proc/28081/stat : 28081 (sugar) S 28079 28081 23573 0 -1 4194304 974 6876 0 1 3 0 47 4 16 0 1 0 1997186543 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28081/statm: 3400 797 370 3 0 500 0
[pid=28094] ppid=28081 vsize=5356 CPUtime=0
/proc/28094/stat : 28094 (sh) S 28081 28081 23573 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997186606 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28094/statm: 1339 233 193 169 0 50 0
[pid=28095] ppid=28094 vsize=864436 CPUtime=113.45
/proc/28095/stat : 28095 (java) S 28094 28081 23573 0 -1 0 40737 0 1 0 11308 37 0 0 18 0 9 0 1997186606 885182464 23026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28095/statm: 216109 23026 2564 9 0 210656 0
[pid=28095/tid=28096] ppid=28094 vsize=864436 CPUtime=109.76
/proc/28095/task/28096/stat : 28096 (java) R 28094 28081 23573 0 -1 64 3761 0 1 0 10958 18 0 0 25 0 9 0 1997186607 885182464 23026 996147200 134512640 134550740 4294955952 18446744073709551615 4125952133 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28095/tid=28097] ppid=28094 vsize=864436 CPUtime=3.58
/proc/28095/task/28097/stat : 28097 (java) S 28094 28081 23573 0 -1 64 35934 0 0 0 340 18 0 0 15 0 9 0 1997186608 885182464 23026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28095/tid=28098] ppid=28094 vsize=864436 CPUtime=0
/proc/28095/task/28098/stat : 28098 (java) S 28094 28081 23573 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997186608 885182464 23026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28095/tid=28099] ppid=28094 vsize=864436 CPUtime=0
/proc/28095/task/28099/stat : 28099 (java) S 28094 28081 23573 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1997186608 885182464 23026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28095/tid=28100] ppid=28094 vsize=864436 CPUtime=0
/proc/28095/task/28100/stat : 28100 (java) S 28094 28081 23573 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997186610 885182464 23026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28095/tid=28101] ppid=28094 vsize=864436 CPUtime=0.09
/proc/28095/task/28101/stat : 28101 (java) S 28094 28081 23573 0 -1 64 350 0 0 0 9 0 0 0 16 0 9 0 1997186610 885182464 23026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28095/tid=28102] ppid=28094 vsize=864436 CPUtime=0
/proc/28095/task/28102/stat : 28102 (java) S 28094 28081 23573 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997186610 885182464 23026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28095/tid=28103] ppid=28094 vsize=864436 CPUtime=0
/proc/28095/task/28103/stat : 28103 (java) S 28094 28081 23573 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1997186610 885182464 23026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 113.99
Current children cumulated vsize (KiB) 883392

[startup+121.602 s]
/proc/loadavg: 2.01 2.03 2.00 3/92 28103
/proc/meminfo: memFree=1643960/2055920 swapFree=4179464/4192956
[pid=28081] ppid=28079 vsize=13600 CPUtime=0.54
/proc/28081/stat : 28081 (sugar) S 28079 28081 23573 0 -1 4194304 974 6876 0 1 3 0 47 4 16 0 1 0 1997186543 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28081/statm: 3400 797 370 3 0 500 0
[pid=28094] ppid=28081 vsize=5356 CPUtime=0
/proc/28094/stat : 28094 (sh) S 28081 28081 23573 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997186606 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28094/statm: 1339 233 193 169 0 50 0
[pid=28095] ppid=28094 vsize=864436 CPUtime=119.8
/proc/28095/stat : 28095 (java) S 28094 28081 23573 0 -1 0 40775 0 1 0 11941 39 0 0 18 0 9 0 1997186606 885182464 23026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28095/statm: 216109 23026 2564 9 0 210656 0
[pid=28095/tid=28096] ppid=28094 vsize=864436 CPUtime=116.02
/proc/28095/task/28096/stat : 28096 (java) R 28094 28081 23573 0 -1 64 3799 0 1 0 11583 19 0 0 25 0 9 0 1997186607 885182464 23026 996147200 134512640 134550740 4294955952 18446744073709551615 4126577988 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28095/tid=28097] ppid=28094 vsize=864436 CPUtime=3.66
/proc/28095/task/28097/stat : 28097 (java) S 28094 28081 23573 0 -1 64 35934 0 0 0 348 18 0 0 16 0 9 0 1997186608 885182464 23026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28095/tid=28098] ppid=28094 vsize=864436 CPUtime=0
/proc/28095/task/28098/stat : 28098 (java) S 28094 28081 23573 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997186608 885182464 23026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28095/tid=28099] ppid=28094 vsize=864436 CPUtime=0
/proc/28095/task/28099/stat : 28099 (java) S 28094 28081 23573 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1997186608 885182464 23026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28095/tid=28100] ppid=28094 vsize=864436 CPUtime=0
/proc/28095/task/28100/stat : 28100 (java) S 28094 28081 23573 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997186610 885182464 23026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28095/tid=28101] ppid=28094 vsize=864436 CPUtime=0.09
/proc/28095/task/28101/stat : 28101 (java) S 28094 28081 23573 0 -1 64 350 0 0 0 9 0 0 0 16 0 9 0 1997186610 885182464 23026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28095/tid=28102] ppid=28094 vsize=864436 CPUtime=0
/proc/28095/task/28102/stat : 28102 (java) S 28094 28081 23573 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997186610 885182464 23026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28095/tid=28103] ppid=28094 vsize=864436 CPUtime=0
/proc/28095/task/28103/stat : 28103 (java) S 28094 28081 23573 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1997186610 885182464 23026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 120.34
Current children cumulated vsize (KiB) 883392

[startup+128.002 s]
/proc/loadavg: 2.01 2.03 2.00 3/92 28103
/proc/meminfo: memFree=1643832/2055920 swapFree=4179464/4192956
[pid=28081] ppid=28079 vsize=13600 CPUtime=0.54
/proc/28081/stat : 28081 (sugar) S 28079 28081 23573 0 -1 4194304 974 6876 0 1 3 0 47 4 16 0 1 0 1997186543 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28081/statm: 3400 797 370 3 0 500 0
[pid=28094] ppid=28081 vsize=5356 CPUtime=0
/proc/28094/stat : 28094 (sh) S 28081 28081 23573 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997186606 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28094/statm: 1339 233 193 169 0 50 0
[pid=28095] ppid=28094 vsize=864436 CPUtime=126.13
/proc/28095/stat : 28095 (java) S 28094 28081 23573 0 -1 0 40796 0 1 0 12574 39 0 0 18 0 9 0 1997186606 885182464 23026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28095/statm: 216109 23026 2564 9 0 210656 0
[pid=28095/tid=28096] ppid=28094 vsize=864436 CPUtime=122.27
/proc/28095/task/28096/stat : 28096 (java) R 28094 28081 23573 0 -1 64 3820 0 1 0 12208 19 0 0 25 0 9 0 1997186607 885182464 23026 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28095/tid=28097] ppid=28094 vsize=864436 CPUtime=3.75
/proc/28095/task/28097/stat : 28097 (java) S 28094 28081 23573 0 -1 64 35934 0 0 0 356 19 0 0 16 0 9 0 1997186608 885182464 23026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28095/tid=28098] ppid=28094 vsize=864436 CPUtime=0
/proc/28095/task/28098/stat : 28098 (java) S 28094 28081 23573 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997186608 885182464 23026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28095/tid=28099] ppid=28094 vsize=864436 CPUtime=0
/proc/28095/task/28099/stat : 28099 (java) S 28094 28081 23573 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1997186608 885182464 23026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28095/tid=28100] ppid=28094 vsize=864436 CPUtime=0
/proc/28095/task/28100/stat : 28100 (java) S 28094 28081 23573 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997186610 885182464 23026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28095/tid=28101] ppid=28094 vsize=864436 CPUtime=0.09
/proc/28095/task/28101/stat : 28101 (java) S 28094 28081 23573 0 -1 64 350 0 0 0 9 0 0 0 16 0 9 0 1997186610 885182464 23026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28095/tid=28102] ppid=28094 vsize=864436 CPUtime=0
/proc/28095/task/28102/stat : 28102 (java) S 28094 28081 23573 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997186610 885182464 23026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28095/tid=28103] ppid=28094 vsize=864436 CPUtime=0
/proc/28095/task/28103/stat : 28103 (java) S 28094 28081 23573 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1997186610 885182464 23026 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 126.67
Current children cumulated vsize (KiB) 883392

[startup+131.201 s]
/proc/loadavg: 2.01 2.03 2.00 3/84 28105
/proc/meminfo: memFree=1676536/2055920 swapFree=4179464/4192956
[pid=28081] ppid=28079 vsize=13600 CPUtime=128.63
/proc/28081/stat : 28081 (sugar) S 28079 28081 23573 0 -1 4194304 1031 47993 0 2 3 1 12811 48 15 0 1 0 1997186543 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28081/statm: 3400 798 370 3 0 500 0
[pid=28104] ppid=28081 vsize=5356 CPUtime=0
/proc/28104/stat : 28104 (sh) S 28081 28081 23573 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1997199543 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28104/statm: 1339 232 193 169 0 50 0
[pid=28105] ppid=28104 vsize=49636 CPUtime=1.16
/proc/28105/stat : 28105 (minisat) R 28104 28081 23573 0 -1 4194304 12209 0 0 0 109 7 0 0 25 0 1 0 1997199544 50827264 12195 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28105/statm: 12409 12195 75 150 0 12256 0
Current children cumulated CPU time (s) 129.79
Current children cumulated vsize (KiB) 68592

[startup+132.002 s]
/proc/loadavg: 2.01 2.03 2.00 3/84 28105
/proc/meminfo: memFree=1673912/2055920 swapFree=4179464/4192956
[pid=28081] ppid=28079 vsize=13600 CPUtime=128.64
/proc/28081/stat : 28081 (sugar) S 28079 28081 23573 0 -1 4194304 1031 47993 0 2 4 1 12811 48 15 0 1 0 1997186543 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28081/statm: 3400 798 370 3 0 500 0
[pid=28104] ppid=28081 vsize=5356 CPUtime=0
/proc/28104/stat : 28104 (sh) S 28081 28081 23573 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1997199543 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28104/statm: 1339 232 193 169 0 50 0
[pid=28105] ppid=28104 vsize=50632 CPUtime=1.97
/proc/28105/stat : 28105 (minisat) R 28104 28081 23573 0 -1 4194304 12448 0 0 0 189 8 0 0 25 0 1 0 1997199544 51847168 12434 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 1 0 0
/proc/28105/statm: 12658 12434 75 150 0 12505 0
Current children cumulated CPU time (s) 130.61
Current children cumulated vsize (KiB) 69588

[startup+132.403 s]
/proc/loadavg: 2.01 2.03 2.00 3/84 28105
/proc/meminfo: memFree=1673912/2055920 swapFree=4179464/4192956
[pid=28081] ppid=28079 vsize=13600 CPUtime=128.64
/proc/28081/stat : 28081 (sugar) S 28079 28081 23573 0 -1 4194304 1031 47993 0 2 4 1 12811 48 15 0 1 0 1997186543 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28081/statm: 3400 798 370 3 0 500 0
[pid=28104] ppid=28081 vsize=5356 CPUtime=0
/proc/28104/stat : 28104 (sh) S 28081 28081 23573 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1997199543 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28104/statm: 1339 232 193 169 0 50 0
[pid=28105] ppid=28104 vsize=50788 CPUtime=2.36
/proc/28105/stat : 28105 (minisat) R 28104 28081 23573 0 -1 4194304 12476 0 0 0 228 8 0 0 25 0 1 0 1997199544 52006912 12462 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 1 0 0
/proc/28105/statm: 12697 12462 75 150 0 12544 0
Current children cumulated CPU time (s) 131
Current children cumulated vsize (KiB) 69744

[startup+132.802 s]
/proc/loadavg: 2.01 2.03 2.00 3/84 28105
/proc/meminfo: memFree=1673912/2055920 swapFree=4179464/4192956
[pid=28081] ppid=28079 vsize=13600 CPUtime=131.28
/proc/28081/stat : 28081 (sugar) S 28079 28081 23573 0 -1 4194304 1090 60801 0 2 4 1 13066 57 15 0 1 0 1997186543 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28081/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 131.28
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 132.823
CPU time (s): 131.418
CPU user time (s): 130.791
CPU system time (s): 0.626904
CPU usage (%): 98.9419
Max. virtual memory (cumulated for all children) (KiB): 896456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 130.791
system time used= 0.626904
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65564
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8310
involuntary context switches= 13497

runsolver used 0.206968 second user time and 0.421935 second system time

The end

Launcher Data (download as text)

Begin job on node10 at 2008-07-04 16:35:17
IDJOB=1075844
IDBENCH=56547
IDSOLVER=346
FILE ID=node10/1075844-1215182117
PBS_JOBID= 7881433
Free space on /tmp= 66528 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg6-6_ext.xml
COMMAND LINE= DIR/sugar -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-1075844-1215182117/watcher-1075844-1215182117 -o /tmp/evaluation-result-1075844-1215182117/solver-1075844-1215182117 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1075844-1215182117.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 589d1d1b23bfa903f838d0653ed4224a
RANDOM SEED=38332036

node10.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.229
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.229
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1755632 kB
Buffers:         44040 kB
Cached:         148612 kB
SwapCached:       7540 kB
Active:         187204 kB
Inactive:        58536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1755632 kB
SwapTotal:     4192956 kB
SwapFree:      4179464 kB
Dirty:            1528 kB
Writeback:           0 kB
Mapped:          66936 kB
Slab:            39408 kB
Committed_AS:  4105392 kB
PageTables:       2108 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= 66528 MiB
End job on node10 at 2008-07-04 16:37:30