Trace number 2083490

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? 755.859 771.019

General information on the benchmark

Namecsp/fapp/fapp38/
normalized-fapp38-2500-3.xml
MD5SUM79acd02b46aad922dd93860f8851683c
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 benchmark65.0291
Satisfiable
(Un)Satisfiability was proved
Number of variables2500
Number of constraints62132
Maximum constraint arity2
Maximum domain size698
Number of constraints which are defined in extension0
Number of constraints which are defined in intension62132
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:44:24 2009
0.00/0.07	c 0	PID 25599
0.06/0.07	c 0	HOST node75.alineos.net
0.06/0.07	c 0	CONVERTING HOME/instance-2083490-1247377463.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-2083490-1247377463.xml' 'HOME/temp.csp'
3.06/3.11	c 3	18 domains, 2500 variables, 8 predicates, 0 relations, 62132 constraints
3.06/3.17	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.06/3.17	c 3	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.12/3.24	c 3	Parsing HOME/temp.csp
3.31/3.47	c 3	parsed 10000 expressions
3.50/3.66	c 4	parsed 20000 expressions
3.61/3.77	c 4	parsed 30000 expressions
3.81/3.96	c 4	parsed 40000 expressions
3.89/4.07	c 4	parsed 50000 expressions
4.20/4.34	c 4	parsed 60000 expressions
4.20/4.39	c 4	parsed 64658 expressions
4.20/4.40	c 4	Heap : 26 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.20/4.40	c 4	Converting to clausal form CSP
14.19/14.48	c 15	converted 6466 (10%) expressions
28.54/28.93	c 29	converted 12932 (20%) expressions
42.98/43.57	c 44	converted 19398 (30%) expressions
57.14/57.86	c 58	converted 25864 (40%) expressions
70.40/71.23	c 71	converted 32329 (50%) expressions
83.27/84.23	c 84	converted 38795 (60%) expressions
95.55/96.66	c 97	converted 45261 (70%) expressions
108.42/109.66	c 110	converted 51727 (80%) expressions
119.21/120.57	c 121	converted 58193 (90%) expressions
129.11/130.56	c 131	converted 64658 (100%) expressions
129.11/130.57	c 131	CSP : 14853 integers, 180878 booleans, 404245 clauses, largest domain size 4043
129.11/130.57	c 131	Heap : 236 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
129.11/130.57	c 131	Propagation in CSP
140.58/142.18	c 142	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
140.58/142.18	c 142	CSP : 14853 integers, 180878 booleans, 404245 clauses, largest domain size 4043
140.58/142.18	c 142	Heap : 249 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
140.68/142.28	c 142	Simplifing CSP by introducing new Boolean variables
141.58/143.10	c 143	CSP : 14853 integers, 325678 booleans, 549045 clauses, largest domain size 4043
141.58/143.10	c 143	Heap : 286 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
143.17/144.73	c 145	Encoding CSP to SAT : HOME/temp.cnf
174.86/176.76	c 177	1486 (10%) CSP integer variables are encoded (871952 clauses, 14601413 bytes)
199.59/201.75	c 202	2971 (20%) CSP integer variables are encoded (3316713 clauses, 60799191 bytes)
210.52/212.85	c 213	4456 (30%) CSP integer variables are encoded (9033166 clauses, 169411798 bytes)
222.40/224.94	c 225	5942 (40%) CSP integer variables are encoded (14747462 clauses, 287487757 bytes)
234.47/237.25	c 237	7427 (50%) CSP integer variables are encoded (20448683 clauses, 407213398 bytes)
246.38/249.50	c 250	8912 (60%) CSP integer variables are encoded (26069588 clauses, 525252403 bytes)
258.45/261.82	c 262	10398 (70%) CSP integer variables are encoded (31743690 clauses, 644408545 bytes)
270.16/273.89	c 274	11883 (80%) CSP integer variables are encoded (37323171 clauses, 761577646 bytes)
282.10/286.13	c 286	13368 (90%) CSP integer variables are encoded (42923444 clauses, 879183379 bytes)
293.74/298.09	c 298	14853 (100%) CSP integer variables are encoded (48491341 clauses, 996109216 bytes)
457.41/464.63	c 465	54905 (10%) CSP clauses are encoded (74904334 clauses, 1731904754 bytes)
617.61/627.95	c 628	109809 (20%) CSP clauses are encoded (101776706 clauses, 2514589327 bytes)
754.96/767.43	c 767	ERROR Exception Too large HOME/temp.cnf
754.96/767.44	c 767	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
754.96/767.44	c 767	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
754.96/767.44	c 767	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
754.96/767.44	s UNKNOWN
755.01/767.55	c 768	CPU 755.06 (0.05 0.01 736.21 18.79)
755.01/767.55	c 768	END Sun Jul 12 07:57:12 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2083490-1247377463/watcher-2083490-1247377463 -o /tmp/evaluation-result-2083490-1247377463/solver-2083490-1247377463 -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-2083490-1247377463.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.97 2.08 2.07 4/80 25599
/proc/meminfo: memFree=1444704/2055920 swapFree=4192812/4192956
[pid=25599] ppid=25597 vsize=9648 CPUtime=0
/proc/25599/stat : 25599 (sugar) R 25597 25599 20111 0 -1 4194304 74 0 0 0 0 0 0 0 20 0 1 0 24810853 9879552 59 996147200 4194304 4206940 548682068608 18446744073709551615 231880062345 0 0 4096 0 0 0 0 17 1 0 0
/proc/25599/statm: 2412 59 44 3 0 59 0

[startup+0.0760409 s]
/proc/loadavg: 1.97 2.08 2.07 4/80 25599
/proc/meminfo: memFree=1444704/2055920 swapFree=4192812/4192956
[pid=25599] ppid=25597 vsize=16740 CPUtime=0.06
/proc/25599/stat : 25599 (sugar) S 25597 25599 20111 0 -1 4194304 1152 0 0 0 5 1 0 0 20 0 1 0 24810853 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25599/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.100733 s]
/proc/loadavg: 1.97 2.08 2.07 4/80 25599
/proc/meminfo: memFree=1444704/2055920 swapFree=4192812/4192956
[pid=25599] ppid=25597 vsize=16868 CPUtime=0.06
/proc/25599/stat : 25599 (sugar) S 25597 25599 20111 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 24810853 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25599/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301755 s]
/proc/loadavg: 1.97 2.08 2.07 4/80 25599
/proc/meminfo: memFree=1444704/2055920 swapFree=4192812/4192956
[pid=25599] ppid=25597 vsize=16868 CPUtime=0.06
/proc/25599/stat : 25599 (sugar) S 25597 25599 20111 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 24810853 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25599/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701801 s]
/proc/loadavg: 1.97 2.08 2.07 4/80 25599
/proc/meminfo: memFree=1444704/2055920 swapFree=4192812/4192956
[pid=25599] ppid=25597 vsize=16868 CPUtime=0.06
/proc/25599/stat : 25599 (sugar) S 25597 25599 20111 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 24810853 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25599/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.5019 s]
/proc/loadavg: 1.97 2.08 2.07 4/91 25611
/proc/meminfo: memFree=1409480/2055920 swapFree=4192812/4192956
[pid=25599] ppid=25597 vsize=16868 CPUtime=0.06
/proc/25599/stat : 25599 (sugar) S 25597 25599 20111 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 24810853 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25599/statm: 4217 1111 409 3 0 796 0
[pid=25602] ppid=25599 vsize=5356 CPUtime=0
/proc/25602/stat : 25602 (sh) S 25599 25599 20111 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24810860 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25602/statm: 1339 233 193 169 0 50 0
[pid=25603] ppid=25602 vsize=864760 CPUtime=1.4
/proc/25603/stat : 25603 (java) S 25602 25599 20111 0 -1 0 18825 0 1 0 131 9 0 0 18 0 9 0 24810861 885514240 15893 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25603/statm: 216190 15893 2557 9 0 210702 0
[pid=25603/tid=25604] ppid=25602 vsize=864760 CPUtime=0.73
/proc/25603/task/25604/stat : 25604 (java) R 25602 25599 20111 0 -1 64 3327 0 1 0 70 3 0 0 23 0 9 0 24810862 885514240 15893 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25603/tid=25605] ppid=25602 vsize=864760 CPUtime=0.57
/proc/25603/task/25605/stat : 25605 (java) S 25602 25599 20111 0 -1 64 14294 0 0 0 52 5 0 0 16 0 9 0 24810863 885514240 15893 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25603/tid=25606] ppid=25602 vsize=864760 CPUtime=0
/proc/25603/task/25606/stat : 25606 (java) S 25602 25599 20111 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24810863 885514240 15893 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25603/tid=25607] ppid=25602 vsize=864760 CPUtime=0
/proc/25603/task/25607/stat : 25607 (java) S 25602 25599 20111 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24810863 885514240 15893 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25603/tid=25608] ppid=25602 vsize=864760 CPUtime=0
/proc/25603/task/25608/stat : 25608 (java) S 25602 25599 20111 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24810865 885514240 15893 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25603/tid=25609] ppid=25602 vsize=864760 CPUtime=0.08
/proc/25603/task/25609/stat : 25609 (java) S 25602 25599 20111 0 -1 64 499 0 0 0 8 0 0 0 16 0 9 0 24810865 885514240 15893 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25603/tid=25610] ppid=25602 vsize=864760 CPUtime=0
/proc/25603/task/25610/stat : 25610 (java) S 25602 25599 20111 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24810865 885514240 15893 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25603/tid=25611] ppid=25602 vsize=864760 CPUtime=0
/proc/25603/task/25611/stat : 25611 (java) S 25602 25599 20111 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24810865 885514240 15893 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) 886984

[startup+3.10208 s]
/proc/loadavg: 2.05 2.09 2.07 4/91 25611
/proc/meminfo: memFree=1358984/2055920 swapFree=4192812/4192956
[pid=25599] ppid=25597 vsize=16868 CPUtime=0.06
/proc/25599/stat : 25599 (sugar) S 25597 25599 20111 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 24810853 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25599/statm: 4217 1111 409 3 0 796 0
[pid=25602] ppid=25599 vsize=5356 CPUtime=0
/proc/25602/stat : 25602 (sh) S 25599 25599 20111 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24810860 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25602/statm: 1339 233 193 169 0 50 0
[pid=25603] ppid=25602 vsize=864776 CPUtime=3
/proc/25603/stat : 25603 (java) S 25602 25599 20111 0 -1 0 30199 0 1 0 285 15 0 0 18 0 9 0 24810861 885530624 26284 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25603/statm: 216194 26284 2557 9 0 210706 0
[pid=25603/tid=25604] ppid=25602 vsize=864776 CPUtime=1.7
/proc/25603/task/25604/stat : 25604 (java) R 25602 25599 20111 0 -1 64 3951 0 1 0 166 4 0 0 25 0 9 0 24810862 885530624 26284 996147200 134512640 134550932 4294955984 18446744073709551615 4126800892 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25603/tid=25605] ppid=25602 vsize=864776 CPUtime=1.13
/proc/25603/task/25605/stat : 25605 (java) S 25602 25599 20111 0 -1 64 25005 0 0 0 104 9 0 0 16 0 9 0 24810863 885530624 26284 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25603/tid=25606] ppid=25602 vsize=864776 CPUtime=0
/proc/25603/task/25606/stat : 25606 (java) S 25602 25599 20111 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24810863 885530624 26284 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25603/tid=25607] ppid=25602 vsize=864776 CPUtime=0
/proc/25603/task/25607/stat : 25607 (java) S 25602 25599 20111 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 24810863 885530624 26284 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25603/tid=25608] ppid=25602 vsize=864776 CPUtime=0
/proc/25603/task/25608/stat : 25608 (java) S 25602 25599 20111 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24810865 885530624 26284 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25603/tid=25609] ppid=25602 vsize=864776 CPUtime=0.14
/proc/25603/task/25609/stat : 25609 (java) S 25602 25599 20111 0 -1 64 538 0 0 0 14 0 0 0 16 0 9 0 24810865 885530624 26284 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25603/tid=25610] ppid=25602 vsize=864776 CPUtime=0
/proc/25603/task/25610/stat : 25610 (java) S 25602 25599 20111 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24810865 885530624 26284 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25603/tid=25611] ppid=25602 vsize=864776 CPUtime=0
/proc/25603/task/25611/stat : 25611 (java) S 25602 25599 20111 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24810865 885530624 26284 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 887000

[startup+6.30247 s]
/proc/loadavg: 2.05 2.09 2.07 3/91 25621
/proc/meminfo: memFree=1397000/2055920 swapFree=4192812/4192956
[pid=25599] ppid=25597 vsize=16868 CPUtime=3.1
/proc/25599/stat : 25599 (sugar) S 25597 25599 20111 0 -1 4194304 1309 30624 0 1 5 1 287 17 16 0 1 0 24810853 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25599/statm: 4217 1111 409 3 0 796 0
[pid=25612] ppid=25599 vsize=5356 CPUtime=0
/proc/25612/stat : 25612 (sh) S 25599 25599 20111 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24811170 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25612/statm: 1339 233 193 169 0 50 0
[pid=25613] ppid=25612 vsize=868536 CPUtime=3.07
/proc/25613/stat : 25613 (java) S 25612 25599 20111 0 -1 0 14573 0 1 0 299 8 0 0 20 0 9 0 24811170 889380864 13176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25613/statm: 217134 13176 2570 9 0 211639 0
[pid=25613/tid=25614] ppid=25612 vsize=868536 CPUtime=2.26
/proc/25613/task/25614/stat : 25614 (java) R 25612 25599 20111 0 -1 64 2959 0 1 0 224 2 0 0 25 0 9 0 24811171 889380864 13176 996147200 134512640 134550932 4294955936 18446744073709551615 4126510603 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25613/tid=25615] ppid=25612 vsize=868536 CPUtime=0.61
/proc/25613/task/25615/stat : 25615 (java) S 25612 25599 20111 0 -1 64 9431 0 0 0 57 4 0 0 16 0 9 0 24811172 889380864 13176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25613/tid=25616] ppid=25612 vsize=868536 CPUtime=0
/proc/25613/task/25616/stat : 25616 (java) S 25612 25599 20111 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24811172 889380864 13176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25613/tid=25617] ppid=25612 vsize=868536 CPUtime=0
/proc/25613/task/25617/stat : 25617 (java) S 25612 25599 20111 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24811172 889380864 13176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25613/tid=25618] ppid=25612 vsize=868536 CPUtime=0
/proc/25613/task/25618/stat : 25618 (java) S 25612 25599 20111 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24811175 889380864 13176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25613/tid=25619] ppid=25612 vsize=868536 CPUtime=0.17
/proc/25613/task/25619/stat : 25619 (java) S 25612 25599 20111 0 -1 64 1480 0 0 0 17 0 0 0 16 0 9 0 24811175 889380864 13176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25613/tid=25620] ppid=25612 vsize=868536 CPUtime=0
/proc/25613/task/25620/stat : 25620 (java) S 25612 25599 20111 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24811175 889380864 13176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25613/tid=25621] ppid=25612 vsize=868536 CPUtime=0
/proc/25613/task/25621/stat : 25621 (java) S 25612 25599 20111 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24811175 889380864 13176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 890760

[startup+12.7022 s]
/proc/loadavg: 2.12 2.10 2.07 3/91 25621
/proc/meminfo: memFree=1386896/2055920 swapFree=4192812/4192956
[pid=25599] ppid=25597 vsize=16868 CPUtime=3.1
/proc/25599/stat : 25599 (sugar) S 25597 25599 20111 0 -1 4194304 1309 30624 0 1 5 1 287 17 16 0 1 0 24810853 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25599/statm: 4217 1111 409 3 0 796 0
[pid=25612] ppid=25599 vsize=5356 CPUtime=0
/proc/25612/stat : 25612 (sh) S 25599 25599 20111 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24811170 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25612/statm: 1339 233 193 169 0 50 0
[pid=25613] ppid=25612 vsize=868536 CPUtime=9.41
/proc/25613/stat : 25613 (java) S 25612 25599 20111 0 -1 0 17262 0 1 0 929 12 0 0 20 0 9 0 24811170 889380864 15587 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25613/statm: 217134 15587 2570 9 0 211639 0
[pid=25613/tid=25614] ppid=25612 vsize=868536 CPUtime=8.18
/proc/25613/task/25614/stat : 25614 (java) R 25612 25599 20111 0 -1 64 3237 0 1 0 815 3 0 0 25 0 9 0 24811171 889380864 15587 996147200 134512640 134550932 4294955936 18446744073709551615 4126509296 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25613/tid=25615] ppid=25612 vsize=868536 CPUtime=1.02
/proc/25613/task/25615/stat : 25615 (java) S 25612 25599 20111 0 -1 64 11836 0 0 0 95 7 0 0 16 0 9 0 24811172 889380864 15587 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25613/tid=25616] ppid=25612 vsize=868536 CPUtime=0
/proc/25613/task/25616/stat : 25616 (java) S 25612 25599 20111 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24811172 889380864 15587 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25613/tid=25617] ppid=25612 vsize=868536 CPUtime=0
/proc/25613/task/25617/stat : 25617 (java) S 25612 25599 20111 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24811172 889380864 15587 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25613/tid=25618] ppid=25612 vsize=868536 CPUtime=0
/proc/25613/task/25618/stat : 25618 (java) S 25612 25599 20111 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24811175 889380864 15587 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25613/tid=25619] ppid=25612 vsize=868536 CPUtime=0.18
/proc/25613/task/25619/stat : 25619 (java) S 25612 25599 20111 0 -1 64 1486 0 0 0 18 0 0 0 16 0 9 0 24811175 889380864 15587 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25613/tid=25620] ppid=25612 vsize=868536 CPUtime=0
/proc/25613/task/25620/stat : 25620 (java) S 25612 25599 20111 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24811175 889380864 15587 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25613/tid=25621] ppid=25612 vsize=868536 CPUtime=0
/proc/25613/task/25621/stat : 25621 (java) S 25612 25599 20111 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24811175 889380864 15587 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 890760

[startup+25.5027 s]
/proc/loadavg: 2.10 2.10 2.07 3/91 25621
/proc/meminfo: memFree=1340368/2055920 swapFree=4192812/4192956
[pid=25599] ppid=25597 vsize=16868 CPUtime=3.1
/proc/25599/stat : 25599 (sugar) S 25597 25599 20111 0 -1 4194304 1309 30624 0 1 5 1 287 17 16 0 1 0 24810853 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25599/statm: 4217 1111 409 3 0 796 0
[pid=25612] ppid=25599 vsize=5356 CPUtime=0
/proc/25612/stat : 25612 (sh) S 25599 25599 20111 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24811170 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25612/statm: 1339 233 193 169 0 50 0
[pid=25613] ppid=25612 vsize=868536 CPUtime=22.07
/proc/25613/stat : 25613 (java) S 25612 25599 20111 0 -1 0 26721 0 1 0 2188 19 0 0 20 0 9 0 24811170 889380864 21183 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25613/statm: 217134 21183 2568 9 0 211639 0
[pid=25613/tid=25614] ppid=25612 vsize=868536 CPUtime=19.79
/proc/25613/task/25614/stat : 25614 (java) R 25612 25599 20111 0 -1 64 3861 0 1 0 1974 5 0 0 25 0 9 0 24811171 889380864 21183 996147200 134512640 134550932 4294955936 18446744073709551615 4126503560 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25613/tid=25615] ppid=25612 vsize=868536 CPUtime=2.06
/proc/25613/task/25615/stat : 25615 (java) S 25612 25599 20111 0 -1 64 20663 0 0 0 194 12 0 0 16 0 9 0 24811172 889380864 21183 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25613/tid=25616] ppid=25612 vsize=868536 CPUtime=0
/proc/25613/task/25616/stat : 25616 (java) S 25612 25599 20111 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24811172 889380864 21183 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25613/tid=25617] ppid=25612 vsize=868536 CPUtime=0
/proc/25613/task/25617/stat : 25617 (java) S 25612 25599 20111 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24811172 889380864 21183 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25613/tid=25618] ppid=25612 vsize=868536 CPUtime=0

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

[pid=25613] ppid=25612 vsize=868648 CPUtime=569.73
/proc/25613/stat : 25613 (java) S 25612 25599 20111 0 -1 0 104121 0 1 0 55651 1322 0 0 20 0 9 0 24811170 889495552 81873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25613/statm: 217162 81873 2593 9 0 211639 0
[pid=25613/tid=25614] ppid=25612 vsize=868648 CPUtime=555.18
/proc/25613/task/25614/stat : 25614 (java) R 25612 25599 20111 0 -1 64 9676 0 1 0 54264 1254 0 0 25 0 9 0 24811171 889495552 81873 996147200 134512640 134550932 4294955936 18446744073709551615 4127071744 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25613/tid=25615] ppid=25612 vsize=868648 CPUtime=14.24
/proc/25613/task/25615/stat : 25615 (java) S 25612 25599 20111 0 -1 64 92199 0 0 0 1359 65 0 0 16 0 9 0 24811172 889495552 81873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25613/tid=25616] ppid=25612 vsize=868648 CPUtime=0
/proc/25613/task/25616/stat : 25616 (java) S 25612 25599 20111 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24811172 889495552 81873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25613/tid=25617] ppid=25612 vsize=868648 CPUtime=0
/proc/25613/task/25617/stat : 25617 (java) S 25612 25599 20111 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24811172 889495552 81873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25613/tid=25618] ppid=25612 vsize=868648 CPUtime=0
/proc/25613/task/25618/stat : 25618 (java) S 25612 25599 20111 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24811175 889495552 81873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25613/tid=25619] ppid=25612 vsize=868648 CPUtime=0.28
/proc/25613/task/25619/stat : 25619 (java) S 25612 25599 20111 0 -1 64 1543 0 0 0 27 1 0 0 16 0 9 0 24811175 889495552 81873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25613/tid=25620] ppid=25612 vsize=868648 CPUtime=0
/proc/25613/task/25620/stat : 25620 (java) S 25612 25599 20111 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24811175 889495552 81873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25613/tid=25621] ppid=25612 vsize=868648 CPUtime=0
/proc/25613/task/25621/stat : 25621 (java) S 25612 25599 20111 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24811175 889495552 81873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 572.83
Current children cumulated vsize (KiB) 890872

[startup+642.302 s]
/proc/loadavg: 2.11 2.14 2.09 3/91 25623
/proc/meminfo: memFree=16016/2055920 swapFree=4192812/4192956
[pid=25599] ppid=25597 vsize=16868 CPUtime=3.1
/proc/25599/stat : 25599 (sugar) S 25597 25599 20111 0 -1 4194304 1310 30624 0 1 5 1 287 17 16 0 1 0 24810853 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25599/statm: 4217 1111 409 3 0 796 0
[pid=25612] ppid=25599 vsize=5356 CPUtime=0
/proc/25612/stat : 25612 (sh) S 25599 25599 20111 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24811170 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25612/statm: 1339 233 193 169 0 50 0
[pid=25613] ppid=25612 vsize=868648 CPUtime=628.63
/proc/25613/stat : 25613 (java) S 25612 25599 20111 0 -1 0 104351 0 1 0 61373 1490 0 0 20 0 9 0 24811170 889495552 81873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25613/statm: 217162 81873 2593 9 0 211639 0
[pid=25613/tid=25614] ppid=25612 vsize=868648 CPUtime=613.82
/proc/25613/task/25614/stat : 25614 (java) R 25612 25599 20111 0 -1 64 9906 0 1 0 59961 1421 0 0 25 0 9 0 24811171 889495552 81873 996147200 134512640 134550932 4294955936 18446744073709551615 4126452270 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25613/tid=25615] ppid=25612 vsize=868648 CPUtime=14.5
/proc/25613/task/25615/stat : 25615 (java) S 25612 25599 20111 0 -1 64 92199 0 0 0 1384 66 0 0 16 0 9 0 24811172 889495552 81873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25613/tid=25616] ppid=25612 vsize=868648 CPUtime=0
/proc/25613/task/25616/stat : 25616 (java) S 25612 25599 20111 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24811172 889495552 81873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25613/tid=25617] ppid=25612 vsize=868648 CPUtime=0
/proc/25613/task/25617/stat : 25617 (java) S 25612 25599 20111 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24811172 889495552 81873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25613/tid=25618] ppid=25612 vsize=868648 CPUtime=0
/proc/25613/task/25618/stat : 25618 (java) S 25612 25599 20111 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24811175 889495552 81873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25613/tid=25619] ppid=25612 vsize=868648 CPUtime=0.28
/proc/25613/task/25619/stat : 25619 (java) S 25612 25599 20111 0 -1 64 1543 0 0 0 27 1 0 0 16 0 9 0 24811175 889495552 81873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25613/tid=25620] ppid=25612 vsize=868648 CPUtime=0
/proc/25613/task/25620/stat : 25620 (java) S 25612 25599 20111 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24811175 889495552 81873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25613/tid=25621] ppid=25612 vsize=868648 CPUtime=0
/proc/25613/task/25621/stat : 25621 (java) S 25612 25599 20111 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24811175 889495552 81873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 631.73
Current children cumulated vsize (KiB) 890872

[startup+702.303 s]
/proc/loadavg: 2.07 2.12 2.09 3/91 25623
/proc/meminfo: memFree=16144/2055920 swapFree=4192812/4192956
[pid=25599] ppid=25597 vsize=16868 CPUtime=3.1
/proc/25599/stat : 25599 (sugar) S 25597 25599 20111 0 -1 4194304 1310 30624 0 1 5 1 287 17 16 0 1 0 24810853 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25599/statm: 4217 1111 409 3 0 796 0
[pid=25612] ppid=25599 vsize=5356 CPUtime=0
/proc/25612/stat : 25612 (sh) S 25599 25599 20111 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24811170 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25612/statm: 1339 233 193 169 0 50 0
[pid=25613] ppid=25612 vsize=868648 CPUtime=687.77
/proc/25613/stat : 25613 (java) S 25612 25599 20111 0 -1 0 104590 0 1 0 67106 1671 0 0 20 0 9 0 24811170 889495552 81873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25613/statm: 217162 81873 2593 9 0 211639 0
[pid=25613/tid=25614] ppid=25612 vsize=868648 CPUtime=672.69
/proc/25613/task/25614/stat : 25614 (java) R 25612 25599 20111 0 -1 64 10145 0 1 0 65670 1599 0 0 25 0 9 0 24811171 889495552 81873 996147200 134512640 134550932 4294955936 18446744073709551615 4127086888 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25613/tid=25615] ppid=25612 vsize=868648 CPUtime=14.76
/proc/25613/task/25615/stat : 25615 (java) S 25612 25599 20111 0 -1 64 92199 0 0 0 1408 68 0 0 16 0 9 0 24811172 889495552 81873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25613/tid=25616] ppid=25612 vsize=868648 CPUtime=0
/proc/25613/task/25616/stat : 25616 (java) S 25612 25599 20111 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24811172 889495552 81873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25613/tid=25617] ppid=25612 vsize=868648 CPUtime=0
/proc/25613/task/25617/stat : 25617 (java) S 25612 25599 20111 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24811172 889495552 81873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25613/tid=25618] ppid=25612 vsize=868648 CPUtime=0
/proc/25613/task/25618/stat : 25618 (java) S 25612 25599 20111 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24811175 889495552 81873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25613/tid=25619] ppid=25612 vsize=868648 CPUtime=0.28
/proc/25613/task/25619/stat : 25619 (java) S 25612 25599 20111 0 -1 64 1543 0 0 0 27 1 0 0 16 0 9 0 24811175 889495552 81873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25613/tid=25620] ppid=25612 vsize=868648 CPUtime=0
/proc/25613/task/25620/stat : 25620 (java) S 25612 25599 20111 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24811175 889495552 81873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25613/tid=25621] ppid=25612 vsize=868648 CPUtime=0
/proc/25613/task/25621/stat : 25621 (java) S 25612 25599 20111 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24811175 889495552 81873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 690.87
Current children cumulated vsize (KiB) 890872

[startup+762.307 s]
/proc/loadavg: 2.18 2.14 2.10 3/91 25623
/proc/meminfo: memFree=15248/2055920 swapFree=4192812/4192956
[pid=25599] ppid=25597 vsize=16868 CPUtime=3.1
/proc/25599/stat : 25599 (sugar) S 25597 25599 20111 0 -1 4194304 1310 30624 0 1 5 1 287 17 16 0 1 0 24810853 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25599/statm: 4217 1111 409 3 0 796 0
[pid=25612] ppid=25599 vsize=5356 CPUtime=0
/proc/25612/stat : 25612 (sh) S 25599 25599 20111 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24811170 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25612/statm: 1339 233 193 169 0 50 0
[pid=25613] ppid=25612 vsize=868648 CPUtime=746.83
/proc/25613/stat : 25613 (java) S 25612 25599 20111 0 -1 0 104825 0 1 0 72843 1840 0 0 20 0 9 0 24811170 889495552 81873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25613/statm: 217162 81873 2593 9 0 211639 0
[pid=25613/tid=25614] ppid=25612 vsize=868648 CPUtime=731.49
/proc/25613/task/25614/stat : 25614 (java) R 25612 25599 20111 0 -1 64 10380 0 1 0 71382 1767 0 0 25 0 9 0 24811171 889495552 81873 996147200 134512640 134550932 4294955936 18446744073709551615 4127069402 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25613/tid=25615] ppid=25612 vsize=868648 CPUtime=15.04
/proc/25613/task/25615/stat : 25615 (java) S 25612 25599 20111 0 -1 64 92199 0 0 0 1434 70 0 0 16 0 9 0 24811172 889495552 81873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25613/tid=25616] ppid=25612 vsize=868648 CPUtime=0
/proc/25613/task/25616/stat : 25616 (java) S 25612 25599 20111 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24811172 889495552 81873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25613/tid=25617] ppid=25612 vsize=868648 CPUtime=0
/proc/25613/task/25617/stat : 25617 (java) S 25612 25599 20111 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24811172 889495552 81873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25613/tid=25618] ppid=25612 vsize=868648 CPUtime=0
/proc/25613/task/25618/stat : 25618 (java) S 25612 25599 20111 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24811175 889495552 81873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25613/tid=25619] ppid=25612 vsize=868648 CPUtime=0.28
/proc/25613/task/25619/stat : 25619 (java) S 25612 25599 20111 0 -1 64 1543 0 0 0 27 1 0 0 16 0 9 0 24811175 889495552 81873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25613/tid=25620] ppid=25612 vsize=868648 CPUtime=0
/proc/25613/task/25620/stat : 25620 (java) S 25612 25599 20111 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24811175 889495552 81873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25613/tid=25621] ppid=25612 vsize=868648 CPUtime=0
/proc/25613/task/25621/stat : 25621 (java) S 25612 25599 20111 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24811175 889495552 81873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 749.93
Current children cumulated vsize (KiB) 890872

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

[startup+767.901 s]
/proc/loadavg: 2.17 2.14 2.09 3/81 25623
/proc/meminfo: memFree=612768/2055920 swapFree=4192812/4192956
[pid=25599] ppid=25597 vsize=16868 CPUtime=755.38
/proc/25599/stat : 25599 (sugar) R 25597 25599 20111 0 -1 4194304 1335 135766 0 4 5 33 73621 1879 19 0 1 0 24810853 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 231882855465 0 0 4224 16386 0 0 0 17 0 0 0
/proc/25599/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 755.38
Current children cumulated vsize (KiB) 16868

[startup+769.501 s]
/proc/loadavg: 2.17 2.14 2.09 2/81 25623
/proc/meminfo: memFree=1615904/2055920 swapFree=4192812/4192956
[pid=25599] ppid=25597 vsize=16868 CPUtime=755.78
/proc/25599/stat : 25599 (sugar) D 25597 25599 20111 0 -1 4194304 1335 135766 0 4 5 73 73621 1879 18 0 1 0 24810853 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 231882855465 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/25599/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 755.78
Current children cumulated vsize (KiB) 16868

[startup+770.302 s]
/proc/loadavg: 2.17 2.14 2.09 2/81 25623
/proc/meminfo: memFree=1615072/2055920 swapFree=4192812/4192956
[pid=25599] ppid=25597 vsize=16868 CPUtime=755.81
/proc/25599/stat : 25599 (sugar) D 25597 25599 20111 0 -1 4194304 1335 135766 0 4 5 76 73621 1879 18 0 1 0 24810853 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 231882855465 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/25599/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 755.81
Current children cumulated vsize (KiB) 16868

[startup+770.702 s]
/proc/loadavg: 2.17 2.14 2.09 2/81 25623
/proc/meminfo: memFree=1615072/2055920 swapFree=4192812/4192956
[pid=25599] ppid=25597 vsize=16868 CPUtime=755.82
/proc/25599/stat : 25599 (sugar) D 25597 25599 20111 0 -1 4194304 1335 135766 0 4 5 77 73621 1879 18 0 1 0 24810853 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 231882855465 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/25599/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 755.82
Current children cumulated vsize (KiB) 16868

[startup+770.902 s]
/proc/loadavg: 2.17 2.14 2.09 2/81 25623
/proc/meminfo: memFree=1615072/2055920 swapFree=4192812/4192956
[pid=25599] ppid=25597 vsize=16868 CPUtime=755.83
/proc/25599/stat : 25599 (sugar) D 25597 25599 20111 0 -1 4194304 1335 135766 0 4 5 78 73621 1879 18 0 1 0 24810853 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 231882855465 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/25599/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 755.83
Current children cumulated vsize (KiB) 16868

[startup+771.002 s]
/proc/loadavg: 2.17 2.14 2.09 2/81 25623
/proc/meminfo: memFree=1614560/2055920 swapFree=4192812/4192956
[pid=25599] ppid=25597 vsize=16868 CPUtime=755.83
/proc/25599/stat : 25599 (sugar) R 25597 25599 20111 0 -1 4194304 1335 135766 0 4 5 78 73621 1879 18 0 1 0 24810853 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 231882855465 0 0 4224 16386 0 0 0 17 0 0 0
/proc/25599/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 755.83
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 771.019
CPU time (s): 755.859
CPU user time (s): 736.278
CPU system time (s): 19.581
CPU usage (%): 98.0338
Max. virtual memory (cumulated for all children) (KiB): 905012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 736.278
system time used= 19.581
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 137162
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57458
involuntary context switches= 81649

runsolver used 0.979851 second user time and 2.6246 second system time

The end

Launcher Data

Begin job on node75 at 2009-07-12 07:44:24
IDJOB=2083490
IDBENCH=57832
IDSOLVER=739
FILE ID=node75/2083490-1247377463
PBS_JOBID= 9507025
Free space on /tmp= 66308 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fapp/fapp38/normalized-fapp38-2500-3.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-2083490-1247377463/watcher-2083490-1247377463 -o /tmp/evaluation-result-2083490-1247377463/solver-2083490-1247377463 -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-2083490-1247377463.xml

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

MD5SUM BENCH= 79acd02b46aad922dd93860f8851683c
RANDOM SEED=761933746

node75.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.232
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.232
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:       1445120 kB
Buffers:         41300 kB
Cached:         183508 kB
SwapCached:          0 kB
Active:         468240 kB
Inactive:        84860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1445120 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10000 kB
Writeback:           0 kB
Mapped:         346088 kB
Slab:            42280 kB
Committed_AS:   957424 kB
PageTables:       2428 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= 66308 MiB
End job on node75 at 2009-07-12 07:57:15