Trace number 2083885

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? 691.828 714.508

General information on the benchmark

Namecsp/fapp/fapp23/
normalized-fapp23-1800-9.xml
MD5SUM934d5befa5025b948f72904dd764f189
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 benchmark38.1952
Satisfiable
(Un)Satisfiability was proved
Number of variables1800
Number of constraints63962
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension63962
Global constraints used (with number of constraints)

Solver Data

0.04/0.25	c 0	Sugar v1-14-6 + HOME/picosat
0.04/0.26	c 0	BEGIN Sun Jul 12 08:00:07 2009
0.04/0.26	c 0	PID 23502
0.04/0.28	c 0	HOST node71.alineos.net
0.04/0.28	c 0	CONVERTING HOME/instance-2083885-1247378406.xml TO HOME/temp.csp
0.04/0.28	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083885-1247378406.xml' 'HOME/temp.csp'
3.36/3.96	c 4	24 domains, 1800 variables, 8 predicates, 0 relations, 63962 constraints
3.36/3.99	c 4	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.36/3.99	c 4	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
3.44/4.09	c 4	Parsing HOME/temp.csp
3.44/4.27	c 4	parsed 10000 expressions
3.83/4.49	c 4	parsed 20000 expressions
4.02/4.60	c 5	parsed 30000 expressions
4.22/4.80	c 5	parsed 40000 expressions
4.31/4.92	c 5	parsed 50000 expressions
4.61/5.20	c 5	parsed 60000 expressions
4.61/5.26	c 5	parsed 65794 expressions
4.61/5.28	c 5	Heap : 26 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.61/5.28	c 5	Converting to clausal form CSP
12.03/12.78	c 13	converted 6580 (10%) expressions
20.72/21.51	c 21	converted 13159 (20%) expressions
29.36/30.30	c 30	converted 19739 (30%) expressions
37.22/38.15	c 38	converted 26318 (40%) expressions
45.97/46.96	c 47	converted 32897 (50%) expressions
53.23/54.20	c 54	converted 39477 (60%) expressions
59.77/60.86	c 61	converted 46056 (70%) expressions
67.82/68.91	c 69	converted 52636 (80%) expressions
73.59/74.79	c 75	converted 59215 (90%) expressions
79.16/80.33	c 80	converted 65794 (100%) expressions
79.16/80.34	c 80	CSP : 9184 integers, 185021 booleans, 396586 clauses, largest domain size 2821
79.16/80.34	c 80	Heap : 414 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
79.16/80.34	c 80	Propagation in CSP
83.36/84.55	c 85	4658 values, 0 unsatisfiable literals, and 0 valid clauses are removed
83.36/84.56	c 85	CSP : 9184 integers, 185021 booleans, 396586 clauses, largest domain size 2821
83.36/84.56	c 85	Heap : 416 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
83.46/84.69	c 85	Simplifing CSP by introducing new Boolean variables
84.15/85.33	c 85	CSP : 9184 integers, 320807 booleans, 532372 clauses, largest domain size 2821
84.15/85.33	c 85	Heap : 464 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
86.94/88.12	c 88	Encoding CSP to SAT : HOME/temp.cnf
91.71/92.92	c 93	919 (10%) CSP integer variables are encoded (231092 clauses, 3707287 bytes)
96.22/97.47	c 97	1837 (20%) CSP integer variables are encoded (525354 clauses, 8709741 bytes)
98.58/99.87	c 100	2756 (30%) CSP integer variables are encoded (2582405 clauses, 46848509 bytes)
101.08/102.36	c 102	3674 (40%) CSP integer variables are encoded (4709911 clauses, 87271123 bytes)
103.54/104.81	c 105	4592 (50%) CSP integer variables are encoded (6792309 clauses, 126836685 bytes)
106.06/107.51	c 107	5511 (60%) CSP integer variables are encoded (8866210 clauses, 166240804 bytes)
108.54/110.07	c 110	6429 (70%) CSP integer variables are encoded (10913292 clauses, 206973963 bytes)
111.21/112.72	c 113	7348 (80%) CSP integer variables are encoded (13002913 clauses, 250856004 bytes)
113.75/115.58	c 116	8266 (90%) CSP integer variables are encoded (15053431 clauses, 293916882 bytes)
116.68/118.50	c 118	9184 (100%) CSP integer variables are encoded (17152407 clauses, 337995378 bytes)
165.00/167.51	c 167	53238 (10%) CSP clauses are encoded (29396280 clauses, 676478231 bytes)
218.04/221.79	c 222	106475 (20%) CSP clauses are encoded (42781129 clauses, 1052578777 bytes)
267.15/272.32	c 272	159712 (30%) CSP clauses are encoded (54996862 clauses, 1396089575 bytes)
314.74/321.09	c 321	212949 (40%) CSP clauses are encoded (66828012 clauses, 1740149475 bytes)
362.53/371.82	c 372	266186 (50%) CSP clauses are encoded (79221809 clauses, 2111000693 bytes)
464.95/479.96	c 480	319424 (60%) CSP clauses are encoded (91524755 clauses, 2480934597 bytes)
572.77/589.42	c 589	372661 (70%) CSP clauses are encoded (103102532 clauses, 2829880672 bytes)
691.04/709.69	c 710	ERROR Exception Too large HOME/temp.cnf
691.04/709.69	c 710	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
691.04/709.69	c 710	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
691.04/709.69	c 710	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
691.04/709.69	s UNKNOWN
691.21/710.21	c 710	CPU 691.22 (0.06 0.01 475.57 215.58)
691.21/710.21	c 710	END Sun Jul 12 08:11:57 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-2083885-1247378406/watcher-2083885-1247378406 -o /tmp/evaluation-result-2083885-1247378406/solver-2083885-1247378406 -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-2083885-1247378406.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: 3.11 2.48 2.35 4/85 23502
/proc/meminfo: memFree=1271168/2055920 swapFree=4192812/4192956
[pid=23502] ppid=23500 vsize=18576 CPUtime=0
/proc/23502/stat : 23502 (runsolver) R 23500 23502 17808 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24903270 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 231962373415 0 0 4096 24578 0 0 0 17 1 0 0
/proc/23502/statm: 4644 284 249 26 0 2626 0

[startup+0.073332 s]
/proc/loadavg: 3.11 2.48 2.35 4/85 23502
/proc/meminfo: memFree=1271168/2055920 swapFree=4192812/4192956
[pid=23502] ppid=23500 vsize=12268 CPUtime=0
/proc/23502/stat : 23502 (sugar) D 23500 23502 17808 0 -1 4194304 348 0 4 0 0 0 0 0 18 0 1 0 24903270 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/23502/statm: 3067 320 242 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.102333 s]
/proc/loadavg: 3.11 2.48 2.35 4/85 23502
/proc/meminfo: memFree=1271168/2055920 swapFree=4192812/4192956
[pid=23502] ppid=23500 vsize=12272 CPUtime=0
/proc/23502/stat : 23502 (sugar) D 23500 23502 17808 0 -1 4194304 392 0 4 0 0 0 0 0 18 0 1 0 24903270 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/23502/statm: 3068 364 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.302363 s]
/proc/loadavg: 3.11 2.48 2.35 4/85 23502
/proc/meminfo: memFree=1271168/2055920 swapFree=4192812/4192956
[pid=23502] ppid=23500 vsize=16868 CPUtime=0.06
/proc/23502/stat : 23502 (sugar) S 23500 23502 17808 0 -1 4194304 1222 128 5 0 5 1 0 0 18 0 1 0 24903270 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23502/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701432 s]
/proc/loadavg: 3.11 2.48 2.35 4/85 23502
/proc/meminfo: memFree=1271168/2055920 swapFree=4192812/4192956
[pid=23502] ppid=23500 vsize=16868 CPUtime=0.06
/proc/23502/stat : 23502 (sugar) S 23500 23502 17808 0 -1 4194304 1222 128 5 0 5 1 0 0 18 0 1 0 24903270 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23502/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50154 s]
/proc/loadavg: 3.11 2.48 2.35 3/96 23514
/proc/meminfo: memFree=1238120/2055920 swapFree=4192812/4192956
[pid=23502] ppid=23500 vsize=16868 CPUtime=0.06
/proc/23502/stat : 23502 (sugar) S 23500 23502 17808 0 -1 4194304 1222 128 5 0 5 1 0 0 18 0 1 0 24903270 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23502/statm: 4217 1111 409 3 0 796 0
[pid=23505] ppid=23502 vsize=5356 CPUtime=0
/proc/23505/stat : 23505 (sh) S 23502 23502 17808 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24903298 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23505/statm: 1339 233 193 169 0 50 0
[pid=23506] ppid=23505 vsize=866648 CPUtime=0.93
/proc/23506/stat : 23506 (java) S 23505 23502 17808 0 -1 0 12187 0 87 0 79 14 0 0 18 0 9 0 24903299 887447552 10571 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23506/statm: 216662 10571 2557 9 0 211174 0
[pid=23506/tid=23507] ppid=23505 vsize=866648 CPUtime=0.51
/proc/23506/task/23507/stat : 23507 (java) R 23505 23502 17808 0 -1 64 2813 0 44 0 43 8 0 0 19 0 9 0 24903310 887447552 10571 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23506/tid=23508] ppid=23505 vsize=866648 CPUtime=0.29
/proc/23506/task/23508/stat : 23508 (java) R 23505 23502 17808 0 -1 64 8206 0 6 0 26 3 0 0 16 0 9 0 24903322 887447552 10571 996147200 134512640 134550932 4294955984 18446744073709551615 104189893 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23506/tid=23509] ppid=23505 vsize=866648 CPUtime=0
/proc/23506/task/23509/stat : 23509 (java) S 23505 23502 17808 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24903324 887447552 10571 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23506/tid=23510] ppid=23505 vsize=866648 CPUtime=0
/proc/23506/task/23510/stat : 23510 (java) S 23505 23502 17808 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24903324 887447552 10571 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23506/tid=23511] ppid=23505 vsize=866648 CPUtime=0
/proc/23506/task/23511/stat : 23511 (java) S 23505 23502 17808 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24903328 887447552 10571 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23506/tid=23512] ppid=23505 vsize=866648 CPUtime=0.09
/proc/23506/task/23512/stat : 23512 (java) S 23505 23502 17808 0 -1 64 498 0 1 0 9 0 0 0 16 0 9 0 24903328 887447552 10571 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23506/tid=23513] ppid=23505 vsize=866648 CPUtime=0
/proc/23506/task/23513/stat : 23513 (java) S 23505 23502 17808 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 24903328 887447552 10571 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23506/tid=23514] ppid=23505 vsize=866648 CPUtime=0
/proc/23506/task/23514/stat : 23514 (java) S 23505 23502 17808 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24903328 887447552 10571 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 888872

[startup+3.10175 s]
/proc/loadavg: 3.02 2.47 2.35 3/96 23514
/proc/meminfo: memFree=1198440/2055920 swapFree=4192812/4192956
[pid=23502] ppid=23500 vsize=16868 CPUtime=0.06
/proc/23502/stat : 23502 (sugar) S 23500 23502 17808 0 -1 4194304 1222 128 5 0 5 1 0 0 18 0 1 0 24903270 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23502/statm: 4217 1111 409 3 0 796 0
[pid=23505] ppid=23502 vsize=5356 CPUtime=0
/proc/23505/stat : 23505 (sh) S 23502 23502 17808 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24903298 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23505/statm: 1339 233 193 169 0 50 0
[pid=23506] ppid=23505 vsize=865656 CPUtime=2.51
/proc/23506/stat : 23506 (java) S 23505 23502 17808 0 -1 0 29821 0 87 0 229 22 0 0 18 0 9 0 24903299 886431744 24999 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23506/statm: 216414 24999 2556 9 0 210926 0
[pid=23506/tid=23507] ppid=23505 vsize=865656 CPUtime=1.18
/proc/23506/task/23507/stat : 23507 (java) R 23505 23502 17808 0 -1 64 3869 0 44 0 109 9 0 0 19 0 9 0 24903310 886431744 24999 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23506/tid=23508] ppid=23505 vsize=865656 CPUtime=1.17
/proc/23506/task/23508/stat : 23508 (java) S 23505 23502 17808 0 -1 64 24766 0 6 0 107 10 0 0 17 0 9 0 24903322 886431744 24999 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23506/tid=23509] ppid=23505 vsize=865656 CPUtime=0
/proc/23506/task/23509/stat : 23509 (java) S 23505 23502 17808 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24903324 886431744 24999 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23506/tid=23510] ppid=23505 vsize=865656 CPUtime=0
/proc/23506/task/23510/stat : 23510 (java) S 23505 23502 17808 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 24903324 886431744 24999 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23506/tid=23511] ppid=23505 vsize=865656 CPUtime=0
/proc/23506/task/23511/stat : 23511 (java) S 23505 23502 17808 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24903328 886431744 24999 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23506/tid=23512] ppid=23505 vsize=865656 CPUtime=0.11
/proc/23506/task/23512/stat : 23512 (java) R 23505 23502 17808 0 -1 64 516 0 1 0 11 0 0 0 16 0 9 0 24903328 886431744 24999 996147200 134512640 134550932 4294955984 18446744073709551615 104075182 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23506/tid=23513] ppid=23505 vsize=865656 CPUtime=0
/proc/23506/task/23513/stat : 23513 (java) S 23505 23502 17808 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 24903328 886431744 24999 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23506/tid=23514] ppid=23505 vsize=865656 CPUtime=0
/proc/23506/task/23514/stat : 23514 (java) S 23505 23502 17808 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24903328 886431744 24999 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 887880

[startup+6.30218 s]
/proc/loadavg: 3.02 2.47 2.35 3/95 23524
/proc/meminfo: memFree=1210224/2055920 swapFree=4192812/4192956
[pid=23502] ppid=23500 vsize=16868 CPUtime=3.45
/proc/23502/stat : 23502 (sugar) S 23500 23502 17808 0 -1 4194304 1304 31954 5 87 6 1 312 26 15 0 1 0 24903270 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23502/statm: 4217 1111 409 3 0 796 0
[pid=23515] ppid=23502 vsize=5356 CPUtime=0
/proc/23515/stat : 23515 (sh) S 23502 23502 17808 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24903670 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23515/statm: 1339 233 193 169 0 50 0
[pid=23516] ppid=23515 vsize=868532 CPUtime=2.24
/proc/23516/stat : 23516 (java) S 23515 23502 17808 0 -1 0 14758 0 5 0 216 8 0 0 18 0 9 0 24903670 889376768 13415 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23516/statm: 217133 13415 2570 9 0 211638 0
[pid=23516/tid=23517] ppid=23515 vsize=868532 CPUtime=1.43
/proc/23516/task/23517/stat : 23517 (java) R 23515 23502 17808 0 -1 64 2907 0 5 0 140 3 0 0 24 0 9 0 24903671 889376768 13415 996147200 134512640 134550932 4294955936 18446744073709551615 4126584852 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23516/tid=23518] ppid=23515 vsize=868532 CPUtime=0.6
/proc/23516/task/23518/stat : 23518 (java) S 23515 23502 17808 0 -1 64 9661 0 0 0 57 3 0 0 16 0 9 0 24903672 889376768 13415 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23516/tid=23519] ppid=23515 vsize=868532 CPUtime=0
/proc/23516/task/23519/stat : 23519 (java) S 23515 23502 17808 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24903672 889376768 13415 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23516/tid=23520] ppid=23515 vsize=868532 CPUtime=0
/proc/23516/task/23520/stat : 23520 (java) S 23515 23502 17808 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24903672 889376768 13415 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23516/tid=23521] ppid=23515 vsize=868532 CPUtime=0
/proc/23516/task/23521/stat : 23521 (java) S 23515 23502 17808 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24903676 889376768 13415 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23516/tid=23522] ppid=23515 vsize=868532 CPUtime=0.18
/proc/23516/task/23522/stat : 23522 (java) S 23515 23502 17808 0 -1 64 1488 0 0 0 17 1 0 0 15 0 9 0 24903676 889376768 13415 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23516/tid=23523] ppid=23515 vsize=868532 CPUtime=0
/proc/23516/task/23523/stat : 23523 (java) S 23515 23502 17808 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24903676 889376768 13415 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23516/tid=23524] ppid=23515 vsize=868532 CPUtime=0
/proc/23516/task/23524/stat : 23524 (java) S 23515 23502 17808 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24903676 889376768 13415 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.69
Current children cumulated vsize (KiB) 890756

[startup+12.7021 s]
/proc/loadavg: 3.02 2.49 2.36 3/94 23524
/proc/meminfo: memFree=1176056/2055920 swapFree=4192812/4192956
[pid=23502] ppid=23500 vsize=16868 CPUtime=3.45
/proc/23502/stat : 23502 (sugar) S 23500 23502 17808 0 -1 4194304 1304 31954 5 87 6 1 312 26 15 0 1 0 24903270 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23502/statm: 4217 1111 409 3 0 796 0
[pid=23515] ppid=23502 vsize=5356 CPUtime=0
/proc/23515/stat : 23515 (sh) S 23502 23502 17808 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24903670 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23515/statm: 1339 233 193 169 0 50 0
[pid=23516] ppid=23515 vsize=868620 CPUtime=8.58
/proc/23516/stat : 23516 (java) S 23515 23502 17808 0 -1 0 28032 0 5 0 841 17 0 0 18 0 9 0 24903670 889466880 20995 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23516/statm: 217155 20995 2568 9 0 211660 0
[pid=23516/tid=23517] ppid=23515 vsize=868620 CPUtime=6.83
/proc/23516/task/23517/stat : 23517 (java) R 23515 23502 17808 0 -1 64 3356 0 5 0 679 4 0 0 25 0 9 0 24903671 889466880 20995 996147200 134512640 134550932 4294955936 18446744073709551615 4126513559 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23516/tid=23518] ppid=23515 vsize=868620 CPUtime=1.52
/proc/23516/task/23518/stat : 23518 (java) S 23515 23502 17808 0 -1 64 22472 0 0 0 141 11 0 0 16 0 9 0 24903672 889466880 20995 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23516/tid=23519] ppid=23515 vsize=868620 CPUtime=0
/proc/23516/task/23519/stat : 23519 (java) S 23515 23502 17808 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24903672 889466880 20995 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23516/tid=23520] ppid=23515 vsize=868620 CPUtime=0
/proc/23516/task/23520/stat : 23520 (java) S 23515 23502 17808 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24903672 889466880 20995 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23516/tid=23521] ppid=23515 vsize=868620 CPUtime=0
/proc/23516/task/23521/stat : 23521 (java) S 23515 23502 17808 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24903676 889466880 20995 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23516/tid=23522] ppid=23515 vsize=868620 CPUtime=0.21
/proc/23516/task/23522/stat : 23522 (java) S 23515 23502 17808 0 -1 64 1502 0 0 0 20 1 0 0 16 0 9 0 24903676 889466880 20995 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23516/tid=23523] ppid=23515 vsize=868620 CPUtime=0
/proc/23516/task/23523/stat : 23523 (java) S 23515 23502 17808 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24903676 889466880 20995 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23516/tid=23524] ppid=23515 vsize=868620 CPUtime=0
/proc/23516/task/23524/stat : 23524 (java) S 23515 23502 17808 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24903676 889466880 20995 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.03
Current children cumulated vsize (KiB) 890844

[startup+25.5028 s]
/proc/loadavg: 2.86 2.47 2.35 3/94 23524
/proc/meminfo: memFree=1111480/2055920 swapFree=4192812/4192956
[pid=23502] ppid=23500 vsize=16868 CPUtime=3.45
/proc/23502/stat : 23502 (sugar) S 23500 23502 17808 0 -1 4194304 1304 31954 5 87 6 1 312 26 16 0 1 0 24903270 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23502/statm: 4217 1111 409 3 0 796 0
[pid=23515] ppid=23502 vsize=5356 CPUtime=0
/proc/23515/stat : 23515 (sh) S 23502 23502 17808 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24903670 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23515/statm: 1339 233 193 169 0 50 0
[pid=23516] ppid=23515 vsize=868620 CPUtime=21.25
/proc/23516/stat : 23516 (java) S 23515 23502 17808 0 -1 0 52832 0 5 0 2092 33 0 0 18 0 9 0 24903670 889466880 36978 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23516/statm: 217155 36978 2568 9 0 211660 0
[pid=23516/tid=23517] ppid=23515 vsize=868620 CPUtime=16.96
/proc/23516/task/23517/stat : 23517 (java) R 23515 23502 17808 0 -1 64 4786 0 5 0 1691 5 0 0 25 0 9 0 24903671 889466880 36978 996147200 134512640 134550932 4294955936 18446744073709551615 4126512876 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23516/tid=23518] ppid=23515 vsize=868620 CPUtime=4.05
/proc/23516/task/23518/stat : 23518 (java) S 23515 23502 17808 0 -1 64 45836 0 0 0 379 26 0 0 16 0 9 0 24903672 889466880 36978 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23516/tid=23519] ppid=23515 vsize=868620 CPUtime=0
/proc/23516/task/23519/stat : 23519 (java) S 23515 23502 17808 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24903672 889466880 36978 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23516/tid=23520] ppid=23515 vsize=868620 CPUtime=0
/proc/23516/task/23520/stat : 23520 (java) S 23515 23502 17808 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24903672 889466880 36978 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23516/tid=23521] ppid=23515 vsize=868620 CPUtime=0

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

[startup+582.302 s]
/proc/loadavg: 2.73 2.71 2.51 3/94 23569
/proc/meminfo: memFree=15032/2055920 swapFree=4192812/4192956
[pid=23502] ppid=23500 vsize=16868 CPUtime=3.45
/proc/23502/stat : 23502 (sugar) S 23500 23502 17808 0 -1 4194304 1305 31954 5 87 6 1 312 26 16 0 1 0 24903270 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23502/statm: 4217 1111 409 3 0 796 0
[pid=23515] ppid=23502 vsize=5356 CPUtime=0
/proc/23515/stat : 23515 (sh) S 23502 23502 17808 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24903670 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23515/statm: 1339 233 193 169 0 50 0
[pid=23516] ppid=23515 vsize=868732 CPUtime=562.33
/proc/23516/stat : 23516 (java) S 23515 23502 17808 0 -1 0 154300 0 7 0 42658 13575 0 0 18 0 9 0 24903670 889581568 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23516/statm: 217183 127306 2593 9 0 211660 0
[pid=23516/tid=23517] ppid=23515 vsize=868732 CPUtime=543.02
/proc/23516/task/23517/stat : 23517 (java) R 23515 23502 17808 0 -1 64 10314 0 7 0 40820 13482 0 0 25 0 9 0 24903671 889581568 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4127069632 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23516/tid=23518] ppid=23515 vsize=868732 CPUtime=18.95
/proc/23516/task/23518/stat : 23518 (java) S 23515 23502 17808 0 -1 64 141726 0 0 0 1806 89 0 0 16 0 9 0 24903672 889581568 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23516/tid=23519] ppid=23515 vsize=868732 CPUtime=0
/proc/23516/task/23519/stat : 23519 (java) S 23515 23502 17808 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24903672 889581568 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23516/tid=23520] ppid=23515 vsize=868732 CPUtime=0
/proc/23516/task/23520/stat : 23520 (java) S 23515 23502 17808 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24903672 889581568 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23516/tid=23521] ppid=23515 vsize=868732 CPUtime=0
/proc/23516/task/23521/stat : 23521 (java) S 23515 23502 17808 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24903676 889581568 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23516/tid=23522] ppid=23515 vsize=868732 CPUtime=0.31
/proc/23516/task/23522/stat : 23522 (java) S 23515 23502 17808 0 -1 64 1558 0 0 0 30 1 0 0 15 0 9 0 24903676 889581568 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23516/tid=23523] ppid=23515 vsize=868732 CPUtime=0
/proc/23516/task/23523/stat : 23523 (java) S 23515 23502 17808 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24903676 889581568 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23516/tid=23524] ppid=23515 vsize=868732 CPUtime=0
/proc/23516/task/23524/stat : 23524 (java) S 23515 23502 17808 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24903676 889581568 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 565.78
Current children cumulated vsize (KiB) 890956

[startup+642.304 s]
/proc/loadavg: 2.27 2.58 2.48 3/94 23569
/proc/meminfo: memFree=15928/2055920 swapFree=4192812/4192956
[pid=23502] ppid=23500 vsize=16868 CPUtime=3.45
/proc/23502/stat : 23502 (sugar) S 23500 23502 17808 0 -1 4194304 1305 31954 5 87 6 1 312 26 16 0 1 0 24903270 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23502/statm: 4217 1111 409 3 0 796 0
[pid=23515] ppid=23502 vsize=5356 CPUtime=0
/proc/23515/stat : 23515 (sh) S 23502 23502 17808 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24903670 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23515/statm: 1339 233 193 169 0 50 0
[pid=23516] ppid=23515 vsize=868732 CPUtime=621.36
/proc/23516/stat : 23516 (java) S 23515 23502 17808 0 -1 0 154387 0 7 0 44818 17318 0 0 18 0 9 0 24903670 889581568 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23516/statm: 217183 127306 2593 9 0 211660 0
[pid=23516/tid=23517] ppid=23515 vsize=868732 CPUtime=601.84
/proc/23516/task/23517/stat : 23517 (java) R 23515 23502 17808 0 -1 64 10401 0 7 0 42959 17225 0 0 25 0 9 0 24903671 889581568 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23516/tid=23518] ppid=23515 vsize=868732 CPUtime=19.17
/proc/23516/task/23518/stat : 23518 (java) S 23515 23502 17808 0 -1 64 141726 0 0 0 1827 90 0 0 16 0 9 0 24903672 889581568 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23516/tid=23519] ppid=23515 vsize=868732 CPUtime=0
/proc/23516/task/23519/stat : 23519 (java) S 23515 23502 17808 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24903672 889581568 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23516/tid=23520] ppid=23515 vsize=868732 CPUtime=0
/proc/23516/task/23520/stat : 23520 (java) S 23515 23502 17808 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24903672 889581568 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23516/tid=23521] ppid=23515 vsize=868732 CPUtime=0
/proc/23516/task/23521/stat : 23521 (java) S 23515 23502 17808 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24903676 889581568 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23516/tid=23522] ppid=23515 vsize=868732 CPUtime=0.31
/proc/23516/task/23522/stat : 23522 (java) S 23515 23502 17808 0 -1 64 1558 0 0 0 30 1 0 0 15 0 9 0 24903676 889581568 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23516/tid=23523] ppid=23515 vsize=868732 CPUtime=0
/proc/23516/task/23523/stat : 23523 (java) S 23515 23502 17808 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24903676 889581568 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23516/tid=23524] ppid=23515 vsize=868732 CPUtime=0
/proc/23516/task/23524/stat : 23524 (java) S 23515 23502 17808 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24903676 889581568 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 624.81
Current children cumulated vsize (KiB) 890956

[startup+702.303 s]
/proc/loadavg: 2.10 2.48 2.45 3/94 23569
/proc/meminfo: memFree=15800/2055920 swapFree=4192812/4192956
[pid=23502] ppid=23500 vsize=16868 CPUtime=3.45
/proc/23502/stat : 23502 (sugar) S 23500 23502 17808 0 -1 4194304 1305 31954 5 87 6 1 312 26 16 0 1 0 24903270 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23502/statm: 4217 1111 409 3 0 796 0
[pid=23515] ppid=23502 vsize=5356 CPUtime=0
/proc/23515/stat : 23515 (sh) S 23502 23502 17808 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24903670 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23515/statm: 1339 233 193 169 0 50 0
[pid=23516] ppid=23515 vsize=868732 CPUtime=680.4
/proc/23516/stat : 23516 (java) S 23515 23502 17808 0 -1 0 154475 0 7 0 46984 21056 0 0 18 0 9 0 24903670 889581568 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23516/statm: 217183 127306 2593 9 0 211660 0
[pid=23516/tid=23517] ppid=23515 vsize=868732 CPUtime=660.65
/proc/23516/task/23517/stat : 23517 (java) R 23515 23502 17808 0 -1 64 10489 0 7 0 45103 20962 0 0 25 0 9 0 24903671 889581568 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4126603103 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23516/tid=23518] ppid=23515 vsize=868732 CPUtime=19.4
/proc/23516/task/23518/stat : 23518 (java) S 23515 23502 17808 0 -1 64 141726 0 0 0 1849 91 0 0 16 0 9 0 24903672 889581568 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23516/tid=23519] ppid=23515 vsize=868732 CPUtime=0
/proc/23516/task/23519/stat : 23519 (java) S 23515 23502 17808 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24903672 889581568 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23516/tid=23520] ppid=23515 vsize=868732 CPUtime=0
/proc/23516/task/23520/stat : 23520 (java) S 23515 23502 17808 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24903672 889581568 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23516/tid=23521] ppid=23515 vsize=868732 CPUtime=0
/proc/23516/task/23521/stat : 23521 (java) S 23515 23502 17808 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24903676 889581568 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23516/tid=23522] ppid=23515 vsize=868732 CPUtime=0.31
/proc/23516/task/23522/stat : 23522 (java) S 23515 23502 17808 0 -1 64 1558 0 0 0 30 1 0 0 15 0 9 0 24903676 889581568 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23516/tid=23523] ppid=23515 vsize=868732 CPUtime=0
/proc/23516/task/23523/stat : 23523 (java) S 23515 23502 17808 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24903676 889581568 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23516/tid=23524] ppid=23515 vsize=868732 CPUtime=0
/proc/23516/task/23524/stat : 23524 (java) S 23515 23502 17808 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24903676 889581568 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 683.85
Current children cumulated vsize (KiB) 890956

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

[startup+703.903 s]
/proc/loadavg: 2.10 2.47 2.44 3/94 23569
/proc/meminfo: memFree=15992/2055920 swapFree=4192812/4192956
[pid=23502] ppid=23500 vsize=16868 CPUtime=3.45
/proc/23502/stat : 23502 (sugar) S 23500 23502 17808 0 -1 4194304 1305 31954 5 87 6 1 312 26 16 0 1 0 24903270 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23502/statm: 4217 1111 409 3 0 796 0
[pid=23515] ppid=23502 vsize=5356 CPUtime=0
/proc/23515/stat : 23515 (sh) S 23502 23502 17808 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24903670 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23515/statm: 1339 233 193 169 0 50 0
[pid=23516] ppid=23515 vsize=868732 CPUtime=681.98
/proc/23516/stat : 23516 (java) S 23515 23502 17808 0 -1 0 154477 0 7 0 47037 21161 0 0 18 0 9 0 24903670 889581568 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23516/statm: 217183 127306 2593 9 0 211660 0
[pid=23516/tid=23517] ppid=23515 vsize=868732 CPUtime=662.23
/proc/23516/task/23517/stat : 23517 (java) R 23515 23502 17808 0 -1 64 10491 0 7 0 45156 21067 0 0 25 0 9 0 24903671 889581568 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4126508840 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23516/tid=23518] ppid=23515 vsize=868732 CPUtime=19.4
/proc/23516/task/23518/stat : 23518 (java) S 23515 23502 17808 0 -1 64 141726 0 0 0 1849 91 0 0 15 0 9 0 24903672 889581568 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23516/tid=23519] ppid=23515 vsize=868732 CPUtime=0
/proc/23516/task/23519/stat : 23519 (java) S 23515 23502 17808 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24903672 889581568 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23516/tid=23520] ppid=23515 vsize=868732 CPUtime=0
/proc/23516/task/23520/stat : 23520 (java) S 23515 23502 17808 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24903672 889581568 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23516/tid=23521] ppid=23515 vsize=868732 CPUtime=0
/proc/23516/task/23521/stat : 23521 (java) S 23515 23502 17808 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24903676 889581568 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23516/tid=23522] ppid=23515 vsize=868732 CPUtime=0.31
/proc/23516/task/23522/stat : 23522 (java) S 23515 23502 17808 0 -1 64 1558 0 0 0 30 1 0 0 15 0 9 0 24903676 889581568 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23516/tid=23523] ppid=23515 vsize=868732 CPUtime=0
/proc/23516/task/23523/stat : 23523 (java) S 23515 23502 17808 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24903676 889581568 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23516/tid=23524] ppid=23515 vsize=868732 CPUtime=0
/proc/23516/task/23524/stat : 23524 (java) S 23515 23502 17808 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24903676 889581568 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 685.43
Current children cumulated vsize (KiB) 890956

[startup+710.302 s]
/proc/loadavg: 2.09 2.46 2.44 3/94 23569
/proc/meminfo: memFree=15288/2055920 swapFree=4192812/4192956
[pid=23502] ppid=23500 vsize=16868 CPUtime=691.27
/proc/23502/stat : 23502 (sugar) R 23500 23502 17808 0 -1 4194304 1330 186735 5 96 6 6 47557 21558 16 0 1 0 24903270 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 231962547241 0 0 4224 16386 0 0 0 17 0 0 0
/proc/23502/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 691.27
Current children cumulated vsize (KiB) 16868

[startup+711.903 s]
/proc/loadavg: 2.09 2.46 2.44 2/84 23569
/proc/meminfo: memFree=1272392/2055920 swapFree=4192812/4192956
[pid=23502] ppid=23500 vsize=16868 CPUtime=691.67
/proc/23502/stat : 23502 (sugar) D 23500 23502 17808 0 -1 4194304 1330 186735 5 96 6 46 47557 21558 18 0 1 0 24903270 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 231962547241 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/23502/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 691.67
Current children cumulated vsize (KiB) 16868

[startup+713.502 s]
/proc/loadavg: 2.08 2.45 2.44 2/84 23569
/proc/meminfo: memFree=1272016/2055920 swapFree=4192812/4192956
[pid=23502] ppid=23500 vsize=16868 CPUtime=691.75
/proc/23502/stat : 23502 (sugar) D 23500 23502 17808 0 -1 4194304 1330 186735 5 96 6 54 47557 21558 18 0 1 0 24903270 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 231962547241 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/23502/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 691.75
Current children cumulated vsize (KiB) 16868

[startup+714.301 s]
/proc/loadavg: 2.08 2.45 2.44 2/84 23569
/proc/meminfo: memFree=1271184/2055920 swapFree=4192812/4192956
[pid=23502] ppid=23500 vsize=16868 CPUtime=691.79
/proc/23502/stat : 23502 (sugar) D 23500 23502 17808 0 -1 4194304 1330 186735 5 96 6 58 47557 21558 18 0 1 0 24903270 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 231962547241 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/23502/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 691.79
Current children cumulated vsize (KiB) 16868

[startup+714.501 s]
/proc/loadavg: 2.08 2.45 2.44 2/84 23569
/proc/meminfo: memFree=1271184/2055920 swapFree=4192812/4192956
[pid=23502] ppid=23500 vsize=16868 CPUtime=691.8
/proc/23502/stat : 23502 (sugar) D 23500 23502 17808 0 -1 4194304 1330 186735 5 96 6 59 47557 21558 18 0 1 0 24903270 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 231962547241 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/23502/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 691.8
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 714.508
CPU time (s): 691.828
CPU user time (s): 475.641
CPU system time (s): 216.187
CPU usage (%): 96.8258
Max. virtual memory (cumulated for all children) (KiB): 905096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 475.641
system time used= 216.187
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 188126
page faults= 101
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37020
involuntary context switches= 48074

runsolver used 1.37679 second user time and 3.38149 second system time

The end

Launcher Data

Begin job on node71 at 2009-07-12 08:00:07
IDJOB=2083885
IDBENCH=57965
IDSOLVER=738
FILE ID=node71/2083885-1247378406
PBS_JOBID= 9507052
Free space on /tmp= 66388 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fapp/fapp23/normalized-fapp23-1800-9.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-2083885-1247378406/watcher-2083885-1247378406 -o /tmp/evaluation-result-2083885-1247378406/solver-2083885-1247378406 -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-2083885-1247378406.xml

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

MD5SUM BENCH= 934d5befa5025b948f72904dd764f189
RANDOM SEED=1117913595

node71.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.222
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.222
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:       1271776 kB
Buffers:          3088 kB
Cached:          33700 kB
SwapCached:          0 kB
Active:         726484 kB
Inactive:         9132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1271776 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10572 kB
Writeback:           0 kB
Mapped:         714452 kB
Slab:            32224 kB
Committed_AS:   896068 kB
PageTables:       3168 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= 66388 MiB
End job on node71 at 2009-07-12 08:12:02