Trace number 2083248

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? 276.207 1332.25

General information on the benchmark

Namecsp/fapp/fapp26/
normalized-fapp26-2300-10.xml
MD5SUMfed84ca019c3c42e3620b2e79df41b5a
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 benchmark29.3985
Satisfiable
(Un)Satisfiability was proved
Number of variables2300
Number of constraints24253
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension24253
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:37:31 2009
0.00/0.07	c 0	PID 24737
0.00/0.07	c 0	HOST node91.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2083248-1247377050.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083248-1247377050.xml' 'HOME/temp.csp'
1.46/1.60	c 1	17 domains, 2300 variables, 8 predicates, 0 relations, 24253 constraints
1.55/1.65	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.55/1.65	c 1	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.56/1.72	c 1	Parsing HOME/temp.csp
1.56/1.97	c 2	parsed 10000 expressions
1.99/2.15	c 2	parsed 20000 expressions
2.19/2.30	c 2	parsed 26578 expressions
2.19/2.31	c 2	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.19/2.31	c 2	Converting to clausal form CSP
2.88/3.08	c 3	converted 2658 (10%) expressions
6.54/6.71	c 6	converted 5316 (20%) expressions
9.81/10.10	c 10	converted 7974 (30%) expressions
12.68/12.98	c 13	converted 10632 (40%) expressions
15.54/15.82	c 16	converted 13289 (50%) expressions
18.72/19.04	c 19	converted 15947 (60%) expressions
21.39/21.78	c 21	converted 18605 (70%) expressions
24.05/24.43	c 24	converted 21263 (80%) expressions
27.13/27.58	c 27	converted 23921 (90%) expressions
29.30/29.72	c 29	converted 26578 (100%) expressions
29.30/29.72	c 29	CSP : 8122 integers, 67586 booleans, 156213 clauses, largest domain size 2821
29.30/29.72	c 29	Heap : 115 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
29.30/29.72	c 29	Propagation in CSP
31.97/32.43	c 32	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
31.97/32.43	c 32	CSP : 8122 integers, 67586 booleans, 156213 clauses, largest domain size 2821
31.97/32.43	c 32	Heap : 124 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
31.97/32.48	c 32	Simplifing CSP by introducing new Boolean variables
32.47/32.93	c 33	CSP : 8122 integers, 126508 booleans, 215135 clauses, largest domain size 2821
32.47/32.93	c 33	Heap : 133 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
33.36/33.80	c 33	Encoding CSP to SAT : HOME/temp.cnf
37.92/38.42	c 38	813 (10%) CSP integer variables are encoded (222470 clauses, 3560673 bytes)
42.46/43.06	c 43	1625 (20%) CSP integer variables are encoded (446478 clauses, 7368809 bytes)
46.63/47.25	c 47	2437 (30%) CSP integer variables are encoded (971952 clauses, 16301867 bytes)
49.19/49.85	c 50	3249 (40%) CSP integer variables are encoded (3017618 clauses, 55118322 bytes)
51.77/52.46	c 52	4061 (50%) CSP integer variables are encoded (5084576 clauses, 94390524 bytes)
54.43/55.13	c 55	4874 (60%) CSP integer variables are encoded (7181173 clauses, 134225867 bytes)
57.11/57.82	c 58	5686 (70%) CSP integer variables are encoded (9253697 clauses, 173603823 bytes)
59.84/60.62	c 60	6498 (80%) CSP integer variables are encoded (11328499 clauses, 215694020 bytes)
62.54/65.50	c 65	7310 (90%) CSP integer variables are encoded (13404527 clauses, 259290608 bytes)
65.15/68.18	c 68	8122 (100%) CSP integer variables are encoded (15463053 clauses, 302519654 bytes)
85.28/91.45	c 91	21514 (10%) CSP clauses are encoded (21205112 clauses, 457658938 bytes)
105.77/114.41	c 114	43027 (20%) CSP clauses are encoded (27287792 clauses, 625041359 bytes)
126.52/139.71	c 139	64541 (30%) CSP clauses are encoded (33505914 clauses, 796352372 bytes)
148.02/653.17	c 653	86054 (40%) CSP clauses are encoded (39811118 clauses, 971057548 bytes)
169.52/678.58	c 678	107568 (50%) CSP clauses are encoded (46426917 clauses, 1154245741 bytes)
191.17/707.16	c 707	129081 (60%) CSP clauses are encoded (53250906 clauses, 1350128046 bytes)
212.77/731.05	c 731	150595 (70%) CSP clauses are encoded (60040334 clauses, 1548522878 bytes)
233.29/755.86	c 756	172108 (80%) CSP clauses are encoded (66466079 clauses, 1737447857 bytes)
254.65/1261.18	c 1261	193622 (90%) CSP clauses are encoded (73496781 clauses, 1945360090 bytes)
274.81/1283.37	c 1283	215135 (100%) CSP clauses are encoded (80587487 clauses, 2155449371 bytes)
274.81/1283.37	c 1283	215135 CSP clauses encoded
274.88/1284.49	c 1284	Writing map file : HOME/temp.map
274.96/1287.69	c 1287	Heap : 120 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
274.96/1287.69	c 1287	SAT : 15597683 SAT variables, 80587487 SAT clauses, 2155449371 bytes
274.96/1287.69	c 1287	Heap : 120 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
275.06/1287.73	c 1287	SOLVING HOME/temp.cnf
275.06/1287.73	c 1287	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
275.12/1294.64	c 1294	This is MiniSat 2.0 beta
275.12/1294.64	c 1294	WARNING: for repeatability, setting FPU to use double precision
275.12/1294.79	c 1294	ERROR! Could not open file: HOME/temp.cnf
275.12/1294.79	c 1294	DECODING HOME/temp.out WITH HOME/temp.map
275.12/1294.79	c ERROR no output file HOME/temp.out
275.12/1294.79	s UNKNOWN
275.12/1294.79	c 1294	CPU 275.12 (0.06 0.02 261.51 13.53)
275.12/1294.79	c 1294	END Sun Jul 12 07:59:05 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-2083248-1247377050/watcher-2083248-1247377050 -o /tmp/evaluation-result-2083248-1247377050/solver-2083248-1247377050 -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-2083248-1247377050.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: 3.01 3.00 2.40 4/75 24737
/proc/meminfo: memFree=879976/2055920 swapFree=4192812/4192956
[pid=24737] ppid=24735 vsize=12272 CPUtime=0
/proc/24737/stat : 24737 (sugar) R 24735 24737 23490 0 -1 4194304 360 0 0 0 0 0 0 0 18 0 1 0 24769686 12566528 328 996147200 4194304 4206940 548682068608 18446744073709551615 251610053630 0 0 4224 0 0 0 0 17 1 0 0
/proc/24737/statm: 3068 328 246 3 0 168 0

[startup+0.0933271 s]
/proc/loadavg: 3.01 3.00 2.40 4/75 24737
/proc/meminfo: memFree=879976/2055920 swapFree=4192812/4192956
[pid=24737] ppid=24735 vsize=16868 CPUtime=0.06
/proc/24737/stat : 24737 (sugar) S 24735 24737 23490 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24769686 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24737/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101134 s]
/proc/loadavg: 3.01 3.00 2.40 4/75 24737
/proc/meminfo: memFree=879976/2055920 swapFree=4192812/4192956
[pid=24737] ppid=24735 vsize=16868 CPUtime=0.06
/proc/24737/stat : 24737 (sugar) S 24735 24737 23490 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24769686 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24737/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301157 s]
/proc/loadavg: 3.01 3.00 2.40 4/75 24737
/proc/meminfo: memFree=879976/2055920 swapFree=4192812/4192956
[pid=24737] ppid=24735 vsize=16868 CPUtime=0.06
/proc/24737/stat : 24737 (sugar) S 24735 24737 23490 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24769686 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24737/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701213 s]
/proc/loadavg: 3.01 3.00 2.40 4/75 24737
/proc/meminfo: memFree=879976/2055920 swapFree=4192812/4192956
[pid=24737] ppid=24735 vsize=16868 CPUtime=0.06
/proc/24737/stat : 24737 (sugar) S 24735 24737 23490 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24769686 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24737/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.5023 s]
/proc/loadavg: 3.01 3.00 2.40 4/86 24749
/proc/meminfo: memFree=844176/2055920 swapFree=4192812/4192956
[pid=24737] ppid=24735 vsize=16868 CPUtime=0.06
/proc/24737/stat : 24737 (sugar) S 24735 24737 23490 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24769686 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24737/statm: 4217 1111 409 3 0 796 0
[pid=24740] ppid=24737 vsize=5356 CPUtime=0
/proc/24740/stat : 24740 (sh) S 24737 24737 23490 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24769693 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24740/statm: 1339 233 193 169 0 50 0
[pid=24741] ppid=24740 vsize=864760 CPUtime=1.4
/proc/24741/stat : 24741 (java) S 24740 24737 23490 0 -1 0 14835 0 1 0 132 8 0 0 19 0 9 0 24769694 885514240 12861 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24741/statm: 216190 12861 2557 9 0 210702 0
[pid=24741/tid=24742] ppid=24740 vsize=864760 CPUtime=0.78
/proc/24741/task/24742/stat : 24742 (java) R 24740 24737 23490 0 -1 64 3076 0 1 0 76 2 0 0 25 0 9 0 24769695 885514240 12861 996147200 134512640 134550932 4294955984 18446744073709551615 4125961358 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24741/tid=24743] ppid=24740 vsize=864760 CPUtime=0.45
/proc/24741/task/24743/stat : 24743 (java) S 24740 24737 23490 0 -1 64 10525 0 0 0 41 4 0 0 16 0 9 0 24769696 885514240 12861 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24741/tid=24744] ppid=24740 vsize=864760 CPUtime=0
/proc/24741/task/24744/stat : 24744 (java) S 24740 24737 23490 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24769697 885514240 12861 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24741/tid=24745] ppid=24740 vsize=864760 CPUtime=0
/proc/24741/task/24745/stat : 24745 (java) S 24740 24737 23490 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 24769697 885514240 12861 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24741/tid=24746] ppid=24740 vsize=864760 CPUtime=0
/proc/24741/task/24746/stat : 24746 (java) S 24740 24737 23490 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24769699 885514240 12861 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24741/tid=24747] ppid=24740 vsize=864760 CPUtime=0.13
/proc/24741/task/24747/stat : 24747 (java) S 24740 24737 23490 0 -1 64 529 0 0 0 13 0 0 0 16 0 9 0 24769699 885514240 12861 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24741/tid=24748] ppid=24740 vsize=864760 CPUtime=0
/proc/24741/task/24748/stat : 24748 (java) S 24740 24737 23490 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24769699 885514240 12861 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24741/tid=24749] ppid=24740 vsize=864760 CPUtime=0
/proc/24741/task/24749/stat : 24749 (java) S 24740 24737 23490 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24769699 885514240 12861 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 886984

[startup+3.10247 s]
/proc/loadavg: 2.93 2.99 2.39 4/86 24759
/proc/meminfo: memFree=863248/2055920 swapFree=4192812/4192956
[pid=24737] ppid=24735 vsize=16868 CPUtime=1.56
/proc/24737/stat : 24737 (sugar) S 24735 24737 23490 0 -1 4194304 1309 15268 0 1 5 1 141 9 16 0 1 0 24769686 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24737/statm: 4217 1111 409 3 0 796 0
[pid=24750] ppid=24737 vsize=5356 CPUtime=0
/proc/24750/stat : 24750 (sh) S 24737 24737 23490 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24769851 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24750/statm: 1339 233 193 169 0 50 0
[pid=24751] ppid=24750 vsize=868540 CPUtime=1.42
/proc/24751/stat : 24751 (java) S 24750 24737 23490 0 -1 0 9621 0 1 0 137 5 0 0 20 0 9 0 24769851 889384960 8695 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24751/statm: 217135 8695 2570 9 0 211640 0
[pid=24751/tid=24752] ppid=24750 vsize=868540 CPUtime=1
/proc/24751/task/24752/stat : 24752 (java) R 24750 24737 23490 0 -1 64 2645 0 1 0 99 1 0 0 25 0 9 0 24769852 889384960 8695 996147200 134512640 134550932 4294955936 18446744073709551615 4126508344 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24751/tid=24753] ppid=24750 vsize=868540 CPUtime=0.22
/proc/24751/task/24753/stat : 24753 (java) S 24750 24737 23490 0 -1 64 4797 0 0 0 20 2 0 0 16 0 9 0 24769853 889384960 8695 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24751/tid=24754] ppid=24750 vsize=868540 CPUtime=0
/proc/24751/task/24754/stat : 24754 (java) S 24750 24737 23490 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24769853 889384960 8695 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24751/tid=24755] ppid=24750 vsize=868540 CPUtime=0
/proc/24751/task/24755/stat : 24755 (java) S 24750 24737 23490 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24769853 889384960 8695 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24751/tid=24756] ppid=24750 vsize=868540 CPUtime=0
/proc/24751/task/24756/stat : 24756 (java) S 24750 24737 23490 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24769855 889384960 8695 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24751/tid=24757] ppid=24750 vsize=868540 CPUtime=0.16
/proc/24751/task/24757/stat : 24757 (java) S 24750 24737 23490 0 -1 64 1477 0 0 0 16 0 0 0 15 0 9 0 24769855 889384960 8695 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24751/tid=24758] ppid=24750 vsize=868540 CPUtime=0
/proc/24751/task/24758/stat : 24758 (java) S 24750 24737 23490 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24769855 889384960 8695 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24751/tid=24759] ppid=24750 vsize=868540 CPUtime=0
/proc/24751/task/24759/stat : 24759 (java) S 24750 24737 23490 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24769855 889384960 8695 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 890764

[startup+6.30183 s]
/proc/loadavg: 2.93 2.99 2.39 3/86 24759
/proc/meminfo: memFree=841040/2055920 swapFree=4192812/4192956
[pid=24737] ppid=24735 vsize=16868 CPUtime=1.56
/proc/24737/stat : 24737 (sugar) S 24735 24737 23490 0 -1 4194304 1309 15268 0 1 5 1 141 9 16 0 1 0 24769686 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24737/statm: 4217 1111 409 3 0 796 0
[pid=24750] ppid=24737 vsize=5356 CPUtime=0
/proc/24750/stat : 24750 (sh) S 24737 24737 23490 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24769851 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24750/statm: 1339 233 193 169 0 50 0
[pid=24751] ppid=24750 vsize=868628 CPUtime=4.6
/proc/24751/stat : 24751 (java) S 24750 24737 23490 0 -1 0 13151 0 1 0 450 10 0 0 20 0 9 0 24769851 889475072 11874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24751/statm: 217157 11874 2567 9 0 211662 0
[pid=24751/tid=24752] ppid=24750 vsize=868628 CPUtime=3.65
/proc/24751/task/24752/stat : 24752 (java) R 24750 24737 23490 0 -1 64 3124 0 1 0 362 3 0 0 25 0 9 0 24769852 889475072 11874 996147200 134512640 134550932 4294955936 18446744073709551615 4126508336 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24751/tid=24753] ppid=24750 vsize=868628 CPUtime=0.74
/proc/24751/task/24753/stat : 24753 (java) S 24750 24737 23490 0 -1 64 7841 0 0 0 69 5 0 0 15 0 9 0 24769853 889475072 11874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24751/tid=24754] ppid=24750 vsize=868628 CPUtime=0
/proc/24751/task/24754/stat : 24754 (java) S 24750 24737 23490 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24769853 889475072 11874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24751/tid=24755] ppid=24750 vsize=868628 CPUtime=0
/proc/24751/task/24755/stat : 24755 (java) S 24750 24737 23490 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24769853 889475072 11874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24751/tid=24756] ppid=24750 vsize=868628 CPUtime=0
/proc/24751/task/24756/stat : 24756 (java) S 24750 24737 23490 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24769855 889475072 11874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24751/tid=24757] ppid=24750 vsize=868628 CPUtime=0.18
/proc/24751/task/24757/stat : 24757 (java) S 24750 24737 23490 0 -1 64 1484 0 0 0 18 0 0 0 15 0 9 0 24769855 889475072 11874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24751/tid=24758] ppid=24750 vsize=868628 CPUtime=0
/proc/24751/task/24758/stat : 24758 (java) S 24750 24737 23490 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24769855 889475072 11874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24751/tid=24759] ppid=24750 vsize=868628 CPUtime=0
/proc/24751/task/24759/stat : 24759 (java) S 24750 24737 23490 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24769855 889475072 11874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 890852

[startup+12.7025 s]
/proc/loadavg: 2.79 2.95 2.39 3/86 24759
/proc/meminfo: memFree=813784/2055920 swapFree=4192812/4192956
[pid=24737] ppid=24735 vsize=16868 CPUtime=1.56
/proc/24737/stat : 24737 (sugar) S 24735 24737 23490 0 -1 4194304 1309 15268 0 1 5 1 141 9 16 0 1 0 24769686 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24737/statm: 4217 1111 409 3 0 796 0
[pid=24750] ppid=24737 vsize=5356 CPUtime=0
/proc/24750/stat : 24750 (sh) S 24737 24737 23490 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24769851 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24750/statm: 1339 233 193 169 0 50 0
[pid=24751] ppid=24750 vsize=868628 CPUtime=10.92
/proc/24751/stat : 24751 (java) S 24750 24737 23490 0 -1 0 24437 0 1 0 1074 18 0 0 20 0 9 0 24769851 889475072 18449 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24751/statm: 217157 18449 2568 9 0 211662 0
[pid=24751/tid=24752] ppid=24750 vsize=868628 CPUtime=9.1
/proc/24751/task/24752/stat : 24752 (java) R 24750 24737 23490 0 -1 64 3605 0 1 0 906 4 0 0 25 0 9 0 24769852 889475072 18449 996147200 134512640 134550932 4294955936 18446744073709551615 4126512428 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24751/tid=24753] ppid=24750 vsize=868628 CPUtime=1.6
/proc/24751/task/24753/stat : 24753 (java) S 24750 24737 23490 0 -1 64 18637 0 0 0 148 12 0 0 16 0 9 0 24769853 889475072 18449 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24751/tid=24754] ppid=24750 vsize=868628 CPUtime=0
/proc/24751/task/24754/stat : 24754 (java) S 24750 24737 23490 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24769853 889475072 18449 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24751/tid=24755] ppid=24750 vsize=868628 CPUtime=0
/proc/24751/task/24755/stat : 24755 (java) S 24750 24737 23490 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24769853 889475072 18449 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24751/tid=24756] ppid=24750 vsize=868628 CPUtime=0
/proc/24751/task/24756/stat : 24756 (java) S 24750 24737 23490 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24769855 889475072 18449 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24751/tid=24757] ppid=24750 vsize=868628 CPUtime=0.19
/proc/24751/task/24757/stat : 24757 (java) S 24750 24737 23490 0 -1 64 1493 0 0 0 19 0 0 0 15 0 9 0 24769855 889475072 18449 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24751/tid=24758] ppid=24750 vsize=868628 CPUtime=0
/proc/24751/task/24758/stat : 24758 (java) S 24750 24737 23490 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24769855 889475072 18449 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24751/tid=24759] ppid=24750 vsize=868628 CPUtime=0
/proc/24751/task/24759/stat : 24759 (java) S 24750 24737 23490 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24769855 889475072 18449 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 890852

[startup+25.503 s]
/proc/loadavg: 2.74 2.94 2.39 3/86 24759
/proc/meminfo: memFree=758808/2055920 swapFree=4192812/4192956
[pid=24737] ppid=24735 vsize=16868 CPUtime=1.56
/proc/24737/stat : 24737 (sugar) S 24735 24737 23490 0 -1 4194304 1309 15268 0 1 5 1 141 9 16 0 1 0 24769686 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24737/statm: 4217 1111 409 3 0 796 0
[pid=24750] ppid=24737 vsize=5356 CPUtime=0
/proc/24750/stat : 24750 (sh) S 24737 24737 23490 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24769851 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24750/statm: 1339 233 193 169 0 50 0
[pid=24751] ppid=24750 vsize=868628 CPUtime=23.59
/proc/24751/stat : 24751 (java) S 24750 24737 23490 0 -1 0 42203 0 1 0 2328 31 0 0 20 0 9 0 24769851 889475072 31798 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24751/statm: 217157 31798 2568 9 0 211662 0
[pid=24751/tid=24752] ppid=24750 vsize=868628 CPUtime=20.2
/proc/24751/task/24752/stat : 24752 (java) R 24750 24737 23490 0 -1 64 4321 0 1 0 2015 5 0 0 25 0 9 0 24769852 889475072 31798 996147200 134512640 134550932 4294955936 18446744073709551615 4126447392 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24751/tid=24753] ppid=24750 vsize=868628 CPUtime=3.16
/proc/24751/task/24753/stat : 24753 (java) S 24750 24737 23490 0 -1 64 35685 0 0 0 293 23 0 0 16 0 9 0 24769853 889475072 31798 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24751/tid=24754] ppid=24750 vsize=868628 CPUtime=0
/proc/24751/task/24754/stat : 24754 (java) S 24750 24737 23490 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24769853 889475072 31798 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24751/tid=24755] ppid=24750 vsize=868628 CPUtime=0
/proc/24751/task/24755/stat : 24755 (java) S 24750 24737 23490 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24769853 889475072 31798 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24751/tid=24756] ppid=24750 vsize=868628 CPUtime=0

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

/proc/24751/statm: 217185 42482 2593 9 0 211662 0
[pid=24751/tid=24752] ppid=24750 vsize=868740 CPUtime=226.91
/proc/24751/task/24752/stat : 24752 (java) D 24750 24737 23490 0 -1 64 8150 0 1 0 21618 1073 0 0 24 0 9 0 24769852 889589760 42482 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608069 0 0 -1 1 0 0
[pid=24751/tid=24753] ppid=24750 vsize=868740 CPUtime=7.64
/proc/24751/task/24753/stat : 24753 (java) S 24750 24737 23490 0 -1 64 47785 0 0 0 713 51 0 0 16 0 9 0 24769853 889589760 42482 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24751/tid=24754] ppid=24750 vsize=868740 CPUtime=0
/proc/24751/task/24754/stat : 24754 (java) S 24750 24737 23490 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24769853 889589760 42482 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24751/tid=24755] ppid=24750 vsize=868740 CPUtime=0
/proc/24751/task/24755/stat : 24755 (java) S 24750 24737 23490 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24769853 889589760 42482 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24751/tid=24756] ppid=24750 vsize=868740 CPUtime=0
/proc/24751/task/24756/stat : 24756 (java) S 24750 24737 23490 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24769855 889589760 42482 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24751/tid=24757] ppid=24750 vsize=868740 CPUtime=0.28
/proc/24751/task/24757/stat : 24757 (java) S 24750 24737 23490 0 -1 64 1542 0 0 0 27 1 0 0 16 0 9 0 24769855 889589760 42482 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24751/tid=24758] ppid=24750 vsize=868740 CPUtime=0
/proc/24751/task/24758/stat : 24758 (java) S 24750 24737 23490 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24769855 889589760 42482 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24751/tid=24759] ppid=24750 vsize=868740 CPUtime=0
/proc/24751/task/24759/stat : 24759 (java) S 24750 24737 23490 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24769855 889589760 42482 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 236.42
Current children cumulated vsize (KiB) 890964
heavy processes:
  %CPU=43 pid=24802 uid=0 cmd=

[startup+1182.3 s]
/proc/loadavg: 4.16 4.18 3.67 1/90 24824
/proc/meminfo: memFree=492264/2055920 swapFree=4192812/4192956
[pid=24737] ppid=24735 vsize=16868 CPUtime=1.56
/proc/24737/stat : 24737 (sugar) S 24735 24737 23490 0 -1 4194304 1310 15268 0 1 5 1 141 9 16 0 1 0 24769686 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24737/statm: 4217 1111 409 3 0 796 0
[pid=24750] ppid=24737 vsize=5356 CPUtime=0
/proc/24750/stat : 24750 (sh) S 24737 24737 23490 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24769851 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24750/statm: 1339 233 193 169 0 50 0
[pid=24751] ppid=24750 vsize=868740 CPUtime=234.86
/proc/24751/stat : 24751 (java) S 24750 24737 23490 0 -1 0 58179 0 1 0 22360 1126 0 0 20 0 9 0 24769851 889589760 42482 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24751/statm: 217185 42482 2593 9 0 211662 0
[pid=24751/tid=24752] ppid=24750 vsize=868740 CPUtime=226.91
/proc/24751/task/24752/stat : 24752 (java) D 24750 24737 23490 0 -1 64 8150 0 1 0 21618 1073 0 0 24 0 9 0 24769852 889589760 42482 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608069 0 0 -1 1 0 0
[pid=24751/tid=24753] ppid=24750 vsize=868740 CPUtime=7.64
/proc/24751/task/24753/stat : 24753 (java) S 24750 24737 23490 0 -1 64 47785 0 0 0 713 51 0 0 16 0 9 0 24769853 889589760 42482 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24751/tid=24754] ppid=24750 vsize=868740 CPUtime=0
/proc/24751/task/24754/stat : 24754 (java) S 24750 24737 23490 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24769853 889589760 42482 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24751/tid=24755] ppid=24750 vsize=868740 CPUtime=0
/proc/24751/task/24755/stat : 24755 (java) S 24750 24737 23490 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24769853 889589760 42482 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24751/tid=24756] ppid=24750 vsize=868740 CPUtime=0
/proc/24751/task/24756/stat : 24756 (java) S 24750 24737 23490 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24769855 889589760 42482 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24751/tid=24757] ppid=24750 vsize=868740 CPUtime=0.28
/proc/24751/task/24757/stat : 24757 (java) S 24750 24737 23490 0 -1 64 1542 0 0 0 27 1 0 0 16 0 9 0 24769855 889589760 42482 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24751/tid=24758] ppid=24750 vsize=868740 CPUtime=0
/proc/24751/task/24758/stat : 24758 (java) S 24750 24737 23490 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24769855 889589760 42482 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24751/tid=24759] ppid=24750 vsize=868740 CPUtime=0
/proc/24751/task/24759/stat : 24759 (java) S 24750 24737 23490 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24769855 889589760 42482 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 236.42
Current children cumulated vsize (KiB) 890964
heavy processes:
  %CPU=39 pid=24802 uid=0 cmd=

[startup+1242.3 s]
/proc/loadavg: 3.97 4.14 3.69 2/81 24846
/proc/meminfo: memFree=492848/2055920 swapFree=4192812/4192956
[pid=24737] ppid=24735 vsize=16868 CPUtime=1.56
/proc/24737/stat : 24737 (sugar) S 24735 24737 23490 0 -1 4194304 1310 15268 0 1 5 1 141 9 16 0 1 0 24769686 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24737/statm: 4217 1111 409 3 0 796 0
[pid=24750] ppid=24737 vsize=5356 CPUtime=0
/proc/24750/stat : 24750 (sh) S 24737 24737 23490 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24769851 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24750/statm: 1339 233 193 169 0 50 0
[pid=24751] ppid=24750 vsize=868740 CPUtime=235.35
/proc/24751/stat : 24751 (java) S 24750 24737 23490 0 -1 0 58187 0 1 0 22406 1129 0 0 20 0 9 0 24769851 889589760 42482 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24751/statm: 217185 42482 2593 9 0 211662 0
[pid=24751/tid=24752] ppid=24750 vsize=868740 CPUtime=227.41
/proc/24751/task/24752/stat : 24752 (java) R 24750 24737 23490 0 -1 64 8158 0 1 0 21665 1076 0 0 17 0 9 0 24769852 889589760 42482 996147200 134512640 134550932 4294955936 18446744073709551615 4127066011 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24751/tid=24753] ppid=24750 vsize=868740 CPUtime=7.64
/proc/24751/task/24753/stat : 24753 (java) S 24750 24737 23490 0 -1 64 47785 0 0 0 713 51 0 0 15 0 9 0 24769853 889589760 42482 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24751/tid=24754] ppid=24750 vsize=868740 CPUtime=0
/proc/24751/task/24754/stat : 24754 (java) S 24750 24737 23490 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24769853 889589760 42482 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24751/tid=24755] ppid=24750 vsize=868740 CPUtime=0
/proc/24751/task/24755/stat : 24755 (java) S 24750 24737 23490 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24769853 889589760 42482 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24751/tid=24756] ppid=24750 vsize=868740 CPUtime=0
/proc/24751/task/24756/stat : 24756 (java) S 24750 24737 23490 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24769855 889589760 42482 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24751/tid=24757] ppid=24750 vsize=868740 CPUtime=0.28
/proc/24751/task/24757/stat : 24757 (java) S 24750 24737 23490 0 -1 64 1542 0 0 0 27 1 0 0 16 0 9 0 24769855 889589760 42482 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24751/tid=24758] ppid=24750 vsize=868740 CPUtime=0
/proc/24751/task/24758/stat : 24758 (java) S 24750 24737 23490 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24769855 889589760 42482 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24751/tid=24759] ppid=24750 vsize=868740 CPUtime=0
/proc/24751/task/24759/stat : 24759 (java) S 24750 24737 23490 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24769855 889589760 42482 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 236.91
Current children cumulated vsize (KiB) 890964
heavy processes:

[startup+1302.3 s]
/proc/loadavg: 4.52 4.24 3.74 2/84 24877
/proc/meminfo: memFree=785752/2055920 swapFree=4192812/4192956
[pid=24737] ppid=24735 vsize=16868 CPUtime=275.4
/proc/24737/stat : 24737 (sugar) D 24735 24737 23490 0 -1 4194304 1419 74743 0 8 6 30 26151 1353 19 0 1 0 24769686 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 251601327145 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/24737/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 275.4
Current children cumulated vsize (KiB) 16868
heavy processes:

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

[startup+1305.6 s]
/proc/loadavg: 4.40 4.22 3.74 2/84 24877
/proc/meminfo: memFree=773336/2055920 swapFree=4192812/4192956
[pid=24737] ppid=24735 vsize=16868 CPUtime=275.4
/proc/24737/stat : 24737 (sugar) D 24735 24737 23490 0 -1 4194304 1419 74743 0 8 6 30 26151 1353 19 0 1 0 24769686 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 251601327145 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/24737/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 275.4
Current children cumulated vsize (KiB) 16868

[startup+1318.4 s]
/proc/loadavg: 4.16 4.18 3.73 2/84 24877
/proc/meminfo: memFree=720728/2055920 swapFree=4192812/4192956
[pid=24737] ppid=24735 vsize=16868 CPUtime=275.4
/proc/24737/stat : 24737 (sugar) D 24735 24737 23490 0 -1 4194304 1419 74743 0 8 6 30 26151 1353 19 0 1 0 24769686 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 251601327145 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/24737/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 275.4
Current children cumulated vsize (KiB) 16868

[startup+1324.8 s]
/proc/loadavg: 4.06 4.16 3.73 2/84 24877
/proc/meminfo: memFree=696152/2055920 swapFree=4192812/4192956
[pid=24737] ppid=24735 vsize=16868 CPUtime=275.4
/proc/24737/stat : 24737 (sugar) D 24735 24737 23490 0 -1 4194304 1419 74743 0 8 6 30 26151 1353 19 0 1 0 24769686 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 251601327145 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/24737/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 275.4
Current children cumulated vsize (KiB) 16868

[startup+1328 s]
/proc/loadavg: 3.98 4.14 3.72 2/84 24877
/proc/meminfo: memFree=680024/2055920 swapFree=4192812/4192956
[pid=24737] ppid=24735 vsize=16868 CPUtime=275.62
/proc/24737/stat : 24737 (sugar) R 24735 24737 23490 0 -1 4194304 1419 74743 0 8 6 52 26151 1353 19 0 1 0 24769686 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 251601327145 0 0 4224 16386 0 0 0 17 1 0 0
/proc/24737/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 275.62
Current children cumulated vsize (KiB) 16868

[startup+1329.6 s]
/proc/loadavg: 3.98 4.14 3.72 2/84 24877
/proc/meminfo: memFree=1781976/2055920 swapFree=4192812/4192956
[pid=24737] ppid=24735 vsize=16868 CPUtime=276.06
/proc/24737/stat : 24737 (sugar) D 24735 24737 23490 0 -1 4194304 1419 74743 0 8 6 96 26151 1353 22 0 1 0 24769686 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 251601327145 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/24737/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 276.06
Current children cumulated vsize (KiB) 16868

[startup+1331.2 s]
/proc/loadavg: 3.98 4.14 3.72 2/84 24877
/proc/meminfo: memFree=1773464/2055920 swapFree=4192812/4192956
[pid=24737] ppid=24735 vsize=16868 CPUtime=276.19
/proc/24737/stat : 24737 (sugar) D 24735 24737 23490 0 -1 4194304 1419 74743 0 8 6 109 26151 1353 18 0 1 0 24769686 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 251601327145 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/24737/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 276.19
Current children cumulated vsize (KiB) 16868

[startup+1332 s]
/proc/loadavg: 3.98 4.14 3.72 2/84 24877
/proc/meminfo: memFree=1773464/2055920 swapFree=4192812/4192956
[pid=24737] ppid=24735 vsize=16868 CPUtime=276.19
/proc/24737/stat : 24737 (sugar) D 24735 24737 23490 0 -1 4194304 1419 74743 0 8 6 109 26151 1353 18 0 1 0 24769686 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 251601327145 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/24737/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 276.19
Current children cumulated vsize (KiB) 16868

[startup+1332.21 s]
/proc/loadavg: 3.90 4.12 3.72 2/84 24877
/proc/meminfo: memFree=1769368/2055920 swapFree=4192812/4192956
[pid=24737] ppid=24735 vsize=16868 CPUtime=276.19
/proc/24737/stat : 24737 (sugar) D 24735 24737 23490 0 -1 4194304 1419 74743 0 8 6 109 26151 1353 18 0 1 0 24769686 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 251601327145 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/24737/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 276.19
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1332.25
CPU time (s): 276.207
CPU user time (s): 261.576
CPU system time (s): 14.6308
CPU usage (%): 20.7324
Max. virtual memory (cumulated for all children) (KiB): 901100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 261.576
system time used= 14.6308
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76223
page faults= 8
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 65361
involuntary context switches= 49474

runsolver used 1.67274 second user time and 4.47032 second system time

The end

Launcher Data

Begin job on node91 at 2009-07-12 07:37:31
IDJOB=2083248
IDBENCH=57755
IDSOLVER=739
FILE ID=node91/2083248-1247377050
PBS_JOBID= 9507129
Free space on /tmp= 65880 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fapp/fapp26/normalized-fapp26-2300-10.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-2083248-1247377050/watcher-2083248-1247377050 -o /tmp/evaluation-result-2083248-1247377050/solver-2083248-1247377050 -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-2083248-1247377050.xml

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

MD5SUM BENCH= fed84ca019c3c42e3620b2e79df41b5a
RANDOM SEED=1457703587

node91.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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        880392 kB
Buffers:         43168 kB
Cached:         507156 kB
SwapCached:          0 kB
Active:        1033404 kB
Inactive:        74896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        880392 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4828 kB
Writeback:           0 kB
Mapped:         569048 kB
Slab:            51116 kB
Committed_AS:   800628 kB
PageTables:       3032 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66208 MiB
End job on node91 at 2009-07-12 07:59:43