Trace number 1094868

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) 197.15 211.242

General information on the benchmark

Namecsp/fapp/fapp19/
normalized-fapp19-0350-2.xml
MD5SUM1825ea13215fc44c945afffc7e468e56
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.68874
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of constraints5873
Maximum constraint arity2
Maximum domain size802
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5873
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 19:48:20 2008
0.00/0.04	c 0	PID 12090
0.00/0.04	c 0	HOST node83.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1094868-1215280099.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1094868-1215280099.xml' 'HOME/temp.csp'
0.03/0.69	c 0	8 domains, 350 variables, 8 predicates, 0 relations, 5873 constraints
0.03/0.72	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.72	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.03/0.80	c 1	Parsing HOME/temp.csp
1.05/1.10	c 1	parsed 6239 expressions
1.05/1.11	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.05/1.11	c 1	Converting to clausal form CSP
1.74/1.87	c 2	converted 624 (10%) expressions
2.93/3.00	c 3	converted 1248 (20%) expressions
3.92/4.04	c 4	converted 1872 (30%) expressions
4.93/5.05	c 5	converted 2496 (40%) expressions
5.81/5.99	c 6	converted 3120 (50%) expressions
6.82/6.91	c 7	converted 3744 (60%) expressions
7.81/7.93	c 8	converted 4368 (70%) expressions
8.80/8.95	c 9	converted 4992 (80%) expressions
9.81/9.93	c 10	converted 5616 (90%) expressions
10.90/11.04	c 11	converted 6239 (100%) expressions
10.90/11.04	c 11	CSP : 698 integers, 17147 booleans, 35873 clauses, largest domain size 2921
10.90/11.04	c 11	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.90/11.04	c 11	Propagation in CSP
11.39/11.56	c 11	4920 values, 0 unsatisfiable literals, and 0 valid clauses are removed
11.39/11.56	c 11	CSP : 698 integers, 17147 booleans, 35873 clauses, largest domain size 2921
11.39/11.56	c 11	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.39/11.58	c 11	Simplifing CSP by introducing new Boolean variables
11.49/11.66	c 11	CSP : 698 integers, 29407 booleans, 48133 clauses, largest domain size 2921
11.49/11.66	c 11	Heap : 23 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.69/11.81	c 12	Encoding CSP to SAT : HOME/temp.cnf
13.09/13.26	c 13	70 (10%) CSP integer variables are encoded (40772 clauses, 589472 bytes)
14.27/14.40	c 14	140 (20%) CSP integer variables are encoded (76752 clauses, 1129172 bytes)
15.57/15.75	c 15	210 (30%) CSP integer variables are encoded (116663 clauses, 1761524 bytes)
17.06/17.20	c 17	280 (40%) CSP integer variables are encoded (157839 clauses, 2461516 bytes)
18.45/18.66	c 18	349 (50%) CSP integer variables are encoded (199194 clauses, 3164551 bytes)
18.75/18.92	c 19	419 (60%) CSP integer variables are encoded (392807 clauses, 6455972 bytes)
18.95/19.15	c 19	489 (70%) CSP integer variables are encoded (584839 clauses, 9720516 bytes)
19.15/19.37	c 19	559 (80%) CSP integer variables are encoded (780835 clauses, 13052448 bytes)
19.45/19.60	c 19	629 (90%) CSP integer variables are encoded (975779 clauses, 16366496 bytes)
19.65/19.83	c 20	698 (100%) CSP integer variables are encoded (1164838 clauses, 19911452 bytes)
63.47/67.71	c 67	4814 (10%) CSP clauses are encoded (5001577 clauses, 106807390 bytes)
86.44/92.93	c 93	9627 (20%) CSP clauses are encoded (7851776 clauses, 174875198 bytes)
102.35/108.98	c 109	14440 (30%) CSP clauses are encoded (10284531 clauses, 235700228 bytes)
115.05/121.70	c 121	19254 (40%) CSP clauses are encoded (12471280 clauses, 291192876 bytes)
126.01/134.19	c 134	24067 (50%) CSP clauses are encoded (14497782 clauses, 343186520 bytes)
136.85/145.05	c 145	28880 (60%) CSP clauses are encoded (16472179 clauses, 393835560 bytes)
149.52/157.85	c 158	33694 (70%) CSP clauses are encoded (18540971 clauses, 446989895 bytes)
161.44/171.91	c 172	38507 (80%) CSP clauses are encoded (20569861 clauses, 499309666 bytes)
174.02/184.68	c 184	43320 (90%) CSP clauses are encoded (22714089 clauses, 554424396 bytes)
185.85/199.96	c 200	48133 (100%) CSP clauses are encoded (24739816 clauses, 606623209 bytes)
185.85/199.96	c 200	48133 CSP clauses encoded
185.85/199.97	c 200	Writing map file : HOME/temp.map
185.94/200.03	c 200	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
185.94/200.03	c 200	SAT : 1194943 SAT variables, 24739816 SAT clauses, 606623209 bytes
185.94/200.03	c 200	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
185.94/200.05	c 200	SOLVING HOME/temp.cnf
185.94/200.05	c 200	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
185.94/200.05	c 200	This is MiniSat 2.0 beta
185.94/200.05	c 200	WARNING: for repeatability, setting FPU to use double precision
185.94/200.05	c 200	============================[ Problem Statistics ]=============================
185.94/200.05	c 200	|                                                                             |
185.94/200.05	c 200	|  Number of variables:  1194943                                              |
185.94/200.05	c 200	|  Number of clauses:    24739816                                             |
197.04/211.12	c ERROR INTERRUPTED
197.15/211.24	s UNKNOWN
197.15/211.24	c 211	CPU 181.95 (0.03 0.01 181.92 4.04)
197.15/211.24	c 211	END Sat Jul  5 19:51:51 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-1094868-1215280099/watcher-1094868-1215280099 -o /tmp/evaluation-result-1094868-1215280099/solver-1094868-1215280099 -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-1094868-1215280099.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: 3.50 2.66 2.25 4/82 12090
/proc/meminfo: memFree=1717528/2055924 swapFree=4177320/4192956
[pid=12090] ppid=12088 vsize=12272 CPUtime=0
/proc/12090/stat : 12090 (sugar) R 12088 12090 11357 0 -1 4194304 356 0 0 0 0 0 0 0 18 0 1 0 683739552 12566528 324 996147200 4194304 4206940 548682068608 18446744073709551615 230287273665 0 0 4224 0 0 0 0 17 0 0 0
/proc/12090/statm: 3068 327 246 3 0 168 0

[startup+0.048585 s]
/proc/loadavg: 3.50 2.66 2.25 4/82 12090
/proc/meminfo: memFree=1717528/2055924 swapFree=4177320/4192956
[pid=12090] ppid=12088 vsize=13600 CPUtime=0.03
/proc/12090/stat : 12090 (sugar) S 12088 12090 11357 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 683739552 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12090/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101598 s]
/proc/loadavg: 3.50 2.66 2.25 4/82 12090
/proc/meminfo: memFree=1717528/2055924 swapFree=4177320/4192956
[pid=12090] ppid=12088 vsize=13600 CPUtime=0.03
/proc/12090/stat : 12090 (sugar) S 12088 12090 11357 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 683739552 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12090/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301635 s]
/proc/loadavg: 3.50 2.66 2.25 4/82 12090
/proc/meminfo: memFree=1717528/2055924 swapFree=4177320/4192956
[pid=12090] ppid=12088 vsize=13600 CPUtime=0.03
/proc/12090/stat : 12090 (sugar) S 12088 12090 11357 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 683739552 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12090/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701703 s]
/proc/loadavg: 3.50 2.66 2.25 4/82 12090
/proc/meminfo: memFree=1717528/2055924 swapFree=4177320/4192956
[pid=12090] ppid=12088 vsize=13600 CPUtime=0.03
/proc/12090/stat : 12090 (sugar) S 12088 12090 11357 0 -1 4194304 918 127 0 0 3 0 0 0 15 0 1 0 683739552 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12090/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50285 s]
/proc/loadavg: 3.46 2.67 2.25 3/93 12112
/proc/meminfo: memFree=1708864/2055924 swapFree=4177320/4192956
[pid=12090] ppid=12088 vsize=13600 CPUtime=0.68
/proc/12090/stat : 12090 (sugar) S 12088 12090 11357 0 -1 4194304 973 7715 0 1 3 1 60 4 15 0 1 0 683739552 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12090/statm: 3400 797 370 3 0 500 0
[pid=12103] ppid=12090 vsize=5356 CPUtime=0
/proc/12103/stat : 12103 (sh) S 12090 12090 11357 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 683739624 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12103/statm: 1339 233 193 169 0 50 0
[pid=12104] ppid=12103 vsize=868396 CPUtime=0.76
/proc/12104/stat : 12104 (java) S 12103 12090 11357 0 -1 0 5740 0 1 0 71 5 0 0 20 0 9 0 683739624 889237504 5114 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12104/statm: 217099 5114 1732 9 0 211674 0
[pid=12104/tid=12105] ppid=12103 vsize=868396 CPUtime=0.53
/proc/12104/task/12105/stat : 12105 (java) R 12103 12090 11357 0 -1 64 2694 0 1 0 51 2 0 0 25 0 9 0 683739625 889237504 5114 996147200 134512640 134550740 4294955952 18446744073709551615 4126567123 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12104/tid=12106] ppid=12103 vsize=868396 CPUtime=0.05
/proc/12104/task/12106/stat : 12106 (java) S 12103 12090 11357 0 -1 64 904 0 0 0 5 0 0 0 16 0 9 0 683739626 889237504 5114 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12104/tid=12107] ppid=12103 vsize=868396 CPUtime=0
/proc/12104/task/12107/stat : 12107 (java) S 12103 12090 11357 0 -1 64 9 0 0 0 0 0 0 0 24 0 9 0 683739626 889237504 5114 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12104/tid=12108] ppid=12103 vsize=868396 CPUtime=0
/proc/12104/task/12108/stat : 12108 (java) S 12103 12090 11357 0 -1 64 4 0 0 0 0 0 0 0 25 0 9 0 683739626 889237504 5114 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12104/tid=12109] ppid=12103 vsize=868396 CPUtime=0
/proc/12104/task/12109/stat : 12109 (java) S 12103 12090 11357 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 683739628 889237504 5114 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12104/tid=12110] ppid=12103 vsize=868396 CPUtime=0.15
/proc/12104/task/12110/stat : 12110 (java) S 12103 12090 11357 0 -1 64 1450 0 0 0 15 0 0 0 16 0 9 0 683739628 889237504 5114 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12104/tid=12111] ppid=12103 vsize=868396 CPUtime=0
/proc/12104/task/12111/stat : 12111 (java) S 12103 12090 11357 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 683739628 889237504 5114 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12104/tid=12112] ppid=12103 vsize=868396 CPUtime=0
/proc/12104/task/12112/stat : 12112 (java) S 12103 12090 11357 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 683739628 889237504 5114 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 887352

[startup+3.10115 s]
/proc/loadavg: 3.46 2.67 2.25 3/93 12112
/proc/meminfo: memFree=1699776/2055924 swapFree=4177320/4192956
[pid=12090] ppid=12088 vsize=13600 CPUtime=0.68
/proc/12090/stat : 12090 (sugar) S 12088 12090 11357 0 -1 4194304 973 7715 0 1 3 1 60 4 16 0 1 0 683739552 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12090/statm: 3400 797 370 3 0 500 0
[pid=12103] ppid=12090 vsize=5356 CPUtime=0
/proc/12103/stat : 12103 (sh) S 12090 12090 11357 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 683739624 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12103/statm: 1339 233 193 169 0 50 0
[pid=12104] ppid=12103 vsize=868396 CPUtime=2.35
/proc/12104/stat : 12104 (java) S 12103 12090 11357 0 -1 0 7746 0 1 0 228 7 0 0 20 0 9 0 683739624 889237504 6752 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12104/statm: 217099 6752 2540 9 0 211674 0
[pid=12104/tid=12105] ppid=12103 vsize=868396 CPUtime=1.94
/proc/12104/task/12105/stat : 12105 (java) R 12103 12090 11357 0 -1 64 2892 0 1 0 191 3 0 0 25 0 9 0 683739625 889237504 6752 996147200 134512640 134550740 4294955952 18446744073709551615 4126589960 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12104/tid=12106] ppid=12103 vsize=868396 CPUtime=0.2
/proc/12104/task/12106/stat : 12106 (java) S 12103 12090 11357 0 -1 64 2693 0 0 0 18 2 0 0 16 0 9 0 683739626 889237504 6752 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12104/tid=12107] ppid=12103 vsize=868396 CPUtime=0
/proc/12104/task/12107/stat : 12107 (java) S 12103 12090 11357 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 683739626 889237504 6752 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12104/tid=12108] ppid=12103 vsize=868396 CPUtime=0
/proc/12104/task/12108/stat : 12108 (java) S 12103 12090 11357 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 683739626 889237504 6752 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12104/tid=12109] ppid=12103 vsize=868396 CPUtime=0
/proc/12104/task/12109/stat : 12109 (java) S 12103 12090 11357 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 683739628 889237504 6752 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12104/tid=12110] ppid=12103 vsize=868396 CPUtime=0.17
/proc/12104/task/12110/stat : 12110 (java) S 12103 12090 11357 0 -1 64 1467 0 0 0 17 0 0 0 15 0 9 0 683739628 889237504 6752 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12104/tid=12111] ppid=12103 vsize=868396 CPUtime=0
/proc/12104/task/12111/stat : 12111 (java) S 12103 12090 11357 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 683739628 889237504 6752 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12104/tid=12112] ppid=12103 vsize=868396 CPUtime=0
/proc/12104/task/12112/stat : 12112 (java) S 12103 12090 11357 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 683739628 889237504 6752 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 887352

[startup+6.30274 s]
/proc/loadavg: 3.46 2.67 2.25 3/93 12112
/proc/meminfo: memFree=1694144/2055924 swapFree=4177320/4192956
[pid=12090] ppid=12088 vsize=13600 CPUtime=0.68
/proc/12090/stat : 12090 (sugar) S 12088 12090 11357 0 -1 4194304 973 7715 0 1 3 1 60 4 16 0 1 0 683739552 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12090/statm: 3400 797 370 3 0 500 0
[pid=12103] ppid=12090 vsize=5356 CPUtime=0
/proc/12103/stat : 12103 (sh) S 12090 12090 11357 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 683739624 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12103/statm: 1339 233 193 169 0 50 0
[pid=12104] ppid=12103 vsize=868396 CPUtime=5.54
/proc/12104/stat : 12104 (java) S 12103 12090 11357 0 -1 0 10624 0 1 0 542 12 0 0 20 0 9 0 683739624 889237504 7979 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12104/statm: 217099 7979 2540 9 0 211674 0
[pid=12104/tid=12105] ppid=12103 vsize=868396 CPUtime=4.77
/proc/12104/task/12105/stat : 12105 (java) R 12103 12090 11357 0 -1 64 3322 0 1 0 473 4 0 0 25 0 9 0 683739625 889237504 7979 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12104/tid=12106] ppid=12103 vsize=868396 CPUtime=0.56
/proc/12104/task/12106/stat : 12106 (java) R 12103 12090 11357 0 -1 64 5138 0 0 0 50 6 0 0 15 0 9 0 683739626 889237504 7979 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12104/tid=12107] ppid=12103 vsize=868396 CPUtime=0
/proc/12104/task/12107/stat : 12107 (java) S 12103 12090 11357 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 683739626 889237504 7979 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12104/tid=12108] ppid=12103 vsize=868396 CPUtime=0
/proc/12104/task/12108/stat : 12108 (java) S 12103 12090 11357 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 683739626 889237504 7979 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12104/tid=12109] ppid=12103 vsize=868396 CPUtime=0
/proc/12104/task/12109/stat : 12109 (java) S 12103 12090 11357 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 683739628 889237504 7979 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12104/tid=12110] ppid=12103 vsize=868396 CPUtime=0.18
/proc/12104/task/12110/stat : 12110 (java) S 12103 12090 11357 0 -1 64 1470 0 0 0 18 0 0 0 15 0 9 0 683739628 889237504 7979 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12104/tid=12111] ppid=12103 vsize=868396 CPUtime=0
/proc/12104/task/12111/stat : 12111 (java) S 12103 12090 11357 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 683739628 889237504 7979 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12104/tid=12112] ppid=12103 vsize=868396 CPUtime=0
/proc/12104/task/12112/stat : 12112 (java) S 12103 12090 11357 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 683739628 889237504 7979 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 887352

[startup+12.7019 s]
/proc/loadavg: 3.31 2.66 2.25 3/93 12112
/proc/meminfo: memFree=1679616/2055924 swapFree=4177320/4192956
[pid=12090] ppid=12088 vsize=13600 CPUtime=0.68
/proc/12090/stat : 12090 (sugar) S 12088 12090 11357 0 -1 4194304 974 7715 0 1 3 1 60 4 15 0 1 0 683739552 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12090/statm: 3400 797 370 3 0 500 0
[pid=12103] ppid=12090 vsize=5356 CPUtime=0
/proc/12103/stat : 12103 (sh) S 12090 12090 11357 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 683739624 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12103/statm: 1339 233 193 169 0 50 0
[pid=12104] ppid=12103 vsize=868508 CPUtime=11.9
/proc/12104/stat : 12104 (java) S 12103 12090 11357 0 -1 0 14765 0 1 0 1169 21 0 0 20 0 9 0 683739624 889352192 11277 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12104/statm: 217127 11277 2566 9 0 211674 0
[pid=12104/tid=12105] ppid=12103 vsize=868508 CPUtime=10.4
/proc/12104/task/12105/stat : 12105 (java) R 12103 12090 11357 0 -1 64 3990 0 1 0 1033 7 0 0 25 0 9 0 683739625 889352192 11277 996147200 134512640 134550740 4294955952 18446744073709551615 4126950888 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12104/tid=12106] ppid=12103 vsize=868508 CPUtime=1.23
/proc/12104/task/12106/stat : 12106 (java) S 12103 12090 11357 0 -1 64 8578 0 0 0 112 11 0 0 16 0 9 0 683739626 889352192 11277 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12104/tid=12107] ppid=12103 vsize=868508 CPUtime=0
/proc/12104/task/12107/stat : 12107 (java) S 12103 12090 11357 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 683739626 889352192 11277 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12104/tid=12108] ppid=12103 vsize=868508 CPUtime=0
/proc/12104/task/12108/stat : 12108 (java) S 12103 12090 11357 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 683739626 889352192 11277 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12104/tid=12109] ppid=12103 vsize=868508 CPUtime=0
/proc/12104/task/12109/stat : 12109 (java) S 12103 12090 11357 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 683739628 889352192 11277 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12104/tid=12110] ppid=12103 vsize=868508 CPUtime=0.23
/proc/12104/task/12110/stat : 12110 (java) S 12103 12090 11357 0 -1 64 1503 0 0 0 23 0 0 0 15 0 9 0 683739628 889352192 11277 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12104/tid=12111] ppid=12103 vsize=868508 CPUtime=0
/proc/12104/task/12111/stat : 12111 (java) S 12103 12090 11357 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 683739628 889352192 11277 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12104/tid=12112] ppid=12103 vsize=868508 CPUtime=0
/proc/12104/task/12112/stat : 12112 (java) S 12103 12090 11357 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 683739628 889352192 11277 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 887464

[startup+25.5023 s]
/proc/loadavg: 3.19 2.66 2.26 3/93 12112
/proc/meminfo: memFree=1646144/2055924 swapFree=4177320/4192956
[pid=12090] ppid=12088 vsize=13600 CPUtime=0.68
/proc/12090/stat : 12090 (sugar) S 12088 12090 11357 0 -1 4194304 974 7715 0 1 3 1 60 4 15 0 1 0 683739552 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12090/statm: 3400 797 370 3 0 500 0
[pid=12103] ppid=12090 vsize=5356 CPUtime=0
/proc/12103/stat : 12103 (sh) S 12090 12090 11357 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 683739624 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12103/statm: 1339 233 193 169 0 50 0
[pid=12104] ppid=12103 vsize=868508 CPUtime=24.63
/proc/12104/stat : 12104 (java) S 12103 12090 11357 0 -1 0 15190 0 1 0 2423 40 0 0 20 0 9 0 683739624 889352192 11291 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12104/statm: 217127 11291 2566 9 0 211674 0
[pid=12104/tid=12105] ppid=12103 vsize=868508 CPUtime=22.96
/proc/12104/task/12105/stat : 12105 (java) R 12103 12090 11357 0 -1 64 4402 0 1 0 2271 25 0 0 25 0 9 0 683739625 889352192 11291 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12104/tid=12106] ppid=12103 vsize=868508 CPUtime=1.39
/proc/12104/task/12106/stat : 12106 (java) S 12103 12090 11357 0 -1 64 8578 0 0 0 126 13 0 0 16 0 9 0 683739626 889352192 11291 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12104/tid=12107] ppid=12103 vsize=868508 CPUtime=0
/proc/12104/task/12107/stat : 12107 (java) S 12103 12090 11357 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 683739626 889352192 11291 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12104/tid=12108] ppid=12103 vsize=868508 CPUtime=0
/proc/12104/task/12108/stat : 12108 (java) S 12103 12090 11357 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 683739626 889352192 11291 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12104/tid=12109] ppid=12103 vsize=868508 CPUtime=0
/proc/12104/task/12109/stat : 12109 (java) S 12103 12090 11357 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 683739628 889352192 11291 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12104/tid=12110] ppid=12103 vsize=868508 CPUtime=0.25
/proc/12104/task/12110/stat : 12110 (java) S 12103 12090 11357 0 -1 64 1516 0 0 0 25 0 0 0 17 0 9 0 683739628 889352192 11291 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12104/tid=12111] ppid=12103 vsize=868508 CPUtime=0
/proc/12104/task/12111/stat : 12111 (java) S 12103 12090 11357 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 683739628 889352192 11291 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12104/tid=12112] ppid=12103 vsize=868508 CPUtime=0
/proc/12104/task/12112/stat : 12112 (java) S 12103 12090 11357 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 683739628 889352192 11291 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 887464

[startup+51.1021 s]
/proc/loadavg: 3.27 2.72 2.29 3/93 12112
/proc/meminfo: memFree=1608064/2055924 swapFree=4177320/4192956
[pid=12090] ppid=12088 vsize=13600 CPUtime=0.68
/proc/12090/stat : 12090 (sugar) S 12088 12090 11357 0 -1 4194304 974 7715 0 1 3 1 60 4 15 0 1 0 683739552 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12090/statm: 3400 797 370 3 0 500 0
[pid=12103] ppid=12090 vsize=5356 CPUtime=0
/proc/12103/stat : 12103 (sh) S 12090 12090 11357 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 683739624 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12103/statm: 1339 233 193 169 0 50 0
[pid=12104] ppid=12103 vsize=868508 CPUtime=46.29
/proc/12104/stat : 12104 (java) S 12103 12090 11357 0 -1 0 15690 0 1 0 4563 66 0 0 20 0 9 0 683739624 889352192 11294 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12104/statm: 217127 11294 2566 9 0 211674 0
[pid=12104/tid=12105] ppid=12103 vsize=868508 CPUtime=44.43
/proc/12104/task/12105/stat : 12105 (java) R 12103 12090 11357 0 -1 64 4899 0 1 0 4395 48 0 0 25 0 9 0 683739625 889352192 11294 996147200 134512640 134550740 4294955952 18446744073709551615 4126951487 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12104/tid=12106] ppid=12103 vsize=868508 CPUtime=1.56
/proc/12104/task/12106/stat : 12106 (java) S 12103 12090 11357 0 -1 64 8578 0 0 0 141 15 0 0 16 0 9 0 683739626 889352192 11294 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12104/tid=12107] ppid=12103 vsize=868508 CPUtime=0
/proc/12104/task/12107/stat : 12107 (java) S 12103 12090 11357 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 683739626 889352192 11294 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12104/tid=12108] ppid=12103 vsize=868508 CPUtime=0
/proc/12104/task/12108/stat : 12108 (java) S 12103 12090 11357 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 683739626 889352192 11294 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12104/tid=12109] ppid=12103 vsize=868508 CPUtime=0
/proc/12104/task/12109/stat : 12109 (java) S 12103 12090 11357 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 683739628 889352192 11294 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12104/tid=12110] ppid=12103 vsize=868508 CPUtime=0.26
/proc/12104/task/12110/stat : 12110 (java) S 12103 12090 11357 0 -1 64 1519 0 0 0 26 0 0 0 16 0 9 0 683739628 889352192 11294 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12104/tid=12111] ppid=12103 vsize=868508 CPUtime=0
/proc/12104/task/12111/stat : 12111 (java) S 12103 12090 11357 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 683739628 889352192 11294 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12104/tid=12112] ppid=12103 vsize=868508 CPUtime=0
/proc/12104/task/12112/stat : 12112 (java) S 12103 12090 11357 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 683739628 889352192 11294 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 46.97
Current children cumulated vsize (KiB) 887464

[startup+102.307 s]
/proc/loadavg: 3.11 2.76 2.32 4/93 12112
/proc/meminfo: memFree=1473024/2055924 swapFree=4177320/4192956
[pid=12090] ppid=12088 vsize=13600 CPUtime=0.68
/proc/12090/stat : 12090 (sugar) S 12088 12090 11357 0 -1 4194304 974 7715 0 1 3 1 60 4 16 0 1 0 683739552 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12090/statm: 3400 797 370 3 0 500 0
[pid=12103] ppid=12090 vsize=5356 CPUtime=0
/proc/12103/stat : 12103 (sh) S 12090 12090 11357 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 683739624 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12103/statm: 1339 233 193 169 0 50 0
[pid=12104] ppid=12103 vsize=868508 CPUtime=95.12
/proc/12104/stat : 12104 (java) S 12103 12090 11357 0 -1 0 17265 0 1 0 9362 150 0 0 20 0 9 0 683739624 889352192 11297 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12104/statm: 217127 11297 2566 9 0 211674 0
[pid=12104/tid=12105] ppid=12103 vsize=868508 CPUtime=92.68
/proc/12104/task/12105/stat : 12105 (java) R 12103 12090 11357 0 -1 64 6471 0 1 0 9145 123 0 0 25 0 9 0 683739625 889352192 11297 996147200 134512640 134550740 4294955952 18446744073709551615 4126957926 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12104/tid=12106] ppid=12103 vsize=868508 CPUtime=2.14
/proc/12104/task/12106/stat : 12106 (java) S 12103 12090 11357 0 -1 64 8578 0 0 0 190 24 0 0 16 0 9 0 683739626 889352192 11297 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12104/tid=12107] ppid=12103 vsize=868508 CPUtime=0
/proc/12104/task/12107/stat : 12107 (java) S 12103 12090 11357 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 683739626 889352192 11297 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12104/tid=12108] ppid=12103 vsize=868508 CPUtime=0
/proc/12104/task/12108/stat : 12108 (java) S 12103 12090 11357 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 683739626 889352192 11297 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12104/tid=12109] ppid=12103 vsize=868508 CPUtime=0
/proc/12104/task/12109/stat : 12109 (java) S 12103 12090 11357 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 683739628 889352192 11297 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12104/tid=12110] ppid=12103 vsize=868508 CPUtime=0.26
/proc/12104/task/12110/stat : 12110 (java) S 12103 12090 11357 0 -1 64 1522 0 0 0 26 0 0 0 15 0 9 0 683739628 889352192 11297 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12104/tid=12111] ppid=12103 vsize=868508 CPUtime=0
/proc/12104/task/12111/stat : 12111 (java) S 12103 12090 11357 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 683739628 889352192 11297 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12104/tid=12112] ppid=12103 vsize=868508 CPUtime=0
/proc/12104/task/12112/stat : 12112 (java) S 12103 12090 11357 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 683739628 889352192 11297 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 95.8
Current children cumulated vsize (KiB) 887464

[startup+162.303 s]
/proc/loadavg: 3.63 2.98 2.43 3/93 12113
/proc/meminfo: memFree=1209800/2055924 swapFree=4177320/4192956
[pid=12090] ppid=12088 vsize=13600 CPUtime=0.68
/proc/12090/stat : 12090 (sugar) S 12088 12090 11357 0 -1 4194304 974 7715 0 1 3 1 60 4 16 0 1 0 683739552 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12090/statm: 3400 797 370 3 0 500 0
[pid=12103] ppid=12090 vsize=5356 CPUtime=0
/proc/12103/stat : 12103 (sh) S 12090 12090 11357 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 683739624 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12103/statm: 1339 233 193 169 0 50 0
[pid=12104] ppid=12103 vsize=868508 CPUtime=153.3
/proc/12104/stat : 12104 (java) S 12103 12090 11357 0 -1 0 20094 0 1 0 15017 313 0 0 20 0 9 0 683739624 889352192 11298 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12104/statm: 217127 11298 2566 9 0 211674 0
[pid=12104/tid=12105] ppid=12103 vsize=868508 CPUtime=149.77
/proc/12104/task/12105/stat : 12105 (java) R 12103 12090 11357 0 -1 64 9299 0 1 0 14709 268 0 0 25 0 9 0 683739625 889352192 11298 996147200 134512640 134550740 4294955952 18446744073709551615 4126590003 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12104/tid=12106] ppid=12103 vsize=868508 CPUtime=3.22
/proc/12104/task/12106/stat : 12106 (java) S 12103 12090 11357 0 -1 64 8578 0 0 0 280 42 0 0 16 0 9 0 683739626 889352192 11298 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12104/tid=12107] ppid=12103 vsize=868508 CPUtime=0
/proc/12104/task/12107/stat : 12107 (java) S 12103 12090 11357 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 683739626 889352192 11298 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12104/tid=12108] ppid=12103 vsize=868508 CPUtime=0
/proc/12104/task/12108/stat : 12108 (java) S 12103 12090 11357 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 683739626 889352192 11298 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12104/tid=12109] ppid=12103 vsize=868508 CPUtime=0
/proc/12104/task/12109/stat : 12109 (java) S 12103 12090 11357 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 683739628 889352192 11298 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12104/tid=12110] ppid=12103 vsize=868508 CPUtime=0.27
/proc/12104/task/12110/stat : 12110 (java) S 12103 12090 11357 0 -1 64 1523 0 0 0 27 0 0 0 15 0 9 0 683739628 889352192 11298 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12104/tid=12111] ppid=12103 vsize=868508 CPUtime=0
/proc/12104/task/12111/stat : 12111 (java) S 12103 12090 11357 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 683739628 889352192 11298 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12104/tid=12112] ppid=12103 vsize=868508 CPUtime=0
/proc/12104/task/12112/stat : 12112 (java) S 12103 12090 11357 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 683739628 889352192 11298 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 153.98
Current children cumulated vsize (KiB) 887464



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+211.103 s]
/proc/loadavg: 4.42 3.28 2.55 3/85 12116
/proc/meminfo: memFree=241608/2055924 swapFree=4177320/4192956
[pid=12090] ppid=12088 vsize=13600 CPUtime=186
/proc/12090/stat : 12090 (sugar) S 12088 12090 11357 0 -1 4194304 1035 29670 0 2 3 1 18192 404 16 0 1 0 683739552 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12090/statm: 3400 800 370 3 0 500 0
[pid=12115] ppid=12090 vsize=5356 CPUtime=0
/proc/12115/stat : 12115 (sh) S 12090 12090 11357 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 683759557 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12115/statm: 1339 232 193 169 0 50 0
[pid=12116] ppid=12115 vsize=905816 CPUtime=11.04
/proc/12116/stat : 12116 (minisat) R 12115 12090 11357 0 -1 4194304 213894 0 0 0 967 137 0 0 25 0 1 0 683759557 927555584 213880 996147200 134512640 135127466 4294956256 18446744073709551615 134513799 0 0 4096 3 0 0 0 17 1 0 0
/proc/12116/statm: 226454 213880 62 150 0 226301 0
Current children cumulated CPU time (s) 197.04
Current children cumulated vsize (KiB) 924772

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

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

[startup+211.224 s]
/proc/loadavg: 4.42 3.28 2.55 3/85 12116
/proc/meminfo: memFree=241608/2055924 swapFree=4177320/4192956
[pid=12090] ppid=12088 vsize=13600 CPUtime=186
/proc/12090/stat : 12090 (sugar) S 12088 12090 11357 0 -1 4194304 1046 29670 0 2 3 1 18192 404 16 0 1 0 683739552 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/12090/statm: 3400 800 370 3 0 500 0
[pid=12115] ppid=12090 vsize=0 CPUtime=0
/proc/12115/stat : 12115 (sh) Z 12090 12090 11357 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 683759557 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/12115/statm: 0 0 0 0 0 0 0
[pid=12116] ppid=1 vsize=0 CPUtime=11.15
/proc/12116/stat : 12116 (minisat) R 1 12090 11357 0 -1 4195332 213903 0 0 0 967 148 0 0 25 0 1 0 683759557 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/12116/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 197.15
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12090 and gives
#  childrusage.ru_utime.tv_sec=181
#  childrusage.ru_utime.tv_usec=963337
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=59382
# CPU time returned by wait4() is 186.023
# while last known CPU time is 197.15
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 211.242
CPU time (s): 197.15
CPU user time (s): 191.62
CPU system time (s): 5.53
CPU usage (%): 93.3288
Max. virtual memory (cumulated for all children) (KiB): 924772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 181.963
system time used= 4.05938
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31049
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= 62164
involuntary context switches= 65752

runsolver used 0.251961 second user time and 0.727889 second system time

The end

Launcher Data (download as text)

Begin job on node83 at 2008-07-05 19:48:20
IDJOB=1094868
IDBENCH=58840
IDSOLVER=346
FILE ID=node83/1094868-1215280099
PBS_JOBID= 7882295
Free space on /tmp= 66496 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp19/normalized-fapp19-0350-2.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-1094868-1215280099/watcher-1094868-1215280099 -o /tmp/evaluation-result-1094868-1215280099/solver-1094868-1215280099 -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-1094868-1215280099.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1825ea13215fc44c945afffc7e468e56
RANDOM SEED=1835387748

node83.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.263
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.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1717944 kB
Buffers:         47432 kB
Cached:         212276 kB
SwapCached:       9708 kB
Active:         185528 kB
Inactive:       105340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1717944 kB
SwapTotal:     4192956 kB
SwapFree:      4177320 kB
Dirty:            2348 kB
Writeback:           0 kB
Mapped:          46684 kB
Slab:            32244 kB
Committed_AS:  1217700 kB
PageTables:       1876 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= 65916 MiB
End job on node83 at 2008-07-05 19:51:53