Trace number 2081092

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.14.6+minisat? (MO) 128.681 133.858

General information on the benchmark

Namecsp/super-os/super-os-taillard-20/
normalized-super-os-taillard-20-9.xml
MD5SUM766b595736fa171b6dcf2e85be74bc4b
Bench Category2-ARY-INT (binary 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 variables800
Number of constraints23200
Maximum constraint arity2
Maximum domain size1322
Number of constraints which are defined in extension0
Number of constraints which are defined in intension23200
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 06:16:52 2009
0.00/0.08	c 0	PID 25409
0.06/0.08	c 0	HOST node13.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2081092-1247372211.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2081092-1247372211.xml' 'HOME/temp.csp'
1.74/1.82	c 1	98 domains, 800 variables, 3 predicates, 0 relations, 23200 constraints
1.74/1.86	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.74/1.86	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.79/1.94	c 2	Parsing HOME/temp.csp
2.02/2.11	c 2	parsed 10000 expressions
2.11/2.24	c 2	parsed 20000 expressions
2.11/2.28	c 2	parsed 24101 expressions
2.11/2.29	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.11/2.29	c 2	Converting to clausal form CSP
2.51/2.64	c 2	converted 2411 (10%) expressions
2.61/2.72	c 2	converted 4821 (20%) expressions
2.71/2.82	c 2	converted 7231 (30%) expressions
2.81/2.99	c 3	converted 9641 (40%) expressions
2.91/3.08	c 3	converted 12051 (50%) expressions
3.00/3.17	c 3	converted 14461 (60%) expressions
3.10/3.26	c 3	converted 16871 (70%) expressions
3.21/3.35	c 3	converted 19281 (80%) expressions
3.40/3.57	c 3	converted 21691 (90%) expressions
3.50/3.65	c 3	converted 24101 (100%) expressions
3.50/3.65	c 3	CSP : 800 integers, 0 booleans, 23200 clauses, largest domain size 1322
3.50/3.65	c 3	Heap : 23 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.50/3.66	c 3	Propagation in CSP
3.60/3.76	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.60/3.76	c 3	CSP : 800 integers, 0 booleans, 23200 clauses, largest domain size 1322
3.60/3.76	c 3	Heap : 24 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.60/3.78	c 3	Simplifing CSP by introducing new Boolean variables
4.09/4.20	c 4	CSP : 800 integers, 46400 booleans, 69600 clauses, largest domain size 1322
4.09/4.20	c 4	Heap : 38 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.29/4.41	c 4	Encoding CSP to SAT : HOME/temp.cnf
4.39/4.57	c 4	80 (10%) CSP integer variables are encoded (101560 clauses, 1504549 bytes)
4.58/4.70	c 4	160 (20%) CSP integer variables are encoded (203524 clauses, 3237937 bytes)
4.68/4.83	c 4	240 (30%) CSP integer variables are encoded (305290 clauses, 4967959 bytes)
4.78/4.97	c 5	320 (40%) CSP integer variables are encoded (407720 clauses, 6709269 bytes)
4.97/5.10	c 5	400 (50%) CSP integer variables are encoded (509236 clauses, 8435041 bytes)
5.07/5.23	c 5	480 (60%) CSP integer variables are encoded (610588 clauses, 10158025 bytes)
5.17/5.35	c 5	560 (70%) CSP integer variables are encoded (711780 clauses, 11878289 bytes)
5.27/5.48	c 5	640 (80%) CSP integer variables are encoded (813124 clauses, 13601137 bytes)
5.46/5.61	c 5	720 (90%) CSP integer variables are encoded (914552 clauses, 15325413 bytes)
5.56/5.73	c 5	800 (100%) CSP integer variables are encoded (1015570 clauses, 17075434 bytes)
16.19/16.58	c 16	6960 (10%) CSP clauses are encoded (6692526 clauses, 155415905 bytes)
27.14/27.77	c 27	13920 (20%) CSP clauses are encoded (12406978 clauses, 300732456 bytes)
38.16/39.04	c 39	20880 (30%) CSP clauses are encoded (18082256 clauses, 448269264 bytes)
49.16/50.35	c 50	27840 (40%) CSP clauses are encoded (23755136 clauses, 595746074 bytes)
60.25/61.77	c 61	34800 (50%) CSP clauses are encoded (29500458 clauses, 745112938 bytes)
71.25/73.08	c 73	41760 (60%) CSP clauses are encoded (35180110 clauses, 892787584 bytes)
82.18/84.23	c 84	48720 (70%) CSP clauses are encoded (40795214 clauses, 1038776588 bytes)
93.06/95.46	c 95	55680 (80%) CSP clauses are encoded (46451820 clauses, 1185865374 bytes)
104.07/106.74	c 106	62640 (90%) CSP clauses are encoded (52099144 clauses, 1332744918 bytes)
114.97/118.05	c 118	69600 (100%) CSP clauses are encoded (57730120 clauses, 1480071810 bytes)
114.97/118.05	c 118	69600 CSP clauses encoded
114.97/118.05	c 118	Writing map file : HOME/temp.map
114.97/118.07	c 118	Heap : 25 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
114.97/118.07	c 118	SAT : 1062770 SAT variables, 57730120 SAT clauses, 1480071810 bytes
114.97/118.07	c 118	Heap : 25 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
115.04/118.12	c 118	SOLVING HOME/temp.cnf
115.04/118.12	c 118	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
115.04/118.13	c 118	This is MiniSat 2.0 beta
115.04/118.13	c 118	WARNING: for repeatability, setting FPU to use double precision
115.04/118.13	c 118	============================[ Problem Statistics ]=============================
115.04/118.13	c 118	|                                                                             |
115.04/118.13	c 118	|  Number of variables:  1062770                                              |
115.04/118.13	c 118	|  Number of clauses:    57730120                                             |
128.06/132.22	c ERROR INTERRUPTED
128.18/132.36	s UNKNOWN
128.18/132.36	c 132	CPU 115.06 (0.06 0.01 105.08 9.91)
128.18/132.36	c 132	END Sun Jul 12 06:19:04 2009

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2081092-1247372211/watcher-2081092-1247372211 -o /tmp/evaluation-result-2081092-1247372211/solver-2081092-1247372211 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2081092-1247372211.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.14 2.17 2.07 3/74 25409
/proc/meminfo: memFree=1445080/2055920 swapFree=4192812/4192956
[pid=25409] ppid=25407 vsize=12000 CPUtime=0
/proc/25409/stat : 25409 (sugar) R 25407 25409 18450 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 24288073 12288000 177 996147200 4194304 4206940 548682068608 18446744073709551615 269775525264 0 0 4224 0 0 0 0 17 1 0 0
/proc/25409/statm: 3000 177 138 3 0 100 0

[startup+0.083207 s]
/proc/loadavg: 2.14 2.17 2.07 3/74 25409
/proc/meminfo: memFree=1445080/2055920 swapFree=4192812/4192956
[pid=25409] ppid=25407 vsize=16740 CPUtime=0.06
/proc/25409/stat : 25409 (sugar) S 25407 25409 18450 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 24288073 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25409/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.10149 s]
/proc/loadavg: 2.14 2.17 2.07 3/74 25409
/proc/meminfo: memFree=1445080/2055920 swapFree=4192812/4192956
[pid=25409] ppid=25407 vsize=16868 CPUtime=0.06
/proc/25409/stat : 25409 (sugar) S 25407 25409 18450 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24288073 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25409/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301511 s]
/proc/loadavg: 2.14 2.17 2.07 3/74 25409
/proc/meminfo: memFree=1445080/2055920 swapFree=4192812/4192956
[pid=25409] ppid=25407 vsize=16868 CPUtime=0.06
/proc/25409/stat : 25409 (sugar) S 25407 25409 18450 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24288073 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25409/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701567 s]
/proc/loadavg: 2.14 2.17 2.07 3/74 25409
/proc/meminfo: memFree=1445080/2055920 swapFree=4192812/4192956
[pid=25409] ppid=25407 vsize=16868 CPUtime=0.06
/proc/25409/stat : 25409 (sugar) S 25407 25409 18450 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24288073 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25409/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50267 s]
/proc/loadavg: 2.14 2.17 2.07 4/85 25421
/proc/meminfo: memFree=1420096/2055920 swapFree=4192812/4192956
[pid=25409] ppid=25407 vsize=16868 CPUtime=0.06
/proc/25409/stat : 25409 (sugar) S 25407 25409 18450 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24288073 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25409/statm: 4217 1111 409 3 0 796 0
[pid=25412] ppid=25409 vsize=5356 CPUtime=0
/proc/25412/stat : 25412 (sh) S 25409 25409 18450 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24288081 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25412/statm: 1339 233 193 169 0 50 0
[pid=25413] ppid=25412 vsize=864792 CPUtime=1.39
/proc/25413/stat : 25413 (java) S 25412 25409 18450 0 -1 0 13747 0 1 0 129 10 0 0 18 0 9 0 24288082 885547008 11771 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25413/statm: 216198 11771 2556 9 0 210710 0
[pid=25413/tid=25414] ppid=25412 vsize=864792 CPUtime=0.79
/proc/25413/task/25414/stat : 25414 (java) R 25412 25409 18450 0 -1 64 3066 0 1 0 76 3 0 0 24 0 9 0 24288083 885547008 11771 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25413/tid=25415] ppid=25412 vsize=864792 CPUtime=0.44
/proc/25413/task/25415/stat : 25415 (java) S 25412 25409 18450 0 -1 64 9452 0 0 0 39 5 0 0 16 0 9 0 24288084 885547008 11771 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25413/tid=25416] ppid=25412 vsize=864792 CPUtime=0
/proc/25413/task/25416/stat : 25416 (java) S 25412 25409 18450 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24288084 885547008 11771 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25413/tid=25417] ppid=25412 vsize=864792 CPUtime=0
/proc/25413/task/25417/stat : 25417 (java) S 25412 25409 18450 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24288084 885547008 11771 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25413/tid=25418] ppid=25412 vsize=864792 CPUtime=0
/proc/25413/task/25418/stat : 25418 (java) S 25412 25409 18450 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24288087 885547008 11771 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25413/tid=25419] ppid=25412 vsize=864792 CPUtime=0.13
/proc/25413/task/25419/stat : 25419 (java) R 25412 25409 18450 0 -1 64 524 0 0 0 13 0 0 0 16 0 9 0 24288087 885547008 11771 996147200 134512640 134550932 4294955984 18446744073709551615 102223078 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25413/tid=25420] ppid=25412 vsize=864792 CPUtime=0
/proc/25413/task/25420/stat : 25420 (java) S 25412 25409 18450 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24288087 885547008 11771 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25413/tid=25421] ppid=25412 vsize=864792 CPUtime=0
/proc/25413/task/25421/stat : 25421 (java) S 25412 25409 18450 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24288087 885547008 11771 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 887016

[startup+3.10289 s]
/proc/loadavg: 2.14 2.17 2.07 3/85 25431
/proc/meminfo: memFree=1433600/2055920 swapFree=4192812/4192956
[pid=25409] ppid=25407 vsize=16868 CPUtime=1.8
/proc/25409/stat : 25409 (sugar) S 25407 25409 18450 0 -1 4194304 1309 14531 0 1 6 1 161 12 16 0 1 0 24288073 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25409/statm: 4217 1111 409 3 0 796 0
[pid=25422] ppid=25409 vsize=5356 CPUtime=0
/proc/25422/stat : 25422 (sh) S 25409 25409 18450 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24288260 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25422/statm: 1339 233 193 169 0 50 0
[pid=25423] ppid=25422 vsize=868592 CPUtime=1.2
/proc/25423/stat : 25423 (java) S 25422 25409 18450 0 -1 0 10298 0 1 0 115 5 0 0 18 0 9 0 24288260 889438208 9344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25423/statm: 217148 9344 2566 9 0 211653 0
[pid=25423/tid=25424] ppid=25422 vsize=868592 CPUtime=0.68
/proc/25423/task/25424/stat : 25424 (java) R 25422 25409 18450 0 -1 64 2723 0 1 0 67 1 0 0 21 0 9 0 24288261 889438208 9344 996147200 134512640 134550932 4294955936 18446744073709551615 4126408684 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25423/tid=25425] ppid=25422 vsize=868592 CPUtime=0.32
/proc/25423/task/25425/stat : 25425 (java) S 25422 25409 18450 0 -1 64 5434 0 0 0 31 1 0 0 16 0 9 0 24288262 889438208 9344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25423/tid=25426] ppid=25422 vsize=868592 CPUtime=0
/proc/25423/task/25426/stat : 25426 (java) S 25422 25409 18450 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24288262 889438208 9344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25423/tid=25427] ppid=25422 vsize=868592 CPUtime=0
/proc/25423/task/25427/stat : 25427 (java) S 25422 25409 18450 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24288262 889438208 9344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25423/tid=25428] ppid=25422 vsize=868592 CPUtime=0
/proc/25423/task/25428/stat : 25428 (java) S 25422 25409 18450 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24288265 889438208 9344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25423/tid=25429] ppid=25422 vsize=868592 CPUtime=0.17
/proc/25423/task/25429/stat : 25429 (java) S 25422 25409 18450 0 -1 64 1439 0 0 0 16 1 0 0 16 0 9 0 24288265 889438208 9344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25423/tid=25430] ppid=25422 vsize=868592 CPUtime=0
/proc/25423/task/25430/stat : 25430 (java) S 25422 25409 18450 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24288265 889438208 9344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25423/tid=25431] ppid=25422 vsize=868592 CPUtime=0
/proc/25423/task/25431/stat : 25431 (java) S 25422 25409 18450 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24288265 889438208 9344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890816

[startup+6.30231 s]
/proc/loadavg: 2.21 2.18 2.07 3/85 25431
/proc/meminfo: memFree=1377088/2055920 swapFree=4192812/4192956
[pid=25409] ppid=25407 vsize=16868 CPUtime=1.8
/proc/25409/stat : 25409 (sugar) S 25407 25409 18450 0 -1 4194304 1310 14531 0 1 6 1 161 12 16 0 1 0 24288073 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25409/statm: 4217 1111 409 3 0 796 0
[pid=25422] ppid=25409 vsize=5356 CPUtime=0
/proc/25422/stat : 25422 (sh) S 25409 25409 18450 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24288260 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25422/statm: 1339 233 193 169 0 50 0
[pid=25423] ppid=25422 vsize=868704 CPUtime=4.36
/proc/25423/stat : 25423 (java) S 25422 25409 18450 0 -1 0 16944 0 1 0 413 23 0 0 18 0 9 0 24288260 889552896 15322 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25423/statm: 217176 15322 2590 9 0 211653 0
[pid=25423/tid=25424] ppid=25422 vsize=868704 CPUtime=2.95
/proc/25423/task/25424/stat : 25424 (java) R 25422 25409 18450 0 -1 64 3411 0 1 0 279 16 0 0 25 0 9 0 24288261 889552896 15322 996147200 134512640 134550932 4294955936 18446744073709551615 4126432390 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25423/tid=25425] ppid=25422 vsize=868704 CPUtime=1.14
/proc/25423/task/25425/stat : 25425 (java) S 25422 25409 18450 0 -1 64 11347 0 0 0 110 4 0 0 16 0 9 0 24288262 889552896 15322 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25423/tid=25426] ppid=25422 vsize=868704 CPUtime=0
/proc/25423/task/25426/stat : 25426 (java) S 25422 25409 18450 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24288262 889552896 15322 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25423/tid=25427] ppid=25422 vsize=868704 CPUtime=0
/proc/25423/task/25427/stat : 25427 (java) S 25422 25409 18450 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24288262 889552896 15322 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25423/tid=25428] ppid=25422 vsize=868704 CPUtime=0
/proc/25423/task/25428/stat : 25428 (java) S 25422 25409 18450 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24288265 889552896 15322 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25423/tid=25429] ppid=25422 vsize=868704 CPUtime=0.23
/proc/25423/task/25429/stat : 25429 (java) S 25422 25409 18450 0 -1 64 1484 0 0 0 22 1 0 0 16 0 9 0 24288265 889552896 15322 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25423/tid=25430] ppid=25422 vsize=868704 CPUtime=0
/proc/25423/task/25430/stat : 25430 (java) S 25422 25409 18450 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24288265 889552896 15322 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25423/tid=25431] ppid=25422 vsize=868704 CPUtime=0
/proc/25423/task/25431/stat : 25431 (java) S 25422 25409 18450 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24288265 889552896 15322 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 890928

[startup+12.7022 s]
/proc/loadavg: 2.19 2.18 2.07 3/85 25431
/proc/meminfo: memFree=1292544/2055920 swapFree=4192812/4192956
[pid=25409] ppid=25407 vsize=16868 CPUtime=1.8
/proc/25409/stat : 25409 (sugar) S 25407 25409 18450 0 -1 4194304 1310 14531 0 1 6 1 161 12 16 0 1 0 24288073 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25409/statm: 4217 1111 409 3 0 796 0
[pid=25422] ppid=25409 vsize=5356 CPUtime=0
/proc/25422/stat : 25422 (sh) S 25409 25409 18450 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24288260 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25422/statm: 1339 233 193 169 0 50 0
[pid=25423] ppid=25422 vsize=868704 CPUtime=10.66
/proc/25423/stat : 25423 (java) S 25422 25409 18450 0 -1 0 17389 0 1 0 991 75 0 0 18 0 9 0 24288260 889552896 15330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25423/statm: 217176 15330 2590 9 0 211653 0
[pid=25423/tid=25424] ppid=25422 vsize=868704 CPUtime=9.05
/proc/25423/task/25424/stat : 25424 (java) R 25422 25409 18450 0 -1 64 3848 0 1 0 840 65 0 0 25 0 9 0 24288261 889552896 15330 996147200 134512640 134550932 4294955936 18446744073709551615 4126959822 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25423/tid=25425] ppid=25422 vsize=868704 CPUtime=1.34
/proc/25423/task/25425/stat : 25425 (java) S 25422 25409 18450 0 -1 64 11347 0 0 0 126 8 0 0 16 0 9 0 24288262 889552896 15330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25423/tid=25426] ppid=25422 vsize=868704 CPUtime=0
/proc/25423/task/25426/stat : 25426 (java) S 25422 25409 18450 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24288262 889552896 15330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25423/tid=25427] ppid=25422 vsize=868704 CPUtime=0
/proc/25423/task/25427/stat : 25427 (java) S 25422 25409 18450 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24288262 889552896 15330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25423/tid=25428] ppid=25422 vsize=868704 CPUtime=0
/proc/25423/task/25428/stat : 25428 (java) S 25422 25409 18450 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24288265 889552896 15330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25423/tid=25429] ppid=25422 vsize=868704 CPUtime=0.25
/proc/25423/task/25429/stat : 25429 (java) S 25422 25409 18450 0 -1 64 1492 0 0 0 24 1 0 0 17 0 9 0 24288265 889552896 15330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25423/tid=25430] ppid=25422 vsize=868704 CPUtime=0
/proc/25423/task/25430/stat : 25430 (java) S 25422 25409 18450 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24288265 889552896 15330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25423/tid=25431] ppid=25422 vsize=868704 CPUtime=0
/proc/25423/task/25431/stat : 25431 (java) S 25422 25409 18450 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24288265 889552896 15330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 890928

[startup+25.5019 s]
/proc/loadavg: 2.15 2.17 2.07 3/85 25431
/proc/meminfo: memFree=1118080/2055920 swapFree=4192812/4192956
[pid=25409] ppid=25407 vsize=16868 CPUtime=1.8
/proc/25409/stat : 25409 (sugar) S 25407 25409 18450 0 -1 4194304 1310 14531 0 1 6 1 161 12 16 0 1 0 24288073 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25409/statm: 4217 1111 409 3 0 796 0
[pid=25422] ppid=25409 vsize=5356 CPUtime=0
/proc/25422/stat : 25422 (sh) S 25409 25409 18450 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24288260 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25422/statm: 1339 233 193 169 0 50 0
[pid=25423] ppid=25422 vsize=868704 CPUtime=23.19
/proc/25423/stat : 25423 (java) S 25422 25409 18450 0 -1 0 18266 0 1 0 2142 177 0 0 18 0 9 0 24288260 889552896 15330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25423/statm: 217176 15330 2590 9 0 211653 0
[pid=25423/tid=25424] ppid=25422 vsize=868704 CPUtime=21.17
/proc/25423/task/25424/stat : 25424 (java) R 25422 25409 18450 0 -1 64 4725 0 1 0 1955 162 0 0 25 0 9 0 24288261 889552896 15330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25423/tid=25425] ppid=25422 vsize=868704 CPUtime=1.74
/proc/25423/task/25425/stat : 25425 (java) S 25422 25409 18450 0 -1 64 11347 0 0 0 162 12 0 0 16 0 9 0 24288262 889552896 15330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25423/tid=25426] ppid=25422 vsize=868704 CPUtime=0
/proc/25423/task/25426/stat : 25426 (java) S 25422 25409 18450 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24288262 889552896 15330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25423/tid=25427] ppid=25422 vsize=868704 CPUtime=0
/proc/25423/task/25427/stat : 25427 (java) S 25422 25409 18450 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24288262 889552896 15330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25423/tid=25428] ppid=25422 vsize=868704 CPUtime=0
/proc/25423/task/25428/stat : 25428 (java) S 25422 25409 18450 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24288265 889552896 15330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25423/tid=25429] ppid=25422 vsize=868704 CPUtime=0.25
/proc/25423/task/25429/stat : 25429 (java) S 25422 25409 18450 0 -1 64 1492 0 0 0 24 1 0 0 17 0 9 0 24288265 889552896 15330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25423/tid=25430] ppid=25422 vsize=868704 CPUtime=0
/proc/25423/task/25430/stat : 25430 (java) S 25422 25409 18450 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24288265 889552896 15330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25423/tid=25431] ppid=25422 vsize=868704 CPUtime=0
/proc/25423/task/25431/stat : 25431 (java) S 25422 25409 18450 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24288265 889552896 15330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.99
Current children cumulated vsize (KiB) 890928

[startup+51.1012 s]
/proc/loadavg: 2.22 2.19 2.08 3/85 25431
/proc/meminfo: memFree=786176/2055920 swapFree=4192812/4192956
[pid=25409] ppid=25407 vsize=16868 CPUtime=1.8
/proc/25409/stat : 25409 (sugar) S 25407 25409 18450 0 -1 4194304 1310 14531 0 1 6 1 161 12 16 0 1 0 24288073 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25409/statm: 4217 1111 409 3 0 796 0
[pid=25422] ppid=25409 vsize=5356 CPUtime=0
/proc/25422/stat : 25422 (sh) S 25409 25409 18450 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24288260 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25422/statm: 1339 233 193 169 0 50 0
[pid=25423] ppid=25422 vsize=868704 CPUtime=48.12
/proc/25423/stat : 25423 (java) S 25422 25409 18450 0 -1 0 20004 0 1 0 4414 398 0 0 18 0 9 0 24288260 889552896 15330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25423/statm: 217176 15330 2590 9 0 211653 0
[pid=25423/tid=25424] ppid=25422 vsize=868704 CPUtime=45.29
/proc/25423/task/25424/stat : 25424 (java) R 25422 25409 18450 0 -1 64 6463 0 1 0 4159 370 0 0 25 0 9 0 24288261 889552896 15330 996147200 134512640 134550932 4294955936 18446744073709551615 4126955996 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25423/tid=25425] ppid=25422 vsize=868704 CPUtime=2.54
/proc/25423/task/25425/stat : 25425 (java) S 25422 25409 18450 0 -1 64 11347 0 0 0 229 25 0 0 16 0 9 0 24288262 889552896 15330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25423/tid=25426] ppid=25422 vsize=868704 CPUtime=0
/proc/25423/task/25426/stat : 25426 (java) S 25422 25409 18450 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24288262 889552896 15330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25423/tid=25427] ppid=25422 vsize=868704 CPUtime=0
/proc/25423/task/25427/stat : 25427 (java) S 25422 25409 18450 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24288262 889552896 15330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25423/tid=25428] ppid=25422 vsize=868704 CPUtime=0
/proc/25423/task/25428/stat : 25428 (java) S 25422 25409 18450 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24288265 889552896 15330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25423/tid=25429] ppid=25422 vsize=868704 CPUtime=0.25
/proc/25423/task/25429/stat : 25429 (java) S 25422 25409 18450 0 -1 64 1492 0 0 0 24 1 0 0 17 0 9 0 24288265 889552896 15330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25423/tid=25430] ppid=25422 vsize=868704 CPUtime=0
/proc/25423/task/25430/stat : 25430 (java) S 25422 25409 18450 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24288265 889552896 15330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25423/tid=25431] ppid=25422 vsize=868704 CPUtime=0
/proc/25423/task/25431/stat : 25431 (java) S 25422 25409 18450 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24288265 889552896 15330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.92
Current children cumulated vsize (KiB) 890928

[startup+102.308 s]
/proc/loadavg: 2.45 2.25 2.10 3/85 25431
/proc/meminfo: memFree=109888/2055920 swapFree=4192812/4192956
[pid=25409] ppid=25407 vsize=16868 CPUtime=1.8
/proc/25409/stat : 25409 (sugar) S 25407 25409 18450 0 -1 4194304 1310 14531 0 1 6 1 161 12 16 0 1 0 24288073 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25409/statm: 4217 1111 409 3 0 796 0
[pid=25422] ppid=25409 vsize=5356 CPUtime=0
/proc/25422/stat : 25422 (sh) S 25409 25409 18450 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24288260 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25422/statm: 1339 233 193 169 0 50 0
[pid=25423] ppid=25422 vsize=868704 CPUtime=97.99
/proc/25423/stat : 25423 (java) S 25422 25409 18450 0 -1 0 23483 0 1 0 8959 840 0 0 18 0 9 0 24288260 889552896 15330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25423/statm: 217176 15330 2590 9 0 211653 0
[pid=25423/tid=25424] ppid=25422 vsize=868704 CPUtime=93.48
/proc/25423/task/25424/stat : 25424 (java) R 25422 25409 18450 0 -1 64 9942 0 1 0 8563 785 0 0 25 0 9 0 24288261 889552896 15330 996147200 134512640 134550932 4294955936 18446744073709551615 4126814653 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25423/tid=25425] ppid=25422 vsize=868704 CPUtime=4.21
/proc/25423/task/25425/stat : 25425 (java) S 25422 25409 18450 0 -1 64 11347 0 0 0 370 51 0 0 16 0 9 0 24288262 889552896 15330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25423/tid=25426] ppid=25422 vsize=868704 CPUtime=0
/proc/25423/task/25426/stat : 25426 (java) S 25422 25409 18450 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24288262 889552896 15330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25423/tid=25427] ppid=25422 vsize=868704 CPUtime=0
/proc/25423/task/25427/stat : 25427 (java) S 25422 25409 18450 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24288262 889552896 15330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25423/tid=25428] ppid=25422 vsize=868704 CPUtime=0
/proc/25423/task/25428/stat : 25428 (java) S 25422 25409 18450 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24288265 889552896 15330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25423/tid=25429] ppid=25422 vsize=868704 CPUtime=0.25
/proc/25423/task/25429/stat : 25429 (java) S 25422 25409 18450 0 -1 64 1492 0 0 0 24 1 0 0 17 0 9 0 24288265 889552896 15330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25423/tid=25430] ppid=25422 vsize=868704 CPUtime=0
/proc/25423/task/25430/stat : 25430 (java) S 25422 25409 18450 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24288265 889552896 15330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25423/tid=25431] ppid=25422 vsize=868704 CPUtime=0
/proc/25423/task/25431/stat : 25431 (java) S 25422 25409 18450 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24288265 889552896 15330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 99.79
Current children cumulated vsize (KiB) 890928



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+132.202 s]
/proc/loadavg: 2.65 2.32 2.13 3/77 25433
/proc/meminfo: memFree=16256/2055920 swapFree=4192812/4192956
[pid=25409] ppid=25407 vsize=16868 CPUtime=115.06
/proc/25409/stat : 25409 (sugar) S 25407 25409 18450 0 -1 4194304 1376 39386 0 2 6 1 10508 991 16 0 1 0 24288073 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25409/statm: 4217 1113 409 3 0 796 0
[pid=25432] ppid=25409 vsize=5356 CPUtime=0
/proc/25432/stat : 25432 (sh) S 25409 25409 18450 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24299886 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25432/statm: 1339 232 193 169 0 50 0
[pid=25433] ppid=25432 vsize=902468 CPUtime=13
/proc/25433/stat : 25433 (minisat) R 25432 25409 18450 0 -1 4194304 219434 0 0 0 1120 180 0 0 18 0 1 0 24299886 924127232 219420 996147200 134512640 135127466 4294956256 18446744073709551615 134722894 0 0 4096 3 0 0 0 17 1 0 0
/proc/25433/statm: 225617 219420 62 150 0 225464 0
Current children cumulated CPU time (s) 128.06
Current children cumulated vsize (KiB) 924692

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

############
# WARNING:
# current cumulated CPU time (115.1 s) is less than in the last sample (128.18 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (13.08 s) to the 'lost time'.

[startup+132.321 s]
/proc/loadavg: 2.65 2.32 2.13 3/77 25433
/proc/meminfo: memFree=16256/2055920 swapFree=4192812/4192956
[pid=25409] ppid=25407 vsize=16868 CPUtime=115.06
/proc/25409/stat : 25409 (sugar) S 25407 25409 18450 0 -1 4194304 1398 39386 0 2 6 1 10508 991 16 0 1 0 24288073 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/25409/statm: 4217 1113 409 3 0 796 0
[pid=25432] ppid=25409 vsize=0 CPUtime=0
/proc/25432/stat : 25432 (sh) Z 25409 25409 18450 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 24299886 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/25432/statm: 0 0 0 0 0 0 0
[pid=25433] ppid=1 vsize=0 CPUtime=13.12
/proc/25433/stat : 25433 (minisat) R 1 25409 18450 0 -1 4195332 219434 0 0 0 1120 192 0 0 18 0 1 0 24299886 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/25433/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 128.18
Current children cumulated vsize (KiB) 16868

[startup+132.402 s]
/proc/loadavg: 2.65 2.32 2.13 3/77 25433
/proc/meminfo: memFree=16256/2055920 swapFree=4192812/4192956
[pid=25409] ppid=25407 vsize=16868 CPUtime=115.1
/proc/25409/stat : 25409 (sugar) R 25407 25409 18450 0 -1 4194304 1423 39663 0 2 6 5 10508 991 16 0 1 0 24288073 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 269757420585 0 0 4224 16386 0 0 0 17 1 0 0
/proc/25409/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 115.1
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+132.602 s]
/proc/loadavg: 2.65 2.32 2.13 3/77 25433
/proc/meminfo: memFree=16256/2055920 swapFree=4192812/4192956
[pid=25409] ppid=25407 vsize=16868 CPUtime=115.29
/proc/25409/stat : 25409 (sugar) R 25407 25409 18450 0 -1 4194304 1423 39663 0 2 6 24 10508 991 16 0 1 0 24288073 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 269757420585 0 0 4224 16386 0 0 0 17 1 0 0
/proc/25409/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 115.29
Current children cumulated vsize (KiB) 16868

[startup+133.401 s]
/proc/loadavg: 2.60 2.31 2.13 2/76 25434
/proc/meminfo: memFree=1820744/2055920 swapFree=4192812/4192956
[pid=25409] ppid=25407 vsize=16868 CPUtime=115.56
/proc/25409/stat : 25409 (sugar) D 25407 25409 18450 0 -1 4194304 1423 39663 0 2 6 51 10508 991 15 0 1 0 24288073 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 269757420585 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/25409/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 115.56
Current children cumulated vsize (KiB) 16868

[startup+133.801 s]
/proc/loadavg: 2.60 2.31 2.13 2/76 25434
/proc/meminfo: memFree=1820744/2055920 swapFree=4192812/4192956
[pid=25409] ppid=25407 vsize=16868 CPUtime=115.57
/proc/25409/stat : 25409 (sugar) D 25407 25409 18450 0 -1 4194304 1423 39663 0 2 6 52 10508 991 15 0 1 0 24288073 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 269757420585 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/25409/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 115.57
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 13.08
#  lost CPU user time (s): 11.2
#  lost CPU system time (s): 1.88

Real time (s): 133.858
CPU time (s): 128.681
CPU user time (s): 116.351
CPU system time (s): 12.3304
CPU usage (%): 96.1328
Max. virtual memory (cumulated for all children) (KiB): 924692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 105.151
system time used= 10.4504
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41145
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= 74582
involuntary context switches= 77205

runsolver used 0.183972 second user time and 0.518921 second system time

The end

Launcher Data

Begin job on node13 at 2009-07-12 06:16:52
IDJOB=2081092
IDBENCH=57302
IDSOLVER=739
FILE ID=node13/2081092-1247372211
PBS_JOBID= 9507014
Free space on /tmp= 66232 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/super-os/super-os-taillard-20/normalized-super-os-taillard-20-9.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2081092-1247372211/watcher-2081092-1247372211 -o /tmp/evaluation-result-2081092-1247372211/solver-2081092-1247372211 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2081092-1247372211.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 766b595736fa171b6dcf2e85be74bc4b
RANDOM SEED=1060307474

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1445688 kB
Buffers:         53068 kB
Cached:         338136 kB
SwapCached:          0 kB
Active:         349120 kB
Inactive:       184096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1445688 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4224 kB
Writeback:           0 kB
Mapped:         153096 kB
Slab:            61844 kB
Committed_AS:   301940 kB
PageTables:       2188 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= 66232 MiB
End job on node13 at 2009-07-12 06:19:06