Trace number 2083534

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? 992.655 1003.53

General information on the benchmark

Namecsp/fapp/fapp30/
normalized-fapp30-3000-9.xml
MD5SUM7d795480c7331ac1d2900d14fd419266
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 benchmark89.7894
Satisfiable
(Un)Satisfiability was proved
Number of variables3000
Number of constraints63204
Maximum constraint arity2
Maximum domain size778
Number of constraints which are defined in extension0
Number of constraints which are defined in intension63204
Global constraints used (with number of constraints)

Solver Data

0.05/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.08	c 0	BEGIN Sun Jul 12 07:46:18 2009
0.05/0.08	c 0	PID 23088
0.05/0.08	c 0	HOST node45.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2083534-1247377577.xml TO HOME/temp.csp
0.05/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083534-1247377577.xml' 'HOME/temp.csp'
3.43/3.58	c 4	21 domains, 3000 variables, 8 predicates, 0 relations, 63204 constraints
3.52/3.60	c 4	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.52/3.60	c 4	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'
3.52/3.68	c 4	Parsing HOME/temp.csp
3.53/3.87	c 4	parsed 10000 expressions
3.53/4.08	c 4	parsed 20000 expressions
3.53/4.20	c 4	parsed 30000 expressions
4.31/4.42	c 4	parsed 40000 expressions
4.40/4.54	c 4	parsed 50000 expressions
4.70/4.81	c 5	parsed 60000 expressions
4.70/4.89	c 5	parsed 66233 expressions
4.80/4.90	c 5	Heap : 26 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.80/4.90	c 5	Converting to clausal form CSP
16.67/16.92	c 17	converted 6624 (10%) expressions
36.05/36.57	c 37	converted 13247 (20%) expressions
53.11/53.69	c 54	converted 19870 (30%) expressions
71.01/71.58	c 72	converted 26494 (40%) expressions
87.79/88.74	c 89	converted 33117 (50%) expressions
103.69/104.69	c 105	converted 39740 (60%) expressions
120.67/121.68	c 122	converted 46364 (70%) expressions
135.66/136.63	c 137	converted 52987 (80%) expressions
149.45/150.43	c 150	converted 59610 (90%) expressions
161.64/162.70	c 163	converted 66233 (100%) expressions
161.75/162.71	c 163	CSP : 17932 integers, 183958 booleans, 418987 clauses, largest domain size 2997
161.75/162.71	c 163	Heap : 252 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
161.75/162.71	c 163	Propagation in CSP
177.64/178.61	c 179	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
177.64/178.62	c 179	CSP : 17932 integers, 183958 booleans, 418987 clauses, largest domain size 2997
177.64/178.62	c 179	Heap : 245 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
177.74/178.72	c 179	Simplifing CSP by introducing new Boolean variables
179.94/180.94	c 181	CSP : 17932 integers, 337128 booleans, 572157 clauses, largest domain size 2997
179.94/180.94	c 181	Heap : 304 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
181.64/182.66	c 183	Encoding CSP to SAT : HOME/temp.cnf
224.00/225.04	c 225	1794 (10%) CSP integer variables are encoded (1153588 clauses, 19699484 bytes)
255.94/257.15	c 257	3587 (20%) CSP integer variables are encoded (3612215 clauses, 66413397 bytes)
262.37/263.61	c 264	5380 (30%) CSP integer variables are encoded (8784326 clauses, 164683506 bytes)
268.67/270.04	c 270	7173 (40%) CSP integer variables are encoded (13848155 clauses, 268604174 bytes)
275.66/277.42	c 277	8966 (50%) CSP integer variables are encoded (18984694 clauses, 376471493 bytes)
282.67/284.83	c 285	10760 (60%) CSP integer variables are encoded (24148002 clauses, 484900961 bytes)
289.46/291.88	c 292	12553 (70%) CSP integer variables are encoded (29210805 clauses, 591219824 bytes)
296.39/298.99	c 299	14346 (80%) CSP integer variables are encoded (34343388 clauses, 699004067 bytes)
302.65/305.32	c 305	16139 (90%) CSP integer variables are encoded (39340121 clauses, 803935460 bytes)
308.75/311.66	c 312	17932 (100%) CSP integer variables are encoded (44197540 clauses, 905941259 bytes)
521.50/526.33	c 526	57216 (10%) CSP clauses are encoded (67886304 clauses, 1558190247 bytes)
715.52/721.88	c 722	114432 (20%) CSP clauses are encoded (91451599 clauses, 2233052358 bytes)
909.48/917.13	c 917	171648 (30%) CSP clauses are encoded (115343027 clauses, 2935945879 bytes)
991.66/999.87	c 1000	ERROR Exception Too large HOME/temp.cnf
991.66/999.87	c 1000	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
991.66/999.87	c 1000	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
991.66/999.87	c 1000	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
991.66/999.87	s UNKNOWN
991.79/1000.01	c 1000	CPU 991.81 (0.06 0.01 972.28 19.46)
991.79/1000.01	c 1000	END Sun Jul 12 08:02:58 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-2083534-1247377577/watcher-2083534-1247377577 -o /tmp/evaluation-result-2083534-1247377577/solver-2083534-1247377577 -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-2083534-1247377577.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.76 2.30 2.10 4/80 23088
/proc/meminfo: memFree=1016712/2055920 swapFree=4192812/4192956
[pid=23088] ppid=23086 vsize=18576 CPUtime=0
/proc/23088/stat : 23088 (runsolver) R 23086 23088 17996 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24821575 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 258939088167 0 0 4096 24578 0 0 0 17 1 0 0
/proc/23088/statm: 4644 284 249 26 0 2626 0

[startup+0.0654859 s]
/proc/loadavg: 2.76 2.30 2.10 4/80 23088
/proc/meminfo: memFree=1016712/2055920 swapFree=4192812/4192956
[pid=23088] ppid=23086 vsize=16212 CPUtime=0.05
/proc/23088/stat : 23088 (sugar) R 23086 23088 17996 0 -1 4194304 955 0 0 0 4 1 0 0 18 0 1 0 24821575 16601088 923 996147200 4194304 4206940 548682068608 18446744073709551615 258938932636 0 0 4224 0 0 0 0 17 1 0 0
/proc/23088/statm: 4053 923 380 3 0 632 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16212

[startup+0.101493 s]
/proc/loadavg: 2.76 2.30 2.10 4/80 23088
/proc/meminfo: memFree=1016712/2055920 swapFree=4192812/4192956
[pid=23088] ppid=23086 vsize=16868 CPUtime=0.07
/proc/23088/stat : 23088 (sugar) S 23086 23088 17996 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24821575 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23088/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301524 s]
/proc/loadavg: 2.76 2.30 2.10 4/80 23088
/proc/meminfo: memFree=1016712/2055920 swapFree=4192812/4192956
[pid=23088] ppid=23086 vsize=16868 CPUtime=0.07
/proc/23088/stat : 23088 (sugar) S 23086 23088 17996 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24821575 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23088/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701603 s]
/proc/loadavg: 2.76 2.30 2.10 4/80 23088
/proc/meminfo: memFree=1016712/2055920 swapFree=4192812/4192956
[pid=23088] ppid=23086 vsize=16868 CPUtime=0.07
/proc/23088/stat : 23088 (sugar) S 23086 23088 17996 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24821575 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23088/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50275 s]
/proc/loadavg: 2.78 2.31 2.10 3/91 23100
/proc/meminfo: memFree=988272/2055920 swapFree=4192812/4192956
[pid=23088] ppid=23086 vsize=16868 CPUtime=0.07
/proc/23088/stat : 23088 (sugar) S 23086 23088 17996 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24821575 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23088/statm: 4217 1111 409 3 0 796 0
[pid=23091] ppid=23088 vsize=5356 CPUtime=0
/proc/23091/stat : 23091 (sh) S 23088 23088 17996 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24821583 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23091/statm: 1339 233 193 169 0 50 0
[pid=23092] ppid=23091 vsize=865796 CPUtime=1.39
/proc/23092/stat : 23092 (java) S 23091 23088 17996 0 -1 0 16047 0 1 0 131 8 0 0 18 0 9 0 24821584 886575104 14083 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23092/statm: 216449 14083 2557 9 0 210961 0
[pid=23092/tid=23093] ppid=23091 vsize=865796 CPUtime=0.84
/proc/23092/task/23093/stat : 23093 (java) R 23091 23088 17996 0 -1 64 3027 0 1 0 82 2 0 0 25 0 9 0 24821585 886575104 14083 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23092/tid=23094] ppid=23091 vsize=865796 CPUtime=0.43
/proc/23092/task/23094/stat : 23094 (java) R 23091 23088 17996 0 -1 64 11821 0 0 0 38 5 0 0 16 0 9 0 24821586 886575104 14083 996147200 134512640 134550932 4294955984 18446744073709551615 101607135 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23092/tid=23095] ppid=23091 vsize=865796 CPUtime=0
/proc/23092/task/23095/stat : 23095 (java) S 23091 23088 17996 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24821586 886575104 14083 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23092/tid=23096] ppid=23091 vsize=865796 CPUtime=0
/proc/23092/task/23096/stat : 23096 (java) S 23091 23088 17996 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24821586 886575104 14083 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23092/tid=23097] ppid=23091 vsize=865796 CPUtime=0
/proc/23092/task/23097/stat : 23097 (java) S 23091 23088 17996 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24821588 886575104 14083 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23092/tid=23098] ppid=23091 vsize=865796 CPUtime=0.09
/proc/23092/task/23098/stat : 23098 (java) S 23091 23088 17996 0 -1 64 495 0 0 0 9 0 0 0 16 0 9 0 24821588 886575104 14083 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23092/tid=23099] ppid=23091 vsize=865796 CPUtime=0
/proc/23092/task/23099/stat : 23099 (java) S 23091 23088 17996 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24821588 886575104 14083 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23092/tid=23100] ppid=23091 vsize=865796 CPUtime=0
/proc/23092/task/23100/stat : 23100 (java) S 23091 23088 17996 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24821589 886575104 14083 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 888020

[startup+3.10204 s]
/proc/loadavg: 2.78 2.31 2.10 3/91 23100
/proc/meminfo: memFree=942192/2055920 swapFree=4192812/4192956
[pid=23088] ppid=23086 vsize=16868 CPUtime=0.07
/proc/23088/stat : 23088 (sugar) S 23086 23088 17996 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24821575 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23088/statm: 4217 1111 409 3 0 796 0
[pid=23091] ppid=23088 vsize=5356 CPUtime=0
/proc/23091/stat : 23091 (sh) S 23088 23088 17996 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24821583 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23091/statm: 1339 233 193 169 0 50 0
[pid=23092] ppid=23091 vsize=865812 CPUtime=2.97
/proc/23092/stat : 23092 (java) S 23091 23088 17996 0 -1 0 31380 0 1 0 282 15 0 0 18 0 9 0 24821584 886591488 26467 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23092/statm: 216453 26467 2557 9 0 210965 0
[pid=23092/tid=23093] ppid=23091 vsize=865812 CPUtime=1.6
/proc/23092/task/23093/stat : 23093 (java) R 23091 23088 17996 0 -1 64 3920 0 1 0 157 3 0 0 25 0 9 0 24821585 886591488 26467 996147200 134512640 134550932 4294955984 18446744073709551615 4126725148 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23092/tid=23094] ppid=23091 vsize=865812 CPUtime=1.19
/proc/23092/task/23094/stat : 23094 (java) S 23091 23088 17996 0 -1 64 26226 0 0 0 109 10 0 0 16 0 9 0 24821586 886591488 26467 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23092/tid=23095] ppid=23091 vsize=865812 CPUtime=0
/proc/23092/task/23095/stat : 23095 (java) S 23091 23088 17996 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24821586 886591488 26467 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23092/tid=23096] ppid=23091 vsize=865812 CPUtime=0
/proc/23092/task/23096/stat : 23096 (java) S 23091 23088 17996 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 24821586 886591488 26467 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23092/tid=23097] ppid=23091 vsize=865812 CPUtime=0
/proc/23092/task/23097/stat : 23097 (java) S 23091 23088 17996 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24821588 886591488 26467 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23092/tid=23098] ppid=23091 vsize=865812 CPUtime=0.14
/proc/23092/task/23098/stat : 23098 (java) S 23091 23088 17996 0 -1 64 530 0 0 0 14 0 0 0 16 0 9 0 24821588 886591488 26467 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23092/tid=23099] ppid=23091 vsize=865812 CPUtime=0
/proc/23092/task/23099/stat : 23099 (java) S 23091 23088 17996 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24821588 886591488 26467 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23092/tid=23100] ppid=23091 vsize=865812 CPUtime=0
/proc/23092/task/23100/stat : 23100 (java) S 23091 23088 17996 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24821589 886591488 26467 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 888036

[startup+6.30262 s]
/proc/loadavg: 2.71 2.30 2.10 3/91 23110
/proc/meminfo: memFree=969264/2055920 swapFree=4192812/4192956
[pid=23088] ppid=23086 vsize=16868 CPUtime=3.53
/proc/23088/stat : 23088 (sugar) S 23086 23088 17996 0 -1 4194304 1309 32038 0 1 6 1 328 18 16 0 1 0 24821575 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23088/statm: 4217 1111 409 3 0 796 0
[pid=23101] ppid=23088 vsize=5356 CPUtime=0
/proc/23101/stat : 23101 (sh) S 23088 23088 17996 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24821936 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23101/statm: 1339 233 193 169 0 50 0
[pid=23102] ppid=23101 vsize=868536 CPUtime=2.65
/proc/23102/stat : 23102 (java) S 23101 23088 17996 0 -1 0 14392 0 1 0 258 7 0 0 18 0 9 0 24821936 889380864 13018 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23102/statm: 217134 13018 2570 9 0 211639 0
[pid=23102/tid=23103] ppid=23101 vsize=868536 CPUtime=1.82
/proc/23102/task/23103/stat : 23103 (java) R 23101 23088 17996 0 -1 64 2902 0 1 0 180 2 0 0 25 0 9 0 24821937 889380864 13018 996147200 134512640 134550932 4294955936 18446744073709551615 4126587166 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23102/tid=23104] ppid=23101 vsize=868536 CPUtime=0.63
/proc/23102/task/23104/stat : 23104 (java) S 23101 23088 17996 0 -1 64 9305 0 0 0 60 3 0 0 16 0 9 0 24821938 889380864 13018 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23102/tid=23105] ppid=23101 vsize=868536 CPUtime=0
/proc/23102/task/23105/stat : 23105 (java) S 23101 23088 17996 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24821938 889380864 13018 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23102/tid=23106] ppid=23101 vsize=868536 CPUtime=0
/proc/23102/task/23106/stat : 23106 (java) S 23101 23088 17996 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24821938 889380864 13018 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23102/tid=23107] ppid=23101 vsize=868536 CPUtime=0
/proc/23102/task/23107/stat : 23107 (java) S 23101 23088 17996 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24821940 889380864 13018 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23102/tid=23108] ppid=23101 vsize=868536 CPUtime=0.18
/proc/23102/task/23108/stat : 23108 (java) S 23101 23088 17996 0 -1 64 1483 0 0 0 17 1 0 0 15 0 9 0 24821940 889380864 13018 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23102/tid=23109] ppid=23101 vsize=868536 CPUtime=0
/proc/23102/task/23109/stat : 23109 (java) S 23101 23088 17996 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24821941 889380864 13018 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23102/tid=23110] ppid=23101 vsize=868536 CPUtime=0
/proc/23102/task/23110/stat : 23110 (java) S 23101 23088 17996 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24821941 889380864 13018 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 890760

[startup+12.7028 s]
/proc/loadavg: 2.66 2.30 2.10 3/91 23110
/proc/meminfo: memFree=942896/2055920 swapFree=4192812/4192956
[pid=23088] ppid=23086 vsize=16868 CPUtime=3.53
/proc/23088/stat : 23088 (sugar) S 23086 23088 17996 0 -1 4194304 1309 32038 0 1 6 1 328 18 16 0 1 0 24821575 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23088/statm: 4217 1111 409 3 0 796 0
[pid=23101] ppid=23088 vsize=5356 CPUtime=0
/proc/23101/stat : 23101 (sh) S 23088 23088 17996 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24821936 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23101/statm: 1339 233 193 169 0 50 0
[pid=23102] ppid=23101 vsize=868536 CPUtime=8.98
/proc/23102/stat : 23102 (java) S 23101 23088 17996 0 -1 0 16604 0 1 0 886 12 0 0 18 0 9 0 24821936 889380864 14964 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23102/statm: 217134 14964 2570 9 0 211639 0
[pid=23102/tid=23103] ppid=23101 vsize=868536 CPUtime=7.72
/proc/23102/task/23103/stat : 23103 (java) R 23101 23088 17996 0 -1 64 3168 0 1 0 769 3 0 0 25 0 9 0 24821937 889380864 14964 996147200 134512640 134550932 4294955936 18446744073709551615 4126510224 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23102/tid=23104] ppid=23101 vsize=868536 CPUtime=1.02
/proc/23102/task/23104/stat : 23104 (java) S 23101 23088 17996 0 -1 64 11240 0 0 0 96 6 0 0 16 0 9 0 24821938 889380864 14964 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23102/tid=23105] ppid=23101 vsize=868536 CPUtime=0
/proc/23102/task/23105/stat : 23105 (java) S 23101 23088 17996 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24821938 889380864 14964 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23102/tid=23106] ppid=23101 vsize=868536 CPUtime=0
/proc/23102/task/23106/stat : 23106 (java) S 23101 23088 17996 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24821938 889380864 14964 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23102/tid=23107] ppid=23101 vsize=868536 CPUtime=0
/proc/23102/task/23107/stat : 23107 (java) S 23101 23088 17996 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24821940 889380864 14964 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23102/tid=23108] ppid=23101 vsize=868536 CPUtime=0.21
/proc/23102/task/23108/stat : 23108 (java) S 23101 23088 17996 0 -1 64 1494 0 0 0 20 1 0 0 15 0 9 0 24821940 889380864 14964 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23102/tid=23109] ppid=23101 vsize=868536 CPUtime=0
/proc/23102/task/23109/stat : 23109 (java) S 23101 23088 17996 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24821941 889380864 14964 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23102/tid=23110] ppid=23101 vsize=868536 CPUtime=0
/proc/23102/task/23110/stat : 23110 (java) S 23101 23088 17996 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24821941 889380864 14964 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 890760

[startup+25.5011 s]
/proc/loadavg: 2.72 2.32 2.11 3/91 23110
/proc/meminfo: memFree=922544/2055920 swapFree=4192812/4192956
[pid=23088] ppid=23086 vsize=16868 CPUtime=3.53
/proc/23088/stat : 23088 (sugar) S 23086 23088 17996 0 -1 4194304 1309 32038 0 1 6 1 328 18 16 0 1 0 24821575 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23088/statm: 4217 1111 409 3 0 796 0
[pid=23101] ppid=23088 vsize=5356 CPUtime=0
/proc/23101/stat : 23101 (sh) S 23088 23088 17996 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24821936 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23101/statm: 1339 233 193 169 0 50 0
[pid=23102] ppid=23101 vsize=868536 CPUtime=21.64
/proc/23102/stat : 23102 (java) S 23101 23088 17996 0 -1 0 25533 0 1 0 2145 19 0 0 18 0 9 0 24821936 889380864 19459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23102/statm: 217134 19459 2568 9 0 211639 0
[pid=23102/tid=23103] ppid=23101 vsize=868536 CPUtime=19.35
/proc/23102/task/23103/stat : 23103 (java) R 23101 23088 17996 0 -1 64 3792 0 1 0 1930 5 0 0 25 0 9 0 24821937 889380864 19459 996147200 134512640 134550932 4294955936 18446744073709551615 4126595129 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23102/tid=23104] ppid=23101 vsize=868536 CPUtime=2.04
/proc/23102/task/23104/stat : 23104 (java) S 23101 23088 17996 0 -1 64 19537 0 0 0 192 12 0 0 16 0 9 0 24821938 889380864 19459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23102/tid=23105] ppid=23101 vsize=868536 CPUtime=0
/proc/23102/task/23105/stat : 23105 (java) S 23101 23088 17996 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24821938 889380864 19459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23102/tid=23106] ppid=23101 vsize=868536 CPUtime=0
/proc/23102/task/23106/stat : 23106 (java) S 23101 23088 17996 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24821938 889380864 19459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23102/tid=23107] ppid=23101 vsize=868536 CPUtime=0

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

[startup+762.302 s]
/proc/loadavg: 2.78 2.51 2.27 3/93 23334
/proc/meminfo: memFree=15576/2055920 swapFree=4192812/4192956
[pid=23088] ppid=23086 vsize=16868 CPUtime=3.53
/proc/23088/stat : 23088 (sugar) S 23086 23088 17996 0 -1 4194304 1310 32038 0 1 6 1 328 18 16 0 1 0 24821575 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23088/statm: 4217 1111 409 3 0 796 0
[pid=23101] ppid=23088 vsize=5356 CPUtime=0
/proc/23101/stat : 23101 (sh) S 23088 23088 17996 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24821936 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23101/statm: 1339 233 193 169 0 50 0
[pid=23102] ppid=23101 vsize=868648 CPUtime=752.24
/proc/23102/stat : 23102 (java) S 23101 23088 17996 0 -1 0 114023 0 1 0 73774 1450 0 0 18 0 9 0 24821936 889495552 85926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23102/statm: 217162 85926 2593 9 0 211639 0
[pid=23102/tid=23103] ppid=23101 vsize=868648 CPUtime=734.81
/proc/23102/task/23103/stat : 23103 (java) R 23101 23088 17996 0 -1 64 11353 0 1 0 72106 1375 0 0 25 0 9 0 24821937 889495552 85926 996147200 134512640 134550932 4294955936 18446744073709551615 4126584325 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23102/tid=23104] ppid=23101 vsize=868648 CPUtime=17.09
/proc/23102/task/23104/stat : 23104 (java) S 23101 23088 17996 0 -1 64 100417 0 0 0 1637 72 0 0 16 0 9 0 24821938 889495552 85926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23102/tid=23105] ppid=23101 vsize=868648 CPUtime=0
/proc/23102/task/23105/stat : 23105 (java) S 23101 23088 17996 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24821938 889495552 85926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23102/tid=23106] ppid=23101 vsize=868648 CPUtime=0
/proc/23102/task/23106/stat : 23106 (java) S 23101 23088 17996 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24821938 889495552 85926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23102/tid=23107] ppid=23101 vsize=868648 CPUtime=0
/proc/23102/task/23107/stat : 23107 (java) S 23101 23088 17996 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24821940 889495552 85926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23102/tid=23108] ppid=23101 vsize=868648 CPUtime=0.3
/proc/23102/task/23108/stat : 23108 (java) S 23101 23088 17996 0 -1 64 1551 0 0 0 29 1 0 0 17 0 9 0 24821940 889495552 85926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23102/tid=23109] ppid=23101 vsize=868648 CPUtime=0
/proc/23102/task/23109/stat : 23109 (java) S 23101 23088 17996 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24821941 889495552 85926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23102/tid=23110] ppid=23101 vsize=868648 CPUtime=0
/proc/23102/task/23110/stat : 23110 (java) S 23101 23088 17996 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24821941 889495552 85926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 755.77
Current children cumulated vsize (KiB) 890872

[startup+822.303 s]
/proc/loadavg: 2.92 2.60 2.31 3/93 23334
/proc/meminfo: memFree=16088/2055920 swapFree=4192812/4192956
[pid=23088] ppid=23086 vsize=16868 CPUtime=3.53
/proc/23088/stat : 23088 (sugar) S 23086 23088 17996 0 -1 4194304 1310 32038 0 1 6 1 328 18 16 0 1 0 24821575 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23088/statm: 4217 1111 409 3 0 796 0
[pid=23101] ppid=23088 vsize=5356 CPUtime=0
/proc/23101/stat : 23101 (sh) S 23088 23088 17996 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24821936 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23101/statm: 1339 233 193 169 0 50 0
[pid=23102] ppid=23101 vsize=868648 CPUtime=811.83
/proc/23102/stat : 23102 (java) S 23101 23088 17996 0 -1 0 114163 0 1 0 79616 1567 0 0 18 0 9 0 24821936 889495552 85926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23102/statm: 217162 85926 2593 9 0 211639 0
[pid=23102/tid=23103] ppid=23101 vsize=868648 CPUtime=794.21
/proc/23102/task/23103/stat : 23103 (java) R 23101 23088 17996 0 -1 64 11493 0 1 0 77930 1491 0 0 25 0 9 0 24821937 889495552 85926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23102/tid=23104] ppid=23101 vsize=868648 CPUtime=17.27
/proc/23102/task/23104/stat : 23104 (java) S 23101 23088 17996 0 -1 64 100417 0 0 0 1654 73 0 0 16 0 9 0 24821938 889495552 85926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23102/tid=23105] ppid=23101 vsize=868648 CPUtime=0
/proc/23102/task/23105/stat : 23105 (java) S 23101 23088 17996 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24821938 889495552 85926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23102/tid=23106] ppid=23101 vsize=868648 CPUtime=0
/proc/23102/task/23106/stat : 23106 (java) S 23101 23088 17996 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24821938 889495552 85926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23102/tid=23107] ppid=23101 vsize=868648 CPUtime=0
/proc/23102/task/23107/stat : 23107 (java) S 23101 23088 17996 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24821940 889495552 85926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23102/tid=23108] ppid=23101 vsize=868648 CPUtime=0.3
/proc/23102/task/23108/stat : 23108 (java) S 23101 23088 17996 0 -1 64 1551 0 0 0 29 1 0 0 17 0 9 0 24821940 889495552 85926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23102/tid=23109] ppid=23101 vsize=868648 CPUtime=0
/proc/23102/task/23109/stat : 23109 (java) S 23101 23088 17996 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24821941 889495552 85926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23102/tid=23110] ppid=23101 vsize=868648 CPUtime=0
/proc/23102/task/23110/stat : 23110 (java) S 23101 23088 17996 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24821941 889495552 85926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 815.36
Current children cumulated vsize (KiB) 890872

[startup+882.308 s]
/proc/loadavg: 2.97 2.67 2.35 3/93 23334
/proc/meminfo: memFree=16088/2055920 swapFree=4192812/4192956
[pid=23088] ppid=23086 vsize=16868 CPUtime=3.53
/proc/23088/stat : 23088 (sugar) S 23086 23088 17996 0 -1 4194304 1310 32038 0 1 6 1 328 18 16 0 1 0 24821575 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23088/statm: 4217 1111 409 3 0 796 0
[pid=23101] ppid=23088 vsize=5356 CPUtime=0
/proc/23101/stat : 23101 (sh) S 23088 23088 17996 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24821936 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23101/statm: 1339 233 193 169 0 50 0
[pid=23102] ppid=23101 vsize=868648 CPUtime=871.42
/proc/23102/stat : 23102 (java) S 23101 23088 17996 0 -1 0 114306 0 1 0 85450 1692 0 0 18 0 9 0 24821936 889495552 85926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23102/statm: 217162 85926 2593 9 0 211639 0
[pid=23102/tid=23103] ppid=23101 vsize=868648 CPUtime=853.63
/proc/23102/task/23103/stat : 23103 (java) R 23101 23088 17996 0 -1 64 11636 0 1 0 83748 1615 0 0 25 0 9 0 24821937 889495552 85926 996147200 134512640 134550932 4294955936 18446744073709551615 4127072070 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23102/tid=23104] ppid=23101 vsize=868648 CPUtime=17.46
/proc/23102/task/23104/stat : 23104 (java) S 23101 23088 17996 0 -1 64 100417 0 0 0 1672 74 0 0 16 0 9 0 24821938 889495552 85926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23102/tid=23105] ppid=23101 vsize=868648 CPUtime=0
/proc/23102/task/23105/stat : 23105 (java) S 23101 23088 17996 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24821938 889495552 85926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23102/tid=23106] ppid=23101 vsize=868648 CPUtime=0
/proc/23102/task/23106/stat : 23106 (java) S 23101 23088 17996 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24821938 889495552 85926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23102/tid=23107] ppid=23101 vsize=868648 CPUtime=0
/proc/23102/task/23107/stat : 23107 (java) S 23101 23088 17996 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24821940 889495552 85926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23102/tid=23108] ppid=23101 vsize=868648 CPUtime=0.3
/proc/23102/task/23108/stat : 23108 (java) S 23101 23088 17996 0 -1 64 1551 0 0 0 29 1 0 0 17 0 9 0 24821940 889495552 85926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23102/tid=23109] ppid=23101 vsize=868648 CPUtime=0
/proc/23102/task/23109/stat : 23109 (java) S 23101 23088 17996 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24821941 889495552 85926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23102/tid=23110] ppid=23101 vsize=868648 CPUtime=0
/proc/23102/task/23110/stat : 23110 (java) S 23101 23088 17996 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24821941 889495552 85926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 874.95
Current children cumulated vsize (KiB) 890872

[startup+942.303 s]
/proc/loadavg: 2.91 2.71 2.39 3/93 23340
/proc/meminfo: memFree=16024/2055920 swapFree=4192812/4192956
[pid=23088] ppid=23086 vsize=16868 CPUtime=3.53
/proc/23088/stat : 23088 (sugar) S 23086 23088 17996 0 -1 4194304 1310 32038 0 1 6 1 328 18 16 0 1 0 24821575 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23088/statm: 4217 1111 409 3 0 796 0
[pid=23101] ppid=23088 vsize=5356 CPUtime=0
/proc/23101/stat : 23101 (sh) S 23088 23088 17996 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24821936 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23101/statm: 1339 233 193 169 0 50 0
[pid=23102] ppid=23101 vsize=868648 CPUtime=931
/proc/23102/stat : 23102 (java) S 23101 23088 17996 0 -1 0 114444 0 1 0 91287 1813 0 0 18 0 9 0 24821936 889495552 85926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23102/statm: 217162 85926 2593 9 0 211639 0
[pid=23102/tid=23103] ppid=23101 vsize=868648 CPUtime=913.02
/proc/23102/task/23103/stat : 23103 (java) R 23101 23088 17996 0 -1 64 11774 0 1 0 89567 1735 0 0 25 0 9 0 24821937 889495552 85926 996147200 134512640 134550932 4294955936 18446744073709551615 4127071151 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23102/tid=23104] ppid=23101 vsize=868648 CPUtime=17.64
/proc/23102/task/23104/stat : 23104 (java) S 23101 23088 17996 0 -1 64 100417 0 0 0 1689 75 0 0 16 0 9 0 24821938 889495552 85926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23102/tid=23105] ppid=23101 vsize=868648 CPUtime=0
/proc/23102/task/23105/stat : 23105 (java) S 23101 23088 17996 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24821938 889495552 85926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23102/tid=23106] ppid=23101 vsize=868648 CPUtime=0
/proc/23102/task/23106/stat : 23106 (java) S 23101 23088 17996 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24821938 889495552 85926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23102/tid=23107] ppid=23101 vsize=868648 CPUtime=0
/proc/23102/task/23107/stat : 23107 (java) S 23101 23088 17996 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24821940 889495552 85926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23102/tid=23108] ppid=23101 vsize=868648 CPUtime=0.3
/proc/23102/task/23108/stat : 23108 (java) S 23101 23088 17996 0 -1 64 1551 0 0 0 29 1 0 0 17 0 9 0 24821940 889495552 85926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23102/tid=23109] ppid=23101 vsize=868648 CPUtime=0
/proc/23102/task/23109/stat : 23109 (java) S 23101 23088 17996 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24821941 889495552 85926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23102/tid=23110] ppid=23101 vsize=868648 CPUtime=0
/proc/23102/task/23110/stat : 23110 (java) S 23101 23088 17996 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24821941 889495552 85926 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 934.53
Current children cumulated vsize (KiB) 890872

[startup+1002.3 s]
/proc/loadavg: 2.33 2.58 2.36 2/83 23340
/proc/meminfo: memFree=1605480/2055920 swapFree=4192812/4192956
[pid=23088] ppid=23086 vsize=16868 CPUtime=992.54
/proc/23088/stat : 23088 (sugar) D 23086 23088 17996 0 -1 4194304 1335 146909 0 2 6 74 97228 1946 18 0 1 0 24821575 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 258939261993 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/23088/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 992.54
Current children cumulated vsize (KiB) 16868

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

[startup+1002.4 s]
/proc/loadavg: 2.33 2.58 2.36 2/83 23340
/proc/meminfo: memFree=1605480/2055920 swapFree=4192812/4192956
[pid=23088] ppid=23086 vsize=16868 CPUtime=992.55
/proc/23088/stat : 23088 (sugar) D 23086 23088 17996 0 -1 4194304 1335 146909 0 2 6 75 97228 1946 18 0 1 0 24821575 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 258939261993 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/23088/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 992.55
Current children cumulated vsize (KiB) 16868

[startup+1003.2 s]
/proc/loadavg: 2.33 2.58 2.36 2/83 23340
/proc/meminfo: memFree=1603560/2055920 swapFree=4192812/4192956
[pid=23088] ppid=23086 vsize=16868 CPUtime=992.61
/proc/23088/stat : 23088 (sugar) R 23086 23088 17996 0 -1 4194304 1335 146909 0 2 6 81 97228 1946 18 0 1 0 24821575 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 258939261993 0 0 4224 16386 0 0 0 17 0 0 0
/proc/23088/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 992.61
Current children cumulated vsize (KiB) 16868

[startup+1003.4 s]
/proc/loadavg: 2.33 2.58 2.36 2/83 23340
/proc/meminfo: memFree=1603560/2055920 swapFree=4192812/4192956
[pid=23088] ppid=23086 vsize=16868 CPUtime=992.63
/proc/23088/stat : 23088 (sugar) D 23086 23088 17996 0 -1 4194304 1335 146909 0 2 6 83 97228 1946 18 0 1 0 24821575 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 258939261993 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/23088/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 992.63
Current children cumulated vsize (KiB) 16868

[startup+1003.5 s]
/proc/loadavg: 2.33 2.58 2.36 2/83 23340
/proc/meminfo: memFree=1603560/2055920 swapFree=4192812/4192956
[pid=23088] ppid=23086 vsize=16868 CPUtime=992.63
/proc/23088/stat : 23088 (sugar) D 23086 23088 17996 0 -1 4194304 1335 146909 0 2 6 83 97228 1946 18 0 1 0 24821575 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 258939261993 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/23088/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 992.63
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1003.53
CPU time (s): 992.655
CPU user time (s): 972.35
CPU system time (s): 20.3049
CPU usage (%): 98.9162
Max. virtual memory (cumulated for all children) (KiB): 905012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 972.35
system time used= 20.3049
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 148305
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 61264
involuntary context switches= 58336

runsolver used 1.18482 second user time and 3.50847 second system time

The end

Launcher Data

Begin job on node45 at 2009-07-12 07:46:18
IDJOB=2083534
IDBENCH=57848
IDSOLVER=739
FILE ID=node45/2083534-1247377577
PBS_JOBID= 9507026
Free space on /tmp= 66444 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fapp/fapp30/normalized-fapp30-3000-9.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2083534-1247377577/watcher-2083534-1247377577 -o /tmp/evaluation-result-2083534-1247377577/solver-2083534-1247377577 -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-2083534-1247377577.xml

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

MD5SUM BENCH= 7d795480c7331ac1d2900d14fd419266
RANDOM SEED=1964210454

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1017192 kB
Buffers:         55468 kB
Cached:         190556 kB
SwapCached:          0 kB
Active:         880184 kB
Inactive:        93504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1017192 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10256 kB
Writeback:           0 kB
Mapped:         745556 kB
Slab:            48964 kB
Committed_AS:   928396 kB
PageTables:       3152 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= 66452 MiB
End job on node45 at 2009-07-12 08:03:02