Trace number 2065053

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+picosat? (MO) 946.01 953.134

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.00/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.07	c 0	BEGIN Sat Jul 11 20:43:02 2009
0.00/0.07	c 0	PID 14008
0.00/0.07	c 0	HOST node79.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2065053-1247337782.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2065053-1247337782.xml' 'HOME/temp.csp'
1.97/2.09	c 2	3 domains, 26991 variables, 9 predicates, 0 relations, 25551 constraints
2.06/2.11	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.06/2.11	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.06/2.19	c 2	Parsing HOME/temp.csp
2.07/2.32	c 2	parsed 10000 expressions
2.07/2.41	c 3	parsed 20000 expressions
2.07/2.53	c 3	parsed 30000 expressions
2.07/2.61	c 3	parsed 40000 expressions
2.07/2.78	c 3	parsed 50000 expressions
2.07/2.81	c 3	parsed 52554 expressions
2.07/2.82	c 3	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.07/2.82	c 3	Converting to clausal form CSP
2.07/2.87	c 3	converted 5256 (10%) expressions
2.07/2.88	c 3	converted 10511 (20%) expressions
2.07/2.90	c 3	converted 15767 (30%) expressions
2.07/2.90	c 3	converted 21022 (40%) expressions
2.07/2.92	c 3	converted 26277 (50%) expressions
3.33/3.41	c 4	converted 31533 (60%) expressions
3.83/3.98	c 4	converted 36788 (70%) expressions
4.62/4.73	c 5	converted 42044 (80%) expressions
5.42/5.54	c 6	converted 47299 (90%) expressions
6.02/6.15	c 6	converted 52554 (100%) expressions
6.02/6.16	c 6	CSP : 47305 integers, 1588 booleans, 114934 clauses, largest domain size 20001
6.02/6.16	c 6	Heap : 71 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.02/6.16	c 6	Propagation in CSP
811.02/812.60	c 813	332978031 values, 0 unsatisfiable literals, and 0 valid clauses are removed
811.02/812.61	c 813	CSP : 47305 integers, 1588 booleans, 114934 clauses, largest domain size 20001
811.02/812.61	c 813	Heap : 73 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
811.02/812.64	c 813	Simplifing CSP by introducing new Boolean variables
811.23/812.86	c 813	CSP : 47305 integers, 42690 booleans, 156036 clauses, largest domain size 20001
811.23/812.86	c 813	Heap : 84 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
811.82/813.41	c 814	Encoding CSP to SAT : HOME/temp.cnf
812.22/813.81	c 814	4731 (10%) CSP integer variables are encoded (309738 clauses, 5048765 bytes)
814.72/816.38	c 816	9461 (20%) CSP integer variables are encoded (2528646 clauses, 45833964 bytes)
815.82/817.49	c 818	14192 (30%) CSP integer variables are encoded (3470922 clauses, 63737208 bytes)
816.29/817.95	c 818	18922 (40%) CSP integer variables are encoded (3840881 clauses, 70766429 bytes)
816.89/818.56	c 819	23653 (50%) CSP integer variables are encoded (4357202 clauses, 80576528 bytes)
816.89/818.57	c 819	28383 (60%) CSP integer variables are encoded (4357202 clauses, 80576528 bytes)
817.69/819.40	c 819	33114 (70%) CSP integer variables are encoded (5057062 clauses, 93873868 bytes)
818.19/819.89	c 820	37844 (80%) CSP integer variables are encoded (5476978 clauses, 101852272 bytes)
818.29/819.99	c 820	42575 (90%) CSP integer variables are encoded (5556966 clauses, 103372044 bytes)
818.58/820.28	c 820	47305 (100%) CSP integer variables are encoded (5796930 clauses, 107931360 bytes)
849.83/855.53	c 856	15604 (10%) CSP clauses are encoded (25195440 clauses, 524828165 bytes)
850.33/856.04	c 856	31208 (20%) CSP clauses are encoded (25521156 clauses, 531379623 bytes)
852.31/858.08	c 858	46811 (30%) CSP clauses are encoded (26966852 clauses, 561194964 bytes)
854.68/860.47	c 861	62415 (40%) CSP clauses are encoded (28651222 clauses, 596977612 bytes)
856.19/862.47	c 863	78018 (50%) CSP clauses are encoded (29696456 clauses, 619179511 bytes)
856.28/862.55	c 863	93622 (60%) CSP clauses are encoded (29703847 clauses, 619329893 bytes)
856.37/862.64	c 863	109226 (70%) CSP clauses are encoded (29711161 clauses, 619478594 bytes)
857.27/863.56	c 864	124829 (80%) CSP clauses are encoded (30318528 clauses, 632378507 bytes)
858.26/864.58	c 865	140433 (90%) CSP clauses are encoded (31005733 clauses, 646974678 bytes)
858.36/864.68	c 865	156036 (100%) CSP clauses are encoded (31023626 clauses, 647431820 bytes)
858.36/864.68	c 865	156036 CSP clauses encoded
858.36/864.69	c 865	Writing map file : HOME/temp.map
858.46/864.76	c 865	Heap : 68 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
858.46/864.76	c 865	SAT : 5852981 SAT variables, 31023626 SAT clauses, 647431820 bytes
858.46/864.76	c 865	Heap : 68 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
858.51/864.83	c 865	SOLVING HOME/temp.cnf
858.51/864.83	c 865	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
945.90/953.01	c ERROR INTERRUPTED
946.01/953.13	s UNKNOWN
946.01/953.13	c 953	CPU 858.58 (0.07 0.02 852.73 5.76)
946.01/953.13	c 953	END Sat Jul 11 20:58:55 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-2065053-1247337782/watcher-2065053-1247337782 -o /tmp/evaluation-result-2065053-1247337782/solver-2065053-1247337782 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2065053-1247337782.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.29 2.23 2.09 4/85 14008
/proc/meminfo: memFree=1204592/2055920 swapFree=4192956/4192956
[pid=14008] ppid=14006 vsize=12268 CPUtime=0
/proc/14008/stat : 14008 (sugar) R 14006 14008 13657 0 -1 4194304 325 0 0 0 0 0 0 0 19 0 1 0 20843785 12562432 293 996147200 4194304 4206940 548682068608 18446744073709551615 234063802271 0 0 4224 0 0 0 0 17 0 0 0
/proc/14008/statm: 3067 293 219 3 0 167 0

[startup+0.0965301 s]
/proc/loadavg: 2.29 2.23 2.09 4/85 14008
/proc/meminfo: memFree=1204592/2055920 swapFree=4192956/4192956
[pid=14008] ppid=14006 vsize=16868 CPUtime=0.06
/proc/14008/stat : 14008 (sugar) S 14006 14008 13657 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 20843785 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14008/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.102531 s]
/proc/loadavg: 2.29 2.23 2.09 4/85 14008
/proc/meminfo: memFree=1204592/2055920 swapFree=4192956/4192956
[pid=14008] ppid=14006 vsize=16868 CPUtime=0.06
/proc/14008/stat : 14008 (sugar) S 14006 14008 13657 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 20843785 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14008/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.30255 s]
/proc/loadavg: 2.29 2.23 2.09 4/85 14008
/proc/meminfo: memFree=1204592/2055920 swapFree=4192956/4192956
[pid=14008] ppid=14006 vsize=16868 CPUtime=0.06
/proc/14008/stat : 14008 (sugar) S 14006 14008 13657 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 20843785 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14008/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702592 s]
/proc/loadavg: 2.29 2.23 2.09 4/85 14008
/proc/meminfo: memFree=1204592/2055920 swapFree=4192956/4192956
[pid=14008] ppid=14006 vsize=16868 CPUtime=0.06
/proc/14008/stat : 14008 (sugar) S 14006 14008 13657 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 20843785 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14008/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50268 s]
/proc/loadavg: 2.29 2.23 2.09 4/96 14020
/proc/meminfo: memFree=1167832/2055920 swapFree=4192956/4192956
[pid=14008] ppid=14006 vsize=16868 CPUtime=0.06
/proc/14008/stat : 14008 (sugar) S 14006 14008 13657 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 20843785 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14008/statm: 4217 1111 409 3 0 796 0
[pid=14011] ppid=14008 vsize=5356 CPUtime=0
/proc/14011/stat : 14011 (sh) S 14008 14008 13657 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20843793 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14011/statm: 1339 233 193 169 0 50 0
[pid=14012] ppid=14011 vsize=864780 CPUtime=1.41
/proc/14012/stat : 14012 (java) S 14011 14008 13657 0 -1 0 18017 0 1 0 132 9 0 0 20 0 9 0 20843793 885534720 14578 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14012/statm: 216195 14578 2556 9 0 210707 0
[pid=14012/tid=14013] ppid=14011 vsize=864780 CPUtime=0.63
/proc/14012/task/14013/stat : 14013 (java) R 14011 14008 13657 0 -1 64 3071 0 1 0 61 2 0 0 25 0 9 0 20843794 885534720 14578 996147200 134512640 134550932 4294955984 18446744073709551615 4126714670 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14012/tid=14014] ppid=14011 vsize=864780 CPUtime=0.64
/proc/14012/task/14014/stat : 14014 (java) S 14011 14008 13657 0 -1 64 13731 0 0 0 58 6 0 0 17 0 9 0 20843795 885534720 14578 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14012/tid=14015] ppid=14011 vsize=864780 CPUtime=0
/proc/14012/task/14015/stat : 14015 (java) S 14011 14008 13657 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 20843796 885534720 14578 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14012/tid=14016] ppid=14011 vsize=864780 CPUtime=0
/proc/14012/task/14016/stat : 14016 (java) S 14011 14008 13657 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 20843796 885534720 14578 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14012/tid=14017] ppid=14011 vsize=864780 CPUtime=0
/proc/14012/task/14017/stat : 14017 (java) S 14011 14008 13657 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20843798 885534720 14578 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14012/tid=14018] ppid=14011 vsize=864780 CPUtime=0.11
/proc/14012/task/14018/stat : 14018 (java) S 14011 14008 13657 0 -1 64 511 0 0 0 11 0 0 0 16 0 9 0 20843798 885534720 14578 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14012/tid=14019] ppid=14011 vsize=864780 CPUtime=0
/proc/14012/task/14019/stat : 14019 (java) S 14011 14008 13657 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 20843798 885534720 14578 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14012/tid=14020] ppid=14011 vsize=864780 CPUtime=0
/proc/14012/task/14020/stat : 14020 (java) S 14011 14008 13657 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20843798 885534720 14578 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 887004

[startup+3.10184 s]
/proc/loadavg: 2.29 2.23 2.09 2/96 14020
/proc/meminfo: memFree=1141592/2055920 swapFree=4192956/4192956
[pid=14008] ppid=14006 vsize=16868 CPUtime=2.07
/proc/14008/stat : 14008 (sugar) S 14006 14008 13657 0 -1 4194304 1309 20926 0 1 5 1 190 11 16 0 1 0 20843785 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14008/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30218 s]
/proc/loadavg: 2.35 2.25 2.09 4/96 14030
/proc/meminfo: memFree=1126608/2055920 swapFree=4192956/4192956
[pid=14008] ppid=14006 vsize=16868 CPUtime=2.07
/proc/14008/stat : 14008 (sugar) S 14006 14008 13657 0 -1 4194304 1310 20926 0 1 5 1 190 11 15 0 1 0 20843785 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14008/statm: 4217 1111 409 3 0 796 0
[pid=14021] ppid=14008 vsize=5356 CPUtime=0
/proc/14021/stat : 14021 (sh) S 14008 14008 13657 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20843997 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14021/statm: 1339 233 193 169 0 50 0
[pid=14022] ppid=14021 vsize=868620 CPUtime=4.15
/proc/14022/stat : 14022 (java) S 14021 14008 13657 0 -1 0 26826 0 1 0 402 13 0 0 18 0 9 0 20843997 889466880 24794 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14022/statm: 217155 24794 2566 9 0 211660 0
[pid=14022/tid=14023] ppid=14021 vsize=868620 CPUtime=2.19
/proc/14022/task/14023/stat : 14023 (java) R 14021 14008 13657 0 -1 64 3544 0 1 0 217 2 0 0 25 0 9 0 20843998 889466880 24794 996147200 134512640 134550932 4294955936 18446744073709551615 4126560478 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14022/tid=14024] ppid=14021 vsize=868620 CPUtime=1.75
/proc/14022/task/14024/stat : 14024 (java) S 14021 14008 13657 0 -1 64 21067 0 0 0 166 9 0 0 16 0 9 0 20843999 889466880 24794 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14022/tid=14025] ppid=14021 vsize=868620 CPUtime=0
/proc/14022/task/14025/stat : 14025 (java) S 14021 14008 13657 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20843999 889466880 24794 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14022/tid=14026] ppid=14021 vsize=868620 CPUtime=0
/proc/14022/task/14026/stat : 14026 (java) S 14021 14008 13657 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20843999 889466880 24794 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14022/tid=14027] ppid=14021 vsize=868620 CPUtime=0
/proc/14022/task/14027/stat : 14027 (java) S 14021 14008 13657 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20844001 889466880 24794 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14022/tid=14028] ppid=14021 vsize=868620 CPUtime=0.18
/proc/14022/task/14028/stat : 14028 (java) S 14021 14008 13657 0 -1 64 1513 0 0 0 18 0 0 0 16 0 9 0 20844001 889466880 24794 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14022/tid=14029] ppid=14021 vsize=868620 CPUtime=0
/proc/14022/task/14029/stat : 14029 (java) S 14021 14008 13657 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20844002 889466880 24794 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14022/tid=14030] ppid=14021 vsize=868620 CPUtime=0
/proc/14022/task/14030/stat : 14030 (java) S 14021 14008 13657 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20844002 889466880 24794 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 890844

[startup+12.7029 s]
/proc/loadavg: 2.32 2.24 2.09 3/96 14030
/proc/meminfo: memFree=1109464/2055920 swapFree=4192956/4192956
[pid=14008] ppid=14006 vsize=16868 CPUtime=2.07
/proc/14008/stat : 14008 (sugar) S 14006 14008 13657 0 -1 4194304 1310 20926 0 1 5 1 190 11 15 0 1 0 20843785 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14008/statm: 4217 1111 409 3 0 796 0
[pid=14021] ppid=14008 vsize=5356 CPUtime=0
/proc/14021/stat : 14021 (sh) S 14008 14008 13657 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20843997 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14021/statm: 1339 233 193 169 0 50 0
[pid=14022] ppid=14021 vsize=868620 CPUtime=10.52
/proc/14022/stat : 14022 (java) S 14021 14008 13657 0 -1 0 27110 0 1 0 1037 15 0 0 18 0 9 0 20843997 889466880 24932 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14022/statm: 217155 24932 2566 9 0 211660 0
[pid=14022/tid=14023] ppid=14021 vsize=868620 CPUtime=8.43
/proc/14022/task/14023/stat : 14023 (java) R 14021 14008 13657 0 -1 64 3690 0 1 0 841 2 0 0 25 0 9 0 20843998 889466880 24932 996147200 134512640 134550932 4294955936 18446744073709551615 4126971934 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14022/tid=14024] ppid=14021 vsize=868620 CPUtime=1.87
/proc/14022/task/14024/stat : 14024 (java) S 14021 14008 13657 0 -1 64 21205 0 0 0 177 10 0 0 16 0 9 0 20843999 889466880 24932 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14022/tid=14025] ppid=14021 vsize=868620 CPUtime=0
/proc/14022/task/14025/stat : 14025 (java) S 14021 14008 13657 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20843999 889466880 24932 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14022/tid=14026] ppid=14021 vsize=868620 CPUtime=0
/proc/14022/task/14026/stat : 14026 (java) S 14021 14008 13657 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20843999 889466880 24932 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14022/tid=14027] ppid=14021 vsize=868620 CPUtime=0
/proc/14022/task/14027/stat : 14027 (java) S 14021 14008 13657 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20844001 889466880 24932 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14022/tid=14028] ppid=14021 vsize=868620 CPUtime=0.18
/proc/14022/task/14028/stat : 14028 (java) S 14021 14008 13657 0 -1 64 1513 0 0 0 18 0 0 0 16 0 9 0 20844001 889466880 24932 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14022/tid=14029] ppid=14021 vsize=868620 CPUtime=0
/proc/14022/task/14029/stat : 14029 (java) S 14021 14008 13657 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20844002 889466880 24932 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14022/tid=14030] ppid=14021 vsize=868620 CPUtime=0
/proc/14022/task/14030/stat : 14030 (java) S 14021 14008 13657 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20844002 889466880 24932 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 890844

[startup+25.5022 s]
/proc/loadavg: 2.25 2.23 2.09 3/96 14030
/proc/meminfo: memFree=1085656/2055920 swapFree=4192956/4192956
[pid=14008] ppid=14006 vsize=16868 CPUtime=2.07
/proc/14008/stat : 14008 (sugar) S 14006 14008 13657 0 -1 4194304 1310 20926 0 1 5 1 190 11 15 0 1 0 20843785 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14008/statm: 4217 1111 409 3 0 796 0
[pid=14021] ppid=14008 vsize=5356 CPUtime=0
/proc/14021/stat : 14021 (sh) S 14008 14008 13657 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20843997 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14021/statm: 1339 233 193 169 0 50 0
[pid=14022] ppid=14021 vsize=868620 CPUtime=23.17
/proc/14022/stat : 14022 (java) S 14021 14008 13657 0 -1 0 27402 0 1 0 2300 17 0 0 18 0 9 0 20843997 889466880 24935 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14022/statm: 217155 24935 2566 9 0 211660 0
[pid=14022/tid=14023] ppid=14021 vsize=868620 CPUtime=20.94
/proc/14022/task/14023/stat : 14023 (java) R 14021 14008 13657 0 -1 64 3979 0 1 0 2090 4 0 0 25 0 9 0 20843998 889466880 24935 996147200 134512640 134550932 4294955936 18446744073709551615 4126863823 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14022/tid=14024] ppid=14021 vsize=868620 CPUtime=2.03
/proc/14022/task/14024/stat : 14024 (java) S 14021 14008 13657 0 -1 64 21208 0 0 0 191 12 0 0 16 0 9 0 20843999 889466880 24935 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14022/tid=14025] ppid=14021 vsize=868620 CPUtime=0
/proc/14022/task/14025/stat : 14025 (java) S 14021 14008 13657 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20843999 889466880 24935 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14022/tid=14026] ppid=14021 vsize=868620 CPUtime=0
/proc/14022/task/14026/stat : 14026 (java) S 14021 14008 13657 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20843999 889466880 24935 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14022/tid=14027] ppid=14021 vsize=868620 CPUtime=0
/proc/14022/task/14027/stat : 14027 (java) S 14021 14008 13657 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20844001 889466880 24935 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14022/tid=14028] ppid=14021 vsize=868620 CPUtime=0.18
/proc/14022/task/14028/stat : 14028 (java) S 14021 14008 13657 0 -1 64 1513 0 0 0 18 0 0 0 16 0 9 0 20844001 889466880 24935 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14022/tid=14029] ppid=14021 vsize=868620 CPUtime=0
/proc/14022/task/14029/stat : 14029 (java) S 14021 14008 13657 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20844002 889466880 24935 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14022/tid=14030] ppid=14021 vsize=868620 CPUtime=0
/proc/14022/task/14030/stat : 14030 (java) S 14021 14008 13657 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20844002 889466880 24935 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 890844

[startup+51.1029 s]
/proc/loadavg: 2.16 2.21 2.09 3/96 14030
/proc/meminfo: memFree=1085528/2055920 swapFree=4192956/4192956
[pid=14008] ppid=14006 vsize=16868 CPUtime=2.07
/proc/14008/stat : 14008 (sugar) S 14006 14008 13657 0 -1 4194304 1310 20926 0 1 5 1 190 11 15 0 1 0 20843785 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14008/statm: 4217 1111 409 3 0 796 0
[pid=14021] ppid=14008 vsize=5356 CPUtime=0
/proc/14021/stat : 14021 (sh) S 14008 14008 13657 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20843997 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14021/statm: 1339 233 193 169 0 50 0
[pid=14022] ppid=14021 vsize=868620 CPUtime=48.65
/proc/14022/stat : 14022 (java) S 14021 14008 13657 0 -1 0 27988 0 1 0 4842 23 0 0 18 0 9 0 20843997 889466880 24941 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

/proc/14008/statm: 4217 1111 409 3 0 796 0
[pid=14021] ppid=14008 vsize=5356 CPUtime=0
/proc/14021/stat : 14021 (sh) S 14008 14008 13657 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20843997 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14021/statm: 1339 233 193 169 0 50 0
[pid=14022] ppid=14021 vsize=868620 CPUtime=698.7
/proc/14022/stat : 14022 (java) S 14021 14008 13657 0 -1 0 43381 0 1 0 69700 170 0 0 18 0 9 0 20843997 889466880 25103 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14022/statm: 217155 25103 2566 9 0 211660 0
[pid=14022/tid=14023] ppid=14021 vsize=868620 CPUtime=687.9
/proc/14022/task/14023/stat : 14023 (java) R 14021 14008 13657 0 -1 64 19790 0 1 0 68732 58 0 0 25 0 9 0 20843998 889466880 25103 996147200 134512640 134550932 4294955936 18446744073709551615 4126517612 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14022/tid=14024] ppid=14021 vsize=868620 CPUtime=10.58
/proc/14022/task/14024/stat : 14024 (java) S 14021 14008 13657 0 -1 64 21376 0 0 0 948 110 0 0 16 0 9 0 20843999 889466880 25103 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14022/tid=14025] ppid=14021 vsize=868620 CPUtime=0
/proc/14022/task/14025/stat : 14025 (java) S 14021 14008 13657 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20843999 889466880 25103 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14022/tid=14026] ppid=14021 vsize=868620 CPUtime=0
/proc/14022/task/14026/stat : 14026 (java) S 14021 14008 13657 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20843999 889466880 25103 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14022/tid=14027] ppid=14021 vsize=868620 CPUtime=0
/proc/14022/task/14027/stat : 14027 (java) S 14021 14008 13657 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20844001 889466880 25103 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14022/tid=14028] ppid=14021 vsize=868620 CPUtime=0.18
/proc/14022/task/14028/stat : 14028 (java) S 14021 14008 13657 0 -1 64 1513 0 0 0 18 0 0 0 16 0 9 0 20844001 889466880 25103 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14022/tid=14029] ppid=14021 vsize=868620 CPUtime=0
/proc/14022/task/14029/stat : 14029 (java) S 14021 14008 13657 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20844002 889466880 25103 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14022/tid=14030] ppid=14021 vsize=868620 CPUtime=0
/proc/14022/task/14030/stat : 14030 (java) S 14021 14008 13657 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20844002 889466880 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.77
Current children cumulated vsize (KiB) 890844

[startup+762.307 s]
/proc/loadavg: 2.03 2.03 2.04 3/85 14063
/proc/meminfo: memFree=1454064/2055920 swapFree=4192956/4192956
[pid=14008] ppid=14006 vsize=16868 CPUtime=2.07
/proc/14008/stat : 14008 (sugar) S 14006 14008 13657 0 -1 4194304 1310 20926 0 1 5 1 190 11 15 0 1 0 20843785 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14008/statm: 4217 1111 409 3 0 796 0
[pid=14021] ppid=14008 vsize=5356 CPUtime=0
/proc/14021/stat : 14021 (sh) S 14008 14008 13657 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20843997 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14021/statm: 1339 233 193 169 0 50 0
[pid=14022] ppid=14021 vsize=868620 CPUtime=758.68
/proc/14022/stat : 14022 (java) S 14021 14008 13657 0 -1 0 44817 0 1 0 75684 184 0 0 18 0 9 0 20843997 889466880 25118 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14022/statm: 217155 25118 2566 9 0 211660 0
[pid=14022/tid=14023] ppid=14021 vsize=868620 CPUtime=747.08
/proc/14022/task/14023/stat : 14023 (java) R 14021 14008 13657 0 -1 64 21211 0 1 0 74646 62 0 0 25 0 9 0 20843998 889466880 25118 996147200 134512640 134550932 4294955936 18446744073709551615 4126863933 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14022/tid=14024] ppid=14021 vsize=868620 CPUtime=11.38
/proc/14022/task/14024/stat : 14024 (java) S 14021 14008 13657 0 -1 64 21391 0 0 0 1019 119 0 0 16 0 9 0 20843999 889466880 25118 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14022/tid=14025] ppid=14021 vsize=868620 CPUtime=0
/proc/14022/task/14025/stat : 14025 (java) S 14021 14008 13657 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20843999 889466880 25118 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14022/tid=14026] ppid=14021 vsize=868620 CPUtime=0
/proc/14022/task/14026/stat : 14026 (java) S 14021 14008 13657 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20843999 889466880 25118 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14022/tid=14027] ppid=14021 vsize=868620 CPUtime=0
/proc/14022/task/14027/stat : 14027 (java) S 14021 14008 13657 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20844001 889466880 25118 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14022/tid=14028] ppid=14021 vsize=868620 CPUtime=0.18
/proc/14022/task/14028/stat : 14028 (java) S 14021 14008 13657 0 -1 64 1513 0 0 0 18 0 0 0 16 0 9 0 20844001 889466880 25118 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14022/tid=14029] ppid=14021 vsize=868620 CPUtime=0
/proc/14022/task/14029/stat : 14029 (java) S 14021 14008 13657 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20844002 889466880 25118 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14022/tid=14030] ppid=14021 vsize=868620 CPUtime=0
/proc/14022/task/14030/stat : 14030 (java) S 14021 14008 13657 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20844002 889466880 25118 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 760.75
Current children cumulated vsize (KiB) 890844

[startup+822.303 s]
/proc/loadavg: 2.28 2.08 2.06 3/85 14063
/proc/meminfo: memFree=1316336/2055920 swapFree=4192956/4192956
[pid=14008] ppid=14006 vsize=16868 CPUtime=2.07
/proc/14008/stat : 14008 (sugar) S 14006 14008 13657 0 -1 4194304 1310 20926 0 1 5 1 190 11 15 0 1 0 20843785 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14008/statm: 4217 1111 409 3 0 796 0
[pid=14021] ppid=14008 vsize=5356 CPUtime=0
/proc/14021/stat : 14021 (sh) S 14008 14008 13657 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20843997 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14021/statm: 1339 233 193 169 0 50 0
[pid=14022] ppid=14021 vsize=868732 CPUtime=818.62
/proc/14022/stat : 14022 (java) S 14021 14008 13657 0 -1 0 53201 0 1 0 81589 273 0 0 18 0 9 0 20843997 889581568 27744 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14022/statm: 217183 27744 2591 9 0 211660 0
[pid=14022/tid=14023] ppid=14021 vsize=868732 CPUtime=805.45
/proc/14022/task/14023/stat : 14023 (java) R 14021 14008 13657 0 -1 64 22844 0 1 0 80407 138 0 0 25 0 9 0 20843998 889581568 27744 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14022/tid=14024] ppid=14021 vsize=868732 CPUtime=12.87
/proc/14022/task/14024/stat : 14024 (java) S 14021 14008 13657 0 -1 64 28101 0 0 0 1155 132 0 0 16 0 9 0 20843999 889581568 27744 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14022/tid=14025] ppid=14021 vsize=868732 CPUtime=0
/proc/14022/task/14025/stat : 14025 (java) S 14021 14008 13657 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20843999 889581568 27744 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14022/tid=14026] ppid=14021 vsize=868732 CPUtime=0
/proc/14022/task/14026/stat : 14026 (java) S 14021 14008 13657 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20843999 889581568 27744 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14022/tid=14027] ppid=14021 vsize=868732 CPUtime=0
/proc/14022/task/14027/stat : 14027 (java) S 14021 14008 13657 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20844001 889581568 27744 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14022/tid=14028] ppid=14021 vsize=868732 CPUtime=0.25
/proc/14022/task/14028/stat : 14028 (java) S 14021 14008 13657 0 -1 64 1554 0 0 0 24 1 0 0 16 0 9 0 20844001 889581568 27744 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14022/tid=14029] ppid=14021 vsize=868732 CPUtime=0
/proc/14022/task/14029/stat : 14029 (java) S 14021 14008 13657 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20844002 889581568 27744 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14022/tid=14030] ppid=14021 vsize=868732 CPUtime=0
/proc/14022/task/14030/stat : 14030 (java) S 14021 14008 13657 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20844002 889581568 27744 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 820.69
Current children cumulated vsize (KiB) 890956

[startup+882.303 s]
/proc/loadavg: 3.50 2.48 2.19 3/77 14066
/proc/meminfo: memFree=636088/2055920 swapFree=4192956/4192956
[pid=14008] ppid=14006 vsize=16868 CPUtime=858.58
/proc/14008/stat : 14008 (sugar) S 14006 14008 13657 0 -1 4194304 1365 76061 0 2 7 2 85273 576 16 0 1 0 20843785 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14008/statm: 4217 1113 409 3 0 796 0
[pid=14064] ppid=14008 vsize=5356 CPUtime=0
/proc/14064/stat : 14064 (sh) S 14008 14008 13657 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20930269 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14064/statm: 1339 232 193 169 0 50 0
[pid=14065] ppid=14064 vsize=336920 CPUtime=17.15
/proc/14065/stat : 14065 (picosat) R 14064 14008 13657 0 -1 4194304 60683 0 0 0 776 939 0 0 25 0 1 0 20930270 345006080 60669 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/14065/statm: 84230 60669 40 102 0 84125 0
Current children cumulated CPU time (s) 875.73
Current children cumulated vsize (KiB) 359144

[startup+942.302 s]
/proc/loadavg: 3.88 2.77 2.31 3/77 14066
/proc/meminfo: memFree=200312/2055920 swapFree=4192956/4192956
[pid=14008] ppid=14006 vsize=16868 CPUtime=858.58
/proc/14008/stat : 14008 (sugar) S 14006 14008 13657 0 -1 4194304 1365 76061 0 2 7 2 85273 576 16 0 1 0 20843785 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14008/statm: 4217 1113 409 3 0 796 0
[pid=14064] ppid=14008 vsize=5356 CPUtime=0
/proc/14064/stat : 14064 (sh) S 14008 14008 13657 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20930269 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14064/statm: 1339 232 193 169 0 50 0
[pid=14065] ppid=14064 vsize=860188 CPUtime=76.69
/proc/14065/stat : 14065 (picosat) R 14064 14008 13657 0 -1 4194304 172050 0 0 0 3467 4202 0 0 25 0 1 0 20930270 880832512 172036 996147200 134512640 134931368 4294956256 18446744073709551615 134597664 0 0 4096 0 0 0 0 17 1 0 0
/proc/14065/statm: 215047 172036 40 102 0 214942 0
Current children cumulated CPU time (s) 935.27
Current children cumulated vsize (KiB) 882412



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+953.001 s]
/proc/loadavg: 3.90 2.81 2.32 3/77 14066
/proc/meminfo: memFree=150648/2055920 swapFree=4192956/4192956
[pid=14008] ppid=14006 vsize=16868 CPUtime=858.58
/proc/14008/stat : 14008 (sugar) S 14006 14008 13657 0 -1 4194304 1365 76061 0 2 7 2 85273 576 16 0 1 0 20843785 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14008/statm: 4217 1113 409 3 0 796 0
[pid=14064] ppid=14008 vsize=5356 CPUtime=0
/proc/14064/stat : 14064 (sh) S 14008 14008 13657 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20930269 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14064/statm: 1339 232 193 169 0 50 0
[pid=14065] ppid=14064 vsize=899524 CPUtime=87.32
/proc/14065/stat : 14065 (picosat) R 14064 14008 13657 0 -1 4194304 183117 0 0 0 3941 4791 0 0 25 0 1 0 20930270 921112576 183103 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/14065/statm: 224881 183103 40 102 0 224776 0
Current children cumulated CPU time (s) 945.9
Current children cumulated vsize (KiB) 921748

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

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

[startup+953.119 s]
/proc/loadavg: 3.90 2.81 2.32 3/77 14066
/proc/meminfo: memFree=150648/2055920 swapFree=4192956/4192956
[pid=14008] ppid=14006 vsize=16868 CPUtime=858.58
/proc/14008/stat : 14008 (sugar) S 14006 14008 13657 0 -1 4194304 1394 76061 0 2 7 2 85273 576 16 0 1 0 20843785 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/14008/statm: 4217 1113 409 3 0 796 0
[pid=14064] ppid=14008 vsize=0 CPUtime=0
/proc/14064/stat : 14064 (sh) Z 14008 14008 13657 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 20930269 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/14064/statm: 0 0 0 0 0 0 0
[pid=14065] ppid=1 vsize=0 CPUtime=87.43
/proc/14065/stat : 14065 (picosat) R 1 14008 13657 0 -1 4195332 183117 0 0 0 3941 4802 0 0 25 0 1 0 20930270 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/14065/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 946.01
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14008 and gives
#  childrusage.ru_utime.tv_sec=852
#  childrusage.ru_utime.tv_usec=808353
#  childrusage.ru_stime.tv_sec=5
#  childrusage.ru_stime.tv_usec=791119
# CPU time returned by wait4() is 858.599
# while last known CPU time is 946.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 953.134
CPU time (s): 946.01
CPU user time (s): 892.21
CPU system time (s): 53.8
CPU usage (%): 99.2525
Max. virtual memory (cumulated for all children) (KiB): 921748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 852.808
system time used= 5.79112
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77820
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= 207029
involuntary context switches= 201627

runsolver used 1.2818 second user time and 3.02354 second system time

The end

Launcher Data

Begin job on node79 at 2009-07-11 20:43:02
IDJOB=2065053
IDBENCH=54269
IDSOLVER=738
FILE ID=node79/2065053-1247337782
PBS_JOBID= 9506731
Free space on /tmp= 66248 MiB

SOLVER NAME= Sugar v1.14.6+picosat
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/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2065053-1247337782/watcher-2065053-1247337782 -o /tmp/evaluation-result-2065053-1247337782/solver-2065053-1247337782 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2065053-1247337782.xml

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

MD5SUM BENCH= 8926e510184a894ee514f3793caf9db6
RANDOM SEED=2083254492

node79.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.229
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.229
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1205008 kB
Buffers:         45152 kB
Cached:         323952 kB
SwapCached:          0 kB
Active:         483712 kB
Inactive:       300124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1205008 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            5892 kB
Writeback:           0 kB
Mapped:         430300 kB
Slab:            51572 kB
Committed_AS:   860456 kB
PageTables:       2552 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= 65628 MiB
End job on node79 at 2009-07-11 20:58:57