Trace number 2082973

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? 654.849 1044.13

General information on the benchmark

Namecsp/fapp/fapp22/
normalized-fapp22-1750-5.xml
MD5SUMffd4e30efbf09de711f9454c0ccf63ba
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark30.5594
Satisfiable
(Un)Satisfiability was proved
Number of variables1750
Number of constraints32049
Maximum constraint arity2
Maximum domain size802
Number of constraints which are defined in extension0
Number of constraints which are defined in intension32049
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:25:35 2009
0.00/0.07	c 0	PID 24086
0.06/0.07	c 0	HOST node89.alineos.net
0.06/0.07	c 0	CONVERTING HOME/instance-2082973-1247376334.xml TO HOME/temp.csp
0.06/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-2082973-1247376334.xml' 'HOME/temp.csp'
1.86/1.93	c 2	30 domains, 1750 variables, 8 predicates, 0 relations, 32049 constraints
1.86/1.96	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.86/1.96	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.91/2.03	c 2	Parsing HOME/temp.csp
2.14/2.20	c 2	parsed 10000 expressions
2.33/2.41	c 2	parsed 20000 expressions
2.44/2.52	c 2	parsed 30000 expressions
2.53/2.64	c 2	parsed 33837 expressions
2.53/2.65	c 2	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.53/2.65	c 2	Converting to clausal form CSP
7.11/7.28	c 7	converted 3384 (10%) expressions
15.07/15.20	c 15	converted 6768 (20%) expressions
22.03/22.29	c 22	converted 10152 (30%) expressions
29.19/29.48	c 29	converted 13535 (40%) expressions
35.76/36.07	c 36	converted 16919 (50%) expressions
42.92/43.24	c 43	converted 20303 (60%) expressions
48.79/49.16	c 49	converted 23686 (70%) expressions
54.67/55.03	c 55	converted 27070 (80%) expressions
60.03/60.41	c 60	converted 30454 (90%) expressions
66.30/66.75	c 67	converted 33837 (100%) expressions
66.30/66.75	c 67	CSP : 5603 integers, 92729 booleans, 200297 clauses, largest domain size 2921
66.30/66.75	c 67	Heap : 185 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
66.30/66.75	c 67	Propagation in CSP
69.78/70.23	c 70	2628 values, 0 unsatisfiable literals, and 0 valid clauses are removed
69.78/70.23	c 70	CSP : 5603 integers, 92729 booleans, 200297 clauses, largest domain size 2921
69.78/70.23	c 70	Heap : 186 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
69.78/70.30	c 70	Simplifing CSP by introducing new Boolean variables
70.18/70.69	c 71	CSP : 5603 integers, 160373 booleans, 267941 clauses, largest domain size 2921
70.18/70.69	c 71	Heap : 209 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
71.48/71.91	c 72	Encoding CSP to SAT : HOME/temp.cnf
80.23/80.78	c 81	561 (10%) CSP integer variables are encoded (257544 clauses, 4156599 bytes)
88.98/89.58	c 89	1121 (20%) CSP integer variables are encoded (520388 clauses, 8624947 bytes)
97.54/98.11	c 98	1681 (30%) CSP integer variables are encoded (774842 clauses, 12950665 bytes)
99.94/100.60	c 100	2242 (40%) CSP integer variables are encoded (1958726 clauses, 34997800 bytes)
101.52/102.15	c 102	2802 (50%) CSP integer variables are encoded (3286678 clauses, 60228888 bytes)
102.91/103.58	c 103	3362 (60%) CSP integer variables are encoded (4519748 clauses, 83657218 bytes)
104.35/106.46	c 106	3923 (70%) CSP integer variables are encoded (5748973 clauses, 107012493 bytes)
105.74/107.88	c 108	4483 (80%) CSP integer variables are encoded (6953421 clauses, 129897005 bytes)
107.23/109.38	c 109	5043 (90%) CSP integer variables are encoded (8195579 clauses, 153498007 bytes)
108.73/110.83	c 111	5603 (100%) CSP integer variables are encoded (9390535 clauses, 176202171 bytes)
169.13/174.27	c 174	26795 (10%) CSP clauses are encoded (17959873 clauses, 402242833 bytes)
222.53/229.92	c 230	53589 (20%) CSP clauses are encoded (26128066 clauses, 620212416 bytes)
282.87/291.65	c 291	80383 (30%) CSP clauses are encoded (35263828 clauses, 866337436 bytes)
338.88/350.91	c 351	107177 (40%) CSP clauses are encoded (44149829 clauses, 1106046991 bytes)
394.67/409.12	c 409	133971 (50%) CSP clauses are encoded (52902029 clauses, 1342402548 bytes)
451.61/467.42	c 467	160765 (60%) CSP clauses are encoded (61972415 clauses, 1588609721 bytes)
501.15/520.41	c 520	187559 (70%) CSP clauses are encoded (70466053 clauses, 1818686487 bytes)
553.29/575.19	c 575	214353 (80%) CSP clauses are encoded (79189859 clauses, 2055074217 bytes)
604.67/633.37	c 633	241147 (90%) CSP clauses are encoded (88308107 clauses, 2302932700 bytes)
653.55/1013.37	c 1013	267941 (100%) CSP clauses are encoded (97150027 clauses, 2543343640 bytes)
653.55/1013.37	c 1013	267941 CSP clauses encoded
653.62/1013.86	c 1014	Writing map file : HOME/temp.map
653.77/1016.37	c 1016	Heap : 215 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
653.77/1016.37	c 1016	SAT : 9556510 SAT variables, 97150027 SAT clauses, 2543343640 bytes
653.77/1016.37	c 1016	Heap : 215 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
653.89/1016.64	c 1016	SOLVING HOME/temp.cnf
653.89/1016.64	c 1016	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
653.93/1032.65	c 1032	This is MiniSat 2.0 beta
653.93/1032.65	c 1032	WARNING: for repeatability, setting FPU to use double precision
653.93/1032.66	c 1032	ERROR! Could not open file: HOME/temp.cnf
653.93/1032.66	c 1032	DECODING HOME/temp.out WITH HOME/temp.map
653.93/1032.66	c ERROR no output file HOME/temp.out
653.93/1032.66	s UNKNOWN
653.93/1032.66	c 1032	CPU 653.93 (0.07 0.02 638.48 15.36)
653.93/1032.66	c 1032	END Sun Jul 12 07:42:47 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-2082973-1247376334/watcher-2082973-1247376334 -o /tmp/evaluation-result-2082973-1247376334/solver-2082973-1247376334 -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-2082973-1247376334.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: 1.92 1.98 1.99 4/82 24086
/proc/meminfo: memFree=1708008/2055920 swapFree=4192812/4192956
[pid=24086] ppid=24084 vsize=12268 CPUtime=0
/proc/24086/stat : 24086 (sugar) R 24084 24086 22574 0 -1 4194304 311 0 0 0 0 0 0 0 20 0 1 0 24698651 12562432 279 996147200 4194304 4206940 548682068608 18446744073709551615 249069744322 0 0 4224 0 0 0 0 17 1 0 0
/proc/24086/statm: 3067 279 207 3 0 167 0

[startup+0.0750101 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 24086
/proc/meminfo: memFree=1708008/2055920 swapFree=4192812/4192956
[pid=24086] ppid=24084 vsize=16740 CPUtime=0.06
/proc/24086/stat : 24086 (sugar) S 24084 24086 22574 0 -1 4194304 1152 0 0 0 5 1 0 0 20 0 1 0 24698651 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24086/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101052 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 24086
/proc/meminfo: memFree=1708008/2055920 swapFree=4192812/4192956
[pid=24086] ppid=24084 vsize=16868 CPUtime=0.06
/proc/24086/stat : 24086 (sugar) S 24084 24086 22574 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24698651 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24086/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301068 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 24086
/proc/meminfo: memFree=1708008/2055920 swapFree=4192812/4192956
[pid=24086] ppid=24084 vsize=16868 CPUtime=0.06
/proc/24086/stat : 24086 (sugar) S 24084 24086 22574 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24698651 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24086/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701109 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 24086
/proc/meminfo: memFree=1708008/2055920 swapFree=4192812/4192956
[pid=24086] ppid=24084 vsize=16868 CPUtime=0.06
/proc/24086/stat : 24086 (sugar) S 24084 24086 22574 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24698651 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24086/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50219 s]
/proc/loadavg: 1.92 1.98 1.99 3/93 24098
/proc/meminfo: memFree=1673104/2055920 swapFree=4192812/4192956
[pid=24086] ppid=24084 vsize=16868 CPUtime=0.06
/proc/24086/stat : 24086 (sugar) S 24084 24086 22574 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24698651 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24086/statm: 4217 1111 409 3 0 796 0
[pid=24089] ppid=24086 vsize=5356 CPUtime=0
/proc/24089/stat : 24089 (sh) S 24086 24086 22574 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 24698659 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24089/statm: 1339 233 193 169 0 50 0
[pid=24090] ppid=24089 vsize=864760 CPUtime=1.4
/proc/24090/stat : 24090 (java) S 24089 24086 22574 0 -1 0 18080 0 1 0 131 9 0 0 20 0 9 0 24698659 885514240 15141 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24090/statm: 216190 15141 2556 9 0 210702 0
[pid=24090/tid=24091] ppid=24089 vsize=864760 CPUtime=0.62
/proc/24090/task/24091/stat : 24091 (java) R 24089 24086 22574 0 -1 64 3054 0 1 0 60 2 0 0 25 0 9 0 24698660 885514240 15141 996147200 134512640 134550932 4294955984 18446744073709551615 102382193 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24090/tid=24092] ppid=24089 vsize=864760 CPUtime=0.64
/proc/24090/task/24092/stat : 24092 (java) S 24089 24086 22574 0 -1 64 13808 0 0 0 59 5 0 0 17 0 9 0 24698661 885514240 15141 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24090/tid=24093] ppid=24089 vsize=864760 CPUtime=0
/proc/24090/task/24093/stat : 24093 (java) S 24089 24086 22574 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24698661 885514240 15141 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24090/tid=24094] ppid=24089 vsize=864760 CPUtime=0
/proc/24090/task/24094/stat : 24094 (java) S 24089 24086 22574 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 24698661 885514240 15141 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24090/tid=24095] ppid=24089 vsize=864760 CPUtime=0
/proc/24090/task/24095/stat : 24095 (java) S 24089 24086 22574 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24698663 885514240 15141 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24090/tid=24096] ppid=24089 vsize=864760 CPUtime=0.11
/proc/24090/task/24096/stat : 24096 (java) S 24089 24086 22574 0 -1 64 513 0 0 0 11 0 0 0 16 0 9 0 24698663 885514240 15141 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24090/tid=24097] ppid=24089 vsize=864760 CPUtime=0
/proc/24090/task/24097/stat : 24097 (java) S 24089 24086 22574 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24698663 885514240 15141 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24090/tid=24098] ppid=24089 vsize=864760 CPUtime=0
/proc/24090/task/24098/stat : 24098 (java) S 24089 24086 22574 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24698663 885514240 15141 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.10234 s]
/proc/loadavg: 1.92 1.98 1.99 3/93 24108
/proc/meminfo: memFree=1697872/2055920 swapFree=4192812/4192956
[pid=24086] ppid=24084 vsize=16868 CPUtime=1.91
/proc/24086/stat : 24086 (sugar) S 24084 24086 22574 0 -1 4194304 1309 19002 0 1 5 1 174 11 16 0 1 0 24698651 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24086/statm: 4217 1111 409 3 0 796 0
[pid=24099] ppid=24086 vsize=5356 CPUtime=0
/proc/24099/stat : 24099 (sh) S 24086 24086 22574 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24698847 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24099/statm: 1339 233 193 169 0 50 0
[pid=24100] ppid=24099 vsize=868552 CPUtime=1.12
/proc/24100/stat : 24100 (java) S 24099 24086 22574 0 -1 0 10423 0 1 0 108 4 0 0 18 0 9 0 24698847 889397248 9326 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24100/statm: 217138 9326 2569 9 0 211643 0
[pid=24100/tid=24101] ppid=24099 vsize=868552 CPUtime=0.67
/proc/24100/task/24101/stat : 24101 (java) R 24099 24086 22574 0 -1 64 2718 0 1 0 66 1 0 0 25 0 9 0 24698848 889397248 9326 996147200 134512640 134550932 4294955936 18446744073709551615 4126502621 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24100/tid=24102] ppid=24099 vsize=868552 CPUtime=0.29
/proc/24100/task/24102/stat : 24102 (java) S 24099 24086 22574 0 -1 64 5548 0 0 0 28 1 0 0 16 0 9 0 24698849 889397248 9326 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24100/tid=24103] ppid=24099 vsize=868552 CPUtime=0
/proc/24100/task/24103/stat : 24103 (java) S 24099 24086 22574 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24698849 889397248 9326 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24100/tid=24104] ppid=24099 vsize=868552 CPUtime=0
/proc/24100/task/24104/stat : 24104 (java) S 24099 24086 22574 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24698849 889397248 9326 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24100/tid=24105] ppid=24099 vsize=868552 CPUtime=0
/proc/24100/task/24105/stat : 24105 (java) S 24099 24086 22574 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24698851 889397248 9326 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24100/tid=24106] ppid=24099 vsize=868552 CPUtime=0.14
/proc/24100/task/24106/stat : 24106 (java) S 24099 24086 22574 0 -1 64 1455 0 0 0 14 0 0 0 16 0 9 0 24698851 889397248 9326 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24100/tid=24107] ppid=24099 vsize=868552 CPUtime=0
/proc/24100/task/24107/stat : 24107 (java) S 24099 24086 22574 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24698851 889397248 9326 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24100/tid=24108] ppid=24099 vsize=868552 CPUtime=0
/proc/24100/task/24108/stat : 24108 (java) S 24099 24086 22574 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24698851 889397248 9326 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 890776

[startup+6.3017 s]
/proc/loadavg: 2.09 2.02 2.01 3/93 24108
/proc/meminfo: memFree=1670552/2055920 swapFree=4192812/4192956
[pid=24086] ppid=24084 vsize=16868 CPUtime=1.91
/proc/24086/stat : 24086 (sugar) S 24084 24086 22574 0 -1 4194304 1309 19002 0 1 5 1 174 11 16 0 1 0 24698651 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24086/statm: 4217 1111 409 3 0 796 0
[pid=24099] ppid=24086 vsize=5356 CPUtime=0
/proc/24099/stat : 24099 (sh) S 24086 24086 22574 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24698847 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24099/statm: 1339 233 193 169 0 50 0
[pid=24100] ppid=24099 vsize=868552 CPUtime=4.3
/proc/24100/stat : 24100 (java) S 24099 24086 22574 0 -1 0 12427 0 1 0 423 7 0 0 18 0 9 0 24698847 889397248 11122 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24100/statm: 217138 11122 2571 9 0 211643 0
[pid=24100/tid=24101] ppid=24099 vsize=868552 CPUtime=3.55
/proc/24100/task/24101/stat : 24101 (java) R 24099 24086 22574 0 -1 64 2934 0 1 0 354 1 0 0 25 0 9 0 24698848 889397248 11122 996147200 134512640 134550932 4294955936 18446744073709551615 4126501296 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24100/tid=24102] ppid=24099 vsize=868552 CPUtime=0.54
/proc/24100/task/24102/stat : 24102 (java) S 24099 24086 22574 0 -1 64 7311 0 0 0 50 4 0 0 16 0 9 0 24698849 889397248 11122 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24100/tid=24103] ppid=24099 vsize=868552 CPUtime=0
/proc/24100/task/24103/stat : 24103 (java) S 24099 24086 22574 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24698849 889397248 11122 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24100/tid=24104] ppid=24099 vsize=868552 CPUtime=0
/proc/24100/task/24104/stat : 24104 (java) S 24099 24086 22574 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24698849 889397248 11122 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24100/tid=24105] ppid=24099 vsize=868552 CPUtime=0
/proc/24100/task/24105/stat : 24105 (java) S 24099 24086 22574 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24698851 889397248 11122 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24100/tid=24106] ppid=24099 vsize=868552 CPUtime=0.18
/proc/24100/task/24106/stat : 24106 (java) S 24099 24086 22574 0 -1 64 1480 0 0 0 18 0 0 0 15 0 9 0 24698851 889397248 11122 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24100/tid=24107] ppid=24099 vsize=868552 CPUtime=0
/proc/24100/task/24107/stat : 24107 (java) S 24099 24086 22574 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24698851 889397248 11122 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24100/tid=24108] ppid=24099 vsize=868552 CPUtime=0
/proc/24100/task/24108/stat : 24108 (java) S 24099 24086 22574 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24698851 889397248 11122 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 890776

[startup+12.7023 s]
/proc/loadavg: 2.16 2.03 2.01 3/93 24108
/proc/meminfo: memFree=1654424/2055920 swapFree=4192812/4192956
[pid=24086] ppid=24084 vsize=16868 CPUtime=1.91
/proc/24086/stat : 24086 (sugar) S 24084 24086 22574 0 -1 4194304 1309 19002 0 1 5 1 174 11 16 0 1 0 24698651 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24086/statm: 4217 1111 409 3 0 796 0
[pid=24099] ppid=24086 vsize=5356 CPUtime=0
/proc/24099/stat : 24099 (sh) S 24086 24086 22574 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24698847 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24099/statm: 1339 233 193 169 0 50 0
[pid=24100] ppid=24099 vsize=868636 CPUtime=10.67
/proc/24100/stat : 24100 (java) S 24099 24086 22574 0 -1 0 21997 0 1 0 1052 15 0 0 18 0 9 0 24698847 889483264 15162 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24100/statm: 217159 15162 2569 9 0 211664 0
[pid=24100/tid=24101] ppid=24099 vsize=868636 CPUtime=9.26
/proc/24100/task/24101/stat : 24101 (java) R 24099 24086 22574 0 -1 64 3346 0 1 0 923 3 0 0 25 0 9 0 24698848 889483264 15162 996147200 134512640 134550932 4294955936 18446744073709551615 4126501303 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24100/tid=24102] ppid=24099 vsize=868636 CPUtime=1.19
/proc/24100/task/24102/stat : 24102 (java) S 24099 24086 22574 0 -1 64 16469 0 0 0 109 10 0 0 16 0 9 0 24698849 889483264 15162 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24100/tid=24103] ppid=24099 vsize=868636 CPUtime=0
/proc/24100/task/24103/stat : 24103 (java) S 24099 24086 22574 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24698849 889483264 15162 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24100/tid=24104] ppid=24099 vsize=868636 CPUtime=0
/proc/24100/task/24104/stat : 24104 (java) S 24099 24086 22574 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24698849 889483264 15162 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24100/tid=24105] ppid=24099 vsize=868636 CPUtime=0
/proc/24100/task/24105/stat : 24105 (java) S 24099 24086 22574 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24698851 889483264 15162 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24100/tid=24106] ppid=24099 vsize=868636 CPUtime=0.18
/proc/24100/task/24106/stat : 24106 (java) S 24099 24086 22574 0 -1 64 1480 0 0 0 18 0 0 0 15 0 9 0 24698851 889483264 15162 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24100/tid=24107] ppid=24099 vsize=868636 CPUtime=0
/proc/24100/task/24107/stat : 24107 (java) S 24099 24086 22574 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24698851 889483264 15162 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24100/tid=24108] ppid=24099 vsize=868636 CPUtime=0
/proc/24100/task/24108/stat : 24108 (java) S 24099 24086 22574 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24698851 889483264 15162 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 890860

[startup+25.5015 s]
/proc/loadavg: 2.12 2.03 2.01 3/93 24108
/proc/meminfo: memFree=1613976/2055920 swapFree=4192812/4192956
[pid=24086] ppid=24084 vsize=16868 CPUtime=1.91
/proc/24086/stat : 24086 (sugar) S 24084 24086 22574 0 -1 4194304 1309 19002 0 1 5 1 174 11 16 0 1 0 24698651 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24086/statm: 4217 1111 409 3 0 796 0
[pid=24099] ppid=24086 vsize=5356 CPUtime=0
/proc/24099/stat : 24099 (sh) S 24086 24086 22574 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24698847 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24099/statm: 1339 233 193 169 0 50 0
[pid=24100] ppid=24099 vsize=868636 CPUtime=23.41
/proc/24100/stat : 24100 (java) S 24099 24086 22574 0 -1 0 40011 0 1 0 2313 28 0 0 18 0 9 0 24698847 889483264 24889 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24100/statm: 217159 24889 2569 9 0 211664 0
[pid=24100/tid=24101] ppid=24099 vsize=868636 CPUtime=20.45
/proc/24100/task/24101/stat : 24101 (java) R 24099 24086 22574 0 -1 64 4376 0 1 0 2040 5 0 0 25 0 9 0 24698848 889483264 24889 996147200 134512640 134550932 4294955936 18446744073709551615 4126448544 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24100/tid=24102] ppid=24099 vsize=868636 CPUtime=2.73
/proc/24100/task/24102/stat : 24102 (java) S 24099 24086 22574 0 -1 64 33447 0 0 0 252 21 0 0 16 0 9 0 24698849 889483264 24889 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24100/tid=24103] ppid=24099 vsize=868636 CPUtime=0
/proc/24100/task/24103/stat : 24103 (java) S 24099 24086 22574 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24698849 889483264 24889 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24100/tid=24104] ppid=24099 vsize=868636 CPUtime=0
/proc/24100/task/24104/stat : 24104 (java) S 24099 24086 22574 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24698849 889483264 24889 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24100/tid=24105] ppid=24099 vsize=868636 CPUtime=0

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

/proc/24100/task/24107/stat : 24107 (java) S 24099 24086 22574 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24698851 889597952 63500 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24100/tid=24108] ppid=24099 vsize=868748 CPUtime=0
/proc/24100/task/24108/stat : 24108 (java) S 24099 24086 22574 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24698851 889597952 63500 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 619.87
Current children cumulated vsize (KiB) 890972
heavy processes:

[startup+882.301 s]
/proc/loadavg: 5.12 4.75 3.63 2/93 24114
/proc/meminfo: memFree=49880/2055920 swapFree=4192812/4192956
[pid=24086] ppid=24084 vsize=16868 CPUtime=1.91
/proc/24086/stat : 24086 (sugar) S 24084 24086 22574 0 -1 4194304 1310 19002 0 1 5 1 174 11 16 0 1 0 24698651 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24086/statm: 4217 1111 409 3 0 796 0
[pid=24099] ppid=24086 vsize=5356 CPUtime=0
/proc/24099/stat : 24099 (sh) S 24086 24086 22574 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24698847 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24099/statm: 1339 233 193 169 0 50 0
[pid=24100] ppid=24099 vsize=868748 CPUtime=617.96
/proc/24100/stat : 24100 (java) S 24099 24086 22574 0 -1 0 85176 0 1 0 60372 1424 0 0 18 0 9 0 24698847 889597952 63500 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24100/statm: 217187 63500 2593 9 0 211664 0
[pid=24100/tid=24101] ppid=24099 vsize=868748 CPUtime=606.36
/proc/24100/task/24101/stat : 24101 (java) D 24099 24086 22574 0 -1 64 9208 0 1 0 59270 1366 0 0 25 0 9 0 24698848 889597952 63500 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608069 0 0 -1 0 0 0
[pid=24100/tid=24102] ppid=24099 vsize=868748 CPUtime=11.29
/proc/24100/task/24102/stat : 24102 (java) S 24099 24086 22574 0 -1 64 73727 0 0 0 1073 56 0 0 16 0 9 0 24698849 889597952 63500 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24100/tid=24103] ppid=24099 vsize=868748 CPUtime=0
/proc/24100/task/24103/stat : 24103 (java) S 24099 24086 22574 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24698849 889597952 63500 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24100/tid=24104] ppid=24099 vsize=868748 CPUtime=0
/proc/24100/task/24104/stat : 24104 (java) S 24099 24086 22574 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24698849 889597952 63500 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24100/tid=24105] ppid=24099 vsize=868748 CPUtime=0
/proc/24100/task/24105/stat : 24105 (java) S 24099 24086 22574 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24698851 889597952 63500 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24100/tid=24106] ppid=24099 vsize=868748 CPUtime=0.29
/proc/24100/task/24106/stat : 24106 (java) S 24099 24086 22574 0 -1 64 1539 0 0 0 28 1 0 0 16 0 9 0 24698851 889597952 63500 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24100/tid=24107] ppid=24099 vsize=868748 CPUtime=0
/proc/24100/task/24107/stat : 24107 (java) S 24099 24086 22574 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24698851 889597952 63500 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24100/tid=24108] ppid=24099 vsize=868748 CPUtime=0
/proc/24100/task/24108/stat : 24108 (java) S 24099 24086 22574 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24698851 889597952 63500 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 619.87
Current children cumulated vsize (KiB) 890972
heavy processes:

[startup+942.302 s]
/proc/loadavg: 5.16 4.83 3.72 2/93 24114
/proc/meminfo: memFree=55384/2055920 swapFree=4192812/4192956
[pid=24086] ppid=24084 vsize=16868 CPUtime=1.91
/proc/24086/stat : 24086 (sugar) S 24084 24086 22574 0 -1 4194304 1310 19002 0 1 5 1 174 11 16 0 1 0 24698651 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24086/statm: 4217 1111 409 3 0 796 0
[pid=24099] ppid=24086 vsize=5356 CPUtime=0
/proc/24099/stat : 24099 (sh) S 24086 24086 22574 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24698847 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24099/statm: 1339 233 193 169 0 50 0
[pid=24100] ppid=24099 vsize=868748 CPUtime=617.96
/proc/24100/stat : 24100 (java) S 24099 24086 22574 0 -1 0 85176 0 1 0 60372 1424 0 0 18 0 9 0 24698847 889597952 63500 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24100/statm: 217187 63500 2593 9 0 211664 0
[pid=24100/tid=24101] ppid=24099 vsize=868748 CPUtime=606.36
/proc/24100/task/24101/stat : 24101 (java) D 24099 24086 22574 0 -1 64 9208 0 1 0 59270 1366 0 0 25 0 9 0 24698848 889597952 63500 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608069 0 0 -1 0 0 0
[pid=24100/tid=24102] ppid=24099 vsize=868748 CPUtime=11.29
/proc/24100/task/24102/stat : 24102 (java) S 24099 24086 22574 0 -1 64 73727 0 0 0 1073 56 0 0 16 0 9 0 24698849 889597952 63500 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24100/tid=24103] ppid=24099 vsize=868748 CPUtime=0
/proc/24100/task/24103/stat : 24103 (java) S 24099 24086 22574 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24698849 889597952 63500 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24100/tid=24104] ppid=24099 vsize=868748 CPUtime=0
/proc/24100/task/24104/stat : 24104 (java) S 24099 24086 22574 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24698849 889597952 63500 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24100/tid=24105] ppid=24099 vsize=868748 CPUtime=0
/proc/24100/task/24105/stat : 24105 (java) S 24099 24086 22574 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24698851 889597952 63500 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24100/tid=24106] ppid=24099 vsize=868748 CPUtime=0.29
/proc/24100/task/24106/stat : 24106 (java) S 24099 24086 22574 0 -1 64 1539 0 0 0 28 1 0 0 16 0 9 0 24698851 889597952 63500 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24100/tid=24107] ppid=24099 vsize=868748 CPUtime=0
/proc/24100/task/24107/stat : 24107 (java) S 24099 24086 22574 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24698851 889597952 63500 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24100/tid=24108] ppid=24099 vsize=868748 CPUtime=0
/proc/24100/task/24108/stat : 24108 (java) S 24099 24086 22574 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24698851 889597952 63500 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 619.87
Current children cumulated vsize (KiB) 890972
heavy processes:

[startup+1002.3 s]
/proc/loadavg: 4.14 4.62 3.72 3/93 24116
/proc/meminfo: memFree=15448/2055920 swapFree=4192812/4192956
[pid=24086] ppid=24084 vsize=16868 CPUtime=1.91
/proc/24086/stat : 24086 (sugar) S 24084 24086 22574 0 -1 4194304 1310 19002 0 1 5 1 174 11 16 0 1 0 24698651 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24086/statm: 4217 1111 409 3 0 796 0
[pid=24099] ppid=24086 vsize=5356 CPUtime=0
/proc/24099/stat : 24099 (sh) S 24086 24086 22574 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24698847 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24099/statm: 1339 233 193 169 0 50 0
[pid=24100] ppid=24099 vsize=868748 CPUtime=640.78
/proc/24100/stat : 24100 (java) S 24099 24086 22574 0 -1 0 85291 0 1 0 62590 1488 0 0 18 0 9 0 24698847 889597952 63500 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24100/statm: 217187 63500 2593 9 0 211664 0
[pid=24100/tid=24101] ppid=24099 vsize=868748 CPUtime=629.03
/proc/24100/task/24101/stat : 24101 (java) R 24099 24086 22574 0 -1 64 9323 0 1 0 61474 1429 0 0 25 0 9 0 24698848 889597952 63500 996147200 134512640 134550932 4294955936 18446744073709551615 4127063251 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24100/tid=24102] ppid=24099 vsize=868748 CPUtime=11.44
/proc/24100/task/24102/stat : 24102 (java) S 24099 24086 22574 0 -1 64 73727 0 0 0 1087 57 0 0 16 0 9 0 24698849 889597952 63500 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24100/tid=24103] ppid=24099 vsize=868748 CPUtime=0
/proc/24100/task/24103/stat : 24103 (java) S 24099 24086 22574 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24698849 889597952 63500 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24100/tid=24104] ppid=24099 vsize=868748 CPUtime=0
/proc/24100/task/24104/stat : 24104 (java) S 24099 24086 22574 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24698849 889597952 63500 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24100/tid=24105] ppid=24099 vsize=868748 CPUtime=0
/proc/24100/task/24105/stat : 24105 (java) S 24099 24086 22574 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24698851 889597952 63500 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24100/tid=24106] ppid=24099 vsize=868748 CPUtime=0.29
/proc/24100/task/24106/stat : 24106 (java) S 24099 24086 22574 0 -1 64 1539 0 0 0 28 1 0 0 16 0 9 0 24698851 889597952 63500 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24100/tid=24107] ppid=24099 vsize=868748 CPUtime=0
/proc/24100/task/24107/stat : 24107 (java) S 24099 24086 22574 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24698851 889597952 63500 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24100/tid=24108] ppid=24099 vsize=868748 CPUtime=0
/proc/24100/task/24108/stat : 24108 (java) S 24099 24086 22574 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24698851 889597952 63500 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 642.69
Current children cumulated vsize (KiB) 890972
heavy processes:

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

[startup+1023.9 s]
/proc/loadavg: 4.03 4.56 3.72 2/84 24118
/proc/meminfo: memFree=260704/2055920 swapFree=4192812/4192956
[pid=24086] ppid=24084 vsize=16868 CPUtime=653.93
/proc/24086/stat : 24086 (sugar) S 24084 24086 22574 0 -1 4194304 1366 104664 0 2 7 2 63848 1536 16 0 1 0 24698651 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24086/statm: 4217 1114 409 3 0 796 0
[pid=24118] ppid=24086 vsize=3004 CPUtime=0
/proc/24118/stat : 24118 (sh) D 24086 24086 22574 0 -1 4194304 49 0 1 0 0 0 0 0 18 0 1 0 24800315 3076096 40 996147200 4194304 4889804 548682068848 18446744073709551615 249067271657 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/24118/statm: 751 40 30 169 0 9 0
Current children cumulated CPU time (s) 653.93
Current children cumulated vsize (KiB) 19872

[startup+1036.7 s]
/proc/loadavg: 3.80 4.48 3.71 2/83 24119
/proc/meminfo: memFree=1880680/2055920 swapFree=4192812/4192956
[pid=24086] ppid=24084 vsize=16868 CPUtime=654.65
/proc/24086/stat : 24086 (sugar) D 24084 24086 22574 0 -1 4194304 1419 105022 0 9 7 74 63848 1536 18 0 1 0 24698651 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 249070064681 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/24086/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 654.65
Current children cumulated vsize (KiB) 16868

[startup+1039.9 s]
/proc/loadavg: 3.74 4.46 3.70 2/83 24119
/proc/meminfo: memFree=1889064/2055920 swapFree=4192812/4192956
[pid=24086] ppid=24084 vsize=16868 CPUtime=654.65
/proc/24086/stat : 24086 (sugar) D 24084 24086 22574 0 -1 4194304 1419 105022 0 9 7 74 63848 1536 18 0 1 0 24698651 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 249070064681 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/24086/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 654.65
Current children cumulated vsize (KiB) 16868

[startup+1041.5 s]
/proc/loadavg: 3.74 4.46 3.70 2/83 24119
/proc/meminfo: memFree=1892904/2055920 swapFree=4192812/4192956
[pid=24086] ppid=24084 vsize=16868 CPUtime=654.76
/proc/24086/stat : 24086 (sugar) D 24084 24086 22574 0 -1 4194304 1419 105022 0 9 7 85 63848 1536 18 0 1 0 24698651 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 249070064681 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/24086/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 654.76
Current children cumulated vsize (KiB) 16868

[startup+1043.1 s]
/proc/loadavg: 3.74 4.46 3.70 2/83 24119
/proc/meminfo: memFree=1918440/2055920 swapFree=4192812/4192956
[pid=24086] ppid=24084 vsize=16868 CPUtime=654.78
/proc/24086/stat : 24086 (sugar) D 24084 24086 22574 0 -1 4194304 1419 105022 0 9 7 87 63848 1536 18 0 1 0 24698651 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 249070064681 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/24086/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 654.78
Current children cumulated vsize (KiB) 16868

[startup+1043.91 s]
/proc/loadavg: 3.60 4.42 3.69 2/83 24119
/proc/meminfo: memFree=1918696/2055920 swapFree=4192812/4192956
[pid=24086] ppid=24084 vsize=16868 CPUtime=654.82
/proc/24086/stat : 24086 (sugar) D 24084 24086 22574 0 -1 4194304 1419 105022 0 9 7 91 63848 1536 18 0 1 0 24698651 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 249070064681 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/24086/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 654.82
Current children cumulated vsize (KiB) 16868

[startup+1044.1 s]
/proc/loadavg: 3.60 4.42 3.69 2/83 24119
/proc/meminfo: memFree=1918696/2055920 swapFree=4192812/4192956
[pid=24086] ppid=24084 vsize=16868 CPUtime=654.83
/proc/24086/stat : 24086 (sugar) D 24084 24086 22574 0 -1 4194304 1419 105022 0 9 7 92 63848 1536 18 0 1 0 24698651 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 249070064681 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/24086/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 654.83
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1044.13
CPU time (s): 654.849
CPU user time (s): 638.555
CPU system time (s): 16.2945
CPU usage (%): 62.7171
Max. virtual memory (cumulated for all children) (KiB): 903672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 638.555
system time used= 16.2945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 106502
page faults= 9
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56885
involuntary context switches= 61592

runsolver used 1.21981 second user time and 3.55446 second system time

The end

Launcher Data

Begin job on node89 at 2009-07-12 07:25:35
IDJOB=2082973
IDBENCH=57664
IDSOLVER=739
FILE ID=node89/2082973-1247376334
PBS_JOBID= 9507136
Free space on /tmp= 66260 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fapp/fapp22/normalized-fapp22-1750-5.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-2082973-1247376334/watcher-2082973-1247376334 -o /tmp/evaluation-result-2082973-1247376334/solver-2082973-1247376334 -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-2082973-1247376334.xml

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

MD5SUM BENCH= ffd4e30efbf09de711f9454c0ccf63ba
RANDOM SEED=611200965

node89.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.213
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.213
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:       1708488 kB
Buffers:         41084 kB
Cached:         195352 kB
SwapCached:          0 kB
Active:         168752 kB
Inactive:       103676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1708488 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5832 kB
Writeback:           0 kB
Mapped:          56352 kB
Slab:            60152 kB
Committed_AS:   207924 kB
PageTables:       1864 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= 66260 MiB
End job on node89 at 2009-07-12 07:42:59