Trace number 1050231

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+picosat? (TO) 1800.06 1818.43

General information on the benchmark

Namecsp/pseudo/
primesDimacs/normalized-g-125-18.xml
MD5SUM22689bcc3124eea2b7d80bb2193e6792
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables4500
Number of constraints72413
Maximum constraint arity18
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension72413
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Thu Jul  3 03:30:24 2008
0.00/0.05	c 0	PID 26974
0.00/0.05	c 0	HOST node30.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1050231-1215048624.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1050231-1215048624.xml' 'HOME/temp.csp'
3.72/3.82	c 4	1 domains, 4500 variables, 3 predicates, 0 relations, 72413 constraints
3.72/3.87	c 4	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.72/3.87	c 4	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'
3.78/3.96	c 4	Parsing HOME/temp.csp
3.78/4.27	c 5	parsed 10000 expressions
4.29/4.49	c 5	parsed 20000 expressions
4.58/4.72	c 5	parsed 30000 expressions
4.78/4.90	c 5	parsed 40000 expressions
4.98/5.16	c 6	parsed 50000 expressions
5.18/5.34	c 6	parsed 60000 expressions
5.38/5.52	c 6	parsed 70000 expressions
5.57/5.78	c 6	parsed 76917 expressions
5.57/5.78	c 6	Heap : 23 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.57/5.78	c 6	Converting to clausal form CSP
5.87/6.05	c 6	converted 7692 (10%) expressions
5.97/6.19	c 7	converted 15384 (20%) expressions
6.17/6.32	c 7	converted 23076 (30%) expressions
6.26/6.44	c 7	converted 30767 (40%) expressions
6.56/6.78	c 7	converted 38459 (50%) expressions
6.76/6.90	c 7	converted 46151 (60%) expressions
6.85/7.03	c 7	converted 53842 (70%) expressions
6.95/7.15	c 8	converted 61534 (80%) expressions
7.05/7.28	c 8	converted 69226 (90%) expressions
7.35/7.56	c 8	converted 76917 (100%) expressions
7.35/7.56	c 8	CSP : 6500 integers, 0 booleans, 76413 clauses, largest domain size 10
7.35/7.57	c 8	Heap : 53 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.35/7.57	c 8	Propagation in CSP
7.65/7.82	c 8	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
7.65/7.82	c 8	CSP : 6500 integers, 0 booleans, 76413 clauses, largest domain size 10
7.65/7.82	c 8	Heap : 53 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.65/7.84	c 8	Simplifing CSP by introducing new Boolean variables
7.65/7.87	c 8	CSP : 6500 integers, 0 booleans, 76413 clauses, largest domain size 10
7.65/7.87	c 8	Heap : 54 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.84/8.08	c 9	Encoding CSP to SAT : HOME/temp.cnf
7.84/8.10	c 9	650 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
7.94/8.10	c 9	1300 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
7.94/8.11	c 9	1950 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
7.94/8.11	c 9	2600 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
7.94/8.11	c 9	3250 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
7.94/8.11	c 9	3900 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
7.94/8.12	c 9	4550 (70%) CSP integer variables are encoded (129 clauses, 1741 bytes)
7.94/8.12	c 9	5200 (80%) CSP integer variables are encoded (1835 clauses, 23919 bytes)
7.94/8.12	c 9	5850 (90%) CSP integer variables are encoded (3538 clauses, 46058 bytes)
7.94/8.13	c 9	6500 (100%) CSP integer variables are encoded (5250 clauses, 70853 bytes)
8.04/8.23	c 9	7642 (10%) CSP clauses are encoded (12892 clauses, 164530 bytes)
8.04/8.28	c 9	15283 (20%) CSP clauses are encoded (20533 clauses, 262347 bytes)
8.14/8.34	c 9	22924 (30%) CSP clauses are encoded (28174 clauses, 360429 bytes)
8.14/8.39	c 9	30566 (40%) CSP clauses are encoded (35816 clauses, 460758 bytes)
8.23/8.44	c 9	38207 (50%) CSP clauses are encoded (43457 clauses, 567396 bytes)
8.23/8.49	c 9	45848 (60%) CSP clauses are encoded (51098 clauses, 674000 bytes)
8.33/8.54	c 9	53490 (70%) CSP clauses are encoded (58740 clauses, 780568 bytes)
8.33/8.59	c 9	61131 (80%) CSP clauses are encoded (66381 clauses, 886974 bytes)
8.44/8.64	c 9	68772 (90%) CSP clauses are encoded (74022 clauses, 993152 bytes)
8.54/8.77	c 9	76413 (100%) CSP clauses are encoded (110163 clauses, 1579883 bytes)
8.54/8.77	c 9	76413 CSP clauses encoded
8.54/8.77	c 9	Writing map file : HOME/temp.map
8.63/8.82	c 9	Heap : 30 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.63/8.82	c 9	SAT : 11750 SAT variables, 110163 SAT clauses, 1579883 bytes
8.63/8.82	c 9	Heap : 30 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.63/8.88	c 9	SOLVING HOME/temp.cnf
8.63/8.88	c 9	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.06/1818.41	c 1819	DECODING HOME/temp.out WITH HOME/temp.map
1800.06/1818.41	c 1819	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.06/1818.42	c ERROR INTERRUPTED
1800.06/1818.42	s UNKNOWN
1800.06/1818.42	c 1819	CPU 8.29 (0.03 0.01 8.26 0.38)
1800.06/1818.42	c 1819	END Thu Jul  3 04:00: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-1050231-1215048624/watcher-1050231-1215048624 -o /tmp/evaluation-result-1050231-1215048624/solver-1050231-1215048624 -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-1050231-1215048624.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.21 2.09 2.02 4/81 26974
/proc/meminfo: memFree=1544448/2055920 swapFree=4117292/4192956
[pid=26974] ppid=26972 vsize=18572 CPUtime=0
/proc/26974/stat : 26974 (runsolver) R 26972 26974 24179 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 1983836137 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 264907582759 0 0 4096 24578 0 0 0 17 1 0 0
/proc/26974/statm: 4643 292 257 25 0 2626 0

[startup+0.0527001 s]
/proc/loadavg: 2.21 2.09 2.02 4/81 26974
/proc/meminfo: memFree=1544448/2055920 swapFree=4117292/4192956
[pid=26974] ppid=26972 vsize=13600 CPUtime=0.03
/proc/26974/stat : 26974 (sugar) S 26972 26974 24179 0 -1 4194304 884 127 0 0 3 0 0 0 19 0 1 0 1983836137 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26974/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101431 s]
/proc/loadavg: 2.21 2.09 2.02 4/81 26974
/proc/meminfo: memFree=1544448/2055920 swapFree=4117292/4192956
[pid=26974] ppid=26972 vsize=13600 CPUtime=0.03
/proc/26974/stat : 26974 (sugar) S 26972 26974 24179 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1983836137 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26974/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301297 s]
/proc/loadavg: 2.21 2.09 2.02 4/81 26974
/proc/meminfo: memFree=1544448/2055920 swapFree=4117292/4192956
[pid=26974] ppid=26972 vsize=13600 CPUtime=0.03
/proc/26974/stat : 26974 (sugar) S 26972 26974 24179 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1983836137 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26974/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70133 s]
/proc/loadavg: 2.21 2.09 2.02 4/81 26974
/proc/meminfo: memFree=1544448/2055920 swapFree=4117292/4192956
[pid=26974] ppid=26972 vsize=13600 CPUtime=0.03
/proc/26974/stat : 26974 (sugar) S 26972 26974 24179 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1983836137 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26974/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50239 s]
/proc/loadavg: 2.19 2.08 2.02 4/92 26986
/proc/meminfo: memFree=1510888/2055920 swapFree=4117292/4192956
[pid=26974] ppid=26972 vsize=13600 CPUtime=0.03
/proc/26974/stat : 26974 (sugar) S 26972 26974 24179 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1983836137 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26974/statm: 3400 796 370 3 0 500 0
[pid=26977] ppid=26974 vsize=5356 CPUtime=0
/proc/26977/stat : 26977 (sh) S 26974 26974 24179 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 1983836142 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26977/statm: 1339 233 193 169 0 50 0
[pid=26978] ppid=26977 vsize=866672 CPUtime=1.42
/proc/26978/stat : 26978 (java) S 26977 26974 24179 0 -1 0 18437 0 1 0 133 9 0 0 18 0 9 0 1983836142 887472128 15520 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26978/statm: 216668 15520 2529 9 0 211250 0
[pid=26978/tid=26979] ppid=26977 vsize=866672 CPUtime=0.77
/proc/26978/task/26979/stat : 26979 (java) R 26977 26974 24179 0 -1 64 2975 0 1 0 75 2 0 0 24 0 9 0 1983836143 887472128 15520 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26978/tid=26980] ppid=26977 vsize=866672 CPUtime=0.53
/proc/26978/task/26980/stat : 26980 (java) R 26977 26974 24179 0 -1 64 14273 0 0 0 48 5 0 0 16 0 9 0 1983836145 887472128 15520 996147200 134512640 134550740 4294956016 18446744073709551615 102721928 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26978/tid=26981] ppid=26977 vsize=866672 CPUtime=0
/proc/26978/task/26981/stat : 26981 (java) S 26977 26974 24179 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1983836145 887472128 15520 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26978/tid=26982] ppid=26977 vsize=866672 CPUtime=0
/proc/26978/task/26982/stat : 26982 (java) S 26977 26974 24179 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1983836145 887472128 15520 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26978/tid=26983] ppid=26977 vsize=866672 CPUtime=0
/proc/26978/task/26983/stat : 26983 (java) S 26977 26974 24179 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1983836147 887472128 15520 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26978/tid=26984] ppid=26977 vsize=866672 CPUtime=0.09
/proc/26978/task/26984/stat : 26984 (java) S 26977 26974 24179 0 -1 64 489 0 0 0 9 0 0 0 16 0 9 0 1983836147 887472128 15520 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26978/tid=26985] ppid=26977 vsize=866672 CPUtime=0
/proc/26978/task/26985/stat : 26985 (java) S 26977 26974 24179 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1983836147 887472128 15520 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26978/tid=26986] ppid=26977 vsize=866672 CPUtime=0
/proc/26978/task/26986/stat : 26986 (java) S 26977 26974 24179 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983836147 887472128 15520 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 885628

[startup+3.10249 s]
/proc/loadavg: 2.19 2.08 2.02 3/92 26986
/proc/meminfo: memFree=1466664/2055920 swapFree=4117292/4192956
[pid=26974] ppid=26972 vsize=13600 CPUtime=0.03
/proc/26974/stat : 26974 (sugar) S 26972 26974 24179 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1983836137 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26974/statm: 3400 796 370 3 0 500 0
[pid=26977] ppid=26974 vsize=5356 CPUtime=0
/proc/26977/stat : 26977 (sh) S 26974 26974 24179 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 1983836142 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26977/statm: 1339 233 193 169 0 50 0
[pid=26978] ppid=26977 vsize=864688 CPUtime=3.01
/proc/26978/stat : 26978 (java) S 26977 26974 24179 0 -1 0 34268 0 1 0 284 17 0 0 18 0 9 0 1983836142 885440512 28865 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26978/statm: 216172 28865 2529 9 0 210754 0
[pid=26978/tid=26979] ppid=26977 vsize=864688 CPUtime=1.47
/proc/26978/task/26979/stat : 26979 (java) R 26977 26974 24179 0 -1 64 3880 0 1 0 144 3 0 0 25 0 9 0 1983836143 885440512 28865 996147200 134512640 134550740 4294956016 18446744073709551615 4126095810 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26978/tid=26980] ppid=26977 vsize=864688 CPUtime=1.38
/proc/26978/task/26980/stat : 26980 (java) S 26977 26974 24179 0 -1 64 29172 0 0 0 126 12 0 0 16 0 9 0 1983836145 885440512 28865 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26978/tid=26981] ppid=26977 vsize=864688 CPUtime=0
/proc/26978/task/26981/stat : 26981 (java) S 26977 26974 24179 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1983836145 885440512 28865 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26978/tid=26982] ppid=26977 vsize=864688 CPUtime=0
/proc/26978/task/26982/stat : 26982 (java) S 26977 26974 24179 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983836145 885440512 28865 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26978/tid=26983] ppid=26977 vsize=864688 CPUtime=0
/proc/26978/task/26983/stat : 26983 (java) S 26977 26974 24179 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1983836147 885440512 28865 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26978/tid=26984] ppid=26977 vsize=864688 CPUtime=0.13
/proc/26978/task/26984/stat : 26984 (java) S 26977 26974 24179 0 -1 64 516 0 0 0 13 0 0 0 16 0 9 0 1983836147 885440512 28865 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26978/tid=26985] ppid=26977 vsize=864688 CPUtime=0
/proc/26978/task/26985/stat : 26985 (java) S 26977 26974 24179 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1983836147 885440512 28865 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26978/tid=26986] ppid=26977 vsize=864688 CPUtime=0
/proc/26978/task/26986/stat : 26986 (java) S 26977 26974 24179 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983836147 885440512 28865 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 883644

[startup+6.30672 s]
/proc/loadavg: 2.19 2.08 2.02 3/92 26996
/proc/meminfo: memFree=1515176/2055920 swapFree=4117292/4192956
[pid=26974] ppid=26972 vsize=13600 CPUtime=3.78
/proc/26974/stat : 26974 (sugar) S 26972 26974 24179 0 -1 4194304 974 34927 0 1 3 1 354 20 15 0 1 0 1983836137 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26974/statm: 3400 797 370 3 0 500 0
[pid=26987] ppid=26974 vsize=5356 CPUtime=0
/proc/26987/stat : 26987 (sh) S 26974 26974 24179 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983836524 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26987/statm: 1339 233 193 169 0 50 0
[pid=26988] ppid=26987 vsize=868472 CPUtime=2.39
/proc/26988/stat : 26988 (java) S 26987 26974 24179 0 -1 0 14428 0 1 0 229 10 0 0 19 0 9 0 1983836525 889315328 12659 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26988/statm: 217118 12659 2543 9 0 211693 0
[pid=26988/tid=26989] ppid=26987 vsize=868472 CPUtime=1.48
/proc/26988/task/26989/stat : 26989 (java) R 26987 26974 24179 0 -1 64 3021 0 1 0 146 2 0 0 25 0 9 0 1983836525 889315328 12659 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26988/tid=26990] ppid=26987 vsize=868472 CPUtime=0.68
/proc/26988/task/26990/stat : 26990 (java) S 26987 26974 24179 0 -1 64 9249 0 0 0 63 5 0 0 15 0 9 0 1983836527 889315328 12659 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26988/tid=26991] ppid=26987 vsize=868472 CPUtime=0
/proc/26988/task/26991/stat : 26991 (java) S 26987 26974 24179 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983836527 889315328 12659 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26988/tid=26992] ppid=26987 vsize=868472 CPUtime=0
/proc/26988/task/26992/stat : 26992 (java) S 26987 26974 24179 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1983836527 889315328 12659 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26988/tid=26993] ppid=26987 vsize=868472 CPUtime=0
/proc/26988/task/26993/stat : 26993 (java) S 26987 26974 24179 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983836529 889315328 12659 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26988/tid=26994] ppid=26987 vsize=868472 CPUtime=0.19
/proc/26988/task/26994/stat : 26994 (java) S 26987 26974 24179 0 -1 64 1462 0 0 0 18 1 0 0 16 0 9 0 1983836529 889315328 12659 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26988/tid=26995] ppid=26987 vsize=868472 CPUtime=0
/proc/26988/task/26995/stat : 26995 (java) S 26987 26974 24179 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983836529 889315328 12659 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26988/tid=26996] ppid=26987 vsize=868472 CPUtime=0
/proc/26988/task/26996/stat : 26996 (java) S 26987 26974 24179 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983836529 889315328 12659 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 887428

[startup+12.7021 s]
/proc/loadavg: 2.16 2.08 2.02 3/84 26998
/proc/meminfo: memFree=1534184/2055920 swapFree=4117292/4192956
[pid=26974] ppid=26972 vsize=13600 CPUtime=8.68
/proc/26974/stat : 26974 (sugar) S 26972 26974 24179 0 -1 4194304 1022 57002 0 2 3 1 826 38 16 0 1 0 1983836137 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26974/statm: 3400 799 370 3 0 500 0
[pid=26997] ppid=26974 vsize=5356 CPUtime=0
/proc/26997/stat : 26997 (sh) S 26974 26974 24179 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983837025 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26997/statm: 1339 232 193 169 0 50 0
[pid=26998] ppid=26997 vsize=5064 CPUtime=3.78
/proc/26998/stat : 26998 (picosat) R 26997 26974 24179 0 -1 4194304 1118 0 0 0 336 42 0 0 25 0 1 0 1983837025 5185536 1093 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/26998/statm: 1266 1093 48 102 0 1161 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 24020

[startup+25.5019 s]
/proc/loadavg: 2.14 2.08 2.02 3/84 26998
/proc/meminfo: memFree=1532776/2055920 swapFree=4117292/4192956
[pid=26974] ppid=26972 vsize=13600 CPUtime=8.68
/proc/26974/stat : 26974 (sugar) S 26972 26974 24179 0 -1 4194304 1022 57002 0 2 3 1 826 38 16 0 1 0 1983836137 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26974/statm: 3400 799 370 3 0 500 0
[pid=26997] ppid=26974 vsize=5356 CPUtime=0
/proc/26997/stat : 26997 (sh) S 26974 26974 24179 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983837025 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26997/statm: 1339 232 193 169 0 50 0
[pid=26998] ppid=26997 vsize=6496 CPUtime=16.46
/proc/26998/stat : 26998 (picosat) R 26997 26974 24179 0 -1 4194304 1484 0 0 0 1603 43 0 0 25 0 1 0 1983837025 6651904 1459 996147200 134512640 134931368 4294956256 18446744073709551615 134525921 0 0 4096 0 0 0 0 17 1 0 0
/proc/26998/statm: 1624 1459 48 102 0 1519 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 25452

[startup+51.1016 s]
/proc/loadavg: 2.09 2.07 2.02 3/84 26998
/proc/meminfo: memFree=1530856/2055920 swapFree=4117292/4192956
[pid=26974] ppid=26972 vsize=13600 CPUtime=8.68
/proc/26974/stat : 26974 (sugar) S 26972 26974 24179 0 -1 4194304 1022 57002 0 2 3 1 826 38 16 0 1 0 1983836137 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26974/statm: 3400 799 370 3 0 500 0
[pid=26997] ppid=26974 vsize=5356 CPUtime=0
/proc/26997/stat : 26997 (sh) S 26974 26974 24179 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983837025 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26997/statm: 1339 232 193 169 0 50 0
[pid=26998] ppid=26997 vsize=9248 CPUtime=41.82
/proc/26998/stat : 26998 (picosat) R 26997 26974 24179 0 -1 4194304 2175 0 0 0 4138 44 0 0 25 0 1 0 1983837025 9469952 2150 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/26998/statm: 2312 2150 48 102 0 2207 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 28204

[startup+102.307 s]
/proc/loadavg: 2.03 2.06 2.01 3/84 26998
/proc/meminfo: memFree=1525672/2055920 swapFree=4117292/4192956
[pid=26974] ppid=26972 vsize=13600 CPUtime=8.68
/proc/26974/stat : 26974 (sugar) S 26972 26974 24179 0 -1 4194304 1022 57002 0 2 3 1 826 38 16 0 1 0 1983836137 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26974/statm: 3400 799 370 3 0 500 0

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

/proc/meminfo: memFree=1533928/2055920 swapFree=4117292/4192956
[pid=26974] ppid=26972 vsize=13600 CPUtime=8.68
/proc/26974/stat : 26974 (sugar) S 26972 26974 24179 0 -1 4194304 1022 57002 0 2 3 1 826 38 16 0 1 0 1983836137 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26974/statm: 3400 799 370 3 0 500 0
[pid=26997] ppid=26974 vsize=5356 CPUtime=0
/proc/26997/stat : 26997 (sh) S 26974 26974 24179 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983837025 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26997/statm: 1339 232 193 169 0 50 0
[pid=26998] ppid=26997 vsize=39348 CPUtime=1280.72
/proc/26998/stat : 26998 (picosat) R 26997 26974 24179 0 -1 4194304 12305 0 0 0 128014 58 0 0 25 0 1 0 1983837025 40292352 9699 996147200 134512640 134931368 4294956256 18446744073709551615 134531136 0 0 4096 0 0 0 0 17 1 0 0
/proc/26998/statm: 9837 9699 48 102 0 9732 0
Current children cumulated CPU time (s) 1289.4
Current children cumulated vsize (KiB) 58304

[startup+1362.3 s]
/proc/loadavg: 2.02 2.05 2.01 4/84 27039
/proc/meminfo: memFree=1533864/2055920 swapFree=4117292/4192956
[pid=26974] ppid=26972 vsize=13600 CPUtime=8.68
/proc/26974/stat : 26974 (sugar) S 26972 26974 24179 0 -1 4194304 1022 57002 0 2 3 1 826 38 16 0 1 0 1983836137 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26974/statm: 3400 799 370 3 0 500 0
[pid=26997] ppid=26974 vsize=5356 CPUtime=0
/proc/26997/stat : 26997 (sh) S 26974 26974 24179 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983837025 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26997/statm: 1339 232 193 169 0 50 0
[pid=26998] ppid=26997 vsize=39348 CPUtime=1340.07
/proc/26998/stat : 26998 (picosat) R 26997 26974 24179 0 -1 4194304 12307 0 0 0 133949 58 0 0 25 0 1 0 1983837025 40292352 9701 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26998/statm: 9837 9701 48 102 0 9732 0
Current children cumulated CPU time (s) 1348.75
Current children cumulated vsize (KiB) 58304

[startup+1422.31 s]
/proc/loadavg: 2.01 2.04 2.01 4/84 27039
/proc/meminfo: memFree=1533608/2055920 swapFree=4117292/4192956
[pid=26974] ppid=26972 vsize=13600 CPUtime=8.68
/proc/26974/stat : 26974 (sugar) S 26972 26974 24179 0 -1 4194304 1022 57002 0 2 3 1 826 38 16 0 1 0 1983836137 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26974/statm: 3400 799 370 3 0 500 0
[pid=26997] ppid=26974 vsize=5356 CPUtime=0
/proc/26997/stat : 26997 (sh) S 26974 26974 24179 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983837025 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26997/statm: 1339 232 193 169 0 50 0
[pid=26998] ppid=26997 vsize=39348 CPUtime=1399.45
/proc/26998/stat : 26998 (picosat) R 26997 26974 24179 0 -1 4194304 12351 0 0 0 139886 59 0 0 25 0 1 0 1983837025 40292352 9701 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26998/statm: 9837 9701 48 102 0 9732 0
Current children cumulated CPU time (s) 1408.13
Current children cumulated vsize (KiB) 58304

[startup+1482.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/84 27039
/proc/meminfo: memFree=1533544/2055920 swapFree=4117292/4192956
[pid=26974] ppid=26972 vsize=13600 CPUtime=8.68
/proc/26974/stat : 26974 (sugar) S 26972 26974 24179 0 -1 4194304 1022 57002 0 2 3 1 826 38 16 0 1 0 1983836137 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26974/statm: 3400 799 370 3 0 500 0
[pid=26997] ppid=26974 vsize=5356 CPUtime=0
/proc/26997/stat : 26997 (sh) S 26974 26974 24179 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983837025 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26997/statm: 1339 232 193 169 0 50 0
[pid=26998] ppid=26997 vsize=39348 CPUtime=1458.81
/proc/26998/stat : 26998 (picosat) R 26997 26974 24179 0 -1 4194304 12351 0 0 0 145822 59 0 0 25 0 1 0 1983837025 40292352 9701 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26998/statm: 9837 9701 48 102 0 9732 0
Current children cumulated CPU time (s) 1467.49
Current children cumulated vsize (KiB) 58304

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 27039
/proc/meminfo: memFree=1533544/2055920 swapFree=4117292/4192956
[pid=26974] ppid=26972 vsize=13600 CPUtime=8.68
/proc/26974/stat : 26974 (sugar) S 26972 26974 24179 0 -1 4194304 1022 57002 0 2 3 1 826 38 16 0 1 0 1983836137 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26974/statm: 3400 799 370 3 0 500 0
[pid=26997] ppid=26974 vsize=5356 CPUtime=0
/proc/26997/stat : 26997 (sh) S 26974 26974 24179 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983837025 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26997/statm: 1339 232 193 169 0 50 0
[pid=26998] ppid=26997 vsize=39604 CPUtime=1518.18
/proc/26998/stat : 26998 (picosat) R 26997 26974 24179 0 -1 4194304 12353 0 0 0 151758 60 0 0 25 0 1 0 1983837025 40554496 9703 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/26998/statm: 9901 9703 48 102 0 9796 0
Current children cumulated CPU time (s) 1526.86
Current children cumulated vsize (KiB) 58560

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 27039
/proc/meminfo: memFree=1531880/2055920 swapFree=4117292/4192956
[pid=26974] ppid=26972 vsize=13600 CPUtime=8.68
/proc/26974/stat : 26974 (sugar) S 26972 26974 24179 0 -1 4194304 1022 57002 0 2 3 1 826 38 16 0 1 0 1983836137 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26974/statm: 3400 799 370 3 0 500 0
[pid=26997] ppid=26974 vsize=5356 CPUtime=0
/proc/26997/stat : 26997 (sh) S 26974 26974 24179 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983837025 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26997/statm: 1339 232 193 169 0 50 0
[pid=26998] ppid=26997 vsize=41292 CPUtime=1577.56
/proc/26998/stat : 26998 (picosat) R 26997 26974 24179 0 -1 4194304 12801 0 0 0 157695 61 0 0 25 0 1 0 1983837025 42283008 10105 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26998/statm: 10323 10105 48 102 0 10218 0
Current children cumulated CPU time (s) 1586.24
Current children cumulated vsize (KiB) 60248

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 4/84 27039
/proc/meminfo: memFree=1532904/2055920 swapFree=4117292/4192956
[pid=26974] ppid=26972 vsize=13600 CPUtime=8.68
/proc/26974/stat : 26974 (sugar) S 26972 26974 24179 0 -1 4194304 1022 57002 0 2 3 1 826 38 16 0 1 0 1983836137 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26974/statm: 3400 799 370 3 0 500 0
[pid=26997] ppid=26974 vsize=5356 CPUtime=0
/proc/26997/stat : 26997 (sh) S 26974 26974 24179 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983837025 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26997/statm: 1339 232 193 169 0 50 0
[pid=26998] ppid=26997 vsize=40080 CPUtime=1636.92
/proc/26998/stat : 26998 (picosat) R 26997 26974 24179 0 -1 4194304 12802 0 0 0 163631 61 0 0 25 0 1 0 1983837025 41041920 9824 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26998/statm: 10020 9824 48 102 0 9915 0
Current children cumulated CPU time (s) 1645.6
Current children cumulated vsize (KiB) 59036

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 4/84 27039
/proc/meminfo: memFree=1533352/2055920 swapFree=4117292/4192956
[pid=26974] ppid=26972 vsize=13600 CPUtime=8.68
/proc/26974/stat : 26974 (sugar) S 26972 26974 24179 0 -1 4194304 1022 57002 0 2 3 1 826 38 16 0 1 0 1983836137 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26974/statm: 3400 799 370 3 0 500 0
[pid=26997] ppid=26974 vsize=5356 CPUtime=0
/proc/26997/stat : 26997 (sh) S 26974 26974 24179 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983837025 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26997/statm: 1339 232 193 169 0 50 0
[pid=26998] ppid=26997 vsize=39644 CPUtime=1696.3
/proc/26998/stat : 26998 (picosat) R 26997 26974 24179 0 -1 4194304 12804 0 0 0 169569 61 0 0 25 0 1 0 1983837025 40595456 9717 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26998/statm: 9911 9717 48 102 0 9806 0
Current children cumulated CPU time (s) 1704.98
Current children cumulated vsize (KiB) 58600

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 27039
/proc/meminfo: memFree=1533352/2055920 swapFree=4117292/4192956
[pid=26974] ppid=26972 vsize=13600 CPUtime=8.68
/proc/26974/stat : 26974 (sugar) S 26972 26974 24179 0 -1 4194304 1022 57002 0 2 3 1 826 38 16 0 1 0 1983836137 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26974/statm: 3400 799 370 3 0 500 0
[pid=26997] ppid=26974 vsize=5356 CPUtime=0
/proc/26997/stat : 26997 (sh) S 26974 26974 24179 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983837025 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26997/statm: 1339 232 193 169 0 50 0
[pid=26998] ppid=26997 vsize=39644 CPUtime=1755.66
/proc/26998/stat : 26998 (picosat) R 26997 26974 24179 0 -1 4194304 12804 0 0 0 175504 62 0 0 25 0 1 0 1983837025 40595456 9717 996147200 134512640 134931368 4294956256 18446744073709551615 134525751 0 0 4096 0 0 0 0 17 1 0 0
/proc/26998/statm: 9911 9717 48 102 0 9806 0
Current children cumulated CPU time (s) 1764.34
Current children cumulated vsize (KiB) 58600



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1818.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 27039
/proc/meminfo: memFree=1533352/2055920 swapFree=4117292/4192956
[pid=26974] ppid=26972 vsize=13600 CPUtime=8.68
/proc/26974/stat : 26974 (sugar) S 26972 26974 24179 0 -1 4194304 1022 57002 0 2 3 1 826 38 16 0 1 0 1983836137 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26974/statm: 3400 799 370 3 0 500 0
[pid=26997] ppid=26974 vsize=5356 CPUtime=0
/proc/26997/stat : 26997 (sh) S 26974 26974 24179 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983837025 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26997/statm: 1339 232 193 169 0 50 0
[pid=26998] ppid=26997 vsize=39644 CPUtime=1791.38
/proc/26998/stat : 26998 (picosat) R 26997 26974 24179 0 -1 4194304 12804 0 0 0 179076 62 0 0 25 0 1 0 1983837025 40595456 9717 996147200 134512640 134931368 4294956256 18446744073709551615 134529977 0 0 4096 0 0 0 0 17 1 0 0
/proc/26998/statm: 9911 9717 48 102 0 9806 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 58600

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26974 and gives
#  childrusage.ru_utime.tv_sec=8
#  childrusage.ru_utime.tv_usec=304737
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=406938
# CPU time returned by wait4() is 8.71167
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1818.43
CPU time (s): 1800.06
CPU user time (s): 1799.05
CPU system time (s): 1.01
CPU usage (%): 98.99
Max. virtual memory (cumulated for all children) (KiB): 888432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.30474
system time used= 0.406938
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58468
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= 4482
involuntary context switches= 4596

runsolver used 2.31865 second user time and 6.72698 second system time

The end

Launcher Data (download as text)

Begin job on node30 at 2008-07-03 03:30:24
IDJOB=1050231
IDBENCH=54868
IDSOLVER=345
FILE ID=node30/1050231-1215048624
PBS_JOBID= 7875113
Free space on /tmp= 66532 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/pseudo/primesDimacs/normalized-g-125-18.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-1050231-1215048624/watcher-1050231-1215048624 -o /tmp/evaluation-result-1050231-1215048624/solver-1050231-1215048624 -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-1050231-1215048624.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 22689bcc3124eea2b7d80bb2193e6792
RANDOM SEED=1485710360

node30.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.218
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.218
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:       1544928 kB
Buffers:         45880 kB
Cached:         181236 kB
SwapCached:      69636 kB
Active:         322200 kB
Inactive:       111096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1544928 kB
SwapTotal:     4192956 kB
SwapFree:      4117292 kB
Dirty:           10748 kB
Writeback:           0 kB
Mapped:         222688 kB
Slab:            62484 kB
Committed_AS:  4247808 kB
PageTables:       2164 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66540 MiB
End job on node30 at 2008-07-03 04:00:45