Trace number 1083435

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? (TO) 1800 1811.04

General information on the benchmark

Namecsp/super-js/super-js-taillard-20/
normalized-super-js-taillard-20-29.xml
MD5SUM10f4f3b19356da36a48ebac0d3244087
Bench Category2-ARY-INT (binary 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 variables800
Number of constraints12940
Maximum constraint arity2
Maximum domain size1553
Number of constraints which are defined in extension0
Number of constraints which are defined in intension12940
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Sat Jul  5 05:21:50 2008
0.00/0.05	c 0	PID 4838
0.00/0.05	c 0	HOST node25.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1083435-1215228110.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1083435-1215228110.xml' 'HOME/temp.csp'
1.25/1.35	c 1	95 domains, 800 variables, 4 predicates, 0 relations, 12940 constraints
1.25/1.36	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.25/1.36	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.31/1.44	c 1	Parsing HOME/temp.csp
1.32/1.78	c 2	parsed 10000 expressions
1.32/1.89	c 2	parsed 13839 expressions
1.32/1.89	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.32/1.89	c 2	Converting to clausal form CSP
1.32/2.10	c 2	converted 1384 (10%) expressions
2.04/2.18	c 2	converted 2768 (20%) expressions
2.13/2.23	c 2	converted 4152 (30%) expressions
2.13/2.29	c 2	converted 5536 (40%) expressions
2.32/2.40	c 2	converted 6920 (50%) expressions
2.32/2.45	c 2	converted 8304 (60%) expressions
2.43/2.50	c 2	converted 9688 (70%) expressions
2.43/2.56	c 2	converted 11072 (80%) expressions
2.52/2.61	c 2	converted 12456 (90%) expressions
2.52/2.66	c 3	converted 13839 (100%) expressions
2.52/2.66	c 3	CSP : 800 integers, 0 booleans, 12940 clauses, largest domain size 1553
2.52/2.66	c 3	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.52/2.66	c 3	Propagation in CSP
3.40/3.51	c 3	797316 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.40/3.51	c 3	CSP : 800 integers, 0 booleans, 12940 clauses, largest domain size 771
3.40/3.51	c 3	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.40/3.52	c 3	Simplifing CSP by introducing new Boolean variables
3.61/3.78	c 4	CSP : 800 integers, 23600 booleans, 36540 clauses, largest domain size 771
3.61/3.79	c 4	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.80/3.91	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.80/3.99	c 4	80 (10%) CSP integer variables are encoded (40960 clauses, 592296 bytes)
3.91/4.04	c 4	160 (20%) CSP integer variables are encoded (81360 clauses, 1198296 bytes)
3.91/4.08	c 4	240 (30%) CSP integer variables are encoded (111840 clauses, 1679585 bytes)
4.00/4.15	c 4	320 (40%) CSP integer variables are encoded (164400 clauses, 2573105 bytes)
4.11/4.20	c 4	400 (50%) CSP integer variables are encoded (198680 clauses, 3155865 bytes)
4.11/4.23	c 4	480 (60%) CSP integer variables are encoded (226280 clauses, 3625065 bytes)
4.11/4.29	c 4	560 (70%) CSP integer variables are encoded (269440 clauses, 4358785 bytes)
4.21/4.36	c 4	640 (80%) CSP integer variables are encoded (316560 clauses, 5159825 bytes)
4.31/4.42	c 4	720 (90%) CSP integer variables are encoded (361120 clauses, 5917345 bytes)
4.31/4.48	c 4	800 (100%) CSP integer variables are encoded (402320 clauses, 6617745 bytes)
5.49/5.60	c 5	3654 (10%) CSP clauses are encoded (945941 clauses, 18933248 bytes)
6.48/6.63	c 6	7308 (20%) CSP clauses are encoded (1449323 clauses, 30628423 bytes)
7.35/7.55	c 7	10962 (30%) CSP clauses are encoded (1889079 clauses, 40819573 bytes)
8.54/8.73	c 9	14616 (40%) CSP clauses are encoded (2464961 clauses, 54223425 bytes)
9.32/9.55	c 9	18270 (50%) CSP clauses are encoded (2861806 clauses, 63702715 bytes)
10.51/10.78	c 11	21924 (60%) CSP clauses are encoded (3468261 clauses, 78421781 bytes)
11.80/12.07	c 12	25578 (70%) CSP clauses are encoded (4099588 clauses, 93719672 bytes)
12.56/12.88	c 13	29232 (80%) CSP clauses are encoded (4480242 clauses, 102890699 bytes)
13.75/14.03	c 14	32886 (90%) CSP clauses are encoded (5056633 clauses, 116696613 bytes)
15.33/15.65	c 16	36540 (100%) CSP clauses are encoded (5898141 clauses, 136138844 bytes)
15.33/15.65	c 16	36540 CSP clauses encoded
15.33/15.65	c 16	Writing map file : HOME/temp.map
15.33/15.68	c 16	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
15.33/15.68	c 16	SAT : 426720 SAT variables, 5898141 SAT clauses, 136138844 bytes
15.33/15.68	c 16	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
15.41/15.72	c 16	SOLVING HOME/temp.cnf
15.41/15.72	c 16	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.00/1811.01	c ERROR INTERRUPTED
1800.00/1811.04	s UNKNOWN
1800.00/1811.04	c 1811	CPU 14.29 (0.05 0 14.24 1.16)
1800.00/1811.04	c 1811	END Sat Jul  5 05:52:01 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-1083435-1215228110/watcher-1083435-1215228110 -o /tmp/evaluation-result-1083435-1215228110/solver-1083435-1215228110 -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-1083435-1215228110.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: 2.00 2.00 2.00 4/72 4838
/proc/meminfo: memFree=1632408/2055920 swapFree=4180844/4192956
[pid=4838] ppid=4836 vsize=18572 CPUtime=0
/proc/4838/stat : 4838 (runsolver) R 4836 4838 3338 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2001785021 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 253307186471 0 0 4096 24578 0 0 0 17 1 0 0
/proc/4838/statm: 4643 292 257 25 0 2626 0

[startup+0.063302 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 4838
/proc/meminfo: memFree=1632408/2055920 swapFree=4180844/4192956
[pid=4838] ppid=4836 vsize=13600 CPUtime=0.03
/proc/4838/stat : 4838 (sugar) S 4836 4838 3338 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2001785021 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4838/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102036 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 4838
/proc/meminfo: memFree=1632408/2055920 swapFree=4180844/4192956
[pid=4838] ppid=4836 vsize=13600 CPUtime=0.03
/proc/4838/stat : 4838 (sugar) S 4836 4838 3338 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2001785021 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4838/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301036 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 4838
/proc/meminfo: memFree=1632408/2055920 swapFree=4180844/4192956
[pid=4838] ppid=4836 vsize=13600 CPUtime=0.03
/proc/4838/stat : 4838 (sugar) S 4836 4838 3338 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2001785021 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4838/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701079 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 4838
/proc/meminfo: memFree=1632408/2055920 swapFree=4180844/4192956
[pid=4838] ppid=4836 vsize=13600 CPUtime=0.03
/proc/4838/stat : 4838 (sugar) S 4836 4838 3338 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2001785021 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4838/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50215 s]
/proc/loadavg: 2.08 2.02 2.01 4/83 4850
/proc/meminfo: memFree=1608064/2055920 swapFree=4180844/4192956
[pid=4838] ppid=4836 vsize=13600 CPUtime=1.32
/proc/4838/stat : 4838 (sugar) S 4836 4838 3338 0 -1 4194304 973 10480 0 1 4 0 121 7 16 0 1 0 2001785021 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4838/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 13600

[startup+3.10129 s]
/proc/loadavg: 2.08 2.02 2.01 4/83 4860
/proc/meminfo: memFree=1614272/2055920 swapFree=4180844/4192956
[pid=4838] ppid=4836 vsize=13600 CPUtime=1.32
/proc/4838/stat : 4838 (sugar) S 4836 4838 3338 0 -1 4194304 974 10480 0 1 4 0 121 7 15 0 1 0 2001785021 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4838/statm: 3400 797 370 3 0 500 0
[pid=4851] ppid=4838 vsize=5356 CPUtime=0
/proc/4851/stat : 4851 (sh) S 4838 4838 3338 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001785157 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4851/statm: 1339 233 193 169 0 50 0
[pid=4852] ppid=4851 vsize=868356 CPUtime=1.69
/proc/4852/stat : 4852 (java) S 4851 4838 3338 0 -1 0 9766 0 1 0 163 6 0 0 18 0 9 0 2001785158 889196544 8848 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4852/statm: 217089 8848 2540 9 0 211664 0
[pid=4852/tid=4853] ppid=4851 vsize=868356 CPUtime=1.11
/proc/4852/task/4853/stat : 4853 (java) R 4851 4838 3338 0 -1 64 2789 0 1 0 110 1 0 0 24 0 9 0 2001785159 889196544 8848 996147200 134512640 134550740 4294955952 18446744073709551615 4126883677 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4852/tid=4854] ppid=4851 vsize=868356 CPUtime=0.36
/proc/4852/task/4854/stat : 4854 (java) S 4851 4838 3338 0 -1 64 4839 0 0 0 33 3 0 0 16 0 9 0 2001785160 889196544 8848 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4852/tid=4855] ppid=4851 vsize=868356 CPUtime=0
/proc/4852/task/4855/stat : 4855 (java) S 4851 4838 3338 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001785160 889196544 8848 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4852/tid=4856] ppid=4851 vsize=868356 CPUtime=0
/proc/4852/task/4856/stat : 4856 (java) S 4851 4838 3338 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2001785160 889196544 8848 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4852/tid=4857] ppid=4851 vsize=868356 CPUtime=0
/proc/4852/task/4857/stat : 4857 (java) S 4851 4838 3338 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001785162 889196544 8848 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4852/tid=4858] ppid=4851 vsize=868356 CPUtime=0.2
/proc/4852/task/4858/stat : 4858 (java) S 4851 4838 3338 0 -1 64 1442 0 0 0 19 1 0 0 16 0 9 0 2001785162 889196544 8848 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4852/tid=4859] ppid=4851 vsize=868356 CPUtime=0
/proc/4852/task/4859/stat : 4859 (java) S 4851 4838 3338 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001785162 889196544 8848 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4852/tid=4860] ppid=4851 vsize=868356 CPUtime=0
/proc/4852/task/4860/stat : 4860 (java) S 4851 4838 3338 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001785162 889196544 8848 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887312

[startup+6.30259 s]
/proc/loadavg: 2.08 2.02 2.01 3/83 4860
/proc/meminfo: memFree=1579776/2055920 swapFree=4180844/4192956
[pid=4838] ppid=4836 vsize=13600 CPUtime=1.32
/proc/4838/stat : 4838 (sugar) S 4836 4838 3338 0 -1 4194304 974 10480 0 1 4 0 121 7 16 0 1 0 2001785021 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4838/statm: 3400 797 370 3 0 500 0
[pid=4851] ppid=4838 vsize=5356 CPUtime=0
/proc/4851/stat : 4851 (sh) S 4838 4838 3338 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001785157 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4851/statm: 1339 233 193 169 0 50 0
[pid=4852] ppid=4851 vsize=868468 CPUtime=4.86
/proc/4852/stat : 4852 (java) S 4851 4838 3338 0 -1 0 12222 0 1 0 461 25 0 0 18 0 9 0 2001785158 889311232 10787 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4852/statm: 217117 10787 2565 9 0 211664 0
[pid=4852/tid=4853] ppid=4851 vsize=868468 CPUtime=3.73
/proc/4852/task/4853/stat : 4853 (java) R 4851 4838 3338 0 -1 64 3312 0 1 0 357 16 0 0 25 0 9 0 2001785159 889311232 10787 996147200 134512640 134550740 4294955952 18446744073709551615 4126968268 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4852/tid=4854] ppid=4851 vsize=868468 CPUtime=0.83
/proc/4852/task/4854/stat : 4854 (java) S 4851 4838 3338 0 -1 64 6735 0 0 0 77 6 0 0 16 0 9 0 2001785160 889311232 10787 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4852/tid=4855] ppid=4851 vsize=868468 CPUtime=0
/proc/4852/task/4855/stat : 4855 (java) S 4851 4838 3338 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001785160 889311232 10787 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4852/tid=4856] ppid=4851 vsize=868468 CPUtime=0
/proc/4852/task/4856/stat : 4856 (java) S 4851 4838 3338 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2001785160 889311232 10787 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4852/tid=4857] ppid=4851 vsize=868468 CPUtime=0
/proc/4852/task/4857/stat : 4857 (java) S 4851 4838 3338 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001785162 889311232 10787 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4852/tid=4858] ppid=4851 vsize=868468 CPUtime=0.26
/proc/4852/task/4858/stat : 4858 (java) S 4851 4838 3338 0 -1 64 1479 0 0 0 25 1 0 0 16 0 9 0 2001785162 889311232 10787 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4852/tid=4859] ppid=4851 vsize=868468 CPUtime=0
/proc/4852/task/4859/stat : 4859 (java) S 4851 4838 3338 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001785162 889311232 10787 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4852/tid=4860] ppid=4851 vsize=868468 CPUtime=0
/proc/4852/task/4860/stat : 4860 (java) S 4851 4838 3338 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001785162 889311232 10787 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 887424

[startup+12.7012 s]
/proc/loadavg: 2.07 2.02 2.00 3/83 4860
/proc/meminfo: memFree=1503296/2055920 swapFree=4180844/4192956
[pid=4838] ppid=4836 vsize=13600 CPUtime=1.32
/proc/4838/stat : 4838 (sugar) S 4836 4838 3338 0 -1 4194304 974 10480 0 1 4 0 121 7 16 0 1 0 2001785021 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4838/statm: 3400 797 370 3 0 500 0
[pid=4851] ppid=4838 vsize=5356 CPUtime=0
/proc/4851/stat : 4851 (sh) S 4838 4838 3338 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001785157 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4851/statm: 1339 233 193 169 0 50 0
[pid=4852] ppid=4851 vsize=868468 CPUtime=11.14
/proc/4852/stat : 4852 (java) S 4851 4838 3338 0 -1 0 12992 0 1 0 1034 80 0 0 18 0 9 0 2001785158 889311232 10787 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4852/statm: 217117 10787 2565 9 0 211664 0
[pid=4852/tid=4853] ppid=4851 vsize=868468 CPUtime=9.71
/proc/4852/task/4853/stat : 4853 (java) R 4851 4838 3338 0 -1 64 4082 0 1 0 906 65 0 0 25 0 9 0 2001785159 889311232 10787 996147200 134512640 134550740 4294955952 18446744073709551615 4127013712 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4852/tid=4854] ppid=4851 vsize=868468 CPUtime=1.14
/proc/4852/task/4854/stat : 4854 (java) S 4851 4838 3338 0 -1 64 6735 0 0 0 102 12 0 0 16 0 9 0 2001785160 889311232 10787 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4852/tid=4855] ppid=4851 vsize=868468 CPUtime=0
/proc/4852/task/4855/stat : 4855 (java) S 4851 4838 3338 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001785160 889311232 10787 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4852/tid=4856] ppid=4851 vsize=868468 CPUtime=0
/proc/4852/task/4856/stat : 4856 (java) S 4851 4838 3338 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2001785160 889311232 10787 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4852/tid=4857] ppid=4851 vsize=868468 CPUtime=0
/proc/4852/task/4857/stat : 4857 (java) S 4851 4838 3338 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001785162 889311232 10787 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4852/tid=4858] ppid=4851 vsize=868468 CPUtime=0.26
/proc/4852/task/4858/stat : 4858 (java) S 4851 4838 3338 0 -1 64 1479 0 0 0 25 1 0 0 16 0 9 0 2001785162 889311232 10787 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4852/tid=4859] ppid=4851 vsize=868468 CPUtime=0
/proc/4852/task/4859/stat : 4859 (java) S 4851 4838 3338 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001785162 889311232 10787 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4852/tid=4860] ppid=4851 vsize=868468 CPUtime=0
/proc/4852/task/4860/stat : 4860 (java) S 4851 4838 3338 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001785162 889311232 10787 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 887424

[startup+25.5013 s]
/proc/loadavg: 2.06 2.01 2.00 3/75 4862
/proc/meminfo: memFree=1432448/2055920 swapFree=4180844/4192956
[pid=4838] ppid=4836 vsize=13600 CPUtime=15.44
/proc/4838/stat : 4838 (sugar) S 4836 4838 3338 0 -1 4194304 1022 24145 0 2 5 0 1424 115 16 0 1 0 2001785021 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4838/statm: 3400 799 370 3 0 500 0
[pid=4861] ppid=4838 vsize=5356 CPUtime=0
/proc/4861/stat : 4861 (sh) S 4838 4838 3338 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001786593 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4861/statm: 1339 232 193 169 0 50 0
[pid=4862] ppid=4861 vsize=71692 CPUtime=9.66
/proc/4862/stat : 4862 (picosat) R 4861 4838 3338 0 -1 4194304 15749 0 0 0 440 526 0 0 25 0 1 0 2001786594 73412608 15735 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/4862/statm: 17923 15735 40 102 0 17818 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 90648

[startup+51.1016 s]
/proc/loadavg: 2.03 2.01 2.00 3/75 4862
/proc/meminfo: memFree=1339072/2055920 swapFree=4180844/4192956
[pid=4838] ppid=4836 vsize=13600 CPUtime=15.44
/proc/4838/stat : 4838 (sugar) S 4836 4838 3338 0 -1 4194304 1022 24145 0 2 5 0 1424 115 16 0 1 0 2001785021 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4838/statm: 3400 799 370 3 0 500 0
[pid=4861] ppid=4838 vsize=5356 CPUtime=0
/proc/4861/stat : 4861 (sh) S 4838 4838 3338 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001786593 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4861/statm: 1339 232 193 169 0 50 0
[pid=4862] ppid=4861 vsize=167536 CPUtime=35.02
/proc/4862/stat : 4862 (picosat) R 4861 4838 3338 0 -1 4194304 39372 0 0 0 1619 1883 0 0 25 0 1 0 2001786594 171556864 39358 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/4862/statm: 41884 39358 40 102 0 41779 0
Current children cumulated CPU time (s) 50.46
Current children cumulated vsize (KiB) 186492

[startup+102.306 s]
/proc/loadavg: 2.01 2.01 2.00 3/75 4862
/proc/meminfo: memFree=1276864/2055920 swapFree=4180844/4192956
[pid=4838] ppid=4836 vsize=13600 CPUtime=15.44
/proc/4838/stat : 4838 (sugar) S 4836 4838 3338 0 -1 4194304 1022 24145 0 2 5 0 1424 115 16 0 1 0 2001785021 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4838/statm: 3400 799 370 3 0 500 0
[pid=4861] ppid=4838 vsize=5356 CPUtime=0
/proc/4861/stat : 4861 (sh) S 4838 4838 3338 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001786593 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4861/statm: 1339 232 193 169 0 50 0
[pid=4862] ppid=4861 vsize=243740 CPUtime=85.76
/proc/4862/stat : 4862 (picosat) R 4861 4838 3338 0 -1 4194304 54293 0 0 0 5798 2778 0 0 25 0 1 0 2001786594 249589760 54279 996147200 134512640 134931368 4294956256 18446744073709551615 134525862 0 0 4096 0 0 0 0 17 1 0 0
/proc/4862/statm: 60935 54279 42 102 0 60830 0

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

/proc/meminfo: memFree=1275208/2055920 swapFree=4180844/4192956
[pid=4838] ppid=4836 vsize=13600 CPUtime=15.44
/proc/4838/stat : 4838 (sugar) S 4836 4838 3338 0 -1 4194304 1022 24145 0 2 5 0 1424 115 16 0 1 0 2001785021 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4838/statm: 3400 799 370 3 0 500 0
[pid=4861] ppid=4838 vsize=5356 CPUtime=0
/proc/4861/stat : 4861 (sh) S 4838 4838 3338 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001786593 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4861/statm: 1339 232 193 169 0 50 0
[pid=4862] ppid=4861 vsize=246784 CPUtime=1277.9
/proc/4862/stat : 4862 (picosat) R 4861 4838 3338 0 -1 4194304 55063 0 0 0 125009 2781 0 0 25 0 1 0 2001786594 252706816 55047 996147200 134512640 134931368 4294956256 18446744073709551615 134525797 0 0 4096 0 0 0 0 17 0 0 0
/proc/4862/statm: 61696 55047 48 102 0 61591 0
Current children cumulated CPU time (s) 1293.34
Current children cumulated vsize (KiB) 265740

[startup+1362.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 4892
/proc/meminfo: memFree=1274952/2055920 swapFree=4180844/4192956
[pid=4838] ppid=4836 vsize=13600 CPUtime=15.44
/proc/4838/stat : 4838 (sugar) S 4836 4838 3338 0 -1 4194304 1022 24145 0 2 5 0 1424 115 16 0 1 0 2001785021 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4838/statm: 3400 799 370 3 0 500 0
[pid=4861] ppid=4838 vsize=5356 CPUtime=0
/proc/4861/stat : 4861 (sh) S 4838 4838 3338 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001786593 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4861/statm: 1339 232 193 169 0 50 0
[pid=4862] ppid=4861 vsize=247048 CPUtime=1337.65
/proc/4862/stat : 4862 (picosat) R 4861 4838 3338 0 -1 4194304 55122 0 0 0 130984 2781 0 0 25 0 1 0 2001786594 252977152 55106 996147200 134512640 134931368 4294956256 18446744073709551615 134530818 0 0 4096 0 0 0 0 17 0 0 0
/proc/4862/statm: 61762 55106 48 102 0 61657 0
Current children cumulated CPU time (s) 1353.09
Current children cumulated vsize (KiB) 266004

[startup+1422.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 4892
/proc/meminfo: memFree=1274632/2055920 swapFree=4180844/4192956
[pid=4838] ppid=4836 vsize=13600 CPUtime=15.44
/proc/4838/stat : 4838 (sugar) S 4836 4838 3338 0 -1 4194304 1022 24145 0 2 5 0 1424 115 16 0 1 0 2001785021 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4838/statm: 3400 799 370 3 0 500 0
[pid=4861] ppid=4838 vsize=5356 CPUtime=0
/proc/4861/stat : 4861 (sh) S 4838 4838 3338 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001786593 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4861/statm: 1339 232 193 169 0 50 0
[pid=4862] ppid=4861 vsize=247312 CPUtime=1397.41
/proc/4862/stat : 4862 (picosat) R 4861 4838 3338 0 -1 4194304 55195 0 0 0 136960 2781 0 0 25 0 1 0 2001786594 253247488 55179 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/4862/statm: 61828 55179 48 102 0 61723 0
Current children cumulated CPU time (s) 1412.85
Current children cumulated vsize (KiB) 266268

[startup+1482.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 4892
/proc/meminfo: memFree=1274376/2055920 swapFree=4180844/4192956
[pid=4838] ppid=4836 vsize=13600 CPUtime=15.44
/proc/4838/stat : 4838 (sugar) S 4836 4838 3338 0 -1 4194304 1022 24145 0 2 5 0 1424 115 16 0 1 0 2001785021 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4838/statm: 3400 799 370 3 0 500 0
[pid=4861] ppid=4838 vsize=5356 CPUtime=0
/proc/4861/stat : 4861 (sh) S 4838 4838 3338 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001786593 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4861/statm: 1339 232 193 169 0 50 0
[pid=4862] ppid=4861 vsize=247576 CPUtime=1457.18
/proc/4862/stat : 4862 (picosat) R 4861 4838 3338 0 -1 4194304 55269 0 0 0 142936 2782 0 0 25 0 1 0 2001786594 253517824 55253 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/4862/statm: 61894 55253 48 102 0 61789 0
Current children cumulated CPU time (s) 1472.62
Current children cumulated vsize (KiB) 266532

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 4892
/proc/meminfo: memFree=1274120/2055920 swapFree=4180844/4192956
[pid=4838] ppid=4836 vsize=13600 CPUtime=15.44
/proc/4838/stat : 4838 (sugar) S 4836 4838 3338 0 -1 4194304 1022 24145 0 2 5 0 1424 115 16 0 1 0 2001785021 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4838/statm: 3400 799 370 3 0 500 0
[pid=4861] ppid=4838 vsize=5356 CPUtime=0
/proc/4861/stat : 4861 (sh) S 4838 4838 3338 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001786593 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4861/statm: 1339 232 193 169 0 50 0
[pid=4862] ppid=4861 vsize=247840 CPUtime=1516.93
/proc/4862/stat : 4862 (picosat) R 4861 4838 3338 0 -1 4194304 55328 0 0 0 148911 2782 0 0 25 0 1 0 2001786594 253788160 55312 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/4862/statm: 61960 55312 48 102 0 61855 0
Current children cumulated CPU time (s) 1532.37
Current children cumulated vsize (KiB) 266796

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 4892
/proc/meminfo: memFree=1273800/2055920 swapFree=4180844/4192956
[pid=4838] ppid=4836 vsize=13600 CPUtime=15.44
/proc/4838/stat : 4838 (sugar) S 4836 4838 3338 0 -1 4194304 1022 24145 0 2 5 0 1424 115 16 0 1 0 2001785021 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4838/statm: 3400 799 370 3 0 500 0
[pid=4861] ppid=4838 vsize=5356 CPUtime=0
/proc/4861/stat : 4861 (sh) S 4838 4838 3338 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001786593 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4861/statm: 1339 232 193 169 0 50 0
[pid=4862] ppid=4861 vsize=248104 CPUtime=1576.69
/proc/4862/stat : 4862 (picosat) R 4861 4838 3338 0 -1 4194304 55391 0 0 0 154887 2782 0 0 25 0 1 0 2001786594 254058496 55375 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/4862/statm: 62026 55375 48 102 0 61921 0
Current children cumulated CPU time (s) 1592.13
Current children cumulated vsize (KiB) 267060

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 4892
/proc/meminfo: memFree=1273544/2055920 swapFree=4180844/4192956
[pid=4838] ppid=4836 vsize=13600 CPUtime=15.44
/proc/4838/stat : 4838 (sugar) S 4836 4838 3338 0 -1 4194304 1022 24145 0 2 5 0 1424 115 16 0 1 0 2001785021 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4838/statm: 3400 799 370 3 0 500 0
[pid=4861] ppid=4838 vsize=5356 CPUtime=0
/proc/4861/stat : 4861 (sh) S 4838 4838 3338 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001786593 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4861/statm: 1339 232 193 169 0 50 0
[pid=4862] ppid=4861 vsize=248368 CPUtime=1636.45
/proc/4862/stat : 4862 (picosat) R 4861 4838 3338 0 -1 4194304 55464 0 0 0 160863 2782 0 0 25 0 1 0 2001786594 254328832 55448 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/4862/statm: 62092 55448 48 102 0 61987 0
Current children cumulated CPU time (s) 1651.89
Current children cumulated vsize (KiB) 267324

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 4892
/proc/meminfo: memFree=1273288/2055920 swapFree=4180844/4192956
[pid=4838] ppid=4836 vsize=13600 CPUtime=15.44
/proc/4838/stat : 4838 (sugar) S 4836 4838 3338 0 -1 4194304 1022 24145 0 2 5 0 1424 115 16 0 1 0 2001785021 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4838/statm: 3400 799 370 3 0 500 0
[pid=4861] ppid=4838 vsize=5356 CPUtime=0
/proc/4861/stat : 4861 (sh) S 4838 4838 3338 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001786593 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4861/statm: 1339 232 193 169 0 50 0
[pid=4862] ppid=4861 vsize=248632 CPUtime=1696.21
/proc/4862/stat : 4862 (picosat) R 4861 4838 3338 0 -1 4194304 55535 0 0 0 166838 2783 0 0 25 0 1 0 2001786594 254599168 55519 996147200 134512640 134931368 4294956256 18446744073709551615 134525783 0 0 4096 0 0 0 0 17 0 0 0
/proc/4862/statm: 62158 55519 48 102 0 62053 0
Current children cumulated CPU time (s) 1711.65
Current children cumulated vsize (KiB) 267588

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 4892
/proc/meminfo: memFree=1272904/2055920 swapFree=4180844/4192956
[pid=4838] ppid=4836 vsize=13600 CPUtime=15.44
/proc/4838/stat : 4838 (sugar) S 4836 4838 3338 0 -1 4194304 1022 24145 0 2 5 0 1424 115 16 0 1 0 2001785021 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4838/statm: 3400 799 370 3 0 500 0
[pid=4861] ppid=4838 vsize=5356 CPUtime=0
/proc/4861/stat : 4861 (sh) S 4838 4838 3338 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001786593 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4861/statm: 1339 232 193 169 0 50 0
[pid=4862] ppid=4861 vsize=248896 CPUtime=1755.97
/proc/4862/stat : 4862 (picosat) R 4861 4838 3338 0 -1 4194304 55596 0 0 0 172814 2783 0 0 25 0 1 0 2001786594 254869504 55580 996147200 134512640 134931368 4294956256 18446744073709551615 134525929 0 0 4096 0 0 0 0 17 0 0 0
/proc/4862/statm: 62224 55580 48 102 0 62119 0
Current children cumulated CPU time (s) 1771.41
Current children cumulated vsize (KiB) 267852



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 4892
/proc/meminfo: memFree=1272840/2055920 swapFree=4180844/4192956
[pid=4838] ppid=4836 vsize=13600 CPUtime=15.44
/proc/4838/stat : 4838 (sugar) S 4836 4838 3338 0 -1 4194304 1022 24145 0 2 5 0 1424 115 16 0 1 0 2001785021 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4838/statm: 3400 799 370 3 0 500 0
[pid=4861] ppid=4838 vsize=5356 CPUtime=0
/proc/4861/stat : 4861 (sh) S 4838 4838 3338 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001786593 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4861/statm: 1339 232 193 169 0 50 0
[pid=4862] ppid=4861 vsize=249028 CPUtime=1784.56
/proc/4862/stat : 4862 (picosat) R 4861 4838 3338 0 -1 4194304 55622 0 0 0 175673 2783 0 0 25 0 1 0 2001786594 255004672 55606 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/4862/statm: 62257 55606 48 102 0 62152 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 267984

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4838 and gives
#  childrusage.ru_utime.tv_sec=14
#  childrusage.ru_utime.tv_usec=297826
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=171821
# CPU time returned by wait4() is 15.4696
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1811.04
CPU time (s): 1800
CPU user time (s): 1771.02
CPU system time (s): 28.98
CPU usage (%): 99.3902
Max. virtual memory (cumulated for all children) (KiB): 887564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.2978
system time used= 1.17182
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25523
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= 13431
involuntary context switches= 13555

runsolver used 2.23166 second user time and 6.02608 second system time

The end

Launcher Data (download as text)

Begin job on node25 at 2008-07-05 05:21:50
IDJOB=1083435
IDBENCH=57475
IDSOLVER=345
FILE ID=node25/1083435-1215228110
PBS_JOBID= 7881825
Free space on /tmp= 66528 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-20/normalized-super-js-taillard-20-29.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-1083435-1215228110/watcher-1083435-1215228110 -o /tmp/evaluation-result-1083435-1215228110/solver-1083435-1215228110 -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-1083435-1215228110.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 10f4f3b19356da36a48ebac0d3244087
RANDOM SEED=434810832

node25.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.234
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.234
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:       1632888 kB
Buffers:         66692 kB
Cached:         225772 kB
SwapCached:       6260 kB
Active:         259676 kB
Inactive:       106636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1632888 kB
SwapTotal:     4192956 kB
SwapFree:      4180844 kB
Dirty:            2916 kB
Writeback:           0 kB
Mapped:          81008 kB
Slab:            41820 kB
Committed_AS:  3583312 kB
PageTables:       2024 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= 66524 MiB
End job on node25 at 2008-07-05 05:52:03