Trace number 2083489

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+picosat? 762.012 774.675

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/picosat
0.00/0.07	c 0	BEGIN Sun Jul 12 07:44:20 2009
0.00/0.07	c 0	PID 24575
0.00/0.07	c 0	HOST node8.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2083489-1247377459.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083489-1247377459.xml' 'HOME/temp.csp'
3.16/3.27	c 3	18 domains, 2500 variables, 8 predicates, 0 relations, 62132 constraints
3.23/3.32	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.23/3.32	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.23/3.40	c 3	Parsing HOME/temp.csp
3.25/3.61	c 4	parsed 10000 expressions
3.25/3.81	c 4	parsed 20000 expressions
3.25/3.92	c 4	parsed 30000 expressions
3.25/4.10	c 4	parsed 40000 expressions
3.25/4.21	c 4	parsed 50000 expressions
4.30/4.46	c 4	parsed 60000 expressions
4.40/4.51	c 4	parsed 64658 expressions
4.40/4.52	c 4	Heap : 26 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.40/4.52	c 4	Converting to clausal form CSP
14.25/14.50	c 14	converted 6466 (10%) expressions
28.47/28.75	c 29	converted 12932 (20%) expressions
42.79/43.13	c 43	converted 19398 (30%) expressions
56.91/57.33	c 57	converted 25864 (40%) expressions
70.13/70.68	c 71	converted 32329 (50%) expressions
82.87/83.47	c 83	converted 38795 (60%) expressions
95.11/95.74	c 96	converted 45261 (70%) expressions
108.13/108.86	c 109	converted 51727 (80%) expressions
118.87/119.66	c 120	converted 58193 (90%) expressions
128.66/129.47	c 129	converted 64658 (100%) expressions
128.66/129.48	c 129	CSP : 14853 integers, 180878 booleans, 404245 clauses, largest domain size 4043
128.66/129.48	c 129	Heap : 236 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
128.66/129.48	c 129	Propagation in CSP
139.97/140.79	c 141	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
139.97/140.80	c 141	CSP : 14853 integers, 180878 booleans, 404245 clauses, largest domain size 4043
139.97/140.80	c 141	Heap : 249 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
140.07/140.89	c 141	Simplifing CSP by introducing new Boolean variables
140.87/141.70	c 142	CSP : 14853 integers, 325678 booleans, 549045 clauses, largest domain size 4043
140.87/141.70	c 142	Heap : 286 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
142.46/143.28	c 143	Encoding CSP to SAT : HOME/temp.cnf
173.75/174.56	c 174	1486 (10%) CSP integer variables are encoded (871952 clauses, 14601413 bytes)
198.06/198.93	c 199	2971 (20%) CSP integer variables are encoded (3316713 clauses, 60799191 bytes)
208.49/209.40	c 209	4456 (30%) CSP integer variables are encoded (9033166 clauses, 169411798 bytes)
220.09/221.30	c 221	5942 (40%) CSP integer variables are encoded (14747462 clauses, 287487757 bytes)
231.97/233.31	c 233	7427 (50%) CSP integer variables are encoded (20448683 clauses, 407213398 bytes)
243.49/245.05	c 245	8912 (60%) CSP integer variables are encoded (26069588 clauses, 525252403 bytes)
255.15/256.90	c 257	10398 (70%) CSP integer variables are encoded (31743690 clauses, 644408545 bytes)
266.67/268.66	c 269	11883 (80%) CSP integer variables are encoded (37323171 clauses, 761577646 bytes)
278.38/281.04	c 281	13368 (90%) CSP integer variables are encoded (42923444 clauses, 879183379 bytes)
290.02/292.96	c 293	14853 (100%) CSP integer variables are encoded (48491341 clauses, 996109216 bytes)
455.73/460.90	c 461	54905 (10%) CSP clauses are encoded (74904334 clauses, 1731904754 bytes)
619.57/627.11	c 627	109809 (20%) CSP clauses are encoded (101776706 clauses, 2514589327 bytes)
761.29/771.42	c 771	ERROR Exception Too large HOME/temp.cnf
761.29/771.42	c 771	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
761.29/771.42	c 771	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
761.29/771.42	c 771	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
761.29/771.42	s UNKNOWN
761.36/771.63	c 772	CPU 761.39 (0.05 0.02 742.19 19.13)
761.36/771.63	c 772	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-2083489-1247377459/watcher-2083489-1247377459 -o /tmp/evaluation-result-2083489-1247377459/solver-2083489-1247377459 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2083489-1247377459.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.29 2.18 2.09 4/83 24575
/proc/meminfo: memFree=1670312/2055920 swapFree=4192812/4192956
[pid=24575] ppid=24573 vsize=12272 CPUtime=0
/proc/24575/stat : 24575 (sugar) R 24573 24575 21539 0 -1 4194304 359 0 0 0 0 0 0 0 20 0 1 0 24813238 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 228715445246 0 0 4224 0 0 0 0 17 0 0 0
/proc/24575/statm: 3068 327 246 3 0 168 0

[startup+0.100433 s]
/proc/loadavg: 2.29 2.18 2.09 4/83 24575
/proc/meminfo: memFree=1670312/2055920 swapFree=4192812/4192956
[pid=24575] ppid=24573 vsize=16868 CPUtime=0.06
/proc/24575/stat : 24575 (sugar) S 24573 24575 21539 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 24813238 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24575/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.202445 s]
/proc/loadavg: 2.29 2.18 2.09 4/83 24575
/proc/meminfo: memFree=1670312/2055920 swapFree=4192812/4192956
[pid=24575] ppid=24573 vsize=16868 CPUtime=0.06
/proc/24575/stat : 24575 (sugar) S 24573 24575 21539 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 24813238 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24575/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302446 s]
/proc/loadavg: 2.29 2.18 2.09 4/83 24575
/proc/meminfo: memFree=1670312/2055920 swapFree=4192812/4192956
[pid=24575] ppid=24573 vsize=16868 CPUtime=0.06
/proc/24575/stat : 24575 (sugar) S 24573 24575 21539 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 24813238 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24575/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702487 s]
/proc/loadavg: 2.29 2.18 2.09 4/83 24575
/proc/meminfo: memFree=1670312/2055920 swapFree=4192812/4192956
[pid=24575] ppid=24573 vsize=16868 CPUtime=0.06
/proc/24575/stat : 24575 (sugar) S 24573 24575 21539 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 24813238 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24575/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50256 s]
/proc/loadavg: 2.29 2.18 2.09 3/94 24587
/proc/meminfo: memFree=1635344/2055920 swapFree=4192812/4192956
[pid=24575] ppid=24573 vsize=16868 CPUtime=0.06
/proc/24575/stat : 24575 (sugar) S 24573 24575 21539 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 24813238 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24575/statm: 4217 1111 409 3 0 796 0
[pid=24578] ppid=24575 vsize=5356 CPUtime=0
/proc/24578/stat : 24578 (sh) S 24575 24575 21539 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24813246 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24578/statm: 1339 233 193 169 0 50 0
[pid=24579] ppid=24578 vsize=864776 CPUtime=1.41
/proc/24579/stat : 24579 (java) S 24578 24575 21539 0 -1 0 17463 0 1 0 134 7 0 0 19 0 9 0 24813246 885530624 14536 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24579/statm: 216194 14536 2557 9 0 210706 0
[pid=24579/tid=24580] ppid=24578 vsize=864776 CPUtime=0.77
/proc/24579/task/24580/stat : 24580 (java) R 24578 24575 21539 0 -1 64 3040 0 1 0 76 1 0 0 24 0 9 0 24813247 885530624 14536 996147200 134512640 134550932 4294955984 18446744073709551615 4126484044 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24579/tid=24581] ppid=24578 vsize=864776 CPUtime=0.53
/proc/24579/task/24581/stat : 24581 (java) S 24578 24575 21539 0 -1 64 13217 0 0 0 49 4 0 0 17 0 9 0 24813248 885530624 14536 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24579/tid=24582] ppid=24578 vsize=864776 CPUtime=0
/proc/24579/task/24582/stat : 24582 (java) S 24578 24575 21539 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24813248 885530624 14536 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24579/tid=24583] ppid=24578 vsize=864776 CPUtime=0
/proc/24579/task/24583/stat : 24583 (java) S 24578 24575 21539 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24813248 885530624 14536 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24579/tid=24584] ppid=24578 vsize=864776 CPUtime=0
/proc/24579/task/24584/stat : 24584 (java) S 24578 24575 21539 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24813250 885530624 14536 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24579/tid=24585] ppid=24578 vsize=864776 CPUtime=0.08
/proc/24579/task/24585/stat : 24585 (java) S 24578 24575 21539 0 -1 64 501 0 0 0 8 0 0 0 16 0 9 0 24813250 885530624 14536 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24579/tid=24586] ppid=24578 vsize=864776 CPUtime=0
/proc/24579/task/24586/stat : 24586 (java) S 24578 24575 21539 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24813250 885530624 14536 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24579/tid=24587] ppid=24578 vsize=864776 CPUtime=0
/proc/24579/task/24587/stat : 24587 (java) S 24578 24575 21539 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24813250 885530624 14536 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 887000

[startup+3.10172 s]
/proc/loadavg: 2.42 2.21 2.10 4/94 24587
/proc/meminfo: memFree=1584016/2055920 swapFree=4192812/4192956
[pid=24575] ppid=24573 vsize=16868 CPUtime=0.06
/proc/24575/stat : 24575 (sugar) S 24573 24575 21539 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 24813238 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24575/statm: 4217 1111 409 3 0 796 0
[pid=24578] ppid=24575 vsize=5356 CPUtime=0
/proc/24578/stat : 24578 (sh) S 24575 24575 21539 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24813246 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24578/statm: 1339 233 193 169 0 50 0
[pid=24579] ppid=24578 vsize=864792 CPUtime=3
/proc/24579/stat : 24579 (java) S 24578 24575 21539 0 -1 0 30199 0 1 0 286 14 0 0 19 0 9 0 24813246 885547008 26289 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24579/statm: 216198 26289 2557 9 0 210710 0
[pid=24579/tid=24580] ppid=24578 vsize=864792 CPUtime=1.68
/proc/24579/task/24580/stat : 24580 (java) R 24578 24575 21539 0 -1 64 3952 0 1 0 165 3 0 0 25 0 9 0 24813247 885547008 26289 996147200 134512640 134550932 4294955984 18446744073709551615 4126674828 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24579/tid=24581] ppid=24578 vsize=864792 CPUtime=1.14
/proc/24579/task/24581/stat : 24581 (java) S 24578 24575 21539 0 -1 64 25002 0 0 0 105 9 0 0 16 0 9 0 24813248 885547008 26289 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24579/tid=24582] ppid=24578 vsize=864792 CPUtime=0
/proc/24579/task/24582/stat : 24582 (java) S 24578 24575 21539 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24813248 885547008 26289 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24579/tid=24583] ppid=24578 vsize=864792 CPUtime=0
/proc/24579/task/24583/stat : 24583 (java) S 24578 24575 21539 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 24813248 885547008 26289 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24579/tid=24584] ppid=24578 vsize=864792 CPUtime=0
/proc/24579/task/24584/stat : 24584 (java) S 24578 24575 21539 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24813250 885547008 26289 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24579/tid=24585] ppid=24578 vsize=864792 CPUtime=0.14
/proc/24579/task/24585/stat : 24585 (java) S 24578 24575 21539 0 -1 64 540 0 0 0 14 0 0 0 16 0 9 0 24813250 885547008 26289 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24579/tid=24586] ppid=24578 vsize=864792 CPUtime=0
/proc/24579/task/24586/stat : 24586 (java) S 24578 24575 21539 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24813250 885547008 26289 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24579/tid=24587] ppid=24578 vsize=864792 CPUtime=0
/proc/24579/task/24587/stat : 24587 (java) R 24578 24575 21539 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24813250 885547008 26289 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) 887016

[startup+6.30202 s]
/proc/loadavg: 2.42 2.21 2.10 3/94 24597
/proc/meminfo: memFree=1604304/2055920 swapFree=4192812/4192956
[pid=24575] ppid=24573 vsize=16868 CPUtime=3.25
/proc/24575/stat : 24575 (sugar) S 24573 24575 21539 0 -1 4194304 1309 30625 0 1 5 1 303 16 16 0 1 0 24813238 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24575/statm: 4217 1111 409 3 0 796 0
[pid=24588] ppid=24575 vsize=5356 CPUtime=0
/proc/24588/stat : 24588 (sh) S 24575 24575 21539 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24813571 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24588/statm: 1339 233 193 169 0 50 0
[pid=24589] ppid=24588 vsize=868536 CPUtime=2.93
/proc/24589/stat : 24589 (java) S 24588 24575 21539 0 -1 0 14537 0 1 0 286 7 0 0 20 0 9 0 24813571 889380864 13145 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24589/statm: 217134 13145 2570 9 0 211639 0
[pid=24589/tid=24590] ppid=24588 vsize=868536 CPUtime=2.15
/proc/24589/task/24590/stat : 24590 (java) R 24588 24575 21539 0 -1 64 2954 0 1 0 213 2 0 0 25 0 9 0 24813572 889380864 13145 996147200 134512640 134550932 4294955936 18446744073709551615 4125965906 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24591] ppid=24588 vsize=868536 CPUtime=0.59
/proc/24589/task/24591/stat : 24591 (java) S 24588 24575 21539 0 -1 64 9400 0 0 0 56 3 0 0 16 0 9 0 24813573 889380864 13145 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24592] ppid=24588 vsize=868536 CPUtime=0
/proc/24589/task/24592/stat : 24592 (java) S 24588 24575 21539 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24813574 889380864 13145 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24593] ppid=24588 vsize=868536 CPUtime=0
/proc/24589/task/24593/stat : 24593 (java) S 24588 24575 21539 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24813574 889380864 13145 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24594] ppid=24588 vsize=868536 CPUtime=0
/proc/24589/task/24594/stat : 24594 (java) S 24588 24575 21539 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24813575 889380864 13145 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24595] ppid=24588 vsize=868536 CPUtime=0.17
/proc/24589/task/24595/stat : 24595 (java) S 24588 24575 21539 0 -1 64 1480 0 0 0 16 1 0 0 16 0 9 0 24813575 889380864 13145 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24596] ppid=24588 vsize=868536 CPUtime=0
/proc/24589/task/24596/stat : 24596 (java) S 24588 24575 21539 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24813576 889380864 13145 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24597] ppid=24588 vsize=868536 CPUtime=0
/proc/24589/task/24597/stat : 24597 (java) S 24588 24575 21539 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24813576 889380864 13145 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 890760

[startup+12.7016 s]
/proc/loadavg: 2.36 2.21 2.09 4/94 24597
/proc/meminfo: memFree=1575320/2055920 swapFree=4192812/4192956
[pid=24575] ppid=24573 vsize=16868 CPUtime=3.25
/proc/24575/stat : 24575 (sugar) S 24573 24575 21539 0 -1 4194304 1309 30625 0 1 5 1 303 16 16 0 1 0 24813238 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24575/statm: 4217 1111 409 3 0 796 0
[pid=24588] ppid=24575 vsize=5356 CPUtime=0
/proc/24588/stat : 24588 (sh) S 24575 24575 21539 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24813571 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24588/statm: 1339 233 193 169 0 50 0
[pid=24589] ppid=24588 vsize=868536 CPUtime=9.31
/proc/24589/stat : 24589 (java) S 24588 24575 21539 0 -1 0 17247 0 1 0 920 11 0 0 20 0 9 0 24813571 889380864 15574 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24589/statm: 217134 15574 2570 9 0 211639 0
[pid=24589/tid=24590] ppid=24588 vsize=868536 CPUtime=8.09
/proc/24589/task/24590/stat : 24590 (java) R 24588 24575 21539 0 -1 64 3235 0 1 0 807 2 0 0 25 0 9 0 24813572 889380864 15574 996147200 134512640 134550932 4294955936 18446744073709551615 4126514068 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24591] ppid=24588 vsize=868536 CPUtime=0.99
/proc/24589/task/24591/stat : 24591 (java) S 24588 24575 21539 0 -1 64 11823 0 0 0 93 6 0 0 16 0 9 0 24813573 889380864 15574 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24592] ppid=24588 vsize=868536 CPUtime=0
/proc/24589/task/24592/stat : 24592 (java) S 24588 24575 21539 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24813574 889380864 15574 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24593] ppid=24588 vsize=868536 CPUtime=0
/proc/24589/task/24593/stat : 24593 (java) S 24588 24575 21539 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24813574 889380864 15574 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24594] ppid=24588 vsize=868536 CPUtime=0
/proc/24589/task/24594/stat : 24594 (java) S 24588 24575 21539 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24813575 889380864 15574 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24595] ppid=24588 vsize=868536 CPUtime=0.19
/proc/24589/task/24595/stat : 24595 (java) S 24588 24575 21539 0 -1 64 1486 0 0 0 18 1 0 0 16 0 9 0 24813575 889380864 15574 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24596] ppid=24588 vsize=868536 CPUtime=0
/proc/24589/task/24596/stat : 24596 (java) S 24588 24575 21539 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24813576 889380864 15574 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24597] ppid=24588 vsize=868536 CPUtime=0
/proc/24589/task/24597/stat : 24597 (java) S 24588 24575 21539 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24813576 889380864 15574 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 890760

[startup+25.5028 s]
/proc/loadavg: 2.38 2.22 2.10 3/94 24597
/proc/meminfo: memFree=1504280/2055920 swapFree=4192812/4192956
[pid=24575] ppid=24573 vsize=16868 CPUtime=3.25
/proc/24575/stat : 24575 (sugar) S 24573 24575 21539 0 -1 4194304 1309 30625 0 1 5 1 303 16 16 0 1 0 24813238 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24575/statm: 4217 1111 409 3 0 796 0
[pid=24588] ppid=24575 vsize=5356 CPUtime=0
/proc/24588/stat : 24588 (sh) S 24575 24575 21539 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24813571 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24588/statm: 1339 233 193 169 0 50 0
[pid=24589] ppid=24588 vsize=868536 CPUtime=22.04
/proc/24589/stat : 24589 (java) S 24588 24575 21539 0 -1 0 26771 0 1 0 2185 19 0 0 20 0 9 0 24813571 889380864 21229 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24589/statm: 217134 21229 2568 9 0 211639 0
[pid=24589/tid=24590] ppid=24588 vsize=868536 CPUtime=19.77
/proc/24589/task/24590/stat : 24590 (java) R 24588 24575 21539 0 -1 64 3865 0 1 0 1973 4 0 0 25 0 9 0 24813572 889380864 21229 996147200 134512640 134550932 4294955936 18446744073709551615 4126584787 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24591] ppid=24588 vsize=868536 CPUtime=2.03
/proc/24589/task/24591/stat : 24591 (java) S 24588 24575 21539 0 -1 64 20709 0 0 0 191 12 0 0 16 0 9 0 24813573 889380864 21229 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24592] ppid=24588 vsize=868536 CPUtime=0
/proc/24589/task/24592/stat : 24592 (java) S 24588 24575 21539 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24813574 889380864 21229 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24593] ppid=24588 vsize=868536 CPUtime=0
/proc/24589/task/24593/stat : 24593 (java) S 24588 24575 21539 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24813574 889380864 21229 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24594] ppid=24588 vsize=868536 CPUtime=0

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

[pid=24588] ppid=24575 vsize=5356 CPUtime=0
/proc/24588/stat : 24588 (sh) S 24575 24575 21539 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24813571 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24588/statm: 1339 233 193 169 0 50 0
[pid=24589] ppid=24588 vsize=868648 CPUtime=631.26
/proc/24589/stat : 24589 (java) S 24588 24575 21539 0 -1 0 104355 0 1 0 61605 1521 0 0 20 0 9 0 24813571 889495552 81873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24589/statm: 217162 81873 2593 9 0 211639 0
[pid=24589/tid=24590] ppid=24588 vsize=868648 CPUtime=616.3
/proc/24589/task/24590/stat : 24590 (java) R 24588 24575 21539 0 -1 64 9909 0 1 0 60179 1451 0 0 25 0 9 0 24813572 889495552 81873 996147200 134512640 134550932 4294955936 18446744073709551615 4126604732 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24591] ppid=24588 vsize=868648 CPUtime=14.63
/proc/24589/task/24591/stat : 24591 (java) S 24588 24575 21539 0 -1 64 92199 0 0 0 1396 67 0 0 16 0 9 0 24813573 889495552 81873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24592] ppid=24588 vsize=868648 CPUtime=0
/proc/24589/task/24592/stat : 24592 (java) S 24588 24575 21539 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24813574 889495552 81873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24593] ppid=24588 vsize=868648 CPUtime=0
/proc/24589/task/24593/stat : 24593 (java) S 24588 24575 21539 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24813574 889495552 81873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24594] ppid=24588 vsize=868648 CPUtime=0
/proc/24589/task/24594/stat : 24594 (java) S 24588 24575 21539 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24813575 889495552 81873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24595] ppid=24588 vsize=868648 CPUtime=0.29
/proc/24589/task/24595/stat : 24595 (java) S 24588 24575 21539 0 -1 64 1544 0 0 0 28 1 0 0 17 0 9 0 24813575 889495552 81873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24596] ppid=24588 vsize=868648 CPUtime=0
/proc/24589/task/24596/stat : 24596 (java) S 24588 24575 21539 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24813576 889495552 81873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24597] ppid=24588 vsize=868648 CPUtime=0
/proc/24589/task/24597/stat : 24597 (java) S 24588 24575 21539 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24813576 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) 634.52
Current children cumulated vsize (KiB) 890872

[startup+702.308 s]
/proc/loadavg: 2.76 2.56 2.29 4/92 24636
/proc/meminfo: memFree=16032/2055920 swapFree=4192812/4192956
[pid=24575] ppid=24573 vsize=16868 CPUtime=3.26
/proc/24575/stat : 24575 (sugar) S 24573 24575 21539 0 -1 4194304 1310 30625 0 1 5 2 303 16 16 0 1 0 24813238 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24575/statm: 4217 1111 409 3 0 796 0
[pid=24588] ppid=24575 vsize=5356 CPUtime=0
/proc/24588/stat : 24588 (sh) S 24575 24575 21539 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24813571 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24588/statm: 1339 233 193 169 0 50 0
[pid=24589] ppid=24588 vsize=868648 CPUtime=690.13
/proc/24589/stat : 24589 (java) S 24588 24575 21539 0 -1 0 104585 0 1 0 67317 1696 0 0 20 0 9 0 24813571 889495552 81873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24589/statm: 217162 81873 2593 9 0 211639 0
[pid=24589/tid=24590] ppid=24588 vsize=868648 CPUtime=674.88
/proc/24589/task/24590/stat : 24590 (java) R 24588 24575 21539 0 -1 64 10139 0 1 0 65864 1624 0 0 25 0 9 0 24813572 889495552 81873 996147200 134512640 134550932 4294955936 18446744073709551615 4127069402 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24591] ppid=24588 vsize=868648 CPUtime=14.91
/proc/24589/task/24591/stat : 24591 (java) S 24588 24575 21539 0 -1 64 92199 0 0 0 1423 68 0 0 16 0 9 0 24813573 889495552 81873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24592] ppid=24588 vsize=868648 CPUtime=0
/proc/24589/task/24592/stat : 24592 (java) S 24588 24575 21539 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24813574 889495552 81873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24593] ppid=24588 vsize=868648 CPUtime=0
/proc/24589/task/24593/stat : 24593 (java) S 24588 24575 21539 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24813574 889495552 81873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24594] ppid=24588 vsize=868648 CPUtime=0
/proc/24589/task/24594/stat : 24594 (java) S 24588 24575 21539 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24813575 889495552 81873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24595] ppid=24588 vsize=868648 CPUtime=0.29
/proc/24589/task/24595/stat : 24595 (java) S 24588 24575 21539 0 -1 64 1544 0 0 0 28 1 0 0 17 0 9 0 24813575 889495552 81873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24596] ppid=24588 vsize=868648 CPUtime=0
/proc/24589/task/24596/stat : 24596 (java) S 24588 24575 21539 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24813576 889495552 81873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24597] ppid=24588 vsize=868648 CPUtime=0
/proc/24589/task/24597/stat : 24597 (java) S 24588 24575 21539 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24813576 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) 693.39
Current children cumulated vsize (KiB) 890872

[startup+762.302 s]
/proc/loadavg: 2.91 2.63 2.33 4/92 24636
/proc/meminfo: memFree=15840/2055920 swapFree=4192812/4192956
[pid=24575] ppid=24573 vsize=16868 CPUtime=3.26
/proc/24575/stat : 24575 (sugar) S 24573 24575 21539 0 -1 4194304 1310 30625 0 1 5 2 303 16 16 0 1 0 24813238 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24575/statm: 4217 1111 409 3 0 796 0
[pid=24588] ppid=24575 vsize=5356 CPUtime=0
/proc/24588/stat : 24588 (sh) S 24575 24575 21539 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24813571 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24588/statm: 1339 233 193 169 0 50 0
[pid=24589] ppid=24588 vsize=868648 CPUtime=749.1
/proc/24589/stat : 24589 (java) S 24588 24575 21539 0 -1 0 104814 0 1 0 73046 1864 0 0 20 0 9 0 24813571 889495552 81873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24589/statm: 217162 81873 2593 9 0 211639 0
[pid=24589/tid=24590] ppid=24588 vsize=868648 CPUtime=733.56
/proc/24589/task/24590/stat : 24590 (java) R 24588 24575 21539 0 -1 64 10368 0 1 0 71566 1790 0 0 25 0 9 0 24813572 889495552 81873 996147200 134512640 134550932 4294955936 18446744073709551615 4127076167 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24591] ppid=24588 vsize=868648 CPUtime=15.2
/proc/24589/task/24591/stat : 24591 (java) S 24588 24575 21539 0 -1 64 92199 0 0 0 1450 70 0 0 16 0 9 0 24813573 889495552 81873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24592] ppid=24588 vsize=868648 CPUtime=0
/proc/24589/task/24592/stat : 24592 (java) S 24588 24575 21539 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24813574 889495552 81873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24593] ppid=24588 vsize=868648 CPUtime=0
/proc/24589/task/24593/stat : 24593 (java) S 24588 24575 21539 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24813574 889495552 81873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24594] ppid=24588 vsize=868648 CPUtime=0
/proc/24589/task/24594/stat : 24594 (java) S 24588 24575 21539 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24813575 889495552 81873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24595] ppid=24588 vsize=868648 CPUtime=0.29
/proc/24589/task/24595/stat : 24595 (java) S 24588 24575 21539 0 -1 64 1544 0 0 0 28 1 0 0 17 0 9 0 24813575 889495552 81873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24596] ppid=24588 vsize=868648 CPUtime=0
/proc/24589/task/24596/stat : 24596 (java) S 24588 24575 21539 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24813576 889495552 81873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24597] ppid=24588 vsize=868648 CPUtime=0
/proc/24589/task/24597/stat : 24597 (java) S 24588 24575 21539 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24813576 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) 752.36
Current children cumulated vsize (KiB) 890872

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

[startup+768.403 s]
/proc/loadavg: 3.00 2.66 2.34 3/92 24636
/proc/meminfo: memFree=19552/2055920 swapFree=4192812/4192956
[pid=24575] ppid=24573 vsize=16868 CPUtime=3.26
/proc/24575/stat : 24575 (sugar) S 24573 24575 21539 0 -1 4194304 1310 30625 0 1 5 2 303 16 16 0 1 0 24813238 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24575/statm: 4217 1111 409 3 0 796 0
[pid=24588] ppid=24575 vsize=5356 CPUtime=0
/proc/24588/stat : 24588 (sh) S 24575 24575 21539 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24813571 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24588/statm: 1339 233 193 169 0 50 0
[pid=24589] ppid=24588 vsize=868648 CPUtime=755.08
/proc/24589/stat : 24589 (java) S 24588 24575 21539 0 -1 0 104838 0 1 0 73625 1883 0 0 20 0 9 0 24813571 889495552 81873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24589/statm: 217162 81873 2593 9 0 211639 0
[pid=24589/tid=24590] ppid=24588 vsize=868648 CPUtime=739.52
/proc/24589/task/24590/stat : 24590 (java) R 24588 24575 21539 0 -1 64 10392 0 1 0 72142 1810 0 0 25 0 9 0 24813572 889495552 81873 996147200 134512640 134550932 4294955936 18446744073709551615 4127122827 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24591] ppid=24588 vsize=868648 CPUtime=15.23
/proc/24589/task/24591/stat : 24591 (java) S 24588 24575 21539 0 -1 64 92199 0 0 0 1453 70 0 0 15 0 9 0 24813573 889495552 81873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24592] ppid=24588 vsize=868648 CPUtime=0
/proc/24589/task/24592/stat : 24592 (java) S 24588 24575 21539 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24813574 889495552 81873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24593] ppid=24588 vsize=868648 CPUtime=0
/proc/24589/task/24593/stat : 24593 (java) S 24588 24575 21539 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24813574 889495552 81873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24594] ppid=24588 vsize=868648 CPUtime=0
/proc/24589/task/24594/stat : 24594 (java) S 24588 24575 21539 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24813575 889495552 81873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24595] ppid=24588 vsize=868648 CPUtime=0.29
/proc/24589/task/24595/stat : 24595 (java) S 24588 24575 21539 0 -1 64 1544 0 0 0 28 1 0 0 17 0 9 0 24813575 889495552 81873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24596] ppid=24588 vsize=868648 CPUtime=0
/proc/24589/task/24596/stat : 24596 (java) S 24588 24575 21539 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24813576 889495552 81873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24589/tid=24597] ppid=24588 vsize=868648 CPUtime=0
/proc/24589/task/24597/stat : 24597 (java) S 24588 24575 21539 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24813576 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) 758.34
Current children cumulated vsize (KiB) 890872

[startup+771.607 s]
/proc/loadavg: 3.00 2.66 2.34 2/92 24636
/proc/meminfo: memFree=24736/2055920 swapFree=4192812/4192956
[pid=24575] ppid=24573 vsize=16868 CPUtime=3.26
/proc/24575/stat : 24575 (sugar) S 24573 24575 21539 0 -1 4194304 1311 30625 0 1 5 2 303 16 16 0 1 0 24813238 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24575/statm: 4217 1111 409 3 0 796 0
[pid=24588] ppid=24575 vsize=5356 CPUtime=0
/proc/24588/stat : 24588 (sh) S 24575 24575 21539 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24813571 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24588/statm: 1339 233 193 169 0 50 0
[pid=24589] ppid=24588 vsize=0 CPUtime=758.1
/proc/24589/stat : 24589 (java) Z 24588 24575 21539 0 -1 1036 104858 0 3 0 73915 1895 0 0 16 0 2 0 24813571 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24589/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 761.36
Current children cumulated vsize (KiB) 22224

[startup+773.202 s]
/proc/loadavg: 3.00 2.67 2.34 2/82 24636
/proc/meminfo: memFree=1224112/2055920 swapFree=4192812/4192956
[pid=24575] ppid=24573 vsize=16868 CPUtime=761.9
/proc/24575/stat : 24575 (sugar) D 24573 24575 21539 0 -1 4194304 1335 135769 0 4 5 53 74219 1913 18 0 1 0 24813238 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228706718761 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/24575/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 761.9
Current children cumulated vsize (KiB) 16868

[startup+774.001 s]
/proc/loadavg: 3.00 2.67 2.34 2/82 24636
/proc/meminfo: memFree=1212912/2055920 swapFree=4192812/4192956
[pid=24575] ppid=24573 vsize=16868 CPUtime=761.95
/proc/24575/stat : 24575 (sugar) D 24573 24575 21539 0 -1 4194304 1335 135769 0 4 5 58 74219 1913 18 0 1 0 24813238 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228706718761 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/24575/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 761.95
Current children cumulated vsize (KiB) 16868

[startup+774.401 s]
/proc/loadavg: 3.00 2.67 2.34 2/82 24636
/proc/meminfo: memFree=1212912/2055920 swapFree=4192812/4192956
[pid=24575] ppid=24573 vsize=16868 CPUtime=761.98
/proc/24575/stat : 24575 (sugar) D 24573 24575 21539 0 -1 4194304 1335 135769 0 4 5 61 74219 1913 18 0 1 0 24813238 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228706718761 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/24575/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 761.98
Current children cumulated vsize (KiB) 16868

[startup+774.601 s]
/proc/loadavg: 3.00 2.67 2.34 2/82 24636
/proc/meminfo: memFree=1212912/2055920 swapFree=4192812/4192956
[pid=24575] ppid=24573 vsize=16868 CPUtime=761.99
/proc/24575/stat : 24575 (sugar) D 24573 24575 21539 0 -1 4194304 1335 135769 0 4 5 62 74219 1913 18 0 1 0 24813238 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228706718761 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/24575/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 761.99
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 774.675
CPU time (s): 762.012
CPU user time (s): 742.25
CPU system time (s): 19.762
CPU usage (%): 98.3654
Max. virtual memory (cumulated for all children) (KiB): 905012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 742.25
system time used= 19.762
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 137165
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= 57420
involuntary context switches= 70311

runsolver used 1.00285 second user time and 2.6156 second system time

The end

Launcher Data

Begin job on node8 at 2009-07-12 07:44:20
IDJOB=2083489
IDBENCH=57832
IDSOLVER=738
FILE ID=node8/2083489-1247377459
PBS_JOBID= 9507121
Free space on /tmp= 66280 MiB

SOLVER NAME= Sugar v1.14.6+picosat
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/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2083489-1247377459/watcher-2083489-1247377459 -o /tmp/evaluation-result-2083489-1247377459/solver-2083489-1247377459 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2083489-1247377459.xml

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

MD5SUM BENCH= 79acd02b46aad922dd93860f8851683c
RANDOM SEED=1449257983

node8.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1670792 kB
Buffers:          4328 kB
Cached:          59524 kB
SwapCached:          0 kB
Active:         305312 kB
Inactive:        11600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1670792 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10008 kB
Writeback:           0 kB
Mapped:         273496 kB
Slab:            52776 kB
Committed_AS:   482028 kB
PageTables:       2276 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66268 MiB
End job on node8 at 2009-07-12 07:57:15