Trace number 2065054

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+minisat? (MO) 908.45 911.471

General information on the benchmark

Namecsp/fischer/
normalized-fischer-8-13-fair.xml
MD5SUM8926e510184a894ee514f3793caf9db6
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark32.3091
Satisfiable
(Un)Satisfiability was proved
Number of variables26991
Number of constraints25551
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension25551
Global constraints used (with number of constraints)

Solver Data

0.05/0.11	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.11	c 0	BEGIN Sat Jul 11 20:43:06 2009
0.05/0.11	c 0	PID 16003
0.05/0.11	c 0	HOST node7.alineos.net
0.05/0.11	c 0	CONVERTING HOME/instance-2065054-1247337786.xml TO HOME/temp.csp
0.05/0.11	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2065054-1247337786.xml' 'HOME/temp.csp'
2.11/2.24	c 2	3 domains, 26991 variables, 9 predicates, 0 relations, 25551 constraints
2.11/2.27	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.11/2.27	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
2.18/2.35	c 2	Parsing HOME/temp.csp
2.18/2.62	c 3	parsed 10000 expressions
2.18/2.72	c 3	parsed 20000 expressions
2.18/2.84	c 3	parsed 30000 expressions
2.18/2.94	c 3	parsed 40000 expressions
2.18/3.12	c 3	parsed 50000 expressions
2.18/3.15	c 3	parsed 52554 expressions
2.18/3.16	c 3	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.18/3.16	c 3	Converting to clausal form CSP
3.08/3.22	c 3	converted 5256 (10%) expressions
3.08/3.23	c 3	converted 10511 (20%) expressions
3.08/3.25	c 3	converted 15767 (30%) expressions
3.08/3.25	c 3	converted 21022 (40%) expressions
3.08/3.27	c 3	converted 26277 (50%) expressions
3.57/3.77	c 4	converted 31533 (60%) expressions
4.16/4.37	c 5	converted 36788 (70%) expressions
4.95/5.14	c 5	converted 42044 (80%) expressions
5.75/5.98	c 6	converted 47299 (90%) expressions
6.44/6.62	c 7	converted 52554 (100%) expressions
6.44/6.63	c 7	CSP : 47305 integers, 1588 booleans, 114934 clauses, largest domain size 20001
6.44/6.63	c 7	Heap : 71 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.44/6.63	c 7	Propagation in CSP
852.24/854.36	c 854	332978031 values, 0 unsatisfiable literals, and 0 valid clauses are removed
852.24/854.37	c 854	CSP : 47305 integers, 1588 booleans, 114934 clauses, largest domain size 20001
852.24/854.37	c 854	Heap : 75 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
852.35/854.40	c 855	Simplifing CSP by introducing new Boolean variables
852.55/854.61	c 855	CSP : 47305 integers, 42690 booleans, 156036 clauses, largest domain size 20001
852.55/854.61	c 855	Heap : 85 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
853.14/855.21	c 855	Encoding CSP to SAT : HOME/temp.cnf
853.53/855.62	c 856	4731 (10%) CSP integer variables are encoded (309738 clauses, 5048765 bytes)
856.13/858.21	c 858	9461 (20%) CSP integer variables are encoded (2528646 clauses, 45833964 bytes)
857.22/859.33	c 859	14192 (30%) CSP integer variables are encoded (3470922 clauses, 63737208 bytes)
857.62/859.77	c 860	18922 (40%) CSP integer variables are encoded (3840881 clauses, 70766429 bytes)
858.23/860.38	c 861	23653 (50%) CSP integer variables are encoded (4357202 clauses, 80576528 bytes)
858.23/860.39	c 861	28383 (60%) CSP integer variables are encoded (4357202 clauses, 80576528 bytes)
859.12/861.22	c 861	33114 (70%) CSP integer variables are encoded (5057062 clauses, 93873868 bytes)
859.62/861.73	c 862	37844 (80%) CSP integer variables are encoded (5476978 clauses, 101852272 bytes)
859.71/861.83	c 862	42575 (90%) CSP integer variables are encoded (5556966 clauses, 103372044 bytes)
860.01/862.11	c 862	47305 (100%) CSP integer variables are encoded (5796930 clauses, 107931360 bytes)
891.97/894.51	c 895	15604 (10%) CSP clauses are encoded (25195440 clauses, 524828165 bytes)
892.46/895.04	c 895	31208 (20%) CSP clauses are encoded (25521156 clauses, 531379623 bytes)
894.55/897.17	c 897	46811 (30%) CSP clauses are encoded (26966852 clauses, 561194964 bytes)
896.99/899.69	c 900	62415 (40%) CSP clauses are encoded (28651222 clauses, 596977612 bytes)
898.57/901.26	c 901	78018 (50%) CSP clauses are encoded (29696456 clauses, 619179511 bytes)
898.67/901.35	c 901	93622 (60%) CSP clauses are encoded (29703847 clauses, 619329893 bytes)
898.77/901.44	c 902	109226 (70%) CSP clauses are encoded (29711161 clauses, 619478594 bytes)
899.66/902.38	c 903	124829 (80%) CSP clauses are encoded (30318528 clauses, 632378507 bytes)
900.71/903.48	c 904	140433 (90%) CSP clauses are encoded (31005733 clauses, 646974678 bytes)
900.80/903.59	c 904	156036 (100%) CSP clauses are encoded (31023626 clauses, 647431820 bytes)
900.80/903.59	c 904	156036 CSP clauses encoded
900.80/903.59	c 904	Writing map file : HOME/temp.map
900.90/903.67	c 904	Heap : 68 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
900.90/903.67	c 904	SAT : 5852981 SAT variables, 31023626 SAT clauses, 647431820 bytes
900.90/903.67	c 904	Heap : 68 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
900.97/903.76	c 904	SOLVING HOME/temp.cnf
900.97/903.76	c 904	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
900.97/903.76	c 904	This is MiniSat 2.0 beta
900.97/903.76	c 904	WARNING: for repeatability, setting FPU to use double precision
900.97/903.76	c 904	============================[ Problem Statistics ]=============================
900.97/903.76	c 904	|                                                                             |
900.97/903.76	c 904	|  Number of variables:  5852981                                              |
900.97/903.76	c 904	|  Number of clauses:    31023626                                             |
908.34/911.32	c ERROR INTERRUPTED
908.45/911.47	s UNKNOWN
908.45/911.47	c 912	CPU 901.02 (0.08 0.02 894.66 6.26)
908.45/911.47	c 912	END Sat Jul 11 20:58:18 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-2065054-1247337786/watcher-2065054-1247337786 -o /tmp/evaluation-result-2065054-1247337786/solver-2065054-1247337786 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2065054-1247337786.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: 1.99 2.02 2.00 4/81 16003
/proc/meminfo: memFree=1360472/2055920 swapFree=4192812/4192956
[pid=16003] ppid=16001 vsize=124 CPUtime=0
/proc/16003/stat : 16003 (sugar) D 16001 16003 15674 0 -1 4194304 38 0 0 0 0 0 0 0 20 0 1 0 20846000 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 244668495241 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/16003/statm: 31 23 17 3 0 3 0

[startup+0.0298099 s]
/proc/loadavg: 1.99 2.02 2.00 4/81 16003
/proc/meminfo: memFree=1360472/2055920 swapFree=4192812/4192956
[pid=16003] ppid=16001 vsize=12268 CPUtime=0
/proc/16003/stat : 16003 (sugar) D 16001 16003 15674 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 20846000 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 244671281765 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/16003/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.102831 s]
/proc/loadavg: 1.99 2.02 2.00 4/81 16003
/proc/meminfo: memFree=1360472/2055920 swapFree=4192812/4192956
[pid=16003] ppid=16001 vsize=16212 CPUtime=0.05
/proc/16003/stat : 16003 (sugar) R 16001 16003 15674 0 -1 4194304 973 0 0 0 4 1 0 0 18 0 1 0 20846000 16601088 941 996147200 4194304 4206940 548682068608 18446744073709551615 244680014846 0 0 4224 0 0 0 0 17 1 0 0
/proc/16003/statm: 4053 941 380 3 0 632 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16212

[startup+0.302841 s]
/proc/loadavg: 1.99 2.02 2.00 4/81 16003
/proc/meminfo: memFree=1360472/2055920 swapFree=4192812/4192956
[pid=16003] ppid=16001 vsize=16868 CPUtime=0.06
/proc/16003/stat : 16003 (sugar) S 16001 16003 15674 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20846000 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16003/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702885 s]
/proc/loadavg: 1.99 2.02 2.00 4/81 16003
/proc/meminfo: memFree=1360472/2055920 swapFree=4192812/4192956
[pid=16003] ppid=16001 vsize=16868 CPUtime=0.06
/proc/16003/stat : 16003 (sugar) S 16001 16003 15674 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20846000 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16003/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50197 s]
/proc/loadavg: 1.99 2.02 2.00 4/92 16015
/proc/meminfo: memFree=1324736/2055920 swapFree=4192812/4192956
[pid=16003] ppid=16001 vsize=16868 CPUtime=0.06
/proc/16003/stat : 16003 (sugar) S 16001 16003 15674 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20846000 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16003/statm: 4217 1111 409 3 0 796 0
[pid=16006] ppid=16003 vsize=5356 CPUtime=0
/proc/16006/stat : 16006 (sh) S 16003 16003 15674 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20846012 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16006/statm: 1339 233 193 169 0 50 0
[pid=16007] ppid=16006 vsize=866784 CPUtime=1.36
/proc/16007/stat : 16007 (java) S 16006 16003 15674 0 -1 0 17997 0 1 0 125 11 0 0 18 0 9 0 20846012 887586816 15061 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16007/statm: 216696 15061 2556 9 0 211208 0
[pid=16007/tid=16008] ppid=16006 vsize=866784 CPUtime=0.65
/proc/16007/task/16008/stat : 16008 (java) R 16006 16003 15674 0 -1 64 3072 0 1 0 62 3 0 0 25 0 9 0 20846013 887586816 15061 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16007/tid=16009] ppid=16006 vsize=866784 CPUtime=0.56
/proc/16007/task/16009/stat : 16009 (java) R 16006 16003 15674 0 -1 64 13711 0 0 0 50 6 0 0 16 0 9 0 20846014 887586816 15061 996147200 134512640 134550932 4294955984 18446744073709551615 104188785 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16007/tid=16010] ppid=16006 vsize=866784 CPUtime=0
/proc/16007/task/16010/stat : 16010 (java) S 16006 16003 15674 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 20846014 887586816 15061 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16007/tid=16011] ppid=16006 vsize=866784 CPUtime=0
/proc/16007/task/16011/stat : 16011 (java) S 16006 16003 15674 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 20846014 887586816 15061 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16007/tid=16012] ppid=16006 vsize=866784 CPUtime=0
/proc/16007/task/16012/stat : 16012 (java) S 16006 16003 15674 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20846017 887586816 15061 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16007/tid=16013] ppid=16006 vsize=866784 CPUtime=0.11
/proc/16007/task/16013/stat : 16013 (java) S 16006 16003 15674 0 -1 64 510 0 0 0 11 0 0 0 16 0 9 0 20846017 887586816 15061 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16007/tid=16014] ppid=16006 vsize=866784 CPUtime=0
/proc/16007/task/16014/stat : 16014 (java) S 16006 16003 15674 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20846017 887586816 15061 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16007/tid=16015] ppid=16006 vsize=866784 CPUtime=0
/proc/16007/task/16015/stat : 16015 (java) S 16006 16003 15674 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20846017 887586816 15061 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 889008

[startup+3.10113 s]
/proc/loadavg: 1.99 2.02 2.00 4/92 16015
/proc/meminfo: memFree=1298176/2055920 swapFree=4192812/4192956
[pid=16003] ppid=16001 vsize=16868 CPUtime=2.18
/proc/16003/stat : 16003 (sugar) S 16001 16003 15674 0 -1 4194304 1309 20925 0 1 5 2 197 14 15 0 1 0 20846000 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16003/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30247 s]
/proc/loadavg: 1.99 2.02 2.00 3/92 16025
/proc/meminfo: memFree=1289984/2055920 swapFree=4192812/4192956
[pid=16003] ppid=16001 vsize=16868 CPUtime=2.18
/proc/16003/stat : 16003 (sugar) S 16001 16003 15674 0 -1 4194304 1309 20925 0 1 5 2 197 14 16 0 1 0 20846000 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16003/statm: 4217 1111 409 3 0 796 0
[pid=16016] ppid=16003 vsize=5356 CPUtime=0
/proc/16016/stat : 16016 (sh) S 16003 16003 15674 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20846227 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16016/statm: 1339 233 193 169 0 50 0
[pid=16017] ppid=16016 vsize=868644 CPUtime=3.96
/proc/16017/stat : 16017 (java) S 16016 16003 15674 0 -1 0 24556 0 1 0 384 12 0 0 18 0 9 0 20846228 889491456 22553 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16017/statm: 217161 22553 2566 9 0 211666 0
[pid=16017/tid=16018] ppid=16016 vsize=868644 CPUtime=2.12
/proc/16017/task/16018/stat : 16018 (java) R 16016 16003 15674 0 -1 64 3540 0 1 0 209 3 0 0 25 0 9 0 20846229 889491456 22553 996147200 134512640 134550932 4294955936 18446744073709551615 4126411109 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16017/tid=16019] ppid=16016 vsize=868644 CPUtime=1.62
/proc/16017/task/16019/stat : 16019 (java) S 16016 16003 15674 0 -1 64 18814 0 0 0 155 7 0 0 16 0 9 0 20846230 889491456 22553 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16017/tid=16020] ppid=16016 vsize=868644 CPUtime=0
/proc/16017/task/16020/stat : 16020 (java) S 16016 16003 15674 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20846230 889491456 22553 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16017/tid=16021] ppid=16016 vsize=868644 CPUtime=0
/proc/16017/task/16021/stat : 16021 (java) S 16016 16003 15674 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20846230 889491456 22553 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16017/tid=16022] ppid=16016 vsize=868644 CPUtime=0
/proc/16017/task/16022/stat : 16022 (java) S 16016 16003 15674 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20846232 889491456 22553 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16017/tid=16023] ppid=16016 vsize=868644 CPUtime=0.19
/proc/16017/task/16023/stat : 16023 (java) S 16016 16003 15674 0 -1 64 1499 0 0 0 18 1 0 0 16 0 9 0 20846232 889491456 22553 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16017/tid=16024] ppid=16016 vsize=868644 CPUtime=0
/proc/16017/task/16024/stat : 16024 (java) S 16016 16003 15674 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20846232 889491456 22553 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16017/tid=16025] ppid=16016 vsize=868644 CPUtime=0
/proc/16017/task/16025/stat : 16025 (java) S 16016 16003 15674 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20846232 889491456 22553 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 890868

[startup+12.7021 s]
/proc/loadavg: 1.99 2.02 2.00 3/92 16025
/proc/meminfo: memFree=1265600/2055920 swapFree=4192812/4192956
[pid=16003] ppid=16001 vsize=16868 CPUtime=2.18
/proc/16003/stat : 16003 (sugar) S 16001 16003 15674 0 -1 4194304 1310 20925 0 1 5 2 197 14 15 0 1 0 20846000 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16003/statm: 4217 1111 409 3 0 796 0
[pid=16016] ppid=16003 vsize=5356 CPUtime=0
/proc/16016/stat : 16016 (sh) S 16003 16003 15674 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20846227 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16016/statm: 1339 233 193 169 0 50 0
[pid=16017] ppid=16016 vsize=868644 CPUtime=10.3
/proc/16017/stat : 16017 (java) S 16016 16003 15674 0 -1 0 27084 0 1 0 1016 14 0 0 18 0 9 0 20846228 889491456 24940 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16017/statm: 217161 24940 2566 9 0 211666 0
[pid=16017/tid=16018] ppid=16016 vsize=868644 CPUtime=8.2
/proc/16017/task/16018/stat : 16018 (java) R 16016 16003 15674 0 -1 64 3681 0 1 0 817 3 0 0 25 0 9 0 20846229 889491456 24940 996147200 134512640 134550932 4294955936 18446744073709551615 4126972759 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16017/tid=16019] ppid=16016 vsize=868644 CPUtime=1.88
/proc/16017/task/16019/stat : 16019 (java) S 16016 16003 15674 0 -1 64 21196 0 0 0 179 9 0 0 16 0 9 0 20846230 889491456 24940 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16017/tid=16020] ppid=16016 vsize=868644 CPUtime=0
/proc/16017/task/16020/stat : 16020 (java) S 16016 16003 15674 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20846230 889491456 24940 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16017/tid=16021] ppid=16016 vsize=868644 CPUtime=0
/proc/16017/task/16021/stat : 16021 (java) S 16016 16003 15674 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20846230 889491456 24940 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16017/tid=16022] ppid=16016 vsize=868644 CPUtime=0
/proc/16017/task/16022/stat : 16022 (java) S 16016 16003 15674 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20846232 889491456 24940 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16017/tid=16023] ppid=16016 vsize=868644 CPUtime=0.2
/proc/16017/task/16023/stat : 16023 (java) S 16016 16003 15674 0 -1 64 1504 0 0 0 19 1 0 0 16 0 9 0 20846232 889491456 24940 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16017/tid=16024] ppid=16016 vsize=868644 CPUtime=0
/proc/16017/task/16024/stat : 16024 (java) S 16016 16003 15674 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20846232 889491456 24940 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16017/tid=16025] ppid=16016 vsize=868644 CPUtime=0
/proc/16017/task/16025/stat : 16025 (java) S 16016 16003 15674 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20846232 889491456 24940 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 890868

[startup+25.5025 s]
/proc/loadavg: 1.99 2.02 2.00 4/92 16025
/proc/meminfo: memFree=1265728/2055920 swapFree=4192812/4192956
[pid=16003] ppid=16001 vsize=16868 CPUtime=2.18
/proc/16003/stat : 16003 (sugar) S 16001 16003 15674 0 -1 4194304 1310 20925 0 1 5 2 197 14 15 0 1 0 20846000 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16003/statm: 4217 1111 409 3 0 796 0
[pid=16016] ppid=16003 vsize=5356 CPUtime=0
/proc/16016/stat : 16016 (sh) S 16003 16003 15674 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20846227 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16016/statm: 1339 233 193 169 0 50 0
[pid=16017] ppid=16016 vsize=868644 CPUtime=22.97
/proc/16017/stat : 16017 (java) S 16016 16003 15674 0 -1 0 27367 0 1 0 2280 17 0 0 18 0 9 0 20846228 889491456 24943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16017/statm: 217161 24943 2566 9 0 211666 0
[pid=16017/tid=16018] ppid=16016 vsize=868644 CPUtime=20.71
/proc/16017/task/16018/stat : 16018 (java) R 16016 16003 15674 0 -1 64 3961 0 1 0 2067 4 0 0 25 0 9 0 20846229 889491456 24943 996147200 134512640 134550932 4294955936 18446744073709551615 4126972672 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16017/tid=16019] ppid=16016 vsize=868644 CPUtime=2.04
/proc/16017/task/16019/stat : 16019 (java) S 16016 16003 15674 0 -1 64 21199 0 0 0 193 11 0 0 16 0 9 0 20846230 889491456 24943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16017/tid=16020] ppid=16016 vsize=868644 CPUtime=0
/proc/16017/task/16020/stat : 16020 (java) S 16016 16003 15674 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20846230 889491456 24943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16017/tid=16021] ppid=16016 vsize=868644 CPUtime=0
/proc/16017/task/16021/stat : 16021 (java) S 16016 16003 15674 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20846230 889491456 24943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16017/tid=16022] ppid=16016 vsize=868644 CPUtime=0
/proc/16017/task/16022/stat : 16022 (java) S 16016 16003 15674 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20846232 889491456 24943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16017/tid=16023] ppid=16016 vsize=868644 CPUtime=0.2
/proc/16017/task/16023/stat : 16023 (java) S 16016 16003 15674 0 -1 64 1504 0 0 0 19 1 0 0 16 0 9 0 20846232 889491456 24943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16017/tid=16024] ppid=16016 vsize=868644 CPUtime=0
/proc/16017/task/16024/stat : 16024 (java) S 16016 16003 15674 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20846232 889491456 24943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16017/tid=16025] ppid=16016 vsize=868644 CPUtime=0
/proc/16017/task/16025/stat : 16025 (java) S 16016 16003 15674 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20846232 889491456 24943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 890868

[startup+51.1022 s]
/proc/loadavg: 2.14 2.05 2.01 5/92 16025
/proc/meminfo: memFree=1265792/2055920 swapFree=4192812/4192956
[pid=16003] ppid=16001 vsize=16868 CPUtime=2.18
/proc/16003/stat : 16003 (sugar) S 16001 16003 15674 0 -1 4194304 1310 20925 0 1 5 2 197 14 15 0 1 0 20846000 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16003/statm: 4217 1111 409 3 0 796 0
[pid=16016] ppid=16003 vsize=5356 CPUtime=0
/proc/16016/stat : 16016 (sh) S 16003 16003 15674 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20846227 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16016/statm: 1339 233 193 169 0 50 0
[pid=16017] ppid=16016 vsize=868644 CPUtime=48.33
/proc/16017/stat : 16017 (java) S 16016 16003 15674 0 -1 0 27934 0 1 0 4811 22 0 0 18 0 9 0 20846228 889491456 24949 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=16016] ppid=16003 vsize=5356 CPUtime=0
/proc/16016/stat : 16016 (sh) S 16003 16003 15674 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20846227 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16016/statm: 1339 233 193 169 0 50 0
[pid=16017] ppid=16016 vsize=868644 CPUtime=698.11
/proc/16017/stat : 16017 (java) S 16016 16003 15674 0 -1 0 42581 0 1 0 69638 173 0 0 18 0 9 0 20846228 889491456 25103 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16017/statm: 217161 25103 2566 9 0 211666 0
[pid=16017/tid=16018] ppid=16016 vsize=868644 CPUtime=687.26
/proc/16017/task/16018/stat : 16018 (java) R 16016 16003 15674 0 -1 64 19015 0 1 0 68666 60 0 0 25 0 9 0 20846229 889491456 25103 996147200 134512640 134550932 4294955936 18446744073709551615 4126975408 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16017/tid=16019] ppid=16016 vsize=868644 CPUtime=10.63
/proc/16017/task/16019/stat : 16019 (java) S 16016 16003 15674 0 -1 64 21359 0 0 0 952 111 0 0 16 0 9 0 20846230 889491456 25103 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16017/tid=16020] ppid=16016 vsize=868644 CPUtime=0
/proc/16017/task/16020/stat : 16020 (java) S 16016 16003 15674 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20846230 889491456 25103 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16017/tid=16021] ppid=16016 vsize=868644 CPUtime=0
/proc/16017/task/16021/stat : 16021 (java) S 16016 16003 15674 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20846230 889491456 25103 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16017/tid=16022] ppid=16016 vsize=868644 CPUtime=0
/proc/16017/task/16022/stat : 16022 (java) S 16016 16003 15674 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20846232 889491456 25103 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16017/tid=16023] ppid=16016 vsize=868644 CPUtime=0.2
/proc/16017/task/16023/stat : 16023 (java) S 16016 16003 15674 0 -1 64 1504 0 0 0 19 1 0 0 16 0 9 0 20846232 889491456 25103 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16017/tid=16024] ppid=16016 vsize=868644 CPUtime=0
/proc/16017/task/16024/stat : 16024 (java) S 16016 16003 15674 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20846232 889491456 25103 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16017/tid=16025] ppid=16016 vsize=868644 CPUtime=0
/proc/16017/task/16025/stat : 16025 (java) S 16016 16003 15674 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20846232 889491456 25103 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 700.29
Current children cumulated vsize (KiB) 890868

[startup+762.306 s]
/proc/loadavg: 2.04 2.02 2.00 3/83 16056
/proc/meminfo: memFree=1157648/2055920 swapFree=4192812/4192956
[pid=16003] ppid=16001 vsize=16868 CPUtime=2.18
/proc/16003/stat : 16003 (sugar) S 16001 16003 15674 0 -1 4194304 1310 20925 0 1 5 2 197 14 15 0 1 0 20846000 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16003/statm: 4217 1111 409 3 0 796 0
[pid=16016] ppid=16003 vsize=5356 CPUtime=0
/proc/16016/stat : 16016 (sh) S 16003 16003 15674 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20846227 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16016/statm: 1339 233 193 169 0 50 0
[pid=16017] ppid=16016 vsize=868644 CPUtime=758.1
/proc/16017/stat : 16017 (java) S 16016 16003 15674 0 -1 0 43891 0 1 0 75623 187 0 0 18 0 9 0 20846228 889491456 25117 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16017/statm: 217161 25117 2566 9 0 211666 0
[pid=16017/tid=16018] ppid=16016 vsize=868644 CPUtime=746.46
/proc/16017/task/16018/stat : 16018 (java) R 16016 16003 15674 0 -1 64 20311 0 1 0 74581 65 0 0 25 0 9 0 20846229 889491456 25117 996147200 134512640 134550932 4294955936 18446744073709551615 4126562897 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16017/tid=16019] ppid=16016 vsize=868644 CPUtime=11.41
/proc/16017/task/16019/stat : 16019 (java) S 16016 16003 15674 0 -1 64 21373 0 0 0 1021 120 0 0 16 0 9 0 20846230 889491456 25117 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16017/tid=16020] ppid=16016 vsize=868644 CPUtime=0
/proc/16017/task/16020/stat : 16020 (java) S 16016 16003 15674 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20846230 889491456 25117 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16017/tid=16021] ppid=16016 vsize=868644 CPUtime=0
/proc/16017/task/16021/stat : 16021 (java) S 16016 16003 15674 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20846230 889491456 25117 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16017/tid=16022] ppid=16016 vsize=868644 CPUtime=0
/proc/16017/task/16022/stat : 16022 (java) S 16016 16003 15674 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20846232 889491456 25117 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16017/tid=16023] ppid=16016 vsize=868644 CPUtime=0.2
/proc/16017/task/16023/stat : 16023 (java) S 16016 16003 15674 0 -1 64 1504 0 0 0 19 1 0 0 16 0 9 0 20846232 889491456 25117 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16017/tid=16024] ppid=16016 vsize=868644 CPUtime=0
/proc/16017/task/16024/stat : 16024 (java) S 16016 16003 15674 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20846232 889491456 25117 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16017/tid=16025] ppid=16016 vsize=868644 CPUtime=0
/proc/16017/task/16025/stat : 16025 (java) S 16016 16003 15674 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20846232 889491456 25117 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 760.28
Current children cumulated vsize (KiB) 890868

[startup+822.302 s]
/proc/loadavg: 2.04 2.03 2.00 3/83 16056
/proc/meminfo: memFree=1157584/2055920 swapFree=4192812/4192956
[pid=16003] ppid=16001 vsize=16868 CPUtime=2.18
/proc/16003/stat : 16003 (sugar) S 16001 16003 15674 0 -1 4194304 1310 20925 0 1 5 2 197 14 15 0 1 0 20846000 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16003/statm: 4217 1111 409 3 0 796 0
[pid=16016] ppid=16003 vsize=5356 CPUtime=0
/proc/16016/stat : 16016 (sh) S 16003 16003 15674 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20846227 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16016/statm: 1339 233 193 169 0 50 0
[pid=16017] ppid=16016 vsize=868644 CPUtime=818.06
/proc/16017/stat : 16017 (java) S 16016 16003 15674 0 -1 0 45276 0 1 0 81605 201 0 0 18 0 9 0 20846228 889491456 25132 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16017/statm: 217161 25132 2566 9 0 211666 0
[pid=16017/tid=16018] ppid=16016 vsize=868644 CPUtime=805.65
/proc/16017/task/16018/stat : 16018 (java) R 16016 16003 15674 0 -1 64 21681 0 1 0 80496 69 0 0 25 0 9 0 20846229 889491456 25132 996147200 134512640 134550932 4294955936 18446744073709551615 4126567301 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16017/tid=16019] ppid=16016 vsize=868644 CPUtime=12.18
/proc/16017/task/16019/stat : 16019 (java) S 16016 16003 15674 0 -1 64 21388 0 0 0 1089 129 0 0 16 0 9 0 20846230 889491456 25132 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16017/tid=16020] ppid=16016 vsize=868644 CPUtime=0
/proc/16017/task/16020/stat : 16020 (java) S 16016 16003 15674 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20846230 889491456 25132 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16017/tid=16021] ppid=16016 vsize=868644 CPUtime=0
/proc/16017/task/16021/stat : 16021 (java) S 16016 16003 15674 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20846230 889491456 25132 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16017/tid=16022] ppid=16016 vsize=868644 CPUtime=0
/proc/16017/task/16022/stat : 16022 (java) S 16016 16003 15674 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20846232 889491456 25132 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16017/tid=16023] ppid=16016 vsize=868644 CPUtime=0.2
/proc/16017/task/16023/stat : 16023 (java) S 16016 16003 15674 0 -1 64 1504 0 0 0 19 1 0 0 16 0 9 0 20846232 889491456 25132 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16017/tid=16024] ppid=16016 vsize=868644 CPUtime=0
/proc/16017/task/16024/stat : 16024 (java) S 16016 16003 15674 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20846232 889491456 25132 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16017/tid=16025] ppid=16016 vsize=868644 CPUtime=0
/proc/16017/task/16025/stat : 16025 (java) S 16016 16003 15674 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20846232 889491456 25132 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 820.24
Current children cumulated vsize (KiB) 890868

[startup+882.302 s]
/proc/loadavg: 2.17 2.05 2.01 3/83 16056
/proc/meminfo: memFree=783760/2055920 swapFree=4192812/4192956
[pid=16003] ppid=16001 vsize=16868 CPUtime=2.19
/proc/16003/stat : 16003 (sugar) S 16001 16003 15674 0 -1 4194304 1310 20925 0 1 6 2 197 14 15 0 1 0 20846000 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16003/statm: 4217 1111 409 3 0 796 0
[pid=16016] ppid=16003 vsize=5356 CPUtime=0
/proc/16016/stat : 16016 (sh) S 16003 16003 15674 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20846227 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16016/statm: 1339 233 193 169 0 50 0
[pid=16017] ppid=16016 vsize=868756 CPUtime=877.78
/proc/16017/stat : 16017 (java) S 16016 16003 15674 0 -1 0 53736 0 1 0 87344 434 0 0 18 0 9 0 20846228 889606144 27544 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16017/statm: 217189 27544 2591 9 0 211666 0
[pid=16017/tid=16018] ppid=16016 vsize=868756 CPUtime=863.54
/proc/16017/task/16018/stat : 16018 (java) R 16016 16003 15674 0 -1 64 23607 0 1 0 86069 285 0 0 25 0 9 0 20846229 889606144 27544 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16017/tid=16019] ppid=16016 vsize=868756 CPUtime=13.95
/proc/16017/task/16019/stat : 16019 (java) S 16016 16003 15674 0 -1 64 27883 0 0 0 1248 147 0 0 16 0 9 0 20846230 889606144 27544 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16017/tid=16020] ppid=16016 vsize=868756 CPUtime=0
/proc/16017/task/16020/stat : 16020 (java) S 16016 16003 15674 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20846230 889606144 27544 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16017/tid=16021] ppid=16016 vsize=868756 CPUtime=0
/proc/16017/task/16021/stat : 16021 (java) S 16016 16003 15674 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20846230 889606144 27544 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16017/tid=16022] ppid=16016 vsize=868756 CPUtime=0
/proc/16017/task/16022/stat : 16022 (java) S 16016 16003 15674 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20846232 889606144 27544 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16017/tid=16023] ppid=16016 vsize=868756 CPUtime=0.27
/proc/16017/task/16023/stat : 16023 (java) S 16016 16003 15674 0 -1 64 1543 0 0 0 26 1 0 0 16 0 9 0 20846232 889606144 27544 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16017/tid=16024] ppid=16016 vsize=868756 CPUtime=0
/proc/16017/task/16024/stat : 16024 (java) S 16016 16003 15674 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20846232 889606144 27544 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16017/tid=16025] ppid=16016 vsize=868756 CPUtime=0
/proc/16017/task/16025/stat : 16025 (java) S 16016 16003 15674 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20846232 889606144 27544 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 879.97
Current children cumulated vsize (KiB) 890980



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+911.302 s]
/proc/loadavg: 2.17 2.06 2.01 3/75 16058
/proc/meminfo: memFree=16272/2055920 swapFree=4192812/4192956
[pid=16003] ppid=16001 vsize=16868 CPUtime=901.01
/proc/16003/stat : 16003 (sugar) S 16001 16003 15674 0 -1 4194304 1376 75837 0 2 7 2 89466 626 16 0 1 0 20846000 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16003/statm: 4217 1113 409 3 0 796 0
[pid=16057] ppid=16003 vsize=5356 CPUtime=0
/proc/16057/stat : 16057 (sh) S 16003 16003 15674 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20936376 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16057/statm: 1339 232 193 169 0 50 0
[pid=16058] ppid=16057 vsize=899408 CPUtime=7.33
/proc/16058/stat : 16058 (minisat) R 16057 16003 15674 0 -1 4194304 208314 0 0 0 563 170 0 0 25 0 1 0 20936376 920993792 208300 996147200 134512640 135127466 4294956256 18446744073709551615 134514155 0 0 4096 3 0 0 0 17 1 0 0
/proc/16058/statm: 224852 208300 62 150 0 224699 0
Current children cumulated CPU time (s) 908.34
Current children cumulated vsize (KiB) 921632

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+911.421 s]
/proc/loadavg: 2.17 2.06 2.01 3/75 16058
/proc/meminfo: memFree=16272/2055920 swapFree=4192812/4192956
[pid=16003] ppid=16001 vsize=16868 CPUtime=901.01
/proc/16003/stat : 16003 (sugar) S 16001 16003 15674 0 -1 4194304 1398 75837 0 2 7 2 89466 626 16 0 1 0 20846000 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/16003/statm: 4217 1113 409 3 0 796 0
[pid=16057] ppid=16003 vsize=0 CPUtime=0
/proc/16057/stat : 16057 (sh) Z 16003 16003 15674 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 20936376 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/16057/statm: 0 0 0 0 0 0 0
[pid=16058] ppid=1 vsize=0 CPUtime=7.44
/proc/16058/stat : 16058 (minisat) R 1 16003 15674 0 -1 4195332 208314 0 0 0 563 181 0 0 25 0 1 0 20936376 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/16058/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 908.45
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16003 and gives
#  childrusage.ru_utime.tv_sec=894
#  childrusage.ru_utime.tv_usec=749977
#  childrusage.ru_stime.tv_sec=6
#  childrusage.ru_stime.tv_usec=291043
# CPU time returned by wait4() is 901.041
# while last known CPU time is 908.45
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 911.471
CPU time (s): 908.45
CPU user time (s): 900.36
CPU system time (s): 8.09
CPU usage (%): 99.6685
Max. virtual memory (cumulated for all children) (KiB): 921632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 894.75
system time used= 6.29104
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77596
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 207724
involuntary context switches= 202213

runsolver used 1.10083 second user time and 3.10353 second system time

The end

Launcher Data

Begin job on node7 at 2009-07-11 20:43:06
IDJOB=2065054
IDBENCH=54269
IDSOLVER=739
FILE ID=node7/2065054-1247337786
PBS_JOBID= 9506711
Free space on /tmp= 66084 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fischer/normalized-fischer-8-13-fair.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2065054-1247337786/watcher-2065054-1247337786 -o /tmp/evaluation-result-2065054-1247337786/solver-2065054-1247337786 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2065054-1247337786.xml

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

MD5SUM BENCH= 8926e510184a894ee514f3793caf9db6
RANDOM SEED=326731331

node7.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.231
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.231
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:       1360952 kB
Buffers:         37960 kB
Cached:         536908 kB
SwapCached:        140 kB
Active:         119636 kB
Inactive:       520040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1360952 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5856 kB
Writeback:           0 kB
Mapped:          85036 kB
Slab:            40184 kB
Committed_AS:   213304 kB
PageTables:       2000 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= 66080 MiB
End job on node7 at 2009-07-11 20:58:19