Trace number 1057400

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) 320.08 328.051

General information on the benchmark

Namecsp/primes-25/
normalized-primes-25-60-3-3.xml
MD5SUM8982742502452a577a9ee0d115d7aa8c
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.242962
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints60
Maximum constraint arity6
Maximum domain size96
Number of constraints which are defined in extension0
Number of constraints which are defined in intension60
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/0.05	c 0	Sugar v1-13 + HOME/picosat
0.02/0.05	c 0	BEGIN Thu Jul  3 20:51:48 2008
0.02/0.05	c 0	PID 24981
0.02/0.05	c 0	HOST node78.alineos.net
0.02/0.05	c 0	CONVERTING HOME/instance-1057400-1215111108.xml TO HOME/temp.csp
0.02/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1057400-1215111108.xml' 'HOME/temp.csp'
0.03/0.35	c 0	1 domains, 100 variables, 60 predicates, 0 relations, 60 constraints
0.03/0.38	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.38	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.33/0.46	c 0	Parsing HOME/temp.csp
0.33/0.59	c 0	parsed 221 expressions
0.34/0.60	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.34/0.60	c 0	Converting to clausal form CSP
0.34/0.62	c 0	converted 23 (10%) expressions
0.34/0.62	c 0	converted 45 (20%) expressions
0.34/0.62	c 0	converted 67 (30%) expressions
0.34/0.62	c 0	converted 89 (40%) expressions
0.34/0.62	c 0	converted 111 (50%) expressions
0.34/0.62	c 0	converted 133 (60%) expressions
0.34/0.63	c 0	converted 155 (70%) expressions
0.34/0.66	c 0	converted 177 (80%) expressions
0.34/0.72	c 0	converted 199 (90%) expressions
0.34/0.82	c 0	converted 221 (100%) expressions
0.34/0.82	c 0	CSP : 412 integers, 0 booleans, 744 clauses, largest domain size 19856
0.34/0.82	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.34/0.82	c 0	Propagation in CSP
0.34/0.87	c 0	1253285 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.34/0.87	c 0	CSP : 412 integers, 0 booleans, 744 clauses, largest domain size 17614
0.34/0.87	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.34/0.87	c 0	Simplifing CSP by introducing new Boolean variables
0.34/0.87	c 1	CSP : 412 integers, 0 booleans, 744 clauses, largest domain size 17614
0.34/0.87	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.34/0.89	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.34/0.92	c 1	42 (10%) CSP integer variables are encoded (2948 clauses, 36205 bytes)
0.34/0.92	c 1	83 (20%) CSP integer variables are encoded (5916 clauses, 74789 bytes)
0.93/1.04	c 1	124 (30%) CSP integer variables are encoded (96894 clauses, 1431494 bytes)
1.22/1.31	c 1	165 (40%) CSP integer variables are encoded (300383 clauses, 4884846 bytes)
1.43/1.56	c 1	206 (50%) CSP integer variables are encoded (492937 clauses, 8158264 bytes)
1.72/1.84	c 1	248 (60%) CSP integer variables are encoded (710106 clauses, 11850137 bytes)
2.02/2.11	c 2	289 (70%) CSP integer variables are encoded (918556 clauses, 15393787 bytes)
2.31/2.42	c 2	330 (80%) CSP integer variables are encoded (1158619 clauses, 19792707 bytes)
2.61/2.77	c 2	371 (90%) CSP integer variables are encoded (1423537 clauses, 24826149 bytes)
3.01/3.20	c 3	412 (100%) CSP integer variables are encoded (1747163 clauses, 30975043 bytes)
3.40/3.56	c 3	75 (10%) CSP clauses are encoded (1949981 clauses, 34549616 bytes)
4.09/4.24	c 4	149 (20%) CSP clauses are encoded (2332667 clauses, 42000955 bytes)
6.46/6.62	c 6	224 (30%) CSP clauses are encoded (3596041 clauses, 69395140 bytes)
18.86/19.27	c 19	298 (40%) CSP clauses are encoded (10322386 clauses, 218355592 bytes)
30.76/31.45	c 31	372 (50%) CSP clauses are encoded (16707987 clauses, 360767838 bytes)
48.21/49.58	c 49	447 (60%) CSP clauses are encoded (26154592 clauses, 569385428 bytes)
59.00/60.65	c 60	521 (70%) CSP clauses are encoded (31933300 clauses, 700878708 bytes)
74.76/78.02	c 78	596 (80%) CSP clauses are encoded (40060561 clauses, 898613153 bytes)
107.48/111.72	c 111	670 (90%) CSP clauses are encoded (57037900 clauses, 1312280642 bytes)
135.08/140.75	c 140	744 (100%) CSP clauses are encoded (71320097 clauses, 1660261797 bytes)
135.08/140.75	c 140	744 CSP clauses encoded
135.08/140.75	c 140	Writing map file : HOME/temp.map
135.08/140.75	c 140	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
135.08/140.75	c 140	SAT : 1747575 SAT variables, 71320097 SAT clauses, 1660261797 bytes
135.08/140.75	c 140	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
135.08/140.78	c 140	SOLVING HOME/temp.cnf
135.08/140.78	c 140	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
319.97/327.91	c ERROR INTERRUPTED
320.08/328.05	s UNKNOWN
320.08/328.05	c 328	CPU 121.87 (0.03 0.01 121.84 13.24)
320.08/328.05	c 328	END Thu Jul  3 20:57:16 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-1057400-1215111108/watcher-1057400-1215111108 -o /tmp/evaluation-result-1057400-1215111108/solver-1057400-1215111108 -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-1057400-1215111108.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.91 1.97 1.90 4/73 24981
/proc/meminfo: memFree=1409080/2055912 swapFree=4178528/4192956
[pid=24981] ppid=24979 vsize=18572 CPUtime=0
/proc/24981/stat : 24981 (runsolver) R 24979 24981 24584 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 235205776 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 255372881191 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24981/statm: 4643 292 257 25 0 2626 0

[startup+0.043032 s]
/proc/loadavg: 1.91 1.97 1.90 4/73 24981
/proc/meminfo: memFree=1409080/2055912 swapFree=4178528/4192956
[pid=24981] ppid=24979 vsize=13204 CPUtime=0.02
/proc/24981/stat : 24981 (sugar) D 24979 24981 24584 0 -1 4194304 687 0 0 0 1 1 0 0 18 0 1 0 235205776 13520896 655 996147200 4194304 4206940 548682068608 18446744073709551615 255373048421 0 2147483391 4224 0 18446744072099937270 0 0 17 1 0 0
/proc/24981/statm: 3301 655 336 3 0 401 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13204

[startup+0.113029 s]
/proc/loadavg: 1.91 1.97 1.90 4/73 24981
/proc/meminfo: memFree=1409080/2055912 swapFree=4178528/4192956
[pid=24981] ppid=24979 vsize=13600 CPUtime=0.03
/proc/24981/stat : 24981 (sugar) S 24979 24981 24584 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 235205776 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24981/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301048 s]
/proc/loadavg: 1.91 1.97 1.90 4/73 24981
/proc/meminfo: memFree=1409080/2055912 swapFree=4178528/4192956
[pid=24981] ppid=24979 vsize=13600 CPUtime=0.03
/proc/24981/stat : 24981 (sugar) S 24979 24981 24584 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 235205776 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24981/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70109 s]
/proc/loadavg: 1.91 1.97 1.90 4/73 24981
/proc/meminfo: memFree=1409080/2055912 swapFree=4178528/4192956
[pid=24981] ppid=24979 vsize=13600 CPUtime=0.34
/proc/24981/stat : 24981 (sugar) S 24979 24981 24584 0 -1 4194304 973 4346 0 1 3 1 28 2 15 0 1 0 235205776 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24981/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 13600

[startup+1.50117 s]
/proc/loadavg: 1.91 1.97 1.90 3/84 25003
/proc/meminfo: memFree=1394208/2055912 swapFree=4178528/4192956
[pid=24981] ppid=24979 vsize=13600 CPUtime=0.34
/proc/24981/stat : 24981 (sugar) S 24979 24981 24584 0 -1 4194304 974 4346 0 1 3 1 28 2 15 0 1 0 235205776 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24981/statm: 3400 797 370 3 0 500 0
[pid=24994] ppid=24981 vsize=5356 CPUtime=0
/proc/24994/stat : 24994 (sh) S 24981 24981 24584 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 235205815 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24994/statm: 1339 233 193 169 0 50 0
[pid=24995] ppid=24994 vsize=868376 CPUtime=1.09
/proc/24995/stat : 24995 (java) S 24994 24981 24584 0 -1 0 6381 0 1 0 102 7 0 0 18 0 9 0 235205815 889217024 5460 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24995/statm: 217094 5460 2562 9 0 211641 0
[pid=24995/tid=24996] ppid=24994 vsize=868376 CPUtime=0.8
/proc/24995/task/24996/stat : 24996 (java) R 24994 24981 24584 0 -1 64 2869 0 1 0 76 4 0 0 22 0 9 0 235205816 889217024 5460 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24995/tid=24997] ppid=24994 vsize=868376 CPUtime=0.07
/proc/24995/task/24997/stat : 24997 (java) S 24994 24981 24584 0 -1 64 1373 0 0 0 6 1 0 0 16 0 9 0 235205817 889217024 5460 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24995/tid=24998] ppid=24994 vsize=868376 CPUtime=0
/proc/24995/task/24998/stat : 24998 (java) S 24994 24981 24584 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 235205817 889217024 5460 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24995/tid=24999] ppid=24994 vsize=868376 CPUtime=0
/proc/24995/task/24999/stat : 24999 (java) S 24994 24981 24584 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 235205817 889217024 5460 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24995/tid=25000] ppid=24994 vsize=868376 CPUtime=0
/proc/24995/task/25000/stat : 25000 (java) S 24994 24981 24584 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 235205819 889217024 5460 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24995/tid=25001] ppid=24994 vsize=868376 CPUtime=0.19
/proc/24995/task/25001/stat : 25001 (java) S 24994 24981 24584 0 -1 64 1446 0 0 0 19 0 0 0 16 0 9 0 235205819 889217024 5460 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24995/tid=25002] ppid=24994 vsize=868376 CPUtime=0
/proc/24995/task/25002/stat : 25002 (java) S 24994 24981 24584 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 235205819 889217024 5460 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24995/tid=25003] ppid=24994 vsize=868376 CPUtime=0
/proc/24995/task/25003/stat : 25003 (java) S 24994 24981 24584 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 235205819 889217024 5460 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 887332

[startup+3.10234 s]
/proc/loadavg: 2.00 1.98 1.91 3/84 25003
/proc/meminfo: memFree=1379616/2055912 swapFree=4178528/4192956
[pid=24981] ppid=24979 vsize=13600 CPUtime=0.34
/proc/24981/stat : 24981 (sugar) S 24979 24981 24584 0 -1 4194304 974 4346 0 1 3 1 28 2 15 0 1 0 235205776 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24981/statm: 3400 797 370 3 0 500 0
[pid=24994] ppid=24981 vsize=5356 CPUtime=0
/proc/24994/stat : 24994 (sh) S 24981 24981 24584 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 235205815 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24994/statm: 1339 233 193 169 0 50 0
[pid=24995] ppid=24994 vsize=868376 CPUtime=2.67
/proc/24995/stat : 24995 (java) S 24994 24981 24584 0 -1 0 6888 0 1 0 245 22 0 0 18 0 9 0 235205815 889217024 5461 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24995/statm: 217094 5461 2562 9 0 211641 0
[pid=24995/tid=24996] ppid=24994 vsize=868376 CPUtime=2.27
/proc/24995/task/24996/stat : 24996 (java) R 24994 24981 24584 0 -1 64 3375 0 1 0 210 17 0 0 25 0 9 0 235205816 889217024 5461 996147200 134512640 134550740 4294955952 18446744073709551615 4126581271 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24995/tid=24997] ppid=24994 vsize=868376 CPUtime=0.18
/proc/24995/task/24997/stat : 24997 (java) S 24994 24981 24584 0 -1 64 1373 0 0 0 15 3 0 0 16 0 9 0 235205817 889217024 5461 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24995/tid=24998] ppid=24994 vsize=868376 CPUtime=0
/proc/24995/task/24998/stat : 24998 (java) S 24994 24981 24584 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 235205817 889217024 5461 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24995/tid=24999] ppid=24994 vsize=868376 CPUtime=0
/proc/24995/task/24999/stat : 24999 (java) S 24994 24981 24584 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 235205817 889217024 5461 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24995/tid=25000] ppid=24994 vsize=868376 CPUtime=0
/proc/24995/task/25000/stat : 25000 (java) S 24994 24981 24584 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 235205819 889217024 5461 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24995/tid=25001] ppid=24994 vsize=868376 CPUtime=0.19
/proc/24995/task/25001/stat : 25001 (java) S 24994 24981 24584 0 -1 64 1447 0 0 0 19 0 0 0 16 0 9 0 235205819 889217024 5461 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24995/tid=25002] ppid=24994 vsize=868376 CPUtime=0
/proc/24995/task/25002/stat : 25002 (java) S 24994 24981 24584 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 235205819 889217024 5461 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24995/tid=25003] ppid=24994 vsize=868376 CPUtime=0
/proc/24995/task/25003/stat : 25003 (java) S 24994 24981 24584 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 235205819 889217024 5461 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887332

[startup+6.30267 s]
/proc/loadavg: 2.00 1.98 1.91 3/84 25003
/proc/meminfo: memFree=1338464/2055912 swapFree=4178528/4192956
[pid=24981] ppid=24979 vsize=13600 CPUtime=0.34
/proc/24981/stat : 24981 (sugar) S 24979 24981 24584 0 -1 4194304 974 4346 0 1 3 1 28 2 15 0 1 0 235205776 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24981/statm: 3400 797 370 3 0 500 0
[pid=24994] ppid=24981 vsize=5356 CPUtime=0
/proc/24994/stat : 24994 (sh) S 24981 24981 24584 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 235205815 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24994/statm: 1339 233 193 169 0 50 0
[pid=24995] ppid=24994 vsize=868376 CPUtime=5.81
/proc/24995/stat : 24995 (java) S 24994 24981 24584 0 -1 0 7874 0 1 0 528 53 0 0 18 0 9 0 235205815 889217024 5467 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24995/statm: 217094 5467 2562 9 0 211641 0
[pid=24995/tid=24996] ppid=24994 vsize=868376 CPUtime=5.17
/proc/24995/task/24996/stat : 24996 (java) R 24994 24981 24584 0 -1 64 4356 0 1 0 475 42 0 0 25 0 9 0 235205816 889217024 5467 996147200 134512640 134550740 4294955952 18446744073709551615 4126883964 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24995/tid=24997] ppid=24994 vsize=868376 CPUtime=0.42
/proc/24995/task/24997/stat : 24997 (java) S 24994 24981 24584 0 -1 64 1374 0 0 0 33 9 0 0 16 0 9 0 235205817 889217024 5467 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24995/tid=24998] ppid=24994 vsize=868376 CPUtime=0
/proc/24995/task/24998/stat : 24998 (java) S 24994 24981 24584 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 235205817 889217024 5467 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24995/tid=24999] ppid=24994 vsize=868376 CPUtime=0
/proc/24995/task/24999/stat : 24999 (java) S 24994 24981 24584 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 235205817 889217024 5467 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24995/tid=25000] ppid=24994 vsize=868376 CPUtime=0
/proc/24995/task/25000/stat : 25000 (java) S 24994 24981 24584 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 235205819 889217024 5467 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24995/tid=25001] ppid=24994 vsize=868376 CPUtime=0.2
/proc/24995/task/25001/stat : 25001 (java) S 24994 24981 24584 0 -1 64 1451 0 0 0 20 0 0 0 17 0 9 0 235205819 889217024 5467 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24995/tid=25002] ppid=24994 vsize=868376 CPUtime=0
/proc/24995/task/25002/stat : 25002 (java) S 24994 24981 24584 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 235205819 889217024 5467 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24995/tid=25003] ppid=24994 vsize=868376 CPUtime=0
/proc/24995/task/25003/stat : 25003 (java) S 24994 24981 24584 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 235205819 889217024 5467 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 887332

[startup+12.7023 s]
/proc/loadavg: 2.00 1.98 1.91 3/84 25003
/proc/meminfo: memFree=1262944/2055912 swapFree=4178528/4192956
[pid=24981] ppid=24979 vsize=13600 CPUtime=0.34
/proc/24981/stat : 24981 (sugar) S 24979 24981 24584 0 -1 4194304 974 4346 0 1 3 1 28 2 16 0 1 0 235205776 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24981/statm: 3400 797 370 3 0 500 0
[pid=24994] ppid=24981 vsize=5356 CPUtime=0
/proc/24994/stat : 24994 (sh) S 24981 24981 24584 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 235205815 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24994/statm: 1339 233 193 169 0 50 0
[pid=24995] ppid=24994 vsize=868376 CPUtime=12.12
/proc/24995/stat : 24995 (java) S 24994 24981 24584 0 -1 0 9920 0 1 0 1096 116 0 0 18 0 9 0 235205815 889217024 5467 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24995/statm: 217094 5467 2562 9 0 211641 0
[pid=24995/tid=24996] ppid=24994 vsize=868376 CPUtime=10.99
/proc/24995/task/24996/stat : 24996 (java) R 24994 24981 24584 0 -1 64 6402 0 1 0 1006 93 0 0 25 0 9 0 235205816 889217024 5467 996147200 134512640 134550740 4294955952 18446744073709551615 4126581271 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24995/tid=24997] ppid=24994 vsize=868376 CPUtime=0.9
/proc/24995/task/24997/stat : 24997 (java) S 24994 24981 24584 0 -1 64 1374 0 0 0 69 21 0 0 16 0 9 0 235205817 889217024 5467 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24995/tid=24998] ppid=24994 vsize=868376 CPUtime=0
/proc/24995/task/24998/stat : 24998 (java) S 24994 24981 24584 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 235205817 889217024 5467 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24995/tid=24999] ppid=24994 vsize=868376 CPUtime=0
/proc/24995/task/24999/stat : 24999 (java) S 24994 24981 24584 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 235205817 889217024 5467 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24995/tid=25000] ppid=24994 vsize=868376 CPUtime=0
/proc/24995/task/25000/stat : 25000 (java) S 24994 24981 24584 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 235205819 889217024 5467 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24995/tid=25001] ppid=24994 vsize=868376 CPUtime=0.2
/proc/24995/task/25001/stat : 25001 (java) S 24994 24981 24584 0 -1 64 1451 0 0 0 20 0 0 0 16 0 9 0 235205819 889217024 5467 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24995/tid=25002] ppid=24994 vsize=868376 CPUtime=0
/proc/24995/task/25002/stat : 25002 (java) S 24994 24981 24584 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 235205819 889217024 5467 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24995/tid=25003] ppid=24994 vsize=868376 CPUtime=0
/proc/24995/task/25003/stat : 25003 (java) S 24994 24981 24584 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 235205819 889217024 5467 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 887332

[startup+25.5017 s]
/proc/loadavg: 2.08 2.00 1.91 3/84 25003
/proc/meminfo: memFree=1104864/2055912 swapFree=4178528/4192956
[pid=24981] ppid=24979 vsize=13600 CPUtime=0.34
/proc/24981/stat : 24981 (sugar) S 24979 24981 24584 0 -1 4194304 974 4346 0 1 3 1 28 2 16 0 1 0 235205776 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24981/statm: 3400 797 370 3 0 500 0
[pid=24994] ppid=24981 vsize=5356 CPUtime=0
/proc/24994/stat : 24994 (sh) S 24981 24981 24584 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 235205815 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24994/statm: 1339 233 193 169 0 50 0
[pid=24995] ppid=24994 vsize=868376 CPUtime=24.65
/proc/24995/stat : 24995 (java) S 24994 24981 24584 0 -1 0 13970 0 1 0 2231 234 0 0 18 0 9 0 235205815 889217024 5469 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24995/statm: 217094 5469 2562 9 0 211641 0
[pid=24995/tid=24996] ppid=24994 vsize=868376 CPUtime=22.55
/proc/24995/task/24996/stat : 24996 (java) R 24994 24981 24584 0 -1 64 10450 0 1 0 2066 189 0 0 25 0 9 0 235205816 889217024 5469 996147200 134512640 134550740 4294955952 18446744073709551615 4126879306 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24995/tid=24997] ppid=24994 vsize=868376 CPUtime=1.87
/proc/24995/task/24997/stat : 24997 (java) S 24994 24981 24584 0 -1 64 1374 0 0 0 144 43 0 0 16 0 9 0 235205817 889217024 5469 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24995/tid=24998] ppid=24994 vsize=868376 CPUtime=0
/proc/24995/task/24998/stat : 24998 (java) S 24994 24981 24584 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 235205817 889217024 5469 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24995/tid=24999] ppid=24994 vsize=868376 CPUtime=0
/proc/24995/task/24999/stat : 24999 (java) S 24994 24981 24584 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 235205817 889217024 5469 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24995/tid=25000] ppid=24994 vsize=868376 CPUtime=0
/proc/24995/task/25000/stat : 25000 (java) S 24994 24981 24584 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 235205819 889217024 5469 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24995/tid=25001] ppid=24994 vsize=868376 CPUtime=0.2
/proc/24995/task/25001/stat : 25001 (java) S 24994 24981 24584 0 -1 64 1453 0 0 0 20 0 0 0 16 0 9 0 235205819 889217024 5469 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24995/tid=25002] ppid=24994 vsize=868376 CPUtime=0
/proc/24995/task/25002/stat : 25002 (java) S 24994 24981 24584 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 235205819 889217024 5469 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24995/tid=25003] ppid=24994 vsize=868376 CPUtime=0
/proc/24995/task/25003/stat : 25003 (java) S 24994 24981 24584 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 235205819 889217024 5469 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.99
Current children cumulated vsize (KiB) 887332

[startup+51.1014 s]
/proc/loadavg: 2.05 2.00 1.91 3/84 25003
/proc/meminfo: memFree=812128/2055912 swapFree=4178528/4192956
[pid=24981] ppid=24979 vsize=13600 CPUtime=0.34
/proc/24981/stat : 24981 (sugar) S 24979 24981 24584 0 -1 4194304 974 4346 0 1 3 1 28 2 16 0 1 0 235205776 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24981/statm: 3400 797 370 3 0 500 0
[pid=24994] ppid=24981 vsize=5356 CPUtime=0
/proc/24994/stat : 24994 (sh) S 24981 24981 24584 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 235205815 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24994/statm: 1339 233 193 169 0 50 0
[pid=24995] ppid=24994 vsize=868376 CPUtime=49.41
/proc/24995/stat : 24995 (java) S 24994 24981 24584 0 -1 0 21995 0 1 0 4471 470 0 0 18 0 9 0 235205815 889217024 5471 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24995/statm: 217094 5471 2562 9 0 211641 0
[pid=24995/tid=24996] ppid=24994 vsize=868376 CPUtime=45.48
/proc/24995/task/24996/stat : 24996 (java) R 24994 24981 24584 0 -1 64 18473 0 1 0 4169 379 0 0 25 0 9 0 235205816 889217024 5471 996147200 134512640 134550740 4294955952 18446744073709551615 4126529984 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24995/tid=24997] ppid=24994 vsize=868376 CPUtime=3.69
/proc/24995/task/24997/stat : 24997 (java) S 24994 24981 24584 0 -1 64 1376 0 0 0 281 88 0 0 16 0 9 0 235205817 889217024 5471 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24995/tid=24998] ppid=24994 vsize=868376 CPUtime=0
/proc/24995/task/24998/stat : 24998 (java) S 24994 24981 24584 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 235205817 889217024 5471 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24995/tid=24999] ppid=24994 vsize=868376 CPUtime=0
/proc/24995/task/24999/stat : 24999 (java) S 24994 24981 24584 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 235205817 889217024 5471 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24995/tid=25000] ppid=24994 vsize=868376 CPUtime=0
/proc/24995/task/25000/stat : 25000 (java) S 24994 24981 24584 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 235205819 889217024 5471 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24995/tid=25001] ppid=24994 vsize=868376 CPUtime=0.2
/proc/24995/task/25001/stat : 25001 (java) S 24994 24981 24584 0 -1 64 1453 0 0 0 20 0 0 0 16 0 9 0 235205819 889217024 5471 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24995/tid=25002] ppid=24994 vsize=868376 CPUtime=0
/proc/24995/task/25002/stat : 25002 (java) S 24994 24981 24584 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 235205819 889217024 5471 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24995/tid=25003] ppid=24994 vsize=868376 CPUtime=0
/proc/24995/task/25003/stat : 25003 (java) S 24994 24981 24584 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 235205819 889217024 5471 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.75
Current children cumulated vsize (KiB) 887332

[startup+102.308 s]
/proc/loadavg: 2.61 2.15 1.97 3/84 25003
/proc/meminfo: memFree=197600/2055912 swapFree=4178528/4192956
[pid=24981] ppid=24979 vsize=13600 CPUtime=0.34
/proc/24981/stat : 24981 (sugar) S 24979 24981 24584 0 -1 4194304 974 4346 0 1 3 1 28 2 16 0 1 0 235205776 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24981/statm: 3400 797 370 3 0 500 0
[pid=24994] ppid=24981 vsize=5356 CPUtime=0
/proc/24994/stat : 24994 (sh) S 24981 24981 24584 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 235205815 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24994/statm: 1339 233 193 169 0 50 0
[pid=24995] ppid=24994 vsize=868376 CPUtime=97.98
/proc/24995/stat : 24995 (java) S 24994 24981 24584 0 -1 0 37539 0 1 0 8842 956 0 0 18 0 9 0 235205815 889217024 5473 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24995/statm: 217094 5473 2562 9 0 211641 0
[pid=24995/tid=24996] ppid=24994 vsize=868376 CPUtime=90.41
/proc/24995/task/24996/stat : 24996 (java) R 24994 24981 24584 0 -1 64 34015 0 1 0 8264 777 0 0 25 0 9 0 235205816 889217024 5473 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24995/tid=24997] ppid=24994 vsize=868376 CPUtime=7.34
/proc/24995/task/24997/stat : 24997 (java) S 24994 24981 24584 0 -1 64 1378 0 0 0 557 177 0 0 15 0 9 0 235205817 889217024 5473 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24995/tid=24998] ppid=24994 vsize=868376 CPUtime=0
/proc/24995/task/24998/stat : 24998 (java) S 24994 24981 24584 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 235205817 889217024 5473 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24995/tid=24999] ppid=24994 vsize=868376 CPUtime=0
/proc/24995/task/24999/stat : 24999 (java) S 24994 24981 24584 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 235205817 889217024 5473 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24995/tid=25000] ppid=24994 vsize=868376 CPUtime=0
/proc/24995/task/25000/stat : 25000 (java) S 24994 24981 24584 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 235205819 889217024 5473 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24995/tid=25001] ppid=24994 vsize=868376 CPUtime=0.2
/proc/24995/task/25001/stat : 25001 (java) S 24994 24981 24584 0 -1 64 1453 0 0 0 20 0 0 0 16 0 9 0 235205819 889217024 5473 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24995/tid=25002] ppid=24994 vsize=868376 CPUtime=0
/proc/24995/task/25002/stat : 25002 (java) S 24994 24981 24584 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 235205819 889217024 5473 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24995/tid=25003] ppid=24994 vsize=868376 CPUtime=0
/proc/24995/task/25003/stat : 25003 (java) S 24994 24981 24584 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 235205819 889217024 5473 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 98.32
Current children cumulated vsize (KiB) 887332

[startup+162.303 s]
/proc/loadavg: 2.67 2.26 2.01 3/76 25005
/proc/meminfo: memFree=15840/2055912 swapFree=4178528/4192956
[pid=24981] ppid=24979 vsize=13600 CPUtime=135.12
/proc/24981/stat : 24981 (sugar) S 24979 24981 24584 0 -1 4194304 1023 53939 0 2 3 1 12184 1324 16 0 1 0 235205776 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24981/statm: 3400 798 370 3 0 500 0
[pid=25004] ppid=24981 vsize=5356 CPUtime=0
/proc/25004/stat : 25004 (sh) S 24981 24981 24584 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 235219854 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25004/statm: 1339 232 193 169 0 50 0
[pid=25005] ppid=25004 vsize=214876 CPUtime=21.22
/proc/25005/stat : 25005 (picosat) R 25004 24981 24584 0 -1 4194304 48207 0 0 0 967 1155 0 0 25 0 1 0 235219855 220033024 48193 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/25005/statm: 53719 48193 40 102 0 53614 0
Current children cumulated CPU time (s) 156.34
Current children cumulated vsize (KiB) 233832

[startup+222.301 s]
/proc/loadavg: 2.27 2.22 2.01 3/76 25005
/proc/meminfo: memFree=16288/2055912 swapFree=4178528/4192956
[pid=24981] ppid=24979 vsize=13600 CPUtime=135.12
/proc/24981/stat : 24981 (sugar) S 24979 24981 24584 0 -1 4194304 1023 53939 0 2 3 1 12184 1324 16 0 1 0 235205776 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24981/statm: 3400 798 370 3 0 500 0
[pid=25004] ppid=24981 vsize=5356 CPUtime=0
/proc/25004/stat : 25004 (sh) S 24981 24981 24584 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 235219854 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25004/statm: 1339 232 193 169 0 50 0
[pid=25005] ppid=25004 vsize=447092 CPUtime=80.55
/proc/25005/stat : 25005 (picosat) R 25004 24981 24584 0 -1 4194304 105424 0 0 0 3643 4412 0 0 25 0 1 0 235219855 457822208 105410 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/25005/statm: 111773 105410 40 102 0 111668 0
Current children cumulated CPU time (s) 215.67
Current children cumulated vsize (KiB) 466048

[startup+282.302 s]
/proc/loadavg: 2.15 2.20 2.01 3/76 25005
/proc/meminfo: memFree=15264/2055912 swapFree=4178528/4192956
[pid=24981] ppid=24979 vsize=13600 CPUtime=135.12
/proc/24981/stat : 24981 (sugar) S 24979 24981 24584 0 -1 4194304 1023 53939 0 2 3 1 12184 1324 16 0 1 0 235205776 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24981/statm: 3400 798 370 3 0 500 0
[pid=25004] ppid=24981 vsize=5356 CPUtime=0
/proc/25004/stat : 25004 (sh) S 24981 24981 24584 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 235219854 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25004/statm: 1339 232 193 169 0 50 0
[pid=25005] ppid=25004 vsize=683008 CPUtime=139.82
/proc/25005/stat : 25005 (picosat) R 25004 24981 24584 0 -1 4194304 162554 0 0 0 6350 7632 0 0 25 0 1 0 235219855 699400192 162540 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/25005/statm: 170752 162540 40 102 0 170647 0
Current children cumulated CPU time (s) 274.94
Current children cumulated vsize (KiB) 701964



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+327.901 s]
/proc/loadavg: 2.11 2.18 2.01 3/76 25005
/proc/meminfo: memFree=16288/2055912 swapFree=4178528/4192956
[pid=24981] ppid=24979 vsize=13600 CPUtime=135.12
/proc/24981/stat : 24981 (sugar) S 24979 24981 24584 0 -1 4194304 1023 53939 0 2 3 1 12184 1324 16 0 1 0 235205776 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24981/statm: 3400 798 370 3 0 500 0
[pid=25004] ppid=24981 vsize=5356 CPUtime=0
/proc/25004/stat : 25004 (sh) S 24981 24981 24584 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 235219854 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25004/statm: 1339 232 193 169 0 50 0
[pid=25005] ppid=25004 vsize=902852 CPUtime=184.85
/proc/25005/stat : 25005 (picosat) R 25004 24981 24584 0 -1 4194304 205938 0 0 0 8404 10081 0 0 25 0 1 0 235219855 924520448 205924 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/25005/statm: 225713 205924 40 102 0 225608 0
Current children cumulated CPU time (s) 319.97
Current children cumulated vsize (KiB) 921808

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

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

[startup+328.019 s]
/proc/loadavg: 2.11 2.18 2.01 3/76 25005
/proc/meminfo: memFree=16288/2055912 swapFree=4178528/4192956
[pid=24981] ppid=24979 vsize=13600 CPUtime=135.12
/proc/24981/stat : 24981 (sugar) S 24979 24981 24584 0 -1 4194304 1040 53939 0 2 3 1 12184 1324 16 0 1 0 235205776 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/24981/statm: 3400 798 370 3 0 500 0
[pid=25004] ppid=24981 vsize=0 CPUtime=0
/proc/25004/stat : 25004 (sh) Z 24981 24981 24584 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 235219854 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/25004/statm: 0 0 0 0 0 0 0
[pid=25005] ppid=1 vsize=0 CPUtime=184.96
/proc/25005/stat : 25005 (picosat) R 1 24981 24584 0 -1 4195332 205938 0 0 0 8404 10092 0 0 25 0 1 0 235219855 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/25005/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 320.08
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24981 and gives
#  childrusage.ru_utime.tv_sec=121
#  childrusage.ru_utime.tv_usec=883470
#  childrusage.ru_stime.tv_sec=13
#  childrusage.ru_stime.tv_usec=267982
# CPU time returned by wait4() is 135.151
# while last known CPU time is 320.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 328.051
CPU time (s): 320.08
CPU user time (s): 205.91
CPU system time (s): 114.17
CPU usage (%): 97.5701
Max. virtual memory (cumulated for all children) (KiB): 921808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 121.883
system time used= 13.268
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55315
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= 305469
involuntary context switches= 308592

runsolver used 0.466929 second user time and 1.05484 second system time

The end

Launcher Data (download as text)

Begin job on node78 at 2008-07-03 20:51:48
IDJOB=1057400
IDBENCH=54033
IDSOLVER=345
FILE ID=node78/1057400-1215111108
PBS_JOBID= 7877051
Free space on /tmp= 126856 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/primes-25/normalized-primes-25-60-3-3.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-1057400-1215111108/watcher-1057400-1215111108 -o /tmp/evaluation-result-1057400-1215111108/solver-1057400-1215111108 -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-1057400-1215111108.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8982742502452a577a9ee0d115d7aa8c
RANDOM SEED=283523819

node78.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.247
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.247
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:      2055912 kB
MemFree:       1409560 kB
Buffers:         60160 kB
Cached:         516576 kB
SwapCached:       7588 kB
Active:         302404 kB
Inactive:       286340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1409560 kB
SwapTotal:     4192956 kB
SwapFree:      4178528 kB
Dirty:            1344 kB
Writeback:           0 kB
Mapped:          20168 kB
Slab:            43012 kB
Committed_AS:   538724 kB
PageTables:       1536 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126856 MiB
End job on node78 at 2008-07-03 20:57:18