Trace number 2083247

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? 275.592 283.223

General information on the benchmark

Namecsp/fapp/fapp26/
normalized-fapp26-2300-10.xml
MD5SUMfed84ca019c3c42e3620b2e79df41b5a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark29.3985
Satisfiable
(Un)Satisfiability was proved
Number of variables2300
Number of constraints24253
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension24253
Global constraints used (with number of constraints)

Solver Data

0.06/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.06/0.08	c 0	BEGIN Sun Jul 12 07:37:29 2009
0.06/0.08	c 0	PID 26501
0.06/0.08	c 0	HOST node13.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2083247-1247377049.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083247-1247377049.xml' 'HOME/temp.csp'
1.76/1.84	c 2	17 domains, 2300 variables, 8 predicates, 0 relations, 24253 constraints
1.76/1.85	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.76/1.85	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.82/1.93	c 2	Parsing HOME/temp.csp
2.05/2.12	c 2	parsed 10000 expressions
2.14/2.27	c 2	parsed 20000 expressions
2.28/2.47	c 3	parsed 26578 expressions
2.28/2.48	c 3	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.28/2.48	c 3	Converting to clausal form CSP
3.07/3.30	c 3	converted 2658 (10%) expressions
6.85/7.06	c 7	converted 5316 (20%) expressions
10.33/10.59	c 11	converted 7974 (30%) expressions
13.41/13.63	c 14	converted 10632 (40%) expressions
16.39/16.63	c 17	converted 13289 (50%) expressions
19.68/19.99	c 20	converted 15947 (60%) expressions
22.56/22.87	c 23	converted 18605 (70%) expressions
25.34/25.64	c 26	converted 21263 (80%) expressions
28.62/28.91	c 29	converted 23921 (90%) expressions
30.81/31.12	c 31	converted 26578 (100%) expressions
30.81/31.13	c 31	CSP : 8122 integers, 67586 booleans, 156213 clauses, largest domain size 2821
30.81/31.13	c 31	Heap : 115 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
30.81/31.13	c 31	Propagation in CSP
33.59/33.95	c 34	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
33.59/33.95	c 34	CSP : 8122 integers, 67586 booleans, 156213 clauses, largest domain size 2821
33.59/33.95	c 34	Heap : 124 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
33.69/34.01	c 34	Simplifing CSP by introducing new Boolean variables
33.99/34.38	c 35	CSP : 8122 integers, 126508 booleans, 215135 clauses, largest domain size 2821
33.99/34.38	c 35	Heap : 133 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
34.89/35.23	c 35	Encoding CSP to SAT : HOME/temp.cnf
39.66/40.08	c 40	813 (10%) CSP integer variables are encoded (222470 clauses, 3560673 bytes)
44.53/44.94	c 45	1625 (20%) CSP integer variables are encoded (446478 clauses, 7368809 bytes)
48.91/49.33	c 50	2437 (30%) CSP integer variables are encoded (971952 clauses, 16301867 bytes)
51.49/51.91	c 52	3249 (40%) CSP integer variables are encoded (3017618 clauses, 55118322 bytes)
54.05/54.55	c 55	4061 (50%) CSP integer variables are encoded (5084576 clauses, 94390524 bytes)
56.76/57.31	c 57	4874 (60%) CSP integer variables are encoded (7181173 clauses, 134225867 bytes)
59.42/60.02	c 60	5686 (70%) CSP integer variables are encoded (9253697 clauses, 173603823 bytes)
62.20/62.82	c 63	6498 (80%) CSP integer variables are encoded (11328499 clauses, 215694020 bytes)
65.01/65.70	c 66	7310 (90%) CSP integer variables are encoded (13404527 clauses, 259290608 bytes)
67.77/68.51	c 69	8122 (100%) CSP integer variables are encoded (15463053 clauses, 302519654 bytes)
88.63/89.79	c 90	21514 (10%) CSP clauses are encoded (21205112 clauses, 457658938 bytes)
109.90/111.41	c 112	43027 (20%) CSP clauses are encoded (27287792 clauses, 625041359 bytes)
131.27/133.19	c 133	64541 (30%) CSP clauses are encoded (33505914 clauses, 796352372 bytes)
152.24/154.56	c 155	86054 (40%) CSP clauses are encoded (39811118 clauses, 971057548 bytes)
172.92/175.59	c 176	107568 (50%) CSP clauses are encoded (46426917 clauses, 1154245741 bytes)
194.04/197.49	c 198	129081 (60%) CSP clauses are encoded (53250906 clauses, 1350128046 bytes)
214.73/218.71	c 219	150595 (70%) CSP clauses are encoded (60040334 clauses, 1548522878 bytes)
234.23/238.67	c 239	172108 (80%) CSP clauses are encoded (66466079 clauses, 1737447857 bytes)
254.78/259.63	c 260	193622 (90%) CSP clauses are encoded (73496781 clauses, 1945360090 bytes)
274.59/279.97	c 280	215135 (100%) CSP clauses are encoded (80587487 clauses, 2155449371 bytes)
274.59/279.98	c 280	215135 CSP clauses encoded
274.65/280.05	c 280	Writing map file : HOME/temp.map
274.77/280.85	c 281	Heap : 120 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
274.77/280.85	c 281	SAT : 15597683 SAT variables, 80587487 SAT clauses, 2155449371 bytes
274.77/280.85	c 281	Heap : 120 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
274.82/281.06	c 281	SOLVING HOME/temp.cnf
274.82/281.06	c 281	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
274.87/281.68	c 282	*** picosat: can not read input file 'HOME/temp.cnf'
274.87/281.68	c 282	DECODING HOME/temp.out WITH HOME/temp.map
274.87/281.68	c ERROR no output file HOME/temp.out
274.87/281.68	s UNKNOWN
274.87/281.68	c 282	CPU 274.88 (0.08 0.01 261.87 12.92)
274.87/281.68	c 282	END Sun Jul 12 07:42:11 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-2083247-1247377049/watcher-2083247-1247377049 -o /tmp/evaluation-result-2083247-1247377049/solver-2083247-1247377049 -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-2083247-1247377049.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.01 2.04 2.01 4/84 26501
/proc/meminfo: memFree=1485632/2055920 swapFree=4192812/4192956
[pid=26501] ppid=26499 vsize=12268 CPUtime=0
/proc/26501/stat : 26501 (sugar) R 26499 26501 18450 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 24771826 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 269757413989 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/26501/statm: 3067 316 241 3 0 167 0

[startup+0.0799811 s]
/proc/loadavg: 2.01 2.04 2.01 4/84 26501
/proc/meminfo: memFree=1485632/2055920 swapFree=4192812/4192956
[pid=26501] ppid=26499 vsize=16740 CPUtime=0.06
/proc/26501/stat : 26501 (sugar) R 26499 26501 18450 0 -1 4194304 1108 0 0 0 6 0 0 0 18 0 1 0 24771826 17141760 1076 996147200 4194304 4206940 548682068608 18446744073709551615 269775105675 0 0 4224 0 0 0 0 17 1 0 0
/proc/26501/statm: 4185 1076 381 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101982 s]
/proc/loadavg: 2.01 2.04 2.01 4/84 26501
/proc/meminfo: memFree=1485632/2055920 swapFree=4192812/4192956
[pid=26501] ppid=26499 vsize=16868 CPUtime=0.07
/proc/26501/stat : 26501 (sugar) S 26499 26501 18450 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24771826 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26501/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302005 s]
/proc/loadavg: 2.01 2.04 2.01 4/84 26501
/proc/meminfo: memFree=1485632/2055920 swapFree=4192812/4192956
[pid=26501] ppid=26499 vsize=16868 CPUtime=0.07
/proc/26501/stat : 26501 (sugar) S 26499 26501 18450 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24771826 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26501/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.70106 s]
/proc/loadavg: 2.01 2.04 2.01 4/84 26501
/proc/meminfo: memFree=1485632/2055920 swapFree=4192812/4192956
[pid=26501] ppid=26499 vsize=16868 CPUtime=0.07
/proc/26501/stat : 26501 (sugar) S 26499 26501 18450 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24771826 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26501/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50217 s]
/proc/loadavg: 2.01 2.04 2.01 4/95 26513
/proc/meminfo: memFree=1459488/2055920 swapFree=4192812/4192956
[pid=26501] ppid=26499 vsize=16868 CPUtime=0.07
/proc/26501/stat : 26501 (sugar) S 26499 26501 18450 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24771826 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26501/statm: 4217 1111 409 3 0 796 0
[pid=26504] ppid=26501 vsize=5356 CPUtime=0
/proc/26504/stat : 26504 (sh) S 26501 26501 18450 0 -1 4194304 277 0 0 0 0 0 0 0 20 0 1 0 24771834 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26504/statm: 1339 233 193 169 0 50 0
[pid=26505] ppid=26504 vsize=864776 CPUtime=1.39
/proc/26505/stat : 26505 (java) S 26504 26501 18450 0 -1 0 14532 0 1 0 133 6 0 0 18 0 9 0 24771835 885530624 12563 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26505/statm: 216194 12563 2556 9 0 210706 0
[pid=26505/tid=26506] ppid=26504 vsize=864776 CPUtime=0.82
/proc/26505/task/26506/stat : 26506 (java) R 26504 26501 18450 0 -1 64 3075 0 1 0 80 2 0 0 24 0 9 0 24771836 885530624 12563 996147200 134512640 134550932 4294955984 18446744073709551615 4125950628 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26505/tid=26507] ppid=26504 vsize=864776 CPUtime=0.42
/proc/26505/task/26507/stat : 26507 (java) S 26504 26501 18450 0 -1 64 10236 0 0 0 39 3 0 0 16 0 9 0 24771837 885530624 12563 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26505/tid=26508] ppid=26504 vsize=864776 CPUtime=0
/proc/26505/task/26508/stat : 26508 (java) S 26504 26501 18450 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24771837 885530624 12563 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26505/tid=26509] ppid=26504 vsize=864776 CPUtime=0
/proc/26505/task/26509/stat : 26509 (java) S 26504 26501 18450 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24771837 885530624 12563 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26505/tid=26510] ppid=26504 vsize=864776 CPUtime=0
/proc/26505/task/26510/stat : 26510 (java) S 26504 26501 18450 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24771839 885530624 12563 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26505/tid=26511] ppid=26504 vsize=864776 CPUtime=0.12
/proc/26505/task/26511/stat : 26511 (java) S 26504 26501 18450 0 -1 64 516 0 0 0 12 0 0 0 16 0 9 0 24771839 885530624 12563 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26505/tid=26512] ppid=26504 vsize=864776 CPUtime=0
/proc/26505/task/26512/stat : 26512 (java) S 26504 26501 18450 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24771839 885530624 12563 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26505/tid=26513] ppid=26504 vsize=864776 CPUtime=0
/proc/26505/task/26513/stat : 26513 (java) S 26504 26501 18450 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24771839 885530624 12563 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 887000

[startup+3.10238 s]
/proc/loadavg: 2.01 2.04 2.01 3/95 26523
/proc/meminfo: memFree=1472800/2055920 swapFree=4192812/4192956
[pid=26501] ppid=26499 vsize=16868 CPUtime=1.82
/proc/26501/stat : 26501 (sugar) S 26499 26501 18450 0 -1 4194304 1309 15272 0 1 6 1 167 8 15 0 1 0 24771826 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26501/statm: 4217 1111 409 3 0 796 0
[pid=26514] ppid=26501 vsize=5356 CPUtime=0
/proc/26514/stat : 26514 (sh) S 26501 26501 18450 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24772011 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26514/statm: 1339 233 193 169 0 50 0
[pid=26515] ppid=26514 vsize=868532 CPUtime=1.15
/proc/26515/stat : 26515 (java) S 26514 26501 18450 0 -1 0 9404 0 1 0 110 5 0 0 18 0 9 0 24772012 889376768 8491 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26515/statm: 217133 8491 2570 9 0 211638 0
[pid=26515/tid=26516] ppid=26514 vsize=868532 CPUtime=0.74
/proc/26515/task/26516/stat : 26516 (java) R 26514 26501 18450 0 -1 64 2622 0 1 0 73 1 0 0 22 0 9 0 24772013 889376768 8491 996147200 134512640 134550932 4294955936 18446744073709551615 4125962734 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26515/tid=26517] ppid=26514 vsize=868532 CPUtime=0.21
/proc/26515/task/26517/stat : 26517 (java) S 26514 26501 18450 0 -1 64 4596 0 0 0 19 2 0 0 16 0 9 0 24772014 889376768 8491 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26515/tid=26518] ppid=26514 vsize=868532 CPUtime=0
/proc/26515/task/26518/stat : 26518 (java) S 26514 26501 18450 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24772014 889376768 8491 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26515/tid=26519] ppid=26514 vsize=868532 CPUtime=0
/proc/26515/task/26519/stat : 26519 (java) S 26514 26501 18450 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24772014 889376768 8491 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26515/tid=26520] ppid=26514 vsize=868532 CPUtime=0
/proc/26515/task/26520/stat : 26520 (java) S 26514 26501 18450 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24772016 889376768 8491 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26515/tid=26521] ppid=26514 vsize=868532 CPUtime=0.16
/proc/26515/task/26521/stat : 26521 (java) S 26514 26501 18450 0 -1 64 1483 0 0 0 16 0 0 0 15 0 9 0 24772016 889376768 8491 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26515/tid=26522] ppid=26514 vsize=868532 CPUtime=0
/proc/26515/task/26522/stat : 26522 (java) S 26514 26501 18450 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24772016 889376768 8491 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26515/tid=26523] ppid=26514 vsize=868532 CPUtime=0
/proc/26515/task/26523/stat : 26523 (java) S 26514 26501 18450 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24772016 889376768 8491 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 890756

[startup+6.3018 s]
/proc/loadavg: 2.01 2.04 2.01 3/95 26523
/proc/meminfo: memFree=1448096/2055920 swapFree=4192812/4192956
[pid=26501] ppid=26499 vsize=16868 CPUtime=1.82
/proc/26501/stat : 26501 (sugar) S 26499 26501 18450 0 -1 4194304 1309 15272 0 1 6 1 167 8 15 0 1 0 24771826 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26501/statm: 4217 1111 409 3 0 796 0
[pid=26514] ppid=26501 vsize=5356 CPUtime=0
/proc/26514/stat : 26514 (sh) S 26501 26501 18450 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24772011 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26514/statm: 1339 233 193 169 0 50 0
[pid=26515] ppid=26514 vsize=868616 CPUtime=4.33
/proc/26515/stat : 26515 (java) S 26514 26501 18450 0 -1 0 12831 0 1 0 424 9 0 0 18 0 9 0 24772012 889462784 11548 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26515/statm: 217154 11548 2567 9 0 211659 0
[pid=26515/tid=26516] ppid=26514 vsize=868616 CPUtime=3.39
/proc/26515/task/26516/stat : 26516 (java) R 26514 26501 18450 0 -1 64 3105 0 1 0 337 2 0 0 25 0 9 0 24772013 889462784 11548 996147200 134512640 134550932 4294955936 18446744073709551615 4126448547 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26515/tid=26517] ppid=26514 vsize=868616 CPUtime=0.72
/proc/26515/task/26517/stat : 26517 (java) S 26514 26501 18450 0 -1 64 7529 0 0 0 67 5 0 0 16 0 9 0 24772014 889462784 11548 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26515/tid=26518] ppid=26514 vsize=868616 CPUtime=0
/proc/26515/task/26518/stat : 26518 (java) S 26514 26501 18450 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24772014 889462784 11548 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26515/tid=26519] ppid=26514 vsize=868616 CPUtime=0
/proc/26515/task/26519/stat : 26519 (java) S 26514 26501 18450 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24772014 889462784 11548 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26515/tid=26520] ppid=26514 vsize=868616 CPUtime=0
/proc/26515/task/26520/stat : 26520 (java) S 26514 26501 18450 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24772016 889462784 11548 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26515/tid=26521] ppid=26514 vsize=868616 CPUtime=0.19
/proc/26515/task/26521/stat : 26521 (java) S 26514 26501 18450 0 -1 64 1494 0 0 0 18 1 0 0 15 0 9 0 24772016 889462784 11548 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26515/tid=26522] ppid=26514 vsize=868616 CPUtime=0
/proc/26515/task/26522/stat : 26522 (java) S 26514 26501 18450 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24772016 889462784 11548 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26515/tid=26523] ppid=26514 vsize=868616 CPUtime=0
/proc/26515/task/26523/stat : 26523 (java) S 26514 26501 18450 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24772016 889462784 11548 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 890840

[startup+12.7027 s]
/proc/loadavg: 2.01 2.04 2.01 4/95 26523
/proc/meminfo: memFree=1421736/2055920 swapFree=4192812/4192956
[pid=26501] ppid=26499 vsize=16868 CPUtime=1.82
/proc/26501/stat : 26501 (sugar) S 26499 26501 18450 0 -1 4194304 1309 15272 0 1 6 1 167 8 16 0 1 0 24771826 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26501/statm: 4217 1111 409 3 0 796 0
[pid=26514] ppid=26501 vsize=5356 CPUtime=0
/proc/26514/stat : 26514 (sh) S 26501 26501 18450 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24772011 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26514/statm: 1339 233 193 169 0 50 0
[pid=26515] ppid=26514 vsize=868616 CPUtime=10.7
/proc/26515/stat : 26515 (java) S 26514 26501 18450 0 -1 0 23534 0 1 0 1054 16 0 0 18 0 9 0 24772012 889462784 17863 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26515/statm: 217154 17863 2568 9 0 211659 0
[pid=26515/tid=26516] ppid=26514 vsize=868616 CPUtime=8.9
/proc/26515/task/26516/stat : 26516 (java) R 26514 26501 18450 0 -1 64 3584 0 1 0 887 3 0 0 25 0 9 0 24772013 889462784 17863 996147200 134512640 134550932 4294955936 18446744073709551615 4126509420 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26515/tid=26517] ppid=26514 vsize=868616 CPUtime=1.57
/proc/26515/task/26517/stat : 26517 (java) S 26514 26501 18450 0 -1 64 17744 0 0 0 146 11 0 0 16 0 9 0 24772014 889462784 17863 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26515/tid=26518] ppid=26514 vsize=868616 CPUtime=0
/proc/26515/task/26518/stat : 26518 (java) S 26514 26501 18450 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24772014 889462784 17863 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26515/tid=26519] ppid=26514 vsize=868616 CPUtime=0
/proc/26515/task/26519/stat : 26519 (java) S 26514 26501 18450 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24772014 889462784 17863 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26515/tid=26520] ppid=26514 vsize=868616 CPUtime=0
/proc/26515/task/26520/stat : 26520 (java) S 26514 26501 18450 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24772016 889462784 17863 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26515/tid=26521] ppid=26514 vsize=868616 CPUtime=0.2
/proc/26515/task/26521/stat : 26521 (java) S 26514 26501 18450 0 -1 64 1503 0 0 0 19 1 0 0 15 0 9 0 24772016 889462784 17863 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26515/tid=26522] ppid=26514 vsize=868616 CPUtime=0
/proc/26515/task/26522/stat : 26522 (java) S 26514 26501 18450 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24772016 889462784 17863 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26515/tid=26523] ppid=26514 vsize=868616 CPUtime=0
/proc/26515/task/26523/stat : 26523 (java) S 26514 26501 18450 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24772016 889462784 17863 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 890840

[startup+25.5023 s]
/proc/loadavg: 2.00 2.04 2.01 3/95 26523
/proc/meminfo: memFree=1346344/2055920 swapFree=4192812/4192956
[pid=26501] ppid=26499 vsize=16868 CPUtime=1.82
/proc/26501/stat : 26501 (sugar) S 26499 26501 18450 0 -1 4194304 1309 15272 0 1 6 1 167 8 16 0 1 0 24771826 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26501/statm: 4217 1111 409 3 0 796 0
[pid=26514] ppid=26501 vsize=5356 CPUtime=0
/proc/26514/stat : 26514 (sh) S 26501 26501 18450 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24772011 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26514/statm: 1339 233 193 169 0 50 0
[pid=26515] ppid=26514 vsize=868616 CPUtime=23.42
/proc/26515/stat : 26515 (java) S 26514 26501 18450 0 -1 0 40688 0 1 0 2316 26 0 0 18 0 9 0 24772012 889462784 30604 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26515/statm: 217154 30604 2568 9 0 211659 0
[pid=26515/tid=26516] ppid=26514 vsize=868616 CPUtime=20.09
/proc/26515/task/26516/stat : 26516 (java) R 26514 26501 18450 0 -1 64 4296 0 1 0 2005 4 0 0 25 0 9 0 24772013 889462784 30604 996147200 134512640 134550932 4294955936 18446744073709551615 4126508890 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26515/tid=26517] ppid=26514 vsize=868616 CPUtime=3.1
/proc/26515/task/26517/stat : 26517 (java) S 26514 26501 18450 0 -1 64 34184 0 0 0 290 20 0 0 16 0 9 0 24772014 889462784 30604 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26515/tid=26518] ppid=26514 vsize=868616 CPUtime=0
/proc/26515/task/26518/stat : 26518 (java) S 26514 26501 18450 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24772014 889462784 30604 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26515/tid=26519] ppid=26514 vsize=868616 CPUtime=0
/proc/26515/task/26519/stat : 26519 (java) S 26514 26501 18450 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24772014 889462784 30604 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26515/tid=26520] ppid=26514 vsize=868616 CPUtime=0

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

[pid=26515/tid=26521] ppid=26514 vsize=868616 CPUtime=0.2
/proc/26515/task/26521/stat : 26521 (java) S 26514 26501 18450 0 -1 64 1505 0 0 0 19 1 0 0 16 0 9 0 24772016 889462784 30604 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26515/tid=26522] ppid=26514 vsize=868616 CPUtime=0
/proc/26515/task/26522/stat : 26522 (java) S 26514 26501 18450 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24772016 889462784 30604 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26515/tid=26523] ppid=26514 vsize=868616 CPUtime=0
/proc/26515/task/26523/stat : 26523 (java) S 26514 26501 18450 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24772016 889462784 30604 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 890840

[startup+51.1027 s]
/proc/loadavg: 2.06 2.05 2.01 3/95 26523
/proc/meminfo: memFree=1263464/2055920 swapFree=4192812/4192956
[pid=26501] ppid=26499 vsize=16868 CPUtime=1.82
/proc/26501/stat : 26501 (sugar) S 26499 26501 18450 0 -1 4194304 1310 15272 0 1 6 1 167 8 16 0 1 0 24771826 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26501/statm: 4217 1111 409 3 0 796 0
[pid=26514] ppid=26501 vsize=5356 CPUtime=0
/proc/26514/stat : 26514 (sh) S 26501 26501 18450 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24772011 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26514/statm: 1339 233 193 169 0 50 0
[pid=26515] ppid=26514 vsize=868728 CPUtime=48.88
/proc/26515/stat : 26515 (java) S 26514 26501 18450 0 -1 0 55169 0 1 0 4828 60 0 0 18 0 9 0 24772012 889577472 42463 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26515/statm: 217182 42463 2592 9 0 211659 0
[pid=26515/tid=26516] ppid=26514 vsize=868728 CPUtime=43.16
/proc/26515/task/26516/stat : 26516 (java) R 26514 26501 18450 0 -1 64 5292 0 1 0 4286 30 0 0 25 0 9 0 24772013 889577472 42463 996147200 134512640 134550932 4294955936 18446744073709551615 4126454647 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26515/tid=26517] ppid=26514 vsize=868728 CPUtime=5.43
/proc/26515/task/26517/stat : 26517 (java) S 26514 26501 18450 0 -1 64 47636 0 0 0 515 28 0 0 16 0 9 0 24772014 889577472 42463 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26515/tid=26518] ppid=26514 vsize=868728 CPUtime=0
/proc/26515/task/26518/stat : 26518 (java) S 26514 26501 18450 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24772014 889577472 42463 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26515/tid=26519] ppid=26514 vsize=868728 CPUtime=0
/proc/26515/task/26519/stat : 26519 (java) S 26514 26501 18450 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24772014 889577472 42463 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26515/tid=26520] ppid=26514 vsize=868728 CPUtime=0
/proc/26515/task/26520/stat : 26520 (java) S 26514 26501 18450 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24772016 889577472 42463 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26515/tid=26521] ppid=26514 vsize=868728 CPUtime=0.26
/proc/26515/task/26521/stat : 26521 (java) S 26514 26501 18450 0 -1 64 1538 0 0 0 25 1 0 0 16 0 9 0 24772016 889577472 42463 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26515/tid=26522] ppid=26514 vsize=868728 CPUtime=0
/proc/26515/task/26522/stat : 26522 (java) S 26514 26501 18450 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24772016 889577472 42463 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26515/tid=26523] ppid=26514 vsize=868728 CPUtime=0
/proc/26515/task/26523/stat : 26523 (java) S 26514 26501 18450 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24772016 889577472 42463 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 890952

[startup+102.307 s]
/proc/loadavg: 2.54 2.18 2.05 3/95 26523
/proc/meminfo: memFree=743080/2055920 swapFree=4192812/4192956
[pid=26501] ppid=26499 vsize=16868 CPUtime=1.83
/proc/26501/stat : 26501 (sugar) S 26499 26501 18450 0 -1 4194304 1310 15272 0 1 7 1 167 8 16 0 1 0 24771826 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26501/statm: 4217 1111 409 3 0 796 0
[pid=26514] ppid=26501 vsize=5356 CPUtime=0
/proc/26514/stat : 26514 (sh) S 26501 26501 18450 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24772011 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26514/statm: 1339 233 193 169 0 50 0
[pid=26515] ppid=26514 vsize=868728 CPUtime=99.11
/proc/26515/stat : 26515 (java) S 26514 26501 18450 0 -1 0 56022 0 1 0 9551 360 0 0 18 0 9 0 24772012 889577472 42480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26515/statm: 217182 42480 2593 9 0 211659 0
[pid=26515/tid=26516] ppid=26514 vsize=868728 CPUtime=92.7
/proc/26515/task/26516/stat : 26516 (java) R 26514 26501 18450 0 -1 64 6131 0 1 0 8948 322 0 0 25 0 9 0 24772013 889577472 42480 996147200 134512640 134550932 4294955936 18446744073709551615 4126611591 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26515/tid=26517] ppid=26514 vsize=868728 CPUtime=6.09
/proc/26515/task/26517/stat : 26517 (java) S 26514 26501 18450 0 -1 64 47636 0 0 0 574 35 0 0 16 0 9 0 24772014 889577472 42480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26515/tid=26518] ppid=26514 vsize=868728 CPUtime=0
/proc/26515/task/26518/stat : 26518 (java) S 26514 26501 18450 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24772014 889577472 42480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26515/tid=26519] ppid=26514 vsize=868728 CPUtime=0
/proc/26515/task/26519/stat : 26519 (java) S 26514 26501 18450 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24772014 889577472 42480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26515/tid=26520] ppid=26514 vsize=868728 CPUtime=0
/proc/26515/task/26520/stat : 26520 (java) S 26514 26501 18450 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24772016 889577472 42480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26515/tid=26521] ppid=26514 vsize=868728 CPUtime=0.29
/proc/26515/task/26521/stat : 26521 (java) S 26514 26501 18450 0 -1 64 1552 0 0 0 28 1 0 0 16 0 9 0 24772016 889577472 42480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26515/tid=26522] ppid=26514 vsize=868728 CPUtime=0
/proc/26515/task/26522/stat : 26522 (java) S 26514 26501 18450 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24772016 889577472 42480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26515/tid=26523] ppid=26514 vsize=868728 CPUtime=0
/proc/26515/task/26523/stat : 26523 (java) S 26514 26501 18450 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24772016 889577472 42480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 100.94
Current children cumulated vsize (KiB) 890952

[startup+162.302 s]
/proc/loadavg: 2.83 2.33 2.11 3/95 26523
/proc/meminfo: memFree=264232/2055920 swapFree=4192812/4192956
[pid=26501] ppid=26499 vsize=16868 CPUtime=1.83
/proc/26501/stat : 26501 (sugar) S 26499 26501 18450 0 -1 4194304 1310 15272 0 1 7 1 167 8 16 0 1 0 24771826 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26501/statm: 4217 1111 409 3 0 796 0
[pid=26514] ppid=26501 vsize=5356 CPUtime=0
/proc/26514/stat : 26514 (sh) S 26501 26501 18450 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24772011 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26514/statm: 1339 233 193 169 0 50 0
[pid=26515] ppid=26514 vsize=868728 CPUtime=158.09
/proc/26515/stat : 26515 (java) S 26514 26501 18450 0 -1 0 56852 0 1 0 15169 640 0 0 18 0 9 0 24772012 889577472 42480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26515/statm: 217182 42480 2593 9 0 211659 0
[pid=26515/tid=26516] ppid=26514 vsize=868728 CPUtime=151.02
/proc/26515/task/26516/stat : 26516 (java) R 26514 26501 18450 0 -1 64 6961 0 1 0 14505 597 0 0 25 0 9 0 24772013 889577472 42480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26515/tid=26517] ppid=26514 vsize=868728 CPUtime=6.75
/proc/26515/task/26517/stat : 26517 (java) S 26514 26501 18450 0 -1 64 47636 0 0 0 635 40 0 0 16 0 9 0 24772014 889577472 42480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26515/tid=26518] ppid=26514 vsize=868728 CPUtime=0
/proc/26515/task/26518/stat : 26518 (java) S 26514 26501 18450 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24772014 889577472 42480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26515/tid=26519] ppid=26514 vsize=868728 CPUtime=0
/proc/26515/task/26519/stat : 26519 (java) S 26514 26501 18450 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24772014 889577472 42480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26515/tid=26520] ppid=26514 vsize=868728 CPUtime=0
/proc/26515/task/26520/stat : 26520 (java) S 26514 26501 18450 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24772016 889577472 42480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26515/tid=26521] ppid=26514 vsize=868728 CPUtime=0.29
/proc/26515/task/26521/stat : 26521 (java) S 26514 26501 18450 0 -1 64 1552 0 0 0 28 1 0 0 16 0 9 0 24772016 889577472 42480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26515/tid=26522] ppid=26514 vsize=868728 CPUtime=0
/proc/26515/task/26522/stat : 26522 (java) S 26514 26501 18450 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24772016 889577472 42480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26515/tid=26523] ppid=26514 vsize=868728 CPUtime=0
/proc/26515/task/26523/stat : 26523 (java) S 26514 26501 18450 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24772016 889577472 42480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 159.92
Current children cumulated vsize (KiB) 890952

[startup+222.302 s]
/proc/loadavg: 3.04 2.48 2.17 3/95 26523
/proc/meminfo: memFree=16168/2055920 swapFree=4192812/4192956
[pid=26501] ppid=26499 vsize=16868 CPUtime=1.83
/proc/26501/stat : 26501 (sugar) S 26499 26501 18450 0 -1 4194304 1310 15272 0 1 7 1 167 8 16 0 1 0 24771826 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26501/statm: 4217 1111 409 3 0 796 0
[pid=26514] ppid=26501 vsize=5356 CPUtime=0
/proc/26514/stat : 26514 (sh) S 26501 26501 18450 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24772011 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26514/statm: 1339 233 193 169 0 50 0
[pid=26515] ppid=26514 vsize=868728 CPUtime=216.43
/proc/26515/stat : 26515 (java) S 26514 26501 18450 0 -1 0 57748 0 1 0 20684 959 0 0 18 0 9 0 24772012 889577472 42480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26515/statm: 217182 42480 2593 9 0 211659 0
[pid=26515/tid=26516] ppid=26514 vsize=868728 CPUtime=208.64
/proc/26515/task/26516/stat : 26516 (java) R 26514 26501 18450 0 -1 64 7857 0 1 0 19954 910 0 0 25 0 9 0 24772013 889577472 42480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26515/tid=26517] ppid=26514 vsize=868728 CPUtime=7.46
/proc/26515/task/26517/stat : 26517 (java) S 26514 26501 18450 0 -1 64 47636 0 0 0 700 46 0 0 16 0 9 0 24772014 889577472 42480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26515/tid=26518] ppid=26514 vsize=868728 CPUtime=0
/proc/26515/task/26518/stat : 26518 (java) S 26514 26501 18450 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24772014 889577472 42480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26515/tid=26519] ppid=26514 vsize=868728 CPUtime=0
/proc/26515/task/26519/stat : 26519 (java) S 26514 26501 18450 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24772014 889577472 42480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26515/tid=26520] ppid=26514 vsize=868728 CPUtime=0
/proc/26515/task/26520/stat : 26520 (java) S 26514 26501 18450 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24772016 889577472 42480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26515/tid=26521] ppid=26514 vsize=868728 CPUtime=0.29
/proc/26515/task/26521/stat : 26521 (java) S 26514 26501 18450 0 -1 64 1552 0 0 0 28 1 0 0 16 0 9 0 24772016 889577472 42480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26515/tid=26522] ppid=26514 vsize=868728 CPUtime=0
/proc/26515/task/26522/stat : 26522 (java) S 26514 26501 18450 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24772016 889577472 42480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26515/tid=26523] ppid=26514 vsize=868728 CPUtime=0
/proc/26515/task/26523/stat : 26523 (java) S 26514 26501 18450 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24772016 889577472 42480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 218.26
Current children cumulated vsize (KiB) 890952

[startup+282.336 s]
/proc/loadavg: 3.05 2.58 2.23 2/86 26524
/proc/meminfo: memFree=175536/2055920 swapFree=4192812/4192956
[pid=26501] ppid=26499 vsize=16868 CPUtime=275.52
/proc/26501/stat : 26501 (sugar) D 26499 26501 18450 0 -1 4194304 1419 74580 0 9 8 65 26187 1292 21 0 1 0 24771826 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 269757420585 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/26501/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 275.52
Current children cumulated vsize (KiB) 16868

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

[startup+282.706 s]
/proc/loadavg: 3.05 2.58 2.23 2/85 26525
/proc/meminfo: memFree=1488312/2055920 swapFree=4192812/4192956
[pid=26501] ppid=26499 vsize=16868 CPUtime=275.54
/proc/26501/stat : 26501 (sugar) D 26499 26501 18450 0 -1 4194304 1419 74580 0 9 8 67 26187 1292 18 0 1 0 24771826 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 269757420585 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/26501/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 275.54
Current children cumulated vsize (KiB) 16868

[startup+283.101 s]
/proc/loadavg: 3.05 2.58 2.23 2/85 26525
/proc/meminfo: memFree=1488312/2055920 swapFree=4192812/4192956
[pid=26501] ppid=26499 vsize=16868 CPUtime=275.57
/proc/26501/stat : 26501 (sugar) D 26499 26501 18450 0 -1 4194304 1419 74580 0 9 8 70 26187 1292 18 0 1 0 24771826 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 269757420585 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/26501/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 275.57
Current children cumulated vsize (KiB) 16868

[startup+283.201 s]
/proc/loadavg: 3.05 2.58 2.23 2/85 26525
/proc/meminfo: memFree=1488312/2055920 swapFree=4192812/4192956
[pid=26501] ppid=26499 vsize=16868 CPUtime=275.58
/proc/26501/stat : 26501 (sugar) D 26499 26501 18450 0 -1 4194304 1419 74580 0 9 8 71 26187 1292 18 0 1 0 24771826 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 269757420585 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/26501/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 275.58
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 283.223
CPU time (s): 275.592
CPU user time (s): 261.959
CPU system time (s): 13.6329
CPU usage (%): 97.3057
Max. virtual memory (cumulated for all children) (KiB): 901088

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

runsolver used 0.370943 second user time and 0.987849 second system time

The end

Launcher Data

Begin job on node13 at 2009-07-12 07:37:29
IDJOB=2083247
IDBENCH=57755
IDSOLVER=738
FILE ID=node13/2083247-1247377049
PBS_JOBID= 9507014
Free space on /tmp= 66296 MiB

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

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

MD5SUM BENCH= fed84ca019c3c42e3620b2e79df41b5a
RANDOM SEED=732355736

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1486112 kB
Buffers:         10276 kB
Cached:          72548 kB
SwapCached:          0 kB
Active:         480732 kB
Inactive:        27308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1486112 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4736 kB
Writeback:           0 kB
Mapped:         440896 kB
Slab:            46208 kB
Committed_AS:   887336 kB
PageTables:       2672 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= 66296 MiB
End job on node13 at 2009-07-12 07:42:12