Trace number 1079011

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.09 1813.44

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg9-9_ext.xml
MD5SUM12c563a014452c8c9bf97415b366b304
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 benchmark10.3844
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints18
Maximum constraint arity9
Maximum domain size26
Number of constraints which are defined in extension18
Number of constraints which are defined in intension0
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 Sat Jul  5 00:03:30 2008
0.00/0.05	c 0	PID 12423
0.00/0.05	c 0	HOST node34.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1079011-1215209010.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-1079011-1215209010.xml' 'HOME/temp.csp'
0.03/0.46	c 1	1 domains, 81 variables, 0 predicates, 1 relations, 18 constraints
0.03/0.47	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.47	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.43/0.56	c 1	Parsing HOME/temp.csp
0.43/0.80	c 1	parsed 101 expressions
0.43/0.80	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.43/0.80	c 1	Converting to clausal form CSP
0.43/0.82	c 1	converted 11 (10%) expressions
0.43/0.83	c 1	converted 21 (20%) expressions
0.43/0.83	c 1	converted 31 (30%) expressions
0.43/0.83	c 1	converted 41 (40%) expressions
0.43/0.83	c 1	converted 51 (50%) expressions
0.43/0.83	c 1	converted 61 (60%) expressions
0.43/0.83	c 1	converted 71 (70%) expressions
0.43/0.83	c 1	converted 81 (80%) expressions
1.24/1.32	c 2	converted 91 (90%) expressions
1.73/1.82	c 2	converted 101 (100%) expressions
1.73/1.82	c 2	CSP : 81 integers, 0 booleans, 18 clauses, largest domain size 26
1.73/1.82	c 2	Heap : 31 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.73/1.82	c 2	Propagation in CSP
1.73/1.82	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.73/1.82	c 2	CSP : 81 integers, 0 booleans, 18 clauses, largest domain size 26
1.73/1.82	c 2	Heap : 31 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.73/1.82	c 2	Simplifing CSP by introducing new Boolean variables
1.73/1.82	c 2	CSP : 81 integers, 0 booleans, 18 clauses, largest domain size 26
1.73/1.82	c 2	Heap : 31 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.83/1.98	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.83/1.99	c 2	9 (10%) CSP integer variables are encoded (216 clauses, 2232 bytes)
1.93/2.00	c 2	17 (20%) CSP integer variables are encoded (408 clauses, 4344 bytes)
1.93/2.00	c 2	25 (30%) CSP integer variables are encoded (600 clauses, 6456 bytes)
1.93/2.01	c 2	33 (40%) CSP integer variables are encoded (792 clauses, 8568 bytes)
1.93/2.01	c 2	41 (50%) CSP integer variables are encoded (984 clauses, 10729 bytes)
1.93/2.01	c 2	49 (60%) CSP integer variables are encoded (1176 clauses, 13225 bytes)
1.93/2.01	c 2	57 (70%) CSP integer variables are encoded (1368 clauses, 15721 bytes)
1.93/2.01	c 2	65 (80%) CSP integer variables are encoded (1560 clauses, 18217 bytes)
1.93/2.01	c 2	73 (90%) CSP integer variables are encoded (1752 clauses, 20713 bytes)
1.93/2.01	c 2	81 (100%) CSP integer variables are encoded (1944 clauses, 23209 bytes)
14.12/14.39	c 15	2 (10%) CSP clauses are encoded (80240 clauses, 4029083 bytes)
26.48/26.90	c 27	4 (20%) CSP clauses are encoded (158536 clauses, 8436957 bytes)
38.76/39.21	c 39	6 (30%) CSP clauses are encoded (236832 clauses, 12981951 bytes)
50.94/51.51	c 52	8 (40%) CSP clauses are encoded (315128 clauses, 17662811 bytes)
57.28/57.93	c 58	9 (50%) CSP clauses are encoded (354276 clauses, 20003241 bytes)
69.46/70.27	c 71	11 (60%) CSP clauses are encoded (432572 clauses, 24514881 bytes)
81.64/82.52	c 83	13 (70%) CSP clauses are encoded (510868 clauses, 28857301 bytes)
94.12/95.13	c 95	15 (80%) CSP clauses are encoded (589164 clauses, 33831890 bytes)
106.29/107.47	c 108	17 (90%) CSP clauses are encoded (667460 clauses, 39099372 bytes)
112.53/113.72	c 114	18 (100%) CSP clauses are encoded (706608 clauses, 41733113 bytes)
112.53/113.72	c 114	18 CSP clauses encoded
112.53/113.72	c 114	Writing map file : HOME/temp.map
112.53/113.73	c 114	Heap : 59 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
112.53/113.73	c 114	SAT : 2025 SAT variables, 706608 SAT clauses, 41733113 bytes
112.53/113.73	c 114	Heap : 59 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
112.53/113.77	c 114	SOLVING HOME/temp.cnf
112.53/113.77	c 114	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.09/1813.41	c 1814	DECODING HOME/temp.out WITH HOME/temp.map
1800.09/1813.41	c 1814	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.09/1813.41	c ERROR INTERRUPTED
1800.09/1813.41	s UNKNOWN
1800.09/1813.42	c 1814	CPU 112.01 (0.04 0 111.97 0.58)
1800.09/1813.42	c 1814	END Sat Jul  5 00:33:44 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-1079011-1215209010/watcher-1079011-1215209010 -o /tmp/evaluation-result-1079011-1215209010/solver-1079011-1215209010 -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-1079011-1215209010.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.99 1.99 1.99 4/81 12423
/proc/meminfo: memFree=1770944/2055920 swapFree=4179828/4192956
[pid=12423] ppid=12421 vsize=12000 CPUtime=0
/proc/12423/stat : 12423 (sugar) R 12421 12423 10529 0 -1 4194304 184 0 0 0 0 0 0 0 22 0 1 0 1999874510 12288000 152 996147200 4194304 4206940 548682068608 18446744073709551615 254195176161 0 0 4224 0 0 0 0 17 1 0 0
/proc/12423/statm: 3000 152 116 3 0 100 0

[startup+0.061617 s]
/proc/loadavg: 1.99 1.99 1.99 4/81 12423
/proc/meminfo: memFree=1770944/2055920 swapFree=4179828/4192956
[pid=12423] ppid=12421 vsize=13600 CPUtime=0.03
/proc/12423/stat : 12423 (sugar) S 12421 12423 10529 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1999874510 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12423/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.103185 s]
/proc/loadavg: 1.99 1.99 1.99 4/81 12423
/proc/meminfo: memFree=1770944/2055920 swapFree=4179828/4192956
[pid=12423] ppid=12421 vsize=13600 CPUtime=0.03
/proc/12423/stat : 12423 (sugar) S 12421 12423 10529 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1999874510 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12423/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301214 s]
/proc/loadavg: 1.99 1.99 1.99 4/81 12423
/proc/meminfo: memFree=1770944/2055920 swapFree=4179828/4192956
[pid=12423] ppid=12421 vsize=13600 CPUtime=0.03
/proc/12423/stat : 12423 (sugar) S 12421 12423 10529 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1999874510 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12423/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701277 s]
/proc/loadavg: 1.99 1.99 1.99 4/81 12423
/proc/meminfo: memFree=1770944/2055920 swapFree=4179828/4192956
[pid=12423] ppid=12421 vsize=13600 CPUtime=0.43
/proc/12423/stat : 12423 (sugar) S 12421 12423 10529 0 -1 4194304 973 4547 0 1 3 0 38 2 16 0 1 0 1999874510 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12423/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 13600

[startup+1.50241 s]
/proc/loadavg: 1.99 1.99 1.99 3/92 12445
/proc/meminfo: memFree=1756648/2055920 swapFree=4179828/4192956
[pid=12423] ppid=12421 vsize=13600 CPUtime=0.44
/proc/12423/stat : 12423 (sugar) S 12421 12423 10529 0 -1 4194304 973 4547 0 1 4 0 38 2 15 0 1 0 1999874510 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12423/statm: 3400 797 370 3 0 500 0
[pid=12436] ppid=12423 vsize=5356 CPUtime=0
/proc/12436/stat : 12436 (sh) S 12423 12423 10529 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999874558 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12436/statm: 1339 233 193 169 0 50 0
[pid=12437] ppid=12436 vsize=864336 CPUtime=1
/proc/12437/stat : 12437 (java) S 12436 12423 10529 0 -1 0 10433 0 1 0 95 5 0 0 19 0 9 0 1999874558 885080064 9709 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12437/statm: 216084 9709 2540 9 0 210659 0
[pid=12437/tid=12438] ppid=12436 vsize=864336 CPUtime=0.5
/proc/12437/task/12438/stat : 12438 (java) R 12436 12423 10529 0 -1 64 2764 0 1 0 49 1 0 0 21 0 9 0 1999874559 885080064 9709 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12437/tid=12439] ppid=12436 vsize=864336 CPUtime=0.42
/proc/12437/task/12439/stat : 12439 (java) R 12436 12423 10529 0 -1 64 6656 0 0 0 40 2 0 0 17 0 9 0 1999874560 885080064 9709 996147200 134512640 134550740 4294955952 18446744073709551615 103736193 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12437/tid=12440] ppid=12436 vsize=864336 CPUtime=0
/proc/12437/task/12440/stat : 12440 (java) S 12436 12423 10529 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999874560 885080064 9709 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12437/tid=12441] ppid=12436 vsize=864336 CPUtime=0
/proc/12437/task/12441/stat : 12441 (java) S 12436 12423 10529 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1999874561 885080064 9709 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12437/tid=12442] ppid=12436 vsize=864336 CPUtime=0
/proc/12437/task/12442/stat : 12442 (java) S 12436 12423 10529 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999874563 885080064 9709 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12437/tid=12443] ppid=12436 vsize=864336 CPUtime=0.05
/proc/12437/task/12443/stat : 12443 (java) S 12436 12423 10529 0 -1 64 320 0 0 0 5 0 0 0 16 0 9 0 1999874563 885080064 9709 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12437/tid=12444] ppid=12436 vsize=864336 CPUtime=0
/proc/12437/task/12444/stat : 12444 (java) S 12436 12423 10529 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999874563 885080064 9709 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12437/tid=12445] ppid=12436 vsize=864336 CPUtime=0
/proc/12437/task/12445/stat : 12445 (java) S 12436 12423 10529 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999874563 885080064 9709 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 883292

[startup+3.10164 s]
/proc/loadavg: 1.99 1.99 1.99 3/92 12445
/proc/meminfo: memFree=1728232/2055920 swapFree=4179828/4192956
[pid=12423] ppid=12421 vsize=13600 CPUtime=0.44
/proc/12423/stat : 12423 (sugar) S 12421 12423 10529 0 -1 4194304 974 4547 0 1 4 0 38 2 15 0 1 0 1999874510 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12423/statm: 3400 797 370 3 0 500 0
[pid=12436] ppid=12423 vsize=5356 CPUtime=0
/proc/12436/stat : 12436 (sh) S 12423 12423 10529 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999874558 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12436/statm: 1339 233 193 169 0 50 0
[pid=12437] ppid=12436 vsize=864448 CPUtime=2.58
/proc/12437/stat : 12437 (java) S 12436 12423 10529 0 -1 0 13644 0 1 0 251 7 0 0 19 0 9 0 1999874558 885194752 12882 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12437/statm: 216112 12882 2564 9 0 210659 0
[pid=12437/tid=12438] ppid=12436 vsize=864448 CPUtime=1.64
/proc/12437/task/12438/stat : 12438 (java) R 12436 12423 10529 0 -1 64 3154 0 1 0 163 1 0 0 25 0 9 0 1999874559 885194752 12882 996147200 134512640 134550740 4294955952 18446744073709551615 4126589471 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12437/tid=12439] ppid=12436 vsize=864448 CPUtime=0.82
/proc/12437/task/12439/stat : 12439 (java) S 12436 12423 10529 0 -1 64 9455 0 0 0 78 4 0 0 16 0 9 0 1999874560 885194752 12882 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12437/tid=12440] ppid=12436 vsize=864448 CPUtime=0
/proc/12437/task/12440/stat : 12440 (java) S 12436 12423 10529 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999874560 885194752 12882 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12437/tid=12441] ppid=12436 vsize=864448 CPUtime=0
/proc/12437/task/12441/stat : 12441 (java) S 12436 12423 10529 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1999874561 885194752 12882 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12437/tid=12442] ppid=12436 vsize=864448 CPUtime=0
/proc/12437/task/12442/stat : 12442 (java) S 12436 12423 10529 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999874563 885194752 12882 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12437/tid=12443] ppid=12436 vsize=864448 CPUtime=0.09
/proc/12437/task/12443/stat : 12443 (java) S 12436 12423 10529 0 -1 64 342 0 0 0 9 0 0 0 16 0 9 0 1999874563 885194752 12882 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12437/tid=12444] ppid=12436 vsize=864448 CPUtime=0
/proc/12437/task/12444/stat : 12444 (java) S 12436 12423 10529 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999874563 885194752 12882 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12437/tid=12445] ppid=12436 vsize=864448 CPUtime=0
/proc/12437/task/12445/stat : 12445 (java) S 12436 12423 10529 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999874563 885194752 12882 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 883404

[startup+6.30215 s]
/proc/loadavg: 1.99 1.99 1.99 3/92 12445
/proc/meminfo: memFree=1724840/2055920 swapFree=4179828/4192956
[pid=12423] ppid=12421 vsize=13600 CPUtime=0.44
/proc/12423/stat : 12423 (sugar) S 12421 12423 10529 0 -1 4194304 974 4547 0 1 4 0 38 2 15 0 1 0 1999874510 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12423/statm: 3400 797 370 3 0 500 0
[pid=12436] ppid=12423 vsize=5356 CPUtime=0
/proc/12436/stat : 12436 (sh) S 12423 12423 10529 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999874558 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12436/statm: 1339 233 193 169 0 50 0
[pid=12437] ppid=12436 vsize=864448 CPUtime=5.75
/proc/12437/stat : 12437 (java) S 12436 12423 10529 0 -1 0 14514 0 1 0 566 9 0 0 19 0 9 0 1999874558 885194752 13725 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12437/statm: 216112 13725 2564 9 0 210659 0
[pid=12437/tid=12438] ppid=12436 vsize=864448 CPUtime=4.75
/proc/12437/task/12438/stat : 12438 (java) R 12436 12423 10529 0 -1 64 3181 0 1 0 473 2 0 0 25 0 9 0 1999874559 885194752 13725 996147200 134512640 134550740 4294955952 18446744073709551615 4126570241 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12437/tid=12439] ppid=12436 vsize=864448 CPUtime=0.88
/proc/12437/task/12439/stat : 12439 (java) S 12436 12423 10529 0 -1 64 10298 0 0 0 83 5 0 0 16 0 9 0 1999874560 885194752 13725 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12437/tid=12440] ppid=12436 vsize=864448 CPUtime=0
/proc/12437/task/12440/stat : 12440 (java) S 12436 12423 10529 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999874560 885194752 13725 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12437/tid=12441] ppid=12436 vsize=864448 CPUtime=0
/proc/12437/task/12441/stat : 12441 (java) S 12436 12423 10529 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1999874561 885194752 13725 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12437/tid=12442] ppid=12436 vsize=864448 CPUtime=0
/proc/12437/task/12442/stat : 12442 (java) S 12436 12423 10529 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999874563 885194752 13725 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12437/tid=12443] ppid=12436 vsize=864448 CPUtime=0.09
/proc/12437/task/12443/stat : 12443 (java) S 12436 12423 10529 0 -1 64 342 0 0 0 9 0 0 0 16 0 9 0 1999874563 885194752 13725 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12437/tid=12444] ppid=12436 vsize=864448 CPUtime=0
/proc/12437/task/12444/stat : 12444 (java) S 12436 12423 10529 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999874563 885194752 13725 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12437/tid=12445] ppid=12436 vsize=864448 CPUtime=0
/proc/12437/task/12445/stat : 12445 (java) S 12436 12423 10529 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999874563 885194752 13725 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 883404

[startup+12.7011 s]
/proc/loadavg: 1.99 1.99 1.99 3/92 12445
/proc/meminfo: memFree=1717224/2055920 swapFree=4179828/4192956
[pid=12423] ppid=12421 vsize=13600 CPUtime=0.44
/proc/12423/stat : 12423 (sugar) S 12421 12423 10529 0 -1 4194304 974 4547 0 1 4 0 38 2 15 0 1 0 1999874510 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12423/statm: 3400 797 370 3 0 500 0
[pid=12436] ppid=12423 vsize=5356 CPUtime=0
/proc/12436/stat : 12436 (sh) S 12423 12423 10529 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999874558 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12436/statm: 1339 233 193 169 0 50 0
[pid=12437] ppid=12436 vsize=864448 CPUtime=12.09
/proc/12437/stat : 12437 (java) S 12436 12423 10529 0 -1 0 15893 0 1 0 1198 11 0 0 19 0 9 0 1999874558 885194752 15041 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12437/statm: 216112 15041 2564 9 0 210659 0
[pid=12437/tid=12438] ppid=12436 vsize=864448 CPUtime=10.96
/proc/12437/task/12438/stat : 12438 (java) R 12436 12423 10529 0 -1 64 3244 0 1 0 1093 3 0 0 25 0 9 0 1999874559 885194752 15041 996147200 134512640 134550740 4294955952 18446744073709551615 4126569592 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12437/tid=12439] ppid=12436 vsize=864448 CPUtime=1
/proc/12437/task/12439/stat : 12439 (java) S 12436 12423 10529 0 -1 64 11611 0 0 0 94 6 0 0 16 0 9 0 1999874560 885194752 15041 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12437/tid=12440] ppid=12436 vsize=864448 CPUtime=0
/proc/12437/task/12440/stat : 12440 (java) S 12436 12423 10529 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999874560 885194752 15041 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12437/tid=12441] ppid=12436 vsize=864448 CPUtime=0
/proc/12437/task/12441/stat : 12441 (java) S 12436 12423 10529 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1999874561 885194752 15041 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12437/tid=12442] ppid=12436 vsize=864448 CPUtime=0
/proc/12437/task/12442/stat : 12442 (java) S 12436 12423 10529 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999874563 885194752 15041 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12437/tid=12443] ppid=12436 vsize=864448 CPUtime=0.09
/proc/12437/task/12443/stat : 12443 (java) S 12436 12423 10529 0 -1 64 345 0 0 0 9 0 0 0 16 0 9 0 1999874563 885194752 15041 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12437/tid=12444] ppid=12436 vsize=864448 CPUtime=0
/proc/12437/task/12444/stat : 12444 (java) S 12436 12423 10529 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999874563 885194752 15041 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12437/tid=12445] ppid=12436 vsize=864448 CPUtime=0
/proc/12437/task/12445/stat : 12445 (java) S 12436 12423 10529 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999874563 885194752 15041 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) 883404

[startup+25.5021 s]
/proc/loadavg: 1.99 1.99 1.99 3/92 12445
/proc/meminfo: memFree=1701416/2055920 swapFree=4179828/4192956
[pid=12423] ppid=12421 vsize=13600 CPUtime=0.44
/proc/12423/stat : 12423 (sugar) S 12421 12423 10529 0 -1 4194304 974 4547 0 1 4 0 38 2 16 0 1 0 1999874510 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12423/statm: 3400 797 370 3 0 500 0
[pid=12436] ppid=12423 vsize=5356 CPUtime=0
/proc/12436/stat : 12436 (sh) S 12423 12423 10529 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999874558 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12436/statm: 1339 233 193 169 0 50 0
[pid=12437] ppid=12436 vsize=869828 CPUtime=24.75
/proc/12437/stat : 12437 (java) S 12436 12423 10529 0 -1 0 21303 0 1 0 2457 18 0 0 19 0 9 0 1999874558 890703872 19151 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12437/statm: 217457 19151 2564 9 0 212004 0
[pid=12437/tid=12438] ppid=12436 vsize=869828 CPUtime=23.28
/proc/12437/task/12438/stat : 12438 (java) R 12436 12423 10529 0 -1 64 3375 0 1 0 2321 7 0 0 25 0 9 0 1999874559 890703872 19151 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12437/tid=12439] ppid=12436 vsize=869828 CPUtime=1.36
/proc/12437/task/12439/stat : 12439 (java) R 12436 12423 10529 0 -1 64 16889 0 0 0 126 10 0 0 16 0 9 0 1999874560 890703872 19151 996147200 134512640 134550740 4294955952 18446744073709551615 104180300 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12437/tid=12440] ppid=12436 vsize=869828 CPUtime=0
/proc/12437/task/12440/stat : 12440 (java) S 12436 12423 10529 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999874560 890703872 19151 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12437/tid=12441] ppid=12436 vsize=869828 CPUtime=0
/proc/12437/task/12441/stat : 12441 (java) S 12436 12423 10529 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1999874561 890703872 19151 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/meminfo: memFree=1659368/2055920 swapFree=4179828/4192956
[pid=12423] ppid=12421 vsize=13600 CPUtime=112.58
/proc/12423/stat : 12423 (sugar) S 12421 12423 10529 0 -1 4194304 1021 34133 0 2 4 0 11197 57 16 0 1 0 1999874510 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12423/statm: 3400 798 370 3 0 500 0
[pid=12446] ppid=12423 vsize=5356 CPUtime=0
/proc/12446/stat : 12446 (sh) S 12423 12423 10529 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999885888 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12446/statm: 1339 232 193 169 0 50 0
[pid=12447] ppid=12446 vsize=68140 CPUtime=1177.29
/proc/12447/stat : 12447 (picosat) R 12446 12423 10529 0 -1 4194304 19207 0 0 0 116627 1102 0 0 25 0 1 0 1999885889 69775360 16781 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/12447/statm: 17035 16781 48 102 0 16930 0
Current children cumulated CPU time (s) 1289.87
Current children cumulated vsize (KiB) 87096

[startup+1362.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/84 12447
/proc/meminfo: memFree=1659368/2055920 swapFree=4179828/4192956
[pid=12423] ppid=12421 vsize=13600 CPUtime=112.58
/proc/12423/stat : 12423 (sugar) S 12421 12423 10529 0 -1 4194304 1021 34133 0 2 4 0 11197 57 16 0 1 0 1999874510 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12423/statm: 3400 798 370 3 0 500 0
[pid=12446] ppid=12423 vsize=5356 CPUtime=0
/proc/12446/stat : 12446 (sh) S 12423 12423 10529 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999885888 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12446/statm: 1339 232 193 169 0 50 0
[pid=12447] ppid=12446 vsize=68140 CPUtime=1236.72
/proc/12447/stat : 12447 (picosat) R 12446 12423 10529 0 -1 4194304 19207 0 0 0 122570 1102 0 0 25 0 1 0 1999885889 69775360 16781 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/12447/statm: 17035 16781 48 102 0 16930 0
Current children cumulated CPU time (s) 1349.3
Current children cumulated vsize (KiB) 87096

[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/75 12477
/proc/meminfo: memFree=1669680/2055920 swapFree=4179828/4192956
[pid=12423] ppid=12421 vsize=13600 CPUtime=112.58
/proc/12423/stat : 12423 (sugar) S 12421 12423 10529 0 -1 4194304 1021 34133 0 2 4 0 11197 57 16 0 1 0 1999874510 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12423/statm: 3400 798 370 3 0 500 0
[pid=12446] ppid=12423 vsize=5356 CPUtime=0
/proc/12446/stat : 12446 (sh) S 12423 12423 10529 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999885888 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12446/statm: 1339 232 193 169 0 50 0
[pid=12447] ppid=12446 vsize=69064 CPUtime=1296.59
/proc/12447/stat : 12447 (picosat) R 12446 12423 10529 0 -1 4194304 19694 0 0 0 128555 1104 0 0 25 0 1 0 1999885889 70721536 17047 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/12447/statm: 17266 17047 48 102 0 17161 0
Current children cumulated CPU time (s) 1409.17
Current children cumulated vsize (KiB) 88020

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 12477
/proc/meminfo: memFree=1669488/2055920 swapFree=4179828/4192956
[pid=12423] ppid=12421 vsize=13600 CPUtime=112.58
/proc/12423/stat : 12423 (sugar) S 12421 12423 10529 0 -1 4194304 1021 34133 0 2 4 0 11197 57 16 0 1 0 1999874510 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12423/statm: 3400 798 370 3 0 500 0
[pid=12446] ppid=12423 vsize=5356 CPUtime=0
/proc/12446/stat : 12446 (sh) S 12423 12423 10529 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999885888 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12446/statm: 1339 232 193 169 0 50 0
[pid=12447] ppid=12446 vsize=69064 CPUtime=1356.56
/proc/12447/stat : 12447 (picosat) R 12446 12423 10529 0 -1 4194304 19694 0 0 0 134552 1104 0 0 25 0 1 0 1999885889 70721536 17047 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/12447/statm: 17266 17047 48 102 0 17161 0
Current children cumulated CPU time (s) 1469.14
Current children cumulated vsize (KiB) 88020

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 12477
/proc/meminfo: memFree=1669488/2055920 swapFree=4179828/4192956
[pid=12423] ppid=12421 vsize=13600 CPUtime=112.58
/proc/12423/stat : 12423 (sugar) S 12421 12423 10529 0 -1 4194304 1021 34133 0 2 4 0 11197 57 16 0 1 0 1999874510 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12423/statm: 3400 798 370 3 0 500 0
[pid=12446] ppid=12423 vsize=5356 CPUtime=0
/proc/12446/stat : 12446 (sh) S 12423 12423 10529 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999885888 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12446/statm: 1339 232 193 169 0 50 0
[pid=12447] ppid=12446 vsize=69064 CPUtime=1416.53
/proc/12447/stat : 12447 (picosat) R 12446 12423 10529 0 -1 4194304 19694 0 0 0 140549 1104 0 0 25 0 1 0 1999885889 70721536 17047 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/12447/statm: 17266 17047 48 102 0 17161 0
Current children cumulated CPU time (s) 1529.11
Current children cumulated vsize (KiB) 88020

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 12478
/proc/meminfo: memFree=1668784/2055920 swapFree=4179828/4192956
[pid=12423] ppid=12421 vsize=13600 CPUtime=112.58
/proc/12423/stat : 12423 (sugar) S 12421 12423 10529 0 -1 4194304 1021 34133 0 2 4 0 11197 57 16 0 1 0 1999874510 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12423/statm: 3400 798 370 3 0 500 0
[pid=12446] ppid=12423 vsize=5356 CPUtime=0
/proc/12446/stat : 12446 (sh) S 12423 12423 10529 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999885888 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12446/statm: 1339 232 193 169 0 50 0
[pid=12447] ppid=12446 vsize=69724 CPUtime=1476.51
/proc/12447/stat : 12447 (picosat) R 12446 12423 10529 0 -1 4194304 20087 0 0 0 146546 1105 0 0 25 0 1 0 1999885889 71397376 17212 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/12447/statm: 17431 17212 48 102 0 17326 0
Current children cumulated CPU time (s) 1589.09
Current children cumulated vsize (KiB) 88680

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 12479
/proc/meminfo: memFree=1668784/2055920 swapFree=4179828/4192956
[pid=12423] ppid=12421 vsize=13600 CPUtime=112.58
/proc/12423/stat : 12423 (sugar) S 12421 12423 10529 0 -1 4194304 1021 34133 0 2 4 0 11197 57 16 0 1 0 1999874510 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12423/statm: 3400 798 370 3 0 500 0
[pid=12446] ppid=12423 vsize=5356 CPUtime=0
/proc/12446/stat : 12446 (sh) S 12423 12423 10529 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999885888 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12446/statm: 1339 232 193 169 0 50 0
[pid=12447] ppid=12446 vsize=69724 CPUtime=1536.48
/proc/12447/stat : 12447 (picosat) R 12446 12423 10529 0 -1 4194304 20087 0 0 0 152543 1105 0 0 25 0 1 0 1999885889 71397376 17212 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12447/statm: 17431 17212 48 102 0 17326 0
Current children cumulated CPU time (s) 1649.06
Current children cumulated vsize (KiB) 88680

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 12479
/proc/meminfo: memFree=1667824/2055920 swapFree=4179828/4192956
[pid=12423] ppid=12421 vsize=13600 CPUtime=112.58
/proc/12423/stat : 12423 (sugar) S 12421 12423 10529 0 -1 4194304 1021 34133 0 2 4 0 11197 57 16 0 1 0 1999874510 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12423/statm: 3400 798 370 3 0 500 0
[pid=12446] ppid=12423 vsize=5356 CPUtime=0
/proc/12446/stat : 12446 (sh) S 12423 12423 10529 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999885888 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12446/statm: 1339 232 193 169 0 50 0
[pid=12447] ppid=12446 vsize=70516 CPUtime=1596.45
/proc/12447/stat : 12447 (picosat) R 12446 12423 10529 0 -1 4194304 20567 0 0 0 158540 1105 0 0 25 0 1 0 1999885889 72208384 17450 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12447/statm: 17629 17450 48 102 0 17524 0
Current children cumulated CPU time (s) 1709.03
Current children cumulated vsize (KiB) 89472

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 12479
/proc/meminfo: memFree=1667760/2055920 swapFree=4179828/4192956
[pid=12423] ppid=12421 vsize=13600 CPUtime=112.58
/proc/12423/stat : 12423 (sugar) S 12421 12423 10529 0 -1 4194304 1021 34133 0 2 4 0 11197 57 16 0 1 0 1999874510 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12423/statm: 3400 798 370 3 0 500 0
[pid=12446] ppid=12423 vsize=5356 CPUtime=0
/proc/12446/stat : 12446 (sh) S 12423 12423 10529 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999885888 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12446/statm: 1339 232 193 169 0 50 0
[pid=12447] ppid=12446 vsize=70516 CPUtime=1656.42
/proc/12447/stat : 12447 (picosat) R 12446 12423 10529 0 -1 4194304 20567 0 0 0 164537 1105 0 0 25 0 1 0 1999885889 72208384 17450 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12447/statm: 17629 17450 48 102 0 17524 0
Current children cumulated CPU time (s) 1769
Current children cumulated vsize (KiB) 89472



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.4 s]
/proc/loadavg: 2.08 2.02 2.01 3/75 12479
/proc/meminfo: memFree=1667760/2055920 swapFree=4179828/4192956
[pid=12423] ppid=12421 vsize=13600 CPUtime=112.58
/proc/12423/stat : 12423 (sugar) S 12421 12423 10529 0 -1 4194304 1021 34133 0 2 4 0 11197 57 16 0 1 0 1999874510 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12423/statm: 3400 798 370 3 0 500 0
[pid=12446] ppid=12423 vsize=5356 CPUtime=0
/proc/12446/stat : 12446 (sh) S 12423 12423 10529 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999885888 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12446/statm: 1339 232 193 169 0 50 0
[pid=12447] ppid=12446 vsize=70516 CPUtime=1687.51
/proc/12447/stat : 12447 (picosat) R 12446 12423 10529 0 -1 4194304 20567 0 0 0 167646 1105 0 0 25 0 1 0 1999885889 72208384 17450 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12447/statm: 17629 17450 48 102 0 17524 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 89472

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 12423 and gives
#  childrusage.ru_utime.tv_sec=112
#  childrusage.ru_utime.tv_usec=19970
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=613906
# CPU time returned by wait4() is 112.634
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1813.44
CPU time (s): 1800.09
CPU user time (s): 1788.47
CPU system time (s): 11.62
CPU usage (%): 99.2638
Max. virtual memory (cumulated for all children) (KiB): 888784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 112.02
system time used= 0.613906
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35565
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= 10422
involuntary context switches= 12632

runsolver used 1.9857 second user time and 5.8861 second system time

The end

Launcher Data (download as text)

Begin job on node34 at 2008-07-05 00:03:30
IDJOB=1079011
IDBENCH=56856
IDSOLVER=345
FILE ID=node34/1079011-1215209010
PBS_JOBID= 7881672
Free space on /tmp= 66504 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg9-9_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-1079011-1215209010/watcher-1079011-1215209010 -o /tmp/evaluation-result-1079011-1215209010/solver-1079011-1215209010 -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-1079011-1215209010.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 12c563a014452c8c9bf97415b366b304
RANDOM SEED=2041755918

node34.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.259
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.259
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:       1771424 kB
Buffers:         26088 kB
Cached:         180000 kB
SwapCached:       6752 kB
Active:         130156 kB
Inactive:        99340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1771424 kB
SwapTotal:     4192956 kB
SwapFree:      4179828 kB
Dirty:            1480 kB
Writeback:           0 kB
Mapped:          39696 kB
Slab:            40052 kB
Committed_AS:  3539212 kB
PageTables:       1924 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= 66504 MiB
End job on node34 at 2008-07-05 00:33:46