Trace number 1077706

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) 291.89 302.948

General information on the benchmark

Namecsp/primes-10/
normalized-primes-10-20-3-7.xml
MD5SUMc5e0394aaf730075c7f89be7c81fb5bb
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.018996
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity10
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 19:59:54 2008
0.00/0.04	c 0	PID 29264
0.00/0.04	c 0	HOST node88.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1077706-1215194393.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-1077706-1215194393.xml' 'HOME/temp.csp'
0.03/0.25	c 0	1 domains, 100 variables, 20 predicates, 0 relations, 20 constraints
0.03/0.30	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.30	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.03/0.38	c 0	Parsing HOME/temp.csp
0.22/0.45	c 0	parsed 141 expressions
0.22/0.47	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.22/0.47	c 0	Converting to clausal form CSP
0.22/0.50	c 0	converted 15 (10%) expressions
0.22/0.50	c 0	converted 29 (20%) expressions
0.22/0.50	c 0	converted 43 (30%) expressions
0.22/0.50	c 0	converted 57 (40%) expressions
0.22/0.50	c 0	converted 71 (50%) expressions
0.22/0.50	c 0	converted 85 (60%) expressions
0.22/0.50	c 0	converted 99 (70%) expressions
0.22/0.50	c 0	converted 113 (80%) expressions
0.22/0.53	c 0	converted 127 (90%) expressions
0.22/0.60	c 0	converted 141 (100%) expressions
0.22/0.60	c 0	CSP : 302 integers, 0 booleans, 444 clauses, largest domain size 3106
0.22/0.60	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.22/0.60	c 0	Propagation in CSP
0.22/0.63	c 0	35387 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.22/0.63	c 0	CSP : 302 integers, 0 booleans, 444 clauses, largest domain size 2468
0.22/0.63	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.22/0.63	c 0	Simplifing CSP by introducing new Boolean variables
0.22/0.63	c 0	CSP : 302 integers, 0 booleans, 444 clauses, largest domain size 2468
0.22/0.63	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.22/0.65	c 0	Encoding CSP to SAT : HOME/temp.cnf
0.22/0.67	c 0	31 (10%) CSP integer variables are encoded (765 clauses, 8271 bytes)
0.22/0.67	c 0	61 (20%) CSP integer variables are encoded (1510 clauses, 17565 bytes)
0.22/0.67	c 0	91 (30%) CSP integer variables are encoded (2252 clauses, 27211 bytes)
0.22/0.69	c 0	121 (40%) CSP integer variables are encoded (11036 clauses, 143714 bytes)
0.22/0.71	c 0	151 (50%) CSP integer variables are encoded (31231 clauses, 446639 bytes)
0.22/0.74	c 0	182 (60%) CSP integer variables are encoded (61306 clauses, 897764 bytes)
0.22/0.78	c 0	212 (70%) CSP integer variables are encoded (96664 clauses, 1428134 bytes)
0.23/0.81	c 0	242 (80%) CSP integer variables are encoded (114970 clauses, 1733099 bytes)
0.23/0.84	c 0	272 (90%) CSP integer variables are encoded (139226 clauses, 2145451 bytes)
0.23/0.88	c 0	302 (100%) CSP integer variables are encoded (171725 clauses, 2697934 bytes)
0.23/0.95	c 0	45 (10%) CSP clauses are encoded (205778 clauses, 3294766 bytes)
6.42/6.61	c 6	89 (20%) CSP clauses are encoded (3488545 clauses, 73480220 bytes)
10.85/11.17	c 11	134 (30%) CSP clauses are encoded (6115164 clauses, 129626986 bytes)
21.61/22.05	c 22	178 (40%) CSP clauses are encoded (12437712 clauses, 265208363 bytes)
35.21/37.34	c 37	222 (50%) CSP clauses are encoded (20418810 clauses, 436491343 bytes)
49.65/52.18	c 52	267 (60%) CSP clauses are encoded (28742979 clauses, 615682651 bytes)
53.22/55.72	c 55	311 (70%) CSP clauses are encoded (30646138 clauses, 661963447 bytes)
58.57/61.18	c 61	356 (80%) CSP clauses are encoded (33600071 clauses, 733733130 bytes)
72.13/75.19	c 75	400 (90%) CSP clauses are encoded (40967703 clauses, 913675069 bytes)
87.17/91.87	c 91	444 (100%) CSP clauses are encoded (49206089 clauses, 1114938490 bytes)
87.24/92.25	c 91	444 CSP clauses encoded
87.24/92.25	c 91	Writing map file : HOME/temp.map
87.24/92.31	c 92	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
87.24/92.31	c 92	SAT : 172027 SAT variables, 49206089 SAT clauses, 1114938490 bytes
87.24/92.31	c 92	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
87.24/93.83	c 93	SOLVING HOME/temp.cnf
87.24/93.83	c 93	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
291.78/302.81	c ERROR INTERRUPTED
291.89/302.94	s UNKNOWN
291.89/302.94	c 302	CPU 78.99 (0.03 0.01 78.96 8.27)
291.89/302.94	c 302	END Fri Jul  4 20:04:56 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-1077706-1215194393/watcher-1077706-1215194393 -o /tmp/evaluation-result-1077706-1215194393/solver-1077706-1215194393 -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-1077706-1215194393.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.31 2.07 2.02 4/82 29264
/proc/meminfo: memFree=1038888/2055920 swapFree=4179668/4192956
[pid=29264] ppid=29262 vsize=12272 CPUtime=0
/proc/29264/stat : 29264 (sugar) R 29262 29264 25415 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 631686602 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 270187330149 0 0 4224 0 0 0 0 17 1 0 0
/proc/29264/statm: 3068 327 246 3 0 168 0

[startup+0.0550691 s]
/proc/loadavg: 2.31 2.07 2.02 4/82 29264
/proc/meminfo: memFree=1038888/2055920 swapFree=4179668/4192956
[pid=29264] ppid=29262 vsize=13600 CPUtime=0.03
/proc/29264/stat : 29264 (sugar) S 29262 29264 25415 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 631686602 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29264/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102105 s]
/proc/loadavg: 2.31 2.07 2.02 4/82 29264
/proc/meminfo: memFree=1038888/2055920 swapFree=4179668/4192956
[pid=29264] ppid=29262 vsize=13600 CPUtime=0.03
/proc/29264/stat : 29264 (sugar) S 29262 29264 25415 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 631686602 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29264/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301134 s]
/proc/loadavg: 2.31 2.07 2.02 4/82 29264
/proc/meminfo: memFree=1038888/2055920 swapFree=4179668/4192956
[pid=29264] ppid=29262 vsize=13600 CPUtime=0.03
/proc/29264/stat : 29264 (sugar) S 29262 29264 25415 0 -1 4194304 918 127 0 0 3 0 0 0 15 0 1 0 631686602 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29264/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702154 s]
/proc/loadavg: 2.31 2.07 2.02 4/82 29264
/proc/meminfo: memFree=1038888/2055920 swapFree=4179668/4192956
[pid=29264] ppid=29262 vsize=13600 CPUtime=0.22
/proc/29264/stat : 29264 (sugar) S 29262 29264 25415 0 -1 4194304 974 4284 0 1 3 0 17 2 15 0 1 0 631686602 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29264/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 13600

[startup+1.50229 s]
/proc/loadavg: 2.31 2.07 2.02 3/93 29286
/proc/meminfo: memFree=1025680/2055920 swapFree=4179668/4192956
[pid=29264] ppid=29262 vsize=13600 CPUtime=0.23
/proc/29264/stat : 29264 (sugar) S 29262 29264 25415 0 -1 4194304 974 4284 0 1 3 1 17 2 15 0 1 0 631686602 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29264/statm: 3400 797 370 3 0 500 0
[pid=29277] ppid=29264 vsize=5356 CPUtime=0
/proc/29277/stat : 29277 (sh) S 29264 29264 25415 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 631686632 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29277/statm: 1339 233 193 169 0 50 0
[pid=29278] ppid=29277 vsize=864448 CPUtime=1.16
/proc/29278/stat : 29278 (java) S 29277 29264 25415 0 -1 0 5317 0 1 0 106 10 0 0 20 0 9 0 631686632 885194752 4339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29278/statm: 216112 4339 2562 9 0 210659 0
[pid=29278/tid=29279] ppid=29277 vsize=864448 CPUtime=0.94
/proc/29278/task/29279/stat : 29279 (java) R 29277 29264 25415 0 -1 64 2948 0 1 0 88 6 0 0 25 0 9 0 631686633 885194752 4339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29278/tid=29280] ppid=29277 vsize=864448 CPUtime=0.08
/proc/29278/task/29280/stat : 29280 (java) S 29277 29264 25415 0 -1 64 1316 0 0 0 6 2 0 0 15 0 9 0 631686634 885194752 4339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29278/tid=29281] ppid=29277 vsize=864448 CPUtime=0
/proc/29278/task/29281/stat : 29281 (java) S 29277 29264 25415 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 631686634 885194752 4339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29278/tid=29282] ppid=29277 vsize=864448 CPUtime=0
/proc/29278/task/29282/stat : 29282 (java) S 29277 29264 25415 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 631686634 885194752 4339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29278/tid=29283] ppid=29277 vsize=864448 CPUtime=0
/proc/29278/task/29283/stat : 29283 (java) S 29277 29264 25415 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 631686636 885194752 4339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29278/tid=29284] ppid=29277 vsize=864448 CPUtime=0.1
/proc/29278/task/29284/stat : 29284 (java) S 29277 29264 25415 0 -1 64 361 0 0 0 10 0 0 0 16 0 9 0 631686636 885194752 4339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29278/tid=29285] ppid=29277 vsize=864448 CPUtime=0
/proc/29278/task/29285/stat : 29285 (java) S 29277 29264 25415 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 631686636 885194752 4339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29278/tid=29286] ppid=29277 vsize=864448 CPUtime=0
/proc/29278/task/29286/stat : 29286 (java) S 29277 29264 25415 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 631686636 885194752 4339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 883404

[startup+3.10142 s]
/proc/loadavg: 2.31 2.07 2.02 3/93 29286
/proc/meminfo: memFree=1011600/2055920 swapFree=4179668/4192956
[pid=29264] ppid=29262 vsize=13600 CPUtime=0.23
/proc/29264/stat : 29264 (sugar) S 29262 29264 25415 0 -1 4194304 974 4284 0 1 3 1 17 2 15 0 1 0 631686602 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29264/statm: 3400 797 370 3 0 500 0
[pid=29277] ppid=29264 vsize=5356 CPUtime=0
/proc/29277/stat : 29277 (sh) S 29264 29264 25415 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 631686632 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29277/statm: 1339 233 193 169 0 50 0
[pid=29278] ppid=29277 vsize=864448 CPUtime=2.74
/proc/29278/stat : 29278 (java) S 29277 29264 25415 0 -1 0 5867 0 1 0 249 25 0 0 20 0 9 0 631686632 885194752 4339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29278/statm: 216112 4339 2562 9 0 210659 0
[pid=29278/tid=29279] ppid=29277 vsize=864448 CPUtime=2.4
/proc/29278/task/29279/stat : 29279 (java) R 29277 29264 25415 0 -1 64 3498 0 1 0 222 18 0 0 25 0 9 0 631686633 885194752 4339 996147200 134512640 134550740 4294955952 18446744073709551615 4126506862 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29278/tid=29280] ppid=29277 vsize=864448 CPUtime=0.21
/proc/29278/task/29280/stat : 29280 (java) S 29277 29264 25415 0 -1 64 1316 0 0 0 15 6 0 0 16 0 9 0 631686634 885194752 4339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29278/tid=29281] ppid=29277 vsize=864448 CPUtime=0
/proc/29278/task/29281/stat : 29281 (java) S 29277 29264 25415 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 631686634 885194752 4339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29278/tid=29282] ppid=29277 vsize=864448 CPUtime=0
/proc/29278/task/29282/stat : 29282 (java) S 29277 29264 25415 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 631686634 885194752 4339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29278/tid=29283] ppid=29277 vsize=864448 CPUtime=0
/proc/29278/task/29283/stat : 29283 (java) S 29277 29264 25415 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 631686636 885194752 4339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29278/tid=29284] ppid=29277 vsize=864448 CPUtime=0.1
/proc/29278/task/29284/stat : 29284 (java) S 29277 29264 25415 0 -1 64 361 0 0 0 10 0 0 0 16 0 9 0 631686636 885194752 4339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29278/tid=29285] ppid=29277 vsize=864448 CPUtime=0
/proc/29278/task/29285/stat : 29285 (java) S 29277 29264 25415 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 631686636 885194752 4339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29278/tid=29286] ppid=29277 vsize=864448 CPUtime=0
/proc/29278/task/29286/stat : 29286 (java) S 29277 29264 25415 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 631686636 885194752 4339 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 883404

[startup+6.30279 s]
/proc/loadavg: 2.28 2.07 2.02 3/93 29286
/proc/meminfo: memFree=968976/2055920 swapFree=4179668/4192956
[pid=29264] ppid=29262 vsize=13600 CPUtime=0.23
/proc/29264/stat : 29264 (sugar) S 29262 29264 25415 0 -1 4194304 974 4284 0 1 3 1 17 2 15 0 1 0 631686602 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29264/statm: 3400 797 370 3 0 500 0
[pid=29277] ppid=29264 vsize=5356 CPUtime=0
/proc/29277/stat : 29277 (sh) S 29264 29264 25415 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 631686632 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29277/statm: 1339 233 193 169 0 50 0
[pid=29278] ppid=29277 vsize=864448 CPUtime=5.89
/proc/29278/stat : 29278 (java) S 29277 29264 25415 0 -1 0 6939 0 1 0 536 53 0 0 20 0 9 0 631686632 885194752 4340 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29278/statm: 216112 4340 2562 9 0 210659 0
[pid=29278/tid=29279] ppid=29277 vsize=864448 CPUtime=5.32
/proc/29278/task/29279/stat : 29279 (java) R 29277 29264 25415 0 -1 64 4569 0 1 0 490 42 0 0 25 0 9 0 631686633 885194752 4340 996147200 134512640 134550740 4294955952 18446744073709551615 4126600292 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29278/tid=29280] ppid=29277 vsize=864448 CPUtime=0.44
/proc/29278/task/29280/stat : 29280 (java) S 29277 29264 25415 0 -1 64 1316 0 0 0 34 10 0 0 16 0 9 0 631686634 885194752 4340 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29278/tid=29281] ppid=29277 vsize=864448 CPUtime=0
/proc/29278/task/29281/stat : 29281 (java) S 29277 29264 25415 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 631686634 885194752 4340 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29278/tid=29282] ppid=29277 vsize=864448 CPUtime=0
/proc/29278/task/29282/stat : 29282 (java) S 29277 29264 25415 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 631686634 885194752 4340 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29278/tid=29283] ppid=29277 vsize=864448 CPUtime=0
/proc/29278/task/29283/stat : 29283 (java) S 29277 29264 25415 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 631686636 885194752 4340 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29278/tid=29284] ppid=29277 vsize=864448 CPUtime=0.11
/proc/29278/task/29284/stat : 29284 (java) S 29277 29264 25415 0 -1 64 362 0 0 0 11 0 0 0 16 0 9 0 631686636 885194752 4340 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29278/tid=29285] ppid=29277 vsize=864448 CPUtime=0
/proc/29278/task/29285/stat : 29285 (java) S 29277 29264 25415 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 631686636 885194752 4340 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29278/tid=29286] ppid=29277 vsize=864448 CPUtime=0
/proc/29278/task/29286/stat : 29286 (java) S 29277 29264 25415 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 631686636 885194752 4340 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 883404

[startup+12.7015 s]
/proc/loadavg: 2.42 2.10 2.03 3/93 29286
/proc/meminfo: memFree=884688/2055920 swapFree=4179668/4192956
[pid=29264] ppid=29262 vsize=13600 CPUtime=0.23
/proc/29264/stat : 29264 (sugar) S 29262 29264 25415 0 -1 4194304 974 4284 0 1 3 1 17 2 16 0 1 0 631686602 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29264/statm: 3400 797 370 3 0 500 0
[pid=29277] ppid=29264 vsize=5356 CPUtime=0
/proc/29277/stat : 29277 (sh) S 29264 29264 25415 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 631686632 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29277/statm: 1339 233 193 169 0 50 0
[pid=29278] ppid=29277 vsize=864448 CPUtime=12.2
/proc/29278/stat : 29278 (java) S 29277 29264 25415 0 -1 0 9076 0 1 0 1109 111 0 0 20 0 9 0 631686632 885194752 4340 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29278/statm: 216112 4340 2562 9 0 210659 0
[pid=29278/tid=29279] ppid=29277 vsize=864448 CPUtime=11.14
/proc/29278/task/29279/stat : 29279 (java) R 29277 29264 25415 0 -1 64 6706 0 1 0 1026 88 0 0 25 0 9 0 631686633 885194752 4340 996147200 134512640 134550740 4294955952 18446744073709551615 4126602160 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29278/tid=29280] ppid=29277 vsize=864448 CPUtime=0.92
/proc/29278/task/29280/stat : 29280 (java) S 29277 29264 25415 0 -1 64 1316 0 0 0 71 21 0 0 16 0 9 0 631686634 885194752 4340 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29278/tid=29281] ppid=29277 vsize=864448 CPUtime=0
/proc/29278/task/29281/stat : 29281 (java) S 29277 29264 25415 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 631686634 885194752 4340 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29278/tid=29282] ppid=29277 vsize=864448 CPUtime=0
/proc/29278/task/29282/stat : 29282 (java) S 29277 29264 25415 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 631686634 885194752 4340 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29278/tid=29283] ppid=29277 vsize=864448 CPUtime=0
/proc/29278/task/29283/stat : 29283 (java) S 29277 29264 25415 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 631686636 885194752 4340 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29278/tid=29284] ppid=29277 vsize=864448 CPUtime=0.11
/proc/29278/task/29284/stat : 29284 (java) S 29277 29264 25415 0 -1 64 362 0 0 0 11 0 0 0 16 0 9 0 631686636 885194752 4340 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29278/tid=29285] ppid=29277 vsize=864448 CPUtime=0
/proc/29278/task/29285/stat : 29285 (java) S 29277 29264 25415 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 631686636 885194752 4340 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29278/tid=29286] ppid=29277 vsize=864448 CPUtime=0
/proc/29278/task/29286/stat : 29286 (java) S 29277 29264 25415 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 631686636 885194752 4340 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 883404

[startup+25.503 s]
/proc/loadavg: 2.69 2.18 2.06 3/93 29286
/proc/meminfo: memFree=723152/2055920 swapFree=4179668/4192956
[pid=29264] ppid=29262 vsize=13600 CPUtime=0.23
/proc/29264/stat : 29264 (sugar) S 29262 29264 25415 0 -1 4194304 974 4284 0 1 3 1 17 2 16 0 1 0 631686602 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29264/statm: 3400 797 370 3 0 500 0
[pid=29277] ppid=29264 vsize=5356 CPUtime=0
/proc/29277/stat : 29277 (sh) S 29264 29264 25415 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 631686632 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29277/statm: 1339 233 193 169 0 50 0
[pid=29278] ppid=29277 vsize=864448 CPUtime=24.23
/proc/29278/stat : 29278 (java) S 29277 29264 25415 0 -1 0 13166 0 1 0 2200 223 0 0 20 0 9 0 631686632 885194752 4341 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29278/statm: 216112 4341 2562 9 0 210659 0
[pid=29278/tid=29279] ppid=29277 vsize=864448 CPUtime=22.28
/proc/29278/task/29279/stat : 29279 (java) R 29277 29264 25415 0 -1 64 10795 0 1 0 2051 177 0 0 25 0 9 0 631686633 885194752 4341 996147200 134512640 134550740 4294955952 18446744073709551615 4126605560 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29278/tid=29280] ppid=29277 vsize=864448 CPUtime=1.81
/proc/29278/task/29280/stat : 29280 (java) S 29277 29264 25415 0 -1 64 1317 0 0 0 137 44 0 0 16 0 9 0 631686634 885194752 4341 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29278/tid=29281] ppid=29277 vsize=864448 CPUtime=0
/proc/29278/task/29281/stat : 29281 (java) S 29277 29264 25415 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 631686634 885194752 4341 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29278/tid=29282] ppid=29277 vsize=864448 CPUtime=0
/proc/29278/task/29282/stat : 29282 (java) S 29277 29264 25415 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 631686634 885194752 4341 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29278/tid=29283] ppid=29277 vsize=864448 CPUtime=0
/proc/29278/task/29283/stat : 29283 (java) S 29277 29264 25415 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 631686636 885194752 4341 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29278/tid=29284] ppid=29277 vsize=864448 CPUtime=0.11
/proc/29278/task/29284/stat : 29284 (java) S 29277 29264 25415 0 -1 64 362 0 0 0 11 0 0 0 16 0 9 0 631686636 885194752 4341 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29278/tid=29285] ppid=29277 vsize=864448 CPUtime=0
/proc/29278/task/29285/stat : 29285 (java) S 29277 29264 25415 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 631686636 885194752 4341 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29278/tid=29286] ppid=29277 vsize=864448 CPUtime=0
/proc/29278/task/29286/stat : 29286 (java) S 29277 29264 25415 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 631686636 885194752 4341 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.46
Current children cumulated vsize (KiB) 883404

[startup+51.1029 s]
/proc/loadavg: 3.41 2.39 2.13 3/93 29287
/proc/meminfo: memFree=418960/2055920 swapFree=4179668/4192956
[pid=29264] ppid=29262 vsize=13600 CPUtime=0.23
/proc/29264/stat : 29264 (sugar) S 29262 29264 25415 0 -1 4194304 974 4284 0 1 3 1 17 2 16 0 1 0 631686602 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29264/statm: 3400 797 370 3 0 500 0
[pid=29277] ppid=29264 vsize=5356 CPUtime=0
/proc/29277/stat : 29277 (sh) S 29264 29264 25415 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 631686632 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29277/statm: 1339 233 193 169 0 50 0
[pid=29278] ppid=29277 vsize=864448 CPUtime=48.44
/proc/29278/stat : 29278 (java) S 29277 29264 25415 0 -1 0 21283 0 1 0 4400 444 0 0 20 0 9 0 631686632 885194752 4341 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29278/statm: 216112 4341 2562 9 0 210659 0
[pid=29278/tid=29279] ppid=29277 vsize=864448 CPUtime=44.74
/proc/29278/task/29279/stat : 29279 (java) R 29277 29264 25415 0 -1 64 18912 0 1 0 4120 354 0 0 25 0 9 0 631686633 885194752 4341 996147200 134512640 134550740 4294955952 18446744073709551615 4126602081 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29278/tid=29280] ppid=29277 vsize=864448 CPUtime=3.56
/proc/29278/task/29280/stat : 29280 (java) S 29277 29264 25415 0 -1 64 1317 0 0 0 268 88 0 0 16 0 9 0 631686634 885194752 4341 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29278/tid=29281] ppid=29277 vsize=864448 CPUtime=0
/proc/29278/task/29281/stat : 29281 (java) S 29277 29264 25415 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 631686634 885194752 4341 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29278/tid=29282] ppid=29277 vsize=864448 CPUtime=0
/proc/29278/task/29282/stat : 29282 (java) S 29277 29264 25415 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 631686634 885194752 4341 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29278/tid=29283] ppid=29277 vsize=864448 CPUtime=0
/proc/29278/task/29283/stat : 29283 (java) S 29277 29264 25415 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 631686636 885194752 4341 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29278/tid=29284] ppid=29277 vsize=864448 CPUtime=0.11
/proc/29278/task/29284/stat : 29284 (java) S 29277 29264 25415 0 -1 64 362 0 0 0 11 0 0 0 16 0 9 0 631686636 885194752 4341 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29278/tid=29285] ppid=29277 vsize=864448 CPUtime=0
/proc/29278/task/29285/stat : 29285 (java) S 29277 29264 25415 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 631686636 885194752 4341 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29278/tid=29286] ppid=29277 vsize=864448 CPUtime=0
/proc/29278/task/29286/stat : 29286 (java) S 29277 29264 25415 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 631686636 885194752 4341 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 48.67
Current children cumulated vsize (KiB) 883404

[startup+102.303 s]
/proc/loadavg: 4.32 2.81 2.29 3/85 29296
/proc/meminfo: memFree=15952/2055920 swapFree=4179912/4192956
[pid=29264] ppid=29262 vsize=13600 CPUtime=87.26
/proc/29264/stat : 29264 (sugar) S 29262 29264 25415 0 -1 4194304 1022 38812 0 2 3 1 7896 826 16 0 1 0 631686602 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29264/statm: 3400 798 370 3 0 500 0
[pid=29295] ppid=29264 vsize=5356 CPUtime=0
/proc/29295/stat : 29295 (sh) S 29264 29264 25415 0 -1 4194304 276 0 1 0 0 0 0 0 18 0 1 0 631695985 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29295/statm: 1339 232 193 169 0 50 0
[pid=29296] ppid=29295 vsize=42400 CPUtime=5.62
/proc/29296/stat : 29296 (picosat) R 29295 29264 25415 0 -1 4194304 8642 0 0 0 256 306 0 0 25 0 1 0 631696268 43417600 8628 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/29296/statm: 10600 8628 40 102 0 10495 0
Current children cumulated CPU time (s) 92.88
Current children cumulated vsize (KiB) 61356

[startup+162.303 s]
/proc/loadavg: 4.57 3.14 2.43 3/85 29297
/proc/meminfo: memFree=15632/2055920 swapFree=4179912/4192956
[pid=29264] ppid=29262 vsize=13600 CPUtime=87.26
/proc/29264/stat : 29264 (sugar) S 29262 29264 25415 0 -1 4194304 1022 38812 0 2 3 1 7896 826 16 0 1 0 631686602 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29264/statm: 3400 798 370 3 0 500 0
[pid=29295] ppid=29264 vsize=5356 CPUtime=0
/proc/29295/stat : 29295 (sh) S 29264 29264 25415 0 -1 4194304 276 0 1 0 0 0 0 0 18 0 1 0 631695985 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29295/statm: 1339 232 193 169 0 50 0
[pid=29296] ppid=29295 vsize=291644 CPUtime=65.47
/proc/29296/stat : 29296 (picosat) R 29295 29264 25415 0 -1 4194304 70660 0 0 0 2977 3570 0 0 25 0 1 0 631696268 298643456 70646 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/29296/statm: 72911 70646 40 102 0 72806 0
Current children cumulated CPU time (s) 152.73
Current children cumulated vsize (KiB) 310600

[startup+222.307 s]
/proc/loadavg: 3.08 2.99 2.42 3/85 29297
/proc/meminfo: memFree=15376/2055920 swapFree=4179912/4192956
[pid=29264] ppid=29262 vsize=13600 CPUtime=87.26
/proc/29264/stat : 29264 (sugar) S 29262 29264 25415 0 -1 4194304 1022 38812 0 2 3 1 7896 826 16 0 1 0 631686602 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29264/statm: 3400 798 370 3 0 500 0
[pid=29295] ppid=29264 vsize=5356 CPUtime=0
/proc/29295/stat : 29295 (sh) S 29264 29264 25415 0 -1 4194304 276 0 1 0 0 0 0 0 18 0 1 0 631695985 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29295/statm: 1339 232 193 169 0 50 0
[pid=29296] ppid=29295 vsize=542212 CPUtime=124.55
/proc/29296/stat : 29296 (picosat) R 29295 29264 25415 0 -1 4194304 131907 0 0 0 5669 6786 0 0 25 0 1 0 631696268 555225088 131893 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/29296/statm: 135553 131893 40 102 0 135448 0
Current children cumulated CPU time (s) 211.81
Current children cumulated vsize (KiB) 561168

[startup+282.303 s]
/proc/loadavg: 2.39 2.81 2.39 3/85 29297
/proc/meminfo: memFree=15120/2055920 swapFree=4179912/4192956
[pid=29264] ppid=29262 vsize=13600 CPUtime=87.26
/proc/29264/stat : 29264 (sugar) S 29262 29264 25415 0 -1 4194304 1022 38812 0 2 3 1 7896 826 16 0 1 0 631686602 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29264/statm: 3400 798 370 3 0 500 0
[pid=29295] ppid=29264 vsize=5356 CPUtime=0
/proc/29295/stat : 29295 (sh) S 29264 29264 25415 0 -1 4194304 276 0 1 0 0 0 0 0 18 0 1 0 631695985 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29295/statm: 1339 232 193 169 0 50 0
[pid=29296] ppid=29295 vsize=827660 CPUtime=184.16
/proc/29296/stat : 29296 (picosat) R 29295 29264 25415 0 -1 4194304 193780 0 0 0 8388 10028 0 0 25 0 1 0 631696268 847523840 193766 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/29296/statm: 206915 193766 40 102 0 206810 0
Current children cumulated CPU time (s) 271.42
Current children cumulated vsize (KiB) 846616



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+302.802 s]
/proc/loadavg: 2.26 2.74 2.38 3/85 29297
/proc/meminfo: memFree=15888/2055920 swapFree=4179912/4192956
[pid=29264] ppid=29262 vsize=13600 CPUtime=87.26
/proc/29264/stat : 29264 (sugar) S 29262 29264 25415 0 -1 4194304 1022 38812 0 2 3 1 7896 826 16 0 1 0 631686602 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29264/statm: 3400 798 370 3 0 500 0
[pid=29295] ppid=29264 vsize=5356 CPUtime=0
/proc/29295/stat : 29295 (sh) S 29264 29264 25415 0 -1 4194304 276 0 1 0 0 0 0 0 18 0 1 0 631695985 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29295/statm: 1339 232 193 169 0 50 0
[pid=29296] ppid=29295 vsize=902900 CPUtime=204.52
/proc/29296/stat : 29296 (picosat) R 29295 29264 25415 0 -1 4194304 214922 0 0 0 9315 11137 0 0 25 0 1 0 631696268 924569600 214908 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/29296/statm: 225725 214908 40 102 0 225620 0
Current children cumulated CPU time (s) 291.78
Current children cumulated vsize (KiB) 921856

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

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

[startup+302.919 s]
/proc/loadavg: 2.26 2.74 2.38 3/85 29297
/proc/meminfo: memFree=15888/2055920 swapFree=4179912/4192956
[pid=29264] ppid=29262 vsize=13600 CPUtime=87.26
/proc/29264/stat : 29264 (sugar) S 29262 29264 25415 0 -1 4194304 1040 38812 0 2 3 1 7896 826 16 0 1 0 631686602 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/29264/statm: 3400 798 370 3 0 500 0
[pid=29295] ppid=29264 vsize=0 CPUtime=0
/proc/29295/stat : 29295 (sh) Z 29264 29264 25415 0 -1 4195340 276 0 1 0 0 0 0 0 16 0 1 0 631695985 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/29295/statm: 0 0 0 0 0 0 0
[pid=29296] ppid=1 vsize=0 CPUtime=204.63
/proc/29296/stat : 29296 (picosat) R 1 29264 25415 0 -1 4195332 214922 0 0 0 9315 11148 0 0 25 0 1 0 631696268 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/29296/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 291.89
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29264 and gives
#  childrusage.ru_utime.tv_sec=78
#  childrusage.ru_utime.tv_usec=998990
#  childrusage.ru_stime.tv_sec=8
#  childrusage.ru_stime.tv_usec=284740
# CPU time returned by wait4() is 87.2837
# while last known CPU time is 291.89
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 302.948
CPU time (s): 291.89
CPU user time (s): 172.14
CPU system time (s): 119.75
CPU usage (%): 96.3498
Max. virtual memory (cumulated for all children) (KiB): 921856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 78.999
system time used= 8.28474
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40186
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 206953
involuntary context switches= 211211

runsolver used 0.423935 second user time and 0.964853 second system time

The end

Launcher Data (download as text)

Begin job on node88 at 2008-07-04 19:59:54
IDJOB=1077706
IDBENCH=56704
IDSOLVER=345
FILE ID=node88/1077706-1215194393
PBS_JOBID= 7881493
Free space on /tmp= 66500 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c5e0394aaf730075c7f89be7c81fb5bb
RANDOM SEED=535225591

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1039368 kB
Buffers:         57084 kB
Cached:         213368 kB
SwapCached:       7396 kB
Active:         847792 kB
Inactive:       118308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1039368 kB
SwapTotal:     4192956 kB
SwapFree:      4179668 kB
Dirty:            1300 kB
Writeback:           0 kB
Mapped:         710508 kB
Slab:            34044 kB
Committed_AS:  1706056 kB
PageTables:       3420 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= 66496 MiB
End job on node88 at 2008-07-04 20:04:58