Trace number 1077769

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+picosat? (MO) 286.147 286.656

General information on the benchmark

Namecsp/primes-10/
normalized-primes-10-20-2-7.xml
MD5SUM463851fbfcf9cc61468534a99c1e529b
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.016996
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity9
Maximum domain size28
Number of constraints which are defined in extension0
Number of constraints which are defined in intension20
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 20:19:57 2008
0.00/0.04	c 0	PID 28376
0.00/0.04	c 0	HOST node43.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1077769-1215195597.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1077769-1215195597.xml' 'HOME/temp.csp'
0.03/0.21	c 0	1 domains, 100 variables, 20 predicates, 0 relations, 20 constraints
0.03/0.25	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.25	c 0	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.21/0.32	c 0	Parsing HOME/temp.csp
0.21/0.38	c 0	parsed 141 expressions
0.21/0.41	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.21/0.41	c 0	Converting to clausal form CSP
0.21/0.43	c 0	converted 15 (10%) expressions
0.21/0.43	c 0	converted 29 (20%) expressions
0.21/0.43	c 0	converted 43 (30%) expressions
0.21/0.43	c 0	converted 57 (40%) expressions
0.21/0.43	c 0	converted 71 (50%) expressions
0.21/0.43	c 0	converted 85 (60%) expressions
0.21/0.43	c 0	converted 99 (70%) expressions
0.21/0.43	c 0	converted 113 (80%) expressions
0.21/0.45	c 0	converted 127 (90%) expressions
0.21/0.50	c 0	converted 141 (100%) expressions
0.21/0.50	c 0	CSP : 280 integers, 0 booleans, 400 clauses, largest domain size 2377
0.21/0.50	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.21/0.50	c 0	Propagation in CSP
0.21/0.52	c 0	21160 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.21/0.52	c 0	CSP : 280 integers, 0 booleans, 400 clauses, largest domain size 2323
0.21/0.52	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.21/0.52	c 0	Simplifing CSP by introducing new Boolean variables
0.21/0.52	c 0	CSP : 280 integers, 0 booleans, 400 clauses, largest domain size 2323
0.21/0.52	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.21/0.54	c 0	Encoding CSP to SAT : HOME/temp.cnf
0.21/0.55	c 0	28 (10%) CSP integer variables are encoded (706 clauses, 7622 bytes)
0.21/0.56	c 0	56 (20%) CSP integer variables are encoded (1429 clauses, 16510 bytes)
0.21/0.56	c 0	84 (30%) CSP integer variables are encoded (2157 clauses, 25974 bytes)
0.21/0.56	c 0	112 (40%) CSP integer variables are encoded (10031 clauses, 128623 bytes)
0.21/0.59	c 0	140 (50%) CSP integer variables are encoded (32734 clauses, 469168 bytes)
0.21/0.61	c 0	168 (60%) CSP integer variables are encoded (52378 clauses, 763828 bytes)
0.21/0.64	c 0	196 (70%) CSP integer variables are encoded (81042 clauses, 1193788 bytes)
0.21/0.68	c 0	224 (80%) CSP integer variables are encoded (110899 clauses, 1663868 bytes)
0.21/0.71	c 0	252 (90%) CSP integer variables are encoded (136889 clauses, 2105698 bytes)
0.21/0.74	c 0	280 (100%) CSP integer variables are encoded (160378 clauses, 2505011 bytes)
0.21/0.82	c 1	40 (10%) CSP clauses are encoded (211077 clauses, 3413130 bytes)
1.42/1.42	c 1	80 (20%) CSP clauses are encoded (587703 clauses, 10867998 bytes)
2.83/2.85	c 3	120 (30%) CSP clauses are encoded (1423591 clauses, 28449374 bytes)
6.81/6.89	c 7	160 (40%) CSP clauses are encoded (3786968 clauses, 79073964 bytes)
23.83/23.90	c 24	200 (50%) CSP clauses are encoded (13576370 clauses, 289312524 bytes)
34.78/34.95	c 35	240 (60%) CSP clauses are encoded (19732708 clauses, 421469998 bytes)
49.66/49.92	c 50	280 (70%) CSP clauses are encoded (27890850 clauses, 608460472 bytes)
55.28/55.64	c 55	320 (80%) CSP clauses are encoded (30990217 clauses, 683783434 bytes)
57.77/58.17	c 58	360 (90%) CSP clauses are encoded (32322037 clauses, 716056183 bytes)
69.33/69.76	c 69	400 (100%) CSP clauses are encoded (38445551 clauses, 865712151 bytes)
69.33/69.76	c 69	400 CSP clauses encoded
69.33/69.76	c 69	Writing map file : HOME/temp.map
69.33/69.76	c 69	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
69.33/69.76	c 69	SAT : 160658 SAT variables, 38445551 SAT clauses, 865712151 bytes
69.33/69.76	c 69	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
69.33/69.77	c 69	SOLVING HOME/temp.cnf
69.33/69.77	c 69	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
285.66/286.11	c ERROR INTERRUPTED
285.77/286.24	s UNKNOWN
285.77/286.24	c 286	CPU 62.79 (0.02 0.01 62.77 6.63)
285.77/286.24	c 286	END Fri Jul  4 20:24:43 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-1077769-1215195597/watcher-1077769-1215195597 -o /tmp/evaluation-result-1077769-1215195597/solver-1077769-1215195597 -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-1077769-1215195597.xml 

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


[startup+0 s]
/proc/loadavg: 1.00 1.07 1.42 3/64 28376
/proc/meminfo: memFree=1718072/2055920 swapFree=4179776/4192956
[pid=28376] ppid=28374 vsize=12268 CPUtime=0
/proc/28376/stat : 28376 (sugar) D 28374 28376 25770 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1998532138 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 221954931301 0 2147483391 4224 0 18446744072099781622 0 0 17 0 0 0
/proc/28376/statm: 3067 316 241 3 0 167 0

[startup+0.086619 s]
/proc/loadavg: 1.00 1.07 1.42 3/64 28376
/proc/meminfo: memFree=1718072/2055920 swapFree=4179776/4192956
[pid=28376] ppid=28374 vsize=13600 CPUtime=0.03
/proc/28376/stat : 28376 (sugar) S 28374 28376 25770 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 1998532138 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28376/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102878 s]
/proc/loadavg: 1.00 1.07 1.42 3/64 28376
/proc/meminfo: memFree=1718072/2055920 swapFree=4179776/4192956
[pid=28376] ppid=28374 vsize=13600 CPUtime=0.03
/proc/28376/stat : 28376 (sugar) S 28374 28376 25770 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 1998532138 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28376/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301638 s]
/proc/loadavg: 1.00 1.07 1.42 3/64 28376
/proc/meminfo: memFree=1718072/2055920 swapFree=4179776/4192956
[pid=28376] ppid=28374 vsize=13600 CPUtime=0.21
/proc/28376/stat : 28376 (sugar) S 28374 28376 25770 0 -1 4194304 956 4283 0 1 2 1 16 2 17 0 1 0 1998532138 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28376/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 13600

[startup+0.701669 s]
/proc/loadavg: 1.00 1.07 1.42 3/64 28376
/proc/meminfo: memFree=1718072/2055920 swapFree=4179776/4192956
[pid=28376] ppid=28374 vsize=13600 CPUtime=0.21
/proc/28376/stat : 28376 (sugar) S 28374 28376 25770 0 -1 4194304 974 4283 0 1 2 1 16 2 16 0 1 0 1998532138 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28376/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 13600

[startup+1.50275 s]
/proc/loadavg: 1.00 1.07 1.42 2/75 28398
/proc/meminfo: memFree=1703072/2055920 swapFree=4179776/4192956
[pid=28376] ppid=28374 vsize=13600 CPUtime=0.21
/proc/28376/stat : 28376 (sugar) S 28374 28376 25770 0 -1 4194304 974 4283 0 1 2 1 16 2 15 0 1 0 1998532138 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28376/statm: 3400 797 370 3 0 500 0
[pid=28389] ppid=28376 vsize=5356 CPUtime=0
/proc/28389/stat : 28389 (sh) S 28376 28376 25770 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998532164 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28389/statm: 1339 233 193 169 0 50 0
[pid=28390] ppid=28389 vsize=865208 CPUtime=1.31
/proc/28390/stat : 28390 (java) S 28389 28376 25770 0 -1 0 5393 0 1 0 120 11 0 0 18 0 9 0 1998532164 885972992 4349 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28390/statm: 216302 4349 2562 9 0 210849 0
[pid=28390/tid=28391] ppid=28389 vsize=865208 CPUtime=1.09
/proc/28390/task/28391/stat : 28391 (java) R 28389 28376 25770 0 -1 64 3021 0 1 0 102 7 0 0 16 0 9 0 1998532165 885972992 4349 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28390/tid=28392] ppid=28389 vsize=865208 CPUtime=0.09
/proc/28390/task/28392/stat : 28392 (java) S 28389 28376 25770 0 -1 64 1317 0 0 0 7 2 0 0 16 0 9 0 1998532166 885972992 4349 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28390/tid=28393] ppid=28389 vsize=865208 CPUtime=0
/proc/28390/task/28393/stat : 28393 (java) S 28389 28376 25770 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1998532166 885972992 4349 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28390/tid=28394] ppid=28389 vsize=865208 CPUtime=0
/proc/28390/task/28394/stat : 28394 (java) S 28389 28376 25770 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1998532166 885972992 4349 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28390/tid=28395] ppid=28389 vsize=865208 CPUtime=0
/proc/28390/task/28395/stat : 28395 (java) S 28389 28376 25770 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1998532168 885972992 4349 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28390/tid=28396] ppid=28389 vsize=865208 CPUtime=0.1
/proc/28390/task/28396/stat : 28396 (java) S 28389 28376 25770 0 -1 64 363 0 0 0 10 0 0 0 16 0 9 0 1998532168 885972992 4349 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28390/tid=28397] ppid=28389 vsize=865208 CPUtime=0
/proc/28390/task/28397/stat : 28397 (java) S 28389 28376 25770 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1998532168 885972992 4349 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28390/tid=28398] ppid=28389 vsize=865208 CPUtime=0
/proc/28390/task/28398/stat : 28398 (java) S 28389 28376 25770 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1998532168 885972992 4349 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 884164

[startup+3.10289 s]
/proc/loadavg: 1.00 1.07 1.42 2/75 28398
/proc/meminfo: memFree=1689248/2055920 swapFree=4179776/4192956
[pid=28376] ppid=28374 vsize=13600 CPUtime=0.21
/proc/28376/stat : 28376 (sugar) S 28374 28376 25770 0 -1 4194304 974 4283 0 1 2 1 16 2 16 0 1 0 1998532138 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28376/statm: 3400 797 370 3 0 500 0
[pid=28389] ppid=28376 vsize=5356 CPUtime=0
/proc/28389/stat : 28389 (sh) S 28376 28376 25770 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998532164 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28389/statm: 1339 233 193 169 0 50 0
[pid=28390] ppid=28389 vsize=865208 CPUtime=2.92
/proc/28390/stat : 28390 (java) S 28389 28376 25770 0 -1 0 5930 0 1 0 266 26 0 0 18 0 9 0 1998532164 885972992 4350 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28390/statm: 216302 4350 2562 9 0 210849 0
[pid=28390/tid=28391] ppid=28389 vsize=865208 CPUtime=2.58
/proc/28390/task/28391/stat : 28391 (java) R 28389 28376 25770 0 -1 64 3556 0 1 0 238 20 0 0 16 0 9 0 1998532165 885972992 4350 996147200 134512640 134550740 4294955952 18446744073709551615 4126598732 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28390/tid=28392] ppid=28389 vsize=865208 CPUtime=0.19
/proc/28390/task/28392/stat : 28392 (java) S 28389 28376 25770 0 -1 64 1317 0 0 0 15 4 0 0 16 0 9 0 1998532166 885972992 4350 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28390/tid=28393] ppid=28389 vsize=865208 CPUtime=0
/proc/28390/task/28393/stat : 28393 (java) S 28389 28376 25770 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1998532166 885972992 4350 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28390/tid=28394] ppid=28389 vsize=865208 CPUtime=0
/proc/28390/task/28394/stat : 28394 (java) S 28389 28376 25770 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1998532166 885972992 4350 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28390/tid=28395] ppid=28389 vsize=865208 CPUtime=0
/proc/28390/task/28395/stat : 28395 (java) S 28389 28376 25770 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1998532168 885972992 4350 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28390/tid=28396] ppid=28389 vsize=865208 CPUtime=0.11
/proc/28390/task/28396/stat : 28396 (java) S 28389 28376 25770 0 -1 64 365 0 0 0 11 0 0 0 16 0 9 0 1998532168 885972992 4350 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28390/tid=28397] ppid=28389 vsize=865208 CPUtime=0
/proc/28390/task/28397/stat : 28397 (java) S 28389 28376 25770 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1998532168 885972992 4350 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28390/tid=28398] ppid=28389 vsize=865208 CPUtime=0
/proc/28390/task/28398/stat : 28398 (java) S 28389 28376 25770 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1998532168 885972992 4350 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 884164

[startup+6.30218 s]
/proc/loadavg: 1.00 1.07 1.42 2/75 28398
/proc/meminfo: memFree=1648224/2055920 swapFree=4179776/4192956
[pid=28376] ppid=28374 vsize=13600 CPUtime=0.21
/proc/28376/stat : 28376 (sugar) S 28374 28376 25770 0 -1 4194304 974 4283 0 1 2 1 16 2 16 0 1 0 1998532138 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28376/statm: 3400 797 370 3 0 500 0
[pid=28389] ppid=28376 vsize=5356 CPUtime=0
/proc/28389/stat : 28389 (sh) S 28376 28376 25770 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998532164 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28389/statm: 1339 233 193 169 0 50 0
[pid=28390] ppid=28389 vsize=865208 CPUtime=6.12
/proc/28390/stat : 28390 (java) S 28389 28376 25770 0 -1 0 7021 0 1 0 557 55 0 0 18 0 9 0 1998532164 885972992 4350 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28390/statm: 216302 4350 2562 9 0 210849 0
[pid=28390/tid=28391] ppid=28389 vsize=865208 CPUtime=5.57
/proc/28390/task/28391/stat : 28391 (java) R 28389 28376 25770 0 -1 64 4647 0 1 0 514 43 0 0 16 0 9 0 1998532165 885972992 4350 996147200 134512640 134550740 4294955952 18446744073709551615 4126598628 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28390/tid=28392] ppid=28389 vsize=865208 CPUtime=0.41
/proc/28390/task/28392/stat : 28392 (java) S 28389 28376 25770 0 -1 64 1317 0 0 0 31 10 0 0 16 0 9 0 1998532166 885972992 4350 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28390/tid=28393] ppid=28389 vsize=865208 CPUtime=0
/proc/28390/task/28393/stat : 28393 (java) S 28389 28376 25770 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1998532166 885972992 4350 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28390/tid=28394] ppid=28389 vsize=865208 CPUtime=0
/proc/28390/task/28394/stat : 28394 (java) S 28389 28376 25770 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1998532166 885972992 4350 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28390/tid=28395] ppid=28389 vsize=865208 CPUtime=0
/proc/28390/task/28395/stat : 28395 (java) S 28389 28376 25770 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1998532168 885972992 4350 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28390/tid=28396] ppid=28389 vsize=865208 CPUtime=0.11
/proc/28390/task/28396/stat : 28396 (java) S 28389 28376 25770 0 -1 64 365 0 0 0 11 0 0 0 16 0 9 0 1998532168 885972992 4350 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28390/tid=28397] ppid=28389 vsize=865208 CPUtime=0
/proc/28390/task/28397/stat : 28397 (java) S 28389 28376 25770 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1998532168 885972992 4350 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28390/tid=28398] ppid=28389 vsize=865208 CPUtime=0
/proc/28390/task/28398/stat : 28398 (java) S 28389 28376 25770 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1998532168 885972992 4350 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.33
Current children cumulated vsize (KiB) 884164

[startup+12.7026 s]
/proc/loadavg: 1.00 1.07 1.41 2/75 28398
/proc/meminfo: memFree=1563552/2055920 swapFree=4179776/4192956
[pid=28376] ppid=28374 vsize=13600 CPUtime=0.21
/proc/28376/stat : 28376 (sugar) S 28374 28376 25770 0 -1 4194304 974 4283 0 1 2 1 16 2 16 0 1 0 1998532138 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28376/statm: 3400 797 370 3 0 500 0
[pid=28389] ppid=28376 vsize=5356 CPUtime=0
/proc/28389/stat : 28389 (sh) S 28376 28376 25770 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998532164 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28389/statm: 1339 233 193 169 0 50 0
[pid=28390] ppid=28389 vsize=865208 CPUtime=12.5
/proc/28390/stat : 28390 (java) S 28389 28376 25770 0 -1 0 9207 0 1 0 1131 119 0 0 18 0 9 0 1998532164 885972992 4351 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28390/statm: 216302 4351 2562 9 0 210849 0
[pid=28390/tid=28391] ppid=28389 vsize=865208 CPUtime=11.5
/proc/28390/task/28391/stat : 28391 (java) R 28389 28376 25770 0 -1 64 6832 0 1 0 1052 98 0 0 17 0 9 0 1998532165 885972992 4351 996147200 134512640 134550740 4294955952 18446744073709551615 4126608032 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28390/tid=28392] ppid=28389 vsize=865208 CPUtime=0.86
/proc/28390/task/28392/stat : 28392 (java) S 28389 28376 25770 0 -1 64 1318 0 0 0 66 20 0 0 16 0 9 0 1998532166 885972992 4351 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28390/tid=28393] ppid=28389 vsize=865208 CPUtime=0
/proc/28390/task/28393/stat : 28393 (java) S 28389 28376 25770 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1998532166 885972992 4351 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28390/tid=28394] ppid=28389 vsize=865208 CPUtime=0
/proc/28390/task/28394/stat : 28394 (java) S 28389 28376 25770 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1998532166 885972992 4351 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28390/tid=28395] ppid=28389 vsize=865208 CPUtime=0
/proc/28390/task/28395/stat : 28395 (java) S 28389 28376 25770 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1998532168 885972992 4351 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28390/tid=28396] ppid=28389 vsize=865208 CPUtime=0.11
/proc/28390/task/28396/stat : 28396 (java) S 28389 28376 25770 0 -1 64 365 0 0 0 11 0 0 0 16 0 9 0 1998532168 885972992 4351 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28390/tid=28397] ppid=28389 vsize=865208 CPUtime=0
/proc/28390/task/28397/stat : 28397 (java) S 28389 28376 25770 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1998532168 885972992 4351 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28390/tid=28398] ppid=28389 vsize=865208 CPUtime=0
/proc/28390/task/28398/stat : 28398 (java) S 28389 28376 25770 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1998532168 885972992 4351 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 884164

[startup+25.5027 s]
/proc/loadavg: 1.00 1.06 1.41 2/75 28398
/proc/meminfo: memFree=1403488/2055920 swapFree=4179776/4192956
[pid=28376] ppid=28374 vsize=13600 CPUtime=0.21
/proc/28376/stat : 28376 (sugar) S 28374 28376 25770 0 -1 4194304 974 4283 0 1 2 1 16 2 16 0 1 0 1998532138 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28376/statm: 3400 797 370 3 0 500 0
[pid=28389] ppid=28376 vsize=5356 CPUtime=0
/proc/28389/stat : 28389 (sh) S 28376 28376 25770 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998532164 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28389/statm: 1339 233 193 169 0 50 0
[pid=28390] ppid=28389 vsize=865208 CPUtime=25.22
/proc/28390/stat : 28390 (java) S 28389 28376 25770 0 -1 0 13388 0 1 0 2286 236 0 0 18 0 9 0 1998532164 885972992 4351 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28390/statm: 216302 4351 2562 9 0 210849 0
[pid=28390/tid=28391] ppid=28389 vsize=865208 CPUtime=23.37
/proc/28390/task/28391/stat : 28391 (java) R 28389 28376 25770 0 -1 64 11012 0 1 0 2144 193 0 0 25 0 9 0 1998532165 885972992 4351 996147200 134512640 134550740 4294955952 18446744073709551615 4126607240 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28390/tid=28392] ppid=28389 vsize=865208 CPUtime=1.72
/proc/28390/task/28392/stat : 28392 (java) S 28389 28376 25770 0 -1 64 1318 0 0 0 131 41 0 0 16 0 9 0 1998532166 885972992 4351 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28390/tid=28393] ppid=28389 vsize=865208 CPUtime=0
/proc/28390/task/28393/stat : 28393 (java) S 28389 28376 25770 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1998532166 885972992 4351 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28390/tid=28394] ppid=28389 vsize=865208 CPUtime=0
/proc/28390/task/28394/stat : 28394 (java) S 28389 28376 25770 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1998532166 885972992 4351 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/28389/stat : 28389 (sh) S 28376 28376 25770 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998532164 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28389/statm: 1339 233 193 169 0 50 0
[pid=28390] ppid=28389 vsize=865208 CPUtime=50.65
/proc/28390/stat : 28390 (java) S 28389 28376 25770 0 -1 0 21741 0 1 0 4589 476 0 0 18 0 9 0 1998532164 885972992 4351 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28390/statm: 216302 4351 2562 9 0 210849 0
[pid=28390/tid=28391] ppid=28389 vsize=865208 CPUtime=47.08
/proc/28390/task/28391/stat : 28391 (java) R 28389 28376 25770 0 -1 64 19365 0 1 0 4315 393 0 0 16 0 9 0 1998532165 885972992 4351 996147200 134512640 134550740 4294955952 18446744073709551615 4126599911 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28390/tid=28392] ppid=28389 vsize=865208 CPUtime=3.44
/proc/28390/task/28392/stat : 28392 (java) S 28389 28376 25770 0 -1 64 1318 0 0 0 263 81 0 0 16 0 9 0 1998532166 885972992 4351 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28390/tid=28393] ppid=28389 vsize=865208 CPUtime=0
/proc/28390/task/28393/stat : 28393 (java) S 28389 28376 25770 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1998532166 885972992 4351 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28390/tid=28394] ppid=28389 vsize=865208 CPUtime=0
/proc/28390/task/28394/stat : 28394 (java) S 28389 28376 25770 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1998532166 885972992 4351 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28390/tid=28395] ppid=28389 vsize=865208 CPUtime=0
/proc/28390/task/28395/stat : 28395 (java) S 28389 28376 25770 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1998532168 885972992 4351 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28390/tid=28396] ppid=28389 vsize=865208 CPUtime=0.11
/proc/28390/task/28396/stat : 28396 (java) S 28389 28376 25770 0 -1 64 366 0 0 0 11 0 0 0 16 0 9 0 1998532168 885972992 4351 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28390/tid=28397] ppid=28389 vsize=865208 CPUtime=0
/proc/28390/task/28397/stat : 28397 (java) S 28389 28376 25770 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1998532168 885972992 4351 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28390/tid=28398] ppid=28389 vsize=865208 CPUtime=0
/proc/28390/task/28398/stat : 28398 (java) S 28389 28376 25770 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1998532168 885972992 4351 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.86
Current children cumulated vsize (KiB) 884164

[startup+102.307 s]
/proc/loadavg: 1.09 1.09 1.39 2/67 28400
/proc/meminfo: memFree=712032/2055920 swapFree=4179776/4192956
[pid=28376] ppid=28374 vsize=13600 CPUtime=69.42
/proc/28376/stat : 28376 (sugar) S 28374 28376 25770 0 -1 4194304 1022 32433 0 2 2 1 6277 662 16 0 1 0 1998532138 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28376/statm: 3400 798 370 3 0 500 0
[pid=28399] ppid=28376 vsize=5356 CPUtime=0
/proc/28399/stat : 28399 (sh) S 28376 28376 25770 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998539116 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28399/statm: 1339 232 193 169 0 50 0
[pid=28400] ppid=28399 vsize=147040 CPUtime=32.48
/proc/28400/stat : 28400 (picosat) R 28399 28376 25770 0 -1 4194304 34451 0 0 0 1478 1770 0 0 25 0 1 0 1998539117 150568960 34437 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/28400/statm: 36760 34437 40 102 0 36655 0
Current children cumulated CPU time (s) 101.9
Current children cumulated vsize (KiB) 165996

[startup+162.303 s]
/proc/loadavg: 1.03 1.07 1.36 2/67 28400
/proc/meminfo: memFree=478432/2055920 swapFree=4179776/4192956
[pid=28376] ppid=28374 vsize=13600 CPUtime=69.42
/proc/28376/stat : 28376 (sugar) S 28374 28376 25770 0 -1 4194304 1022 32433 0 2 2 1 6277 662 16 0 1 0 1998532138 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28376/statm: 3400 798 370 3 0 500 0
[pid=28399] ppid=28376 vsize=5356 CPUtime=0
/proc/28399/stat : 28399 (sh) S 28376 28376 25770 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998539116 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28399/statm: 1339 232 193 169 0 50 0
[pid=28400] ppid=28399 vsize=405412 CPUtime=92.46
/proc/28400/stat : 28400 (picosat) R 28399 28376 25770 0 -1 4194304 93300 0 0 0 4228 5018 0 0 25 0 1 0 1998539117 415141888 93286 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/28400/statm: 101353 93286 40 102 0 101248 0
Current children cumulated CPU time (s) 161.88
Current children cumulated vsize (KiB) 424368

[startup+222.302 s]
/proc/loadavg: 1.01 1.05 1.34 2/67 28400
/proc/meminfo: memFree=240416/2055920 swapFree=4179776/4192956
[pid=28376] ppid=28374 vsize=13600 CPUtime=69.42
/proc/28376/stat : 28376 (sugar) S 28374 28376 25770 0 -1 4194304 1022 32433 0 2 2 1 6277 662 16 0 1 0 1998532138 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28376/statm: 3400 798 370 3 0 500 0
[pid=28399] ppid=28376 vsize=5356 CPUtime=0
/proc/28399/stat : 28399 (sh) S 28376 28376 25770 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998539116 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28399/statm: 1339 232 193 169 0 50 0
[pid=28400] ppid=28399 vsize=680432 CPUtime=152.45
/proc/28400/stat : 28400 (picosat) R 28399 28376 25770 0 -1 4194304 152183 0 0 0 6959 8286 0 0 25 0 1 0 1998539117 696762368 152169 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/28400/statm: 170108 152169 40 102 0 170003 0
Current children cumulated CPU time (s) 221.87
Current children cumulated vsize (KiB) 699388

[startup+282.303 s]
/proc/loadavg: 1.00 1.04 1.31 2/67 28400
/proc/meminfo: memFree=16160/2055920 swapFree=4179776/4192956
[pid=28376] ppid=28374 vsize=13600 CPUtime=69.42
/proc/28376/stat : 28376 (sugar) S 28374 28376 25770 0 -1 4194304 1022 32433 0 2 2 1 6277 662 16 0 1 0 1998532138 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28376/statm: 3400 798 370 3 0 500 0
[pid=28399] ppid=28376 vsize=5356 CPUtime=0
/proc/28399/stat : 28399 (sh) S 28376 28376 25770 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998539116 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28399/statm: 1339 232 193 169 0 50 0
[pid=28400] ppid=28399 vsize=889652 CPUtime=212.43
/proc/28400/stat : 28400 (picosat) R 28399 28376 25770 0 -1 4194304 211031 0 0 0 9678 11565 0 0 25 0 1 0 1998539117 911003648 211017 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/28400/statm: 222413 211017 40 102 0 222308 0
Current children cumulated CPU time (s) 281.85
Current children cumulated vsize (KiB) 908608



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+286.101 s]
/proc/loadavg: 1.00 1.04 1.31 2/67 28400
/proc/meminfo: memFree=15200/2055920 swapFree=4179776/4192956
[pid=28376] ppid=28374 vsize=13600 CPUtime=69.42
/proc/28376/stat : 28376 (sugar) S 28374 28376 25770 0 -1 4194304 1022 32433 0 2 2 1 6277 662 16 0 1 0 1998532138 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28376/statm: 3400 798 370 3 0 500 0
[pid=28399] ppid=28376 vsize=5356 CPUtime=0
/proc/28399/stat : 28399 (sh) S 28376 28376 25770 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998539116 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28399/statm: 1339 232 193 169 0 50 0
[pid=28400] ppid=28399 vsize=902720 CPUtime=216.24
/proc/28400/stat : 28400 (picosat) R 28399 28376 25770 0 -1 4194304 214721 0 0 0 9855 11769 0 0 25 0 1 0 1998539117 924385280 214707 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/28400/statm: 225680 214707 40 102 0 225575 0
Current children cumulated CPU time (s) 285.66
Current children cumulated vsize (KiB) 921676

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

[startup+286.217 s]
/proc/loadavg: 1.00 1.04 1.31 2/67 28400
/proc/meminfo: memFree=15200/2055920 swapFree=4179776/4192956
[pid=28376] ppid=28374 vsize=13600 CPUtime=69.42
/proc/28376/stat : 28376 (sugar) S 28374 28376 25770 0 -1 4194304 1040 32433 0 2 2 1 6277 662 16 0 1 0 1998532138 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/28376/statm: 3400 798 370 3 0 500 0
[pid=28399] ppid=28376 vsize=0 CPUtime=0
/proc/28399/stat : 28399 (sh) Z 28376 28376 25770 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 1998539116 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/28399/statm: 0 0 0 0 0 0 0
[pid=28400] ppid=1 vsize=0 CPUtime=216.35
/proc/28400/stat : 28400 (picosat) R 1 28376 25770 0 -1 4195332 214721 0 0 0 9855 11780 0 0 25 0 1 0 1998539117 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/28400/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 285.77
Current children cumulated vsize (KiB) 13600

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

[startup+286.301 s]
/proc/loadavg: 1.00 1.04 1.31 2/67 28400
/proc/meminfo: memFree=15200/2055920 swapFree=4179776/4192956
[pid=28376] ppid=28374 vsize=13600 CPUtime=69.49
/proc/28376/stat : 28376 (sugar) R 28374 28376 25770 0 -1 4194304 1067 32710 0 2 2 7 6277 663 16 0 1 0 1998532138 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221954937897 0 0 4224 16386 0 0 0 17 0 0 0
/proc/28376/statm: 3400 799 371 3 0 500 0
Current children cumulated CPU time (s) 69.49
Current children cumulated vsize (KiB) 13600

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

[startup+286.217 s]
/proc/loadavg: 1.00 1.04 1.31 2/67 28400
/proc/meminfo: memFree=15200/2055920 swapFree=4179776/4192956
[pid=28376] ppid=28374 vsize=13600 CPUtime=69.42
/proc/28376/stat : 28376 (sugar) S 28374 28376 25770 0 -1 4194304 1040 32433 0 2 2 1 6277 662 16 0 1 0 1998532138 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/28376/statm: 3400 798 370 3 0 500 0
[pid=28399] ppid=28376 vsize=0 CPUtime=0
/proc/28399/stat : 28399 (sh) Z 28376 28376 25770 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 1998539116 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/28399/statm: 0 0 0 0 0 0 0
[pid=28400] ppid=1 vsize=0 CPUtime=216.35
/proc/28400/stat : 28400 (picosat) R 1 28376 25770 0 -1 4195332 214721 0 0 0 9855 11780 0 0 25 0 1 0 1998539117 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/28400/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 285.77
Current children cumulated vsize (KiB) 13600

[startup+286.601 s]
/proc/loadavg: 1.00 1.04 1.31 2/67 28400
/proc/meminfo: memFree=15200/2055920 swapFree=4179776/4192956
[pid=28376] ppid=28374 vsize=13600 CPUtime=69.79
/proc/28376/stat : 28376 (sugar) R 28374 28376 25770 0 -1 4194304 1067 32710 0 2 2 37 6277 663 16 0 1 0 1998532138 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221954937897 0 0 4224 16386 0 0 0 17 0 0 0
/proc/28376/statm: 3400 799 371 3 0 500 0
Current children cumulated CPU time (s) 69.79
Current children cumulated vsize (KiB) 13600

Child status: 0

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

Real time (s): 286.656
CPU time (s): 286.147
CPU user time (s): 161.354
CPU system time (s): 124.793
CPU usage (%): 99.8226
Max. virtual memory (cumulated for all children) (KiB): 921676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 62.8045
system time used= 7.06293
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33808
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= 118917
involuntary context switches= 100285

runsolver used 0.347947 second user time and 0.72289 second system time

The end

Launcher Data (download as text)

Begin job on node43 at 2008-07-04 20:19:57
IDJOB=1077769
IDBENCH=56709
IDSOLVER=345
FILE ID=node43/1077769-1215195597
PBS_JOBID= 7881524
Free space on /tmp= 66512 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/primes-10/normalized-primes-10-20-2-7.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-1077769-1215195597/watcher-1077769-1215195597 -o /tmp/evaluation-result-1077769-1215195597/solver-1077769-1215195597 -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-1077769-1215195597.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 463851fbfcf9cc61468534a99c1e529b
RANDOM SEED=1291287915

node43.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.230
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.230
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:       1718552 kB
Buffers:         62860 kB
Cached:         206716 kB
SwapCached:       7048 kB
Active:         194160 kB
Inactive:        83896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1718552 kB
SwapTotal:     4192956 kB
SwapFree:      4179776 kB
Dirty:            1284 kB
Writeback:           0 kB
Mapped:          14128 kB
Slab:            45244 kB
Committed_AS:  3687796 kB
PageTables:       1488 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= 66508 MiB
End job on node43 at 2008-07-04 20:24:45