Trace number 1085667

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+minisat? (MO) 239.79 242.949

General information on the benchmark

Namecsp/fapp/fapp34/
normalized-fapp34-0750-9.xml
MD5SUMe29b6006bf1a29842bd8623c635cae42
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark29.2246
Satisfiable
(Un)Satisfiability was proved
Number of variables750
Number of constraints8639
Maximum constraint arity2
Maximum domain size998
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8639
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  5 07:16:27 2008
0.00/0.04	c 0	PID 7546
0.00/0.05	c 0	HOST node73.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1085667-1215234987.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-1085667-1215234987.xml' 'HOME/temp.csp'
0.04/0.94	c 1	14 domains, 750 variables, 8 predicates, 0 relations, 8639 constraints
0.04/0.94	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.94	c 1	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.94/1.03	c 1	Parsing HOME/temp.csp
1.34/1.46	c 2	parsed 9411 expressions
1.34/1.46	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.34/1.46	c 2	Converting to clausal form CSP
2.03/2.16	c 2	converted 942 (10%) expressions
4.31/4.43	c 5	converted 1883 (20%) expressions
6.29/6.47	c 7	converted 2824 (30%) expressions
7.97/8.17	c 8	converted 3765 (40%) expressions
9.75/9.94	c 10	converted 4706 (50%) expressions
11.23/11.45	c 12	converted 5647 (60%) expressions
12.61/12.88	c 13	converted 6588 (70%) expressions
14.39/14.65	c 15	converted 7529 (80%) expressions
15.88/16.13	c 16	converted 8470 (90%) expressions
17.26/17.51	c 18	converted 9411 (100%) expressions
17.26/17.51	c 18	CSP : 1491 integers, 24703 booleans, 52123 clauses, largest domain size 3353
17.26/17.51	c 18	Heap : 71 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
17.26/17.51	c 18	Propagation in CSP
18.16/18.43	c 19	20844 values, 0 unsatisfiable literals, and 0 valid clauses are removed
18.16/18.43	c 19	CSP : 1491 integers, 24703 booleans, 52123 clauses, largest domain size 3353
18.16/18.43	c 19	Heap : 74 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
18.16/18.46	c 19	Simplifing CSP by introducing new Boolean variables
18.26/18.57	c 19	CSP : 1491 integers, 41639 booleans, 69059 clauses, largest domain size 3353
18.26/18.57	c 19	Heap : 78 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
18.74/19.09	c 19	Encoding CSP to SAT : HOME/temp.cnf
21.42/21.72	c 22	150 (10%) CSP integer variables are encoded (62695 clauses, 918343 bytes)
24.19/24.58	c 25	299 (20%) CSP integer variables are encoded (128420 clauses, 1961551 bytes)
27.26/27.66	c 28	448 (30%) CSP integer variables are encoded (199373 clauses, 3167752 bytes)
30.03/30.42	c 31	597 (40%) CSP integer variables are encoded (264225 clauses, 4270236 bytes)
32.70/33.13	c 33	746 (50%) CSP integer variables are encoded (327849 clauses, 5351844 bytes)
33.10/33.53	c 34	895 (60%) CSP integer variables are encoded (643870 clauses, 10724201 bytes)
33.50/33.94	c 34	1044 (70%) CSP integer variables are encoded (982887 clauses, 16487490 bytes)
33.88/34.34	c 35	1193 (80%) CSP integer variables are encoded (1294278 clauses, 22371800 bytes)
34.28/34.74	c 35	1342 (90%) CSP integer variables are encoded (1608923 clauses, 28350055 bytes)
34.68/35.16	c 35	1491 (100%) CSP integer variables are encoded (1940804 clauses, 34655794 bytes)
81.65/82.67	c 83	6906 (10%) CSP clauses are encoded (6187257 clauses, 130161059 bytes)
116.66/118.04	c 118	13812 (20%) CSP clauses are encoded (9313143 clauses, 204620119 bytes)
142.83/144.59	c 145	20718 (30%) CSP clauses are encoded (12119993 clauses, 273673855 bytes)
161.65/163.64	c 164	27624 (40%) CSP clauses are encoded (14434443 clauses, 331832559 bytes)
172.09/174.24	c 174	34530 (50%) CSP clauses are encoded (16186931 clauses, 376605194 bytes)
184.51/186.82	c 187	41436 (60%) CSP clauses are encoded (18109110 clauses, 426682303 bytes)
197.41/199.95	c 200	48342 (70%) CSP clauses are encoded (20125819 clauses, 479529325 bytes)
208.62/211.35	c 212	55248 (80%) CSP clauses are encoded (22188396 clauses, 533181879 bytes)
219.85/222.71	c 223	62154 (90%) CSP clauses are encoded (24063626 clauses, 582288565 bytes)
228.72/231.71	c 232	69059 (100%) CSP clauses are encoded (25711250 clauses, 625441116 bytes)
228.72/231.71	c 232	69059 CSP clauses encoded
228.72/231.72	c 232	Writing map file : HOME/temp.map
228.81/231.82	c 232	Heap : 77 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
228.81/231.82	c 232	SAT : 1983934 SAT variables, 25711250 SAT clauses, 625441116 bytes
228.81/231.82	c 232	Heap : 77 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
228.81/231.86	c 232	SOLVING HOME/temp.cnf
228.81/231.86	c 232	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
228.81/231.87	c 232	This is MiniSat 2.0 beta
228.81/231.87	c 232	WARNING: for repeatability, setting FPU to use double precision
228.81/231.87	c 232	============================[ Problem Statistics ]=============================
228.81/231.87	c 232	|                                                                             |
228.81/231.87	c 232	|  Number of variables:  1983934                                              |
228.81/231.87	c 232	|  Number of clauses:    25711250                                             |
239.68/242.82	c ERROR INTERRUPTED
239.79/242.94	s UNKNOWN
239.79/242.94	c 243	CPU 224.8 (0.04 0.01 224.76 4.07)
239.79/242.94	c 243	END Sat Jul  5 07:20:30 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

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-1085667-1215234987/watcher-1085667-1215234987 -o /tmp/evaluation-result-1085667-1215234987/solver-1085667-1215234987 -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-1085667-1215234987.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: 1.92 1.98 1.99 4/73 7546
/proc/meminfo: memFree=1627600/2055920 swapFree=4181452/4192956
[pid=7546] ppid=7544 vsize=4708 CPUtime=0
/proc/7546/stat : 7546 (sugar) R 7544 7546 4618 0 -1 4194304 55 0 0 0 0 0 0 0 20 0 1 0 135509752 4820992 40 996147200 4194304 4206940 548682068608 18446744073709551615 210720847916 0 0 4096 0 0 0 0 17 1 0 0
/proc/7546/statm: 1177 40 31 3 0 8 0

[startup+0.06625 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 7546
/proc/meminfo: memFree=1627600/2055920 swapFree=4181452/4192956
[pid=7546] ppid=7544 vsize=13600 CPUtime=0.04
/proc/7546/stat : 7546 (sugar) S 7544 7546 4618 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 135509752 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7546/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102224 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 7546
/proc/meminfo: memFree=1627600/2055920 swapFree=4181452/4192956
[pid=7546] ppid=7544 vsize=13600 CPUtime=0.04
/proc/7546/stat : 7546 (sugar) S 7544 7546 4618 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 135509752 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7546/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301243 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 7546
/proc/meminfo: memFree=1627600/2055920 swapFree=4181452/4192956
[pid=7546] ppid=7544 vsize=13600 CPUtime=0.04
/proc/7546/stat : 7546 (sugar) S 7544 7546 4618 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 135509752 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7546/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701291 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 7546
/proc/meminfo: memFree=1627600/2055920 swapFree=4181452/4192956
[pid=7546] ppid=7544 vsize=13600 CPUtime=0.04
/proc/7546/stat : 7546 (sugar) S 7544 7546 4618 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 135509752 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7546/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50239 s]
/proc/loadavg: 1.92 1.98 1.99 5/84 7568
/proc/meminfo: memFree=1621880/2055920 swapFree=4181452/4192956
[pid=7546] ppid=7544 vsize=13600 CPUtime=0.91
/proc/7546/stat : 7546 (sugar) S 7544 7546 4618 0 -1 4194304 974 8769 0 1 3 1 83 4 15 0 1 0 135509752 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7546/statm: 3400 797 370 3 0 500 0
[pid=7559] ppid=7546 vsize=5356 CPUtime=0
/proc/7559/stat : 7559 (sh) S 7546 7546 4618 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 135509847 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7559/statm: 1339 233 193 169 0 50 0
[pid=7560] ppid=7559 vsize=864256 CPUtime=0.52
/proc/7560/stat : 7560 (java) S 7559 7546 4618 0 -1 0 5984 0 1 0 49 3 0 0 19 0 9 0 135509847 884998144 5210 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7560/statm: 216064 5210 2540 9 0 210639 0
[pid=7560/tid=7561] ppid=7559 vsize=864256 CPUtime=0.33
/proc/7560/task/7561/stat : 7561 (java) R 7559 7546 4618 0 -1 64 2580 0 1 0 32 1 0 0 18 0 9 0 135509848 884998144 5210 996147200 134512640 134550740 4294955952 18446744073709551615 4125962206 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7560/tid=7562] ppid=7559 vsize=864256 CPUtime=0.08
/proc/7560/task/7562/stat : 7562 (java) S 7559 7546 4618 0 -1 64 2364 0 0 0 8 0 0 0 16 0 9 0 135509849 884998144 5210 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7560/tid=7563] ppid=7559 vsize=864256 CPUtime=0
/proc/7560/task/7563/stat : 7563 (java) S 7559 7546 4618 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 135509849 884998144 5210 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7560/tid=7564] ppid=7559 vsize=864256 CPUtime=0
/proc/7560/task/7564/stat : 7564 (java) S 7559 7546 4618 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 135509849 884998144 5210 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7560/tid=7565] ppid=7559 vsize=864256 CPUtime=0
/proc/7560/task/7565/stat : 7565 (java) S 7559 7546 4618 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 135509851 884998144 5210 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7560/tid=7566] ppid=7559 vsize=864256 CPUtime=0.08
/proc/7560/task/7566/stat : 7566 (java) S 7559 7546 4618 0 -1 64 342 0 0 0 8 0 0 0 16 0 9 0 135509851 884998144 5210 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7560/tid=7567] ppid=7559 vsize=864256 CPUtime=0
/proc/7560/task/7567/stat : 7567 (java) S 7559 7546 4618 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 135509851 884998144 5210 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7560/tid=7568] ppid=7559 vsize=864256 CPUtime=0
/proc/7560/task/7568/stat : 7568 (java) S 7559 7546 4618 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 135509851 884998144 5210 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 883212

[startup+3.10157 s]
/proc/loadavg: 1.92 1.98 1.99 3/84 7568
/proc/meminfo: memFree=1607992/2055920 swapFree=4181452/4192956
[pid=7546] ppid=7544 vsize=13600 CPUtime=0.91
/proc/7546/stat : 7546 (sugar) S 7544 7546 4618 0 -1 4194304 974 8769 0 1 3 1 83 4 15 0 1 0 135509752 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7546/statm: 3400 797 370 3 0 500 0
[pid=7559] ppid=7546 vsize=5356 CPUtime=0
/proc/7559/stat : 7559 (sh) S 7546 7546 4618 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 135509847 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7559/statm: 1339 233 193 169 0 50 0
[pid=7560] ppid=7559 vsize=868388 CPUtime=2.12
/proc/7560/stat : 7560 (java) S 7559 7546 4618 0 -1 0 8493 0 1 0 205 7 0 0 19 0 9 0 135509847 889229312 7549 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7560/statm: 217097 7549 2540 9 0 211672 0
[pid=7560/tid=7561] ppid=7559 vsize=868388 CPUtime=1.63
/proc/7560/task/7561/stat : 7561 (java) R 7559 7546 4618 0 -1 64 2720 0 1 0 162 1 0 0 25 0 9 0 135509848 889229312 7549 996147200 134512640 134550740 4294955952 18446744073709551615 4126597238 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7560/tid=7562] ppid=7559 vsize=868388 CPUtime=0.25
/proc/7560/task/7562/stat : 7562 (java) S 7559 7546 4618 0 -1 64 3619 0 0 0 23 2 0 0 16 0 9 0 135509849 889229312 7549 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7560/tid=7563] ppid=7559 vsize=868388 CPUtime=0
/proc/7560/task/7563/stat : 7563 (java) S 7559 7546 4618 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 135509849 889229312 7549 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7560/tid=7564] ppid=7559 vsize=868388 CPUtime=0
/proc/7560/task/7564/stat : 7564 (java) S 7559 7546 4618 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 135509849 889229312 7549 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7560/tid=7565] ppid=7559 vsize=868388 CPUtime=0
/proc/7560/task/7565/stat : 7565 (java) S 7559 7546 4618 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 135509851 889229312 7549 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7560/tid=7566] ppid=7559 vsize=868388 CPUtime=0.19
/proc/7560/task/7566/stat : 7566 (java) S 7559 7546 4618 0 -1 64 1456 0 0 0 18 1 0 0 16 0 9 0 135509851 889229312 7549 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7560/tid=7567] ppid=7559 vsize=868388 CPUtime=0
/proc/7560/task/7567/stat : 7567 (java) S 7559 7546 4618 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 135509851 889229312 7549 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7560/tid=7568] ppid=7559 vsize=868388 CPUtime=0
/proc/7560/task/7568/stat : 7568 (java) S 7559 7546 4618 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 135509851 889229312 7549 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 887344

[startup+6.30295 s]
/proc/loadavg: 1.93 1.98 1.99 3/84 7568
/proc/meminfo: memFree=1595960/2055920 swapFree=4181452/4192956
[pid=7546] ppid=7544 vsize=13600 CPUtime=0.91
/proc/7546/stat : 7546 (sugar) S 7544 7546 4618 0 -1 4194304 974 8769 0 1 3 1 83 4 16 0 1 0 135509752 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7546/statm: 3400 797 370 3 0 500 0
[pid=7559] ppid=7546 vsize=5356 CPUtime=0
/proc/7559/stat : 7559 (sh) S 7546 7546 4618 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 135509847 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7559/statm: 1339 233 193 169 0 50 0
[pid=7560] ppid=7559 vsize=868388 CPUtime=5.28
/proc/7560/stat : 7560 (java) S 7559 7546 4618 0 -1 0 13984 0 1 0 517 11 0 0 19 0 9 0 135509847 889229312 10311 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7560/statm: 217097 10311 2540 9 0 211672 0
[pid=7560/tid=7561] ppid=7559 vsize=868388 CPUtime=4.28
/proc/7560/task/7561/stat : 7561 (java) R 7559 7546 4618 0 -1 64 3027 0 1 0 426 2 0 0 25 0 9 0 135509848 889229312 10311 996147200 134512640 134550740 4294955952 18446744073709551615 4126562727 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7560/tid=7562] ppid=7559 vsize=868388 CPUtime=0.77
/proc/7560/task/7562/stat : 7562 (java) S 7559 7546 4618 0 -1 64 8798 0 0 0 71 6 0 0 16 0 9 0 135509849 889229312 10311 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7560/tid=7563] ppid=7559 vsize=868388 CPUtime=0
/proc/7560/task/7563/stat : 7563 (java) S 7559 7546 4618 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 135509849 889229312 10311 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7560/tid=7564] ppid=7559 vsize=868388 CPUtime=0
/proc/7560/task/7564/stat : 7564 (java) S 7559 7546 4618 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 135509849 889229312 10311 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7560/tid=7565] ppid=7559 vsize=868388 CPUtime=0
/proc/7560/task/7565/stat : 7565 (java) S 7559 7546 4618 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 135509851 889229312 10311 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7560/tid=7566] ppid=7559 vsize=868388 CPUtime=0.2
/proc/7560/task/7566/stat : 7566 (java) S 7559 7546 4618 0 -1 64 1461 0 0 0 19 1 0 0 15 0 9 0 135509851 889229312 10311 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7560/tid=7567] ppid=7559 vsize=868388 CPUtime=0
/proc/7560/task/7567/stat : 7567 (java) S 7559 7546 4618 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 135509851 889229312 10311 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7560/tid=7568] ppid=7559 vsize=868388 CPUtime=0
/proc/7560/task/7568/stat : 7568 (java) S 7559 7546 4618 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 135509851 889229312 10311 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 887344

[startup+12.7017 s]
/proc/loadavg: 1.93 1.98 1.99 3/84 7568
/proc/meminfo: memFree=1566520/2055920 swapFree=4181452/4192956
[pid=7546] ppid=7544 vsize=13600 CPUtime=0.91
/proc/7546/stat : 7546 (sugar) S 7544 7546 4618 0 -1 4194304 974 8769 0 1 3 1 83 4 16 0 1 0 135509752 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7546/statm: 3400 797 370 3 0 500 0
[pid=7559] ppid=7546 vsize=5356 CPUtime=0
/proc/7559/stat : 7559 (sh) S 7546 7546 4618 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 135509847 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7559/statm: 1339 233 193 169 0 50 0
[pid=7560] ppid=7559 vsize=868388 CPUtime=11.61
/proc/7560/stat : 7560 (java) S 7559 7546 4618 0 -1 0 22395 0 1 0 1142 19 0 0 19 0 9 0 135509847 889229312 17554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7560/statm: 217097 17554 2540 9 0 211672 0
[pid=7560/tid=7561] ppid=7559 vsize=868388 CPUtime=9.78
/proc/7560/task/7561/stat : 7561 (java) R 7559 7546 4618 0 -1 64 3585 0 1 0 974 4 0 0 25 0 9 0 135509848 889229312 17554 996147200 134512640 134550740 4294955952 18446744073709551615 4126565383 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7560/tid=7562] ppid=7559 vsize=868388 CPUtime=1.59
/proc/7560/task/7562/stat : 7562 (java) S 7559 7546 4618 0 -1 64 16651 0 0 0 147 12 0 0 16 0 9 0 135509849 889229312 17554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7560/tid=7563] ppid=7559 vsize=868388 CPUtime=0
/proc/7560/task/7563/stat : 7563 (java) S 7559 7546 4618 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 135509849 889229312 17554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7560/tid=7564] ppid=7559 vsize=868388 CPUtime=0
/proc/7560/task/7564/stat : 7564 (java) S 7559 7546 4618 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 135509849 889229312 17554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7560/tid=7565] ppid=7559 vsize=868388 CPUtime=0
/proc/7560/task/7565/stat : 7565 (java) S 7559 7546 4618 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 135509851 889229312 17554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7560/tid=7566] ppid=7559 vsize=868388 CPUtime=0.2
/proc/7560/task/7566/stat : 7566 (java) S 7559 7546 4618 0 -1 64 1461 0 0 0 19 1 0 0 15 0 9 0 135509851 889229312 17554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7560/tid=7567] ppid=7559 vsize=868388 CPUtime=0
/proc/7560/task/7567/stat : 7567 (java) S 7559 7546 4618 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 135509851 889229312 17554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7560/tid=7568] ppid=7559 vsize=868388 CPUtime=0
/proc/7560/task/7568/stat : 7568 (java) S 7559 7546 4618 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 135509851 889229312 17554 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 887344

[startup+25.5022 s]
/proc/loadavg: 1.95 1.98 1.99 3/84 7568
/proc/meminfo: memFree=1529464/2055920 swapFree=4181452/4192956
[pid=7546] ppid=7544 vsize=13600 CPUtime=0.91
/proc/7546/stat : 7546 (sugar) S 7544 7546 4618 0 -1 4194304 974 8769 0 1 3 1 83 4 16 0 1 0 135509752 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7546/statm: 3400 797 370 3 0 500 0
[pid=7559] ppid=7546 vsize=5356 CPUtime=0
/proc/7559/stat : 7559 (sh) S 7546 7546 4618 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 135509847 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7559/statm: 1339 233 193 169 0 50 0
[pid=7560] ppid=7559 vsize=868500 CPUtime=24.26
/proc/7560/stat : 7560 (java) S 7559 7546 4618 0 -1 0 33573 0 1 0 2401 25 0 0 19 0 9 0 135509847 889344000 25710 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7560/statm: 217125 25710 2566 9 0 211672 0
[pid=7560/tid=7561] ppid=7559 vsize=868500 CPUtime=20.94
/proc/7560/task/7561/stat : 7561 (java) R 7559 7546 4618 0 -1 64 4359 0 1 0 2089 5 0 0 25 0 9 0 135509848 889344000 25710 996147200 134512640 134550740 4294955952 18446744073709551615 4126645734 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7560/tid=7562] ppid=7559 vsize=868500 CPUtime=3.03
/proc/7560/task/7562/stat : 7562 (java) S 7559 7546 4618 0 -1 64 27022 0 0 0 286 17 0 0 16 0 9 0 135509849 889344000 25710 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7560/tid=7563] ppid=7559 vsize=868500 CPUtime=0
/proc/7560/task/7563/stat : 7563 (java) S 7559 7546 4618 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 135509849 889344000 25710 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7560/tid=7564] ppid=7559 vsize=868500 CPUtime=0
/proc/7560/task/7564/stat : 7564 (java) S 7559 7546 4618 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 135509849 889344000 25710 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=7559] ppid=7546 vsize=5356 CPUtime=0
/proc/7559/stat : 7559 (sh) S 7546 7546 4618 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 135509847 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7559/statm: 1339 233 193 169 0 50 0
[pid=7560] ppid=7559 vsize=868500 CPUtime=49.59
/proc/7560/stat : 7560 (java) S 7559 7546 4618 0 -1 0 33771 0 1 0 4896 63 0 0 19 0 9 0 135509847 889344000 25726 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7560/statm: 217125 25726 2566 9 0 211672 0
[pid=7560/tid=7561] ppid=7559 vsize=868500 CPUtime=46.14
/proc/7560/task/7561/stat : 7561 (java) R 7559 7546 4618 0 -1 64 4544 0 1 0 4573 41 0 0 25 0 9 0 135509848 889344000 25726 996147200 134512640 134550740 4294955952 18446744073709551615 4126597212 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7560/tid=7562] ppid=7559 vsize=868500 CPUtime=3.13
/proc/7560/task/7562/stat : 7562 (java) S 7559 7546 4618 0 -1 64 27022 0 0 0 295 18 0 0 16 0 9 0 135509849 889344000 25726 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7560/tid=7563] ppid=7559 vsize=868500 CPUtime=0
/proc/7560/task/7563/stat : 7563 (java) S 7559 7546 4618 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 135509849 889344000 25726 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7560/tid=7564] ppid=7559 vsize=868500 CPUtime=0
/proc/7560/task/7564/stat : 7564 (java) S 7559 7546 4618 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 135509849 889344000 25726 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7560/tid=7565] ppid=7559 vsize=868500 CPUtime=0
/proc/7560/task/7565/stat : 7565 (java) S 7559 7546 4618 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 135509851 889344000 25726 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7560/tid=7566] ppid=7559 vsize=868500 CPUtime=0.27
/proc/7560/task/7566/stat : 7566 (java) S 7559 7546 4618 0 -1 64 1507 0 0 0 26 1 0 0 16 0 9 0 135509851 889344000 25726 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7560/tid=7567] ppid=7559 vsize=868500 CPUtime=0
/proc/7560/task/7567/stat : 7567 (java) S 7559 7546 4618 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 135509851 889344000 25726 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7560/tid=7568] ppid=7559 vsize=868500 CPUtime=0
/proc/7560/task/7568/stat : 7568 (java) S 7559 7546 4618 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 135509851 889344000 25726 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 887456

[startup+102.307 s]
/proc/loadavg: 2.44 2.11 2.03 3/84 7568
/proc/meminfo: memFree=1365944/2055920 swapFree=4181452/4192956
[pid=7546] ppid=7544 vsize=13600 CPUtime=0.91
/proc/7546/stat : 7546 (sugar) S 7544 7546 4618 0 -1 4194304 974 8769 0 1 3 1 83 4 16 0 1 0 135509752 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7546/statm: 3400 797 370 3 0 500 0
[pid=7559] ppid=7546 vsize=5356 CPUtime=0
/proc/7559/stat : 7559 (sh) S 7546 7546 4618 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 135509847 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7559/statm: 1339 233 193 169 0 50 0
[pid=7560] ppid=7559 vsize=868500 CPUtime=100.23
/proc/7560/stat : 7560 (java) S 7559 7546 4618 0 -1 0 34116 0 1 0 9898 125 0 0 19 0 9 0 135509847 889344000 25729 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7560/statm: 217125 25729 2566 9 0 211672 0
[pid=7560/tid=7561] ppid=7559 vsize=868500 CPUtime=96.58
/proc/7560/task/7561/stat : 7561 (java) R 7559 7546 4618 0 -1 64 4886 0 1 0 9557 101 0 0 25 0 9 0 135509848 889344000 25729 996147200 134512640 134550740 4294955952 18446744073709551615 4126597238 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7560/tid=7562] ppid=7559 vsize=868500 CPUtime=3.33
/proc/7560/task/7562/stat : 7562 (java) S 7559 7546 4618 0 -1 64 27022 0 0 0 312 21 0 0 16 0 9 0 135509849 889344000 25729 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7560/tid=7563] ppid=7559 vsize=868500 CPUtime=0
/proc/7560/task/7563/stat : 7563 (java) S 7559 7546 4618 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 135509849 889344000 25729 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7560/tid=7564] ppid=7559 vsize=868500 CPUtime=0
/proc/7560/task/7564/stat : 7564 (java) S 7559 7546 4618 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 135509849 889344000 25729 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7560/tid=7565] ppid=7559 vsize=868500 CPUtime=0
/proc/7560/task/7565/stat : 7565 (java) S 7559 7546 4618 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 135509851 889344000 25729 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7560/tid=7566] ppid=7559 vsize=868500 CPUtime=0.29
/proc/7560/task/7566/stat : 7566 (java) S 7559 7546 4618 0 -1 64 1510 0 0 0 28 1 0 0 15 0 9 0 135509851 889344000 25729 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7560/tid=7567] ppid=7559 vsize=868500 CPUtime=0
/proc/7560/task/7567/stat : 7567 (java) S 7559 7546 4618 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 135509851 889344000 25729 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7560/tid=7568] ppid=7559 vsize=868500 CPUtime=0
/proc/7560/task/7568/stat : 7568 (java) S 7559 7546 4618 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 135509851 889344000 25729 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.14
Current children cumulated vsize (KiB) 887456

[startup+162.302 s]
/proc/loadavg: 2.87 2.28 2.10 3/84 7568
/proc/meminfo: memFree=1208504/2055920 swapFree=4181452/4192956
[pid=7546] ppid=7544 vsize=13600 CPUtime=0.91
/proc/7546/stat : 7546 (sugar) S 7544 7546 4618 0 -1 4194304 974 8769 0 1 3 1 83 4 16 0 1 0 135509752 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7546/statm: 3400 797 370 3 0 500 0
[pid=7559] ppid=7546 vsize=5356 CPUtime=0
/proc/7559/stat : 7559 (sh) S 7546 7546 4618 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 135509847 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7559/statm: 1339 233 193 169 0 50 0
[pid=7560] ppid=7559 vsize=868500 CPUtime=159.47
/proc/7560/stat : 7560 (java) S 7559 7546 4618 0 -1 0 34594 0 1 0 15727 220 0 0 19 0 9 0 135509847 889344000 25730 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7560/statm: 217125 25730 2566 9 0 211672 0
[pid=7560/tid=7561] ppid=7559 vsize=868500 CPUtime=155.53
/proc/7560/task/7561/stat : 7561 (java) R 7559 7546 4618 0 -1 64 5363 0 1 0 15361 192 0 0 25 0 9 0 135509848 889344000 25730 996147200 134512640 134550740 4294955952 18446744073709551615 4127012422 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7560/tid=7562] ppid=7559 vsize=868500 CPUtime=3.62
/proc/7560/task/7562/stat : 7562 (java) S 7559 7546 4618 0 -1 64 27022 0 0 0 337 25 0 0 16 0 9 0 135509849 889344000 25730 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7560/tid=7563] ppid=7559 vsize=868500 CPUtime=0
/proc/7560/task/7563/stat : 7563 (java) S 7559 7546 4618 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 135509849 889344000 25730 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7560/tid=7564] ppid=7559 vsize=868500 CPUtime=0
/proc/7560/task/7564/stat : 7564 (java) S 7559 7546 4618 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 135509849 889344000 25730 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7560/tid=7565] ppid=7559 vsize=868500 CPUtime=0
/proc/7560/task/7565/stat : 7565 (java) S 7559 7546 4618 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 135509851 889344000 25730 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7560/tid=7566] ppid=7559 vsize=868500 CPUtime=0.29
/proc/7560/task/7566/stat : 7566 (java) S 7559 7546 4618 0 -1 64 1511 0 0 0 28 1 0 0 15 0 9 0 135509851 889344000 25730 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7560/tid=7567] ppid=7559 vsize=868500 CPUtime=0
/proc/7560/task/7567/stat : 7567 (java) S 7559 7546 4618 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 135509851 889344000 25730 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7560/tid=7568] ppid=7559 vsize=868500 CPUtime=0
/proc/7560/task/7568/stat : 7568 (java) S 7559 7546 4618 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 135509851 889344000 25730 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.38
Current children cumulated vsize (KiB) 887456

[startup+222.302 s]
/proc/loadavg: 2.95 2.41 2.15 3/84 7568
/proc/meminfo: memFree=953016/2055920 swapFree=4181452/4192956
[pid=7546] ppid=7544 vsize=13600 CPUtime=0.92
/proc/7546/stat : 7546 (sugar) S 7544 7546 4618 0 -1 4194304 974 8769 0 1 4 1 83 4 16 0 1 0 135509752 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7546/statm: 3400 797 370 3 0 500 0
[pid=7559] ppid=7546 vsize=5356 CPUtime=0
/proc/7559/stat : 7559 (sh) S 7546 7546 4618 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 135509847 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7559/statm: 1339 233 193 169 0 50 0
[pid=7560] ppid=7559 vsize=868500 CPUtime=218.54
/proc/7560/stat : 7560 (java) S 7559 7546 4618 0 -1 0 35307 0 1 0 21480 374 0 0 19 0 9 0 135509847 889344000 25730 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7560/statm: 217125 25730 2566 9 0 211672 0
[pid=7560/tid=7561] ppid=7559 vsize=868500 CPUtime=214.18
/proc/7560/task/7561/stat : 7561 (java) R 7559 7546 4618 0 -1 64 6076 0 1 0 21076 342 0 0 25 0 9 0 135509848 889344000 25730 996147200 134512640 134550740 4294955952 18446744073709551615 4127013315 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7560/tid=7562] ppid=7559 vsize=868500 CPUtime=4.03
/proc/7560/task/7562/stat : 7562 (java) S 7559 7546 4618 0 -1 64 27022 0 0 0 374 29 0 0 16 0 9 0 135509849 889344000 25730 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7560/tid=7563] ppid=7559 vsize=868500 CPUtime=0
/proc/7560/task/7563/stat : 7563 (java) S 7559 7546 4618 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 135509849 889344000 25730 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7560/tid=7564] ppid=7559 vsize=868500 CPUtime=0
/proc/7560/task/7564/stat : 7564 (java) S 7559 7546 4618 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 135509849 889344000 25730 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7560/tid=7565] ppid=7559 vsize=868500 CPUtime=0
/proc/7560/task/7565/stat : 7565 (java) S 7559 7546 4618 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 135509851 889344000 25730 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7560/tid=7566] ppid=7559 vsize=868500 CPUtime=0.29
/proc/7560/task/7566/stat : 7566 (java) S 7559 7546 4618 0 -1 64 1511 0 0 0 28 1 0 0 15 0 9 0 135509851 889344000 25730 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7560/tid=7567] ppid=7559 vsize=868500 CPUtime=0
/proc/7560/task/7567/stat : 7567 (java) S 7559 7546 4618 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 135509851 889344000 25730 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7560/tid=7568] ppid=7559 vsize=868500 CPUtime=0
/proc/7560/task/7568/stat : 7568 (java) S 7559 7546 4618 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 135509851 889344000 25730 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 219.46
Current children cumulated vsize (KiB) 887456



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+242.802 s]
/proc/loadavg: 2.88 2.43 2.16 3/76 7570
/proc/meminfo: memFree=149496/2055920 swapFree=4181452/4192956
[pid=7546] ppid=7544 vsize=13600 CPUtime=228.88
/proc/7546/stat : 7546 (sugar) S 7544 7546 4618 0 -1 4194304 1034 44516 0 2 4 1 22476 407 16 0 1 0 135509752 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7546/statm: 3400 800 370 3 0 500 0
[pid=7569] ppid=7546 vsize=5356 CPUtime=0
/proc/7569/stat : 7569 (sh) S 7546 7546 4618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 135532938 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7569/statm: 1339 232 193 169 0 50 0
[pid=7570] ppid=7569 vsize=907896 CPUtime=10.8
/proc/7570/stat : 7570 (minisat) R 7569 7546 4618 0 -1 4194304 212085 0 0 0 945 135 0 0 25 0 1 0 135532939 929685504 212071 996147200 134512640 135127466 4294956256 18446744073709551615 134722894 0 0 4096 3 0 0 0 17 1 0 0
/proc/7570/statm: 226974 212071 62 150 0 226821 0
Current children cumulated CPU time (s) 239.68
Current children cumulated vsize (KiB) 926852

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+242.92 s]
/proc/loadavg: 2.88 2.43 2.16 3/76 7570
/proc/meminfo: memFree=149496/2055920 swapFree=4181452/4192956
[pid=7546] ppid=7544 vsize=13600 CPUtime=228.88
/proc/7546/stat : 7546 (sugar) S 7544 7546 4618 0 -1 4194304 1045 44516 0 2 4 1 22476 407 16 0 1 0 135509752 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/7546/statm: 3400 800 370 3 0 500 0
[pid=7569] ppid=7546 vsize=0 CPUtime=0
/proc/7569/stat : 7569 (sh) Z 7546 7546 4618 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 135532938 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/7569/statm: 0 0 0 0 0 0 0
[pid=7570] ppid=1 vsize=0 CPUtime=10.91
/proc/7570/stat : 7570 (minisat) R 1 7546 4618 0 -1 4195332 212085 0 0 0 945 146 0 0 25 0 1 0 135532939 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/7570/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 239.79
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7546 and gives
#  childrusage.ru_utime.tv_sec=224
#  childrusage.ru_utime.tv_usec=808823
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=92377
# CPU time returned by wait4() is 228.901
# while last known CPU time is 239.79
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 242.949
CPU time (s): 239.79
CPU user time (s): 234.25
CPU system time (s): 5.54
CPU usage (%): 98.6999
Max. virtual memory (cumulated for all children) (KiB): 926852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 224.809
system time used= 4.09238
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45894
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= 24475
involuntary context switches= 29274

runsolver used 0.38994 second user time and 0.905862 second system time

The end

Launcher Data (download as text)

Begin job on node73 at 2008-07-05 07:16:27
IDJOB=1085667
IDBENCH=57684
IDSOLVER=346
FILE ID=node73/1085667-1215234987
PBS_JOBID= 7881899
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp34/normalized-fapp34-0750-9.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-1085667-1215234987/watcher-1085667-1215234987 -o /tmp/evaluation-result-1085667-1215234987/solver-1085667-1215234987 -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-1085667-1215234987.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e29b6006bf1a29842bd8623c635cae42
RANDOM SEED=598088220

node73.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.230
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.230
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:       1628080 kB
Buffers:         63880 kB
Cached:         182760 kB
SwapCached:       5300 kB
Active:         285572 kB
Inactive:        80096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1628080 kB
SwapTotal:     4192956 kB
SwapFree:      4181452 kB
Dirty:            2476 kB
Writeback:           0 kB
Mapped:         126420 kB
Slab:            47192 kB
Committed_AS:   579344 kB
PageTables:       2048 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= 66544 MiB
End job on node73 at 2008-07-05 07:20:32