Trace number 1066963

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.01 1807.36

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg11-14_ext.xml
MD5SUMe65d9d7374d09e1bce67fdbc6a1537f0
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.098984
Satisfiable
(Un)Satisfiability was proved
Number of variables154
Number of constraints25
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension25
Number of constraints which are defined in intension0
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 07:34:07 2008
0.00/0.04	c 0	PID 7507
0.00/0.05	c 0	HOST node45.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1066963-1215149647.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-1066963-1215149647.xml' 'HOME/temp.csp'
0.03/0.47	c 1	1 domains, 154 variables, 0 predicates, 2 relations, 25 constraints
0.03/0.52	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.52	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.44/0.60	c 1	Parsing HOME/temp.csp
0.44/0.76	c 1	parsed 182 expressions
0.44/0.76	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.44/0.76	c 1	Converting to clausal form CSP
0.44/0.78	c 1	converted 19 (10%) expressions
0.44/0.78	c 1	converted 37 (20%) expressions
0.44/0.78	c 1	converted 55 (30%) expressions
0.44/0.78	c 1	converted 73 (40%) expressions
0.44/0.78	c 1	converted 91 (50%) expressions
0.44/0.78	c 1	converted 110 (60%) expressions
0.44/0.78	c 1	converted 128 (70%) expressions
0.44/0.79	c 1	converted 146 (80%) expressions
1.09/1.26	c 1	converted 164 (90%) expressions
1.58/1.79	c 2	converted 182 (100%) expressions
1.58/1.79	c 2	CSP : 154 integers, 0 booleans, 25 clauses, largest domain size 26
1.58/1.79	c 2	Heap : 37 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.58/1.79	c 2	Propagation in CSP
1.58/1.79	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.58/1.79	c 2	CSP : 154 integers, 0 booleans, 25 clauses, largest domain size 26
1.58/1.80	c 2	Heap : 37 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.58/1.80	c 2	Simplifing CSP by introducing new Boolean variables
1.58/1.80	c 2	CSP : 154 integers, 0 booleans, 25 clauses, largest domain size 26
1.58/1.80	c 2	Heap : 37 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.79/1.95	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.79/1.97	c 2	16 (10%) CSP integer variables are encoded (384 clauses, 4080 bytes)
1.79/1.98	c 2	31 (20%) CSP integer variables are encoded (744 clauses, 8040 bytes)
1.79/1.98	c 2	47 (30%) CSP integer variables are encoded (1128 clauses, 12601 bytes)
1.79/1.98	c 2	62 (40%) CSP integer variables are encoded (1488 clauses, 17281 bytes)
1.79/1.98	c 2	77 (50%) CSP integer variables are encoded (1848 clauses, 21961 bytes)
1.79/1.98	c 2	93 (60%) CSP integer variables are encoded (2232 clauses, 26953 bytes)
1.79/1.98	c 2	108 (70%) CSP integer variables are encoded (2592 clauses, 31633 bytes)
1.79/1.99	c 2	124 (80%) CSP integer variables are encoded (2976 clauses, 36625 bytes)
1.79/1.99	c 2	139 (90%) CSP integer variables are encoded (3336 clauses, 41305 bytes)
1.79/1.99	c 2	154 (100%) CSP integer variables are encoded (3696 clauses, 45985 bytes)
28.75/29.06	c 29	3 (10%) CSP clauses are encoded (146163 clauses, 10398681 bytes)
46.85/47.22	c 47	5 (20%) CSP clauses are encoded (241141 clauses, 17422522 bytes)
74.01/74.56	c 75	8 (30%) CSP clauses are encoded (383608 clauses, 28093777 bytes)
92.01/92.60	c 93	10 (40%) CSP clauses are encoded (478586 clauses, 35207947 bytes)
119.08/119.90	c 120	13 (50%) CSP clauses are encoded (621053 clauses, 45969999 bytes)
129.22/130.02	c 130	15 (60%) CSP clauses are encoded (682607 clauses, 50577568 bytes)
132.50/133.31	c 133	18 (70%) CSP clauses are encoded (724802 clauses, 54050080 bytes)
134.89/135.74	c 136	20 (80%) CSP clauses are encoded (752932 clauses, 56671426 bytes)
138.17/139.05	c 139	23 (90%) CSP clauses are encoded (795127 clauses, 60603445 bytes)
140.36/141.26	c 141	25 (100%) CSP clauses are encoded (823257 clauses, 63224791 bytes)
140.36/141.27	c 141	25 CSP clauses encoded
140.36/141.27	c 141	Writing map file : HOME/temp.map
140.36/141.27	c 141	Heap : 53 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
140.36/141.27	c 141	SAT : 3850 SAT variables, 823257 SAT clauses, 63224791 bytes
140.36/141.27	c 141	Heap : 53 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
140.36/141.29	c 141	SOLVING HOME/temp.cnf
140.36/141.29	c 141	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.01/1807.32	c ERROR INTERRUPTED
1800.01/1807.32	s UNKNOWN
1800.01/1807.32	c 1808	CPU 139.77 (0.03 0 139.74 0.69)
1800.01/1807.32	c 1808	END Fri Jul  4 08:04:15 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-1066963-1215149647/watcher-1066963-1215149647 -o /tmp/evaluation-result-1066963-1215149647/solver-1066963-1215149647 -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-1066963-1215149647.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.83 2.00 1.99 4/72 7507
/proc/meminfo: memFree=1862324/2055920 swapFree=4179816/4192956
[pid=7507] ppid=7505 vsize=18572 CPUtime=0
/proc/7507/stat : 7507 (runsolver) R 7505 7507 3763 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1993937094 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 258939088167 0 0 4096 24578 0 0 0 17 1 0 0
/proc/7507/statm: 4643 292 257 25 0 2626 0

[startup+0.0899889 s]
/proc/loadavg: 1.83 2.00 1.99 4/72 7507
/proc/meminfo: memFree=1862324/2055920 swapFree=4179816/4192956
[pid=7507] ppid=7505 vsize=13600 CPUtime=0.03
/proc/7507/stat : 7507 (sugar) S 7505 7507 3763 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1993937094 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7507/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102991 s]
/proc/loadavg: 1.83 2.00 1.99 4/72 7507
/proc/meminfo: memFree=1862324/2055920 swapFree=4179816/4192956
[pid=7507] ppid=7505 vsize=13600 CPUtime=0.03
/proc/7507/stat : 7507 (sugar) S 7505 7507 3763 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1993937094 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7507/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.303037 s]
/proc/loadavg: 1.83 2.00 1.99 4/72 7507
/proc/meminfo: memFree=1862324/2055920 swapFree=4179816/4192956
[pid=7507] ppid=7505 vsize=13600 CPUtime=0.03
/proc/7507/stat : 7507 (sugar) S 7505 7507 3763 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1993937094 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7507/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.7011 s]
/proc/loadavg: 1.83 2.00 1.99 4/72 7507
/proc/meminfo: memFree=1862324/2055920 swapFree=4179816/4192956
[pid=7507] ppid=7505 vsize=13600 CPUtime=0.44
/proc/7507/stat : 7507 (sugar) S 7505 7507 3763 0 -1 4194304 973 4894 0 1 3 0 39 2 16 0 1 0 1993937094 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7507/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 13600

[startup+1.50125 s]
/proc/loadavg: 1.83 2.00 1.99 4/83 7529
/proc/meminfo: memFree=1845660/2055920 swapFree=4179816/4192956
[pid=7507] ppid=7505 vsize=13600 CPUtime=0.44
/proc/7507/stat : 7507 (sugar) S 7505 7507 3763 0 -1 4194304 973 4894 0 1 3 0 39 2 15 0 1 0 1993937094 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7507/statm: 3400 797 370 3 0 500 0
[pid=7520] ppid=7507 vsize=5356 CPUtime=0
/proc/7520/stat : 7520 (sh) S 7507 7507 3763 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993937146 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7520/statm: 1339 233 193 169 0 50 0
[pid=7521] ppid=7520 vsize=864396 CPUtime=0.95
/proc/7521/stat : 7521 (java) S 7520 7507 3763 0 -1 0 10916 0 1 0 88 7 0 0 18 0 9 0 1993937147 885141504 10115 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7521/statm: 216099 10115 2540 9 0 210674 0
[pid=7521/tid=7522] ppid=7520 vsize=864396 CPUtime=0.38
/proc/7521/task/7522/stat : 7522 (java) R 7520 7507 3763 0 -1 64 2768 0 1 0 37 1 0 0 19 0 9 0 1993937148 885141504 10115 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7521/tid=7523] ppid=7520 vsize=864396 CPUtime=0.47
/proc/7521/task/7523/stat : 7523 (java) R 7520 7507 3763 0 -1 64 7126 0 0 0 43 4 0 0 17 0 9 0 1993937149 885141504 10115 996147200 134512640 134550740 4294955952 18446744073709551615 102731776 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7521/tid=7524] ppid=7520 vsize=864396 CPUtime=0
/proc/7521/task/7524/stat : 7524 (java) S 7520 7507 3763 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1993937149 885141504 10115 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7521/tid=7525] ppid=7520 vsize=864396 CPUtime=0
/proc/7521/task/7525/stat : 7525 (java) S 7520 7507 3763 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993937149 885141504 10115 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7521/tid=7526] ppid=7520 vsize=864396 CPUtime=0
/proc/7521/task/7526/stat : 7526 (java) S 7520 7507 3763 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993937151 885141504 10115 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7521/tid=7527] ppid=7520 vsize=864396 CPUtime=0.07
/proc/7521/task/7527/stat : 7527 (java) S 7520 7507 3763 0 -1 64 329 0 0 0 7 0 0 0 16 0 9 0 1993937151 885141504 10115 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7521/tid=7528] ppid=7520 vsize=864396 CPUtime=0
/proc/7521/task/7528/stat : 7528 (java) S 7520 7507 3763 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993937151 885141504 10115 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7521/tid=7529] ppid=7520 vsize=864396 CPUtime=0
/proc/7521/task/7529/stat : 7529 (java) S 7520 7507 3763 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993937151 885141504 10115 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 883352

[startup+3.10253 s]
/proc/loadavg: 1.92 2.01 1.99 3/83 7529
/proc/meminfo: memFree=1812828/2055920 swapFree=4179816/4192956
[pid=7507] ppid=7505 vsize=13600 CPUtime=0.44
/proc/7507/stat : 7507 (sugar) S 7505 7507 3763 0 -1 4194304 974 4894 0 1 3 0 39 2 15 0 1 0 1993937094 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7507/statm: 3400 797 370 3 0 500 0
[pid=7520] ppid=7507 vsize=5356 CPUtime=0
/proc/7520/stat : 7520 (sh) S 7507 7507 3763 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993937146 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7520/statm: 1339 233 193 169 0 50 0
[pid=7521] ppid=7520 vsize=864292 CPUtime=2.54
/proc/7521/stat : 7521 (java) S 7520 7507 3763 0 -1 0 15550 0 1 0 245 9 0 0 18 0 9 0 1993937147 885035008 14664 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7521/statm: 216073 14664 2564 9 0 210620 0
[pid=7521/tid=7522] ppid=7520 vsize=864292 CPUtime=1.59
/proc/7521/task/7522/stat : 7522 (java) R 7520 7507 3763 0 -1 64 3258 0 1 0 157 2 0 0 25 0 9 0 1993937148 885035008 14664 996147200 134512640 134550740 4294955952 18446744073709551615 4125952119 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7521/tid=7523] ppid=7520 vsize=864292 CPUtime=0.83
/proc/7521/task/7523/stat : 7523 (java) S 7520 7507 3763 0 -1 64 11249 0 0 0 77 6 0 0 16 0 9 0 1993937149 885035008 14664 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7521/tid=7524] ppid=7520 vsize=864292 CPUtime=0
/proc/7521/task/7524/stat : 7524 (java) S 7520 7507 3763 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1993937149 885035008 14664 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7521/tid=7525] ppid=7520 vsize=864292 CPUtime=0
/proc/7521/task/7525/stat : 7525 (java) S 7520 7507 3763 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993937149 885035008 14664 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7521/tid=7526] ppid=7520 vsize=864292 CPUtime=0
/proc/7521/task/7526/stat : 7526 (java) S 7520 7507 3763 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993937151 885035008 14664 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7521/tid=7527] ppid=7520 vsize=864292 CPUtime=0.11
/proc/7521/task/7527/stat : 7527 (java) S 7520 7507 3763 0 -1 64 350 0 0 0 11 0 0 0 16 0 9 0 1993937151 885035008 14664 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7521/tid=7528] ppid=7520 vsize=864292 CPUtime=0
/proc/7521/task/7528/stat : 7528 (java) S 7520 7507 3763 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993937151 885035008 14664 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7521/tid=7529] ppid=7520 vsize=864292 CPUtime=0
/proc/7521/task/7529/stat : 7529 (java) S 7520 7507 3763 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993937151 885035008 14664 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 883248

[startup+6.30112 s]
/proc/loadavg: 1.92 2.01 1.99 3/83 7529
/proc/meminfo: memFree=1809692/2055920 swapFree=4179816/4192956
[pid=7507] ppid=7505 vsize=13600 CPUtime=0.44
/proc/7507/stat : 7507 (sugar) S 7505 7507 3763 0 -1 4194304 974 4894 0 1 3 0 39 2 15 0 1 0 1993937094 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7507/statm: 3400 797 370 3 0 500 0
[pid=7520] ppid=7507 vsize=5356 CPUtime=0
/proc/7520/stat : 7520 (sh) S 7507 7507 3763 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993937146 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7520/statm: 1339 233 193 169 0 50 0
[pid=7521] ppid=7520 vsize=864292 CPUtime=5.73
/proc/7521/stat : 7521 (java) S 7520 7507 3763 0 -1 0 16053 0 1 0 563 10 0 0 18 0 9 0 1993937147 885035008 15154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7521/statm: 216073 15154 2564 9 0 210620 0
[pid=7521/tid=7522] ppid=7520 vsize=864292 CPUtime=4.74
/proc/7521/task/7522/stat : 7522 (java) R 7520 7507 3763 0 -1 64 3271 0 1 0 472 2 0 0 25 0 9 0 1993937148 885035008 15154 996147200 134512640 134550740 4294955952 18446744073709551615 4126615841 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7521/tid=7523] ppid=7520 vsize=864292 CPUtime=0.85
/proc/7521/task/7523/stat : 7523 (java) S 7520 7507 3763 0 -1 64 11739 0 0 0 79 6 0 0 16 0 9 0 1993937149 885035008 15154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7521/tid=7524] ppid=7520 vsize=864292 CPUtime=0
/proc/7521/task/7524/stat : 7524 (java) S 7520 7507 3763 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1993937149 885035008 15154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7521/tid=7525] ppid=7520 vsize=864292 CPUtime=0
/proc/7521/task/7525/stat : 7525 (java) S 7520 7507 3763 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993937149 885035008 15154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7521/tid=7526] ppid=7520 vsize=864292 CPUtime=0
/proc/7521/task/7526/stat : 7526 (java) S 7520 7507 3763 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993937151 885035008 15154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7521/tid=7527] ppid=7520 vsize=864292 CPUtime=0.11
/proc/7521/task/7527/stat : 7527 (java) S 7520 7507 3763 0 -1 64 350 0 0 0 11 0 0 0 16 0 9 0 1993937151 885035008 15154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7521/tid=7528] ppid=7520 vsize=864292 CPUtime=0
/proc/7521/task/7528/stat : 7528 (java) S 7520 7507 3763 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993937151 885035008 15154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7521/tid=7529] ppid=7520 vsize=864292 CPUtime=0
/proc/7521/task/7529/stat : 7529 (java) S 7520 7507 3763 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993937151 885035008 15154 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) 883248

[startup+12.7023 s]
/proc/loadavg: 1.93 2.01 1.99 3/83 7529
/proc/meminfo: memFree=1799908/2055920 swapFree=4179816/4192956
[pid=7507] ppid=7505 vsize=13600 CPUtime=0.44
/proc/7507/stat : 7507 (sugar) S 7505 7507 3763 0 -1 4194304 974 4894 0 1 3 0 39 2 15 0 1 0 1993937094 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7507/statm: 3400 797 370 3 0 500 0
[pid=7520] ppid=7507 vsize=5356 CPUtime=0
/proc/7520/stat : 7520 (sh) S 7507 7507 3763 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993937146 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7520/statm: 1339 233 193 169 0 50 0
[pid=7521] ppid=7520 vsize=864292 CPUtime=12.09
/proc/7521/stat : 7521 (java) S 7520 7507 3763 0 -1 0 17492 0 1 0 1196 13 0 0 18 0 9 0 1993937147 885035008 16530 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7521/statm: 216073 16530 2564 9 0 210620 0
[pid=7521/tid=7522] ppid=7520 vsize=864292 CPUtime=11
/proc/7521/task/7522/stat : 7522 (java) R 7520 7507 3763 0 -1 64 3334 0 1 0 1095 5 0 0 25 0 9 0 1993937148 885035008 16530 996147200 134512640 134550740 4294955952 18446744073709551615 4125952166 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7521/tid=7523] ppid=7520 vsize=864292 CPUtime=0.95
/proc/7521/task/7523/stat : 7523 (java) S 7520 7507 3763 0 -1 64 13111 0 0 0 88 7 0 0 16 0 9 0 1993937149 885035008 16530 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7521/tid=7524] ppid=7520 vsize=864292 CPUtime=0
/proc/7521/task/7524/stat : 7524 (java) S 7520 7507 3763 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1993937149 885035008 16530 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7521/tid=7525] ppid=7520 vsize=864292 CPUtime=0
/proc/7521/task/7525/stat : 7525 (java) S 7520 7507 3763 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993937149 885035008 16530 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7521/tid=7526] ppid=7520 vsize=864292 CPUtime=0
/proc/7521/task/7526/stat : 7526 (java) S 7520 7507 3763 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993937151 885035008 16530 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7521/tid=7527] ppid=7520 vsize=864292 CPUtime=0.11
/proc/7521/task/7527/stat : 7527 (java) S 7520 7507 3763 0 -1 64 354 0 0 0 11 0 0 0 16 0 9 0 1993937151 885035008 16530 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7521/tid=7528] ppid=7520 vsize=864292 CPUtime=0
/proc/7521/task/7528/stat : 7528 (java) S 7520 7507 3763 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993937151 885035008 16530 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7521/tid=7529] ppid=7520 vsize=864292 CPUtime=0
/proc/7521/task/7529/stat : 7529 (java) S 7520 7507 3763 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993937151 885035008 16530 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 883248

[startup+25.5026 s]
/proc/loadavg: 2.02 2.03 2.00 3/83 7529
/proc/meminfo: memFree=1786660/2055920 swapFree=4179816/4192956
[pid=7507] ppid=7505 vsize=13600 CPUtime=0.44
/proc/7507/stat : 7507 (sugar) S 7505 7507 3763 0 -1 4194304 974 4894 0 1 3 0 39 2 15 0 1 0 1993937094 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7507/statm: 3400 797 370 3 0 500 0
[pid=7520] ppid=7507 vsize=5356 CPUtime=0
/proc/7520/stat : 7520 (sh) S 7507 7507 3763 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993937146 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7520/statm: 1339 233 193 169 0 50 0
[pid=7521] ppid=7520 vsize=864292 CPUtime=24.82
/proc/7521/stat : 7521 (java) S 7520 7507 3763 0 -1 0 20166 0 1 0 2465 17 0 0 18 0 9 0 1993937147 885035008 19111 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7521/statm: 216073 19111 2564 9 0 210620 0
[pid=7521/tid=7522] ppid=7520 vsize=864292 CPUtime=23.56
/proc/7521/task/7522/stat : 7522 (java) R 7520 7507 3763 0 -1 64 3427 0 1 0 2349 7 0 0 25 0 9 0 1993937148 885035008 19111 996147200 134512640 134550740 4294955952 18446744073709551615 103214749 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7521/tid=7523] ppid=7520 vsize=864292 CPUtime=1.12
/proc/7521/task/7523/stat : 7523 (java) S 7520 7507 3763 0 -1 64 15689 0 0 0 103 9 0 0 16 0 9 0 1993937149 885035008 19111 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7521/tid=7524] ppid=7520 vsize=864292 CPUtime=0
/proc/7521/task/7524/stat : 7524 (java) S 7520 7507 3763 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1993937149 885035008 19111 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7521/tid=7525] ppid=7520 vsize=864292 CPUtime=0
/proc/7521/task/7525/stat : 7525 (java) S 7520 7507 3763 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993937149 885035008 19111 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/meminfo: memFree=1715300/2055920 swapFree=4179816/4192956
[pid=7507] ppid=7505 vsize=13600 CPUtime=140.46
/proc/7507/stat : 7507 (sugar) S 7505 7507 3763 0 -1 4194304 1021 39471 0 2 3 0 13974 69 16 0 1 0 1993937094 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7507/statm: 3400 798 370 3 0 500 0
[pid=7530] ppid=7507 vsize=5356 CPUtime=0
/proc/7530/stat : 7530 (sh) S 7507 7507 3763 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993951223 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7530/statm: 1339 232 193 169 0 50 0
[pid=7531] ppid=7530 vsize=81460 CPUtime=1214.98
/proc/7531/stat : 7531 (picosat) R 7530 7507 3763 0 -1 4194304 21336 0 0 0 119945 1553 0 0 25 0 1 0 1993951224 83415040 20154 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/7531/statm: 20365 20154 48 102 0 20260 0
Current children cumulated CPU time (s) 1355.44
Current children cumulated vsize (KiB) 100416

[startup+1422.31 s]
/proc/loadavg: 1.93 1.98 1.99 3/75 7561
/proc/meminfo: memFree=1696676/2055920 swapFree=4179816/4192956
[pid=7507] ppid=7505 vsize=13600 CPUtime=140.46
/proc/7507/stat : 7507 (sugar) S 7505 7507 3763 0 -1 4194304 1021 39471 0 2 3 0 13974 69 16 0 1 0 1993937094 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7507/statm: 3400 798 370 3 0 500 0
[pid=7530] ppid=7507 vsize=5356 CPUtime=0
/proc/7530/stat : 7530 (sh) S 7507 7507 3763 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993951223 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7530/statm: 1339 232 193 169 0 50 0
[pid=7531] ppid=7530 vsize=81592 CPUtime=1274.72
/proc/7531/stat : 7531 (picosat) R 7530 7507 3763 0 -1 4194304 21372 0 0 0 125919 1553 0 0 25 0 1 0 1993951224 83550208 20190 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/7531/statm: 20398 20190 48 102 0 20293 0
Current children cumulated CPU time (s) 1415.18
Current children cumulated vsize (KiB) 100548

[startup+1482.3 s]
/proc/loadavg: 1.97 1.98 1.99 3/75 7561
/proc/meminfo: memFree=1695780/2055920 swapFree=4179816/4192956
[pid=7507] ppid=7505 vsize=13600 CPUtime=140.46
/proc/7507/stat : 7507 (sugar) S 7505 7507 3763 0 -1 4194304 1021 39471 0 2 3 0 13974 69 16 0 1 0 1993937094 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7507/statm: 3400 798 370 3 0 500 0
[pid=7530] ppid=7507 vsize=5356 CPUtime=0
/proc/7530/stat : 7530 (sh) S 7507 7507 3763 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993951223 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7530/statm: 1339 232 193 169 0 50 0
[pid=7531] ppid=7530 vsize=82120 CPUtime=1334.69
/proc/7531/stat : 7531 (picosat) R 7530 7507 3763 0 -1 4194304 21685 0 0 0 131915 1554 0 0 25 0 1 0 1993951224 84090880 20322 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/7531/statm: 20530 20322 48 102 0 20425 0
Current children cumulated CPU time (s) 1475.15
Current children cumulated vsize (KiB) 101076

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 7561
/proc/meminfo: memFree=1695588/2055920 swapFree=4179816/4192956
[pid=7507] ppid=7505 vsize=13600 CPUtime=140.46
/proc/7507/stat : 7507 (sugar) S 7505 7507 3763 0 -1 4194304 1021 39471 0 2 3 0 13974 69 16 0 1 0 1993937094 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7507/statm: 3400 798 370 3 0 500 0
[pid=7530] ppid=7507 vsize=5356 CPUtime=0
/proc/7530/stat : 7530 (sh) S 7507 7507 3763 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993951223 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7530/statm: 1339 232 193 169 0 50 0
[pid=7531] ppid=7530 vsize=82120 CPUtime=1394.67
/proc/7531/stat : 7531 (picosat) R 7530 7507 3763 0 -1 4194304 21685 0 0 0 137913 1554 0 0 25 0 1 0 1993951224 84090880 20322 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/7531/statm: 20530 20322 48 102 0 20425 0
Current children cumulated CPU time (s) 1535.13
Current children cumulated vsize (KiB) 101076

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 7561
/proc/meminfo: memFree=1695460/2055920 swapFree=4179816/4192956
[pid=7507] ppid=7505 vsize=13600 CPUtime=140.46
/proc/7507/stat : 7507 (sugar) S 7505 7507 3763 0 -1 4194304 1021 39471 0 2 3 0 13974 69 16 0 1 0 1993937094 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7507/statm: 3400 798 370 3 0 500 0
[pid=7530] ppid=7507 vsize=5356 CPUtime=0
/proc/7530/stat : 7530 (sh) S 7507 7507 3763 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993951223 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7530/statm: 1339 232 193 169 0 50 0
[pid=7531] ppid=7530 vsize=82120 CPUtime=1454.64
/proc/7531/stat : 7531 (picosat) R 7530 7507 3763 0 -1 4194304 21685 0 0 0 143910 1554 0 0 25 0 1 0 1993951224 84090880 20322 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/7531/statm: 20530 20322 48 102 0 20425 0
Current children cumulated CPU time (s) 1595.1
Current children cumulated vsize (KiB) 101076

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 7567
/proc/meminfo: memFree=1694620/2055920 swapFree=4179816/4192956
[pid=7507] ppid=7505 vsize=13600 CPUtime=140.46
/proc/7507/stat : 7507 (sugar) S 7505 7507 3763 0 -1 4194304 1021 39471 0 2 3 0 13974 69 16 0 1 0 1993937094 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7507/statm: 3400 798 370 3 0 500 0
[pid=7530] ppid=7507 vsize=5356 CPUtime=0
/proc/7530/stat : 7530 (sh) S 7507 7507 3763 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993951223 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7530/statm: 1339 232 193 169 0 50 0
[pid=7531] ppid=7530 vsize=82912 CPUtime=1514.61
/proc/7531/stat : 7531 (picosat) R 7530 7507 3763 0 -1 4194304 21884 0 0 0 149906 1555 0 0 25 0 1 0 1993951224 84901888 20521 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/7531/statm: 20728 20521 48 102 0 20623 0
Current children cumulated CPU time (s) 1655.07
Current children cumulated vsize (KiB) 101868

[startup+1722.3 s]
/proc/loadavg: 2.04 2.00 2.00 3/75 7567
/proc/meminfo: memFree=1693788/2055920 swapFree=4179816/4192956
[pid=7507] ppid=7505 vsize=13600 CPUtime=140.46
/proc/7507/stat : 7507 (sugar) S 7505 7507 3763 0 -1 4194304 1021 39471 0 2 3 0 13974 69 16 0 1 0 1993937094 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7507/statm: 3400 798 370 3 0 500 0
[pid=7530] ppid=7507 vsize=5356 CPUtime=0
/proc/7530/stat : 7530 (sh) S 7507 7507 3763 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993951223 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7530/statm: 1339 232 193 169 0 50 0
[pid=7531] ppid=7530 vsize=83440 CPUtime=1574.58
/proc/7531/stat : 7531 (picosat) R 7530 7507 3763 0 -1 4194304 22235 0 0 0 155903 1555 0 0 25 0 1 0 1993951224 85442560 20685 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/7531/statm: 20860 20685 48 102 0 20755 0
Current children cumulated CPU time (s) 1715.04
Current children cumulated vsize (KiB) 102396

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/75 7567
/proc/meminfo: memFree=1693788/2055920 swapFree=4179816/4192956
[pid=7507] ppid=7505 vsize=13600 CPUtime=140.46
/proc/7507/stat : 7507 (sugar) S 7505 7507 3763 0 -1 4194304 1021 39471 0 2 3 0 13974 69 16 0 1 0 1993937094 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7507/statm: 3400 798 370 3 0 500 0
[pid=7530] ppid=7507 vsize=5356 CPUtime=0
/proc/7530/stat : 7530 (sh) S 7507 7507 3763 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993951223 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7530/statm: 1339 232 193 169 0 50 0
[pid=7531] ppid=7530 vsize=83440 CPUtime=1634.55
/proc/7531/stat : 7531 (picosat) R 7530 7507 3763 0 -1 4194304 22235 0 0 0 161900 1555 0 0 25 0 1 0 1993951224 85442560 20685 996147200 134512640 134931368 4294956256 18446744073709551615 134525797 0 0 4096 0 0 0 0 17 0 0 0
/proc/7531/statm: 20860 20685 48 102 0 20755 0
Current children cumulated CPU time (s) 1775.01
Current children cumulated vsize (KiB) 102396



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.31 s]
/proc/loadavg: 2.07 2.02 2.00 3/75 7567
/proc/meminfo: memFree=1693788/2055920 swapFree=4179816/4192956
[pid=7507] ppid=7505 vsize=13600 CPUtime=140.46
/proc/7507/stat : 7507 (sugar) S 7505 7507 3763 0 -1 4194304 1021 39471 0 2 3 0 13974 69 16 0 1 0 1993937094 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7507/statm: 3400 798 370 3 0 500 0
[pid=7530] ppid=7507 vsize=5356 CPUtime=0
/proc/7530/stat : 7530 (sh) S 7507 7507 3763 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993951223 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7530/statm: 1339 232 193 169 0 50 0
[pid=7531] ppid=7530 vsize=83440 CPUtime=1659.55
/proc/7531/stat : 7531 (picosat) R 7530 7507 3763 0 -1 4194304 22235 0 0 0 164400 1555 0 0 25 0 1 0 1993951224 85442560 20685 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/7531/statm: 20860 20685 48 102 0 20755 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 102396

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

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

[startup+1807.31 s]
/proc/loadavg: 2.07 2.02 2.00 3/75 7567
/proc/meminfo: memFree=1693788/2055920 swapFree=4179816/4192956
[pid=7507] ppid=7505 vsize=13600 CPUtime=140.46
/proc/7507/stat : 7507 (sugar) S 7505 7507 3763 0 -1 4194304 1021 39471 0 2 3 0 13974 69 16 0 1 0 1993937094 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7507/statm: 3400 798 370 3 0 500 0
[pid=7530] ppid=7507 vsize=5356 CPUtime=0
/proc/7530/stat : 7530 (sh) S 7507 7507 3763 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993951223 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7530/statm: 1339 232 193 169 0 50 0
[pid=7531] ppid=7530 vsize=83440 CPUtime=1659.55
/proc/7531/stat : 7531 (picosat) R 7530 7507 3763 0 -1 4194304 22235 0 0 0 164400 1555 0 0 25 0 1 0 1993951224 85442560 20685 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/7531/statm: 20860 20685 48 102 0 20755 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 102396

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7507 and gives
#  childrusage.ru_utime.tv_sec=139
#  childrusage.ru_utime.tv_usec=782749
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=743886
# CPU time returned by wait4() is 140.527
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1807.36
CPU time (s): 1800.01
CPU user time (s): 1783.77
CPU system time (s): 16.24
CPU usage (%): 99.5933
Max. virtual memory (cumulated for all children) (KiB): 888628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 139.783
system time used= 0.743886
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40846
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= 12482
involuntary context switches= 13887

runsolver used 2.67159 second user time and 5.55316 second system time

The end

Launcher Data (download as text)

Begin job on node45 at 2008-07-04 07:34:07
IDJOB=1066963
IDBENCH=55155
IDSOLVER=345
FILE ID=node45/1066963-1215149647
PBS_JOBID= 7877243
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg11-14_ext.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-1066963-1215149647/watcher-1066963-1215149647 -o /tmp/evaluation-result-1066963-1215149647/solver-1066963-1215149647 -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-1066963-1215149647.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e65d9d7374d09e1bce67fdbc6a1537f0
RANDOM SEED=1805642627

node45.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.268
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.268
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:       1862804 kB
Buffers:         16400 kB
Cached:         108928 kB
SwapCached:       7136 kB
Active:         100100 kB
Inactive:        38320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1862804 kB
SwapTotal:     4192956 kB
SwapFree:      4179816 kB
Dirty:            1612 kB
Writeback:           0 kB
Mapped:          20492 kB
Slab:            40180 kB
Committed_AS:  3809960 kB
PageTables:       1752 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= 66556 MiB
End job on node45 at 2008-07-04 08:04:17