Trace number 1083309

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.03 1812.64

General information on the benchmark

Namecsp/super-js/super-js-taillard-20/
normalized-super-js-taillard-20-23.xml
MD5SUMf339edaeb02c3bbac8ad2c8469a1d500
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1413.42
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints12940
Maximum constraint arity2
Maximum domain size1495
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.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Sat Jul  5 05:00:09 2008
0.00/0.04	c 0	PID 17696
0.00/0.05	c 0	HOST node3.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1083309-1215226808.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-1083309-1215226808.xml' 'HOME/temp.csp'
1.25/1.33	c 1	99 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.29/1.44	c 1	Parsing HOME/temp.csp
1.29/1.78	c 1	parsed 10000 expressions
1.29/1.88	c 2	parsed 13843 expressions
1.29/1.89	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.29/1.89	c 2	Converting to clausal form CSP
1.29/2.08	c 2	converted 1385 (10%) expressions
2.00/2.17	c 2	converted 2769 (20%) expressions
2.10/2.22	c 2	converted 4153 (30%) expressions
2.10/2.27	c 2	converted 5538 (40%) expressions
2.21/2.37	c 2	converted 6922 (50%) expressions
2.30/2.43	c 2	converted 8306 (60%) expressions
2.30/2.48	c 2	converted 9691 (70%) expressions
2.40/2.53	c 2	converted 11075 (80%) expressions
2.40/2.58	c 2	converted 12459 (90%) expressions
2.50/2.63	c 2	converted 13843 (100%) expressions
2.50/2.63	c 2	CSP : 800 integers, 0 booleans, 12940 clauses, largest domain size 1495
2.50/2.63	c 2	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.50/2.63	c 2	Propagation in CSP
3.29/3.46	c 3	763268 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.29/3.46	c 3	CSP : 800 integers, 0 booleans, 12940 clauses, largest domain size 617
3.29/3.46	c 3	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.29/3.47	c 3	Simplifing CSP by introducing new Boolean variables
3.59/3.72	c 3	CSP : 800 integers, 23600 booleans, 36540 clauses, largest domain size 617
3.59/3.72	c 3	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.68/3.84	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.78/3.93	c 4	80 (10%) CSP integer variables are encoded (40280 clauses, 582094 bytes)
3.78/3.97	c 4	160 (20%) CSP integer variables are encoded (76440 clauses, 1124494 bytes)
3.89/4.02	c 4	240 (30%) CSP integer variables are encoded (113280 clauses, 1704081 bytes)
3.89/4.07	c 4	320 (40%) CSP integer variables are encoded (152560 clauses, 2371841 bytes)
3.99/4.13	c 4	400 (50%) CSP integer variables are encoded (197880 clauses, 3142281 bytes)
3.99/4.19	c 4	480 (60%) CSP integer variables are encoded (243440 clauses, 3916801 bytes)
4.09/4.23	c 4	560 (70%) CSP integer variables are encoded (272400 clauses, 4409121 bytes)
4.09/4.28	c 4	640 (80%) CSP integer variables are encoded (309880 clauses, 5046281 bytes)
4.18/4.34	c 4	720 (90%) CSP integer variables are encoded (345920 clauses, 5658961 bytes)
4.28/4.40	c 4	800 (100%) CSP integer variables are encoded (391760 clauses, 6438241 bytes)
5.37/5.55	c 5	3654 (10%) CSP clauses are encoded (940213 clauses, 18866582 bytes)
6.35/6.54	c 6	7308 (20%) CSP clauses are encoded (1420864 clauses, 30019622 bytes)
7.35/7.50	c 7	10962 (30%) CSP clauses are encoded (1892096 clauses, 40966451 bytes)
8.33/8.52	c 8	14616 (40%) CSP clauses are encoded (2394414 clauses, 52657766 bytes)
9.30/9.59	c 9	18270 (50%) CSP clauses are encoded (2901355 clauses, 64693232 bytes)
10.48/10.72	c 10	21924 (60%) CSP clauses are encoded (3447620 clauses, 77977910 bytes)
11.68/11.94	c 12	25578 (70%) CSP clauses are encoded (4040752 clauses, 92362471 bytes)
12.97/13.21	c 13	29232 (80%) CSP clauses are encoded (4662914 clauses, 107383075 bytes)
13.96/14.26	c 14	32886 (90%) CSP clauses are encoded (5181129 clauses, 119771636 bytes)
15.33/15.64	c 15	36540 (100%) CSP clauses are encoded (5890632 clauses, 136088009 bytes)
15.33/15.64	c 15	36540 CSP clauses encoded
15.33/15.65	c 15	Writing map file : HOME/temp.map
15.33/15.67	c 15	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
15.33/15.67	c 15	SAT : 416160 SAT variables, 5890632 SAT clauses, 136088009 bytes
15.33/15.67	c 15	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
15.33/15.70	c 15	SOLVING HOME/temp.cnf
15.33/15.70	c 15	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.03/1812.62	c ERROR INTERRUPTED
1800.03/1812.64	s UNKNOWN
1800.03/1812.64	c 1812	CPU 14.3 (0.04 0 14.26 1.12)
1800.03/1812.64	c 1812	END Sat Jul  5 05:30:21 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-1083309-1215226808/watcher-1083309-1215226808 -o /tmp/evaluation-result-1083309-1215226808/solver-1083309-1215226808 -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-1083309-1215226808.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.07 2.05 2.00 4/72 17696
/proc/meminfo: memFree=1800944/2055920 swapFree=4180472/4192956
[pid=17696] ppid=17694 vsize=12000 CPUtime=0
/proc/17696/stat : 17696 (sugar) R 17694 17696 17513 0 -1 4194304 211 0 0 0 0 0 0 0 20 0 1 0 2001656280 12288000 179 996147200 4194304 4206940 548682068608 18446744073709551615 233652703280 0 0 4224 0 0 0 0 17 1 0 0
/proc/17696/statm: 3000 179 140 3 0 100 0

[startup+0.068605 s]
/proc/loadavg: 2.07 2.05 2.00 4/72 17696
/proc/meminfo: memFree=1800944/2055920 swapFree=4180472/4192956
[pid=17696] ppid=17694 vsize=13600 CPUtime=0.03
/proc/17696/stat : 17696 (sugar) S 17694 17696 17513 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2001656280 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17696/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101898 s]
/proc/loadavg: 2.07 2.05 2.00 4/72 17696
/proc/meminfo: memFree=1800944/2055920 swapFree=4180472/4192956
[pid=17696] ppid=17694 vsize=13600 CPUtime=0.03
/proc/17696/stat : 17696 (sugar) S 17694 17696 17513 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2001656280 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17696/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301619 s]
/proc/loadavg: 2.07 2.05 2.00 4/72 17696
/proc/meminfo: memFree=1800944/2055920 swapFree=4180472/4192956
[pid=17696] ppid=17694 vsize=13600 CPUtime=0.03
/proc/17696/stat : 17696 (sugar) S 17694 17696 17513 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2001656280 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17696/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701657 s]
/proc/loadavg: 2.07 2.05 2.00 4/72 17696
/proc/meminfo: memFree=1800944/2055920 swapFree=4180472/4192956
[pid=17696] ppid=17694 vsize=13600 CPUtime=0.03
/proc/17696/stat : 17696 (sugar) S 17694 17696 17513 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2001656280 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17696/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50172 s]
/proc/loadavg: 2.07 2.05 2.00 3/83 17708
/proc/meminfo: memFree=1777112/2055920 swapFree=4180472/4192956
[pid=17696] ppid=17694 vsize=13600 CPUtime=1.29
/proc/17696/stat : 17696 (sugar) S 17694 17696 17513 0 -1 4194304 973 10481 0 1 3 0 120 6 16 0 1 0 2001656280 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17696/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 13600

[startup+3.10286 s]
/proc/loadavg: 2.14 2.07 2.01 3/83 17718
/proc/meminfo: memFree=1782744/2055920 swapFree=4180472/4192956
[pid=17696] ppid=17694 vsize=13600 CPUtime=1.29
/proc/17696/stat : 17696 (sugar) S 17694 17696 17513 0 -1 4194304 974 10481 0 1 3 0 120 6 15 0 1 0 2001656280 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17696/statm: 3400 797 370 3 0 500 0
[pid=17709] ppid=17696 vsize=5356 CPUtime=0
/proc/17709/stat : 17709 (sh) S 17696 17696 17513 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001656416 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17709/statm: 1339 233 193 169 0 50 0
[pid=17710] ppid=17709 vsize=868356 CPUtime=1.71
/proc/17710/stat : 17710 (java) S 17709 17696 17513 0 -1 0 9775 0 1 0 164 7 0 0 18 0 9 0 2001656416 889196544 8853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17710/statm: 217089 8853 2540 9 0 211664 0
[pid=17710/tid=17711] ppid=17709 vsize=868356 CPUtime=1.12
/proc/17710/task/17711/stat : 17711 (java) R 17709 17696 17513 0 -1 64 2793 0 1 0 111 1 0 0 24 0 9 0 2001656417 889196544 8853 996147200 134512640 134550740 4294955952 18446744073709551615 4126593619 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17710/tid=17712] ppid=17709 vsize=868356 CPUtime=0.36
/proc/17710/task/17712/stat : 17712 (java) S 17709 17696 17513 0 -1 64 4837 0 0 0 33 3 0 0 16 0 9 0 2001656419 889196544 8853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17710/tid=17713] ppid=17709 vsize=868356 CPUtime=0
/proc/17710/task/17713/stat : 17713 (java) S 17709 17696 17513 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001656419 889196544 8853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17710/tid=17714] ppid=17709 vsize=868356 CPUtime=0
/proc/17710/task/17714/stat : 17714 (java) S 17709 17696 17513 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2001656419 889196544 8853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17710/tid=17715] ppid=17709 vsize=868356 CPUtime=0
/proc/17710/task/17715/stat : 17715 (java) S 17709 17696 17513 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001656421 889196544 8853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17710/tid=17716] ppid=17709 vsize=868356 CPUtime=0.2
/proc/17710/task/17716/stat : 17716 (java) S 17709 17696 17513 0 -1 64 1449 0 0 0 19 1 0 0 16 0 9 0 2001656421 889196544 8853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17710/tid=17717] ppid=17709 vsize=868356 CPUtime=0
/proc/17710/task/17717/stat : 17717 (java) S 17709 17696 17513 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001656421 889196544 8853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17710/tid=17718] ppid=17709 vsize=868356 CPUtime=0
/proc/17710/task/17718/stat : 17718 (java) S 17709 17696 17513 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001656421 889196544 8853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887312

[startup+6.30212 s]
/proc/loadavg: 2.14 2.07 2.01 3/83 17718
/proc/meminfo: memFree=1748120/2055920 swapFree=4180472/4192956
[pid=17696] ppid=17694 vsize=13600 CPUtime=1.29
/proc/17696/stat : 17696 (sugar) S 17694 17696 17513 0 -1 4194304 974 10481 0 1 3 0 120 6 16 0 1 0 2001656280 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17696/statm: 3400 797 370 3 0 500 0
[pid=17709] ppid=17696 vsize=5356 CPUtime=0
/proc/17709/stat : 17709 (sh) S 17696 17696 17513 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001656416 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17709/statm: 1339 233 193 169 0 50 0
[pid=17710] ppid=17709 vsize=868468 CPUtime=4.87
/proc/17710/stat : 17710 (java) S 17709 17696 17513 0 -1 0 12146 0 1 0 458 29 0 0 18 0 9 0 2001656416 889311232 10699 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17710/statm: 217117 10699 2565 9 0 211664 0
[pid=17710/tid=17711] ppid=17709 vsize=868468 CPUtime=3.77
/proc/17710/task/17711/stat : 17711 (java) R 17709 17696 17513 0 -1 64 3309 0 1 0 358 19 0 0 25 0 9 0 2001656417 889311232 10699 996147200 134512640 134550740 4294955952 18446744073709551615 102064721 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17710/tid=17712] ppid=17709 vsize=868468 CPUtime=0.8
/proc/17710/task/17712/stat : 17712 (java) S 17709 17696 17513 0 -1 64 6655 0 0 0 74 6 0 0 16 0 9 0 2001656419 889311232 10699 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17710/tid=17713] ppid=17709 vsize=868468 CPUtime=0
/proc/17710/task/17713/stat : 17713 (java) S 17709 17696 17513 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001656419 889311232 10699 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17710/tid=17714] ppid=17709 vsize=868468 CPUtime=0
/proc/17710/task/17714/stat : 17714 (java) S 17709 17696 17513 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2001656419 889311232 10699 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17710/tid=17715] ppid=17709 vsize=868468 CPUtime=0
/proc/17710/task/17715/stat : 17715 (java) S 17709 17696 17513 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001656421 889311232 10699 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17710/tid=17716] ppid=17709 vsize=868468 CPUtime=0.26
/proc/17710/task/17716/stat : 17716 (java) S 17709 17696 17513 0 -1 64 1486 0 0 0 25 1 0 0 16 0 9 0 2001656421 889311232 10699 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17710/tid=17717] ppid=17709 vsize=868468 CPUtime=0
/proc/17710/task/17717/stat : 17717 (java) S 17709 17696 17513 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001656421 889311232 10699 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17710/tid=17718] ppid=17709 vsize=868468 CPUtime=0
/proc/17710/task/17718/stat : 17718 (java) S 17709 17696 17513 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001656421 889311232 10699 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) 887424

[startup+12.7026 s]
/proc/loadavg: 2.12 2.06 2.01 3/83 17718
/proc/meminfo: memFree=1673368/2055920 swapFree=4180472/4192956
[pid=17696] ppid=17694 vsize=13600 CPUtime=1.3
/proc/17696/stat : 17696 (sugar) S 17694 17696 17513 0 -1 4194304 974 10481 0 1 4 0 120 6 16 0 1 0 2001656280 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17696/statm: 3400 797 370 3 0 500 0
[pid=17709] ppid=17696 vsize=5356 CPUtime=0
/proc/17709/stat : 17709 (sh) S 17696 17696 17513 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001656416 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17709/statm: 1339 233 193 169 0 50 0
[pid=17710] ppid=17709 vsize=868468 CPUtime=11.18
/proc/17710/stat : 17710 (java) S 17709 17696 17513 0 -1 0 12939 0 1 0 1037 81 0 0 18 0 9 0 2001656416 889311232 10699 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17710/statm: 217117 10699 2565 9 0 211664 0
[pid=17710/tid=17711] ppid=17709 vsize=868468 CPUtime=9.79
/proc/17710/task/17711/stat : 17711 (java) R 17709 17696 17513 0 -1 64 4102 0 1 0 911 68 0 0 25 0 9 0 2001656417 889311232 10699 996147200 134512640 134550740 4294955952 18446744073709551615 4127005499 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17710/tid=17712] ppid=17709 vsize=868468 CPUtime=1.1
/proc/17710/task/17712/stat : 17712 (java) S 17709 17696 17513 0 -1 64 6655 0 0 0 100 10 0 0 16 0 9 0 2001656419 889311232 10699 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17710/tid=17713] ppid=17709 vsize=868468 CPUtime=0
/proc/17710/task/17713/stat : 17713 (java) S 17709 17696 17513 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001656419 889311232 10699 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17710/tid=17714] ppid=17709 vsize=868468 CPUtime=0
/proc/17710/task/17714/stat : 17714 (java) S 17709 17696 17513 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2001656419 889311232 10699 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17710/tid=17715] ppid=17709 vsize=868468 CPUtime=0
/proc/17710/task/17715/stat : 17715 (java) S 17709 17696 17513 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001656421 889311232 10699 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17710/tid=17716] ppid=17709 vsize=868468 CPUtime=0.26
/proc/17710/task/17716/stat : 17716 (java) S 17709 17696 17513 0 -1 64 1486 0 0 0 25 1 0 0 16 0 9 0 2001656421 889311232 10699 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17710/tid=17717] ppid=17709 vsize=868468 CPUtime=0
/proc/17710/task/17717/stat : 17717 (java) S 17709 17696 17513 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001656421 889311232 10699 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17710/tid=17718] ppid=17709 vsize=868468 CPUtime=0
/proc/17710/task/17718/stat : 17718 (java) S 17709 17696 17513 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001656421 889311232 10699 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 887424

[startup+25.5017 s]
/proc/loadavg: 2.10 2.06 2.01 3/75 17720
/proc/meminfo: memFree=1603032/2055920 swapFree=4180472/4192956
[pid=17696] ppid=17694 vsize=13600 CPUtime=15.42
/proc/17696/stat : 17696 (sugar) S 17694 17696 17513 0 -1 4194304 1022 24095 0 2 4 0 1426 112 16 0 1 0 2001656280 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17696/statm: 3400 799 370 3 0 500 0
[pid=17719] ppid=17696 vsize=5356 CPUtime=0
/proc/17719/stat : 17719 (sh) S 17696 17696 17513 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001657850 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17719/statm: 1339 232 193 169 0 50 0
[pid=17720] ppid=17719 vsize=72016 CPUtime=9.69
/proc/17720/stat : 17720 (picosat) R 17719 17696 17513 0 -1 4194304 15676 0 0 0 441 528 0 0 25 0 1 0 2001657850 73744384 15662 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/17720/statm: 18004 15662 40 102 0 17899 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 90972

[startup+51.1018 s]
/proc/loadavg: 2.06 2.05 2.01 3/75 17720
/proc/meminfo: memFree=1509144/2055920 swapFree=4180472/4192956
[pid=17696] ppid=17694 vsize=13600 CPUtime=15.42
/proc/17696/stat : 17696 (sugar) S 17694 17696 17513 0 -1 4194304 1022 24095 0 2 4 0 1426 112 16 0 1 0 2001656280 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17696/statm: 3400 799 370 3 0 500 0
[pid=17719] ppid=17696 vsize=5356 CPUtime=0
/proc/17719/stat : 17719 (sh) S 17696 17696 17513 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001657850 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17719/statm: 1339 232 193 169 0 50 0
[pid=17720] ppid=17719 vsize=168128 CPUtime=35.04
/proc/17720/stat : 17720 (picosat) R 17719 17696 17513 0 -1 4194304 39418 0 0 0 1613 1891 0 0 25 0 1 0 2001657850 172163072 39404 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/17720/statm: 42032 39404 40 102 0 41927 0
Current children cumulated CPU time (s) 50.46
Current children cumulated vsize (KiB) 187084

[startup+102.307 s]
/proc/loadavg: 2.02 2.04 2.00 3/75 17726
/proc/meminfo: memFree=1447960/2055920 swapFree=4180472/4192956
[pid=17696] ppid=17694 vsize=13600 CPUtime=15.42
/proc/17696/stat : 17696 (sugar) S 17694 17696 17513 0 -1 4194304 1022 24095 0 2 4 0 1426 112 16 0 1 0 2001656280 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17696/statm: 3400 799 370 3 0 500 0
[pid=17719] ppid=17696 vsize=5356 CPUtime=0
/proc/17719/stat : 17719 (sh) S 17696 17696 17513 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001657850 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17719/statm: 1339 232 193 169 0 50 0
[pid=17720] ppid=17719 vsize=243804 CPUtime=85.75
/proc/17720/stat : 17720 (picosat) R 17719 17696 17513 0 -1 4194304 54158 0 0 0 5807 2768 0 0 25 0 1 0 2001657850 249655296 54144 996147200 134512640 134931368 4294956256 18446744073709551615 134529486 0 0 4096 0 0 0 0 17 1 0 0
/proc/17720/statm: 60951 54144 42 102 0 60846 0

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

/proc/meminfo: memFree=1442720/2055920 swapFree=4180472/4192956
[pid=17696] ppid=17694 vsize=13600 CPUtime=15.42
/proc/17696/stat : 17696 (sugar) S 17694 17696 17513 0 -1 4194304 1022 24095 0 2 4 0 1426 112 16 0 1 0 2001656280 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17696/statm: 3400 799 370 3 0 500 0
[pid=17719] ppid=17696 vsize=5356 CPUtime=0
/proc/17719/stat : 17719 (sh) S 17696 17696 17513 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001657850 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17719/statm: 1339 232 193 169 0 50 0
[pid=17720] ppid=17719 vsize=247764 CPUtime=1274.53
/proc/17720/stat : 17720 (picosat) R 17719 17696 17513 0 -1 4194304 55162 0 0 0 124681 2772 0 0 25 0 1 0 2001657850 253710336 55148 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/17720/statm: 61941 55148 42 102 0 61836 0
Current children cumulated CPU time (s) 1289.95
Current children cumulated vsize (KiB) 266720

[startup+1362.3 s]
/proc/loadavg: 1.93 1.99 1.99 3/75 17787
/proc/meminfo: memFree=1433888/2055920 swapFree=4180472/4192956
[pid=17696] ppid=17694 vsize=13600 CPUtime=15.42
/proc/17696/stat : 17696 (sugar) S 17694 17696 17513 0 -1 4194304 1022 24095 0 2 4 0 1426 112 16 0 1 0 2001656280 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17696/statm: 3400 799 370 3 0 500 0
[pid=17719] ppid=17696 vsize=5356 CPUtime=0
/proc/17719/stat : 17719 (sh) S 17696 17696 17513 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001657850 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17719/statm: 1339 232 193 169 0 50 0
[pid=17720] ppid=17719 vsize=248028 CPUtime=1334.46
/proc/17720/stat : 17720 (picosat) R 17719 17696 17513 0 -1 4194304 55239 0 0 0 130673 2773 0 0 25 0 1 0 2001657850 253980672 55225 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17720/statm: 62007 55225 42 102 0 61902 0
Current children cumulated CPU time (s) 1349.88
Current children cumulated vsize (KiB) 266984

[startup+1422.31 s]
/proc/loadavg: 1.97 1.99 1.99 3/75 17787
/proc/meminfo: memFree=1433504/2055920 swapFree=4180472/4192956
[pid=17696] ppid=17694 vsize=13600 CPUtime=15.42
/proc/17696/stat : 17696 (sugar) S 17694 17696 17513 0 -1 4194304 1022 24095 0 2 4 0 1426 112 16 0 1 0 2001656280 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17696/statm: 3400 799 370 3 0 500 0
[pid=17719] ppid=17696 vsize=5356 CPUtime=0
/proc/17719/stat : 17719 (sh) S 17696 17696 17513 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001657850 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17719/statm: 1339 232 193 169 0 50 0
[pid=17720] ppid=17719 vsize=248292 CPUtime=1394.44
/proc/17720/stat : 17720 (picosat) R 17719 17696 17513 0 -1 4194304 55314 0 0 0 136671 2773 0 0 25 0 1 0 2001657850 254251008 55300 996147200 134512640 134931368 4294956256 18446744073709551615 134530848 0 0 4096 0 0 0 0 17 0 0 0
/proc/17720/statm: 62073 55300 42 102 0 61968 0
Current children cumulated CPU time (s) 1409.86
Current children cumulated vsize (KiB) 267248

[startup+1482.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/76 17788
/proc/meminfo: memFree=1432920/2055920 swapFree=4180472/4192956
[pid=17696] ppid=17694 vsize=13600 CPUtime=15.42
/proc/17696/stat : 17696 (sugar) S 17694 17696 17513 0 -1 4194304 1022 24095 0 2 4 0 1426 112 16 0 1 0 2001656280 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17696/statm: 3400 799 370 3 0 500 0
[pid=17719] ppid=17696 vsize=5356 CPUtime=0
/proc/17719/stat : 17719 (sh) S 17696 17696 17513 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001657850 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17719/statm: 1339 232 193 169 0 50 0
[pid=17720] ppid=17719 vsize=248556 CPUtime=1454.43
/proc/17720/stat : 17720 (picosat) R 17719 17696 17513 0 -1 4194304 55386 0 0 0 142669 2774 0 0 25 0 1 0 2001657850 254521344 55372 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/17720/statm: 62139 55372 42 102 0 62034 0
Current children cumulated CPU time (s) 1469.85
Current children cumulated vsize (KiB) 267512

[startup+1542.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/76 17788
/proc/meminfo: memFree=1432536/2055920 swapFree=4180472/4192956
[pid=17696] ppid=17694 vsize=13600 CPUtime=15.42
/proc/17696/stat : 17696 (sugar) S 17694 17696 17513 0 -1 4194304 1022 24095 0 2 4 0 1426 112 16 0 1 0 2001656280 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17696/statm: 3400 799 370 3 0 500 0
[pid=17719] ppid=17696 vsize=5356 CPUtime=0
/proc/17719/stat : 17719 (sh) S 17696 17696 17513 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001657850 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17719/statm: 1339 232 193 169 0 50 0
[pid=17720] ppid=17719 vsize=248952 CPUtime=1514.4
/proc/17720/stat : 17720 (picosat) R 17719 17696 17513 0 -1 4194304 55478 0 0 0 148666 2774 0 0 25 0 1 0 2001657850 254926848 55464 996147200 134512640 134931368 4294956256 18446744073709551615 134525775 0 0 4096 0 0 0 0 17 0 0 0
/proc/17720/statm: 62238 55464 42 102 0 62133 0
Current children cumulated CPU time (s) 1529.82
Current children cumulated vsize (KiB) 267908

[startup+1602.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/76 17788
/proc/meminfo: memFree=1432216/2055920 swapFree=4180472/4192956
[pid=17696] ppid=17694 vsize=13600 CPUtime=15.42
/proc/17696/stat : 17696 (sugar) S 17694 17696 17513 0 -1 4194304 1022 24095 0 2 4 0 1426 112 16 0 1 0 2001656280 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17696/statm: 3400 799 370 3 0 500 0
[pid=17719] ppid=17696 vsize=5356 CPUtime=0
/proc/17719/stat : 17719 (sh) S 17696 17696 17513 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001657850 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17719/statm: 1339 232 193 169 0 50 0
[pid=17720] ppid=17719 vsize=249216 CPUtime=1574.38
/proc/17720/stat : 17720 (picosat) R 17719 17696 17513 0 -1 4194304 55555 0 0 0 154664 2774 0 0 25 0 1 0 2001657850 255197184 55541 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/17720/statm: 62304 55541 42 102 0 62199 0
Current children cumulated CPU time (s) 1589.8
Current children cumulated vsize (KiB) 268172

[startup+1662.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/76 17788
/proc/meminfo: memFree=1431832/2055920 swapFree=4180472/4192956
[pid=17696] ppid=17694 vsize=13600 CPUtime=15.42
/proc/17696/stat : 17696 (sugar) S 17694 17696 17513 0 -1 4194304 1022 24095 0 2 4 0 1426 112 16 0 1 0 2001656280 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17696/statm: 3400 799 370 3 0 500 0
[pid=17719] ppid=17696 vsize=5356 CPUtime=0
/proc/17719/stat : 17719 (sh) S 17696 17696 17513 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001657850 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17719/statm: 1339 232 193 169 0 50 0
[pid=17720] ppid=17719 vsize=249480 CPUtime=1634.36
/proc/17720/stat : 17720 (picosat) R 17719 17696 17513 0 -1 4194304 55630 0 0 0 160662 2774 0 0 25 0 1 0 2001657850 255467520 55616 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/17720/statm: 62370 55616 42 102 0 62265 0
Current children cumulated CPU time (s) 1649.78
Current children cumulated vsize (KiB) 268436

[startup+1722.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/76 17788
/proc/meminfo: memFree=1431448/2055920 swapFree=4180472/4192956
[pid=17696] ppid=17694 vsize=13600 CPUtime=15.42
/proc/17696/stat : 17696 (sugar) S 17694 17696 17513 0 -1 4194304 1022 24095 0 2 4 0 1426 112 16 0 1 0 2001656280 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17696/statm: 3400 799 370 3 0 500 0
[pid=17719] ppid=17696 vsize=5356 CPUtime=0
/proc/17719/stat : 17719 (sh) S 17696 17696 17513 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001657850 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17719/statm: 1339 232 193 169 0 50 0
[pid=17720] ppid=17719 vsize=249876 CPUtime=1694.34
/proc/17720/stat : 17720 (picosat) R 17719 17696 17513 0 -1 4194304 55705 0 0 0 166660 2774 0 0 25 0 1 0 2001657850 255873024 55691 996147200 134512640 134931368 4294956256 18446744073709551615 134525612 0 0 4096 0 0 0 0 17 0 0 0
/proc/17720/statm: 62469 55691 42 102 0 62364 0
Current children cumulated CPU time (s) 1709.76
Current children cumulated vsize (KiB) 268832

[startup+1782.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/76 17788
/proc/meminfo: memFree=1431064/2055920 swapFree=4180472/4192956
[pid=17696] ppid=17694 vsize=13600 CPUtime=15.42
/proc/17696/stat : 17696 (sugar) S 17694 17696 17513 0 -1 4194304 1022 24095 0 2 4 0 1426 112 16 0 1 0 2001656280 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17696/statm: 3400 799 370 3 0 500 0
[pid=17719] ppid=17696 vsize=5356 CPUtime=0
/proc/17719/stat : 17719 (sh) S 17696 17696 17513 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001657850 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17719/statm: 1339 232 193 169 0 50 0
[pid=17720] ppid=17719 vsize=250140 CPUtime=1754.32
/proc/17720/stat : 17720 (picosat) R 17719 17696 17513 0 -1 4194304 55774 0 0 0 172657 2775 0 0 25 0 1 0 2001657850 256143360 55760 996147200 134512640 134931368 4294956256 18446744073709551615 134522773 0 0 4096 0 0 0 0 17 0 0 0
/proc/17720/statm: 62535 55760 42 102 0 62430 0
Current children cumulated CPU time (s) 1769.74
Current children cumulated vsize (KiB) 269096



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.6 s]
/proc/loadavg: 1.99 1.99 1.99 3/76 17788
/proc/meminfo: memFree=1430872/2055920 swapFree=4180472/4192956
[pid=17696] ppid=17694 vsize=13600 CPUtime=15.42
/proc/17696/stat : 17696 (sugar) S 17694 17696 17513 0 -1 4194304 1022 24095 0 2 4 0 1426 112 16 0 1 0 2001656280 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17696/statm: 3400 799 370 3 0 500 0
[pid=17719] ppid=17696 vsize=5356 CPUtime=0
/proc/17719/stat : 17719 (sh) S 17696 17696 17513 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001657850 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17719/statm: 1339 232 193 169 0 50 0
[pid=17720] ppid=17719 vsize=250272 CPUtime=1784.61
/proc/17720/stat : 17720 (picosat) R 17719 17696 17513 0 -1 4194304 55822 0 0 0 175686 2775 0 0 25 0 1 0 2001657850 256278528 55808 996147200 134512640 134931368 4294956256 18446744073709551615 134525763 0 0 4096 0 0 0 0 17 0 0 0
/proc/17720/statm: 62568 55808 42 102 0 62463 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 269228

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 17696 and gives
#  childrusage.ru_utime.tv_sec=14
#  childrusage.ru_utime.tv_usec=311824
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=136827
# CPU time returned by wait4() is 15.4487
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1812.64
CPU time (s): 1800.03
CPU user time (s): 1771.16
CPU system time (s): 28.87
CPU usage (%): 99.3041
Max. virtual memory (cumulated for all children) (KiB): 887564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.3118
system time used= 1.13683
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25473
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= 13716
involuntary context switches= 13875

runsolver used 2.09668 second user time and 6.09007 second system time

The end

Launcher Data (download as text)

Begin job on node3 at 2008-07-05 05:00:09
IDJOB=1083309
IDBENCH=57466
IDSOLVER=345
FILE ID=node3/1083309-1215226808
PBS_JOBID= 7881858
Free space on /tmp= 66536 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f339edaeb02c3bbac8ad2c8469a1d500
RANDOM SEED=2143326853

node3.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
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.232
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:       1801424 kB
Buffers:         23416 kB
Cached:         156472 kB
SwapCached:       6568 kB
Active:         132160 kB
Inactive:        66184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1801424 kB
SwapTotal:     4192956 kB
SwapFree:      4180472 kB
Dirty:            2944 kB
Writeback:           0 kB
Mapped:          26412 kB
Slab:            41528 kB
Committed_AS:  3528340 kB
PageTables:       1796 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= 66532 MiB
End job on node3 at 2008-07-05 05:30:23