Trace number 2083501

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) 771.589 782.502

General information on the benchmark

Namecsp/fapp/fapp35/
normalized-fapp35-1500-4.xml
MD5SUMe176f03acbb8fde17171aab729aed488
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark30.8693
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of constraints22067
Maximum constraint arity2
Maximum domain size698
Number of constraints which are defined in extension0
Number of constraints which are defined in intension22067
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sun Jul 12 07:45:11 2009
0.00/0.07	c 0	PID 23298
0.06/0.08	c 0	HOST node55.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2083501-1247377511.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-2083501-1247377511.xml' 'HOME/temp.csp'
1.45/1.58	c 2	17 domains, 1500 variables, 8 predicates, 0 relations, 22067 constraints
1.45/1.60	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.45/1.60	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.55/1.68	c 2	Parsing HOME/temp.csp
1.55/1.87	c 2	parsed 10000 expressions
1.55/2.10	c 2	parsed 20000 expressions
2.03/2.14	c 2	parsed 23592 expressions
2.03/2.15	c 2	Heap : 9 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.03/2.15	c 2	Converting to clausal form CSP
4.83/4.90	c 5	converted 2360 (10%) expressions
10.72/10.83	c 11	converted 4719 (20%) expressions
15.52/15.60	c 16	converted 7078 (30%) expressions
20.42/20.58	c 21	converted 9437 (40%) expressions
24.92/25.05	c 25	converted 11796 (50%) expressions
29.32/29.48	c 30	converted 14156 (60%) expressions
34.12/34.21	c 34	converted 16515 (70%) expressions
38.22/38.30	c 39	converted 18874 (80%) expressions
42.11/42.20	c 42	converted 21233 (90%) expressions
45.92/46.03	c 46	converted 23592 (100%) expressions
45.92/46.03	c 46	CSP : 3955 integers, 63184 booleans, 136596 clauses, largest domain size 2377
45.92/46.03	c 46	Heap : 98 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
45.92/46.03	c 46	Propagation in CSP
48.41/48.57	c 49	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
48.41/48.57	c 49	CSP : 3955 integers, 63184 booleans, 136596 clauses, largest domain size 2377
48.41/48.57	c 49	Heap : 95 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
48.51/48.62	c 49	Simplifing CSP by introducing new Boolean variables
49.41/49.51	c 50	CSP : 3955 integers, 110588 booleans, 184000 clauses, largest domain size 2377
49.41/49.51	c 50	Heap : 113 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
50.21/50.35	c 51	Encoding CSP to SAT : HOME/temp.cnf
58.00/58.18	c 58	396 (10%) CSP integer variables are encoded (218754 clauses, 3497059 bytes)
66.00/66.18	c 66	791 (20%) CSP integer variables are encoded (441840 clauses, 7289521 bytes)
73.90/74.07	c 74	1187 (30%) CSP integer variables are encoded (663759 clauses, 11062144 bytes)
80.59/80.72	c 81	1582 (40%) CSP integer variables are encoded (1032379 clauses, 17396577 bytes)
81.69/81.86	c 82	1978 (50%) CSP integer variables are encoded (1910269 clauses, 34076487 bytes)
82.79/82.95	c 83	2373 (60%) CSP integer variables are encoded (2753116 clauses, 50090580 bytes)
83.89/84.05	c 84	2769 (70%) CSP integer variables are encoded (3616108 clauses, 66487428 bytes)
84.98/85.12	c 85	3164 (80%) CSP integer variables are encoded (4455057 clauses, 82427459 bytes)
86.05/86.24	c 86	3560 (90%) CSP integer variables are encoded (5309065 clauses, 98653611 bytes)
87.15/87.33	c 88	3955 (100%) CSP integer variables are encoded (6153042 clauses, 114689174 bytes)
137.69/138.09	c 138	18400 (10%) CSP clauses are encoded (11968031 clauses, 266221334 bytes)
182.56/183.10	c 183	36800 (20%) CSP clauses are encoded (17855477 clauses, 422567447 bytes)
254.06/256.21	c 256	55200 (30%) CSP clauses are encoded (23542440 clauses, 574548517 bytes)
330.30/332.78	c 333	73600 (40%) CSP clauses are encoded (29678284 clauses, 739345050 bytes)
404.97/407.69	c 408	92000 (50%) CSP clauses are encoded (35553359 clauses, 897179764 bytes)
481.32/484.26	c 485	110400 (60%) CSP clauses are encoded (41776820 clauses, 1064748500 bytes)
556.17/559.32	c 560	128800 (70%) CSP clauses are encoded (47876662 clauses, 1229420305 bytes)
629.13/632.59	c 633	147200 (80%) CSP clauses are encoded (53954251 clauses, 1393064008 bytes)
698.41/702.57	c 703	165600 (90%) CSP clauses are encoded (60051031 clauses, 1557996469 bytes)
763.90/768.74	c 769	184000 (100%) CSP clauses are encoded (66068277 clauses, 1720899769 bytes)
763.90/768.74	c 769	184000 CSP clauses encoded
763.90/768.76	c 769	Writing map file : HOME/temp.map
764.96/769.85	c 770	Heap : 91 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
764.96/769.85	c 770	SAT : 6267585 SAT variables, 66068277 SAT clauses, 1720899769 bytes
764.96/769.85	c 770	Heap : 91 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
765.01/769.94	c 770	SOLVING HOME/temp.cnf
765.01/769.94	c 770	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
765.01/769.99	c 770	This is MiniSat 2.0 beta
765.01/769.99	c 770	WARNING: for repeatability, setting FPU to use double precision
765.06/770.00	c 770	============================[ Problem Statistics ]=============================
765.06/770.00	c 770	|                                                                             |
765.06/770.04	c 770	|  Number of variables:  6267585                                              |
765.06/770.04	c 770	|  Number of clauses:    66068277                                             |
771.07/780.81	c ERROR INTERRUPTED
765.06/780.95	s UNKNOWN
765.06/780.95	c 781	CPU 765.06 (0.06 0.02 492.52 272.46)
765.06/780.95	c 781	END Sun Jul 12 07:58:12 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-2083501-1247377511/watcher-2083501-1247377511 -o /tmp/evaluation-result-2083501-1247377511/solver-2083501-1247377511 -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-2083501-1247377511.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.00 2.26 2.23 4/83 23298
/proc/meminfo: memFree=752872/2055920 swapFree=4192952/4192956
[pid=23298] ppid=23296 vsize=18576 CPUtime=0
/proc/23298/stat : 23298 (runsolver) R 23296 23298 20492 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 24814437 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 248761609511 0 0 4096 24578 0 0 0 17 1 0 0
/proc/23298/statm: 4644 284 249 26 0 2626 0

[startup+0.079987 s]
/proc/loadavg: 2.00 2.26 2.23 4/83 23298
/proc/meminfo: memFree=752872/2055920 swapFree=4192952/4192956
[pid=23298] ppid=23296 vsize=16740 CPUtime=0.06
/proc/23298/stat : 23298 (sugar) S 23296 23298 20492 0 -1 4194304 1152 0 0 0 4 2 0 0 18 0 1 0 24814437 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23298/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101651 s]
/proc/loadavg: 2.00 2.26 2.23 4/83 23298
/proc/meminfo: memFree=752872/2055920 swapFree=4192952/4192956
[pid=23298] ppid=23296 vsize=16868 CPUtime=0.06
/proc/23298/stat : 23298 (sugar) S 23296 23298 20492 0 -1 4194304 1227 128 0 0 4 2 0 0 18 0 1 0 24814437 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23298/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301671 s]
/proc/loadavg: 2.00 2.26 2.23 4/83 23298
/proc/meminfo: memFree=752872/2055920 swapFree=4192952/4192956
[pid=23298] ppid=23296 vsize=16868 CPUtime=0.06
/proc/23298/stat : 23298 (sugar) S 23296 23298 20492 0 -1 4194304 1227 128 0 0 4 2 0 0 18 0 1 0 24814437 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23298/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701715 s]
/proc/loadavg: 2.00 2.26 2.23 4/83 23298
/proc/meminfo: memFree=752872/2055920 swapFree=4192952/4192956
[pid=23298] ppid=23296 vsize=16868 CPUtime=0.06
/proc/23298/stat : 23298 (sugar) S 23296 23298 20492 0 -1 4194304 1227 128 0 0 4 2 0 0 18 0 1 0 24814437 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23298/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50277 s]
/proc/loadavg: 2.00 2.26 2.23 4/94 23310
/proc/meminfo: memFree=724816/2055920 swapFree=4192952/4192956
[pid=23298] ppid=23296 vsize=16868 CPUtime=0.06
/proc/23298/stat : 23298 (sugar) S 23296 23298 20492 0 -1 4194304 1227 128 0 0 4 2 0 0 18 0 1 0 24814437 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23298/statm: 4217 1111 409 3 0 796 0
[pid=23301] ppid=23298 vsize=5356 CPUtime=0
/proc/23301/stat : 23301 (sh) S 23298 23298 20492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24814446 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23301/statm: 1339 233 193 169 0 50 0
[pid=23302] ppid=23301 vsize=864776 CPUtime=1.39
/proc/23302/stat : 23302 (java) S 23301 23298 20492 0 -1 0 13913 0 1 0 131 8 0 0 20 0 9 0 24814446 885530624 11946 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23302/statm: 216194 11946 2557 9 0 210706 0
[pid=23302/tid=23303] ppid=23301 vsize=864776 CPUtime=0.75
/proc/23302/task/23303/stat : 23303 (java) R 23301 23298 20492 0 -1 64 3059 0 1 0 73 2 0 0 25 0 9 0 24814447 885530624 11946 996147200 134512640 134550932 4294955984 18446744073709551615 4126687555 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23302/tid=23304] ppid=23301 vsize=864776 CPUtime=0.46
/proc/23302/task/23304/stat : 23304 (java) S 23301 23298 20492 0 -1 64 9618 0 0 0 42 4 0 0 16 0 9 0 24814448 885530624 11946 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23302/tid=23305] ppid=23301 vsize=864776 CPUtime=0
/proc/23302/task/23305/stat : 23305 (java) S 23301 23298 20492 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24814448 885530624 11946 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23302/tid=23306] ppid=23301 vsize=864776 CPUtime=0
/proc/23302/task/23306/stat : 23306 (java) S 23301 23298 20492 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 24814448 885530624 11946 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23302/tid=23307] ppid=23301 vsize=864776 CPUtime=0
/proc/23302/task/23307/stat : 23307 (java) S 23301 23298 20492 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24814450 885530624 11946 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23302/tid=23308] ppid=23301 vsize=864776 CPUtime=0.14
/proc/23302/task/23308/stat : 23308 (java) S 23301 23298 20492 0 -1 64 531 0 0 0 14 0 0 0 16 0 9 0 24814450 885530624 11946 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23302/tid=23309] ppid=23301 vsize=864776 CPUtime=0
/proc/23302/task/23309/stat : 23309 (java) S 23301 23298 20492 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24814450 885530624 11946 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23302/tid=23310] ppid=23301 vsize=864776 CPUtime=0
/proc/23302/task/23310/stat : 23310 (java) S 23301 23298 20492 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24814450 885530624 11946 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 887000

[startup+3.10292 s]
/proc/loadavg: 2.00 2.26 2.23 3/94 23320
/proc/meminfo: memFree=734032/2055920 swapFree=4192952/4192956
[pid=23298] ppid=23296 vsize=16868 CPUtime=1.55
/proc/23298/stat : 23298 (sugar) S 23296 23298 20492 0 -1 4194304 1309 14344 0 1 5 2 139 9 15 0 1 0 24814437 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23298/statm: 4217 1111 409 3 0 796 0
[pid=23311] ppid=23298 vsize=5356 CPUtime=0
/proc/23311/stat : 23311 (sh) S 23298 23298 20492 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24814597 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23311/statm: 1339 233 193 169 0 50 0
[pid=23312] ppid=23311 vsize=868540 CPUtime=1.48
/proc/23312/stat : 23312 (java) S 23311 23298 20492 0 -1 0 9044 0 1 0 142 6 0 0 19 0 9 0 24814598 889384960 8105 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23312/statm: 217135 8105 2569 9 0 211640 0
[pid=23312/tid=23313] ppid=23311 vsize=868540 CPUtime=1.03
/proc/23312/task/23313/stat : 23313 (java) R 23311 23298 20492 0 -1 64 2658 0 1 0 101 2 0 0 25 0 9 0 24814599 889384960 8105 996147200 134512640 134550932 4294955936 18446744073709551615 4126507892 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23312/tid=23314] ppid=23311 vsize=868540 CPUtime=0.24
/proc/23312/task/23314/stat : 23314 (java) S 23311 23298 20492 0 -1 64 4208 0 0 0 22 2 0 0 16 0 9 0 24814600 889384960 8105 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23312/tid=23315] ppid=23311 vsize=868540 CPUtime=0
/proc/23312/task/23315/stat : 23315 (java) S 23311 23298 20492 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24814600 889384960 8105 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23312/tid=23316] ppid=23311 vsize=868540 CPUtime=0
/proc/23312/task/23316/stat : 23316 (java) S 23311 23298 20492 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24814600 889384960 8105 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23312/tid=23317] ppid=23311 vsize=868540 CPUtime=0
/proc/23312/task/23317/stat : 23317 (java) S 23311 23298 20492 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24814602 889384960 8105 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23312/tid=23318] ppid=23311 vsize=868540 CPUtime=0.18
/proc/23312/task/23318/stat : 23318 (java) S 23311 23298 20492 0 -1 64 1474 0 0 0 17 1 0 0 15 0 9 0 24814602 889384960 8105 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23312/tid=23319] ppid=23311 vsize=868540 CPUtime=0
/proc/23312/task/23319/stat : 23319 (java) S 23311 23298 20492 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24814602 889384960 8105 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23312/tid=23320] ppid=23311 vsize=868540 CPUtime=0
/proc/23312/task/23320/stat : 23320 (java) S 23311 23298 20492 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24814603 889384960 8105 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 890764

[startup+6.30222 s]
/proc/loadavg: 2.00 2.26 2.23 3/94 23320
/proc/meminfo: memFree=721360/2055920 swapFree=4192952/4192956
[pid=23298] ppid=23296 vsize=16868 CPUtime=1.55
/proc/23298/stat : 23298 (sugar) S 23296 23298 20492 0 -1 4194304 1309 14344 0 1 5 2 139 9 16 0 1 0 24814437 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23298/statm: 4217 1111 409 3 0 796 0
[pid=23311] ppid=23298 vsize=5356 CPUtime=0
/proc/23311/stat : 23311 (sh) S 23298 23298 20492 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24814597 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23311/statm: 1339 233 193 169 0 50 0
[pid=23312] ppid=23311 vsize=868624 CPUtime=4.67
/proc/23312/stat : 23312 (java) S 23311 23298 20492 0 -1 0 10880 0 1 0 458 9 0 0 19 0 9 0 24814598 889470976 9599 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23312/statm: 217156 9599 2567 9 0 211661 0
[pid=23312/tid=23313] ppid=23311 vsize=868624 CPUtime=3.89
/proc/23312/task/23313/stat : 23313 (java) R 23311 23298 20492 0 -1 64 3015 0 1 0 386 3 0 0 25 0 9 0 24814599 889470976 9599 996147200 134512640 134550932 4294955936 18446744073709551615 4126448586 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23312/tid=23314] ppid=23311 vsize=868624 CPUtime=0.56
/proc/23312/task/23314/stat : 23314 (java) S 23311 23298 20492 0 -1 64 5675 0 0 0 52 4 0 0 16 0 9 0 24814600 889470976 9599 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23312/tid=23315] ppid=23311 vsize=868624 CPUtime=0
/proc/23312/task/23315/stat : 23315 (java) S 23311 23298 20492 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24814600 889470976 9599 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23312/tid=23316] ppid=23311 vsize=868624 CPUtime=0
/proc/23312/task/23316/stat : 23316 (java) S 23311 23298 20492 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24814600 889470976 9599 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23312/tid=23317] ppid=23311 vsize=868624 CPUtime=0
/proc/23312/task/23317/stat : 23317 (java) S 23311 23298 20492 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24814602 889470976 9599 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23312/tid=23318] ppid=23311 vsize=868624 CPUtime=0.21
/proc/23312/task/23318/stat : 23318 (java) S 23311 23298 20492 0 -1 64 1486 0 0 0 20 1 0 0 15 0 9 0 24814602 889470976 9599 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23312/tid=23319] ppid=23311 vsize=868624 CPUtime=0
/proc/23312/task/23319/stat : 23319 (java) S 23311 23298 20492 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24814602 889470976 9599 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23312/tid=23320] ppid=23311 vsize=868624 CPUtime=0
/proc/23312/task/23320/stat : 23320 (java) S 23311 23298 20492 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24814603 889470976 9599 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 890848

[startup+12.7028 s]
/proc/loadavg: 2.00 2.25 2.23 3/94 23320
/proc/meminfo: memFree=709200/2055920 swapFree=4192952/4192956
[pid=23298] ppid=23296 vsize=16868 CPUtime=1.55
/proc/23298/stat : 23298 (sugar) S 23296 23298 20492 0 -1 4194304 1309 14344 0 1 5 2 139 9 16 0 1 0 24814437 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23298/statm: 4217 1111 409 3 0 796 0
[pid=23311] ppid=23298 vsize=5356 CPUtime=0
/proc/23311/stat : 23311 (sh) S 23298 23298 20492 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24814597 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23311/statm: 1339 233 193 169 0 50 0
[pid=23312] ppid=23311 vsize=868624 CPUtime=11.08
/proc/23312/stat : 23312 (java) S 23311 23298 20492 0 -1 0 15526 0 1 0 1090 18 0 0 19 0 9 0 24814598 889470976 12624 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23312/statm: 217156 12624 2569 9 0 211661 0
[pid=23312/tid=23313] ppid=23311 vsize=868624 CPUtime=9.57
/proc/23312/task/23313/stat : 23313 (java) R 23311 23298 20492 0 -1 64 3538 0 1 0 952 5 0 0 25 0 9 0 24814599 889470976 12624 996147200 134512640 134550932 4294955936 18446744073709551615 4126507832 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23312/tid=23314] ppid=23311 vsize=868624 CPUtime=1.26
/proc/23312/task/23314/stat : 23314 (java) S 23311 23298 20492 0 -1 64 9794 0 0 0 115 11 0 0 16 0 9 0 24814600 889470976 12624 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23312/tid=23315] ppid=23311 vsize=868624 CPUtime=0
/proc/23312/task/23315/stat : 23315 (java) S 23311 23298 20492 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24814600 889470976 12624 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23312/tid=23316] ppid=23311 vsize=868624 CPUtime=0
/proc/23312/task/23316/stat : 23316 (java) S 23311 23298 20492 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24814600 889470976 12624 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23312/tid=23317] ppid=23311 vsize=868624 CPUtime=0
/proc/23312/task/23317/stat : 23317 (java) S 23311 23298 20492 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24814602 889470976 12624 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23312/tid=23318] ppid=23311 vsize=868624 CPUtime=0.22
/proc/23312/task/23318/stat : 23318 (java) S 23311 23298 20492 0 -1 64 1490 0 0 0 21 1 0 0 16 0 9 0 24814602 889470976 12624 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23312/tid=23319] ppid=23311 vsize=868624 CPUtime=0
/proc/23312/task/23319/stat : 23319 (java) S 23311 23298 20492 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24814602 889470976 12624 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23312/tid=23320] ppid=23311 vsize=868624 CPUtime=0
/proc/23312/task/23320/stat : 23320 (java) S 23311 23298 20492 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24814603 889470976 12624 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 890848

[startup+25.5019 s]
/proc/loadavg: 2.00 2.24 2.22 3/94 23320
/proc/meminfo: memFree=680720/2055920 swapFree=4192952/4192956
[pid=23298] ppid=23296 vsize=16868 CPUtime=1.55
/proc/23298/stat : 23298 (sugar) S 23296 23298 20492 0 -1 4194304 1309 14344 0 1 5 2 139 9 16 0 1 0 24814437 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23298/statm: 4217 1111 409 3 0 796 0
[pid=23311] ppid=23298 vsize=5356 CPUtime=0
/proc/23311/stat : 23311 (sh) S 23298 23298 20492 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24814597 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23311/statm: 1339 233 193 169 0 50 0
[pid=23312] ppid=23311 vsize=868624 CPUtime=23.87
/proc/23312/stat : 23312 (java) S 23311 23298 20492 0 -1 0 24054 0 1 0 2361 26 0 0 19 0 9 0 24814598 889470976 19479 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23312/statm: 217156 19479 2569 9 0 211661 0
[pid=23312/tid=23313] ppid=23311 vsize=868624 CPUtime=21.22
/proc/23312/task/23313/stat : 23313 (java) R 23311 23298 20492 0 -1 64 4184 0 1 0 2116 6 0 0 25 0 9 0 24814599 889470976 19479 996147200 134512640 134550932 4294955936 18446744073709551615 4126512089 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23312/tid=23314] ppid=23311 vsize=868624 CPUtime=2.4
/proc/23312/task/23314/stat : 23314 (java) S 23311 23298 20492 0 -1 64 17670 0 0 0 222 18 0 0 16 0 9 0 24814600 889470976 19479 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23312/tid=23315] ppid=23311 vsize=868624 CPUtime=0
/proc/23312/task/23315/stat : 23315 (java) S 23311 23298 20492 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24814600 889470976 19479 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23312/tid=23316] ppid=23311 vsize=868624 CPUtime=0
/proc/23312/task/23316/stat : 23316 (java) S 23311 23298 20492 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24814600 889470976 19479 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23312/tid=23317] ppid=23311 vsize=868624 CPUtime=0

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

Current children cumulated CPU time (s) 638.9
Current children cumulated vsize (KiB) 890960

[startup+702.304 s]
/proc/loadavg: 2.21 2.14 2.15 3/94 23394
/proc/meminfo: memFree=441936/2055920 swapFree=4192812/4192956
[pid=23298] ppid=23296 vsize=16868 CPUtime=1.55
/proc/23298/stat : 23298 (sugar) S 23296 23298 20492 0 -1 4194304 1310 14344 0 1 5 2 139 9 16 0 1 0 24814437 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23298/statm: 4217 1111 409 3 0 796 0
[pid=23311] ppid=23298 vsize=5356 CPUtime=0
/proc/23311/stat : 23311 (sh) S 23298 23298 20492 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24814597 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23311/statm: 1339 233 193 169 0 50 0
[pid=23312] ppid=23311 vsize=868736 CPUtime=696.66
/proc/23312/stat : 23312 (java) S 23311 23298 20492 0 -1 0 46243 0 1 0 45683 23983 0 0 19 0 9 0 24814598 889585664 34855 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23312/statm: 217184 34855 2593 9 0 211661 0
[pid=23312/tid=23313] ppid=23311 vsize=868736 CPUtime=688.2
/proc/23312/task/23313/stat : 23313 (java) R 23311 23298 20492 0 -1 64 8901 0 1 0 44893 23927 0 0 25 0 9 0 24814599 889585664 34855 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23312/tid=23314] ppid=23311 vsize=868736 CPUtime=8.09
/proc/23312/task/23314/stat : 23314 (java) S 23311 23298 20492 0 -1 64 35090 0 0 0 756 53 0 0 16 0 9 0 24814600 889585664 34855 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23312/tid=23315] ppid=23311 vsize=868736 CPUtime=0
/proc/23312/task/23315/stat : 23315 (java) S 23311 23298 20492 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24814600 889585664 34855 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23312/tid=23316] ppid=23311 vsize=868736 CPUtime=0
/proc/23312/task/23316/stat : 23316 (java) S 23311 23298 20492 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24814600 889585664 34855 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23312/tid=23317] ppid=23311 vsize=868736 CPUtime=0
/proc/23312/task/23317/stat : 23317 (java) S 23311 23298 20492 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24814602 889585664 34855 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23312/tid=23318] ppid=23311 vsize=868736 CPUtime=0.33
/proc/23312/task/23318/stat : 23318 (java) S 23311 23298 20492 0 -1 64 1548 0 0 0 32 1 0 0 16 0 9 0 24814602 889585664 34855 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23312/tid=23319] ppid=23311 vsize=868736 CPUtime=0
/proc/23312/task/23319/stat : 23319 (java) S 23311 23298 20492 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24814602 889585664 34855 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23312/tid=23320] ppid=23311 vsize=868736 CPUtime=0
/proc/23312/task/23320/stat : 23320 (java) S 23311 23298 20492 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24814603 889585664 34855 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 698.21
Current children cumulated vsize (KiB) 890960

[startup+762.307 s]
/proc/loadavg: 2.28 2.17 2.16 3/94 23394
/proc/meminfo: memFree=186640/2055920 swapFree=4192812/4192956
[pid=23298] ppid=23296 vsize=16868 CPUtime=1.55
/proc/23298/stat : 23298 (sugar) S 23296 23298 20492 0 -1 4194304 1310 14344 0 1 5 2 139 9 16 0 1 0 24814437 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23298/statm: 4217 1111 409 3 0 796 0
[pid=23311] ppid=23298 vsize=5356 CPUtime=0
/proc/23311/stat : 23311 (sh) S 23298 23298 20492 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24814597 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23311/statm: 1339 233 193 169 0 50 0
[pid=23312] ppid=23311 vsize=868736 CPUtime=756.03
/proc/23312/stat : 23312 (java) S 23311 23298 20492 0 -1 0 46525 0 1 0 48760 26843 0 0 19 0 9 0 24814598 889585664 34855 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23312/statm: 217184 34855 2593 9 0 211661 0
[pid=23312/tid=23313] ppid=23311 vsize=868736 CPUtime=747.37
/proc/23312/task/23313/stat : 23313 (java) R 23311 23298 20492 0 -1 64 9183 0 1 0 47952 26785 0 0 25 0 9 0 24814599 889585664 34855 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23312/tid=23314] ppid=23311 vsize=868736 CPUtime=8.3
/proc/23312/task/23314/stat : 23314 (java) S 23311 23298 20492 0 -1 64 35090 0 0 0 775 55 0 0 16 0 9 0 24814600 889585664 34855 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23312/tid=23315] ppid=23311 vsize=868736 CPUtime=0
/proc/23312/task/23315/stat : 23315 (java) S 23311 23298 20492 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24814600 889585664 34855 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23312/tid=23316] ppid=23311 vsize=868736 CPUtime=0
/proc/23312/task/23316/stat : 23316 (java) S 23311 23298 20492 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24814600 889585664 34855 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23312/tid=23317] ppid=23311 vsize=868736 CPUtime=0
/proc/23312/task/23317/stat : 23317 (java) S 23311 23298 20492 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24814602 889585664 34855 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23312/tid=23318] ppid=23311 vsize=868736 CPUtime=0.33
/proc/23312/task/23318/stat : 23318 (java) S 23311 23298 20492 0 -1 64 1548 0 0 0 32 1 0 0 16 0 9 0 24814602 889585664 34855 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23312/tid=23319] ppid=23311 vsize=868736 CPUtime=0
/proc/23312/task/23319/stat : 23319 (java) S 23311 23298 20492 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24814602 889585664 34855 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23312/tid=23320] ppid=23311 vsize=868736 CPUtime=0
/proc/23312/task/23320/stat : 23320 (java) S 23311 23298 20492 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24814603 889585664 34855 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 757.58
Current children cumulated vsize (KiB) 890960



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+780.801 s]
/proc/loadavg: 2.20 2.16 2.16 4/86 23396
/proc/meminfo: memFree=15696/2055920 swapFree=4192812/4192956
[pid=23298] ppid=23296 vsize=16868 CPUtime=765.06
/proc/23298/stat : 23298 (sugar) S 23296 23298 20492 0 -1 4194304 1377 61217 0 2 6 2 49252 27246 16 0 1 0 24814437 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23298/statm: 4217 1114 409 3 0 796 0
[pid=23395] ppid=23298 vsize=5356 CPUtime=0
/proc/23395/stat : 23395 (sh) S 23298 23298 20492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24891431 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23395/statm: 1339 232 193 169 0 50 0
[pid=23396] ppid=23395 vsize=900544 CPUtime=6.01
/proc/23396/stat : 23396 (minisat) R 23395 23298 20492 0 -1 4194304 194213 0 6 0 483 118 0 0 18 0 1 0 24891432 922157056 194205 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 1 0 0
/proc/23396/statm: 225136 194205 62 150 0 224983 0
Current children cumulated CPU time (s) 771.07
Current children cumulated vsize (KiB) 922768

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

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

[startup+780.801 s]
/proc/loadavg: 2.20 2.16 2.16 4/86 23396
/proc/meminfo: memFree=15696/2055920 swapFree=4192812/4192956
[pid=23298] ppid=23296 vsize=16868 CPUtime=765.06
/proc/23298/stat : 23298 (sugar) S 23296 23298 20492 0 -1 4194304 1377 61217 0 2 6 2 49252 27246 16 0 1 0 24814437 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23298/statm: 4217 1114 409 3 0 796 0
[pid=23395] ppid=23298 vsize=5356 CPUtime=0
/proc/23395/stat : 23395 (sh) S 23298 23298 20492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24891431 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23395/statm: 1339 232 193 169 0 50 0
[pid=23396] ppid=23395 vsize=900544 CPUtime=6.01
/proc/23396/stat : 23396 (minisat) R 23395 23298 20492 0 -1 4194304 194213 0 6 0 483 118 0 0 18 0 1 0 24891432 922157056 194205 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 1 0 0
/proc/23396/statm: 225136 194205 62 150 0 224983 0
Current children cumulated CPU time (s) 771.07
Current children cumulated vsize (KiB) 922768

[startup+780.918 s]
/proc/loadavg: 2.20 2.16 2.16 3/87 23397
/proc/meminfo: memFree=633500/2055920 swapFree=4192812/4192956
[pid=23298] ppid=23296 vsize=16868 CPUtime=765.06
/proc/23298/stat : 23298 (sugar) S 23296 23298 20492 0 -1 4194304 1399 61217 0 2 6 2 49252 27246 16 0 1 0 24814437 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/23298/statm: 4217 1114 409 3 0 796 0
[pid=23395] ppid=23298 vsize=0 CPUtime=0
/proc/23395/stat : 23395 (sh) Z 23298 23298 20492 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 24891431 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/23395/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 765.06
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+781.401 s]
/proc/loadavg: 2.20 2.16 2.16 3/87 23397
/proc/meminfo: memFree=633500/2055920 swapFree=4192812/4192956
[pid=23298] ppid=23296 vsize=16868 CPUtime=765.47
/proc/23298/stat : 23298 (sugar) R 23296 23298 20492 0 -1 4194304 1424 61494 0 2 6 43 49252 27246 19 0 1 0 24814437 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 248761783337 0 0 4224 16386 0 0 0 17 1 0 0
/proc/23298/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 765.47
Current children cumulated vsize (KiB) 16868

[startup+782.201 s]
/proc/loadavg: 2.20 2.16 2.16 2/85 23397
/proc/meminfo: memFree=1644312/2055920 swapFree=4192812/4192956
[pid=23298] ppid=23296 vsize=16868 CPUtime=765.53
/proc/23298/stat : 23298 (sugar) D 23296 23298 20492 0 -1 4194304 1424 61494 0 2 6 49 49252 27246 18 0 1 0 24814437 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 248761783337 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/23298/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 765.53
Current children cumulated vsize (KiB) 16868

[startup+782.401 s]
/proc/loadavg: 2.20 2.16 2.16 2/85 23397
/proc/meminfo: memFree=1644312/2055920 swapFree=4192812/4192956
[pid=23298] ppid=23296 vsize=16868 CPUtime=765.54
/proc/23298/stat : 23298 (sugar) D 23296 23298 20492 0 -1 4194304 1424 61494 0 2 6 50 49252 27246 18 0 1 0 24814437 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 248761783337 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/23298/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 765.54
Current children cumulated vsize (KiB) 16868

[startup+782.501 s]
/proc/loadavg: 2.20 2.16 2.16 2/85 23397
/proc/meminfo: memFree=1644312/2055920 swapFree=4192812/4192956
[pid=23298] ppid=23296 vsize=0 CPUtime=765.55
/proc/23298/stat : 23298 (sugar) R 23296 23298 20492 0 -1 4194308 1483 61494 0 2 6 51 49252 27246 18 0 1 0 24814437 0 0 996147200 0 0 0 0 0 0 0 4224 16386 0 0 0 17 0 0 0
/proc/23298/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 765.55
Current children cumulated vsize (KiB) 0

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): 6.00995
#  lost CPU user time (s): 4.82999
#  lost CPU system time (s): 1.17999

Real time (s): 782.502
CPU time (s): 771.589
CPU user time (s): 497.422
CPU system time (s): 274.166
CPU usage (%): 98.6054
Max. virtual memory (cumulated for all children) (KiB): 922768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 492.592
system time used= 272.986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62977
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= 60778
involuntary context switches= 70768

runsolver used 1.12083 second user time and 2.79257 second system time

The end

Launcher Data

Begin job on node55 at 2009-07-12 07:45:11
IDJOB=2083501
IDBENCH=57837
IDSOLVER=739
FILE ID=node55/2083501-1247377511
PBS_JOBID= 9507128
Free space on /tmp= 66384 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fapp/fapp35/normalized-fapp35-1500-4.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-2083501-1247377511/watcher-2083501-1247377511 -o /tmp/evaluation-result-2083501-1247377511/solver-2083501-1247377511 -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-2083501-1247377511.xml

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

MD5SUM BENCH= e176f03acbb8fde17171aab729aed488
RANDOM SEED=1817995457

node55.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.231
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.231
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:        753352 kB
Buffers:         79996 kB
Cached:         427008 kB
SwapCached:          4 kB
Active:         757932 kB
Inactive:       470204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        753352 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            4528 kB
Writeback:           0 kB
Mapped:         736892 kB
Slab:            58244 kB
Committed_AS:   902928 kB
PageTables:       3236 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= 66388 MiB
End job on node55 at 2009-07-12 07:58:14