Trace number 1074659

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.04 1816.51

General information on the benchmark

Namecsp/os-taillard-20/
normalized-os-taillard-20-95-0.xml
MD5SUM0d7f52239cc079a8b40c34e4f80db59c
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 benchmark4.27835
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints7600
Maximum constraint arity2
Maximum domain size1154
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7600
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 Fri Jul  4 15:47:14 2008
0.00/0.04	c 0	PID 10362
0.03/0.05	c 0	HOST node59.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1074659-1215179234.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-1074659-1215179234.xml' 'HOME/temp.csp'
0.97/1.05	c 1	400 domains, 400 variables, 1 predicates, 0 relations, 7600 constraints
1.02/1.10	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.02/1.10	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.02/1.18	c 2	Parsing HOME/temp.csp
1.02/1.70	c 2	parsed 8401 expressions
1.02/1.70	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.02/1.70	c 2	Converting to clausal form CSP
1.02/1.76	c 2	converted 841 (10%) expressions
1.02/1.93	c 2	converted 1681 (20%) expressions
1.02/2.00	c 2	converted 2521 (30%) expressions
1.02/2.03	c 2	converted 3361 (40%) expressions
1.02/2.05	c 2	converted 4201 (50%) expressions
1.02/2.07	c 2	converted 5041 (60%) expressions
1.99/2.11	c 2	converted 5881 (70%) expressions
1.99/2.18	c 3	converted 6721 (80%) expressions
2.09/2.20	c 3	converted 7561 (90%) expressions
2.09/2.23	c 3	converted 8401 (100%) expressions
2.09/2.23	c 3	CSP : 400 integers, 0 booleans, 7600 clauses, largest domain size 1154
2.09/2.23	c 3	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.09/2.23	c 3	Propagation in CSP
2.19/2.31	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.19/2.31	c 3	CSP : 400 integers, 0 booleans, 7600 clauses, largest domain size 1154
2.19/2.31	c 3	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.19/2.31	c 3	Simplifing CSP by introducing new Boolean variables
2.29/2.47	c 3	CSP : 400 integers, 15200 booleans, 22800 clauses, largest domain size 1154
2.29/2.47	c 3	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.38/2.54	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.48/2.63	c 3	40 (10%) CSP integer variables are encoded (44040 clauses, 638474 bytes)
2.48/2.68	c 3	80 (20%) CSP integer variables are encoded (88385 clauses, 1303649 bytes)
2.58/2.74	c 3	120 (30%) CSP integer variables are encoded (132642 clauses, 2032971 bytes)
2.69/2.80	c 3	160 (40%) CSP integer variables are encoded (176974 clauses, 2786615 bytes)
2.69/2.86	c 3	200 (50%) CSP integer variables are encoded (221236 clauses, 3539069 bytes)
2.78/2.92	c 3	240 (60%) CSP integer variables are encoded (265569 clauses, 4292730 bytes)
2.78/2.97	c 3	280 (70%) CSP integer variables are encoded (309831 clauses, 5045184 bytes)
2.88/3.03	c 3	320 (80%) CSP integer variables are encoded (353782 clauses, 5792351 bytes)
2.88/3.09	c 3	360 (90%) CSP integer variables are encoded (397976 clauses, 6543649 bytes)
2.98/3.15	c 3	400 (100%) CSP integer variables are encoded (442252 clauses, 7296341 bytes)
6.04/6.21	c 7	2280 (10%) CSP clauses are encoded (2053232 clauses, 44335682 bytes)
9.08/9.30	c 10	4560 (20%) CSP clauses are encoded (3657518 clauses, 82133366 bytes)
12.15/12.42	c 13	6840 (30%) CSP clauses are encoded (5276950 clauses, 120423316 bytes)
15.19/15.56	c 16	9120 (40%) CSP clauses are encoded (6894506 clauses, 160401010 bytes)
18.29/18.86	c 19	11400 (50%) CSP clauses are encoded (8509458 clauses, 200745170 bytes)
21.44/22.02	c 22	13680 (60%) CSP clauses are encoded (10135392 clauses, 241363880 bytes)
24.56/25.21	c 26	15960 (70%) CSP clauses are encoded (11751914 clauses, 281747290 bytes)
27.60/28.33	c 29	18240 (80%) CSP clauses are encoded (13363534 clauses, 322008150 bytes)
30.64/32.45	c 33	20520 (90%) CSP clauses are encoded (14966770 clauses, 362059410 bytes)
33.67/35.54	c 36	22800 (100%) CSP clauses are encoded (16581004 clauses, 402385620 bytes)
33.67/35.54	c 36	22800 CSP clauses encoded
33.67/35.54	c 36	Writing map file : HOME/temp.map
33.67/35.56	c 36	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
33.67/35.56	c 36	SAT : 457852 SAT variables, 16581004 SAT clauses, 402385620 bytes
33.67/35.56	c 36	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
33.67/35.58	c 36	SOLVING HOME/temp.cnf
33.67/35.58	c 36	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.04/1816.42	c ERROR INTERRUPTED
1800.04/1816.50	s UNKNOWN
1800.04/1816.50	c 1817	CPU 30.75 (0.03 0.01 30.72 2.99)
1800.04/1816.50	c 1817	END Fri Jul  4 16:17:31 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-1074659-1215179234/watcher-1074659-1215179234 -o /tmp/evaluation-result-1074659-1215179234/solver-1074659-1215179234 -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-1074659-1215179234.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.27 2.13 2.05 4/81 10362
/proc/meminfo: memFree=1791640/2055920 swapFree=4180500/4192956
[pid=10362] ppid=10360 vsize=12268 CPUtime=0
/proc/10362/stat : 10362 (sugar) R 10360 10362 5878 0 -1 4194304 344 0 0 0 0 0 0 0 20 0 1 0 1996894812 12562432 312 996147200 4194304 4206940 548682068608 18446744073709551615 217071612179 0 0 4224 0 0 0 0 17 1 0 0
/proc/10362/statm: 3067 312 237 3 0 167 0

[startup+0.0501829 s]
/proc/loadavg: 2.27 2.13 2.05 4/81 10362
/proc/meminfo: memFree=1791640/2055920 swapFree=4180500/4192956
[pid=10362] ppid=10360 vsize=13600 CPUtime=0.03
/proc/10362/stat : 10362 (sugar) S 10360 10362 5878 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1996894812 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10362/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101147 s]
/proc/loadavg: 2.27 2.13 2.05 4/81 10362
/proc/meminfo: memFree=1791640/2055920 swapFree=4180500/4192956
[pid=10362] ppid=10360 vsize=13600 CPUtime=0.04
/proc/10362/stat : 10362 (sugar) S 10360 10362 5878 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1996894812 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10362/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301171 s]
/proc/loadavg: 2.27 2.13 2.05 4/81 10362
/proc/meminfo: memFree=1791640/2055920 swapFree=4180500/4192956
[pid=10362] ppid=10360 vsize=13600 CPUtime=0.04
/proc/10362/stat : 10362 (sugar) S 10360 10362 5878 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1996894812 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10362/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701254 s]
/proc/loadavg: 2.27 2.13 2.05 4/81 10362
/proc/meminfo: memFree=1791640/2055920 swapFree=4180500/4192956
[pid=10362] ppid=10360 vsize=13600 CPUtime=0.04
/proc/10362/stat : 10362 (sugar) S 10360 10362 5878 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1996894812 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10362/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50141 s]
/proc/loadavg: 2.27 2.13 2.05 3/92 10374
/proc/meminfo: memFree=1771200/2055920 swapFree=4180500/4192956
[pid=10362] ppid=10360 vsize=13600 CPUtime=1.02
/proc/10362/stat : 10362 (sugar) S 10360 10362 5878 0 -1 4194304 973 8346 0 1 3 1 93 5 16 0 1 0 1996894812 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10362/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 13600

[startup+3.10271 s]
/proc/loadavg: 2.27 2.13 2.05 3/92 10384
/proc/meminfo: memFree=1771328/2055920 swapFree=4180500/4192956
[pid=10362] ppid=10360 vsize=13600 CPUtime=1.02
/proc/10362/stat : 10362 (sugar) S 10360 10362 5878 0 -1 4194304 974 8346 0 1 3 1 93 5 15 0 1 0 1996894812 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10362/statm: 3400 797 370 3 0 500 0
[pid=10375] ppid=10362 vsize=5356 CPUtime=0
/proc/10375/stat : 10375 (sh) S 10362 10362 5878 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996894923 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10375/statm: 1339 233 193 169 0 50 0
[pid=10376] ppid=10375 vsize=868516 CPUtime=1.96
/proc/10376/stat : 10376 (java) S 10375 10362 5878 0 -1 0 9905 0 1 0 185 11 0 0 19 0 9 0 1996894923 889360384 8946 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10376/statm: 217129 8946 2565 9 0 211676 0
[pid=10376/tid=10377] ppid=10375 vsize=868516 CPUtime=1.3
/proc/10376/task/10377/stat : 10377 (java) R 10375 10362 5878 0 -1 64 2969 0 1 0 124 6 0 0 21 0 9 0 1996894924 889360384 8946 996147200 134512640 134550740 4294955952 18446744073709551615 4126968944 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10376/tid=10378] ppid=10375 vsize=868516 CPUtime=0.4
/proc/10376/task/10378/stat : 10378 (java) S 10375 10362 5878 0 -1 64 4763 0 0 0 37 3 0 0 16 0 9 0 1996894925 889360384 8946 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10376/tid=10379] ppid=10375 vsize=868516 CPUtime=0
/proc/10376/task/10379/stat : 10379 (java) S 10375 10362 5878 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996894925 889360384 8946 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10376/tid=10380] ppid=10375 vsize=868516 CPUtime=0
/proc/10376/task/10380/stat : 10380 (java) S 10375 10362 5878 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996894925 889360384 8946 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10376/tid=10381] ppid=10375 vsize=868516 CPUtime=0
/proc/10376/task/10381/stat : 10381 (java) S 10375 10362 5878 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996894927 889360384 8946 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10376/tid=10382] ppid=10375 vsize=868516 CPUtime=0.23
/proc/10376/task/10382/stat : 10382 (java) S 10375 10362 5878 0 -1 64 1479 0 0 0 23 0 0 0 16 0 9 0 1996894927 889360384 8946 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10376/tid=10383] ppid=10375 vsize=868516 CPUtime=0
/proc/10376/task/10383/stat : 10383 (java) S 10375 10362 5878 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1996894927 889360384 8946 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10376/tid=10384] ppid=10375 vsize=868516 CPUtime=0
/proc/10376/task/10384/stat : 10384 (java) S 10375 10362 5878 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996894927 889360384 8946 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 887472

[startup+6.30144 s]
/proc/loadavg: 2.25 2.13 2.05 3/92 10384
/proc/meminfo: memFree=1729152/2055920 swapFree=4180500/4192956
[pid=10362] ppid=10360 vsize=13600 CPUtime=1.02
/proc/10362/stat : 10362 (sugar) S 10360 10362 5878 0 -1 4194304 974 8346 0 1 3 1 93 5 16 0 1 0 1996894812 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10362/statm: 3400 797 370 3 0 500 0
[pid=10375] ppid=10362 vsize=5356 CPUtime=0
/proc/10375/stat : 10375 (sh) S 10362 10362 5878 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996894923 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10375/statm: 1339 233 193 169 0 50 0
[pid=10376] ppid=10375 vsize=868516 CPUtime=5.12
/proc/10376/stat : 10376 (java) S 10375 10362 5878 0 -1 0 10568 0 1 0 473 39 0 0 19 0 9 0 1996894923 889360384 8958 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10376/statm: 217129 8958 2565 9 0 211676 0
[pid=10376/tid=10377] ppid=10375 vsize=868516 CPUtime=4.25
/proc/10376/task/10377/stat : 10377 (java) R 10375 10362 5878 0 -1 64 3621 0 1 0 394 31 0 0 25 0 9 0 1996894924 889360384 8958 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10376/tid=10378] ppid=10375 vsize=868516 CPUtime=0.59
/proc/10376/task/10378/stat : 10378 (java) S 10375 10362 5878 0 -1 64 4763 0 0 0 53 6 0 0 15 0 9 0 1996894925 889360384 8958 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10376/tid=10379] ppid=10375 vsize=868516 CPUtime=0
/proc/10376/task/10379/stat : 10379 (java) S 10375 10362 5878 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996894925 889360384 8958 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10376/tid=10380] ppid=10375 vsize=868516 CPUtime=0
/proc/10376/task/10380/stat : 10380 (java) S 10375 10362 5878 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996894925 889360384 8958 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10376/tid=10381] ppid=10375 vsize=868516 CPUtime=0
/proc/10376/task/10381/stat : 10381 (java) S 10375 10362 5878 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996894927 889360384 8958 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10376/tid=10382] ppid=10375 vsize=868516 CPUtime=0.25
/proc/10376/task/10382/stat : 10382 (java) S 10375 10362 5878 0 -1 64 1490 0 0 0 25 0 0 0 17 0 9 0 1996894927 889360384 8958 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10376/tid=10383] ppid=10375 vsize=868516 CPUtime=0
/proc/10376/task/10383/stat : 10383 (java) S 10375 10362 5878 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1996894927 889360384 8958 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10376/tid=10384] ppid=10375 vsize=868516 CPUtime=0
/proc/10376/task/10384/stat : 10384 (java) S 10375 10362 5878 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996894927 889360384 8958 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 887472

[startup+12.7025 s]
/proc/loadavg: 2.31 2.14 2.05 3/92 10384
/proc/meminfo: memFree=1646528/2055920 swapFree=4180500/4192956
[pid=10362] ppid=10360 vsize=13600 CPUtime=1.02
/proc/10362/stat : 10362 (sugar) S 10360 10362 5878 0 -1 4194304 974 8346 0 1 3 1 93 5 16 0 1 0 1996894812 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10362/statm: 3400 797 370 3 0 500 0
[pid=10375] ppid=10362 vsize=5356 CPUtime=0
/proc/10375/stat : 10375 (sh) S 10362 10362 5878 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996894923 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10375/statm: 1339 233 193 169 0 50 0
[pid=10376] ppid=10375 vsize=868516 CPUtime=11.42
/proc/10376/stat : 10376 (java) S 10375 10362 5878 0 -1 0 11857 0 1 0 1053 89 0 0 19 0 9 0 1996894923 889360384 8958 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10376/statm: 217129 8958 2565 9 0 211676 0
[pid=10376/tid=10377] ppid=10375 vsize=868516 CPUtime=10.18
/proc/10376/task/10377/stat : 10377 (java) R 10375 10362 5878 0 -1 64 4910 0 1 0 942 76 0 0 25 0 9 0 1996894924 889360384 8958 996147200 134512640 134550740 4294955952 18446744073709551615 4126968984 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10376/tid=10378] ppid=10375 vsize=868516 CPUtime=0.97
/proc/10376/task/10378/stat : 10378 (java) S 10375 10362 5878 0 -1 64 4763 0 0 0 86 11 0 0 16 0 9 0 1996894925 889360384 8958 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10376/tid=10379] ppid=10375 vsize=868516 CPUtime=0
/proc/10376/task/10379/stat : 10379 (java) S 10375 10362 5878 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996894925 889360384 8958 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10376/tid=10380] ppid=10375 vsize=868516 CPUtime=0
/proc/10376/task/10380/stat : 10380 (java) S 10375 10362 5878 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996894925 889360384 8958 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10376/tid=10381] ppid=10375 vsize=868516 CPUtime=0
/proc/10376/task/10381/stat : 10381 (java) S 10375 10362 5878 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996894927 889360384 8958 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10376/tid=10382] ppid=10375 vsize=868516 CPUtime=0.25
/proc/10376/task/10382/stat : 10382 (java) S 10375 10362 5878 0 -1 64 1490 0 0 0 25 0 0 0 17 0 9 0 1996894927 889360384 8958 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10376/tid=10383] ppid=10375 vsize=868516 CPUtime=0
/proc/10376/task/10383/stat : 10383 (java) S 10375 10362 5878 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1996894927 889360384 8958 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10376/tid=10384] ppid=10375 vsize=868516 CPUtime=0
/proc/10376/task/10384/stat : 10384 (java) S 10375 10362 5878 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996894927 889360384 8958 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 887472

[startup+25.503 s]
/proc/loadavg: 2.53 2.20 2.07 3/92 10384
/proc/meminfo: memFree=1478976/2055920 swapFree=4180500/4192956
[pid=10362] ppid=10360 vsize=13600 CPUtime=1.02
/proc/10362/stat : 10362 (sugar) S 10360 10362 5878 0 -1 4194304 974 8346 0 1 3 1 93 5 16 0 1 0 1996894812 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10362/statm: 3400 797 370 3 0 500 0
[pid=10375] ppid=10362 vsize=5356 CPUtime=0
/proc/10375/stat : 10375 (sh) S 10362 10362 5878 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1996894923 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10375/statm: 1339 233 193 169 0 50 0
[pid=10376] ppid=10375 vsize=868516 CPUtime=23.83
/proc/10376/stat : 10376 (java) S 10375 10362 5878 0 -1 0 14442 0 1 0 2174 209 0 0 19 0 9 0 1996894923 889360384 8958 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10376/statm: 217129 8958 2565 9 0 211676 0
[pid=10376/tid=10377] ppid=10375 vsize=868516 CPUtime=21.82
/proc/10376/task/10377/stat : 10377 (java) R 10375 10362 5878 0 -1 64 7495 0 1 0 2003 179 0 0 25 0 9 0 1996894924 889360384 8958 996147200 134512640 134550740 4294955952 18446744073709551615 4126967665 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10376/tid=10378] ppid=10375 vsize=868516 CPUtime=1.73
/proc/10376/task/10378/stat : 10378 (java) S 10375 10362 5878 0 -1 64 4763 0 0 0 145 28 0 0 16 0 9 0 1996894925 889360384 8958 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10376/tid=10379] ppid=10375 vsize=868516 CPUtime=0
/proc/10376/task/10379/stat : 10379 (java) S 10375 10362 5878 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1996894925 889360384 8958 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10376/tid=10380] ppid=10375 vsize=868516 CPUtime=0
/proc/10376/task/10380/stat : 10380 (java) S 10375 10362 5878 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1996894925 889360384 8958 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10376/tid=10381] ppid=10375 vsize=868516 CPUtime=0
/proc/10376/task/10381/stat : 10381 (java) S 10375 10362 5878 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996894927 889360384 8958 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10376/tid=10382] ppid=10375 vsize=868516 CPUtime=0.25
/proc/10376/task/10382/stat : 10382 (java) S 10375 10362 5878 0 -1 64 1490 0 0 0 25 0 0 0 17 0 9 0 1996894927 889360384 8958 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10376/tid=10383] ppid=10375 vsize=868516 CPUtime=0
/proc/10376/task/10383/stat : 10383 (java) S 10375 10362 5878 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1996894927 889360384 8958 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10376/tid=10384] ppid=10375 vsize=868516 CPUtime=0
/proc/10376/task/10384/stat : 10384 (java) S 10375 10362 5878 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996894927 889360384 8958 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.85
Current children cumulated vsize (KiB) 887472

[startup+51.1019 s]
/proc/loadavg: 2.52 2.23 2.08 3/84 10386
/proc/meminfo: memFree=1300800/2055920 swapFree=4180500/4192956
[pid=10362] ppid=10360 vsize=13600 CPUtime=33.75
/proc/10362/stat : 10362 (sugar) S 10360 10362 5878 0 -1 4194304 1022 24964 0 2 3 1 3072 299 16 0 1 0 1996894812 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10362/statm: 3400 799 370 3 0 500 0
[pid=10385] ppid=10362 vsize=5356 CPUtime=0
/proc/10385/stat : 10385 (sh) S 10362 10362 5878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996898371 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10385/statm: 1339 232 193 169 0 50 0
[pid=10386] ppid=10385 vsize=96684 CPUtime=15.35
/proc/10386/stat : 10386 (picosat) R 10385 10362 5878 0 -1 4194304 22154 0 0 0 695 840 0 0 25 0 1 0 1996898371 99004416 22140 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0

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

/proc/meminfo: memFree=761472/2055920 swapFree=4180500/4192956
[pid=10362] ppid=10360 vsize=13600 CPUtime=33.75
/proc/10362/stat : 10362 (sugar) S 10360 10362 5878 0 -1 4194304 1022 24964 0 2 3 1 3072 299 16 0 1 0 1996894812 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10362/statm: 3400 799 370 3 0 500 0
[pid=10385] ppid=10362 vsize=5356 CPUtime=0
/proc/10385/stat : 10385 (sh) S 10362 10362 5878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996898371 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10385/statm: 1339 232 193 169 0 50 0
[pid=10386] ppid=10385 vsize=633076 CPUtime=1254.66
/proc/10386/stat : 10386 (picosat) R 10385 10362 5878 0 -1 4194304 156756 0 0 0 117356 8110 0 0 25 0 1 0 1996898371 648269824 156004 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/10386/statm: 158269 156004 48 102 0 158164 0
Current children cumulated CPU time (s) 1288.41
Current children cumulated vsize (KiB) 652032

[startup+1362.3 s]
/proc/loadavg: 2.25 2.06 2.02 4/85 10507
/proc/meminfo: memFree=183032/2055920 swapFree=4180500/4192956
[pid=10362] ppid=10360 vsize=13600 CPUtime=33.75
/proc/10362/stat : 10362 (sugar) S 10360 10362 5878 0 -1 4194304 1022 24964 0 2 3 1 3072 299 16 0 1 0 1996894812 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10362/statm: 3400 799 370 3 0 500 0
[pid=10385] ppid=10362 vsize=5356 CPUtime=0
/proc/10385/stat : 10385 (sh) S 10362 10362 5878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996898371 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10385/statm: 1339 232 193 169 0 50 0
[pid=10386] ppid=10385 vsize=634756 CPUtime=1314.48
/proc/10386/stat : 10386 (picosat) R 10385 10362 5878 0 -1 4194304 157171 0 0 0 123334 8114 0 0 25 0 1 0 1996898371 649990144 156419 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/10386/statm: 158689 156419 48 102 0 158584 0
Current children cumulated CPU time (s) 1348.23
Current children cumulated vsize (KiB) 653712

[startup+1422.31 s]
/proc/loadavg: 2.16 2.08 2.02 3/85 10507
/proc/meminfo: memFree=46776/2055920 swapFree=4180500/4192956
[pid=10362] ppid=10360 vsize=13600 CPUtime=33.75
/proc/10362/stat : 10362 (sugar) S 10360 10362 5878 0 -1 4194304 1022 24964 0 2 3 1 3072 299 16 0 1 0 1996894812 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10362/statm: 3400 799 370 3 0 500 0
[pid=10385] ppid=10362 vsize=5356 CPUtime=0
/proc/10385/stat : 10385 (sh) S 10362 10362 5878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996898371 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10385/statm: 1339 232 193 169 0 50 0
[pid=10386] ppid=10385 vsize=636472 CPUtime=1374.18
/proc/10386/stat : 10386 (picosat) R 10385 10362 5878 0 -1 4194304 157773 0 0 0 129303 8115 0 0 25 0 1 0 1996898371 651747328 156875 996147200 134512640 134931368 4294956256 18446744073709551615 134522825 0 0 4096 0 0 0 0 17 0 0 0
/proc/10386/statm: 159118 156875 48 102 0 159013 0
Current children cumulated CPU time (s) 1407.93
Current children cumulated vsize (KiB) 655428

[startup+1482.3 s]
/proc/loadavg: 2.09 2.07 2.02 3/84 10508
/proc/meminfo: memFree=49776/2055920 swapFree=4180500/4192956
[pid=10362] ppid=10360 vsize=13600 CPUtime=33.75
/proc/10362/stat : 10362 (sugar) S 10360 10362 5878 0 -1 4194304 1022 24964 0 2 3 1 3072 299 16 0 1 0 1996894812 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10362/statm: 3400 799 370 3 0 500 0
[pid=10385] ppid=10362 vsize=5356 CPUtime=0
/proc/10385/stat : 10385 (sh) S 10362 10362 5878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996898371 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10385/statm: 1339 232 193 169 0 50 0
[pid=10386] ppid=10385 vsize=636472 CPUtime=1433.87
/proc/10386/stat : 10386 (picosat) R 10385 10362 5878 0 -1 4194304 157773 0 0 0 135272 8115 0 0 25 0 1 0 1996898371 651747328 156875 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 0 0 0
/proc/10386/statm: 159118 156875 48 102 0 159013 0
Current children cumulated CPU time (s) 1467.62
Current children cumulated vsize (KiB) 655428

[startup+1542.3 s]
/proc/loadavg: 2.03 2.06 2.02 3/84 10508
/proc/meminfo: memFree=49584/2055920 swapFree=4180500/4192956
[pid=10362] ppid=10360 vsize=13600 CPUtime=33.75
/proc/10362/stat : 10362 (sugar) S 10360 10362 5878 0 -1 4194304 1022 24964 0 2 3 1 3072 299 16 0 1 0 1996894812 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10362/statm: 3400 799 370 3 0 500 0
[pid=10385] ppid=10362 vsize=5356 CPUtime=0
/proc/10385/stat : 10385 (sh) S 10362 10362 5878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996898371 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10385/statm: 1339 232 193 169 0 50 0
[pid=10386] ppid=10385 vsize=636472 CPUtime=1493.57
/proc/10386/stat : 10386 (picosat) R 10385 10362 5878 0 -1 4194304 157773 0 0 0 141242 8115 0 0 25 0 1 0 1996898371 651747328 156875 996147200 134512640 134931368 4294956256 18446744073709551615 134525800 0 0 4096 0 0 0 0 17 0 0 0
/proc/10386/statm: 159118 156875 48 102 0 159013 0
Current children cumulated CPU time (s) 1527.32
Current children cumulated vsize (KiB) 655428

[startup+1602.3 s]
/proc/loadavg: 2.01 2.05 2.01 3/84 10508
/proc/meminfo: memFree=49584/2055920 swapFree=4180500/4192956
[pid=10362] ppid=10360 vsize=13600 CPUtime=33.75
/proc/10362/stat : 10362 (sugar) S 10360 10362 5878 0 -1 4194304 1022 24964 0 2 3 1 3072 299 16 0 1 0 1996894812 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10362/statm: 3400 799 370 3 0 500 0
[pid=10385] ppid=10362 vsize=5356 CPUtime=0
/proc/10385/stat : 10385 (sh) S 10362 10362 5878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996898371 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10385/statm: 1339 232 193 169 0 50 0
[pid=10386] ppid=10385 vsize=636472 CPUtime=1553.27
/proc/10386/stat : 10386 (picosat) R 10385 10362 5878 0 -1 4194304 157777 0 0 0 147211 8116 0 0 25 0 1 0 1996898371 651747328 156879 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/10386/statm: 159118 156879 48 102 0 159013 0
Current children cumulated CPU time (s) 1587.02
Current children cumulated vsize (KiB) 655428

[startup+1662.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/84 10508
/proc/meminfo: memFree=49328/2055920 swapFree=4180500/4192956
[pid=10362] ppid=10360 vsize=13600 CPUtime=33.75
/proc/10362/stat : 10362 (sugar) S 10360 10362 5878 0 -1 4194304 1022 24964 0 2 3 1 3072 299 16 0 1 0 1996894812 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10362/statm: 3400 799 370 3 0 500 0
[pid=10385] ppid=10362 vsize=5356 CPUtime=0
/proc/10385/stat : 10385 (sh) S 10362 10362 5878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996898371 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10385/statm: 1339 232 193 169 0 50 0
[pid=10386] ppid=10385 vsize=636472 CPUtime=1612.97
/proc/10386/stat : 10386 (picosat) R 10385 10362 5878 0 -1 4194304 157947 0 0 0 153181 8116 0 0 25 0 1 0 1996898371 651747328 156895 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/10386/statm: 159118 156895 48 102 0 159013 0
Current children cumulated CPU time (s) 1646.72
Current children cumulated vsize (KiB) 655428

[startup+1722.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/84 10508
/proc/meminfo: memFree=49328/2055920 swapFree=4180500/4192956
[pid=10362] ppid=10360 vsize=13600 CPUtime=33.75
/proc/10362/stat : 10362 (sugar) S 10360 10362 5878 0 -1 4194304 1022 24964 0 2 3 1 3072 299 16 0 1 0 1996894812 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10362/statm: 3400 799 370 3 0 500 0
[pid=10385] ppid=10362 vsize=5356 CPUtime=0
/proc/10385/stat : 10385 (sh) S 10362 10362 5878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996898371 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10385/statm: 1339 232 193 169 0 50 0
[pid=10386] ppid=10385 vsize=636472 CPUtime=1672.66
/proc/10386/stat : 10386 (picosat) R 10385 10362 5878 0 -1 4194304 157947 0 0 0 159150 8116 0 0 25 0 1 0 1996898371 651747328 156895 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/10386/statm: 159118 156895 48 102 0 159013 0
Current children cumulated CPU time (s) 1706.41
Current children cumulated vsize (KiB) 655428

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 10508
/proc/meminfo: memFree=49264/2055920 swapFree=4180500/4192956
[pid=10362] ppid=10360 vsize=13600 CPUtime=33.75
/proc/10362/stat : 10362 (sugar) S 10360 10362 5878 0 -1 4194304 1022 24964 0 2 3 1 3072 299 16 0 1 0 1996894812 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10362/statm: 3400 799 370 3 0 500 0
[pid=10385] ppid=10362 vsize=5356 CPUtime=0
/proc/10385/stat : 10385 (sh) S 10362 10362 5878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996898371 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10385/statm: 1339 232 193 169 0 50 0
[pid=10386] ppid=10385 vsize=636472 CPUtime=1732.36
/proc/10386/stat : 10386 (picosat) R 10385 10362 5878 0 -1 4194304 157947 0 0 0 165119 8117 0 0 25 0 1 0 1996898371 651747328 156895 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/10386/statm: 159118 156895 48 102 0 159013 0
Current children cumulated CPU time (s) 1766.11
Current children cumulated vsize (KiB) 655428



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.4 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 10508
/proc/meminfo: memFree=49264/2055920 swapFree=4180500/4192956
[pid=10362] ppid=10360 vsize=13600 CPUtime=33.75
/proc/10362/stat : 10362 (sugar) S 10360 10362 5878 0 -1 4194304 1022 24964 0 2 3 1 3072 299 16 0 1 0 1996894812 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10362/statm: 3400 799 370 3 0 500 0
[pid=10385] ppid=10362 vsize=5356 CPUtime=0
/proc/10385/stat : 10385 (sh) S 10362 10362 5878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1996898371 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10385/statm: 1339 232 193 169 0 50 0
[pid=10386] ppid=10385 vsize=636472 CPUtime=1766.29
/proc/10386/stat : 10386 (picosat) R 10385 10362 5878 0 -1 4194304 157947 0 0 0 168512 8117 0 0 25 0 1 0 1996898371 651747328 156895 996147200 134512640 134931368 4294956256 18446744073709551615 134525709 0 0 4096 0 0 0 0 17 0 0 0
/proc/10386/statm: 159118 156895 48 102 0 159013 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 655428

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 10362 and gives
#  childrusage.ru_utime.tv_sec=30
#  childrusage.ru_utime.tv_usec=764323
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=12542
# CPU time returned by wait4() is 33.7769
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1816.51
CPU time (s): 1800.04
CPU user time (s): 1715.87
CPU system time (s): 84.17
CPU usage (%): 99.0934
Max. virtual memory (cumulated for all children) (KiB): 887548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.7643
system time used= 3.01254
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26341
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= 48374
involuntary context switches= 48944

runsolver used 2.15067 second user time and 6.16506 second system time

The end

Launcher Data (download as text)

Begin job on node59 at 2008-07-04 15:47:14
IDJOB=1074659
IDBENCH=56428
IDSOLVER=345
FILE ID=node59/1074659-1215179234
PBS_JOBID= 7881413
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/os-taillard-20/normalized-os-taillard-20-95-0.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-1074659-1215179234/watcher-1074659-1215179234 -o /tmp/evaluation-result-1074659-1215179234/solver-1074659-1215179234 -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-1074659-1215179234.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0d7f52239cc079a8b40c34e4f80db59c
RANDOM SEED=1959680073

node59.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.261
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.261
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:       1792120 kB
Buffers:         41676 kB
Cached:         119972 kB
SwapCached:       6176 kB
Active:         159904 kB
Inactive:        44220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1792120 kB
SwapTotal:     4192956 kB
SwapFree:      4180500 kB
Dirty:            2964 kB
Writeback:           0 kB
Mapped:          56480 kB
Slab:            44680 kB
Committed_AS:  4763580 kB
PageTables:       2008 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= 66540 MiB
End job on node59 at 2008-07-04 16:17:33