Trace number 1059570

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) 1333.45 1341.06

General information on the benchmark

Namecsp/fischer/
normalized-fischer-10-13-fair.xml
MD5SUM470171cedada3e0976f1103c3898929b
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables33927
Number of constraints32137
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension32137
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 00:25:22 2008
0.00/0.04	c 0	PID 28787
0.03/0.04	c 0	HOST node8.alineos.net
0.03/0.04	c 0	CONVERTING HOME/instance-1059570-1215123922.xml TO HOME/temp.csp
0.03/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1059570-1215123922.xml' 'HOME/temp.csp'
2.26/2.33	c 2	3 domains, 33927 variables, 9 predicates, 0 relations, 32137 constraints
2.26/2.34	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.26/2.34	c 2	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'
2.30/2.42	c 2	Parsing HOME/temp.csp
2.30/2.73	c 3	parsed 10000 expressions
2.30/2.90	c 3	parsed 20000 expressions
2.30/3.10	c 3	parsed 30000 expressions
3.14/3.25	c 3	parsed 40000 expressions
3.43/3.52	c 4	parsed 50000 expressions
3.63/3.72	c 4	parsed 60000 expressions
3.73/3.84	c 4	parsed 66076 expressions
3.73/3.84	c 4	Heap : 20 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.73/3.84	c 4	Converting to clausal form CSP
3.73/3.90	c 4	converted 6608 (10%) expressions
3.93/4.04	c 4	converted 13216 (20%) expressions
3.93/4.05	c 4	converted 19823 (30%) expressions
3.93/4.07	c 4	converted 26431 (40%) expressions
3.93/4.08	c 4	converted 33038 (50%) expressions
4.33/4.41	c 4	converted 39646 (60%) expressions
5.02/5.18	c 5	converted 46254 (70%) expressions
5.82/5.93	c 6	converted 52861 (80%) expressions
6.31/6.49	c 7	converted 59469 (90%) expressions
6.92/7.01	c 7	converted 66076 (100%) expressions
6.92/7.02	c 7	CSP : 59561 integers, 1972 booleans, 146399 clauses, largest domain size 20001
6.92/7.02	c 7	Heap : 91 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.92/7.02	c 7	Propagation in CSP
1266.44/1272.87	c 1273	838163600 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1266.44/1272.88	c 1273	CSP : 59561 integers, 1972 booleans, 146399 clauses, largest domain size 20001
1266.44/1272.88	c 1273	Heap : 96 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1266.54/1272.92	c 1273	Simplifing CSP by introducing new Boolean variables
1266.73/1273.19	c 1273	CSP : 59561 integers, 53826 booleans, 198253 clauses, largest domain size 20001
1266.73/1273.19	c 1273	Heap : 112 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1267.44/1273.84	c 1274	Encoding CSP to SAT : HOME/temp.cnf
1267.93/1274.33	c 1274	5957 (10%) CSP integer variables are encoded (386476 clauses, 6354577 bytes)
1271.01/1277.45	c 1277	11913 (20%) CSP integer variables are encoded (3182908 clauses, 58267740 bytes)
1272.28/1278.79	c 1279	17869 (30%) CSP integer variables are encoded (4337956 clauses, 80213652 bytes)
1272.97/1279.46	c 1279	23825 (40%) CSP integer variables are encoded (4907893 clauses, 91042455 bytes)
1273.57/1280.07	c 1280	29781 (50%) CSP integer variables are encoded (5445806 clauses, 101262802 bytes)
1273.57/1280.08	c 1280	35737 (60%) CSP integer variables are encoded (5445806 clauses, 101262802 bytes)
1274.55/1281.09	c 1281	41693 (70%) CSP integer variables are encoded (6325630 clauses, 117979458 bytes)
1275.14/1281.69	c 1282	47649 (80%) CSP integer variables are encoded (6845526 clauses, 127857482 bytes)
1275.34/1281.87	c 1282	53605 (90%) CSP integer variables are encoded (6995504 clauses, 130707064 bytes)
1275.64/1282.17	c 1282	59561 (100%) CSP integer variables are encoded (7245466 clauses, 135456342 bytes)
1316.85/1324.16	c 1324	19826 (10%) CSP clauses are encoded (31489315 clauses, 656429881 bytes)
1317.55/1324.82	c 1325	39651 (20%) CSP clauses are encoded (31896086 clauses, 664653254 bytes)
1319.91/1327.30	c 1327	59476 (30%) CSP clauses are encoded (33583736 clauses, 699703514 bytes)
1323.04/1330.46	c 1330	79302 (40%) CSP clauses are encoded (35709290 clauses, 744858559 bytes)
1325.10/1332.58	c 1333	99127 (50%) CSP clauses are encoded (37115965 clauses, 774738613 bytes)
1325.20/1332.68	c 1333	118952 (60%) CSP clauses are encoded (37125351 clauses, 774929577 bytes)
1325.30/1332.79	c 1333	138778 (70%) CSP clauses are encoded (37134676 clauses, 775119267 bytes)
1326.54/1334.03	c 1334	158603 (80%) CSP clauses are encoded (37904210 clauses, 791463619 bytes)
1327.82/1335.34	c 1335	178428 (90%) CSP clauses are encoded (38752965 clauses, 809490396 bytes)
1327.92/1335.47	c 1335	198253 (100%) CSP clauses are encoded (38775396 clauses, 810062962 bytes)
1327.92/1335.47	c 1335	198253 CSP clauses encoded
1327.92/1335.47	c 1335	Writing map file : HOME/temp.map
1328.02/1335.59	c 1336	Heap : 87 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1328.02/1335.59	c 1336	SAT : 7315967 SAT variables, 38775396 SAT clauses, 810062962 bytes
1328.02/1335.59	c 1336	Heap : 87 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1328.11/1335.65	c 1336	SOLVING HOME/temp.cnf
1328.11/1335.65	c 1336	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1328.11/1335.65	c 1336	This is MiniSat 2.0 beta
1328.11/1335.65	c 1336	WARNING: for repeatability, setting FPU to use double precision
1328.11/1335.65	c 1336	============================[ Problem Statistics ]=============================
1328.11/1335.65	c 1336	|                                                                             |
1328.11/1335.65	c 1336	|  Number of variables:  7315967                                              |
1328.11/1335.65	c 1336	|  Number of clauses:    38775396                                             |
1333.34/1340.92	c ERROR INTERRUPTED
1333.45/1341.05	s UNKNOWN
1333.45/1341.05	c 1341	CPU 1321.38 (0.05 0.01 1321.33 6.79)
1333.45/1341.05	c 1341	END Fri Jul  4 00:47:43 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-1059570-1215123922/watcher-1059570-1215123922 -o /tmp/evaluation-result-1059570-1215123922/solver-1059570-1215123922 -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-1059570-1215123922.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.93 2.03 2.02 4/82 28787
/proc/meminfo: memFree=1571960/2055920 swapFree=4179560/4192956
[pid=28787] ppid=28785 vsize=12268 CPUtime=0
/proc/28787/stat : 28787 (sugar) R 28785 28787 28750 0 -1 4194304 348 0 0 0 0 0 0 0 19 0 1 0 1991367242 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 228706712165 0 0 4224 0 0 0 0 17 0 0 0
/proc/28787/statm: 3067 316 241 3 0 167 0

[startup+0.0451619 s]
/proc/loadavg: 1.93 2.03 2.02 4/82 28787
/proc/meminfo: memFree=1571960/2055920 swapFree=4179560/4192956
[pid=28787] ppid=28785 vsize=13600 CPUtime=0.03
/proc/28787/stat : 28787 (sugar) S 28785 28787 28750 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1991367242 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28787/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101516 s]
/proc/loadavg: 1.93 2.03 2.02 4/82 28787
/proc/meminfo: memFree=1571960/2055920 swapFree=4179560/4192956
[pid=28787] ppid=28785 vsize=13600 CPUtime=0.03
/proc/28787/stat : 28787 (sugar) S 28785 28787 28750 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 1991367242 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28787/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301534 s]
/proc/loadavg: 1.93 2.03 2.02 4/82 28787
/proc/meminfo: memFree=1571960/2055920 swapFree=4179560/4192956
[pid=28787] ppid=28785 vsize=13600 CPUtime=0.03
/proc/28787/stat : 28787 (sugar) S 28785 28787 28750 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 1991367242 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28787/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701572 s]
/proc/loadavg: 1.93 2.03 2.02 4/82 28787
/proc/meminfo: memFree=1571960/2055920 swapFree=4179560/4192956
[pid=28787] ppid=28785 vsize=13600 CPUtime=0.03
/proc/28787/stat : 28787 (sugar) S 28785 28787 28750 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 1991367242 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28787/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50265 s]
/proc/loadavg: 1.93 2.03 2.02 3/93 28799
/proc/meminfo: memFree=1536928/2055920 swapFree=4179560/4192956
[pid=28787] ppid=28785 vsize=13600 CPUtime=0.03
/proc/28787/stat : 28787 (sugar) S 28785 28787 28750 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 1991367242 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28787/statm: 3400 796 370 3 0 500 0
[pid=28790] ppid=28787 vsize=5356 CPUtime=0
/proc/28790/stat : 28790 (sh) S 28787 28787 28750 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991367247 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28790/statm: 1339 233 193 169 0 50 0
[pid=28791] ppid=28790 vsize=864680 CPUtime=1.43
/proc/28791/stat : 28791 (java) S 28790 28787 28750 0 -1 0 18874 0 1 0 134 9 0 0 19 0 9 0 1991367247 885432320 15449 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28791/statm: 216170 15449 2529 9 0 210752 0
[pid=28791/tid=28792] ppid=28790 vsize=864680 CPUtime=0.65
/proc/28791/task/28792/stat : 28792 (java) R 28790 28787 28750 0 -1 64 3363 0 1 0 63 2 0 0 25 0 9 0 1991367248 885432320 15449 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28791/tid=28793] ppid=28790 vsize=864680 CPUtime=0.64
/proc/28791/task/28793/stat : 28793 (java) R 28790 28787 28750 0 -1 64 14311 0 0 0 59 5 0 0 17 0 9 0 1991367249 885432320 15449 996147200 134512640 134550740 4294956016 18446744073709551615 102723058 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28791/tid=28794] ppid=28790 vsize=864680 CPUtime=0
/proc/28791/task/28794/stat : 28794 (java) S 28790 28787 28750 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1991367249 885432320 15449 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28791/tid=28795] ppid=28790 vsize=864680 CPUtime=0
/proc/28791/task/28795/stat : 28795 (java) S 28790 28787 28750 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991367250 885432320 15449 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28791/tid=28796] ppid=28790 vsize=864680 CPUtime=0
/proc/28791/task/28796/stat : 28796 (java) S 28790 28787 28750 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1991367251 885432320 15449 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28791/tid=28797] ppid=28790 vsize=864680 CPUtime=0.11
/proc/28791/task/28797/stat : 28797 (java) S 28790 28787 28750 0 -1 64 501 0 0 0 11 0 0 0 16 0 9 0 1991367251 885432320 15449 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28791/tid=28798] ppid=28790 vsize=864680 CPUtime=0
/proc/28791/task/28798/stat : 28798 (java) S 28790 28787 28750 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1991367251 885432320 15449 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28791/tid=28799] ppid=28790 vsize=864680 CPUtime=0
/proc/28791/task/28799/stat : 28799 (java) S 28790 28787 28750 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1991367252 885432320 15449 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 883636

[startup+3.1018 s]
/proc/loadavg: 1.93 2.03 2.02 3/93 28799
/proc/meminfo: memFree=1498976/2055920 swapFree=4179560/4192956
[pid=28787] ppid=28785 vsize=13600 CPUtime=2.3
/proc/28787/stat : 28787 (sugar) S 28785 28787 28750 0 -1 4194304 973 23849 0 1 3 0 215 12 15 0 1 0 1991367242 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28787/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 13600

[startup+6.3021 s]
/proc/loadavg: 1.93 2.03 2.02 4/93 28809
/proc/meminfo: memFree=1506016/2055920 swapFree=4179560/4192956
[pid=28787] ppid=28785 vsize=13600 CPUtime=2.3
/proc/28787/stat : 28787 (sugar) S 28785 28787 28750 0 -1 4194304 974 23849 0 1 3 0 215 12 15 0 1 0 1991367242 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28787/statm: 3400 797 370 3 0 500 0
[pid=28800] ppid=28787 vsize=5356 CPUtime=0
/proc/28800/stat : 28800 (sh) S 28787 28787 28750 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991367477 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28800/statm: 1339 233 193 169 0 50 0
[pid=28801] ppid=28800 vsize=868436 CPUtime=3.92
/proc/28801/stat : 28801 (java) S 28800 28787 28750 0 -1 0 25553 0 1 0 377 15 0 0 20 0 9 0 1991367477 889278464 22856 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28801/statm: 217109 22856 2540 9 0 211684 0
[pid=28801/tid=28802] ppid=28800 vsize=868436 CPUtime=2.07
/proc/28801/task/28802/stat : 28802 (java) R 28800 28787 28750 0 -1 64 3716 0 1 0 205 2 0 0 25 0 9 0 1991367478 889278464 22856 996147200 134512640 134550740 4294955952 18446744073709551615 4126849241 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28801/tid=28803] ppid=28800 vsize=868436 CPUtime=1.61
/proc/28801/task/28803/stat : 28803 (java) S 28800 28787 28750 0 -1 64 19662 0 0 0 151 10 0 0 16 0 9 0 1991367479 889278464 22856 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28801/tid=28804] ppid=28800 vsize=868436 CPUtime=0
/proc/28801/task/28804/stat : 28804 (java) S 28800 28787 28750 0 -1 64 9 0 0 0 0 0 0 0 17 0 9 0 1991367479 889278464 22856 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28801/tid=28805] ppid=28800 vsize=868436 CPUtime=0
/proc/28801/task/28805/stat : 28805 (java) S 28800 28787 28750 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991367479 889278464 22856 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28801/tid=28806] ppid=28800 vsize=868436 CPUtime=0
/proc/28801/task/28806/stat : 28806 (java) S 28800 28787 28750 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1991367481 889278464 22856 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28801/tid=28807] ppid=28800 vsize=868436 CPUtime=0.2
/proc/28801/task/28807/stat : 28807 (java) S 28800 28787 28750 0 -1 64 1478 0 0 0 20 0 0 0 16 0 9 0 1991367481 889278464 22856 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28801/tid=28808] ppid=28800 vsize=868436 CPUtime=0
/proc/28801/task/28808/stat : 28808 (java) S 28800 28787 28750 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1991367481 889278464 22856 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28801/tid=28809] ppid=28800 vsize=868436 CPUtime=0
/proc/28801/task/28809/stat : 28809 (java) S 28800 28787 28750 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991367481 889278464 22856 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) 887392

[startup+12.7017 s]
/proc/loadavg: 1.94 2.03 2.02 3/93 28809
/proc/meminfo: memFree=1454888/2055920 swapFree=4179560/4192956
[pid=28787] ppid=28785 vsize=13600 CPUtime=2.3
/proc/28787/stat : 28787 (sugar) S 28785 28787 28750 0 -1 4194304 974 23849 0 1 3 0 215 12 15 0 1 0 1991367242 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28787/statm: 3400 797 370 3 0 500 0
[pid=28800] ppid=28787 vsize=5356 CPUtime=0
/proc/28800/stat : 28800 (sh) S 28787 28787 28750 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991367477 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28800/statm: 1339 233 193 169 0 50 0
[pid=28801] ppid=28800 vsize=868436 CPUtime=10.29
/proc/28801/stat : 28801 (java) S 28800 28787 28750 0 -1 0 43215 0 1 0 1006 23 0 0 20 0 9 0 1991367477 889278464 30632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28801/statm: 217109 30632 2540 9 0 211684 0
[pid=28801/tid=28802] ppid=28800 vsize=868436 CPUtime=7.36
/proc/28801/task/28802/stat : 28802 (java) R 28800 28787 28750 0 -1 64 4422 0 1 0 733 3 0 0 25 0 9 0 1991367478 889278464 30632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28801/tid=28803] ppid=28800 vsize=868436 CPUtime=2.68
/proc/28801/task/28803/stat : 28803 (java) R 28800 28787 28750 0 -1 64 36609 0 0 0 250 18 0 0 15 0 9 0 1991367479 889278464 30632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28801/tid=28804] ppid=28800 vsize=868436 CPUtime=0
/proc/28801/task/28804/stat : 28804 (java) S 28800 28787 28750 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991367479 889278464 30632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28801/tid=28805] ppid=28800 vsize=868436 CPUtime=0
/proc/28801/task/28805/stat : 28805 (java) S 28800 28787 28750 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991367479 889278464 30632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28801/tid=28806] ppid=28800 vsize=868436 CPUtime=0
/proc/28801/task/28806/stat : 28806 (java) S 28800 28787 28750 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1991367481 889278464 30632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28801/tid=28807] ppid=28800 vsize=868436 CPUtime=0.22
/proc/28801/task/28807/stat : 28807 (java) S 28800 28787 28750 0 -1 64 1487 0 0 0 22 0 0 0 16 0 9 0 1991367481 889278464 30632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28801/tid=28808] ppid=28800 vsize=868436 CPUtime=0
/proc/28801/task/28808/stat : 28808 (java) S 28800 28787 28750 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1991367481 889278464 30632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28801/tid=28809] ppid=28800 vsize=868436 CPUtime=0
/proc/28801/task/28809/stat : 28809 (java) S 28800 28787 28750 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991367481 889278464 30632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 887392

[startup+25.5029 s]
/proc/loadavg: 1.95 2.03 2.02 3/93 28809
/proc/meminfo: memFree=1454760/2055920 swapFree=4179560/4192956
[pid=28787] ppid=28785 vsize=13600 CPUtime=2.3
/proc/28787/stat : 28787 (sugar) S 28785 28787 28750 0 -1 4194304 974 23849 0 1 3 0 215 12 15 0 1 0 1991367242 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28787/statm: 3400 797 370 3 0 500 0
[pid=28800] ppid=28787 vsize=5356 CPUtime=0
/proc/28800/stat : 28800 (sh) S 28787 28787 28750 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991367477 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28800/statm: 1339 233 193 169 0 50 0
[pid=28801] ppid=28800 vsize=868436 CPUtime=23.02
/proc/28801/stat : 28801 (java) S 28800 28787 28750 0 -1 0 43407 0 1 0 2277 25 0 0 20 0 9 0 1991367477 889278464 30632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28801/statm: 217109 30632 2540 9 0 211684 0
[pid=28801/tid=28802] ppid=28800 vsize=868436 CPUtime=19.99
/proc/28801/task/28802/stat : 28802 (java) R 28800 28787 28750 0 -1 64 4614 0 1 0 1995 4 0 0 25 0 9 0 1991367478 889278464 30632 996147200 134512640 134550740 4294955952 18446744073709551615 4126581440 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28801/tid=28803] ppid=28800 vsize=868436 CPUtime=2.79
/proc/28801/task/28803/stat : 28803 (java) S 28800 28787 28750 0 -1 64 36609 0 0 0 260 19 0 0 16 0 9 0 1991367479 889278464 30632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28801/tid=28804] ppid=28800 vsize=868436 CPUtime=0
/proc/28801/task/28804/stat : 28804 (java) S 28800 28787 28750 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991367479 889278464 30632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28801/tid=28805] ppid=28800 vsize=868436 CPUtime=0
/proc/28801/task/28805/stat : 28805 (java) S 28800 28787 28750 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991367479 889278464 30632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28801/tid=28806] ppid=28800 vsize=868436 CPUtime=0
/proc/28801/task/28806/stat : 28806 (java) S 28800 28787 28750 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1991367481 889278464 30632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28801/tid=28807] ppid=28800 vsize=868436 CPUtime=0.22
/proc/28801/task/28807/stat : 28807 (java) S 28800 28787 28750 0 -1 64 1487 0 0 0 22 0 0 0 16 0 9 0 1991367481 889278464 30632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28801/tid=28808] ppid=28800 vsize=868436 CPUtime=0
/proc/28801/task/28808/stat : 28808 (java) S 28800 28787 28750 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1991367481 889278464 30632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28801/tid=28809] ppid=28800 vsize=868436 CPUtime=0
/proc/28801/task/28809/stat : 28809 (java) S 28800 28787 28750 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991367481 889278464 30632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 887392

[startup+51.1024 s]
/proc/loadavg: 1.97 2.03 2.01 3/93 28809
/proc/meminfo: memFree=1454568/2055920 swapFree=4179560/4192956
[pid=28787] ppid=28785 vsize=13600 CPUtime=2.3
/proc/28787/stat : 28787 (sugar) S 28785 28787 28750 0 -1 4194304 974 23849 0 1 3 0 215 12 15 0 1 0 1991367242 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28787/statm: 3400 797 370 3 0 500 0
[pid=28800] ppid=28787 vsize=5356 CPUtime=0
/proc/28800/stat : 28800 (sh) S 28787 28787 28750 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991367477 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28800/statm: 1339 233 193 169 0 50 0
[pid=28801] ppid=28800 vsize=868436 CPUtime=48.48
/proc/28801/stat : 28801 (java) S 28800 28787 28750 0 -1 0 43789 0 1 0 4821 27 0 0 20 0 9 0 1991367477 889278464 30632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0

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

[pid=28800] ppid=28787 vsize=5356 CPUtime=0
/proc/28800/stat : 28800 (sh) S 28787 28787 28750 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991367477 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28800/statm: 1339 233 193 169 0 50 0
[pid=28801] ppid=28800 vsize=868436 CPUtime=1114.38
/proc/28801/stat : 28801 (java) S 28800 28787 28750 0 -1 0 59823 0 1 0 111258 180 0 0 20 0 9 0 1991367477 889278464 30632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28801/statm: 217109 30632 2540 9 0 211684 0
[pid=28801/tid=28802] ppid=28800 vsize=868436 CPUtime=1101.79
/proc/28801/task/28802/stat : 28802 (java) R 28800 28787 28750 0 -1 64 21030 0 1 0 110120 59 0 0 25 0 9 0 1991367478 889278464 30632 996147200 134512640 134550740 4294955952 18446744073709551615 4126981415 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28801/tid=28803] ppid=28800 vsize=868436 CPUtime=12.34
/proc/28801/task/28803/stat : 28803 (java) S 28800 28787 28750 0 -1 64 36609 0 0 0 1115 119 0 0 16 0 9 0 1991367479 889278464 30632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28801/tid=28804] ppid=28800 vsize=868436 CPUtime=0
/proc/28801/task/28804/stat : 28804 (java) S 28800 28787 28750 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991367479 889278464 30632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28801/tid=28805] ppid=28800 vsize=868436 CPUtime=0
/proc/28801/task/28805/stat : 28805 (java) S 28800 28787 28750 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991367479 889278464 30632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28801/tid=28806] ppid=28800 vsize=868436 CPUtime=0
/proc/28801/task/28806/stat : 28806 (java) S 28800 28787 28750 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1991367481 889278464 30632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28801/tid=28807] ppid=28800 vsize=868436 CPUtime=0.22
/proc/28801/task/28807/stat : 28807 (java) S 28800 28787 28750 0 -1 64 1487 0 0 0 22 0 0 0 16 0 9 0 1991367481 889278464 30632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28801/tid=28808] ppid=28800 vsize=868436 CPUtime=0
/proc/28801/task/28808/stat : 28808 (java) S 28800 28787 28750 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1991367481 889278464 30632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28801/tid=28809] ppid=28800 vsize=868436 CPUtime=0
/proc/28801/task/28809/stat : 28809 (java) S 28800 28787 28750 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991367481 889278464 30632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1116.68
Current children cumulated vsize (KiB) 887392

[startup+1182.3 s]
/proc/loadavg: 2.03 2.06 2.01 3/93 28811
/proc/meminfo: memFree=1448488/2055920 swapFree=4179560/4192956
[pid=28787] ppid=28785 vsize=13600 CPUtime=2.3
/proc/28787/stat : 28787 (sugar) S 28785 28787 28750 0 -1 4194304 974 23849 0 1 3 0 215 12 15 0 1 0 1991367242 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28787/statm: 3400 797 370 3 0 500 0
[pid=28800] ppid=28787 vsize=5356 CPUtime=0
/proc/28800/stat : 28800 (sh) S 28787 28787 28750 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991367477 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28800/statm: 1339 233 193 169 0 50 0
[pid=28801] ppid=28800 vsize=868436 CPUtime=1174.08
/proc/28801/stat : 28801 (java) S 28800 28787 28750 0 -1 0 60723 0 1 0 117220 188 0 0 20 0 9 0 1991367477 889278464 30632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28801/statm: 217109 30632 2540 9 0 211684 0
[pid=28801/tid=28802] ppid=28800 vsize=868436 CPUtime=1160.93
/proc/28801/task/28802/stat : 28802 (java) R 28800 28787 28750 0 -1 64 21930 0 1 0 116032 61 0 0 25 0 9 0 1991367478 889278464 30632 996147200 134512640 134550740 4294955952 18446744073709551615 4126637273 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28801/tid=28803] ppid=28800 vsize=868436 CPUtime=12.9
/proc/28801/task/28803/stat : 28803 (java) S 28800 28787 28750 0 -1 64 36609 0 0 0 1165 125 0 0 16 0 9 0 1991367479 889278464 30632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28801/tid=28804] ppid=28800 vsize=868436 CPUtime=0
/proc/28801/task/28804/stat : 28804 (java) S 28800 28787 28750 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991367479 889278464 30632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28801/tid=28805] ppid=28800 vsize=868436 CPUtime=0
/proc/28801/task/28805/stat : 28805 (java) S 28800 28787 28750 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991367479 889278464 30632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28801/tid=28806] ppid=28800 vsize=868436 CPUtime=0
/proc/28801/task/28806/stat : 28806 (java) S 28800 28787 28750 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1991367481 889278464 30632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28801/tid=28807] ppid=28800 vsize=868436 CPUtime=0.22
/proc/28801/task/28807/stat : 28807 (java) S 28800 28787 28750 0 -1 64 1487 0 0 0 22 0 0 0 16 0 9 0 1991367481 889278464 30632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28801/tid=28808] ppid=28800 vsize=868436 CPUtime=0
/proc/28801/task/28808/stat : 28808 (java) S 28800 28787 28750 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1991367481 889278464 30632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28801/tid=28809] ppid=28800 vsize=868436 CPUtime=0
/proc/28801/task/28809/stat : 28809 (java) S 28800 28787 28750 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991367481 889278464 30632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1176.38
Current children cumulated vsize (KiB) 887392

[startup+1242.3 s]
/proc/loadavg: 2.05 2.06 2.01 3/93 28811
/proc/meminfo: memFree=1448104/2055920 swapFree=4179560/4192956
[pid=28787] ppid=28785 vsize=13600 CPUtime=2.3
/proc/28787/stat : 28787 (sugar) S 28785 28787 28750 0 -1 4194304 974 23849 0 1 3 0 215 12 15 0 1 0 1991367242 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28787/statm: 3400 797 370 3 0 500 0
[pid=28800] ppid=28787 vsize=5356 CPUtime=0
/proc/28800/stat : 28800 (sh) S 28787 28787 28750 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991367477 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28800/statm: 1339 233 193 169 0 50 0
[pid=28801] ppid=28800 vsize=868436 CPUtime=1233.79
/proc/28801/stat : 28801 (java) S 28800 28787 28750 0 -1 0 61623 0 1 0 123183 196 0 0 20 0 9 0 1991367477 889278464 30632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28801/statm: 217109 30632 2540 9 0 211684 0
[pid=28801/tid=28802] ppid=28800 vsize=868436 CPUtime=1220.1
/proc/28801/task/28802/stat : 28802 (java) R 28800 28787 28750 0 -1 64 22830 0 1 0 121946 64 0 0 25 0 9 0 1991367478 889278464 30632 996147200 134512640 134550740 4294955952 18446744073709551615 4126981372 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28801/tid=28803] ppid=28800 vsize=868436 CPUtime=13.43
/proc/28801/task/28803/stat : 28803 (java) S 28800 28787 28750 0 -1 64 36609 0 0 0 1213 130 0 0 16 0 9 0 1991367479 889278464 30632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28801/tid=28804] ppid=28800 vsize=868436 CPUtime=0
/proc/28801/task/28804/stat : 28804 (java) S 28800 28787 28750 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991367479 889278464 30632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28801/tid=28805] ppid=28800 vsize=868436 CPUtime=0
/proc/28801/task/28805/stat : 28805 (java) S 28800 28787 28750 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991367479 889278464 30632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28801/tid=28806] ppid=28800 vsize=868436 CPUtime=0
/proc/28801/task/28806/stat : 28806 (java) S 28800 28787 28750 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1991367481 889278464 30632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28801/tid=28807] ppid=28800 vsize=868436 CPUtime=0.22
/proc/28801/task/28807/stat : 28807 (java) S 28800 28787 28750 0 -1 64 1487 0 0 0 22 0 0 0 16 0 9 0 1991367481 889278464 30632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28801/tid=28808] ppid=28800 vsize=868436 CPUtime=0
/proc/28801/task/28808/stat : 28808 (java) S 28800 28787 28750 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1991367481 889278464 30632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28801/tid=28809] ppid=28800 vsize=868436 CPUtime=0
/proc/28801/task/28809/stat : 28809 (java) S 28800 28787 28750 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991367481 889278464 30632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1236.09
Current children cumulated vsize (KiB) 887392

[startup+1302.3 s]
/proc/loadavg: 2.22 2.10 2.02 3/93 28811
/proc/meminfo: memFree=1049768/2055920 swapFree=4179560/4192956
[pid=28787] ppid=28785 vsize=13600 CPUtime=2.3
/proc/28787/stat : 28787 (sugar) S 28785 28787 28750 0 -1 4194304 974 23849 0 1 3 0 215 12 15 0 1 0 1991367242 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28787/statm: 3400 797 370 3 0 500 0
[pid=28800] ppid=28787 vsize=5356 CPUtime=0
/proc/28800/stat : 28800 (sh) S 28787 28787 28750 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991367477 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28800/statm: 1339 233 193 169 0 50 0
[pid=28801] ppid=28800 vsize=868548 CPUtime=1293.19
/proc/28801/stat : 28801 (java) S 28800 28787 28750 0 -1 0 71239 0 1 0 128897 422 0 0 20 0 9 0 1991367477 889393152 34241 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28801/statm: 217137 34241 2565 9 0 211684 0
[pid=28801/tid=28802] ppid=28800 vsize=868548 CPUtime=1277.93
/proc/28801/task/28802/stat : 28802 (java) R 28800 28787 28750 0 -1 64 24212 0 1 0 127515 278 0 0 25 0 9 0 1991367478 889393152 34241 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28801/tid=28803] ppid=28800 vsize=868548 CPUtime=14.95
/proc/28801/task/28803/stat : 28803 (java) S 28800 28787 28750 0 -1 64 44804 0 0 0 1354 141 0 0 16 0 9 0 1991367479 889393152 34241 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28801/tid=28804] ppid=28800 vsize=868548 CPUtime=0
/proc/28801/task/28804/stat : 28804 (java) S 28800 28787 28750 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991367479 889393152 34241 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28801/tid=28805] ppid=28800 vsize=868548 CPUtime=0
/proc/28801/task/28805/stat : 28805 (java) S 28800 28787 28750 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991367479 889393152 34241 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28801/tid=28806] ppid=28800 vsize=868548 CPUtime=0
/proc/28801/task/28806/stat : 28806 (java) S 28800 28787 28750 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1991367481 889393152 34241 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28801/tid=28807] ppid=28800 vsize=868548 CPUtime=0.28
/proc/28801/task/28807/stat : 28807 (java) S 28800 28787 28750 0 -1 64 1526 0 0 0 27 1 0 0 17 0 9 0 1991367481 889393152 34241 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28801/tid=28808] ppid=28800 vsize=868548 CPUtime=0
/proc/28801/task/28808/stat : 28808 (java) S 28800 28787 28750 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1991367481 889393152 34241 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28801/tid=28809] ppid=28800 vsize=868548 CPUtime=0
/proc/28801/task/28809/stat : 28809 (java) S 28800 28787 28750 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991367481 889393152 34241 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1295.49
Current children cumulated vsize (KiB) 887504



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1340.91 s]
/proc/loadavg: 2.18 2.10 2.02 3/85 28813
/proc/meminfo: memFree=16296/2055920 swapFree=4179560/4192956
[pid=28787] ppid=28785 vsize=13600 CPUtime=1328.18
/proc/28787/stat : 28787 (sugar) S 28785 28787 28750 0 -1 4194304 1033 96380 0 2 5 1 132133 679 16 0 1 0 1991367242 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28787/statm: 3400 799 370 3 0 500 0
[pid=28812] ppid=28787 vsize=5356 CPUtime=0
/proc/28812/stat : 28812 (sh) S 28787 28787 28750 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991500807 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28812/statm: 1339 232 193 169 0 50 0
[pid=28813] ppid=28812 vsize=908396 CPUtime=5.16
/proc/28813/stat : 28813 (minisat) R 28812 28787 28750 0 -1 4194304 208741 0 0 0 413 103 0 0 25 0 1 0 1991500808 930197504 208727 996147200 134512640 135127466 4294956272 18446744073709551615 134514148 0 0 4096 3 0 0 0 17 1 0 0
/proc/28813/statm: 227099 208727 62 150 0 226946 0
Current children cumulated CPU time (s) 1333.34
Current children cumulated vsize (KiB) 927352

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

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

[startup+1341.02 s]
/proc/loadavg: 2.18 2.10 2.02 3/85 28813
/proc/meminfo: memFree=16296/2055920 swapFree=4179560/4192956
[pid=28787] ppid=28785 vsize=13600 CPUtime=1328.18
/proc/28787/stat : 28787 (sugar) S 28785 28787 28750 0 -1 4194304 1044 96380 0 2 5 1 132133 679 16 0 1 0 1991367242 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/28787/statm: 3400 799 370 3 0 500 0
[pid=28812] ppid=28787 vsize=0 CPUtime=0
/proc/28812/stat : 28812 (sh) Z 28787 28787 28750 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 1991500807 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/28812/statm: 0 0 0 0 0 0 0
[pid=28813] ppid=1 vsize=0 CPUtime=5.27
/proc/28813/stat : 28813 (minisat) R 1 28787 28750 0 -1 4195332 208741 0 0 0 413 114 0 0 25 0 1 0 1991500808 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/28813/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1333.45
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28787 and gives
#  childrusage.ru_utime.tv_sec=1321
#  childrusage.ru_utime.tv_usec=393117
#  childrusage.ru_stime.tv_sec=6
#  childrusage.ru_stime.tv_usec=808964
# CPU time returned by wait4() is 1328.2
# while last known CPU time is 1333.45
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1341.06
CPU time (s): 1333.45
CPU user time (s): 1325.51
CPU system time (s): 7.94
CPU usage (%): 99.4325
Max. virtual memory (cumulated for all children) (KiB): 927352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1321.39
system time used= 6.80896
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97757
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= 175487
involuntary context switches= 196052

runsolver used 1.40079 second user time and 4.70828 second system time

The end

Launcher Data (download as text)

Begin job on node8 at 2008-07-04 00:25:22
IDJOB=1059570
IDBENCH=54300
IDSOLVER=346
FILE ID=node8/1059570-1215123922
PBS_JOBID= 7877255
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fischer/normalized-fischer-10-13-fair.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-1059570-1215123922/watcher-1059570-1215123922 -o /tmp/evaluation-result-1059570-1215123922/solver-1059570-1215123922 -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-1059570-1215123922.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 470171cedada3e0976f1103c3898929b
RANDOM SEED=2021049740

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1572440 kB
Buffers:         22524 kB
Cached:         351176 kB
SwapCached:       7032 kB
Active:         111124 kB
Inactive:       317028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1572440 kB
SwapTotal:     4192956 kB
SwapFree:      4179560 kB
Dirty:            7176 kB
Writeback:           0 kB
Mapped:          67984 kB
Slab:            40280 kB
Committed_AS:  3995376 kB
PageTables:       1900 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66540 MiB
End job on node8 at 2008-07-04 00:47:45