Trace number 2083863

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? 452.852 468.869

General information on the benchmark

Namecsp/fapp/fapp23/
normalized-fapp23-1800-0.xml
MD5SUM4455d4457369a89450eaa6e90b2bdf34
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark34.6327
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.05/0.22	c 0	Sugar v1-14-6 + HOME/picosat
0.05/0.22	c 0	BEGIN Sun Jul 12 07:59:24 2009
0.05/0.22	c 0	PID 25090
0.05/0.23	c 0	HOST node26.alineos.net
0.05/0.23	c 0	CONVERTING HOME/instance-2083863-1247378363.xml TO HOME/temp.csp
0.05/0.23	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083863-1247378363.xml' 'HOME/temp.csp'
3.48/3.72	c 3	24 domains, 1800 variables, 8 predicates, 0 relations, 63962 constraints
3.48/3.79	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.48/3.79	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
3.53/3.87	c 3	Parsing HOME/temp.csp
3.53/4.18	c 4	parsed 10000 expressions
4.02/4.40	c 4	parsed 20000 expressions
4.21/4.52	c 4	parsed 30000 expressions
4.41/4.71	c 4	parsed 40000 expressions
4.50/4.83	c 4	parsed 50000 expressions
4.81/5.10	c 5	parsed 60000 expressions
4.81/5.17	c 5	parsed 65794 expressions
4.81/5.18	c 5	Heap : 26 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.81/5.18	c 5	Converting to clausal form CSP
12.22/12.69	c 12	converted 6580 (10%) expressions
20.74/21.22	c 21	converted 13159 (20%) expressions
29.24/29.87	c 29	converted 19739 (30%) expressions
37.06/37.73	c 37	converted 26318 (40%) expressions
45.48/46.30	c 46	converted 32897 (50%) expressions
52.61/53.49	c 53	converted 39477 (60%) expressions
59.09/59.99	c 60	converted 46056 (70%) expressions
66.85/67.74	c 67	converted 52636 (80%) expressions
72.62/73.55	c 73	converted 59215 (90%) expressions
78.09/79.08	c 79	converted 65794 (100%) expressions
78.09/79.08	c 79	CSP : 9184 integers, 185021 booleans, 396586 clauses, largest domain size 2821
78.09/79.08	c 79	Heap : 416 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
78.09/79.08	c 79	Propagation in CSP
82.76/83.71	c 83	4658 values, 0 unsatisfiable literals, and 0 valid clauses are removed
82.76/83.72	c 83	CSP : 9184 integers, 185021 booleans, 396586 clauses, largest domain size 2821
82.76/83.72	c 83	Heap : 420 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
82.86/83.86	c 83	Simplifing CSP by introducing new Boolean variables
83.77/84.74	c 84	CSP : 9184 integers, 320805 booleans, 532370 clauses, largest domain size 2821
83.77/84.74	c 84	Heap : 453 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
86.56/87.59	c 87	Encoding CSP to SAT : HOME/temp.cnf
91.73/92.72	c 92	919 (10%) CSP integer variables are encoded (231092 clauses, 3707287 bytes)
96.60/97.67	c 97	1837 (20%) CSP integer variables are encoded (525354 clauses, 8709741 bytes)
99.17/100.23	c 100	2756 (30%) CSP integer variables are encoded (2582405 clauses, 46848509 bytes)
101.86/102.90	c 103	3674 (40%) CSP integer variables are encoded (4709911 clauses, 87271123 bytes)
104.40/105.56	c 105	4592 (50%) CSP integer variables are encoded (6792309 clauses, 126836685 bytes)
107.08/108.25	c 108	5511 (60%) CSP integer variables are encoded (8866210 clauses, 166240804 bytes)
109.73/110.98	c 111	6429 (70%) CSP integer variables are encoded (10913292 clauses, 206973963 bytes)
112.59/113.84	c 113	7348 (80%) CSP integer variables are encoded (13002913 clauses, 250856004 bytes)
115.31/116.66	c 116	8266 (90%) CSP integer variables are encoded (15053431 clauses, 293916882 bytes)
118.16/119.51	c 119	9184 (100%) CSP integer variables are encoded (17152407 clauses, 337995378 bytes)
161.76/164.07	c 164	53237 (10%) CSP clauses are encoded (29387009 clauses, 676215151 bytes)
207.13/210.71	c 210	106474 (20%) CSP clauses are encoded (42761688 clauses, 1052023334 bytes)
249.20/254.32	c 254	159711 (30%) CSP clauses are encoded (54965530 clauses, 1395190844 bytes)
290.44/296.66	c 296	212948 (40%) CSP clauses are encoded (66793162 clauses, 1739147065 bytes)
332.64/340.72	c 340	266185 (50%) CSP clauses are encoded (79174459 clauses, 2109615117 bytes)
373.23/383.06	c 383	319422 (60%) CSP clauses are encoded (91467959 clauses, 2479259095 bytes)
411.24/422.39	c 422	372659 (70%) CSP clauses are encoded (103036559 clauses, 2827923683 bytes)
451.88/464.19	c 464	ERROR Exception Too large HOME/temp.cnf
451.88/464.19	c 464	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
451.88/464.19	c 464	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
451.88/464.19	c 464	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
451.88/464.19	s UNKNOWN
452.02/464.43	c 464	CPU 452.05 (0.05 0.03 432.2 19.77)
452.02/464.43	c 464	END Sun Jul 12 08:07:08 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-2083863-1247378363/watcher-2083863-1247378363 -o /tmp/evaluation-result-2083863-1247378363/solver-2083863-1247378363 -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-2083863-1247378363.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.00 2.00 2.00 4/80 25090
/proc/meminfo: memFree=1651480/2055920 swapFree=4192812/4192956
[pid=25090] ppid=25088 vsize=18576 CPUtime=0
/proc/25090/stat : 25090 (runsolver) R 25088 25090 20092 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 24902683 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 269028486439 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25090/statm: 4644 284 249 26 0 2626 0

[startup+0.020965 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 25090
/proc/meminfo: memFree=1651480/2055920 swapFree=4192812/4192956
[pid=25090] ppid=25088 vsize=18576 CPUtime=0
/proc/25090/stat : 25090 (runsolver) D 25088 25090 20092 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 24902683 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 269028486439 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/25090/statm: 4644 284 249 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+0.101981 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 25090
/proc/meminfo: memFree=1651480/2055920 swapFree=4192812/4192956
[pid=25090] ppid=25088 vsize=12412 CPUtime=0
/proc/25090/stat : 25090 (sugar) D 25088 25090 20092 0 -1 4194304 414 0 0 0 0 0 0 0 18 0 1 0 24902683 12709888 382 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/25090/statm: 3103 382 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.302017 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 25090
/proc/meminfo: memFree=1651480/2055920 swapFree=4192812/4192956
[pid=25090] ppid=25088 vsize=16868 CPUtime=0.07
/proc/25090/stat : 25090 (sugar) S 25088 25090 20092 0 -1 4194304 1227 128 0 0 5 2 0 0 18 0 1 0 24902683 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25090/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701079 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 25090
/proc/meminfo: memFree=1651480/2055920 swapFree=4192812/4192956
[pid=25090] ppid=25088 vsize=16868 CPUtime=0.07
/proc/25090/stat : 25090 (sugar) S 25088 25090 20092 0 -1 4194304 1227 128 0 0 5 2 0 0 18 0 1 0 24902683 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25090/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50121 s]
/proc/loadavg: 2.00 2.00 2.00 4/91 25102
/proc/meminfo: memFree=1626240/2055920 swapFree=4192812/4192956
[pid=25090] ppid=25088 vsize=16868 CPUtime=0.07
/proc/25090/stat : 25090 (sugar) S 25088 25090 20092 0 -1 4194304 1227 128 0 0 5 2 0 0 18 0 1 0 24902683 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25090/statm: 4217 1111 409 3 0 796 0
[pid=25093] ppid=25090 vsize=5356 CPUtime=0
/proc/25093/stat : 25093 (sh) S 25090 25090 20092 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 24902706 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25093/statm: 1339 233 193 169 0 50 0
[pid=25094] ppid=25093 vsize=864772 CPUtime=1.24
/proc/25094/stat : 25094 (java) S 25093 25090 20092 0 -1 0 13837 0 1 0 118 6 0 0 18 0 9 0 24902706 885526528 11877 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25094/statm: 216193 11877 2557 9 0 210705 0
[pid=25094/tid=25095] ppid=25093 vsize=864772 CPUtime=0.73
/proc/25094/task/25095/stat : 25095 (java) R 25093 25090 20092 0 -1 64 3022 0 1 0 72 1 0 0 24 0 9 0 24902707 885526528 11877 996147200 134512640 134550932 4294955984 18446744073709551615 4126441686 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25094/tid=25096] ppid=25093 vsize=864772 CPUtime=0.39
/proc/25094/task/25096/stat : 25096 (java) S 25093 25090 20092 0 -1 64 9616 0 0 0 36 3 0 0 16 0 9 0 24902709 885526528 11877 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25094/tid=25097] ppid=25093 vsize=864772 CPUtime=0
/proc/25094/task/25097/stat : 25097 (java) S 25093 25090 20092 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24902709 885526528 11877 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25094/tid=25098] ppid=25093 vsize=864772 CPUtime=0
/proc/25094/task/25098/stat : 25098 (java) S 25093 25090 20092 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 24902709 885526528 11877 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25094/tid=25099] ppid=25093 vsize=864772 CPUtime=0
/proc/25094/task/25099/stat : 25099 (java) S 25093 25090 20092 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24902711 885526528 11877 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25094/tid=25100] ppid=25093 vsize=864772 CPUtime=0.09
/proc/25094/task/25100/stat : 25100 (java) S 25093 25090 20092 0 -1 64 494 0 0 0 9 0 0 0 16 0 9 0 24902711 885526528 11877 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25094/tid=25101] ppid=25093 vsize=864772 CPUtime=0
/proc/25094/task/25101/stat : 25101 (java) S 25093 25090 20092 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24902711 885526528 11877 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25094/tid=25102] ppid=25093 vsize=864772 CPUtime=0
/proc/25094/task/25102/stat : 25102 (java) S 25093 25090 20092 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24902711 885526528 11877 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 886996

[startup+3.10246 s]
/proc/loadavg: 2.00 2.00 2.00 4/91 25102
/proc/meminfo: memFree=1584128/2055920 swapFree=4192812/4192956
[pid=25090] ppid=25088 vsize=16868 CPUtime=0.07
/proc/25090/stat : 25090 (sugar) S 25088 25090 20092 0 -1 4194304 1227 128 0 0 5 2 0 0 18 0 1 0 24902683 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25090/statm: 4217 1111 409 3 0 796 0
[pid=25093] ppid=25090 vsize=5356 CPUtime=0
/proc/25093/stat : 25093 (sh) S 25090 25090 20092 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 24902706 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25093/statm: 1339 233 193 169 0 50 0
[pid=25094] ppid=25093 vsize=864788 CPUtime=2.82
/proc/25094/stat : 25094 (java) S 25093 25090 20092 0 -1 0 29925 0 1 0 268 14 0 0 18 0 9 0 24902706 885542912 25012 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25094/statm: 216197 25012 2557 9 0 210709 0
[pid=25094/tid=25095] ppid=25093 vsize=864788 CPUtime=1.5
/proc/25094/task/25095/stat : 25095 (java) R 25093 25090 20092 0 -1 64 3918 0 1 0 147 3 0 0 25 0 9 0 24902707 885542912 25012 996147200 134512640 134550932 4294955984 18446744073709551615 4126740212 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25094/tid=25096] ppid=25093 vsize=864788 CPUtime=1.17
/proc/25094/task/25096/stat : 25096 (java) S 25093 25090 20092 0 -1 64 24774 0 0 0 107 10 0 0 17 0 9 0 24902709 885542912 25012 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25094/tid=25097] ppid=25093 vsize=864788 CPUtime=0
/proc/25094/task/25097/stat : 25097 (java) S 25093 25090 20092 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24902709 885542912 25012 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25094/tid=25098] ppid=25093 vsize=864788 CPUtime=0
/proc/25094/task/25098/stat : 25098 (java) S 25093 25090 20092 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 24902709 885542912 25012 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25094/tid=25099] ppid=25093 vsize=864788 CPUtime=0
/proc/25094/task/25099/stat : 25099 (java) S 25093 25090 20092 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24902711 885542912 25012 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25094/tid=25100] ppid=25093 vsize=864788 CPUtime=0.13
/proc/25094/task/25100/stat : 25100 (java) S 25093 25090 20092 0 -1 64 528 0 0 0 13 0 0 0 16 0 9 0 24902711 885542912 25012 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25094/tid=25101] ppid=25093 vsize=864788 CPUtime=0
/proc/25094/task/25101/stat : 25101 (java) S 25093 25090 20092 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24902711 885542912 25012 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25094/tid=25102] ppid=25093 vsize=864788 CPUtime=0
/proc/25094/task/25102/stat : 25102 (java) S 25093 25090 20092 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24902711 885542912 25012 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 887012

[startup+6.30298 s]
/proc/loadavg: 2.08 2.02 2.01 3/91 25112
/proc/meminfo: memFree=1608192/2055920 swapFree=4192812/4192956
[pid=25090] ppid=25088 vsize=16868 CPUtime=3.53
/proc/25090/stat : 25090 (sugar) S 25088 25090 20092 0 -1 4194304 1309 32048 0 1 5 2 328 18 15 0 1 0 24902683 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25090/statm: 4217 1111 409 3 0 796 0
[pid=25103] ppid=25090 vsize=5356 CPUtime=0
/proc/25103/stat : 25103 (sh) S 25090 25090 20092 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24903063 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25103/statm: 1339 233 193 169 0 50 0
[pid=25104] ppid=25103 vsize=868544 CPUtime=2.47
/proc/25104/stat : 25104 (java) S 25103 25090 20092 0 -1 0 14851 0 1 0 239 8 0 0 18 0 9 0 24903063 889389056 13507 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25104/statm: 217136 13507 2570 9 0 211641 0
[pid=25104/tid=25105] ppid=25103 vsize=868544 CPUtime=1.67
/proc/25104/task/25105/stat : 25105 (java) R 25103 25090 20092 0 -1 64 2920 0 1 0 165 2 0 0 25 0 9 0 24903064 889389056 13507 996147200 134512640 134550932 4294955936 18446744073709551615 4126452375 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25104/tid=25106] ppid=25103 vsize=868544 CPUtime=0.6
/proc/25104/task/25106/stat : 25106 (java) S 25103 25090 20092 0 -1 64 9755 0 0 0 56 4 0 0 16 0 9 0 24903065 889389056 13507 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25104/tid=25107] ppid=25103 vsize=868544 CPUtime=0
/proc/25104/task/25107/stat : 25107 (java) S 25103 25090 20092 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24903065 889389056 13507 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25104/tid=25108] ppid=25103 vsize=868544 CPUtime=0
/proc/25104/task/25108/stat : 25108 (java) S 25103 25090 20092 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24903065 889389056 13507 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25104/tid=25109] ppid=25103 vsize=868544 CPUtime=0
/proc/25104/task/25109/stat : 25109 (java) S 25103 25090 20092 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24903067 889389056 13507 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25104/tid=25110] ppid=25103 vsize=868544 CPUtime=0.18
/proc/25104/task/25110/stat : 25110 (java) S 25103 25090 20092 0 -1 64 1472 0 0 0 17 1 0 0 15 0 9 0 24903067 889389056 13507 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25104/tid=25111] ppid=25103 vsize=868544 CPUtime=0
/proc/25104/task/25111/stat : 25111 (java) S 25103 25090 20092 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24903067 889389056 13507 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25104/tid=25112] ppid=25103 vsize=868544 CPUtime=0
/proc/25104/task/25112/stat : 25112 (java) S 25103 25090 20092 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24903067 889389056 13507 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 890768

[startup+12.703 s]
/proc/loadavg: 2.07 2.02 2.00 3/91 25112
/proc/meminfo: memFree=1573952/2055920 swapFree=4192812/4192956
[pid=25090] ppid=25088 vsize=16868 CPUtime=3.53
/proc/25090/stat : 25090 (sugar) S 25088 25090 20092 0 -1 4194304 1309 32048 0 1 5 2 328 18 16 0 1 0 24902683 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25090/statm: 4217 1111 409 3 0 796 0
[pid=25103] ppid=25090 vsize=5356 CPUtime=0
/proc/25103/stat : 25103 (sh) S 25090 25090 20092 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24903063 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25103/statm: 1339 233 193 169 0 50 0
[pid=25104] ppid=25103 vsize=868628 CPUtime=8.79
/proc/25104/stat : 25104 (java) S 25103 25090 20092 0 -1 0 28219 0 1 0 863 16 0 0 18 0 9 0 24903063 889475072 21182 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25104/statm: 217157 21182 2568 9 0 211662 0
[pid=25104/tid=25105] ppid=25103 vsize=868628 CPUtime=7.08
/proc/25104/task/25105/stat : 25105 (java) R 25103 25090 20092 0 -1 64 3367 0 1 0 705 3 0 0 25 0 9 0 24903064 889475072 21182 996147200 134512640 134550932 4294955936 18446744073709551615 4126588164 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25104/tid=25106] ppid=25103 vsize=868628 CPUtime=1.48
/proc/25104/task/25106/stat : 25106 (java) S 25103 25090 20092 0 -1 64 22663 0 0 0 137 11 0 0 16 0 9 0 24903065 889475072 21182 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25104/tid=25107] ppid=25103 vsize=868628 CPUtime=0
/proc/25104/task/25107/stat : 25107 (java) S 25103 25090 20092 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24903065 889475072 21182 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25104/tid=25108] ppid=25103 vsize=868628 CPUtime=0
/proc/25104/task/25108/stat : 25108 (java) S 25103 25090 20092 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24903065 889475072 21182 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25104/tid=25109] ppid=25103 vsize=868628 CPUtime=0
/proc/25104/task/25109/stat : 25109 (java) S 25103 25090 20092 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24903067 889475072 21182 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25104/tid=25110] ppid=25103 vsize=868628 CPUtime=0.2
/proc/25104/task/25110/stat : 25110 (java) S 25103 25090 20092 0 -1 64 1485 0 0 0 19 1 0 0 16 0 9 0 24903067 889475072 21182 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25104/tid=25111] ppid=25103 vsize=868628 CPUtime=0
/proc/25104/task/25111/stat : 25111 (java) S 25103 25090 20092 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24903067 889475072 21182 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25104/tid=25112] ppid=25103 vsize=868628 CPUtime=0
/proc/25104/task/25112/stat : 25112 (java) S 25103 25090 20092 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24903067 889475072 21182 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 890852

[startup+25.5021 s]
/proc/loadavg: 2.14 2.03 2.01 3/91 25112
/proc/meminfo: memFree=1506432/2055920 swapFree=4192812/4192956
[pid=25090] ppid=25088 vsize=16868 CPUtime=3.53
/proc/25090/stat : 25090 (sugar) S 25088 25090 20092 0 -1 4194304 1309 32048 0 1 5 2 328 18 16 0 1 0 24902683 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25090/statm: 4217 1111 409 3 0 796 0
[pid=25103] ppid=25090 vsize=5356 CPUtime=0
/proc/25103/stat : 25103 (sh) S 25090 25090 20092 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24903063 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25103/statm: 1339 233 193 169 0 50 0
[pid=25104] ppid=25103 vsize=868628 CPUtime=21.46
/proc/25104/stat : 25104 (java) S 25103 25090 20092 0 -1 0 53086 0 1 0 2118 28 0 0 18 0 9 0 24903063 889475072 37231 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25104/statm: 217157 37231 2568 9 0 211662 0
[pid=25104/tid=25105] ppid=25103 vsize=868628 CPUtime=17.4
/proc/25104/task/25105/stat : 25105 (java) R 25103 25090 20092 0 -1 64 4798 0 1 0 1736 4 0 0 25 0 9 0 24903064 889475072 37231 996147200 134512640 134550932 4294955936 18446744073709551615 4126513957 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25104/tid=25106] ppid=25103 vsize=868628 CPUtime=3.82
/proc/25104/task/25106/stat : 25106 (java) S 25103 25090 20092 0 -1 64 46094 0 0 0 360 22 0 0 16 0 9 0 24903065 889475072 37231 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25104/tid=25107] ppid=25103 vsize=868628 CPUtime=0
/proc/25104/task/25107/stat : 25107 (java) S 25103 25090 20092 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24903065 889475072 37231 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25104/tid=25108] ppid=25103 vsize=868628 CPUtime=0
/proc/25104/task/25108/stat : 25108 (java) S 25103 25090 20092 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24903065 889475072 37231 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25104/tid=25109] ppid=25103 vsize=868628 CPUtime=0

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

[startup+342.302 s]
/proc/loadavg: 2.29 2.16 2.06 3/91 25118
/proc/meminfo: memFree=16064/2055920 swapFree=4192812/4192956
[pid=25090] ppid=25088 vsize=16868 CPUtime=3.54
/proc/25090/stat : 25090 (sugar) S 25088 25090 20092 0 -1 4194304 1310 32048 0 1 5 3 328 18 16 0 1 0 24902683 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25090/statm: 4217 1111 409 3 0 796 0
[pid=25103] ppid=25090 vsize=5356 CPUtime=0
/proc/25103/stat : 25103 (sh) S 25090 25090 20092 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24903063 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25103/statm: 1339 233 193 169 0 50 0
[pid=25104] ppid=25103 vsize=868740 CPUtime=330.63
/proc/25104/stat : 25104 (java) S 25103 25090 20092 0 -1 0 158622 0 1 0 31750 1313 0 0 18 0 9 0 24903063 889589760 131615 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25104/statm: 217185 131615 2593 9 0 211662 0
[pid=25104/tid=25105] ppid=25103 vsize=868740 CPUtime=312.51
/proc/25104/task/25105/stat : 25105 (java) R 25103 25090 20092 0 -1 64 10020 0 1 0 30012 1239 0 0 25 0 9 0 24903064 889589760 131615 996147200 134512640 134550932 4294955936 18446744073709551615 4127070521 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25104/tid=25106] ppid=25103 vsize=868740 CPUtime=17.78
/proc/25104/task/25106/stat : 25106 (java) S 25103 25090 20092 0 -1 64 146360 0 0 0 1706 72 0 0 16 0 9 0 24903065 889589760 131615 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25104/tid=25107] ppid=25103 vsize=868740 CPUtime=0
/proc/25104/task/25107/stat : 25107 (java) S 25103 25090 20092 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24903065 889589760 131615 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25104/tid=25108] ppid=25103 vsize=868740 CPUtime=0
/proc/25104/task/25108/stat : 25108 (java) S 25103 25090 20092 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24903065 889589760 131615 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25104/tid=25109] ppid=25103 vsize=868740 CPUtime=0
/proc/25104/task/25109/stat : 25109 (java) S 25103 25090 20092 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24903067 889589760 131615 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25104/tid=25110] ppid=25103 vsize=868740 CPUtime=0.31
/proc/25104/task/25110/stat : 25110 (java) S 25103 25090 20092 0 -1 64 1538 0 0 0 30 1 0 0 15 0 9 0 24903067 889589760 131615 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25104/tid=25111] ppid=25103 vsize=868740 CPUtime=0
/proc/25104/task/25111/stat : 25111 (java) S 25103 25090 20092 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24903067 889589760 131615 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25104/tid=25112] ppid=25103 vsize=868740 CPUtime=0
/proc/25104/task/25112/stat : 25112 (java) S 25103 25090 20092 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24903067 889589760 131615 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 334.17
Current children cumulated vsize (KiB) 890964

[startup+402.302 s]
/proc/loadavg: 2.27 2.18 2.07 3/91 25118
/proc/meminfo: memFree=14912/2055920 swapFree=4192812/4192956
[pid=25090] ppid=25088 vsize=16868 CPUtime=3.54
/proc/25090/stat : 25090 (sugar) S 25088 25090 20092 0 -1 4194304 1310 32048 0 1 5 3 328 18 16 0 1 0 24902683 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25090/statm: 4217 1111 409 3 0 796 0
[pid=25103] ppid=25090 vsize=5356 CPUtime=0
/proc/25103/stat : 25103 (sh) S 25090 25090 20092 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24903063 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25103/statm: 1339 233 193 169 0 50 0
[pid=25104] ppid=25103 vsize=868740 CPUtime=388.42
/proc/25104/stat : 25104 (java) S 25103 25090 20092 0 -1 0 158859 0 1 0 37226 1616 0 0 18 0 9 0 24903063 889589760 131615 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25104/statm: 217185 131615 2593 9 0 211662 0
[pid=25104/tid=25105] ppid=25103 vsize=868740 CPUtime=369.76
/proc/25104/task/25105/stat : 25105 (java) R 25103 25090 20092 0 -1 64 10257 0 1 0 35436 1540 0 0 25 0 9 0 24903064 889589760 131615 996147200 134512640 134550932 4294955936 18446744073709551615 102094014 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25104/tid=25106] ppid=25103 vsize=868740 CPUtime=18.33
/proc/25104/task/25106/stat : 25106 (java) S 25103 25090 20092 0 -1 64 146360 0 0 0 1759 74 0 0 16 0 9 0 24903065 889589760 131615 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25104/tid=25107] ppid=25103 vsize=868740 CPUtime=0
/proc/25104/task/25107/stat : 25107 (java) S 25103 25090 20092 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24903065 889589760 131615 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25104/tid=25108] ppid=25103 vsize=868740 CPUtime=0
/proc/25104/task/25108/stat : 25108 (java) S 25103 25090 20092 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24903065 889589760 131615 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25104/tid=25109] ppid=25103 vsize=868740 CPUtime=0
/proc/25104/task/25109/stat : 25109 (java) S 25103 25090 20092 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24903067 889589760 131615 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25104/tid=25110] ppid=25103 vsize=868740 CPUtime=0.31
/proc/25104/task/25110/stat : 25110 (java) S 25103 25090 20092 0 -1 64 1538 0 0 0 30 1 0 0 15 0 9 0 24903067 889589760 131615 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25104/tid=25111] ppid=25103 vsize=868740 CPUtime=0
/proc/25104/task/25111/stat : 25111 (java) S 25103 25090 20092 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24903067 889589760 131615 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25104/tid=25112] ppid=25103 vsize=868740 CPUtime=0
/proc/25104/task/25112/stat : 25112 (java) S 25103 25090 20092 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24903067 889589760 131615 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 391.96
Current children cumulated vsize (KiB) 890964

[startup+462.303 s]
/proc/loadavg: 2.32 2.20 2.08 3/91 25118
/proc/meminfo: memFree=15488/2055920 swapFree=4192812/4192956
[pid=25090] ppid=25088 vsize=16868 CPUtime=3.54
/proc/25090/stat : 25090 (sugar) S 25088 25090 20092 0 -1 4194304 1310 32048 0 1 5 3 328 18 16 0 1 0 24902683 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25090/statm: 4217 1111 409 3 0 796 0
[pid=25103] ppid=25090 vsize=5356 CPUtime=0
/proc/25103/stat : 25103 (sh) S 25090 25090 20092 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24903063 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25103/statm: 1339 233 193 169 0 50 0
[pid=25104] ppid=25103 vsize=868740 CPUtime=446.57
/proc/25104/stat : 25104 (java) S 25103 25090 20092 0 -1 0 159109 0 1 0 42718 1939 0 0 18 0 9 0 24903063 889589760 131615 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25104/statm: 217185 131615 2593 9 0 211662 0
[pid=25104/tid=25105] ppid=25103 vsize=868740 CPUtime=427.33
/proc/25104/task/25105/stat : 25105 (java) R 25103 25090 20092 0 -1 64 10507 0 1 0 40872 1861 0 0 25 0 9 0 24903064 889589760 131615 996147200 134512640 134550932 4294955936 18446744073709551615 4126984406 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25104/tid=25106] ppid=25103 vsize=868740 CPUtime=18.89
/proc/25104/task/25106/stat : 25106 (java) S 25103 25090 20092 0 -1 64 146360 0 0 0 1814 75 0 0 16 0 9 0 24903065 889589760 131615 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25104/tid=25107] ppid=25103 vsize=868740 CPUtime=0
/proc/25104/task/25107/stat : 25107 (java) S 25103 25090 20092 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24903065 889589760 131615 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25104/tid=25108] ppid=25103 vsize=868740 CPUtime=0
/proc/25104/task/25108/stat : 25108 (java) S 25103 25090 20092 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24903065 889589760 131615 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25104/tid=25109] ppid=25103 vsize=868740 CPUtime=0
/proc/25104/task/25109/stat : 25109 (java) S 25103 25090 20092 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24903067 889589760 131615 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25104/tid=25110] ppid=25103 vsize=868740 CPUtime=0.31
/proc/25104/task/25110/stat : 25110 (java) S 25103 25090 20092 0 -1 64 1538 0 0 0 30 1 0 0 15 0 9 0 24903067 889589760 131615 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25104/tid=25111] ppid=25103 vsize=868740 CPUtime=0
/proc/25104/task/25111/stat : 25111 (java) S 25103 25090 20092 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24903067 889589760 131615 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25104/tid=25112] ppid=25103 vsize=868740 CPUtime=0
/proc/25104/task/25112/stat : 25112 (java) S 25103 25090 20092 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24903067 889589760 131615 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 450.11
Current children cumulated vsize (KiB) 890964

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

[startup+463.901 s]
/proc/loadavg: 2.32 2.20 2.08 3/91 25118
/proc/meminfo: memFree=15808/2055920 swapFree=4192812/4192956
[pid=25090] ppid=25088 vsize=16868 CPUtime=3.54
/proc/25090/stat : 25090 (sugar) S 25088 25090 20092 0 -1 4194304 1310 32048 0 1 5 3 328 18 16 0 1 0 24902683 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25090/statm: 4217 1111 409 3 0 796 0
[pid=25103] ppid=25090 vsize=5356 CPUtime=0
/proc/25103/stat : 25103 (sh) S 25090 25090 20092 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24903063 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25103/statm: 1339 233 193 169 0 50 0
[pid=25104] ppid=25103 vsize=868740 CPUtime=448.14
/proc/25104/stat : 25104 (java) S 25103 25090 20092 0 -1 0 159116 0 1 0 42866 1948 0 0 18 0 9 0 24903063 889589760 131615 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25104/statm: 217185 131615 2593 9 0 211662 0
[pid=25104/tid=25105] ppid=25103 vsize=868740 CPUtime=428.88
/proc/25104/task/25105/stat : 25105 (java) R 25103 25090 20092 0 -1 64 10514 0 1 0 41018 1870 0 0 25 0 9 0 24903064 889589760 131615 996147200 134512640 134550932 4294955936 18446744073709551615 4127070502 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25104/tid=25106] ppid=25103 vsize=868740 CPUtime=18.91
/proc/25104/task/25106/stat : 25106 (java) S 25103 25090 20092 0 -1 64 146360 0 0 0 1816 75 0 0 16 0 9 0 24903065 889589760 131615 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25104/tid=25107] ppid=25103 vsize=868740 CPUtime=0
/proc/25104/task/25107/stat : 25107 (java) S 25103 25090 20092 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24903065 889589760 131615 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25104/tid=25108] ppid=25103 vsize=868740 CPUtime=0
/proc/25104/task/25108/stat : 25108 (java) S 25103 25090 20092 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24903065 889589760 131615 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25104/tid=25109] ppid=25103 vsize=868740 CPUtime=0
/proc/25104/task/25109/stat : 25109 (java) S 25103 25090 20092 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24903067 889589760 131615 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25104/tid=25110] ppid=25103 vsize=868740 CPUtime=0.31
/proc/25104/task/25110/stat : 25110 (java) S 25103 25090 20092 0 -1 64 1538 0 0 0 30 1 0 0 15 0 9 0 24903067 889589760 131615 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25104/tid=25111] ppid=25103 vsize=868740 CPUtime=0
/proc/25104/task/25111/stat : 25111 (java) S 25103 25090 20092 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24903067 889589760 131615 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25104/tid=25112] ppid=25103 vsize=868740 CPUtime=0
/proc/25104/task/25112/stat : 25112 (java) S 25103 25090 20092 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24903067 889589760 131615 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 451.68
Current children cumulated vsize (KiB) 890964

[startup+467.102 s]
/proc/loadavg: 2.37 2.22 2.09 2/81 25118
/proc/meminfo: memFree=1694288/2055920 swapFree=4192812/4192956
[pid=25090] ppid=25088 vsize=16868 CPUtime=452.75
/proc/25090/stat : 25090 (sugar) D 25088 25090 20092 0 -1 4194304 1334 191460 0 4 5 73 43220 1977 18 0 1 0 24902683 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269028660265 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/25090/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 452.75
Current children cumulated vsize (KiB) 16868

[startup+467.903 s]
/proc/loadavg: 2.37 2.22 2.09 2/81 25118
/proc/meminfo: memFree=1693712/2055920 swapFree=4192812/4192956
[pid=25090] ppid=25088 vsize=16868 CPUtime=452.78
/proc/25090/stat : 25090 (sugar) D 25088 25090 20092 0 -1 4194304 1334 191460 0 4 5 76 43220 1977 18 0 1 0 24902683 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269028660265 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/25090/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 452.78
Current children cumulated vsize (KiB) 16868

[startup+468.303 s]
/proc/loadavg: 2.37 2.22 2.09 2/81 25118
/proc/meminfo: memFree=1693712/2055920 swapFree=4192812/4192956
[pid=25090] ppid=25088 vsize=16868 CPUtime=452.8
/proc/25090/stat : 25090 (sugar) D 25088 25090 20092 0 -1 4194304 1334 191460 0 4 5 78 43220 1977 18 0 1 0 24902683 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269028660265 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/25090/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 452.8
Current children cumulated vsize (KiB) 16868

[startup+468.702 s]
/proc/loadavg: 2.37 2.22 2.09 2/81 25118
/proc/meminfo: memFree=1693136/2055920 swapFree=4192812/4192956
[pid=25090] ppid=25088 vsize=16868 CPUtime=452.81
/proc/25090/stat : 25090 (sugar) D 25088 25090 20092 0 -1 4194304 1334 191460 0 4 5 79 43220 1977 18 0 1 0 24902683 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269028660265 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/25090/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 452.81
Current children cumulated vsize (KiB) 16868

[startup+468.802 s]
/proc/loadavg: 2.37 2.22 2.09 2/81 25118
/proc/meminfo: memFree=1693136/2055920 swapFree=4192812/4192956
[pid=25090] ppid=25088 vsize=16868 CPUtime=452.82
/proc/25090/stat : 25090 (sugar) D 25088 25090 20092 0 -1 4194304 1334 191460 0 4 5 80 43220 1977 18 0 1 0 24902683 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269028660265 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/25090/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 452.82
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 468.869
CPU time (s): 452.852
CPU user time (s): 432.266
CPU system time (s): 20.5859
CPU usage (%): 96.584
Max. virtual memory (cumulated for all children) (KiB): 905104

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

runsolver used 0.610907 second user time and 1.63375 second system time

The end

Launcher Data

Begin job on node26 at 2009-07-12 07:59:24
IDJOB=2083863
IDBENCH=57959
IDSOLVER=738
FILE ID=node26/2083863-1247378363
PBS_JOBID= 9507081
Free space on /tmp= 66388 MiB

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

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

MD5SUM BENCH= 4455d4457369a89450eaa6e90b2bdf34
RANDOM SEED=1452662753

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1651896 kB
Buffers:          4188 kB
Cached:          54428 kB
SwapCached:          0 kB
Active:         328516 kB
Inactive:         8808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1651896 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10152 kB
Writeback:           0 kB
Mapped:         296568 kB
Slab:            51428 kB
Committed_AS:   915420 kB
PageTables:       2268 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= 66384 MiB
End job on node26 at 2009-07-12 08:07:13