Trace number 1041959

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.09 1812.89

General information on the benchmark

Namecsp/allsquares/
normalized-squares-34-34.xml
MD5SUM3c99f073f43d91d177d7138b4b000c83
Bench CategoryGLOBAL (global constraints)
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 variables2312
Number of constraints2808
Maximum constraint arity34
Maximum domain size118
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2245
Global constraints used (with number of constraints)cumulative(2),weightedsum(561)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Wed Jul  2 14:28:54 2008
0.00/0.04	c 0	PID 19055
0.03/0.05	c 0	HOST node33.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1041959-1215001734.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-1041959-1215001734.xml' 'HOME/temp.csp'
0.03/0.96	c 1	35 domains, 2312 variables, 2 predicates, 0 relations, 2808 constraints
0.92/1.00	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.92/1.00	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'
0.92/1.08	c 1	Parsing HOME/temp.csp
0.92/1.36	c 2	parsed 5157 expressions
0.92/1.36	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.92/1.36	c 2	Converting to clausal form CSP
0.92/1.39	c 2	converted 516 (10%) expressions
0.92/1.40	c 2	converted 1032 (20%) expressions
0.92/1.41	c 2	converted 1548 (30%) expressions
0.92/1.42	c 2	converted 2063 (40%) expressions
0.92/1.58	c 2	converted 2579 (50%) expressions
0.92/1.64	c 2	converted 3095 (60%) expressions
0.92/1.69	c 2	converted 3610 (70%) expressions
0.92/1.73	c 2	converted 4126 (80%) expressions
0.92/1.82	c 2	converted 4642 (90%) expressions
3.37/3.54	c 4	converted 5157 (100%) expressions
3.37/3.55	c 4	CSP : 17888 integers, 5560 booleans, 47474 clauses, largest domain size 315
3.37/3.55	c 4	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.37/3.55	c 4	Propagation in CSP
3.77/3.97	c 4	86413 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.77/3.98	c 4	CSP : 17888 integers, 5560 booleans, 47474 clauses, largest domain size 119
3.77/3.98	c 4	Heap : 34 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.87/4.00	c 4	Simplifing CSP by introducing new Boolean variables
3.87/4.02	c 4	CSP : 17888 integers, 5560 booleans, 47474 clauses, largest domain size 119
3.87/4.02	c 4	Heap : 33 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.97/4.19	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.06/4.24	c 5	1789 (10%) CSP integer variables are encoded (6682 clauses, 84735 bytes)
4.06/4.27	c 5	3578 (20%) CSP integer variables are encoded (32161 clauses, 465017 bytes)
4.17/4.32	c 5	5367 (30%) CSP integer variables are encoded (67531 clauses, 995567 bytes)
4.17/4.37	c 5	7156 (40%) CSP integer variables are encoded (102901 clauses, 1545224 bytes)
4.27/4.41	c 5	8944 (50%) CSP integer variables are encoded (137047 clauses, 2125706 bytes)
4.27/4.46	c 5	10733 (60%) CSP integer variables are encoded (171724 clauses, 2715215 bytes)
4.37/4.51	c 5	12522 (70%) CSP integer variables are encoded (207561 clauses, 3324444 bytes)
4.37/4.56	c 5	14311 (80%) CSP integer variables are encoded (243345 clauses, 3932772 bytes)
4.46/4.61	c 5	16100 (90%) CSP integer variables are encoded (278135 clauses, 4524202 bytes)
4.46/4.65	c 5	17888 (100%) CSP integer variables are encoded (312243 clauses, 5104038 bytes)
5.16/5.34	c 6	4748 (10%) CSP clauses are encoded (682870 clauses, 11813038 bytes)
7.83/8.06	c 8	9495 (20%) CSP clauses are encoded (2173987 clauses, 43332918 bytes)
10.18/10.40	c 11	14243 (30%) CSP clauses are encoded (3425968 clauses, 69895869 bytes)
12.46/12.78	c 13	18990 (40%) CSP clauses are encoded (4673859 clauses, 97930736 bytes)
14.91/15.27	c 16	23737 (50%) CSP clauses are encoded (5939812 clauses, 128533358 bytes)
18.17/18.50	c 19	28485 (60%) CSP clauses are encoded (7585946 clauses, 168267365 bytes)
20.73/21.12	c 21	33232 (70%) CSP clauses are encoded (8908041 clauses, 200223263 bytes)
23.18/23.60	c 24	37980 (80%) CSP clauses are encoded (10155991 clauses, 230387063 bytes)
25.61/26.14	c 26	42727 (90%) CSP clauses are encoded (11416877 clauses, 260867282 bytes)
28.47/29.08	c 29	47474 (100%) CSP clauses are encoded (12893823 clauses, 296518701 bytes)
28.47/29.08	c 29	47474 CSP clauses encoded
28.47/29.08	c 29	Writing map file : HOME/temp.map
28.56/29.14	c 29	Heap : 30 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
28.56/29.14	c 29	SAT : 335607 SAT variables, 12893823 SAT clauses, 296518701 bytes
28.56/29.14	c 29	Heap : 30 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
28.62/29.20	c 30	SOLVING HOME/temp.cnf
28.62/29.20	c 30	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.09/1812.82	c ERROR INTERRUPTED
1800.09/1812.88	s UNKNOWN
1800.09/1812.88	c 1813	CPU 26.51 (0.04 0.01 26.47 2.12)
1800.09/1812.88	c 1813	END Wed Jul  2 14:59:07 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-1041959-1215001734/watcher-1041959-1215001734 -o /tmp/evaluation-result-1041959-1215001734/solver-1041959-1215001734 -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-1041959-1215001734.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.03 2.00 4/72 19055
/proc/meminfo: memFree=1603800/2055920 swapFree=4180424/4192956
[pid=19055] ppid=19053 vsize=12268 CPUtime=0
/proc/19055/stat : 19055 (sugar) R 19053 19055 18133 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1979146924 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 210824297061 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/19055/statm: 3067 316 241 3 0 167 0

[startup+0.0494819 s]
/proc/loadavg: 2.00 2.03 2.00 4/72 19055
/proc/meminfo: memFree=1603800/2055920 swapFree=4180424/4192956
[pid=19055] ppid=19053 vsize=13600 CPUtime=0.03
/proc/19055/stat : 19055 (sugar) S 19053 19055 18133 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1979146924 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19055/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102249 s]
/proc/loadavg: 2.00 2.03 2.00 4/72 19055
/proc/meminfo: memFree=1603800/2055920 swapFree=4180424/4192956
[pid=19055] ppid=19053 vsize=13600 CPUtime=0.03
/proc/19055/stat : 19055 (sugar) S 19053 19055 18133 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1979146924 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19055/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30227 s]
/proc/loadavg: 2.00 2.03 2.00 4/72 19055
/proc/meminfo: memFree=1603800/2055920 swapFree=4180424/4192956
[pid=19055] ppid=19053 vsize=13600 CPUtime=0.03
/proc/19055/stat : 19055 (sugar) S 19053 19055 18133 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1979146924 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19055/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702327 s]
/proc/loadavg: 2.00 2.03 2.00 4/72 19055
/proc/meminfo: memFree=1603800/2055920 swapFree=4180424/4192956
[pid=19055] ppid=19053 vsize=13600 CPUtime=0.03
/proc/19055/stat : 19055 (sugar) S 19053 19055 18133 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1979146924 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19055/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50142 s]
/proc/loadavg: 2.00 2.03 2.00 3/76 19067
/proc/meminfo: memFree=1599856/2055920 swapFree=4180424/4192956
[pid=19055] ppid=19053 vsize=13600 CPUtime=0.92
/proc/19055/stat : 19055 (sugar) S 19053 19055 18133 0 -1 4194304 974 6947 0 1 3 0 85 4 15 0 1 0 1979146924 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19055/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 13600

[startup+3.10161 s]
/proc/loadavg: 2.00 2.03 2.00 4/83 19077
/proc/meminfo: memFree=1582136/2055920 swapFree=4180424/4192956
[pid=19055] ppid=19053 vsize=13600 CPUtime=0.92
/proc/19055/stat : 19055 (sugar) S 19053 19055 18133 0 -1 4194304 974 6947 0 1 3 0 85 4 15 0 1 0 1979146924 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19055/statm: 3400 797 370 3 0 500 0
[pid=19068] ppid=19055 vsize=5356 CPUtime=0
/proc/19068/stat : 19068 (sh) S 19055 19055 18133 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979147024 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19068/statm: 1339 233 193 169 0 50 0
[pid=19069] ppid=19068 vsize=868388 CPUtime=2.06
/proc/19069/stat : 19069 (java) S 19068 19055 18133 0 -1 0 11709 0 1 0 199 7 0 0 18 0 9 0 1979147025 889229312 10753 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19069/statm: 217097 10753 2541 9 0 211672 0
[pid=19069/tid=19070] ppid=19068 vsize=868388 CPUtime=1.22
/proc/19069/task/19070/stat : 19070 (java) R 19068 19055 18133 0 -1 64 2977 0 1 0 121 1 0 0 25 0 9 0 1979147026 889229312 10753 996147200 134512640 134550740 4294955952 18446744073709551615 4126889491 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19069/tid=19071] ppid=19068 vsize=868388 CPUtime=0.56
/proc/19069/task/19071/stat : 19071 (java) S 19068 19055 18133 0 -1 64 6538 0 0 0 53 3 0 0 16 0 9 0 1979147027 889229312 10753 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19069/tid=19072] ppid=19068 vsize=868388 CPUtime=0
/proc/19069/task/19072/stat : 19072 (java) S 19068 19055 18133 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1979147027 889229312 10753 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19069/tid=19073] ppid=19068 vsize=868388 CPUtime=0
/proc/19069/task/19073/stat : 19073 (java) S 19068 19055 18133 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1979147027 889229312 10753 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19069/tid=19074] ppid=19068 vsize=868388 CPUtime=0
/proc/19069/task/19074/stat : 19074 (java) S 19068 19055 18133 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1979147029 889229312 10753 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19069/tid=19075] ppid=19068 vsize=868388 CPUtime=0.25
/proc/19069/task/19075/stat : 19075 (java) S 19068 19055 18133 0 -1 64 1501 0 0 0 24 1 0 0 16 0 9 0 1979147029 889229312 10753 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19069/tid=19076] ppid=19068 vsize=868388 CPUtime=0
/proc/19069/task/19076/stat : 19076 (java) S 19068 19055 18133 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1979147029 889229312 10753 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19069/tid=19077] ppid=19068 vsize=868388 CPUtime=0
/proc/19069/task/19077/stat : 19077 (java) S 19068 19055 18133 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1979147029 889229312 10753 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 887344

[startup+6.30299 s]
/proc/loadavg: 2.00 2.03 2.00 4/83 19077
/proc/meminfo: memFree=1543608/2055920 swapFree=4180424/4192956
[pid=19055] ppid=19053 vsize=13600 CPUtime=0.93
/proc/19055/stat : 19055 (sugar) S 19053 19055 18133 0 -1 4194304 974 6947 0 1 4 0 85 4 15 0 1 0 1979146924 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19055/statm: 3400 797 370 3 0 500 0
[pid=19068] ppid=19055 vsize=5356 CPUtime=0
/proc/19068/stat : 19068 (sh) S 19055 19055 18133 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979147024 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19068/statm: 1339 233 193 169 0 50 0
[pid=19069] ppid=19068 vsize=868500 CPUtime=5.22
/proc/19069/stat : 19069 (java) S 19068 19055 18133 0 -1 0 15414 0 1 0 497 25 0 0 18 0 9 0 1979147025 889344000 13829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19069/statm: 217125 13829 2565 9 0 211672 0
[pid=19069/tid=19070] ppid=19068 vsize=868500 CPUtime=3.78
/proc/19069/task/19070/stat : 19070 (java) R 19068 19055 18133 0 -1 64 3463 0 1 0 361 17 0 0 25 0 9 0 1979147026 889344000 13829 996147200 134512640 134550740 4294955952 18446744073709551615 4126893423 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19069/tid=19071] ppid=19068 vsize=868500 CPUtime=1.1
/proc/19069/task/19071/stat : 19071 (java) S 19068 19055 18133 0 -1 64 9713 0 0 0 104 6 0 0 16 0 9 0 1979147027 889344000 13829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19069/tid=19072] ppid=19068 vsize=868500 CPUtime=0
/proc/19069/task/19072/stat : 19072 (java) S 19068 19055 18133 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1979147027 889344000 13829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19069/tid=19073] ppid=19068 vsize=868500 CPUtime=0
/proc/19069/task/19073/stat : 19073 (java) S 19068 19055 18133 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1979147027 889344000 13829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19069/tid=19074] ppid=19068 vsize=868500 CPUtime=0
/proc/19069/task/19074/stat : 19074 (java) S 19068 19055 18133 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1979147029 889344000 13829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19069/tid=19075] ppid=19068 vsize=868500 CPUtime=0.32
/proc/19069/task/19075/stat : 19075 (java) S 19068 19055 18133 0 -1 64 1545 0 0 0 31 1 0 0 16 0 9 0 1979147029 889344000 13829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19069/tid=19076] ppid=19068 vsize=868500 CPUtime=0
/proc/19069/task/19076/stat : 19076 (java) S 19068 19055 18133 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1979147029 889344000 13829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19069/tid=19077] ppid=19068 vsize=868500 CPUtime=0
/proc/19069/task/19077/stat : 19077 (java) S 19068 19055 18133 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1979147029 889344000 13829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 887456

[startup+12.7028 s]
/proc/loadavg: 2.08 2.05 2.01 4/83 19077
/proc/meminfo: memFree=1468736/2055920 swapFree=4180424/4192956
[pid=19055] ppid=19053 vsize=13600 CPUtime=0.93
/proc/19055/stat : 19055 (sugar) S 19053 19055 18133 0 -1 4194304 974 6947 0 1 4 0 85 4 16 0 1 0 1979146924 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19055/statm: 3400 797 370 3 0 500 0
[pid=19068] ppid=19055 vsize=5356 CPUtime=0
/proc/19068/stat : 19068 (sh) S 19055 19055 18133 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979147024 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19068/statm: 1339 233 193 169 0 50 0
[pid=19069] ppid=19068 vsize=868500 CPUtime=11.53
/proc/19069/stat : 19069 (java) S 19068 19055 18133 0 -1 0 15926 0 1 0 1077 76 0 0 18 0 9 0 1979147025 889344000 13830 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19069/statm: 217125 13830 2565 9 0 211672 0
[pid=19069/tid=19070] ppid=19068 vsize=868500 CPUtime=9.84
/proc/19069/task/19070/stat : 19070 (java) R 19068 19055 18133 0 -1 64 3974 0 1 0 920 64 0 0 25 0 9 0 1979147026 889344000 13830 996147200 134512640 134550740 4294955952 18446744073709551615 4126835042 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19069/tid=19071] ppid=19068 vsize=868500 CPUtime=1.33
/proc/19069/task/19071/stat : 19071 (java) S 19068 19055 18133 0 -1 64 9713 0 0 0 124 9 0 0 16 0 9 0 1979147027 889344000 13830 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19069/tid=19072] ppid=19068 vsize=868500 CPUtime=0
/proc/19069/task/19072/stat : 19072 (java) S 19068 19055 18133 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1979147027 889344000 13830 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19069/tid=19073] ppid=19068 vsize=868500 CPUtime=0
/proc/19069/task/19073/stat : 19073 (java) S 19068 19055 18133 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1979147027 889344000 13830 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19069/tid=19074] ppid=19068 vsize=868500 CPUtime=0
/proc/19069/task/19074/stat : 19074 (java) S 19068 19055 18133 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1979147029 889344000 13830 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19069/tid=19075] ppid=19068 vsize=868500 CPUtime=0.32
/proc/19069/task/19075/stat : 19075 (java) S 19068 19055 18133 0 -1 64 1546 0 0 0 31 1 0 0 17 0 9 0 1979147029 889344000 13830 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19069/tid=19076] ppid=19068 vsize=868500 CPUtime=0
/proc/19069/task/19076/stat : 19076 (java) S 19068 19055 18133 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1979147029 889344000 13830 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19069/tid=19077] ppid=19068 vsize=868500 CPUtime=0
/proc/19069/task/19077/stat : 19077 (java) S 19068 19055 18133 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1979147029 889344000 13830 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) 887456

[startup+25.5023 s]
/proc/loadavg: 2.22 2.08 2.02 4/83 19077
/proc/meminfo: memFree=1305856/2055920 swapFree=4180424/4192956
[pid=19055] ppid=19053 vsize=13600 CPUtime=0.93
/proc/19055/stat : 19055 (sugar) S 19053 19055 18133 0 -1 4194304 974 6947 0 1 4 0 85 4 16 0 1 0 1979146924 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19055/statm: 3400 797 370 3 0 500 0
[pid=19068] ppid=19055 vsize=5356 CPUtime=0
/proc/19068/stat : 19068 (sh) S 19055 19055 18133 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979147024 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19068/statm: 1339 233 193 169 0 50 0
[pid=19069] ppid=19068 vsize=868500 CPUtime=24.1
/proc/19069/stat : 19069 (java) S 19068 19055 18133 0 -1 0 16946 0 1 0 2236 174 0 0 18 0 9 0 1979147025 889344000 13830 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19069/statm: 217125 13830 2565 9 0 211672 0
[pid=19069/tid=19070] ppid=19068 vsize=868500 CPUtime=21.95
/proc/19069/task/19070/stat : 19070 (java) R 19068 19055 18133 0 -1 64 4994 0 1 0 2040 155 0 0 25 0 9 0 1979147026 889344000 13830 996147200 134512640 134550740 4294955952 18446744073709551615 4127144775 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19069/tid=19071] ppid=19068 vsize=868500 CPUtime=1.8
/proc/19069/task/19071/stat : 19071 (java) S 19068 19055 18133 0 -1 64 9713 0 0 0 163 17 0 0 16 0 9 0 1979147027 889344000 13830 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19069/tid=19072] ppid=19068 vsize=868500 CPUtime=0
/proc/19069/task/19072/stat : 19072 (java) S 19068 19055 18133 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1979147027 889344000 13830 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19069/tid=19073] ppid=19068 vsize=868500 CPUtime=0
/proc/19069/task/19073/stat : 19073 (java) S 19068 19055 18133 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1979147027 889344000 13830 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19069/tid=19074] ppid=19068 vsize=868500 CPUtime=0
/proc/19069/task/19074/stat : 19074 (java) S 19068 19055 18133 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1979147029 889344000 13830 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19069/tid=19075] ppid=19068 vsize=868500 CPUtime=0.32
/proc/19069/task/19075/stat : 19075 (java) S 19068 19055 18133 0 -1 64 1546 0 0 0 31 1 0 0 17 0 9 0 1979147029 889344000 13830 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19069/tid=19076] ppid=19068 vsize=868500 CPUtime=0
/proc/19069/task/19076/stat : 19076 (java) S 19068 19055 18133 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1979147029 889344000 13830 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19069/tid=19077] ppid=19068 vsize=868500 CPUtime=0
/proc/19069/task/19077/stat : 19077 (java) S 19068 19055 18133 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1979147029 889344000 13830 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 887456

[startup+51.1024 s]
/proc/loadavg: 2.38 2.13 2.03 3/75 19079
/proc/meminfo: memFree=1203776/2055920 swapFree=4180424/4192956
[pid=19055] ppid=19053 vsize=13600 CPUtime=28.63
/proc/19055/stat : 19055 (sugar) S 19053 19055 18133 0 -1 4194304 1022 24495 0 2 4 1 2647 211 16 0 1 0 1979146924 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19055/statm: 3400 799 370 3 0 500 0
[pid=19078] ppid=19055 vsize=5356 CPUtime=0
/proc/19078/stat : 19078 (sh) S 19055 19055 18133 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979149844 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19078/statm: 1339 232 193 169 0 50 0
[pid=19079] ppid=19078 vsize=125412 CPUtime=21.66
/proc/19079/stat : 19079 (picosat) R 19078 19055 18133 0 -1 4194304 26313 0 0 0 1000 1166 0 0 25 0 1 0 1979149844 128421888 26299 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0

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

/proc/meminfo: memFree=814720/2055920 swapFree=4180424/4192956
[pid=19055] ppid=19053 vsize=13600 CPUtime=28.63
/proc/19055/stat : 19055 (sugar) S 19053 19055 18133 0 -1 4194304 1022 24495 0 2 4 1 2647 211 16 0 1 0 1979146924 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19055/statm: 3400 799 370 3 0 500 0
[pid=19078] ppid=19055 vsize=5356 CPUtime=0
/proc/19078/stat : 19078 (sh) S 19055 19055 18133 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979149844 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19078/statm: 1339 232 193 169 0 50 0
[pid=19079] ppid=19078 vsize=505640 CPUtime=1261.16
/proc/19079/stat : 19079 (picosat) R 19078 19055 18133 0 -1 4194304 117240 0 0 0 119945 6171 0 0 25 0 1 0 1979149844 517775360 117224 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/19079/statm: 126410 117224 48 102 0 126305 0
Current children cumulated CPU time (s) 1289.79
Current children cumulated vsize (KiB) 524596

[startup+1362.3 s]
/proc/loadavg: 2.00 2.03 2.01 3/75 19440
/proc/meminfo: memFree=814400/2055920 swapFree=4180424/4192956
[pid=19055] ppid=19053 vsize=13600 CPUtime=28.63
/proc/19055/stat : 19055 (sugar) S 19053 19055 18133 0 -1 4194304 1022 24495 0 2 4 1 2647 211 16 0 1 0 1979146924 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19055/statm: 3400 799 370 3 0 500 0
[pid=19078] ppid=19055 vsize=5356 CPUtime=0
/proc/19078/stat : 19078 (sh) S 19055 19055 18133 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979149844 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19078/statm: 1339 232 193 169 0 50 0
[pid=19079] ppid=19078 vsize=506036 CPUtime=1321.13
/proc/19079/stat : 19079 (picosat) R 19078 19055 18133 0 -1 4194304 117335 0 0 0 125942 6171 0 0 25 0 1 0 1979149844 518180864 117319 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/19079/statm: 126509 117319 48 102 0 126404 0
Current children cumulated CPU time (s) 1349.76
Current children cumulated vsize (KiB) 524992

[startup+1422.31 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 19440
/proc/meminfo: memFree=813760/2055920 swapFree=4180424/4192956
[pid=19055] ppid=19053 vsize=13600 CPUtime=28.63
/proc/19055/stat : 19055 (sugar) S 19053 19055 18133 0 -1 4194304 1022 24495 0 2 4 1 2647 211 16 0 1 0 1979146924 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19055/statm: 3400 799 370 3 0 500 0
[pid=19078] ppid=19055 vsize=5356 CPUtime=0
/proc/19078/stat : 19078 (sh) S 19055 19055 18133 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979149844 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19078/statm: 1339 232 193 169 0 50 0
[pid=19079] ppid=19078 vsize=506560 CPUtime=1381.11
/proc/19079/stat : 19079 (picosat) R 19078 19055 18133 0 -1 4194304 117475 0 0 0 131940 6171 0 0 25 0 1 0 1979149844 518717440 117459 996147200 134512640 134931368 4294956256 18446744073709551615 134525921 0 0 4096 0 0 0 0 17 0 0 0
/proc/19079/statm: 126640 117459 48 102 0 126535 0
Current children cumulated CPU time (s) 1409.74
Current children cumulated vsize (KiB) 525516

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 19440
/proc/meminfo: memFree=813376/2055920 swapFree=4180424/4192956
[pid=19055] ppid=19053 vsize=13600 CPUtime=28.63
/proc/19055/stat : 19055 (sugar) S 19053 19055 18133 0 -1 4194304 1022 24495 0 2 4 1 2647 211 16 0 1 0 1979146924 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19055/statm: 3400 799 370 3 0 500 0
[pid=19078] ppid=19055 vsize=5356 CPUtime=0
/proc/19078/stat : 19078 (sh) S 19055 19055 18133 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979149844 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19078/statm: 1339 232 193 169 0 50 0
[pid=19079] ppid=19078 vsize=506952 CPUtime=1441.08
/proc/19079/stat : 19079 (picosat) R 19078 19055 18133 0 -1 4194304 117573 0 0 0 137937 6171 0 0 25 0 1 0 1979149844 519118848 117557 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/19079/statm: 126738 117557 48 102 0 126633 0
Current children cumulated CPU time (s) 1469.71
Current children cumulated vsize (KiB) 525908

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 19440
/proc/meminfo: memFree=812800/2055920 swapFree=4180424/4192956
[pid=19055] ppid=19053 vsize=13600 CPUtime=28.63
/proc/19055/stat : 19055 (sugar) S 19053 19055 18133 0 -1 4194304 1022 24495 0 2 4 1 2647 211 16 0 1 0 1979146924 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19055/statm: 3400 799 370 3 0 500 0
[pid=19078] ppid=19055 vsize=5356 CPUtime=0
/proc/19078/stat : 19078 (sh) S 19055 19055 18133 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979149844 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19078/statm: 1339 232 193 169 0 50 0
[pid=19079] ppid=19078 vsize=507480 CPUtime=1501.05
/proc/19079/stat : 19079 (picosat) R 19078 19055 18133 0 -1 4194304 117711 0 0 0 143934 6171 0 0 25 0 1 0 1979149844 519659520 117695 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/19079/statm: 126870 117695 48 102 0 126765 0
Current children cumulated CPU time (s) 1529.68
Current children cumulated vsize (KiB) 526436

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 19440
/proc/meminfo: memFree=812288/2055920 swapFree=4180424/4192956
[pid=19055] ppid=19053 vsize=13600 CPUtime=28.63
/proc/19055/stat : 19055 (sugar) S 19053 19055 18133 0 -1 4194304 1022 24495 0 2 4 1 2647 211 16 0 1 0 1979146924 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19055/statm: 3400 799 370 3 0 500 0
[pid=19078] ppid=19055 vsize=5356 CPUtime=0
/proc/19078/stat : 19078 (sh) S 19055 19055 18133 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979149844 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19078/statm: 1339 232 193 169 0 50 0
[pid=19079] ppid=19078 vsize=508004 CPUtime=1561.03
/proc/19079/stat : 19079 (picosat) R 19078 19055 18133 0 -1 4194304 117847 0 0 0 149931 6172 0 0 25 0 1 0 1979149844 520196096 117831 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/19079/statm: 127001 117831 48 102 0 126896 0
Current children cumulated CPU time (s) 1589.66
Current children cumulated vsize (KiB) 526960

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 19440
/proc/meminfo: memFree=811840/2055920 swapFree=4180424/4192956
[pid=19055] ppid=19053 vsize=13600 CPUtime=28.63
/proc/19055/stat : 19055 (sugar) S 19053 19055 18133 0 -1 4194304 1022 24495 0 2 4 1 2647 211 16 0 1 0 1979146924 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19055/statm: 3400 799 370 3 0 500 0
[pid=19078] ppid=19055 vsize=5356 CPUtime=0
/proc/19078/stat : 19078 (sh) S 19055 19055 18133 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979149844 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19078/statm: 1339 232 193 169 0 50 0
[pid=19079] ppid=19078 vsize=508400 CPUtime=1621.01
/proc/19079/stat : 19079 (picosat) R 19078 19055 18133 0 -1 4194304 117941 0 0 0 155929 6172 0 0 25 0 1 0 1979149844 520601600 117925 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/19079/statm: 127100 117925 48 102 0 126995 0
Current children cumulated CPU time (s) 1649.64
Current children cumulated vsize (KiB) 527356

[startup+1722.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/75 19440
/proc/meminfo: memFree=811520/2055920 swapFree=4180424/4192956
[pid=19055] ppid=19053 vsize=13600 CPUtime=28.63
/proc/19055/stat : 19055 (sugar) S 19053 19055 18133 0 -1 4194304 1022 24495 0 2 4 1 2647 211 16 0 1 0 1979146924 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19055/statm: 3400 799 370 3 0 500 0
[pid=19078] ppid=19055 vsize=5356 CPUtime=0
/proc/19078/stat : 19078 (sh) S 19055 19055 18133 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979149844 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19078/statm: 1339 232 193 169 0 50 0
[pid=19079] ppid=19078 vsize=508664 CPUtime=1680.99
/proc/19079/stat : 19079 (picosat) R 19078 19055 18133 0 -1 4194304 118013 0 0 0 161927 6172 0 0 25 0 1 0 1979149844 520871936 117997 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/19079/statm: 127166 117997 48 102 0 127061 0
Current children cumulated CPU time (s) 1709.62
Current children cumulated vsize (KiB) 527620

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/75 19440
/proc/meminfo: memFree=811136/2055920 swapFree=4180424/4192956
[pid=19055] ppid=19053 vsize=13600 CPUtime=28.63
/proc/19055/stat : 19055 (sugar) S 19053 19055 18133 0 -1 4194304 1022 24495 0 2 4 1 2647 211 16 0 1 0 1979146924 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19055/statm: 3400 799 370 3 0 500 0
[pid=19078] ppid=19055 vsize=5356 CPUtime=0
/proc/19078/stat : 19078 (sh) S 19055 19055 18133 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979149844 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19078/statm: 1339 232 193 169 0 50 0
[pid=19079] ppid=19078 vsize=509060 CPUtime=1740.96
/proc/19079/stat : 19079 (picosat) R 19078 19055 18133 0 -1 4194304 118111 0 0 0 167924 6172 0 0 25 0 1 0 1979149844 521277440 118095 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/19079/statm: 127265 118095 48 102 0 127160 0
Current children cumulated CPU time (s) 1769.59
Current children cumulated vsize (KiB) 528016



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.81 s]
/proc/loadavg: 2.09 2.02 2.01 3/75 19440
/proc/meminfo: memFree=810880/2055920 swapFree=4180424/4192956
[pid=19055] ppid=19053 vsize=13600 CPUtime=28.63
/proc/19055/stat : 19055 (sugar) S 19053 19055 18133 0 -1 4194304 1022 24495 0 2 4 1 2647 211 16 0 1 0 1979146924 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19055/statm: 3400 799 370 3 0 500 0
[pid=19078] ppid=19055 vsize=5356 CPUtime=0
/proc/19078/stat : 19078 (sh) S 19055 19055 18133 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979149844 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19078/statm: 1339 232 193 169 0 50 0
[pid=19079] ppid=19078 vsize=509324 CPUtime=1771.46
/proc/19079/stat : 19079 (picosat) R 19078 19055 18133 0 -1 4194304 118178 0 0 0 170974 6172 0 0 25 0 1 0 1979149844 521547776 118162 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/19079/statm: 127331 118162 48 102 0 127226 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 528280

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 19055 and gives
#  childrusage.ru_utime.tv_sec=26
#  childrusage.ru_utime.tv_usec=521968
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=133675
# CPU time returned by wait4() is 28.6556
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1812.89
CPU time (s): 1800.09
CPU user time (s): 1736.25
CPU system time (s): 63.84
CPU usage (%): 99.2941
Max. virtual memory (cumulated for all children) (KiB): 887848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 26.522
system time used= 2.13368
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25872
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= 17843
involuntary context switches= 18175

runsolver used 2.44063 second user time and 5.86711 second system time

The end

Launcher Data (download as text)

Begin job on node33 at 2008-07-02 14:28:54
IDJOB=1041959
IDBENCH=53858
IDSOLVER=345
FILE ID=node33/1041959-1215001734
PBS_JOBID= 7870856
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/allsquares/normalized-squares-34-34.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-1041959-1215001734/watcher-1041959-1215001734 -o /tmp/evaluation-result-1041959-1215001734/solver-1041959-1215001734 -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-1041959-1215001734.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3c99f073f43d91d177d7138b4b000c83
RANDOM SEED=1502566541

node33.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:       1604280 kB
Buffers:         58220 kB
Cached:         305120 kB
SwapCached:       6444 kB
Active:         111224 kB
Inactive:       263224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1604280 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:            1776 kB
Writeback:           0 kB
Mapped:          18556 kB
Slab:            62512 kB
Committed_AS:  3393264 kB
PageTables:       1752 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= 66548 MiB
End job on node33 at 2008-07-02 14:59:09