Trace number 2083523

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) 474.215 480.666

General information on the benchmark

Namecsp/fapp/fapp35/
normalized-fapp35-1500-7.xml
MD5SUMf8967b949e05aa4191b080a54ba762cf
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark63.3024
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.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 07:45:52 2009
0.00/0.08	c 0	PID 26645
0.00/0.08	c 0	HOST node13.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2083523-1247377552.xml TO HOME/temp.csp
0.00/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-2083523-1247377552.xml' 'HOME/temp.csp'
1.65/1.78	c 2	17 domains, 1500 variables, 8 predicates, 0 relations, 22067 constraints
1.73/1.81	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.73/1.81	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.73/1.89	c 2	Parsing HOME/temp.csp
1.74/2.08	c 2	parsed 10000 expressions
2.20/2.31	c 2	parsed 20000 expressions
2.20/2.34	c 2	parsed 23592 expressions
2.20/2.35	c 2	Heap : 9 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.20/2.35	c 2	Converting to clausal form CSP
4.97/5.15	c 5	converted 2360 (10%) expressions
10.81/11.07	c 11	converted 4719 (20%) expressions
15.57/15.83	c 16	converted 7078 (30%) expressions
20.51/20.81	c 21	converted 9437 (40%) expressions
24.97/25.33	c 25	converted 11796 (50%) expressions
29.41/29.80	c 30	converted 14156 (60%) expressions
33.97/34.47	c 34	converted 16515 (70%) expressions
38.03/38.57	c 38	converted 18874 (80%) expressions
41.89/42.47	c 42	converted 21233 (90%) expressions
45.74/46.34	c 46	converted 23592 (100%) expressions
45.74/46.34	c 46	CSP : 3955 integers, 63184 booleans, 136596 clauses, largest domain size 2377
45.74/46.34	c 46	Heap : 98 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
45.74/46.34	c 46	Propagation in CSP
48.22/48.88	c 49	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
48.22/48.89	c 49	CSP : 3955 integers, 63184 booleans, 136596 clauses, largest domain size 2377
48.22/48.89	c 49	Heap : 95 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
48.32/48.93	c 49	Simplifing CSP by introducing new Boolean variables
49.11/49.78	c 50	CSP : 3955 integers, 110590 booleans, 184002 clauses, largest domain size 2377
49.11/49.78	c 50	Heap : 113 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
49.80/50.49	c 50	Encoding CSP to SAT : HOME/temp.cnf
57.53/58.28	c 58	396 (10%) CSP integer variables are encoded (218754 clauses, 3497059 bytes)
65.45/66.29	c 66	791 (20%) CSP integer variables are encoded (441840 clauses, 7289521 bytes)
73.38/74.24	c 74	1187 (30%) CSP integer variables are encoded (663759 clauses, 11062144 bytes)
80.02/80.91	c 81	1582 (40%) CSP integer variables are encoded (1032379 clauses, 17396577 bytes)
81.11/82.05	c 82	1978 (50%) CSP integer variables are encoded (1910269 clauses, 34076487 bytes)
82.20/83.11	c 83	2373 (60%) CSP integer variables are encoded (2753116 clauses, 50090580 bytes)
83.26/84.22	c 84	2769 (70%) CSP integer variables are encoded (3616108 clauses, 66487428 bytes)
84.26/85.29	c 85	3164 (80%) CSP integer variables are encoded (4455057 clauses, 82427459 bytes)
85.35/86.36	c 86	3560 (90%) CSP integer variables are encoded (5309065 clauses, 98653611 bytes)
86.33/87.36	c 87	3955 (100%) CSP integer variables are encoded (6153042 clauses, 114689174 bytes)
133.14/134.60	c 134	18401 (10%) CSP clauses are encoded (11971728 clauses, 266319647 bytes)
173.51/175.14	c 175	36801 (20%) CSP clauses are encoded (17862312 clauses, 422749671 bytes)
209.82/211.65	c 212	55201 (30%) CSP clauses are encoded (23553599 clauses, 574844860 bytes)
248.11/250.10	c 250	73601 (40%) CSP clauses are encoded (29693643 clauses, 739758667 bytes)
286.20/288.41	c 288	92001 (50%) CSP clauses are encoded (35572839 clauses, 897705098 bytes)
323.98/326.48	c 326	110402 (60%) CSP clauses are encoded (41800761 clauses, 1065395489 bytes)
361.18/363.81	c 364	128802 (70%) CSP clauses are encoded (47904643 clauses, 1230177359 bytes)
396.97/399.82	c 400	147202 (80%) CSP clauses are encoded (53991172 clauses, 1394067822 bytes)
432.51/435.79	c 436	165602 (90%) CSP clauses are encoded (60087271 clauses, 1558978084 bytes)
467.00/470.45	c 470	184002 (100%) CSP clauses are encoded (66108926 clauses, 1722001368 bytes)
467.00/470.45	c 470	184002 CSP clauses encoded
467.00/470.45	c 470	Writing map file : HOME/temp.map
467.20/470.69	c 471	Heap : 95 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
467.20/470.69	c 471	SAT : 6267587 SAT variables, 66108926 SAT clauses, 1722001368 bytes
467.20/470.69	c 471	Heap : 95 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
467.29/470.76	c 471	SOLVING HOME/temp.cnf
467.29/470.76	c 471	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
467.29/470.77	c 471	This is MiniSat 2.0 beta
467.29/470.77	c 471	WARNING: for repeatability, setting FPU to use double precision
467.29/470.77	c 471	============================[ Problem Statistics ]=============================
467.29/470.77	c 471	|                                                                             |
467.29/470.77	c 471	|  Number of variables:  6267587                                              |
467.29/470.77	c 471	|  Number of clauses:    66108926                                             |
473.50/479.32	c ERROR INTERRUPTED
473.59/479.49	s UNKNOWN
473.59/479.49	c 479	CPU 467.36 (0.07 0.02 457 10.27)
473.59/479.49	c 479	END Sun Jul 12 07:53:51 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-2083523-1247377552/watcher-2083523-1247377552 -o /tmp/evaluation-result-2083523-1247377552/solver-2083523-1247377552 -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-2083523-1247377552.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.24 2.44 2.24 4/82 26645
/proc/meminfo: memFree=1719200/2055920 swapFree=4192812/4192956
[pid=26645] ppid=26643 vsize=18576 CPUtime=0
/proc/26645/stat : 26645 (runsolver) R 26643 26645 18669 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 24822097 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 269757246759 0 0 4096 24578 0 0 0 17 1 0 0
/proc/26645/statm: 4644 284 249 26 0 2626 0

[startup+0.090394 s]
/proc/loadavg: 2.24 2.44 2.24 4/82 26645
/proc/meminfo: memFree=1719200/2055920 swapFree=4192812/4192956
[pid=26645] ppid=26643 vsize=16868 CPUtime=0.06
/proc/26645/stat : 26645 (sugar) S 26643 26645 18669 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24822097 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26645/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101399 s]
/proc/loadavg: 2.24 2.44 2.24 4/82 26645
/proc/meminfo: memFree=1719200/2055920 swapFree=4192812/4192956
[pid=26645] ppid=26643 vsize=16868 CPUtime=0.06
/proc/26645/stat : 26645 (sugar) S 26643 26645 18669 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24822097 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26645/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301416 s]
/proc/loadavg: 2.24 2.44 2.24 4/82 26645
/proc/meminfo: memFree=1719200/2055920 swapFree=4192812/4192956
[pid=26645] ppid=26643 vsize=16868 CPUtime=0.06
/proc/26645/stat : 26645 (sugar) S 26643 26645 18669 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24822097 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26645/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701472 s]
/proc/loadavg: 2.24 2.44 2.24 4/82 26645
/proc/meminfo: memFree=1719200/2055920 swapFree=4192812/4192956
[pid=26645] ppid=26643 vsize=16868 CPUtime=0.06
/proc/26645/stat : 26645 (sugar) S 26643 26645 18669 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24822097 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26645/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50258 s]
/proc/loadavg: 2.24 2.44 2.24 4/93 26657
/proc/meminfo: memFree=1691392/2055920 swapFree=4192812/4192956
[pid=26645] ppid=26643 vsize=16868 CPUtime=0.06
/proc/26645/stat : 26645 (sugar) S 26643 26645 18669 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24822097 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26645/statm: 4217 1111 409 3 0 796 0
[pid=26648] ppid=26645 vsize=5356 CPUtime=0
/proc/26648/stat : 26648 (sh) S 26645 26645 18669 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24822105 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26648/statm: 1339 233 193 169 0 50 0
[pid=26649] ppid=26648 vsize=864792 CPUtime=1.39
/proc/26649/stat : 26649 (java) S 26648 26645 18669 0 -1 0 13726 0 1 0 131 8 0 0 18 0 9 0 24822105 885547008 11759 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26649/statm: 216198 11759 2557 9 0 210710 0
[pid=26649/tid=26650] ppid=26648 vsize=864792 CPUtime=0.79
/proc/26649/task/26650/stat : 26650 (java) R 26648 26645 18669 0 -1 64 3059 0 1 0 77 2 0 0 23 0 9 0 24822106 885547008 11759 996147200 134512640 134550932 4294955984 18446744073709551615 4126737158 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26649/tid=26651] ppid=26648 vsize=864792 CPUtime=0.43
/proc/26649/task/26651/stat : 26651 (java) S 26648 26645 18669 0 -1 64 9437 0 0 0 39 4 0 0 16 0 9 0 24822108 885547008 11759 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26649/tid=26652] ppid=26648 vsize=864792 CPUtime=0
/proc/26649/task/26652/stat : 26652 (java) S 26648 26645 18669 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24822108 885547008 11759 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26649/tid=26653] ppid=26648 vsize=864792 CPUtime=0
/proc/26649/task/26653/stat : 26653 (java) S 26648 26645 18669 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 24822108 885547008 11759 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26649/tid=26654] ppid=26648 vsize=864792 CPUtime=0
/proc/26649/task/26654/stat : 26654 (java) S 26648 26645 18669 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24822110 885547008 11759 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26649/tid=26655] ppid=26648 vsize=864792 CPUtime=0.14
/proc/26649/task/26655/stat : 26655 (java) S 26648 26645 18669 0 -1 64 524 0 0 0 14 0 0 0 16 0 9 0 24822110 885547008 11759 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26649/tid=26656] ppid=26648 vsize=864792 CPUtime=0
/proc/26649/task/26656/stat : 26656 (java) S 26648 26645 18669 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24822110 885547008 11759 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26649/tid=26657] ppid=26648 vsize=864792 CPUtime=0
/proc/26649/task/26657/stat : 26657 (java) S 26648 26645 18669 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24822110 885547008 11759 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.10279 s]
/proc/loadavg: 2.24 2.44 2.24 4/93 26667
/proc/meminfo: memFree=1694208/2055920 swapFree=4192812/4192956
[pid=26645] ppid=26643 vsize=16868 CPUtime=1.74
/proc/26645/stat : 26645 (sugar) S 26643 26645 18669 0 -1 4194304 1309 14353 0 1 5 1 159 9 15 0 1 0 24822097 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26645/statm: 4217 1111 409 3 0 796 0
[pid=26658] ppid=26645 vsize=5356 CPUtime=0
/proc/26658/stat : 26658 (sh) S 26645 26645 18669 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24822278 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26658/statm: 1339 233 193 169 0 50 0
[pid=26659] ppid=26658 vsize=868672 CPUtime=1.25
/proc/26659/stat : 26659 (java) S 26658 26645 18669 0 -1 0 8955 0 1 0 121 4 0 0 18 0 9 0 24822278 889520128 8044 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26659/statm: 217168 8044 2569 9 0 211673 0
[pid=26659/tid=26660] ppid=26658 vsize=868672 CPUtime=0.85
/proc/26659/task/26660/stat : 26660 (java) R 26658 26645 18669 0 -1 64 2636 0 1 0 83 2 0 0 22 0 9 0 24822279 889520128 8044 996147200 134512640 134550932 4294955936 18446744073709551615 4126507824 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26659/tid=26661] ppid=26658 vsize=868672 CPUtime=0.21
/proc/26659/task/26661/stat : 26661 (java) S 26658 26645 18669 0 -1 64 4140 0 0 0 20 1 0 0 16 0 9 0 24822281 889520128 8044 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26659/tid=26662] ppid=26658 vsize=868672 CPUtime=0
/proc/26659/task/26662/stat : 26662 (java) S 26658 26645 18669 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24822281 889520128 8044 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26659/tid=26663] ppid=26658 vsize=868672 CPUtime=0
/proc/26659/task/26663/stat : 26663 (java) S 26658 26645 18669 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24822281 889520128 8044 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26659/tid=26664] ppid=26658 vsize=868672 CPUtime=0
/proc/26659/task/26664/stat : 26664 (java) S 26658 26645 18669 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24822283 889520128 8044 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26659/tid=26665] ppid=26658 vsize=868672 CPUtime=0.16
/proc/26659/task/26665/stat : 26665 (java) S 26658 26645 18669 0 -1 64 1476 0 0 0 16 0 0 0 15 0 9 0 24822283 889520128 8044 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26659/tid=26666] ppid=26658 vsize=868672 CPUtime=0
/proc/26659/task/26666/stat : 26666 (java) S 26658 26645 18669 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24822283 889520128 8044 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26659/tid=26667] ppid=26658 vsize=868672 CPUtime=0
/proc/26659/task/26667/stat : 26667 (java) S 26658 26645 18669 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24822283 889520128 8044 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 890896

[startup+6.30222 s]
/proc/loadavg: 2.22 2.43 2.24 4/93 26667
/proc/meminfo: memFree=1669440/2055920 swapFree=4192812/4192956
[pid=26645] ppid=26643 vsize=16868 CPUtime=1.74
/proc/26645/stat : 26645 (sugar) S 26643 26645 18669 0 -1 4194304 1309 14353 0 1 5 1 159 9 16 0 1 0 24822097 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26645/statm: 4217 1111 409 3 0 796 0
[pid=26658] ppid=26645 vsize=5356 CPUtime=0
/proc/26658/stat : 26658 (sh) S 26645 26645 18669 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24822278 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26658/statm: 1339 233 193 169 0 50 0
[pid=26659] ppid=26658 vsize=868672 CPUtime=4.42
/proc/26659/stat : 26659 (java) S 26658 26645 18669 0 -1 0 10769 0 1 0 435 7 0 0 18 0 9 0 24822278 889520128 9528 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26659/statm: 217168 9528 2567 9 0 211673 0
[pid=26659/tid=26660] ppid=26658 vsize=868672 CPUtime=3.67
/proc/26659/task/26660/stat : 26660 (java) R 26658 26645 18669 0 -1 64 2996 0 1 0 364 3 0 0 25 0 9 0 24822279 889520128 9528 996147200 134512640 134550932 4294955936 18446744073709551615 4126448576 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26659/tid=26661] ppid=26658 vsize=868672 CPUtime=0.52
/proc/26659/task/26661/stat : 26661 (java) S 26658 26645 18669 0 -1 64 5578 0 0 0 49 3 0 0 16 0 9 0 24822281 889520128 9528 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26659/tid=26662] ppid=26658 vsize=868672 CPUtime=0
/proc/26659/task/26662/stat : 26662 (java) S 26658 26645 18669 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24822281 889520128 9528 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26659/tid=26663] ppid=26658 vsize=868672 CPUtime=0
/proc/26659/task/26663/stat : 26663 (java) S 26658 26645 18669 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24822281 889520128 9528 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26659/tid=26664] ppid=26658 vsize=868672 CPUtime=0
/proc/26659/task/26664/stat : 26664 (java) S 26658 26645 18669 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24822283 889520128 9528 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26659/tid=26665] ppid=26658 vsize=868672 CPUtime=0.19
/proc/26659/task/26665/stat : 26665 (java) S 26658 26645 18669 0 -1 64 1492 0 0 0 19 0 0 0 15 0 9 0 24822283 889520128 9528 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26659/tid=26666] ppid=26658 vsize=868672 CPUtime=0
/proc/26659/task/26666/stat : 26666 (java) S 26658 26645 18669 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24822283 889520128 9528 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26659/tid=26667] ppid=26658 vsize=868672 CPUtime=0
/proc/26659/task/26667/stat : 26667 (java) S 26658 26645 18669 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24822283 889520128 9528 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) 890896

[startup+12.7021 s]
/proc/loadavg: 2.20 2.42 2.24 3/93 26667
/proc/meminfo: memFree=1640960/2055920 swapFree=4192812/4192956
[pid=26645] ppid=26643 vsize=16868 CPUtime=1.75
/proc/26645/stat : 26645 (sugar) S 26643 26645 18669 0 -1 4194304 1309 14353 0 1 6 1 159 9 16 0 1 0 24822097 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26645/statm: 4217 1111 409 3 0 796 0
[pid=26658] ppid=26645 vsize=5356 CPUtime=0
/proc/26658/stat : 26658 (sh) S 26645 26645 18669 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24822278 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26658/statm: 1339 233 193 169 0 50 0
[pid=26659] ppid=26658 vsize=868672 CPUtime=10.75
/proc/26659/stat : 26659 (java) S 26658 26645 18669 0 -1 0 15400 0 1 0 1062 13 0 0 18 0 9 0 24822278 889520128 12530 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26659/statm: 217168 12530 2569 9 0 211673 0
[pid=26659/tid=26660] ppid=26658 vsize=868672 CPUtime=9.35
/proc/26659/task/26660/stat : 26660 (java) R 26658 26645 18669 0 -1 64 3527 0 1 0 931 4 0 0 25 0 9 0 24822279 889520128 12530 996147200 134512640 134550932 4294955936 18446744073709551615 4126583280 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26659/tid=26661] ppid=26658 vsize=868672 CPUtime=1.17
/proc/26659/task/26661/stat : 26661 (java) S 26658 26645 18669 0 -1 64 9674 0 0 0 109 8 0 0 16 0 9 0 24822281 889520128 12530 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26659/tid=26662] ppid=26658 vsize=868672 CPUtime=0
/proc/26659/task/26662/stat : 26662 (java) S 26658 26645 18669 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24822281 889520128 12530 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26659/tid=26663] ppid=26658 vsize=868672 CPUtime=0
/proc/26659/task/26663/stat : 26663 (java) S 26658 26645 18669 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24822281 889520128 12530 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26659/tid=26664] ppid=26658 vsize=868672 CPUtime=0
/proc/26659/task/26664/stat : 26664 (java) S 26658 26645 18669 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24822283 889520128 12530 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26659/tid=26665] ppid=26658 vsize=868672 CPUtime=0.2
/proc/26659/task/26665/stat : 26665 (java) S 26658 26645 18669 0 -1 64 1496 0 0 0 20 0 0 0 16 0 9 0 24822283 889520128 12530 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26659/tid=26666] ppid=26658 vsize=868672 CPUtime=0
/proc/26659/task/26666/stat : 26666 (java) S 26658 26645 18669 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24822283 889520128 12530 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26659/tid=26667] ppid=26658 vsize=868672 CPUtime=0
/proc/26659/task/26667/stat : 26667 (java) S 26658 26645 18669 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24822283 889520128 12530 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 890896

[startup+25.5027 s]
/proc/loadavg: 2.23 2.42 2.24 3/93 26667
/proc/meminfo: memFree=1577344/2055920 swapFree=4192812/4192956
[pid=26645] ppid=26643 vsize=16868 CPUtime=1.75
/proc/26645/stat : 26645 (sugar) S 26643 26645 18669 0 -1 4194304 1309 14353 0 1 6 1 159 9 16 0 1 0 24822097 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26645/statm: 4217 1111 409 3 0 796 0
[pid=26658] ppid=26645 vsize=5356 CPUtime=0
/proc/26658/stat : 26658 (sh) S 26645 26645 18669 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24822278 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26658/statm: 1339 233 193 169 0 50 0
[pid=26659] ppid=26658 vsize=868672 CPUtime=23.41
/proc/26659/stat : 26659 (java) S 26658 26645 18669 0 -1 0 23626 0 1 0 2320 21 0 0 18 0 9 0 24822278 889520128 19403 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26659/statm: 217168 19403 2569 9 0 211673 0
[pid=26659/tid=26660] ppid=26658 vsize=868672 CPUtime=20.94
/proc/26659/task/26660/stat : 26660 (java) R 26658 26645 18669 0 -1 64 4174 0 1 0 2088 6 0 0 25 0 9 0 24822279 889520128 19403 996147200 134512640 134550932 4294955936 18446744073709551615 4126509136 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26659/tid=26661] ppid=26658 vsize=868672 CPUtime=2.22
/proc/26659/task/26661/stat : 26661 (java) S 26658 26645 18669 0 -1 64 17247 0 0 0 209 13 0 0 16 0 9 0 24822281 889520128 19403 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26659/tid=26662] ppid=26658 vsize=868672 CPUtime=0
/proc/26659/task/26662/stat : 26662 (java) S 26658 26645 18669 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24822281 889520128 19403 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26659/tid=26663] ppid=26658 vsize=868672 CPUtime=0
/proc/26659/task/26663/stat : 26663 (java) S 26658 26645 18669 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24822281 889520128 19403 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26659/tid=26664] ppid=26658 vsize=868672 CPUtime=0

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

[pid=26659/tid=26662] ppid=26658 vsize=868784 CPUtime=0
/proc/26659/task/26662/stat : 26662 (java) S 26658 26645 18669 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24822281 889634816 34872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26659/tid=26663] ppid=26658 vsize=868784 CPUtime=0
/proc/26659/task/26663/stat : 26663 (java) S 26658 26645 18669 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24822281 889634816 34872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26659/tid=26664] ppid=26658 vsize=868784 CPUtime=0
/proc/26659/task/26664/stat : 26664 (java) S 26658 26645 18669 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24822283 889634816 34872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26659/tid=26665] ppid=26658 vsize=868784 CPUtime=0.31
/proc/26659/task/26665/stat : 26665 (java) S 26658 26645 18669 0 -1 64 1554 0 0 0 30 1 0 0 16 0 9 0 24822283 889634816 34872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26659/tid=26666] ppid=26658 vsize=868784 CPUtime=0
/proc/26659/task/26666/stat : 26666 (java) S 26658 26645 18669 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24822283 889634816 34872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26659/tid=26667] ppid=26658 vsize=868784 CPUtime=0
/proc/26659/task/26667/stat : 26667 (java) S 26658 26645 18669 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24822283 889634816 34872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.8
Current children cumulated vsize (KiB) 891008

[startup+402.302 s]
/proc/loadavg: 2.06 2.12 2.15 3/83 26758
/proc/meminfo: memFree=342600/2055920 swapFree=4192812/4192956
[pid=26645] ppid=26643 vsize=16868 CPUtime=1.75
/proc/26645/stat : 26645 (sugar) S 26643 26645 18669 0 -1 4194304 1310 14353 0 1 6 1 159 9 16 0 1 0 24822097 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26645/statm: 4217 1111 409 3 0 796 0
[pid=26658] ppid=26645 vsize=5356 CPUtime=0
/proc/26658/stat : 26658 (sh) S 26645 26645 18669 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24822278 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26658/statm: 1339 233 193 169 0 50 0
[pid=26659] ppid=26658 vsize=868784 CPUtime=397.7
/proc/26659/stat : 26659 (java) S 26658 26645 18669 0 -1 0 45788 0 1 0 38929 841 0 0 18 0 9 0 24822278 889634816 34872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26659/statm: 217196 34872 2593 9 0 211673 0
[pid=26659/tid=26660] ppid=26658 vsize=868784 CPUtime=390.26
/proc/26659/task/26660/stat : 26660 (java) R 26658 26645 18669 0 -1 64 8611 0 1 0 38229 797 0 0 25 0 9 0 24822279 889634816 34872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26659/tid=26661] ppid=26658 vsize=868784 CPUtime=7.1
/proc/26659/task/26661/stat : 26661 (java) S 26658 26645 18669 0 -1 64 34920 0 0 0 669 41 0 0 16 0 9 0 24822281 889634816 34872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26659/tid=26662] ppid=26658 vsize=868784 CPUtime=0
/proc/26659/task/26662/stat : 26662 (java) S 26658 26645 18669 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24822281 889634816 34872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26659/tid=26663] ppid=26658 vsize=868784 CPUtime=0
/proc/26659/task/26663/stat : 26663 (java) S 26658 26645 18669 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24822281 889634816 34872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26659/tid=26664] ppid=26658 vsize=868784 CPUtime=0
/proc/26659/task/26664/stat : 26664 (java) S 26658 26645 18669 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24822283 889634816 34872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26659/tid=26665] ppid=26658 vsize=868784 CPUtime=0.31
/proc/26659/task/26665/stat : 26665 (java) S 26658 26645 18669 0 -1 64 1554 0 0 0 30 1 0 0 16 0 9 0 24822283 889634816 34872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26659/tid=26666] ppid=26658 vsize=868784 CPUtime=0
/proc/26659/task/26666/stat : 26666 (java) S 26658 26645 18669 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24822283 889634816 34872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26659/tid=26667] ppid=26658 vsize=868784 CPUtime=0
/proc/26659/task/26667/stat : 26667 (java) S 26658 26645 18669 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24822283 889634816 34872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 399.45
Current children cumulated vsize (KiB) 891008

[startup+462.301 s]
/proc/loadavg: 2.13 2.13 2.15 3/83 26758
/proc/meminfo: memFree=62224/2055920 swapFree=4192812/4192956
[pid=26645] ppid=26643 vsize=16868 CPUtime=1.75
/proc/26645/stat : 26645 (sugar) S 26643 26645 18669 0 -1 4194304 1310 14353 0 1 6 1 159 9 16 0 1 0 24822097 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26645/statm: 4217 1111 409 3 0 796 0
[pid=26658] ppid=26645 vsize=5356 CPUtime=0
/proc/26658/stat : 26658 (sh) S 26645 26645 18669 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24822278 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26658/statm: 1339 233 193 169 0 50 0
[pid=26659] ppid=26658 vsize=868784 CPUtime=457.21
/proc/26659/stat : 26659 (java) S 26658 26645 18669 0 -1 0 46318 0 1 0 44729 992 0 0 18 0 9 0 24822278 889634816 34872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26659/statm: 217196 34872 2593 9 0 211673 0
[pid=26659/tid=26660] ppid=26658 vsize=868784 CPUtime=449.41
/proc/26659/task/26660/stat : 26660 (java) R 26658 26645 18669 0 -1 64 9141 0 1 0 43997 944 0 0 25 0 9 0 24822279 889634816 34872 996147200 134512640 134550932 4294955936 18446744073709551615 4126943447 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26659/tid=26661] ppid=26658 vsize=868784 CPUtime=7.44
/proc/26659/task/26661/stat : 26661 (java) S 26658 26645 18669 0 -1 64 34920 0 0 0 700 44 0 0 16 0 9 0 24822281 889634816 34872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26659/tid=26662] ppid=26658 vsize=868784 CPUtime=0
/proc/26659/task/26662/stat : 26662 (java) S 26658 26645 18669 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24822281 889634816 34872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26659/tid=26663] ppid=26658 vsize=868784 CPUtime=0
/proc/26659/task/26663/stat : 26663 (java) S 26658 26645 18669 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24822281 889634816 34872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26659/tid=26664] ppid=26658 vsize=868784 CPUtime=0
/proc/26659/task/26664/stat : 26664 (java) S 26658 26645 18669 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24822283 889634816 34872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26659/tid=26665] ppid=26658 vsize=868784 CPUtime=0.31
/proc/26659/task/26665/stat : 26665 (java) S 26658 26645 18669 0 -1 64 1554 0 0 0 30 1 0 0 16 0 9 0 24822283 889634816 34872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26659/tid=26666] ppid=26658 vsize=868784 CPUtime=0
/proc/26659/task/26666/stat : 26666 (java) S 26658 26645 18669 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24822283 889634816 34872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26659/tid=26667] ppid=26658 vsize=868784 CPUtime=0
/proc/26659/task/26667/stat : 26667 (java) S 26658 26645 18669 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24822283 889634816 34872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.96
Current children cumulated vsize (KiB) 891008



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+479.302 s]
/proc/loadavg: 2.09 2.12 2.15 3/75 26760
/proc/meminfo: memFree=15048/2055920 swapFree=4192812/4192956
[pid=26645] ppid=26643 vsize=16868 CPUtime=467.36
/proc/26645/stat : 26645 (sugar) S 26643 26645 18669 0 -1 4194304 1377 61058 0 2 7 2 45700 1027 17 0 1 0 24822097 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26645/statm: 4217 1114 409 3 0 796 0
[pid=26759] ppid=26645 vsize=5356 CPUtime=0
/proc/26759/stat : 26759 (sh) S 26645 26645 18669 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24869173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26759/statm: 1339 232 193 169 0 50 0
[pid=26760] ppid=26759 vsize=901868 CPUtime=6.14
/proc/26760/stat : 26760 (minisat) R 26759 26645 18669 0 -1 4194304 194611 0 0 0 500 114 0 0 18 0 1 0 24869174 923512832 194597 996147200 134512640 135127466 4294956256 18446744073709551615 134517677 0 0 4096 3 0 0 0 17 1 0 0
/proc/26760/statm: 225467 194597 62 150 0 225314 0
Current children cumulated CPU time (s) 473.5
Current children cumulated vsize (KiB) 924092

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

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

[startup+479.428 s]
/proc/loadavg: 2.09 2.12 2.15 3/75 26760
/proc/meminfo: memFree=15048/2055920 swapFree=4192812/4192956
[pid=26645] ppid=26643 vsize=16868 CPUtime=467.36
/proc/26645/stat : 26645 (sugar) S 26643 26645 18669 0 -1 4194304 1399 61058 0 2 7 2 45700 1027 16 0 1 0 24822097 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/26645/statm: 4217 1114 409 3 0 796 0
[pid=26759] ppid=26645 vsize=0 CPUtime=0
/proc/26759/stat : 26759 (sh) Z 26645 26645 18669 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 24869173 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/26759/statm: 0 0 0 0 0 0 0
[pid=26760] ppid=1 vsize=0 CPUtime=6.23
/proc/26760/stat : 26760 (minisat) R 1 26645 18669 0 -1 4195332 194625 0 0 0 500 123 0 0 18 0 1 0 24869174 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/26760/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 473.59
Current children cumulated vsize (KiB) 16868

[startup+479.502 s]
/proc/loadavg: 2.09 2.12 2.15 3/74 26761
/proc/meminfo: memFree=800208/2055920 swapFree=4192812/4192956
[pid=26645] ppid=26643 vsize=16868 CPUtime=467.36
/proc/26645/stat : 26645 (sugar) R 26643 26645 18669 0 -1 4194304 1424 61335 0 2 7 2 45700 1027 16 0 1 0 24822097 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 269757420585 0 0 4224 16386 0 0 0 17 1 0 0
/proc/26645/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 467.36
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+479.802 s]
/proc/loadavg: 2.09 2.12 2.15 3/74 26761
/proc/meminfo: memFree=800208/2055920 swapFree=4192812/4192956
[pid=26645] ppid=26643 vsize=16868 CPUtime=467.66
/proc/26645/stat : 26645 (sugar) R 26643 26645 18669 0 -1 4194304 1424 61335 0 2 7 32 45700 1027 18 0 1 0 24822097 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 269757420585 0 0 4224 16386 0 0 0 17 1 0 0
/proc/26645/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 467.66
Current children cumulated vsize (KiB) 16868

[startup+480.202 s]
/proc/loadavg: 2.09 2.12 2.15 3/74 26761
/proc/meminfo: memFree=800208/2055920 swapFree=4192812/4192956
[pid=26645] ppid=26643 vsize=16868 CPUtime=467.93
/proc/26645/stat : 26645 (sugar) D 26643 26645 18669 0 -1 4194304 1424 61335 0 2 7 59 45700 1027 18 0 1 0 24822097 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 269757420585 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/26645/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 467.93
Current children cumulated vsize (KiB) 16868

[startup+480.602 s]
/proc/loadavg: 2.09 2.12 2.15 2/74 26761
/proc/meminfo: memFree=1925072/2055920 swapFree=4192812/4192956
[pid=26645] ppid=26643 vsize=16868 CPUtime=467.95
/proc/26645/stat : 26645 (sugar) D 26643 26645 18669 0 -1 4194304 1424 61335 0 2 7 61 45700 1027 18 0 1 0 24822097 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 269757420585 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/26645/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 467.95
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): 6.22998
#  lost CPU user time (s): 5
#  lost CPU system time (s): 1.23

Real time (s): 480.666
CPU time (s): 474.215
CPU user time (s): 462.077
CPU system time (s): 12.1373
CPU usage (%): 98.6578
Max. virtual memory (cumulated for all children) (KiB): 924092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 457.078
system time used= 10.9073
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62818
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= 54662
involuntary context switches= 53379

runsolver used 0.619905 second user time and 1.63975 second system time

The end

Launcher Data

Begin job on node13 at 2009-07-12 07:45:52
IDJOB=2083523
IDBENCH=57844
IDSOLVER=739
FILE ID=node13/2083523-1247377552
PBS_JOBID= 9507031
Free space on /tmp= 66292 MiB

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

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

MD5SUM BENCH= f8967b949e05aa4191b080a54ba762cf
RANDOM SEED=478993318

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:       1719680 kB
Buffers:          4108 kB
Cached:          54780 kB
SwapCached:          0 kB
Active:         276468 kB
Inactive:         7396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1719680 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4616 kB
Writeback:           0 kB
Mapped:         245384 kB
Slab:            37124 kB
Committed_AS:   473200 kB
PageTables:       2348 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= 66292 MiB
End job on node13 at 2009-07-12 07:53:53