Trace number 1068271

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.08 1813.24

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg7-7_ext.xml
MD5SUMda5e47254c0112035451af23516fc7ae
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.74458
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints14
Maximum constraint arity7
Maximum domain size26
Number of constraints which are defined in extension14
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 08:31:18 2008
0.00/0.04	c 0	PID 6944
0.04/0.05	c 0	HOST node47.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1068271-1215153078.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1068271-1215153078.xml' 'HOME/temp.csp'
0.04/0.64	c 1	1 domains, 49 variables, 0 predicates, 1 relations, 14 constraints
0.04/0.68	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.68	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.61/0.76	c 1	Parsing HOME/temp.csp
0.91/1.09	c 1	parsed 65 expressions
0.91/1.09	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.91/1.09	c 1	Converting to clausal form CSP
1.01/1.11	c 1	converted 7 (10%) expressions
1.01/1.12	c 1	converted 13 (20%) expressions
1.01/1.12	c 1	converted 20 (30%) expressions
1.01/1.12	c 1	converted 26 (40%) expressions
1.01/1.12	c 1	converted 33 (50%) expressions
1.01/1.12	c 1	converted 39 (60%) expressions
1.01/1.12	c 1	converted 46 (70%) expressions
1.30/1.49	c 2	converted 52 (80%) expressions
3.68/3.81	c 4	converted 59 (90%) expressions
5.66/5.81	c 6	converted 65 (100%) expressions
5.66/5.82	c 6	CSP : 49 integers, 0 booleans, 14 clauses, largest domain size 26
5.66/5.82	c 6	Heap : 113 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.66/5.82	c 6	Propagation in CSP
5.66/5.82	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.66/5.82	c 6	CSP : 49 integers, 0 booleans, 14 clauses, largest domain size 26
5.66/5.82	c 6	Heap : 113 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.66/5.82	c 6	Simplifing CSP by introducing new Boolean variables
5.66/5.82	c 6	CSP : 49 integers, 0 booleans, 14 clauses, largest domain size 26
5.66/5.82	c 6	Heap : 113 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
6.55/6.71	c 7	Encoding CSP to SAT : HOME/temp.cnf
6.55/6.73	c 7	5 (10%) CSP integer variables are encoded (120 clauses, 1176 bytes)
6.55/6.73	c 7	10 (20%) CSP integer variables are encoded (240 clauses, 2496 bytes)
6.55/6.73	c 7	15 (30%) CSP integer variables are encoded (360 clauses, 3816 bytes)
6.55/6.74	c 7	20 (40%) CSP integer variables are encoded (480 clauses, 5136 bytes)
6.55/6.74	c 7	25 (50%) CSP integer variables are encoded (600 clauses, 6456 bytes)
6.55/6.74	c 7	30 (60%) CSP integer variables are encoded (720 clauses, 7776 bytes)
6.55/6.74	c 7	35 (70%) CSP integer variables are encoded (840 clauses, 9096 bytes)
6.55/6.74	c 7	40 (80%) CSP integer variables are encoded (960 clauses, 10417 bytes)
6.55/6.74	c 7	45 (90%) CSP integer variables are encoded (1080 clauses, 11977 bytes)
6.55/6.74	c 7	49 (100%) CSP integer variables are encoded (1176 clauses, 13225 bytes)
178.08/179.91	c 180	2 (10%) CSP clauses are encoded (307106 clauses, 13459992 bytes)
260.20/262.88	c 263	3 (20%) CSP clauses are encoded (460071 clauses, 20761607 bytes)
426.58/430.80	c 431	5 (30%) CSP clauses are encoded (766001 clauses, 35366783 bytes)
505.23/510.20	c 510	6 (40%) CSP clauses are encoded (918966 clauses, 42964202 bytes)
585.46/591.21	c 591	7 (50%) CSP clauses are encoded (1071931 clauses, 50717125 bytes)
741.65/748.23	c 748	9 (60%) CSP clauses are encoded (1377861 clauses, 66016539 bytes)
830.46/837.19	c 837	10 (70%) CSP clauses are encoded (1530826 clauses, 73563030 bytes)
992.11/998.93	c 999	12 (80%) CSP clauses are encoded (1836756 clauses, 88656012 bytes)
1066.03/1072.94	c 1073	13 (90%) CSP clauses are encoded (1989721 clauses, 96410082 bytes)
1155.35/1162.39	c 1162	14 (100%) CSP clauses are encoded (2142686 clauses, 105556915 bytes)
1155.35/1162.39	c 1162	14 CSP clauses encoded
1155.35/1162.40	c 1162	Writing map file : HOME/temp.map
1155.35/1162.40	c 1162	Heap : 148 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1155.35/1162.40	c 1162	SAT : 1225 SAT variables, 2142686 SAT clauses, 105556915 bytes
1155.35/1162.40	c 1162	Heap : 148 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1155.45/1162.48	c 1162	SOLVING HOME/temp.cnf
1155.45/1162.48	c 1162	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.08/1813.22	c ERROR INTERRUPTED
1800.08/1813.23	s UNKNOWN
1800.08/1813.23	c 1813	CPU 1154.19 (0.03 0.01 1154.16 1.3)
1800.08/1813.23	c 1813	END Fri Jul  4 09:01:31 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-1068271-1215153078/watcher-1068271-1215153078 -o /tmp/evaluation-result-1068271-1215153078/solver-1068271-1215153078 -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-1068271-1215153078.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.92 1.98 1.99 4/81 6944
/proc/meminfo: memFree=1778128/2055920 swapFree=4117692/4192956
[pid=6944] ppid=6942 vsize=18572 CPUtime=0
/proc/6944/stat : 6944 (runsolver) R 6942 6944 3852 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1994280068 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 208717540647 0 0 4096 24578 0 0 0 17 1 0 0
/proc/6944/statm: 4643 292 257 25 0 2626 0

[startup+0.0498881 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 6944
/proc/meminfo: memFree=1778128/2055920 swapFree=4117692/4192956
[pid=6944] ppid=6942 vsize=13600 CPUtime=0.04
/proc/6944/stat : 6944 (sugar) S 6942 6944 3852 0 -1 4194304 837 0 0 0 3 1 0 0 18 0 1 0 1994280068 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6944/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102878 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 6944
/proc/meminfo: memFree=1778128/2055920 swapFree=4117692/4192956
[pid=6944] ppid=6942 vsize=13600 CPUtime=0.04
/proc/6944/stat : 6944 (sugar) S 6942 6944 3852 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1994280068 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6944/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301901 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 6944
/proc/meminfo: memFree=1778128/2055920 swapFree=4117692/4192956
[pid=6944] ppid=6942 vsize=13600 CPUtime=0.04
/proc/6944/stat : 6944 (sugar) S 6942 6944 3852 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1994280068 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6944/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701981 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 6944
/proc/meminfo: memFree=1778128/2055920 swapFree=4117692/4192956
[pid=6944] ppid=6942 vsize=13600 CPUtime=0.61
/proc/6944/stat : 6944 (sugar) S 6942 6944 3852 0 -1 4194304 956 7516 0 1 3 1 53 4 16 0 1 0 1994280068 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6944/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 13600

[startup+1.50113 s]
/proc/loadavg: 1.92 1.98 1.99 4/92 6966
/proc/meminfo: memFree=1765752/2055920 swapFree=4117692/4192956
[pid=6944] ppid=6942 vsize=13600 CPUtime=0.61
/proc/6944/stat : 6944 (sugar) S 6942 6944 3852 0 -1 4194304 973 7516 0 1 3 1 53 4 15 0 1 0 1994280068 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6944/statm: 3400 797 370 3 0 500 0
[pid=6957] ppid=6944 vsize=5356 CPUtime=0
/proc/6957/stat : 6957 (sh) S 6944 6944 3852 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994280136 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6957/statm: 1339 233 193 169 0 50 0
[pid=6958] ppid=6957 vsize=864112 CPUtime=0.79
/proc/6958/stat : 6958 (java) S 6957 6944 3852 0 -1 0 8712 0 1 0 76 3 0 0 18 0 9 0 1994280136 884850688 7705 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6958/statm: 216028 7705 2540 9 0 210603 0
[pid=6958/tid=6959] ppid=6957 vsize=864112 CPUtime=0.4
/proc/6958/task/6959/stat : 6959 (java) R 6957 6944 3852 0 -1 64 2660 0 1 0 39 1 0 0 22 0 9 0 1994280137 884850688 7705 996147200 134512640 134550740 4294955952 18446744073709551615 103215017 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6958/tid=6960] ppid=6957 vsize=864112 CPUtime=0.32
/proc/6958/task/6960/stat : 6960 (java) S 6957 6944 3852 0 -1 64 5034 0 0 0 31 1 0 0 16 0 9 0 1994280138 884850688 7705 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6958/tid=6961] ppid=6957 vsize=864112 CPUtime=0
/proc/6958/task/6961/stat : 6961 (java) S 6957 6944 3852 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994280139 884850688 7705 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6958/tid=6962] ppid=6957 vsize=864112 CPUtime=0
/proc/6958/task/6962/stat : 6962 (java) S 6957 6944 3852 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1994280139 884850688 7705 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6958/tid=6963] ppid=6957 vsize=864112 CPUtime=0
/proc/6958/task/6963/stat : 6963 (java) S 6957 6944 3852 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994280141 884850688 7705 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6958/tid=6964] ppid=6957 vsize=864112 CPUtime=0.05
/proc/6958/task/6964/stat : 6964 (java) S 6957 6944 3852 0 -1 64 322 0 0 0 5 0 0 0 16 0 9 0 1994280141 884850688 7705 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6958/tid=6965] ppid=6957 vsize=864112 CPUtime=0
/proc/6958/task/6965/stat : 6965 (java) S 6957 6944 3852 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994280141 884850688 7705 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6958/tid=6966] ppid=6957 vsize=864112 CPUtime=0
/proc/6958/task/6966/stat : 6966 (java) S 6957 6944 3852 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1994280141 884850688 7705 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 883068

[startup+3.10244 s]
/proc/loadavg: 1.92 1.98 1.99 4/92 6966
/proc/meminfo: memFree=1738680/2055920 swapFree=4117692/4192956
[pid=6944] ppid=6942 vsize=13600 CPUtime=0.61
/proc/6944/stat : 6944 (sugar) S 6942 6944 3852 0 -1 4194304 973 7516 0 1 3 1 53 4 15 0 1 0 1994280068 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6944/statm: 3400 797 370 3 0 500 0
[pid=6957] ppid=6944 vsize=5356 CPUtime=0
/proc/6957/stat : 6957 (sh) S 6944 6944 3852 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994280136 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6957/statm: 1339 233 193 169 0 50 0
[pid=6958] ppid=6957 vsize=864164 CPUtime=2.38
/proc/6958/stat : 6958 (java) S 6957 6944 3852 0 -1 0 19839 0 1 0 228 10 0 0 18 0 9 0 1994280136 884903936 18374 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6958/statm: 216041 18374 2540 9 0 210616 0
[pid=6958/tid=6959] ppid=6957 vsize=864164 CPUtime=1.01
/proc/6958/task/6959/stat : 6959 (java) R 6957 6944 3852 0 -1 64 3108 0 1 0 99 2 0 0 25 0 9 0 1994280137 884903936 18374 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6958/tid=6960] ppid=6957 vsize=864164 CPUtime=1.29
/proc/6958/task/6960/stat : 6960 (java) R 6957 6944 3852 0 -1 64 15713 0 0 0 122 7 0 0 16 0 9 0 1994280138 884903936 18374 996147200 134512640 134550740 4294955952 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6958/tid=6961] ppid=6957 vsize=864164 CPUtime=0
/proc/6958/task/6961/stat : 6961 (java) S 6957 6944 3852 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994280139 884903936 18374 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6958/tid=6962] ppid=6957 vsize=864164 CPUtime=0
/proc/6958/task/6962/stat : 6962 (java) S 6957 6944 3852 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994280139 884903936 18374 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6958/tid=6963] ppid=6957 vsize=864164 CPUtime=0
/proc/6958/task/6963/stat : 6963 (java) S 6957 6944 3852 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994280141 884903936 18374 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6958/tid=6964] ppid=6957 vsize=864164 CPUtime=0.05
/proc/6958/task/6964/stat : 6964 (java) S 6957 6944 3852 0 -1 64 322 0 0 0 5 0 0 0 16 0 9 0 1994280141 884903936 18374 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6958/tid=6965] ppid=6957 vsize=864164 CPUtime=0
/proc/6958/task/6965/stat : 6965 (java) S 6957 6944 3852 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994280141 884903936 18374 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6958/tid=6966] ppid=6957 vsize=864164 CPUtime=0
/proc/6958/task/6966/stat : 6966 (java) S 6957 6944 3852 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1994280141 884903936 18374 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 883120

[startup+6.30104 s]
/proc/loadavg: 2.01 2.00 2.00 3/92 6966
/proc/meminfo: memFree=1638200/2055920 swapFree=4117692/4192956
[pid=6944] ppid=6942 vsize=13600 CPUtime=0.61
/proc/6944/stat : 6944 (sugar) S 6942 6944 3852 0 -1 4194304 974 7516 0 1 3 1 53 4 16 0 1 0 1994280068 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6944/statm: 3400 797 370 3 0 500 0
[pid=6957] ppid=6944 vsize=5356 CPUtime=0
/proc/6957/stat : 6957 (sh) S 6944 6944 3852 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994280136 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6957/statm: 1339 233 193 169 0 50 0
[pid=6958] ppid=6957 vsize=885156 CPUtime=5.54
/proc/6958/stat : 6958 (java) S 6957 6944 3852 0 -1 0 54401 0 1 0 528 26 0 0 18 0 9 0 1994280136 906399744 37201 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6958/statm: 221289 37201 2540 9 0 215864 0
[pid=6958/tid=6959] ppid=6957 vsize=885156 CPUtime=1.82
/proc/6958/task/6959/stat : 6959 (java) S 6957 6944 3852 0 -1 64 3826 0 1 0 180 2 0 0 25 0 9 0 1994280137 906399744 37201 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6958/tid=6960] ppid=6957 vsize=885156 CPUtime=3.65
/proc/6958/task/6960/stat : 6960 (java) R 6957 6944 3852 0 -1 64 49557 0 0 0 342 23 0 0 22 0 9 0 1994280138 906399744 37201 996147200 134512640 134550740 4294955952 18446744073709551615 104181579 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6958/tid=6961] ppid=6957 vsize=885156 CPUtime=0
/proc/6958/task/6961/stat : 6961 (java) S 6957 6944 3852 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994280139 906399744 37201 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6958/tid=6962] ppid=6957 vsize=885156 CPUtime=0
/proc/6958/task/6962/stat : 6962 (java) S 6957 6944 3852 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994280139 906399744 37201 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6958/tid=6963] ppid=6957 vsize=885156 CPUtime=0
/proc/6958/task/6963/stat : 6963 (java) S 6957 6944 3852 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994280141 906399744 37201 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6958/tid=6964] ppid=6957 vsize=885156 CPUtime=0.05
/proc/6958/task/6964/stat : 6964 (java) S 6957 6944 3852 0 -1 64 322 0 0 0 5 0 0 0 16 0 9 0 1994280141 906399744 37201 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6958/tid=6965] ppid=6957 vsize=885156 CPUtime=0
/proc/6958/task/6965/stat : 6965 (java) S 6957 6944 3852 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994280141 906399744 37201 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6958/tid=6966] ppid=6957 vsize=885156 CPUtime=0
/proc/6958/task/6966/stat : 6966 (java) S 6957 6944 3852 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1994280141 906399744 37201 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 904112

[startup+12.7022 s]
/proc/loadavg: 2.01 2.00 2.00 3/92 6966
/proc/meminfo: memFree=1653304/2055920 swapFree=4117692/4192956
[pid=6944] ppid=6942 vsize=13600 CPUtime=0.61
/proc/6944/stat : 6944 (sugar) S 6942 6944 3852 0 -1 4194304 974 7516 0 1 3 1 53 4 16 0 1 0 1994280068 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6944/statm: 3400 797 370 3 0 500 0
[pid=6957] ppid=6944 vsize=5356 CPUtime=0
/proc/6957/stat : 6957 (sh) S 6944 6944 3852 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994280136 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6957/statm: 1339 233 193 169 0 50 0
[pid=6958] ppid=6957 vsize=864276 CPUtime=11.88
/proc/6958/stat : 6958 (java) S 6957 6944 3852 0 -1 0 55320 0 1 0 1161 27 0 0 18 0 9 0 1994280136 885018624 32843 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6958/statm: 216069 32843 2564 9 0 210616 0
[pid=6958/tid=6959] ppid=6957 vsize=864276 CPUtime=7.67
/proc/6958/task/6959/stat : 6959 (java) R 6957 6944 3852 0 -1 64 4436 0 1 0 764 3 0 0 25 0 9 0 1994280137 885018624 32843 996147200 134512640 134550740 4294955952 18446744073709551615 4126559808 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6958/tid=6960] ppid=6957 vsize=864276 CPUtime=4.1
/proc/6958/task/6960/stat : 6960 (java) S 6957 6944 3852 0 -1 64 49846 0 0 0 387 23 0 0 16 0 9 0 1994280138 885018624 32843 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6958/tid=6961] ppid=6957 vsize=864276 CPUtime=0
/proc/6958/task/6961/stat : 6961 (java) S 6957 6944 3852 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994280139 885018624 32843 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6958/tid=6962] ppid=6957 vsize=864276 CPUtime=0
/proc/6958/task/6962/stat : 6962 (java) S 6957 6944 3852 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994280139 885018624 32843 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6958/tid=6963] ppid=6957 vsize=864276 CPUtime=0
/proc/6958/task/6963/stat : 6963 (java) S 6957 6944 3852 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994280141 885018624 32843 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6958/tid=6964] ppid=6957 vsize=864276 CPUtime=0.08
/proc/6958/task/6964/stat : 6964 (java) S 6957 6944 3852 0 -1 64 342 0 0 0 8 0 0 0 16 0 9 0 1994280141 885018624 32843 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6958/tid=6965] ppid=6957 vsize=864276 CPUtime=0
/proc/6958/task/6965/stat : 6965 (java) S 6957 6944 3852 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994280141 885018624 32843 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6958/tid=6966] ppid=6957 vsize=864276 CPUtime=0
/proc/6958/task/6966/stat : 6966 (java) S 6957 6944 3852 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1994280141 885018624 32843 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 883232

[startup+25.5027 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 6966
/proc/meminfo: memFree=1651512/2055920 swapFree=4117692/4192956
[pid=6944] ppid=6942 vsize=13600 CPUtime=0.61
/proc/6944/stat : 6944 (sugar) S 6942 6944 3852 0 -1 4194304 974 7516 0 1 3 1 53 4 16 0 1 0 1994280068 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6944/statm: 3400 797 370 3 0 500 0
[pid=6957] ppid=6944 vsize=5356 CPUtime=0
/proc/6957/stat : 6957 (sh) S 6944 6944 3852 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994280136 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6957/statm: 1339 233 193 169 0 50 0
[pid=6958] ppid=6957 vsize=864276 CPUtime=24.56
/proc/6958/stat : 6958 (java) S 6957 6944 3852 0 -1 0 55776 0 1 0 2428 28 0 0 18 0 9 0 1994280136 885018624 33294 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6958/statm: 216069 33294 2564 9 0 210616 0
[pid=6958/tid=6959] ppid=6957 vsize=864276 CPUtime=20.31
/proc/6958/task/6959/stat : 6959 (java) R 6957 6944 3852 0 -1 64 4441 0 1 0 2028 3 0 0 25 0 9 0 1994280137 885018624 33294 996147200 134512640 134550740 4294955952 18446744073709551615 4126578628 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6958/tid=6960] ppid=6957 vsize=864276 CPUtime=4.15
/proc/6958/task/6960/stat : 6960 (java) S 6957 6944 3852 0 -1 64 50297 0 0 0 391 24 0 0 16 0 9 0 1994280138 885018624 33294 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6958/tid=6961] ppid=6957 vsize=864276 CPUtime=0
/proc/6958/task/6961/stat : 6961 (java) S 6957 6944 3852 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994280139 885018624 33294 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6958/tid=6962] ppid=6957 vsize=864276 CPUtime=0
/proc/6958/task/6962/stat : 6962 (java) S 6957 6944 3852 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994280139 885018624 33294 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/meminfo: memFree=1559624/2055920 swapFree=4117692/4192956
[pid=6944] ppid=6942 vsize=13600 CPUtime=1155.5
/proc/6944/stat : 6944 (sugar) S 6942 6944 3852 0 -1 4194304 1021 119286 0 2 3 1 115416 130 17 0 1 0 1994280068 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6944/statm: 3400 798 370 3 0 500 0
[pid=6998] ppid=6944 vsize=5356 CPUtime=0
/proc/6998/stat : 6998 (sh) S 6944 6944 3852 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994396316 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6998/statm: 1339 232 193 169 0 50 0
[pid=6999] ppid=6998 vsize=144116 CPUtime=138.53
/proc/6999/stat : 6999 (picosat) R 6998 6944 3852 0 -1 4194304 33992 0 0 0 10862 2991 0 0 25 0 1 0 1994396317 147574784 33978 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/6999/statm: 36029 33978 42 102 0 35924 0
Current children cumulated CPU time (s) 1294.03
Current children cumulated vsize (KiB) 163072

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 6999
/proc/meminfo: memFree=1557640/2055920 swapFree=4117692/4192956
[pid=6944] ppid=6942 vsize=13600 CPUtime=1155.5
/proc/6944/stat : 6944 (sugar) S 6942 6944 3852 0 -1 4194304 1021 119286 0 2 3 1 115416 130 17 0 1 0 1994280068 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6944/statm: 3400 798 370 3 0 500 0
[pid=6998] ppid=6944 vsize=5356 CPUtime=0
/proc/6998/stat : 6998 (sh) S 6944 6944 3852 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994396316 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6998/statm: 1339 232 193 169 0 50 0
[pid=6999] ppid=6998 vsize=146096 CPUtime=197.96
/proc/6999/stat : 6999 (picosat) R 6998 6944 3852 0 -1 4194304 34503 0 0 0 16804 2992 0 0 25 0 1 0 1994396317 149602304 34489 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/6999/statm: 36524 34489 42 102 0 36419 0
Current children cumulated CPU time (s) 1353.46
Current children cumulated vsize (KiB) 165052

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 6999
/proc/meminfo: memFree=1555720/2055920 swapFree=4117692/4192956
[pid=6944] ppid=6942 vsize=13600 CPUtime=1155.5
/proc/6944/stat : 6944 (sugar) S 6942 6944 3852 0 -1 4194304 1021 119286 0 2 3 1 115416 130 17 0 1 0 1994280068 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6944/statm: 3400 798 370 3 0 500 0
[pid=6998] ppid=6944 vsize=5356 CPUtime=0
/proc/6998/stat : 6998 (sh) S 6944 6944 3852 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994396316 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6998/statm: 1339 232 193 169 0 50 0
[pid=6999] ppid=6998 vsize=147812 CPUtime=257.4
/proc/6999/stat : 6999 (picosat) R 6998 6944 3852 0 -1 4194304 34968 0 0 0 22747 2993 0 0 25 0 1 0 1994396317 151359488 34954 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/6999/statm: 36953 34954 42 102 0 36848 0
Current children cumulated CPU time (s) 1412.9
Current children cumulated vsize (KiB) 166768

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 6999
/proc/meminfo: memFree=1554312/2055920 swapFree=4117692/4192956
[pid=6944] ppid=6942 vsize=13600 CPUtime=1155.5
/proc/6944/stat : 6944 (sugar) S 6942 6944 3852 0 -1 4194304 1021 119286 0 2 3 1 115416 130 17 0 1 0 1994280068 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6944/statm: 3400 798 370 3 0 500 0
[pid=6998] ppid=6944 vsize=5356 CPUtime=0
/proc/6998/stat : 6998 (sh) S 6944 6944 3852 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994396316 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6998/statm: 1339 232 193 169 0 50 0
[pid=6999] ppid=6998 vsize=149216 CPUtime=316.83
/proc/6999/stat : 6999 (picosat) R 6998 6944 3852 0 -1 4194304 35419 0 0 0 28689 2994 0 0 25 0 1 0 1994396317 152797184 35280 996147200 134512640 134931368 4294956256 18446744073709551615 134525918 0 0 4096 0 0 0 0 17 1 0 0
/proc/6999/statm: 37304 35280 48 102 0 37199 0
Current children cumulated CPU time (s) 1472.33
Current children cumulated vsize (KiB) 168172

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 6999
/proc/meminfo: memFree=1554312/2055920 swapFree=4117692/4192956
[pid=6944] ppid=6942 vsize=13600 CPUtime=1155.5
/proc/6944/stat : 6944 (sugar) S 6942 6944 3852 0 -1 4194304 1021 119286 0 2 3 1 115416 130 17 0 1 0 1994280068 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6944/statm: 3400 798 370 3 0 500 0
[pid=6998] ppid=6944 vsize=5356 CPUtime=0
/proc/6998/stat : 6998 (sh) S 6944 6944 3852 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994396316 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6998/statm: 1339 232 193 169 0 50 0
[pid=6999] ppid=6998 vsize=149216 CPUtime=376.25
/proc/6999/stat : 6999 (picosat) R 6998 6944 3852 0 -1 4194304 35419 0 0 0 34631 2994 0 0 25 0 1 0 1994396317 152797184 35280 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/6999/statm: 37304 35280 48 102 0 37199 0
Current children cumulated CPU time (s) 1531.75
Current children cumulated vsize (KiB) 168172

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 6999
/proc/meminfo: memFree=1553672/2055920 swapFree=4117692/4192956
[pid=6944] ppid=6942 vsize=13600 CPUtime=1155.5
/proc/6944/stat : 6944 (sugar) S 6942 6944 3852 0 -1 4194304 1021 119286 0 2 3 1 115416 130 17 0 1 0 1994280068 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6944/statm: 3400 798 370 3 0 500 0
[pid=6998] ppid=6944 vsize=5356 CPUtime=0
/proc/6998/stat : 6998 (sh) S 6944 6944 3852 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994396316 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6998/statm: 1339 232 193 169 0 50 0
[pid=6999] ppid=6998 vsize=149876 CPUtime=435.7
/proc/6999/stat : 6999 (picosat) R 6998 6944 3852 0 -1 4194304 35606 0 0 0 40575 2995 0 0 25 0 1 0 1994396317 153473024 35467 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/6999/statm: 37469 35467 48 102 0 37364 0
Current children cumulated CPU time (s) 1591.2
Current children cumulated vsize (KiB) 168832

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 6999
/proc/meminfo: memFree=1552008/2055920 swapFree=4117692/4192956
[pid=6944] ppid=6942 vsize=13600 CPUtime=1155.5
/proc/6944/stat : 6944 (sugar) S 6942 6944 3852 0 -1 4194304 1021 119286 0 2 3 1 115416 130 17 0 1 0 1994280068 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6944/statm: 3400 798 370 3 0 500 0
[pid=6998] ppid=6944 vsize=5356 CPUtime=0
/proc/6998/stat : 6998 (sh) S 6944 6944 3852 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994396316 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6998/statm: 1339 232 193 169 0 50 0
[pid=6999] ppid=6998 vsize=151196 CPUtime=495.12
/proc/6999/stat : 6999 (picosat) R 6998 6944 3852 0 -1 4194304 36094 0 0 0 46517 2995 0 0 25 0 1 0 1994396317 154824704 35833 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/6999/statm: 37799 35833 48 102 0 37694 0
Current children cumulated CPU time (s) 1650.62
Current children cumulated vsize (KiB) 170152

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 6999
/proc/meminfo: memFree=1552008/2055920 swapFree=4117692/4192956
[pid=6944] ppid=6942 vsize=13600 CPUtime=1155.5
/proc/6944/stat : 6944 (sugar) S 6942 6944 3852 0 -1 4194304 1021 119286 0 2 3 1 115416 130 17 0 1 0 1994280068 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6944/statm: 3400 798 370 3 0 500 0
[pid=6998] ppid=6944 vsize=5356 CPUtime=0
/proc/6998/stat : 6998 (sh) S 6944 6944 3852 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994396316 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6998/statm: 1339 232 193 169 0 50 0
[pid=6999] ppid=6998 vsize=151196 CPUtime=554.56
/proc/6999/stat : 6999 (picosat) R 6998 6944 3852 0 -1 4194304 36094 0 0 0 52461 2995 0 0 25 0 1 0 1994396317 154824704 35833 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/6999/statm: 37799 35833 48 102 0 37694 0
Current children cumulated CPU time (s) 1710.06
Current children cumulated vsize (KiB) 170152

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 6999
/proc/meminfo: memFree=1551944/2055920 swapFree=4117692/4192956
[pid=6944] ppid=6942 vsize=13600 CPUtime=1155.5
/proc/6944/stat : 6944 (sugar) S 6942 6944 3852 0 -1 4194304 1021 119286 0 2 3 1 115416 130 17 0 1 0 1994280068 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6944/statm: 3400 798 370 3 0 500 0
[pid=6998] ppid=6944 vsize=5356 CPUtime=0
/proc/6998/stat : 6998 (sh) S 6944 6944 3852 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994396316 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6998/statm: 1339 232 193 169 0 50 0
[pid=6999] ppid=6998 vsize=151196 CPUtime=613.99
/proc/6999/stat : 6999 (picosat) R 6998 6944 3852 0 -1 4194304 36109 0 0 0 58403 2996 0 0 25 0 1 0 1994396317 154824704 35848 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/6999/statm: 37799 35848 48 102 0 37694 0
Current children cumulated CPU time (s) 1769.49
Current children cumulated vsize (KiB) 170152



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 7005
/proc/meminfo: memFree=1551688/2055920 swapFree=4117692/4192956
[pid=6944] ppid=6942 vsize=13600 CPUtime=1155.5
/proc/6944/stat : 6944 (sugar) S 6942 6944 3852 0 -1 4194304 1021 119286 0 2 3 1 115416 130 17 0 1 0 1994280068 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6944/statm: 3400 798 370 3 0 500 0
[pid=6998] ppid=6944 vsize=5356 CPUtime=0
/proc/6998/stat : 6998 (sh) S 6944 6944 3852 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994396316 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6998/statm: 1339 232 193 169 0 50 0
[pid=6999] ppid=6998 vsize=151460 CPUtime=644.58
/proc/6999/stat : 6999 (picosat) R 6998 6944 3852 0 -1 4194304 36166 0 0 0 61462 2996 0 0 25 0 1 0 1994396317 155095040 35905 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/6999/statm: 37865 35905 48 102 0 37760 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 170416

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 6944 and gives
#  childrusage.ru_utime.tv_sec=1154
#  childrusage.ru_utime.tv_usec=203534
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=319799
# CPU time returned by wait4() is 1155.52
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1813.24
CPU time (s): 1800.08
CPU user time (s): 1768.81
CPU system time (s): 31.27
CPU usage (%): 99.2744
Max. virtual memory (cumulated for all children) (KiB): 909348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1154.2
system time used= 1.3198
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 120661
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= 30506
involuntary context switches= 42712

runsolver used 2.37364 second user time and 5.9101 second system time

The end

Launcher Data (download as text)

Begin job on node47 at 2008-07-04 08:31:18
IDJOB=1068271
IDBENCH=55507
IDSOLVER=345
FILE ID=node47/1068271-1215153078
PBS_JOBID= 7877344
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg7-7_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-1068271-1215153078/watcher-1068271-1215153078 -o /tmp/evaluation-result-1068271-1215153078/solver-1068271-1215153078 -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-1068271-1215153078.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= da5e47254c0112035451af23516fc7ae
RANDOM SEED=1210990734

node47.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.281
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.281
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:       1778608 kB
Buffers:         14872 kB
Cached:          76196 kB
SwapCached:      69140 kB
Active:         191232 kB
Inactive:        31620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1778608 kB
SwapTotal:     4192956 kB
SwapFree:      4117692 kB
Dirty:            1788 kB
Writeback:           0 kB
Mapped:         145432 kB
Slab:            39328 kB
Committed_AS:  4739640 kB
PageTables:       2172 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= 66548 MiB
End job on node47 at 2008-07-04 09:01:33