Trace number 1069689

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.13+picosat? 327.75 346.841

General information on the benchmark

Namecsp/pseudoGLB/
normalized-reduced-prob4.xml
MD5SUM55ef163355b9ff47a9684159694fe405
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.014997
Satisfiable
(Un)Satisfiability was proved
Number of variables82
Number of constraints2
Maximum constraint arity82
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(2)

Solver Data (download as text)

0.03/0.31	c 0	Sugar v1-13 + HOME/picosat
0.03/0.31	c 0	BEGIN Tue Jul  8 02:31:34 2008
0.03/0.31	c 0	PID 2979
0.03/0.31	c 0	HOST node3.alineos.net
0.03/0.31	c 0	CONVERTING HOME/instance-1069689-1215477094.xml TO HOME/temp.csp
0.03/0.31	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1069689-1215477094.xml' 'HOME/temp.csp'
0.04/0.80	c 1	1 domains, 82 variables, 0 predicates, 0 relations, 2 constraints
0.04/0.82	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.82	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.04/0.89	c 1	Parsing HOME/temp.csp
0.25/0.95	c 1	parsed 85 expressions
0.25/0.95	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.25/0.95	c 1	Converting to clausal form CSP
0.25/0.97	c 1	converted 9 (10%) expressions
0.25/0.97	c 1	converted 17 (20%) expressions
0.25/0.97	c 1	converted 26 (30%) expressions
0.25/0.97	c 1	converted 34 (40%) expressions
0.25/0.97	c 1	converted 43 (50%) expressions
0.25/0.97	c 1	converted 51 (60%) expressions
0.25/0.97	c 1	converted 60 (70%) expressions
0.25/0.97	c 1	converted 68 (80%) expressions
0.25/0.98	c 1	converted 77 (90%) expressions
0.42/1.07	c 1	converted 85 (100%) expressions
0.42/1.08	c 1	CSP : 242 integers, 0 booleans, 322 clauses, largest domain size 260141
0.42/1.08	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.42/1.08	c 1	Propagation in CSP
0.42/1.10	c 1	962811 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.42/1.10	c 1	CSP : 242 integers, 0 booleans, 322 clauses, largest domain size 260141
0.42/1.10	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.42/1.10	c 1	Simplifing CSP by introducing new Boolean variables
0.42/1.10	c 1	CSP : 242 integers, 0 booleans, 322 clauses, largest domain size 260141
0.42/1.10	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.51/1.12	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.51/1.13	c 1	25 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.51/1.13	c 1	49 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.51/1.13	c 1	73 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.81/1.47	c 1	97 (40%) CSP integer variables are encoded (273055 clauses, 4420479 bytes)
1.41/2.04	c 2	121 (50%) CSP integer variables are encoded (743068 clauses, 12410700 bytes)
2.01/2.62	c 3	146 (60%) CSP integer variables are encoded (1220378 clauses, 20965995 bytes)
2.50/3.15	c 3	170 (70%) CSP integer variables are encoded (1651233 clauses, 29152240 bytes)
3.29/3.94	c 4	194 (80%) CSP integer variables are encoded (2276608 clauses, 41034365 bytes)
4.38/5.07	c 5	218 (90%) CSP integer variables are encoded (3180985 clauses, 58217528 bytes)
5.48/6.11	c 6	242 (100%) CSP integer variables are encoded (4011975 clauses, 74006338 bytes)
326.41/342.69	c 343	ERROR Exception Too large HOME/temp.cnf
326.50/342.70	c 343	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
326.50/342.70	c 343	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
326.50/342.70	c 343	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
326.50/342.70	s UNKNOWN
326.50/342.73	c 343	CPU 294.01 (0.03 0.01 293.98 32.5)
326.50/342.73	c 343	END Tue Jul  8 02:37:17 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1069689-1215477094/watcher-1069689-1215477094 -o /tmp/evaluation-result-1069689-1215477094/solver-1069689-1215477094 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1069689-1215477094.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 4/71 2981
/proc/meminfo: memFree=1937064/2055920 swapFree=4192956/4192956
[pid=2979] ppid=2976 vsize=18572 CPUtime=0
/proc/2979/stat : 2979 (runsolver) D 2976 2979 2906 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 4412774 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 233632754983 0 0 4096 24578 18446744071563479169 0 0 17 0 0 0
/proc/2979/statm: 4643 292 257 25 0 2626 0

[startup+0.040783 s]
/proc/loadavg: 1.00 1.00 1.00 4/71 2981
/proc/meminfo: memFree=1937064/2055920 swapFree=4192956/4192956
[pid=2979] ppid=2976 vsize=124 CPUtime=0
/proc/2979/stat : 2979 (sugar) D 2976 2979 2906 0 -1 4194304 38 0 0 0 0 0 0 0 18 0 1 0 4412774 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 233630135785 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/2979/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.101787 s]
/proc/loadavg: 1.00 1.00 1.00 4/71 2981
/proc/meminfo: memFree=1937064/2055920 swapFree=4192956/4192956
[pid=2979] ppid=2976 vsize=11908 CPUtime=0
/proc/2979/stat : 2979 (sugar) D 2976 2979 2906 0 -1 4194304 83 0 2 0 0 0 0 0 18 0 1 0 4412774 12193792 70 996147200 4194304 4206940 548682068608 18446744073709551615 233630122428 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/2979/statm: 2977 70 52 3 0 65 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11908

[startup+0.301808 s]
/proc/loadavg: 1.00 1.00 1.00 4/71 2981
/proc/meminfo: memFree=1937064/2055920 swapFree=4192956/4192956
[pid=2979] ppid=2976 vsize=13204 CPUtime=0.03
/proc/2979/stat : 2979 (sugar) R 2976 2979 2906 0 -1 4194304 687 0 16 0 2 1 0 0 18 0 1 0 4412774 13520896 671 996147200 4194304 4206940 548682068608 18446744073709551615 233632600801 0 0 4224 0 0 0 0 17 1 0 0
/proc/2979/statm: 3301 671 336 3 0 401 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13204

[startup+0.701841 s]
/proc/loadavg: 1.00 1.00 1.00 4/71 2981
/proc/meminfo: memFree=1937064/2055920 swapFree=4192956/4192956
[pid=2979] ppid=2976 vsize=13600 CPUtime=0.04
/proc/2979/stat : 2979 (sugar) S 2976 2979 2906 0 -1 4194304 884 127 16 0 3 1 0 0 16 0 1 0 4412774 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2979/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50291 s]
/proc/loadavg: 1.16 1.03 1.01 3/93 3025
/proc/meminfo: memFree=1898096/2055920 swapFree=4192956/4192956
[pid=2979] ppid=2976 vsize=13600 CPUtime=0.25
/proc/2979/stat : 2979 (sugar) S 2976 2979 2906 0 -1 4194304 958 3953 16 176 3 1 14 7 15 0 1 0 4412774 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2979/statm: 3400 797 370 3 0 500 0
[pid=3008] ppid=2979 vsize=5356 CPUtime=0
/proc/3008/stat : 3008 (sh) S 2979 2979 2906 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4412856 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3008/statm: 1339 233 193 169 0 50 0
[pid=3009] ppid=3008 vsize=864984 CPUtime=0.66
/proc/3009/stat : 3009 (java) S 3008 2979 2906 0 -1 0 5110 0 4 0 60 6 0 0 19 0 9 0 4412856 885743616 4263 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3009/statm: 216246 4263 2562 9 0 210793 0
[pid=3009/tid=3011] ppid=3008 vsize=864984 CPUtime=0.53
/proc/3009/task/3011/stat : 3011 (java) R 3008 2979 2906 0 -1 64 2783 0 4 0 48 5 0 0 19 0 9 0 4412857 885743616 4263 996147200 134512640 134550740 4294955952 18446744073709551615 4126479065 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3009/tid=3015] ppid=3008 vsize=864984 CPUtime=0.03
/proc/3009/task/3015/stat : 3015 (java) S 3008 2979 2906 0 -1 64 1295 0 0 0 3 0 0 0 16 0 9 0 4412858 885743616 4263 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3009/tid=3016] ppid=3008 vsize=864984 CPUtime=0
/proc/3009/task/3016/stat : 3016 (java) S 3008 2979 2906 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4412859 885743616 4263 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3009/tid=3017] ppid=3008 vsize=864984 CPUtime=0
/proc/3009/task/3017/stat : 3017 (java) S 3008 2979 2906 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 4412859 885743616 4263 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3009/tid=3022] ppid=3008 vsize=864984 CPUtime=0
/proc/3009/task/3022/stat : 3022 (java) S 3008 2979 2906 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4412861 885743616 4263 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3009/tid=3023] ppid=3008 vsize=864984 CPUtime=0.07
/proc/3009/task/3023/stat : 3023 (java) S 3008 2979 2906 0 -1 64 339 0 0 0 7 0 0 0 16 0 9 0 4412861 885743616 4263 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3009/tid=3024] ppid=3008 vsize=864984 CPUtime=0
/proc/3009/task/3024/stat : 3024 (java) S 3008 2979 2906 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4412861 885743616 4263 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3009/tid=3025] ppid=3008 vsize=864984 CPUtime=0
/proc/3009/task/3025/stat : 3025 (java) S 3008 2979 2906 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4412861 885743616 4263 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 883940

[startup+3.10204 s]
/proc/loadavg: 1.16 1.03 1.01 3/93 3025
/proc/meminfo: memFree=1868528/2055920 swapFree=4192956/4192956
[pid=2979] ppid=2976 vsize=13600 CPUtime=0.25
/proc/2979/stat : 2979 (sugar) S 2976 2979 2906 0 -1 4194304 958 3953 16 176 3 1 14 7 15 0 1 0 4412774 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2979/statm: 3400 797 370 3 0 500 0
[pid=3008] ppid=2979 vsize=5356 CPUtime=0
/proc/3008/stat : 3008 (sh) S 2979 2979 2906 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4412856 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3008/statm: 1339 233 193 169 0 50 0
[pid=3009] ppid=3008 vsize=864984 CPUtime=2.25
/proc/3009/stat : 3009 (java) S 3008 2979 2906 0 -1 0 5654 0 4 0 204 21 0 0 19 0 9 0 4412856 885743616 4269 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3009/statm: 216246 4269 2562 9 0 210793 0
[pid=3009/tid=3011] ppid=3008 vsize=864984 CPUtime=1.99
/proc/3009/task/3011/stat : 3011 (java) R 3008 2979 2906 0 -1 64 3321 0 4 0 182 17 0 0 25 0 9 0 4412857 885743616 4269 996147200 134512640 134550740 4294955952 18446744073709551615 102064745 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3009/tid=3015] ppid=3008 vsize=864984 CPUtime=0.16
/proc/3009/task/3015/stat : 3015 (java) S 3008 2979 2906 0 -1 64 1295 0 0 0 13 3 0 0 16 0 9 0 4412858 885743616 4269 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3009/tid=3016] ppid=3008 vsize=864984 CPUtime=0
/proc/3009/task/3016/stat : 3016 (java) S 3008 2979 2906 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4412859 885743616 4269 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3009/tid=3017] ppid=3008 vsize=864984 CPUtime=0
/proc/3009/task/3017/stat : 3017 (java) S 3008 2979 2906 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 4412859 885743616 4269 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3009/tid=3022] ppid=3008 vsize=864984 CPUtime=0
/proc/3009/task/3022/stat : 3022 (java) S 3008 2979 2906 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4412861 885743616 4269 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3009/tid=3023] ppid=3008 vsize=864984 CPUtime=0.08
/proc/3009/task/3023/stat : 3023 (java) S 3008 2979 2906 0 -1 64 345 0 0 0 8 0 0 0 16 0 9 0 4412861 885743616 4269 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3009/tid=3024] ppid=3008 vsize=864984 CPUtime=0
/proc/3009/task/3024/stat : 3024 (java) S 3008 2979 2906 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4412861 885743616 4269 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3009/tid=3025] ppid=3008 vsize=864984 CPUtime=0
/proc/3009/task/3025/stat : 3025 (java) S 3008 2979 2906 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4412861 885743616 4269 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 883940

[startup+6.30232 s]
/proc/loadavg: 1.16 1.03 1.01 4/93 3025
/proc/meminfo: memFree=1769136/2055920 swapFree=4192956/4192956
[pid=2979] ppid=2976 vsize=13600 CPUtime=0.25
/proc/2979/stat : 2979 (sugar) S 2976 2979 2906 0 -1 4194304 958 3953 16 176 3 1 14 7 16 0 1 0 4412774 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2979/statm: 3400 797 370 3 0 500 0
[pid=3008] ppid=2979 vsize=5356 CPUtime=0
/proc/3008/stat : 3008 (sh) S 2979 2979 2906 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4412856 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3008/statm: 1339 233 193 169 0 50 0
[pid=3009] ppid=3008 vsize=864984 CPUtime=5.43
/proc/3009/stat : 3009 (java) S 3008 2979 2906 0 -1 0 6760 0 4 0 486 57 0 0 19 0 9 0 4412856 885743616 4305 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3009/statm: 216246 4305 2562 9 0 210793 0
[pid=3009/tid=3011] ppid=3008 vsize=864984 CPUtime=4.94
/proc/3009/task/3011/stat : 3011 (java) R 3008 2979 2906 0 -1 64 4392 0 4 0 447 47 0 0 25 0 9 0 4412857 885743616 4305 996147200 134512640 134550740 4294955952 18446744073709551615 4126456715 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3009/tid=3015] ppid=3008 vsize=864984 CPUtime=0.39
/proc/3009/task/3015/stat : 3015 (java) S 3008 2979 2906 0 -1 64 1295 0 0 0 30 9 0 0 16 0 9 0 4412858 885743616 4305 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3009/tid=3016] ppid=3008 vsize=864984 CPUtime=0
/proc/3009/task/3016/stat : 3016 (java) S 3008 2979 2906 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4412859 885743616 4305 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3009/tid=3017] ppid=3008 vsize=864984 CPUtime=0
/proc/3009/task/3017/stat : 3017 (java) S 3008 2979 2906 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 4412859 885743616 4305 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3009/tid=3022] ppid=3008 vsize=864984 CPUtime=0
/proc/3009/task/3022/stat : 3022 (java) S 3008 2979 2906 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4412861 885743616 4305 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3009/tid=3023] ppid=3008 vsize=864984 CPUtime=0.08
/proc/3009/task/3023/stat : 3023 (java) S 3008 2979 2906 0 -1 64 380 0 0 0 8 0 0 0 17 0 9 0 4412861 885743616 4305 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3009/tid=3024] ppid=3008 vsize=864984 CPUtime=0
/proc/3009/task/3024/stat : 3024 (java) S 3008 2979 2906 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4412861 885743616 4305 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3009/tid=3025] ppid=3008 vsize=864984 CPUtime=0
/proc/3009/task/3025/stat : 3025 (java) S 3008 2979 2906 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4412861 885743616 4305 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.68
Current children cumulated vsize (KiB) 883940

[startup+12.7028 s]
/proc/loadavg: 1.68 1.15 1.05 3/94 3027
/proc/meminfo: memFree=1605480/2055920 swapFree=4192956/4192956
[pid=2979] ppid=2976 vsize=13600 CPUtime=0.25
/proc/2979/stat : 2979 (sugar) S 2976 2979 2906 0 -1 4194304 958 3953 16 176 3 1 14 7 16 0 1 0 4412774 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2979/statm: 3400 797 370 3 0 500 0
[pid=3008] ppid=2979 vsize=5356 CPUtime=0
/proc/3008/stat : 3008 (sh) S 2979 2979 2906 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4412856 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3008/statm: 1339 233 193 169 0 50 0
[pid=3009] ppid=3008 vsize=864984 CPUtime=11.57
/proc/3009/stat : 3009 (java) S 3008 2979 2906 0 -1 0 8769 0 4 0 1041 116 0 0 19 0 9 0 4412856 885743616 4306 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3009/statm: 216246 4306 2562 9 0 210793 0
[pid=3009/tid=3011] ppid=3008 vsize=864984 CPUtime=10.61
/proc/3009/task/3011/stat : 3011 (java) R 3008 2979 2906 0 -1 64 6400 0 4 0 966 95 0 0 25 0 9 0 4412857 885743616 4306 996147200 134512640 134550740 4294955952 18446744073709551615 4126549535 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3009/tid=3015] ppid=3008 vsize=864984 CPUtime=0.84
/proc/3009/task/3015/stat : 3015 (java) S 3008 2979 2906 0 -1 64 1296 0 0 0 65 19 0 0 16 0 9 0 4412858 885743616 4306 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3009/tid=3016] ppid=3008 vsize=864984 CPUtime=0
/proc/3009/task/3016/stat : 3016 (java) S 3008 2979 2906 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4412859 885743616 4306 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3009/tid=3017] ppid=3008 vsize=864984 CPUtime=0
/proc/3009/task/3017/stat : 3017 (java) S 3008 2979 2906 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 4412859 885743616 4306 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3009/tid=3022] ppid=3008 vsize=864984 CPUtime=0
/proc/3009/task/3022/stat : 3022 (java) S 3008 2979 2906 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4412861 885743616 4306 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3009/tid=3023] ppid=3008 vsize=864984 CPUtime=0.08
/proc/3009/task/3023/stat : 3023 (java) S 3008 2979 2906 0 -1 64 380 0 0 0 8 0 0 0 17 0 9 0 4412861 885743616 4306 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3009/tid=3024] ppid=3008 vsize=864984 CPUtime=0
/proc/3009/task/3024/stat : 3024 (java) S 3008 2979 2906 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4412861 885743616 4306 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3009/tid=3025] ppid=3008 vsize=864984 CPUtime=0
/proc/3009/task/3025/stat : 3025 (java) S 3008 2979 2906 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4412861 885743616 4306 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.82
Current children cumulated vsize (KiB) 883940

[startup+25.5019 s]
/proc/loadavg: 1.96 1.22 1.07 3/93 3030
/proc/meminfo: memFree=1290160/2055920 swapFree=4192956/4192956
[pid=2979] ppid=2976 vsize=13600 CPUtime=0.25
/proc/2979/stat : 2979 (sugar) S 2976 2979 2906 0 -1 4194304 958 3953 16 176 3 1 14 7 16 0 1 0 4412774 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2979/statm: 3400 797 370 3 0 500 0
[pid=3008] ppid=2979 vsize=5356 CPUtime=0
/proc/3008/stat : 3008 (sh) S 2979 2979 2906 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4412856 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3008/statm: 1339 233 193 169 0 50 0
[pid=3009] ppid=3008 vsize=864984 CPUtime=23.95
/proc/3009/stat : 3009 (java) S 3008 2979 2906 0 -1 0 12886 0 4 0 2154 241 0 0 19 0 9 0 4412856 885743616 4307 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3009/statm: 216246 4307 2562 9 0 210793 0
[pid=3009/tid=3011] ppid=3008 vsize=864984 CPUtime=22.06
/proc/3009/task/3011/stat : 3011 (java) R 3008 2979 2906 0 -1 64 10516 0 4 0 2008 198 0 0 25 0 9 0 4412857 885743616 4307 996147200 134512640 134550740 4294955952 18446744073709551615 4126478967 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3009/tid=3015] ppid=3008 vsize=864984 CPUtime=1.77
/proc/3009/task/3015/stat : 3015 (java) S 3008 2979 2906 0 -1 64 1297 0 0 0 136 41 0 0 16 0 9 0 4412858 885743616 4307 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3009/tid=3016] ppid=3008 vsize=864984 CPUtime=0
/proc/3009/task/3016/stat : 3016 (java) S 3008 2979 2906 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4412859 885743616 4307 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3009/tid=3017] ppid=3008 vsize=864984 CPUtime=0
/proc/3009/task/3017/stat : 3017 (java) S 3008 2979 2906 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 4412859 885743616 4307 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[startup+162.301 s]
/proc/loadavg: 3.43 2.13 1.43 2/93 3073
/proc/meminfo: memFree=15920/2055920 swapFree=4192812/4192956
[pid=2979] ppid=2976 vsize=13600 CPUtime=0.25
/proc/2979/stat : 2979 (sugar) S 2976 2979 2906 0 -1 4194304 958 3953 16 176 3 1 14 7 16 0 1 0 4412774 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2979/statm: 3400 797 370 3 0 500 0
[pid=3008] ppid=2979 vsize=5356 CPUtime=0
/proc/3008/stat : 3008 (sh) S 2979 2979 2906 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4412856 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3008/statm: 1339 233 193 169 0 50 0
[pid=3009] ppid=3008 vsize=864984 CPUtime=153.4
/proc/3009/stat : 3009 (java) S 3008 2979 2906 0 -1 0 55603 0 4 0 13794 1546 0 0 19 0 9 0 4412856 885743616 4318 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3009/statm: 216246 4318 2562 9 0 210793 0
[pid=3009/tid=3011] ppid=3008 vsize=864984 CPUtime=141.9
/proc/3009/task/3011/stat : 3011 (java) R 3008 2979 2906 0 -1 64 53222 0 4 0 12921 1269 0 0 25 0 9 0 4412857 885743616 4318 996147200 134512640 134550740 4294955952 18446744073709551615 4126597283 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3009/tid=3015] ppid=3008 vsize=864984 CPUtime=11.37
/proc/3009/task/3015/stat : 3015 (java) S 3008 2979 2906 0 -1 64 1308 0 0 0 862 275 0 0 16 0 9 0 4412858 885743616 4318 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3009/tid=3016] ppid=3008 vsize=864984 CPUtime=0
/proc/3009/task/3016/stat : 3016 (java) S 3008 2979 2906 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4412859 885743616 4318 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3009/tid=3017] ppid=3008 vsize=864984 CPUtime=0
/proc/3009/task/3017/stat : 3017 (java) S 3008 2979 2906 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 4412859 885743616 4318 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3009/tid=3022] ppid=3008 vsize=864984 CPUtime=0
/proc/3009/task/3022/stat : 3022 (java) S 3008 2979 2906 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4412861 885743616 4318 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3009/tid=3023] ppid=3008 vsize=864984 CPUtime=0.08
/proc/3009/task/3023/stat : 3023 (java) S 3008 2979 2906 0 -1 64 380 0 0 0 8 0 0 0 17 0 9 0 4412861 885743616 4318 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3009/tid=3024] ppid=3008 vsize=864984 CPUtime=0
/proc/3009/task/3024/stat : 3024 (java) S 3008 2979 2906 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4412861 885743616 4318 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3009/tid=3025] ppid=3008 vsize=864984 CPUtime=0
/proc/3009/task/3025/stat : 3025 (java) S 3008 2979 2906 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4412861 885743616 4318 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 153.65
Current children cumulated vsize (KiB) 883940

[startup+222.301 s]
/proc/loadavg: 3.47 2.38 1.56 3/94 3087
/proc/meminfo: memFree=15784/2055920 swapFree=4192812/4192956
[pid=2979] ppid=2976 vsize=13600 CPUtime=0.25
/proc/2979/stat : 2979 (sugar) S 2976 2979 2906 0 -1 4194304 958 3953 16 176 3 1 14 7 16 0 1 0 4412774 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2979/statm: 3400 797 370 3 0 500 0
[pid=3008] ppid=2979 vsize=5356 CPUtime=0
/proc/3008/stat : 3008 (sh) S 2979 2979 2906 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4412856 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3008/statm: 1339 233 193 169 0 50 0
[pid=3009] ppid=3008 vsize=864984 CPUtime=211.39
/proc/3009/stat : 3009 (java) S 3008 2979 2906 0 -1 0 74665 0 4 0 19015 2124 0 0 19 0 9 0 4412856 885743616 4324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3009/statm: 216246 4324 2562 9 0 210793 0
[pid=3009/tid=3011] ppid=3008 vsize=864984 CPUtime=195.57
/proc/3009/task/3011/stat : 3011 (java) R 3008 2979 2906 0 -1 64 72278 0 4 0 17814 1743 0 0 25 0 9 0 4412857 885743616 4324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3009/tid=3015] ppid=3008 vsize=864984 CPUtime=15.72
/proc/3009/task/3015/stat : 3015 (java) S 3008 2979 2906 0 -1 64 1314 0 0 0 1192 380 0 0 16 0 9 0 4412858 885743616 4324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3009/tid=3016] ppid=3008 vsize=864984 CPUtime=0
/proc/3009/task/3016/stat : 3016 (java) S 3008 2979 2906 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4412859 885743616 4324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3009/tid=3017] ppid=3008 vsize=864984 CPUtime=0
/proc/3009/task/3017/stat : 3017 (java) S 3008 2979 2906 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 4412859 885743616 4324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3009/tid=3022] ppid=3008 vsize=864984 CPUtime=0
/proc/3009/task/3022/stat : 3022 (java) S 3008 2979 2906 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4412861 885743616 4324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3009/tid=3023] ppid=3008 vsize=864984 CPUtime=0.08
/proc/3009/task/3023/stat : 3023 (java) S 3008 2979 2906 0 -1 64 380 0 0 0 8 0 0 0 17 0 9 0 4412861 885743616 4324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3009/tid=3024] ppid=3008 vsize=864984 CPUtime=0
/proc/3009/task/3024/stat : 3024 (java) S 3008 2979 2906 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4412861 885743616 4324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3009/tid=3025] ppid=3008 vsize=864984 CPUtime=0
/proc/3009/task/3025/stat : 3025 (java) S 3008 2979 2906 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4412861 885743616 4324 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 211.64
Current children cumulated vsize (KiB) 883940

[startup+282.301 s]
/proc/loadavg: 3.17 2.51 1.66 3/83 3122
/proc/meminfo: memFree=632000/2055920 swapFree=4192812/4192956
[pid=2979] ppid=2976 vsize=13600 CPUtime=0.25
/proc/2979/stat : 2979 (sugar) S 2976 2979 2906 0 -1 4194304 958 3953 16 176 3 1 14 7 16 0 1 0 4412774 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2979/statm: 3400 797 370 3 0 500 0
[pid=3008] ppid=2979 vsize=5356 CPUtime=0
/proc/3008/stat : 3008 (sh) S 2979 2979 2906 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4412856 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3008/statm: 1339 233 193 169 0 50 0
[pid=3009] ppid=3008 vsize=864984 CPUtime=267.09
/proc/3009/stat : 3009 (java) S 3008 2979 2906 0 -1 0 92660 0 4 0 24025 2684 0 0 19 0 9 0 4412856 885743616 4329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3009/statm: 216246 4329 2562 9 0 210793 0
[pid=3009/tid=3011] ppid=3008 vsize=864984 CPUtime=247.24
/proc/3009/task/3011/stat : 3011 (java) R 3008 2979 2906 0 -1 64 90268 0 4 0 22524 2200 0 0 25 0 9 0 4412857 885743616 4329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3009/tid=3015] ppid=3008 vsize=864984 CPUtime=19.73
/proc/3009/task/3015/stat : 3015 (java) S 3008 2979 2906 0 -1 64 1319 0 0 0 1491 482 0 0 16 0 9 0 4412858 885743616 4329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3009/tid=3016] ppid=3008 vsize=864984 CPUtime=0
/proc/3009/task/3016/stat : 3016 (java) S 3008 2979 2906 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4412859 885743616 4329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3009/tid=3017] ppid=3008 vsize=864984 CPUtime=0
/proc/3009/task/3017/stat : 3017 (java) S 3008 2979 2906 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 4412859 885743616 4329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3009/tid=3022] ppid=3008 vsize=864984 CPUtime=0
/proc/3009/task/3022/stat : 3022 (java) S 3008 2979 2906 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4412861 885743616 4329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3009/tid=3023] ppid=3008 vsize=864984 CPUtime=0.08
/proc/3009/task/3023/stat : 3023 (java) S 3008 2979 2906 0 -1 64 380 0 0 0 8 0 0 0 17 0 9 0 4412861 885743616 4329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3009/tid=3024] ppid=3008 vsize=864984 CPUtime=0
/proc/3009/task/3024/stat : 3024 (java) S 3008 2979 2906 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4412861 885743616 4329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3009/tid=3025] ppid=3008 vsize=864984 CPUtime=0
/proc/3009/task/3025/stat : 3025 (java) S 3008 2979 2906 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4412861 885743616 4329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 267.34
Current children cumulated vsize (KiB) 883940

[startup+342.301 s]
/proc/loadavg: 3.09 2.60 1.74 3/83 3122
/proc/meminfo: memFree=15552/2055920 swapFree=4192812/4192956
[pid=2979] ppid=2976 vsize=13600 CPUtime=0.25
/proc/2979/stat : 2979 (sugar) S 2976 2979 2906 0 -1 4194304 958 3953 16 176 3 1 14 7 16 0 1 0 4412774 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2979/statm: 3400 797 370 3 0 500 0
[pid=3008] ppid=2979 vsize=5356 CPUtime=0
/proc/3008/stat : 3008 (sh) S 2979 2979 2906 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4412856 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3008/statm: 1339 233 193 169 0 50 0
[pid=3009] ppid=3008 vsize=864984 CPUtime=325.87
/proc/3009/stat : 3009 (java) S 3008 2979 2906 0 -1 0 111430 0 4 0 29349 3238 0 0 19 0 9 0 4412856 885743616 4334 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3009/statm: 216246 4334 2562 9 0 210793 0
[pid=3009/tid=3011] ppid=3008 vsize=864984 CPUtime=301.73
/proc/3009/task/3011/stat : 3011 (java) R 3008 2979 2906 0 -1 64 109033 0 4 0 27516 2657 0 0 19 0 9 0 4412857 885743616 4334 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3009/tid=3015] ppid=3008 vsize=864984 CPUtime=24.03
/proc/3009/task/3015/stat : 3015 (java) S 3008 2979 2906 0 -1 64 1324 0 0 0 1823 580 0 0 16 0 9 0 4412858 885743616 4334 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3009/tid=3016] ppid=3008 vsize=864984 CPUtime=0
/proc/3009/task/3016/stat : 3016 (java) S 3008 2979 2906 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4412859 885743616 4334 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3009/tid=3017] ppid=3008 vsize=864984 CPUtime=0
/proc/3009/task/3017/stat : 3017 (java) S 3008 2979 2906 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 4412859 885743616 4334 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3009/tid=3022] ppid=3008 vsize=864984 CPUtime=0
/proc/3009/task/3022/stat : 3022 (java) S 3008 2979 2906 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4412861 885743616 4334 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3009/tid=3023] ppid=3008 vsize=864984 CPUtime=0.08
/proc/3009/task/3023/stat : 3023 (java) S 3008 2979 2906 0 -1 64 380 0 0 0 8 0 0 0 17 0 9 0 4412861 885743616 4334 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3009/tid=3024] ppid=3008 vsize=864984 CPUtime=0
/proc/3009/task/3024/stat : 3024 (java) S 3008 2979 2906 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4412861 885743616 4334 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3009/tid=3025] ppid=3008 vsize=864984 CPUtime=0
/proc/3009/task/3025/stat : 3025 (java) S 3008 2979 2906 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4412861 885743616 4334 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 326.12
Current children cumulated vsize (KiB) 883940

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

[startup+343.901 s]
/proc/loadavg: 3.09 2.60 1.74 3/73 3122
/proc/meminfo: memFree=765584/2055920 swapFree=4192812/4192956
[pid=2979] ppid=2976 vsize=13600 CPUtime=327.59
/proc/2979/stat : 2979 (sugar) D 2976 2979 2906 0 -1 4194304 980 115802 16 180 3 108 29398 3250 16 0 1 0 4412774 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233632928809 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/2979/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 327.59
Current children cumulated vsize (KiB) 13600

[startup+345.501 s]
/proc/loadavg: 3.09 2.60 1.74 2/73 3122
/proc/meminfo: memFree=1955536/2055920 swapFree=4192812/4192956
[pid=2979] ppid=2976 vsize=13600 CPUtime=327.67
/proc/2979/stat : 2979 (sugar) D 2976 2979 2906 0 -1 4194304 980 115802 16 180 3 116 29398 3250 15 0 1 0 4412774 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233632928809 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/2979/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 327.67
Current children cumulated vsize (KiB) 13600

[startup+346.302 s]
/proc/loadavg: 3.09 2.60 1.74 2/73 3122
/proc/meminfo: memFree=1955536/2055920 swapFree=4192812/4192956
[pid=2979] ppid=2976 vsize=13600 CPUtime=327.7
/proc/2979/stat : 2979 (sugar) D 2976 2979 2906 0 -1 4194304 980 115802 16 180 3 119 29398 3250 15 0 1 0 4412774 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233632928809 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/2979/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 327.7
Current children cumulated vsize (KiB) 13600

[startup+346.702 s]
/proc/loadavg: 3.08 2.61 1.74 2/73 3122
/proc/meminfo: memFree=1954832/2055920 swapFree=4192812/4192956
[pid=2979] ppid=2976 vsize=13600 CPUtime=327.72
/proc/2979/stat : 2979 (sugar) D 2976 2979 2906 0 -1 4194304 980 115802 16 180 3 121 29398 3250 15 0 1 0 4412774 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233632928809 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/2979/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 327.72
Current children cumulated vsize (KiB) 13600

[startup+346.802 s]
/proc/loadavg: 3.08 2.61 1.74 2/73 3122
/proc/meminfo: memFree=1954832/2055920 swapFree=4192812/4192956
[pid=2979] ppid=2976 vsize=13600 CPUtime=327.73
/proc/2979/stat : 2979 (sugar) D 2976 2979 2906 0 -1 4194304 980 115802 16 180 3 122 29398 3250 15 0 1 0 4412774 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233632928809 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/2979/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 327.73
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 346.841
CPU time (s): 327.75
CPU user time (s): 294.025
CPU system time (s): 33.7249
CPU usage (%): 94.4957
Max. virtual memory (cumulated for all children) (KiB): 883940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 294.025
system time used= 33.7249
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 116812
page faults= 196
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 747622
involuntary context switches= 747092

runsolver used 0.485926 second user time and 1.2998 second system time

The end

Launcher Data (download as text)

Begin job on node3 at 2008-07-08 02:31:34
IDJOB=1069689
IDBENCH=55681
IDSOLVER=345
FILE ID=node3/1069689-1215477094
PBS_JOBID= 7888607
Free space on /tmp= 66540 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-reduced-prob4.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1069689-1215477094/watcher-1069689-1215477094 -o /tmp/evaluation-result-1069689-1215477094/solver-1069689-1215477094 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1069689-1215477094.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 55ef163355b9ff47a9684159694fe405
RANDOM SEED=726569352

node3.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.238
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.238
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:       1938400 kB
Buffers:         26316 kB
Cached:          48416 kB
SwapCached:          0 kB
Active:          62408 kB
Inactive:        25884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1938400 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2580 kB
Writeback:           0 kB
Mapped:          23324 kB
Slab:            14940 kB
Committed_AS:    52340 kB
PageTables:       1660 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= 66536 MiB
End job on node3 at 2008-07-08 02:37:21