Trace number 1059422

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+picosat? (MO) 814.34 822.034

General information on the benchmark

Namecsp/fischer/
normalized-fischer-10-9-fair.xml
MD5SUMda6d0f24f3e5fe7e73e68355d945bec1
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables23735
Number of constraints22477
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension22477
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Fri Jul  4 00:11:37 2008
0.00/0.05	c 0	PID 23564
0.03/0.05	c 0	HOST node65.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1059422-1215123097.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1059422-1215123097.xml' 'HOME/temp.csp'
2.14/2.26	c 3	3 domains, 23735 variables, 9 predicates, 0 relations, 22477 constraints
2.21/2.30	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.21/2.30	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
2.21/2.38	c 3	Parsing HOME/temp.csp
2.21/2.69	c 3	parsed 10000 expressions
2.21/2.88	c 3	parsed 20000 expressions
2.21/3.11	c 3	parsed 30000 expressions
3.18/3.33	c 4	parsed 40000 expressions
3.38/3.53	c 4	parsed 46224 expressions
3.38/3.53	c 4	Heap : 14 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.38/3.53	c 4	Converting to clausal form CSP
3.38/3.59	c 4	converted 4623 (10%) expressions
3.38/3.59	c 4	converted 9245 (20%) expressions
3.48/3.61	c 4	converted 13868 (30%) expressions
3.48/3.62	c 4	converted 18490 (40%) expressions
3.48/3.62	c 4	converted 23112 (50%) expressions
3.78/3.92	c 4	converted 27735 (60%) expressions
4.37/4.51	c 5	converted 32357 (70%) expressions
4.86/5.08	c 5	converted 36980 (80%) expressions
5.26/5.46	c 6	converted 41602 (90%) expressions
5.95/6.16	c 6	converted 46224 (100%) expressions
5.95/6.17	c 6	CSP : 41641 integers, 1396 booleans, 102371 clauses, largest domain size 20001
5.95/6.17	c 6	Heap : 64 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.95/6.17	c 6	Propagation in CSP
678.45/682.56	c 683	585515864 values, 0 unsatisfiable literals, and 0 valid clauses are removed
678.45/682.57	c 683	CSP : 41641 integers, 1396 booleans, 102371 clauses, largest domain size 20001
678.45/682.57	c 683	Heap : 68 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
678.45/682.59	c 683	Simplifing CSP by introducing new Boolean variables
678.76/682.81	c 683	CSP : 41641 integers, 37626 booleans, 138601 clauses, largest domain size 20001
678.76/682.81	c 683	Heap : 77 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
679.16/683.29	c 684	Encoding CSP to SAT : HOME/temp.cnf
679.69/683.74	c 684	4165 (10%) CSP integer variables are encoded (361760 clauses, 5932443 bytes)
681.99/686.07	c 686	8329 (20%) CSP integer variables are encoded (2276708 clauses, 41045612 bytes)
682.97/687.07	c 687	12493 (30%) CSP integer variables are encoded (3097400 clauses, 56638760 bytes)
683.69/689.83	c 690	16657 (40%) CSP integer variables are encoded (3667337 clauses, 67467563 bytes)
684.30/690.46	c 691	20821 (50%) CSP integer variables are encoded (4205250 clauses, 77687910 bytes)
684.30/690.47	c 691	24985 (60%) CSP integer variables are encoded (4205250 clauses, 77687910 bytes)
685.09/691.23	c 692	29149 (70%) CSP integer variables are encoded (4845122 clauses, 89845478 bytes)
685.49/691.65	c 692	33313 (80%) CSP integer variables are encoded (5205050 clauses, 96684110 bytes)
685.69/691.83	c 692	37477 (90%) CSP integer variables are encoded (5355028 clauses, 99533692 bytes)
685.98/692.15	c 692	41641 (100%) CSP integer variables are encoded (5604990 clauses, 104282970 bytes)
715.48/722.28	c 723	13861 (10%) CSP clauses are encoded (23263132 clauses, 480026962 bytes)
716.16/722.95	c 723	27721 (20%) CSP clauses are encoded (23667687 clauses, 488174560 bytes)
717.75/724.58	c 725	41581 (30%) CSP clauses are encoded (24793187 clauses, 511248707 bytes)
720.03/726.83	c 727	55441 (40%) CSP clauses are encoded (26277069 clauses, 542772128 bytes)
721.51/728.37	c 729	69301 (50%) CSP clauses are encoded (27281733 clauses, 564112986 bytes)
721.62/728.45	c 729	83161 (60%) CSP clauses are encoded (27288284 clauses, 564246242 bytes)
721.72/728.53	c 729	97021 (70%) CSP clauses are encoded (27294785 clauses, 564378455 bytes)
723.12/729.96	c 730	110881 (80%) CSP clauses are encoded (28221463 clauses, 584064586 bytes)
724.20/731.00	c 731	124741 (90%) CSP clauses are encoded (28907385 clauses, 598633705 bytes)
724.30/731.10	c 731	138601 (100%) CSP clauses are encoded (28927876 clauses, 599168599 bytes)
724.30/731.10	c 731	138601 CSP clauses encoded
724.30/731.10	c 731	Writing map file : HOME/temp.map
724.42/731.21	c 732	Heap : 66 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
724.42/731.21	c 732	SAT : 5654219 SAT variables, 28927876 SAT clauses, 599168599 bytes
724.42/731.21	c 732	Heap : 66 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
724.42/731.25	c 732	SOLVING HOME/temp.cnf
724.42/731.25	c 732	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
814.00/821.51	c ERROR INTERRUPTED
814.11/821.64	s UNKNOWN
814.11/821.64	c 822	CPU 719.11 (0.05 0.01 719.06 5.35)
814.11/821.64	c 822	END Fri Jul  4 00:25:19 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1059422-1215123097/watcher-1059422-1215123097 -o /tmp/evaluation-result-1059422-1215123097/solver-1059422-1215123097 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1059422-1215123097.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.91 1.97 1.98 4/81 23564
/proc/meminfo: memFree=1489392/2055920 swapFree=4180796/4192956
[pid=23564] ppid=23562 vsize=12268 CPUtime=0
/proc/23564/stat : 23564 (sugar) R 23562 23564 22401 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1991279526 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 257203862117 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/23564/statm: 3067 316 241 3 0 167 0

[startup+0.050724 s]
/proc/loadavg: 1.91 1.97 1.98 4/81 23564
/proc/meminfo: memFree=1489392/2055920 swapFree=4180796/4192956
[pid=23564] ppid=23562 vsize=13600 CPUtime=0.03
/proc/23564/stat : 23564 (sugar) S 23562 23564 22401 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1991279526 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23564/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101965 s]
/proc/loadavg: 1.91 1.97 1.98 4/81 23564
/proc/meminfo: memFree=1489392/2055920 swapFree=4180796/4192956
[pid=23564] ppid=23562 vsize=13600 CPUtime=0.03
/proc/23564/stat : 23564 (sugar) S 23562 23564 22401 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1991279526 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23564/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301977 s]
/proc/loadavg: 1.91 1.97 1.98 4/81 23564
/proc/meminfo: memFree=1489392/2055920 swapFree=4180796/4192956
[pid=23564] ppid=23562 vsize=13600 CPUtime=0.03
/proc/23564/stat : 23564 (sugar) S 23562 23564 22401 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1991279526 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23564/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70202 s]
/proc/loadavg: 1.91 1.97 1.98 4/81 23564
/proc/meminfo: memFree=1489392/2055920 swapFree=4180796/4192956
[pid=23564] ppid=23562 vsize=13600 CPUtime=0.03
/proc/23564/stat : 23564 (sugar) S 23562 23564 22401 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1991279526 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23564/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50208 s]
/proc/loadavg: 1.91 1.97 1.98 3/92 23576
/proc/meminfo: memFree=1460696/2055920 swapFree=4180796/4192956
[pid=23564] ppid=23562 vsize=13600 CPUtime=0.03
/proc/23564/stat : 23564 (sugar) S 23562 23564 22401 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1991279526 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23564/statm: 3400 796 370 3 0 500 0
[pid=23567] ppid=23564 vsize=5356 CPUtime=0
/proc/23567/stat : 23567 (sh) S 23564 23564 22401 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991279531 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23567/statm: 1339 233 193 169 0 50 0
[pid=23568] ppid=23567 vsize=864672 CPUtime=1.41
/proc/23568/stat : 23568 (java) S 23567 23564 22401 0 -1 0 15706 0 1 0 134 7 0 0 18 0 9 0 1991279531 885424128 13751 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23568/statm: 216168 13751 2529 9 0 210750 0
[pid=23568/tid=23569] ppid=23567 vsize=864672 CPUtime=0.77
/proc/23568/task/23569/stat : 23569 (java) R 23567 23564 22401 0 -1 64 3053 0 1 0 76 1 0 0 24 0 9 0 1991279532 885424128 13751 996147200 134512640 134550740 4294956016 18446744073709551615 4126703042 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23568/tid=23570] ppid=23567 vsize=864672 CPUtime=0.5
/proc/23568/task/23570/stat : 23570 (java) S 23567 23564 22401 0 -1 64 11447 0 0 0 46 4 0 0 16 0 9 0 1991279534 885424128 13751 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23568/tid=23571] ppid=23567 vsize=864672 CPUtime=0
/proc/23568/task/23571/stat : 23571 (java) S 23567 23564 22401 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1991279534 885424128 13751 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23568/tid=23572] ppid=23567 vsize=864672 CPUtime=0
/proc/23568/task/23572/stat : 23572 (java) S 23567 23564 22401 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1991279534 885424128 13751 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23568/tid=23573] ppid=23567 vsize=864672 CPUtime=0
/proc/23568/task/23573/stat : 23573 (java) S 23567 23564 22401 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991279536 885424128 13751 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23568/tid=23574] ppid=23567 vsize=864672 CPUtime=0.11
/proc/23568/task/23574/stat : 23574 (java) S 23567 23564 22401 0 -1 64 505 0 0 0 11 0 0 0 16 0 9 0 1991279536 885424128 13751 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23568/tid=23575] ppid=23567 vsize=864672 CPUtime=0
/proc/23568/task/23575/stat : 23575 (java) S 23567 23564 22401 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1991279536 885424128 13751 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23568/tid=23576] ppid=23567 vsize=864672 CPUtime=0
/proc/23568/task/23576/stat : 23576 (java) S 23567 23564 22401 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991279536 885424128 13751 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 883628

[startup+3.10223 s]
/proc/loadavg: 1.91 1.97 1.98 3/92 23576
/proc/meminfo: memFree=1435800/2055920 swapFree=4180796/4192956
[pid=23564] ppid=23562 vsize=13600 CPUtime=2.21
/proc/23564/stat : 23564 (sugar) S 23562 23564 22401 0 -1 4194304 973 18339 0 1 3 0 207 11 15 0 1 0 1991279526 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23564/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 13600

[startup+6.30882 s]
/proc/loadavg: 1.92 1.97 1.98 3/92 23586
/proc/meminfo: memFree=1424408/2055920 swapFree=4180796/4192956
[pid=23564] ppid=23562 vsize=13600 CPUtime=2.22
/proc/23564/stat : 23564 (sugar) S 23562 23564 22401 0 -1 4194304 974 18339 0 1 3 1 207 11 15 0 1 0 1991279526 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23564/statm: 3400 797 370 3 0 500 0
[pid=23577] ppid=23564 vsize=5356 CPUtime=0
/proc/23577/stat : 23577 (sh) S 23564 23564 22401 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991279756 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23577/statm: 1339 233 193 169 0 50 0
[pid=23578] ppid=23577 vsize=868408 CPUtime=3.94
/proc/23578/stat : 23578 (java) S 23577 23564 22401 0 -1 0 24180 0 1 0 381 13 0 0 18 0 9 0 1991279756 889249792 21990 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23578/statm: 217102 21990 2540 9 0 211677 0
[pid=23578/tid=23579] ppid=23577 vsize=868408 CPUtime=2.06
/proc/23578/task/23579/stat : 23579 (java) R 23577 23564 22401 0 -1 64 3673 0 1 0 204 2 0 0 25 0 9 0 1991279757 889249792 21990 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23578/tid=23580] ppid=23577 vsize=868408 CPUtime=1.64
/proc/23578/task/23580/stat : 23580 (java) S 23577 23564 22401 0 -1 64 18319 0 0 0 155 9 0 0 15 0 9 0 1991279758 889249792 21990 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23578/tid=23581] ppid=23577 vsize=868408 CPUtime=0
/proc/23578/task/23581/stat : 23581 (java) S 23577 23564 22401 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991279759 889249792 21990 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23578/tid=23582] ppid=23577 vsize=868408 CPUtime=0
/proc/23578/task/23582/stat : 23582 (java) S 23577 23564 22401 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991279759 889249792 21990 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23578/tid=23583] ppid=23577 vsize=868408 CPUtime=0
/proc/23578/task/23583/stat : 23583 (java) S 23577 23564 22401 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1991279760 889249792 21990 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23578/tid=23584] ppid=23577 vsize=868408 CPUtime=0.22
/proc/23578/task/23584/stat : 23584 (java) S 23577 23564 22401 0 -1 64 1491 0 0 0 22 0 0 0 16 0 9 0 1991279760 889249792 21990 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23578/tid=23585] ppid=23577 vsize=868408 CPUtime=0
/proc/23578/task/23585/stat : 23585 (java) S 23577 23564 22401 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1991279761 889249792 21990 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23578/tid=23586] ppid=23577 vsize=868408 CPUtime=0
/proc/23578/task/23586/stat : 23586 (java) S 23577 23564 22401 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991279761 889249792 21990 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 887364

[startup+12.702 s]
/proc/loadavg: 1.93 1.97 1.98 3/92 23586
/proc/meminfo: memFree=1404056/2055920 swapFree=4180796/4192956
[pid=23564] ppid=23562 vsize=13600 CPUtime=2.22
/proc/23564/stat : 23564 (sugar) S 23562 23564 22401 0 -1 4194304 974 18339 0 1 3 1 207 11 15 0 1 0 1991279526 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23564/statm: 3400 797 370 3 0 500 0
[pid=23577] ppid=23564 vsize=5356 CPUtime=0
/proc/23577/stat : 23577 (sh) S 23564 23564 22401 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991279756 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23577/statm: 1339 233 193 169 0 50 0
[pid=23578] ppid=23577 vsize=868408 CPUtime=10.28
/proc/23578/stat : 23578 (java) S 23577 23564 22401 0 -1 0 25180 0 1 0 1013 15 0 0 18 0 9 0 1991279756 889249792 22848 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23578/statm: 217102 22848 2540 9 0 211677 0
[pid=23578/tid=23579] ppid=23577 vsize=868408 CPUtime=8.19
/proc/23578/task/23579/stat : 23579 (java) R 23577 23564 22401 0 -1 64 3815 0 1 0 817 2 0 0 25 0 9 0 1991279757 889249792 22848 996147200 134512640 134550740 4294955952 18446744073709551615 4126975620 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23578/tid=23580] ppid=23577 vsize=868408 CPUtime=1.82
/proc/23578/task/23580/stat : 23580 (java) S 23577 23564 22401 0 -1 64 19177 0 0 0 172 10 0 0 16 0 9 0 1991279758 889249792 22848 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23578/tid=23581] ppid=23577 vsize=868408 CPUtime=0
/proc/23578/task/23581/stat : 23581 (java) S 23577 23564 22401 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991279759 889249792 22848 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23578/tid=23582] ppid=23577 vsize=868408 CPUtime=0
/proc/23578/task/23582/stat : 23582 (java) S 23577 23564 22401 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991279759 889249792 22848 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23578/tid=23583] ppid=23577 vsize=868408 CPUtime=0
/proc/23578/task/23583/stat : 23583 (java) S 23577 23564 22401 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1991279760 889249792 22848 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23578/tid=23584] ppid=23577 vsize=868408 CPUtime=0.22
/proc/23578/task/23584/stat : 23584 (java) S 23577 23564 22401 0 -1 64 1491 0 0 0 22 0 0 0 16 0 9 0 1991279760 889249792 22848 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23578/tid=23585] ppid=23577 vsize=868408 CPUtime=0
/proc/23578/task/23585/stat : 23585 (java) S 23577 23564 22401 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1991279761 889249792 22848 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23578/tid=23586] ppid=23577 vsize=868408 CPUtime=0
/proc/23578/task/23586/stat : 23586 (java) S 23577 23564 22401 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991279761 889249792 22848 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 887364

[startup+25.5021 s]
/proc/loadavg: 1.94 1.97 1.98 3/92 23586
/proc/meminfo: memFree=1404184/2055920 swapFree=4180796/4192956
[pid=23564] ppid=23562 vsize=13600 CPUtime=2.22
/proc/23564/stat : 23564 (sugar) S 23562 23564 22401 0 -1 4194304 974 18339 0 1 3 1 207 11 15 0 1 0 1991279526 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23564/statm: 3400 797 370 3 0 500 0
[pid=23577] ppid=23564 vsize=5356 CPUtime=0
/proc/23577/stat : 23577 (sh) S 23564 23564 22401 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991279756 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23577/statm: 1339 233 193 169 0 50 0
[pid=23578] ppid=23577 vsize=868408 CPUtime=22.96
/proc/23578/stat : 23578 (java) S 23577 23564 22401 0 -1 0 25465 0 1 0 2278 18 0 0 18 0 9 0 1991279756 889249792 22853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23578/statm: 217102 22853 2540 9 0 211677 0
[pid=23578/tid=23579] ppid=23577 vsize=868408 CPUtime=20.73
/proc/23578/task/23579/stat : 23579 (java) R 23577 23564 22401 0 -1 64 4095 0 1 0 2070 3 0 0 25 0 9 0 1991279757 889249792 22853 996147200 134512640 134550740 4294955952 18446744073709551615 4126577762 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23578/tid=23580] ppid=23577 vsize=868408 CPUtime=1.97
/proc/23578/task/23580/stat : 23580 (java) S 23577 23564 22401 0 -1 64 19182 0 0 0 185 12 0 0 16 0 9 0 1991279758 889249792 22853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23578/tid=23581] ppid=23577 vsize=868408 CPUtime=0
/proc/23578/task/23581/stat : 23581 (java) S 23577 23564 22401 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991279759 889249792 22853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23578/tid=23582] ppid=23577 vsize=868408 CPUtime=0
/proc/23578/task/23582/stat : 23582 (java) S 23577 23564 22401 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991279759 889249792 22853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23578/tid=23583] ppid=23577 vsize=868408 CPUtime=0
/proc/23578/task/23583/stat : 23583 (java) S 23577 23564 22401 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1991279760 889249792 22853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23578/tid=23584] ppid=23577 vsize=868408 CPUtime=0.22
/proc/23578/task/23584/stat : 23584 (java) S 23577 23564 22401 0 -1 64 1491 0 0 0 22 0 0 0 16 0 9 0 1991279760 889249792 22853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23578/tid=23585] ppid=23577 vsize=868408 CPUtime=0
/proc/23578/task/23585/stat : 23585 (java) S 23577 23564 22401 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1991279761 889249792 22853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23578/tid=23586] ppid=23577 vsize=868408 CPUtime=0
/proc/23578/task/23586/stat : 23586 (java) S 23577 23564 22401 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991279761 889249792 22853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 887364

[startup+51.1022 s]
/proc/loadavg: 1.96 1.97 1.98 3/92 23586
/proc/meminfo: memFree=1404056/2055920 swapFree=4180796/4192956
[pid=23564] ppid=23562 vsize=13600 CPUtime=2.22
/proc/23564/stat : 23564 (sugar) S 23562 23564 22401 0 -1 4194304 974 18339 0 1 3 1 207 11 15 0 1 0 1991279526 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23564/statm: 3400 797 370 3 0 500 0
[pid=23577] ppid=23564 vsize=5356 CPUtime=0
/proc/23577/stat : 23577 (sh) S 23564 23564 22401 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991279756 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23577/statm: 1339 233 193 169 0 50 0
[pid=23578] ppid=23577 vsize=868408 CPUtime=48.31
/proc/23578/stat : 23578 (java) S 23577 23564 22401 0 -1 0 26036 0 1 0 4809 22 0 0 18 0 9 0 1991279756 889249792 22863 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=23578/tid=23582] ppid=23577 vsize=868408 CPUtime=0
/proc/23578/task/23582/stat : 23582 (java) S 23577 23564 22401 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991279759 889249792 23037 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23578/tid=23583] ppid=23577 vsize=868408 CPUtime=0
/proc/23578/task/23583/stat : 23583 (java) S 23577 23564 22401 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1991279760 889249792 23037 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23578/tid=23584] ppid=23577 vsize=868408 CPUtime=0.22
/proc/23578/task/23584/stat : 23584 (java) S 23577 23564 22401 0 -1 64 1491 0 0 0 22 0 0 0 16 0 9 0 1991279760 889249792 23037 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23578/tid=23585] ppid=23577 vsize=868408 CPUtime=0
/proc/23578/task/23585/stat : 23585 (java) S 23577 23564 22401 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1991279761 889249792 23037 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23578/tid=23586] ppid=23577 vsize=868408 CPUtime=0
/proc/23578/task/23586/stat : 23586 (java) S 23577 23564 22401 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991279761 889249792 23037 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 578.27
Current children cumulated vsize (KiB) 887364

[startup+642.303 s]
/proc/loadavg: 1.00 1.30 1.67 3/93 23627
/proc/meminfo: memFree=699424/2055920 swapFree=4180796/4192956
[pid=23564] ppid=23562 vsize=13600 CPUtime=2.22
/proc/23564/stat : 23564 (sugar) S 23562 23564 22401 0 -1 4194304 974 18339 0 1 3 1 207 11 15 0 1 0 1991279526 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23564/statm: 3400 797 370 3 0 500 0
[pid=23577] ppid=23564 vsize=5356 CPUtime=0
/proc/23577/stat : 23577 (sh) S 23564 23564 22401 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991279756 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23577/statm: 1339 233 193 169 0 50 0
[pid=23578] ppid=23577 vsize=868408 CPUtime=636.04
/proc/23578/stat : 23578 (java) S 23577 23564 22401 0 -1 0 39354 0 1 0 63458 146 0 0 18 0 9 0 1991279756 889249792 23052 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23578/statm: 217102 23052 2540 9 0 211677 0
[pid=23578/tid=23579] ppid=23577 vsize=868408 CPUtime=626.84
/proc/23578/task/23579/stat : 23579 (java) R 23577 23564 22401 0 -1 64 17785 0 1 0 62631 53 0 0 25 0 9 0 1991279757 889249792 23052 996147200 134512640 134550740 4294955952 18446744073709551615 4126978964 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23578/tid=23580] ppid=23577 vsize=868408 CPUtime=8.94
/proc/23578/task/23580/stat : 23580 (java) S 23577 23564 22401 0 -1 64 19381 0 0 0 803 91 0 0 16 0 9 0 1991279758 889249792 23052 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23578/tid=23581] ppid=23577 vsize=868408 CPUtime=0
/proc/23578/task/23581/stat : 23581 (java) S 23577 23564 22401 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991279759 889249792 23052 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23578/tid=23582] ppid=23577 vsize=868408 CPUtime=0
/proc/23578/task/23582/stat : 23582 (java) S 23577 23564 22401 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991279759 889249792 23052 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23578/tid=23583] ppid=23577 vsize=868408 CPUtime=0
/proc/23578/task/23583/stat : 23583 (java) S 23577 23564 22401 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1991279760 889249792 23052 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23578/tid=23584] ppid=23577 vsize=868408 CPUtime=0.22
/proc/23578/task/23584/stat : 23584 (java) S 23577 23564 22401 0 -1 64 1491 0 0 0 22 0 0 0 16 0 9 0 1991279760 889249792 23052 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23578/tid=23585] ppid=23577 vsize=868408 CPUtime=0
/proc/23578/task/23585/stat : 23585 (java) S 23577 23564 22401 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1991279761 889249792 23052 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23578/tid=23586] ppid=23577 vsize=868408 CPUtime=0
/proc/23578/task/23586/stat : 23586 (java) S 23577 23564 22401 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991279761 889249792 23052 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 638.26
Current children cumulated vsize (KiB) 887364

[startup+702.303 s]
/proc/loadavg: 1.22 1.29 1.64 2/93 23627
/proc/meminfo: memFree=464160/2055920 swapFree=4180796/4192956
[pid=23564] ppid=23562 vsize=13600 CPUtime=2.22
/proc/23564/stat : 23564 (sugar) S 23562 23564 22401 0 -1 4194304 974 18339 0 1 3 1 207 11 16 0 1 0 1991279526 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23564/statm: 3400 797 370 3 0 500 0
[pid=23577] ppid=23564 vsize=5356 CPUtime=0
/proc/23577/stat : 23577 (sh) S 23564 23564 22401 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991279756 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23577/statm: 1339 233 193 169 0 50 0
[pid=23578] ppid=23577 vsize=868520 CPUtime=693.89
/proc/23578/stat : 23578 (java) S 23577 23564 22401 0 -1 0 48839 0 1 0 69091 298 0 0 18 0 9 0 1991279756 889364480 25835 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23578/statm: 217130 25835 2565 9 0 211677 0
[pid=23578/tid=23579] ppid=23577 vsize=868520 CPUtime=683.21
/proc/23578/task/23579/stat : 23579 (java) R 23577 23564 22401 0 -1 64 19540 0 1 0 68132 189 0 0 16 0 9 0 1991279757 889364480 25835 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23578/tid=23580] ppid=23577 vsize=868520 CPUtime=10.34
/proc/23578/task/23580/stat : 23580 (java) S 23577 23564 22401 0 -1 64 27061 0 0 0 928 106 0 0 15 0 9 0 1991279758 889364480 25835 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23578/tid=23581] ppid=23577 vsize=868520 CPUtime=0
/proc/23578/task/23581/stat : 23581 (java) S 23577 23564 22401 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991279759 889364480 25835 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23578/tid=23582] ppid=23577 vsize=868520 CPUtime=0
/proc/23578/task/23582/stat : 23582 (java) S 23577 23564 22401 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991279759 889364480 25835 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23578/tid=23583] ppid=23577 vsize=868520 CPUtime=0
/proc/23578/task/23583/stat : 23583 (java) S 23577 23564 22401 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1991279760 889364480 25835 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23578/tid=23584] ppid=23577 vsize=868520 CPUtime=0.29
/proc/23578/task/23584/stat : 23584 (java) S 23577 23564 22401 0 -1 64 1541 0 0 0 29 0 0 0 16 0 9 0 1991279760 889364480 25835 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23578/tid=23585] ppid=23577 vsize=868520 CPUtime=0
/proc/23578/task/23585/stat : 23585 (java) S 23577 23564 22401 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1991279761 889364480 25835 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23578/tid=23586] ppid=23577 vsize=868520 CPUtime=0
/proc/23578/task/23586/stat : 23586 (java) S 23577 23564 22401 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991279761 889364480 25835 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 696.11
Current children cumulated vsize (KiB) 887476

[startup+762.302 s]
/proc/loadavg: 1.47 1.37 1.64 2/85 23629
/proc/meminfo: memFree=15520/2055920 swapFree=4180796/4192956
[pid=23564] ppid=23562 vsize=13600 CPUtime=724.47
/proc/23564/stat : 23564 (sugar) S 23562 23564 22401 0 -1 4194304 1023 68783 0 2 5 1 71906 535 16 0 1 0 1991279526 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23564/statm: 3400 799 370 3 0 500 0
[pid=23628] ppid=23564 vsize=5356 CPUtime=0
/proc/23628/stat : 23628 (sh) S 23564 23564 22401 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991352651 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23628/statm: 1339 232 193 169 0 50 0
[pid=23629] ppid=23628 vsize=654760 CPUtime=30.74
/proc/23629/stat : 23629 (picosat) R 23628 23564 22401 0 -1 4194304 107709 0 0 0 1417 1657 0 0 25 0 1 0 1991352652 670474240 107695 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/23629/statm: 163690 107695 40 102 0 163585 0
Current children cumulated CPU time (s) 755.21
Current children cumulated vsize (KiB) 673716



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+821.502 s]
/proc/loadavg: 1.17 1.30 1.60 2/85 23629
/proc/meminfo: memFree=15648/2055920 swapFree=4180796/4192956
[pid=23564] ppid=23562 vsize=13600 CPUtime=724.47
/proc/23564/stat : 23564 (sugar) S 23562 23564 22401 0 -1 4194304 1023 68783 0 2 5 1 71906 535 16 0 1 0 1991279526 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23564/statm: 3400 799 370 3 0 500 0
[pid=23628] ppid=23564 vsize=5356 CPUtime=0
/proc/23628/stat : 23628 (sh) S 23564 23564 22401 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991352651 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23628/statm: 1339 232 193 169 0 50 0
[pid=23629] ppid=23628 vsize=902692 CPUtime=89.53
/proc/23629/stat : 23629 (picosat) R 23628 23564 22401 0 -1 4194304 181255 0 0 0 4069 4884 0 0 25 0 1 0 1991352652 924356608 181241 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/23629/statm: 225673 181241 40 102 0 225568 0
Current children cumulated CPU time (s) 814
Current children cumulated vsize (KiB) 921648

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

[startup+821.619 s]
/proc/loadavg: 1.17 1.30 1.60 2/85 23629
/proc/meminfo: memFree=15648/2055920 swapFree=4180796/4192956
[pid=23564] ppid=23562 vsize=13600 CPUtime=724.47
/proc/23564/stat : 23564 (sugar) S 23562 23564 22401 0 -1 4194304 1041 68783 0 2 5 1 71906 535 16 0 1 0 1991279526 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/23564/statm: 3400 799 370 3 0 500 0
[pid=23628] ppid=23564 vsize=0 CPUtime=0
/proc/23628/stat : 23628 (sh) Z 23564 23564 22401 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 1991352651 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/23628/statm: 0 0 0 0 0 0 0
[pid=23629] ppid=1 vsize=0 CPUtime=89.64
/proc/23629/stat : 23629 (picosat) R 1 23564 22401 0 -1 4195332 181255 0 0 0 4069 4895 0 0 25 0 1 0 1991352652 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/23629/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 814.11
Current children cumulated vsize (KiB) 13600

# WARNING:
# current cumulated CPU time (724.5 s) is less than in the last sample (814.11 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (89.61 s) to the 'lost time'.

[startup+821.702 s]
/proc/loadavg: 1.17 1.30 1.60 2/84 23630
/proc/meminfo: memFree=820648/2055920 swapFree=4180796/4192956
[pid=23564] ppid=23562 vsize=13600 CPUtime=724.5
/proc/23564/stat : 23564 (sugar) R 23562 23564 22401 0 -1 4194304 1069 69060 0 2 5 4 71906 535 16 0 1 0 1991279526 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 257203868713 0 0 4224 16386 0 0 0 17 1 0 0
/proc/23564/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 724.5
Current children cumulated vsize (KiB) 13600

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

[startup+821.903 s]
/proc/loadavg: 1.17 1.30 1.60 2/84 23630
/proc/meminfo: memFree=820648/2055920 swapFree=4180796/4192956
[pid=23564] ppid=23562 vsize=13600 CPUtime=724.69
/proc/23564/stat : 23564 (sugar) R 23562 23564 22401 0 -1 4194304 1069 69060 0 2 5 23 71906 535 16 0 1 0 1991279526 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 257203868713 0 0 4224 16386 0 0 0 17 0 0 0
/proc/23564/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 724.69
Current children cumulated vsize (KiB) 13600

[startup+822.002 s]
/proc/loadavg: 1.17 1.30 1.60 2/84 23630
/proc/meminfo: memFree=820648/2055920 swapFree=4180796/4192956
[pid=23564] ppid=23562 vsize=13600 CPUtime=724.7
/proc/23564/stat : 23564 (sugar) D 23562 23564 22401 0 -1 4194304 1069 69060 0 2 5 24 71906 535 15 0 1 0 1991279526 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 257203868713 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/23564/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 724.7
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 89.61
#  lost CPU user time (s): 40.69
#  lost CPU system time (s): 48.92

Real time (s): 822.034
CPU time (s): 814.34
CPU user time (s): 759.809
CPU system time (s): 54.5311
CPU usage (%): 99.064
Max. virtual memory (cumulated for all children) (KiB): 921648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 719.119
system time used= 5.61115
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70160
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= 118624
involuntary context switches= 116638

runsolver used 0.934857 second user time and 2.73058 second system time

The end

Launcher Data (download as text)

Begin job on node65 at 2008-07-04 00:11:37
IDJOB=1059422
IDBENCH=54258
IDSOLVER=345
FILE ID=node65/1059422-1215123097
PBS_JOBID= 7877075
Free space on /tmp= 66544 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= da6d0f24f3e5fe7e73e68355d945bec1
RANDOM SEED=1827061735

node65.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:       1489872 kB
Buffers:         65368 kB
Cached:         380716 kB
SwapCached:       6048 kB
Active:         266912 kB
Inactive:       228780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1489872 kB
SwapTotal:     4192956 kB
SwapFree:      4180796 kB
Dirty:            5248 kB
Writeback:           0 kB
Mapped:          65536 kB
Slab:            55388 kB
Committed_AS:  3937056 kB
PageTables:       1980 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= 66544 MiB
End job on node65 at 2008-07-04 00:25:21