Trace number 1079770

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 1801.64

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg10-11_ext.xml
MD5SUMac1503673bc5c1dbe328395c9dc771a5
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 benchmark1.54976
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints21
Maximum constraint arity11
Maximum domain size26
Number of constraints which are defined in extension21
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 Sat Jul  5 00:33:59 2008
0.00/0.04	c 0	PID 11685
0.03/0.04	c 0	HOST node82.alineos.net
0.03/0.04	c 0	CONVERTING HOME/instance-1079770-1215210839.xml TO HOME/temp.csp
0.03/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1079770-1215210839.xml' 'HOME/temp.csp'
0.03/0.45	c 1	1 domains, 110 variables, 0 predicates, 2 relations, 21 constraints
0.03/0.48	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.48	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.70	c 1	parsed 134 expressions
0.43/0.71	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.43/0.71	c 1	Converting to clausal form CSP
0.43/0.73	c 1	converted 14 (10%) expressions
0.43/0.73	c 1	converted 27 (20%) expressions
0.43/0.73	c 1	converted 41 (30%) expressions
0.43/0.73	c 1	converted 54 (40%) expressions
0.43/0.73	c 1	converted 67 (50%) expressions
0.43/0.73	c 1	converted 81 (60%) expressions
0.43/0.73	c 1	converted 94 (70%) expressions
0.43/0.73	c 1	converted 108 (80%) expressions
1.03/1.10	c 2	converted 121 (90%) expressions
1.33/1.44	c 2	converted 134 (100%) expressions
1.33/1.44	c 2	CSP : 110 integers, 0 booleans, 21 clauses, largest domain size 26
1.33/1.44	c 2	Heap : 25 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.33/1.44	c 2	Propagation in CSP
1.33/1.44	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.33/1.44	c 2	CSP : 110 integers, 0 booleans, 21 clauses, largest domain size 26
1.33/1.44	c 2	Heap : 25 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.33/1.44	c 2	Simplifing CSP by introducing new Boolean variables
1.33/1.44	c 2	CSP : 110 integers, 0 booleans, 21 clauses, largest domain size 26
1.33/1.44	c 2	Heap : 25 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.42/1.55	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.42/1.57	c 2	11 (10%) CSP integer variables are encoded (264 clauses, 2760 bytes)
1.42/1.57	c 2	22 (20%) CSP integer variables are encoded (528 clauses, 5664 bytes)
1.42/1.58	c 2	33 (30%) CSP integer variables are encoded (792 clauses, 8568 bytes)
1.42/1.58	c 2	44 (40%) CSP integer variables are encoded (1056 clauses, 11665 bytes)
1.42/1.58	c 2	55 (50%) CSP integer variables are encoded (1320 clauses, 15097 bytes)
1.42/1.58	c 2	66 (60%) CSP integer variables are encoded (1584 clauses, 18529 bytes)
1.42/1.58	c 2	77 (70%) CSP integer variables are encoded (1848 clauses, 21961 bytes)
1.42/1.58	c 2	88 (80%) CSP integer variables are encoded (2112 clauses, 25393 bytes)
1.42/1.58	c 2	99 (90%) CSP integer variables are encoded (2376 clauses, 28825 bytes)
1.42/1.58	c 2	110 (100%) CSP integer variables are encoded (2640 clauses, 32257 bytes)
12.32/12.47	c 13	3 (10%) CSP clauses are encoded (93747 clauses, 5736510 bytes)
19.72/19.84	c 20	5 (20%) CSP clauses are encoded (154485 clauses, 9617830 bytes)
26.91/27.02	c 27	7 (30%) CSP clauses are encoded (215223 clauses, 13557596 bytes)
34.30/34.41	c 35	9 (40%) CSP clauses are encoded (275961 clauses, 17607858 bytes)
41.41/41.57	c 42	11 (50%) CSP clauses are encoded (336699 clauses, 21658120 bytes)
45.40/45.52	c 46	13 (60%) CSP clauses are encoded (377439 clauses, 24069785 bytes)
49.19/49.30	c 50	15 (70%) CSP clauses are encoded (418179 clauses, 26694966 bytes)
52.90/53.07	c 54	17 (80%) CSP clauses are encoded (458919 clauses, 29834342 bytes)
56.69/56.80	c 57	19 (90%) CSP clauses are encoded (499659 clauses, 32973718 bytes)
60.58/60.73	c 61	21 (100%) CSP clauses are encoded (540399 clauses, 36113094 bytes)
60.58/60.73	c 61	21 CSP clauses encoded
60.58/60.73	c 61	Writing map file : HOME/temp.map
60.58/60.74	c 61	Heap : 32 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
60.58/60.74	c 61	SAT : 2750 SAT variables, 540399 SAT clauses, 36113094 bytes
60.58/60.74	c 61	Heap : 32 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
60.65/60.80	c 61	SOLVING HOME/temp.cnf
60.65/60.80	c 61	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.00/1801.61	c 1802	DECODING HOME/temp.out WITH HOME/temp.map
1800.00/1801.61	c 1802	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.00/1801.61	c ERROR INTERRUPTED
1800.00/1801.61	s UNKNOWN
1800.00/1801.62	c 1802	CPU 60.14 (0.03 0 60.11 0.51)
1800.00/1801.62	c 1802	END Sat Jul  5 01:04:01 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-1079770-1215210839/watcher-1079770-1215210839 -o /tmp/evaluation-result-1079770-1215210839/solver-1079770-1215210839 -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-1079770-1215210839.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.94 2.00 1.99 4/75 11685
/proc/meminfo: memFree=1433816/2055920 swapFree=4169368/4192956
[pid=11685] ppid=11683 vsize=12272 CPUtime=0
/proc/11685/stat : 11685 (sugar) R 11683 11685 11087 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 255557760 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 224273677310 0 0 4224 0 0 0 0 17 0 0 0
/proc/11685/statm: 3068 364 274 3 0 168 0

[startup+0.0421311 s]
/proc/loadavg: 1.94 2.00 1.99 4/75 11685
/proc/meminfo: memFree=1433816/2055920 swapFree=4169368/4192956
[pid=11685] ppid=11683 vsize=13600 CPUtime=0.03
/proc/11685/stat : 11685 (sugar) R 11683 11685 11087 0 -1 4194304 874 127 0 0 3 0 0 0 16 0 1 0 255557760 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224264776351 0 0 4224 16386 0 0 0 17 0 0 0
/proc/11685/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102141 s]
/proc/loadavg: 1.94 2.00 1.99 4/75 11685
/proc/meminfo: memFree=1433816/2055920 swapFree=4169368/4192956
[pid=11685] ppid=11683 vsize=13600 CPUtime=0.03
/proc/11685/stat : 11685 (sugar) S 11683 11685 11087 0 -1 4194304 900 127 0 0 3 0 0 0 17 0 1 0 255557760 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11685/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302155 s]
/proc/loadavg: 1.94 2.00 1.99 4/75 11685
/proc/meminfo: memFree=1433816/2055920 swapFree=4169368/4192956
[pid=11685] ppid=11683 vsize=13600 CPUtime=0.03
/proc/11685/stat : 11685 (sugar) S 11683 11685 11087 0 -1 4194304 900 127 0 0 3 0 0 0 17 0 1 0 255557760 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11685/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702201 s]
/proc/loadavg: 1.94 2.00 1.99 4/75 11685
/proc/meminfo: memFree=1433816/2055920 swapFree=4169368/4192956
[pid=11685] ppid=11683 vsize=13600 CPUtime=0.43
/proc/11685/stat : 11685 (sugar) S 11683 11685 11087 0 -1 4194304 973 4553 0 1 3 0 37 3 15 0 1 0 255557760 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11685/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 13600

[startup+1.50129 s]
/proc/loadavg: 1.94 2.00 1.99 4/86 11707
/proc/meminfo: memFree=1415424/2055920 swapFree=4169368/4192956
[pid=11685] ppid=11683 vsize=13600 CPUtime=0.43
/proc/11685/stat : 11685 (sugar) S 11683 11685 11087 0 -1 4194304 974 4553 0 1 3 0 37 3 15 0 1 0 255557760 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11685/statm: 3400 797 370 3 0 500 0
[pid=11698] ppid=11685 vsize=5356 CPUtime=0
/proc/11698/stat : 11698 (sh) S 11685 11685 11087 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 255557809 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11698/statm: 1339 233 193 169 0 50 0
[pid=11699] ppid=11698 vsize=864180 CPUtime=0.99
/proc/11699/stat : 11699 (java) S 11698 11685 11087 0 -1 0 11266 0 1 0 93 6 0 0 20 0 9 0 255557809 884920320 10532 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11699/statm: 216045 10532 2540 9 0 210620 0
[pid=11699/tid=11700] ppid=11698 vsize=864180 CPUtime=0.37
/proc/11699/task/11700/stat : 11700 (java) R 11698 11685 11087 0 -1 64 2912 0 1 0 36 1 0 0 25 0 9 0 255557810 884920320 10532 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11699/tid=11701] ppid=11698 vsize=864180 CPUtime=0.54
/proc/11699/task/11701/stat : 11701 (java) R 11698 11685 11087 0 -1 64 7335 0 0 0 50 4 0 0 17 0 9 0 255557811 884920320 10532 996147200 134512640 134550740 4294955952 18446744073709551615 104180239 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11699/tid=11702] ppid=11698 vsize=864180 CPUtime=0
/proc/11699/task/11702/stat : 11702 (java) S 11698 11685 11087 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 255557811 884920320 10532 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11699/tid=11703] ppid=11698 vsize=864180 CPUtime=0
/proc/11699/task/11703/stat : 11703 (java) S 11698 11685 11087 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 255557811 884920320 10532 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11699/tid=11704] ppid=11698 vsize=864180 CPUtime=0
/proc/11699/task/11704/stat : 11704 (java) S 11698 11685 11087 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 255557813 884920320 10532 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11699/tid=11705] ppid=11698 vsize=864180 CPUtime=0.05
/proc/11699/task/11705/stat : 11705 (java) S 11698 11685 11087 0 -1 64 326 0 0 0 5 0 0 0 18 0 9 0 255557813 884920320 10532 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11699/tid=11706] ppid=11698 vsize=864180 CPUtime=0
/proc/11699/task/11706/stat : 11706 (java) S 11698 11685 11087 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 255557813 884920320 10532 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11699/tid=11707] ppid=11698 vsize=864180 CPUtime=0
/proc/11699/task/11707/stat : 11707 (java) S 11698 11685 11087 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 255557813 884920320 10532 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 883136

[startup+3.10146 s]
/proc/loadavg: 1.94 2.00 1.99 3/86 11707
/proc/meminfo: memFree=1396480/2055920 swapFree=4169368/4192956
[pid=11685] ppid=11683 vsize=13600 CPUtime=0.43
/proc/11685/stat : 11685 (sugar) S 11683 11685 11087 0 -1 4194304 974 4553 0 1 3 0 37 3 15 0 1 0 255557760 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11685/statm: 3400 797 370 3 0 500 0
[pid=11698] ppid=11685 vsize=5356 CPUtime=0
/proc/11698/stat : 11698 (sh) S 11685 11685 11087 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 255557809 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11698/statm: 1339 233 193 169 0 50 0
[pid=11699] ppid=11698 vsize=864292 CPUtime=2.59
/proc/11699/stat : 11699 (java) S 11698 11685 11087 0 -1 0 12144 0 1 0 252 7 0 0 20 0 9 0 255557809 885035008 11372 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11699/statm: 216073 11372 2564 9 0 210620 0
[pid=11699/tid=11700] ppid=11698 vsize=864292 CPUtime=1.86
/proc/11699/task/11700/stat : 11700 (java) R 11698 11685 11087 0 -1 64 2998 0 1 0 185 1 0 0 25 0 9 0 255557810 885035008 11372 996147200 134512640 134550740 4294955952 18446744073709551615 4126611588 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11699/tid=11701] ppid=11698 vsize=864292 CPUtime=0.62
/proc/11699/task/11701/stat : 11701 (java) S 11698 11685 11087 0 -1 64 8105 0 0 0 58 4 0 0 16 0 9 0 255557811 885035008 11372 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11699/tid=11702] ppid=11698 vsize=864292 CPUtime=0
/proc/11699/task/11702/stat : 11702 (java) S 11698 11685 11087 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 255557811 885035008 11372 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11699/tid=11703] ppid=11698 vsize=864292 CPUtime=0
/proc/11699/task/11703/stat : 11703 (java) S 11698 11685 11087 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 255557811 885035008 11372 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11699/tid=11704] ppid=11698 vsize=864292 CPUtime=0
/proc/11699/task/11704/stat : 11704 (java) S 11698 11685 11087 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 255557813 885035008 11372 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11699/tid=11705] ppid=11698 vsize=864292 CPUtime=0.08
/proc/11699/task/11705/stat : 11705 (java) S 11698 11685 11087 0 -1 64 348 0 0 0 8 0 0 0 16 0 9 0 255557813 885035008 11372 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11699/tid=11706] ppid=11698 vsize=864292 CPUtime=0
/proc/11699/task/11706/stat : 11706 (java) S 11698 11685 11087 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 255557813 885035008 11372 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11699/tid=11707] ppid=11698 vsize=864292 CPUtime=0
/proc/11699/task/11707/stat : 11707 (java) S 11698 11685 11087 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 255557813 885035008 11372 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 883248

[startup+6.3028 s]
/proc/loadavg: 1.95 2.00 1.99 3/86 11707
/proc/meminfo: memFree=1389504/2055920 swapFree=4169368/4192956
[pid=11685] ppid=11683 vsize=13600 CPUtime=0.43
/proc/11685/stat : 11685 (sugar) S 11683 11685 11087 0 -1 4194304 974 4553 0 1 3 0 37 3 15 0 1 0 255557760 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11685/statm: 3400 797 370 3 0 500 0
[pid=11698] ppid=11685 vsize=5356 CPUtime=0
/proc/11698/stat : 11698 (sh) S 11685 11685 11087 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 255557809 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11698/statm: 1339 233 193 169 0 50 0
[pid=11699] ppid=11698 vsize=864292 CPUtime=5.79
/proc/11699/stat : 11699 (java) S 11698 11685 11087 0 -1 0 13398 0 1 0 570 9 0 0 20 0 9 0 255557809 885035008 12558 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11699/statm: 216073 12558 2564 9 0 210620 0
[pid=11699/tid=11700] ppid=11698 vsize=864292 CPUtime=4.97
/proc/11699/task/11700/stat : 11700 (java) R 11698 11685 11087 0 -1 64 3066 0 1 0 495 2 0 0 25 0 9 0 255557810 885035008 12558 996147200 134512640 134550740 4294955952 18446744073709551615 4126589839 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11699/tid=11701] ppid=11698 vsize=864292 CPUtime=0.7
/proc/11699/task/11701/stat : 11701 (java) S 11698 11685 11087 0 -1 64 9288 0 0 0 65 5 0 0 16 0 9 0 255557811 885035008 12558 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11699/tid=11702] ppid=11698 vsize=864292 CPUtime=0
/proc/11699/task/11702/stat : 11702 (java) S 11698 11685 11087 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 255557811 885035008 12558 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11699/tid=11703] ppid=11698 vsize=864292 CPUtime=0
/proc/11699/task/11703/stat : 11703 (java) S 11698 11685 11087 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 255557811 885035008 12558 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11699/tid=11704] ppid=11698 vsize=864292 CPUtime=0
/proc/11699/task/11704/stat : 11704 (java) S 11698 11685 11087 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 255557813 885035008 12558 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11699/tid=11705] ppid=11698 vsize=864292 CPUtime=0.08
/proc/11699/task/11705/stat : 11705 (java) S 11698 11685 11087 0 -1 64 351 0 0 0 8 0 0 0 16 0 9 0 255557813 885035008 12558 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11699/tid=11706] ppid=11698 vsize=864292 CPUtime=0
/proc/11699/task/11706/stat : 11706 (java) S 11698 11685 11087 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 255557813 885035008 12558 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11699/tid=11707] ppid=11698 vsize=864292 CPUtime=0
/proc/11699/task/11707/stat : 11707 (java) S 11698 11685 11087 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 255557813 885035008 12558 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 883248

[startup+12.7025 s]
/proc/loadavg: 1.95 2.00 1.99 3/86 11707
/proc/meminfo: memFree=1378440/2055920 swapFree=4169368/4192956
[pid=11685] ppid=11683 vsize=13600 CPUtime=0.43
/proc/11685/stat : 11685 (sugar) S 11683 11685 11087 0 -1 4194304 974 4553 0 1 3 0 37 3 16 0 1 0 255557760 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11685/statm: 3400 797 370 3 0 500 0
[pid=11698] ppid=11685 vsize=5356 CPUtime=0
/proc/11698/stat : 11698 (sh) S 11685 11685 11087 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 255557809 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11698/statm: 1339 233 193 169 0 50 0
[pid=11699] ppid=11698 vsize=864292 CPUtime=12.19
/proc/11699/stat : 11699 (java) S 11698 11685 11087 0 -1 0 15677 0 1 0 1204 15 0 0 20 0 9 0 255557809 885035008 14710 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11699/statm: 216073 14710 2564 9 0 210620 0
[pid=11699/tid=11700] ppid=11698 vsize=864292 CPUtime=11.21
/proc/11699/task/11700/stat : 11700 (java) R 11698 11685 11087 0 -1 64 3193 0 1 0 1115 6 0 0 25 0 9 0 255557810 885035008 14710 996147200 134512640 134550740 4294955952 18446744073709551615 4126590406 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11699/tid=11701] ppid=11698 vsize=864292 CPUtime=0.86
/proc/11699/task/11701/stat : 11701 (java) S 11698 11685 11087 0 -1 64 11439 0 0 0 78 8 0 0 16 0 9 0 255557811 885035008 14710 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11699/tid=11702] ppid=11698 vsize=864292 CPUtime=0
/proc/11699/task/11702/stat : 11702 (java) S 11698 11685 11087 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 255557811 885035008 14710 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11699/tid=11703] ppid=11698 vsize=864292 CPUtime=0
/proc/11699/task/11703/stat : 11703 (java) S 11698 11685 11087 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 255557811 885035008 14710 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11699/tid=11704] ppid=11698 vsize=864292 CPUtime=0
/proc/11699/task/11704/stat : 11704 (java) S 11698 11685 11087 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 255557813 885035008 14710 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11699/tid=11705] ppid=11698 vsize=864292 CPUtime=0.08
/proc/11699/task/11705/stat : 11705 (java) S 11698 11685 11087 0 -1 64 352 0 0 0 8 0 0 0 16 0 9 0 255557813 885035008 14710 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11699/tid=11706] ppid=11698 vsize=864292 CPUtime=0
/proc/11699/task/11706/stat : 11706 (java) S 11698 11685 11087 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 255557813 885035008 14710 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11699/tid=11707] ppid=11698 vsize=864292 CPUtime=0
/proc/11699/task/11707/stat : 11707 (java) S 11698 11685 11087 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 255557813 885035008 14710 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 883248

[startup+25.5028 s]
/proc/loadavg: 1.96 2.00 1.99 3/86 11707
/proc/meminfo: memFree=1367176/2055920 swapFree=4169368/4192956
[pid=11685] ppid=11683 vsize=13600 CPUtime=0.43
/proc/11685/stat : 11685 (sugar) S 11683 11685 11087 0 -1 4194304 974 4553 0 1 3 0 37 3 16 0 1 0 255557760 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11685/statm: 3400 797 370 3 0 500 0
[pid=11698] ppid=11685 vsize=5356 CPUtime=0
/proc/11698/stat : 11698 (sh) S 11685 11685 11087 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 255557809 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11698/statm: 1339 233 193 169 0 50 0
[pid=11699] ppid=11698 vsize=864364 CPUtime=24.98
/proc/11699/stat : 11699 (java) S 11698 11685 11087 0 -1 0 19061 0 1 0 2476 22 0 0 20 0 9 0 255557809 885108736 15342 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11699/statm: 216091 15342 2564 9 0 210638 0
[pid=11699/tid=11700] ppid=11698 vsize=864364 CPUtime=23.56
/proc/11699/task/11700/stat : 11700 (java) R 11698 11685 11087 0 -1 64 3391 0 1 0 2346 10 0 0 25 0 9 0 255557810 885108736 15342 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11699/tid=11701] ppid=11698 vsize=864364 CPUtime=1.3
/proc/11699/task/11701/stat : 11701 (java) S 11698 11685 11087 0 -1 64 14622 0 0 0 119 11 0 0 16 0 9 0 255557811 885108736 15342 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11699/tid=11702] ppid=11698 vsize=864364 CPUtime=0
/proc/11699/task/11702/stat : 11702 (java) S 11698 11685 11087 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 255557811 885108736 15342 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11699/tid=11703] ppid=11698 vsize=864364 CPUtime=0
/proc/11699/task/11703/stat : 11703 (java) S 11698 11685 11087 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 255557811 885108736 15342 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/meminfo: memFree=1325768/2055920 swapFree=4169368/4192956
[pid=11685] ppid=11683 vsize=13600 CPUtime=60.65
/proc/11685/stat : 11685 (sugar) S 11683 11685 11087 0 -1 4194304 1021 33501 0 2 3 0 6011 51 16 0 1 0 255557760 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11685/statm: 3400 798 370 3 0 500 0
[pid=11708] ppid=11685 vsize=5356 CPUtime=0
/proc/11708/stat : 11708 (sh) S 11685 11685 11087 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 255563840 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11708/statm: 1339 232 193 169 0 50 0
[pid=11709] ppid=11708 vsize=60452 CPUtime=1240.99
/proc/11709/stat : 11709 (picosat) R 11708 11685 11087 0 -1 4194304 17148 0 0 0 123233 866 0 0 25 0 1 0 255563841 61902848 14705 996147200 134512640 134931368 4294956256 18446744073709551615 134525814 0 0 4096 0 0 0 0 17 0 0 0
/proc/11709/statm: 15113 14705 48 102 0 15008 0
Current children cumulated CPU time (s) 1301.64
Current children cumulated vsize (KiB) 79408

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 11711
/proc/meminfo: memFree=1324232/2055920 swapFree=4169368/4192956
[pid=11685] ppid=11683 vsize=13600 CPUtime=60.65
/proc/11685/stat : 11685 (sugar) S 11683 11685 11087 0 -1 4194304 1021 33501 0 2 3 0 6011 51 16 0 1 0 255557760 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11685/statm: 3400 798 370 3 0 500 0
[pid=11708] ppid=11685 vsize=5356 CPUtime=0
/proc/11708/stat : 11708 (sh) S 11685 11685 11087 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 255563840 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11708/statm: 1339 232 193 169 0 50 0
[pid=11709] ppid=11708 vsize=61772 CPUtime=1300.96
/proc/11709/stat : 11709 (picosat) R 11708 11685 11087 0 -1 4194304 17718 0 0 0 129229 867 0 0 25 0 1 0 255563841 63254528 15048 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/11709/statm: 15443 15048 48 102 0 15338 0
Current children cumulated CPU time (s) 1361.61
Current children cumulated vsize (KiB) 80728

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 11711
/proc/meminfo: memFree=1324232/2055920 swapFree=4169368/4192956
[pid=11685] ppid=11683 vsize=13600 CPUtime=60.65
/proc/11685/stat : 11685 (sugar) S 11683 11685 11087 0 -1 4194304 1021 33501 0 2 3 0 6011 51 16 0 1 0 255557760 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11685/statm: 3400 798 370 3 0 500 0
[pid=11708] ppid=11685 vsize=5356 CPUtime=0
/proc/11708/stat : 11708 (sh) S 11685 11685 11087 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 255563840 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11708/statm: 1339 232 193 169 0 50 0
[pid=11709] ppid=11708 vsize=61772 CPUtime=1360.94
/proc/11709/stat : 11709 (picosat) R 11708 11685 11087 0 -1 4194304 17718 0 0 0 135227 867 0 0 25 0 1 0 255563841 63254528 15048 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/11709/statm: 15443 15048 48 102 0 15338 0
Current children cumulated CPU time (s) 1421.59
Current children cumulated vsize (KiB) 80728

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 11711
/proc/meminfo: memFree=1324232/2055920 swapFree=4169368/4192956
[pid=11685] ppid=11683 vsize=13600 CPUtime=60.65
/proc/11685/stat : 11685 (sugar) S 11683 11685 11087 0 -1 4194304 1021 33501 0 2 3 0 6011 51 16 0 1 0 255557760 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11685/statm: 3400 798 370 3 0 500 0
[pid=11708] ppid=11685 vsize=5356 CPUtime=0
/proc/11708/stat : 11708 (sh) S 11685 11685 11087 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 255563840 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11708/statm: 1339 232 193 169 0 50 0
[pid=11709] ppid=11708 vsize=61772 CPUtime=1420.92
/proc/11709/stat : 11709 (picosat) R 11708 11685 11087 0 -1 4194304 17718 0 0 0 141225 867 0 0 25 0 1 0 255563841 63254528 15048 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/11709/statm: 15443 15048 48 102 0 15338 0
Current children cumulated CPU time (s) 1481.57
Current children cumulated vsize (KiB) 80728

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 11711
/proc/meminfo: memFree=1322632/2055920 swapFree=4169368/4192956
[pid=11685] ppid=11683 vsize=13600 CPUtime=60.65
/proc/11685/stat : 11685 (sugar) S 11683 11685 11087 0 -1 4194304 1021 33501 0 2 3 0 6011 51 16 0 1 0 255557760 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11685/statm: 3400 798 370 3 0 500 0
[pid=11708] ppid=11685 vsize=5356 CPUtime=0
/proc/11708/stat : 11708 (sh) S 11685 11685 11087 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 255563840 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11708/statm: 1339 232 193 169 0 50 0
[pid=11709] ppid=11708 vsize=61772 CPUtime=1480.89
/proc/11709/stat : 11709 (picosat) R 11708 11685 11087 0 -1 4194304 17958 0 0 0 147222 867 0 0 25 0 1 0 255563841 63254528 15061 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/11709/statm: 15443 15061 48 102 0 15338 0
Current children cumulated CPU time (s) 1541.54
Current children cumulated vsize (KiB) 80728

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 11711
/proc/meminfo: memFree=1322632/2055920 swapFree=4169368/4192956
[pid=11685] ppid=11683 vsize=13600 CPUtime=60.65
/proc/11685/stat : 11685 (sugar) S 11683 11685 11087 0 -1 4194304 1021 33501 0 2 3 0 6011 51 16 0 1 0 255557760 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11685/statm: 3400 798 370 3 0 500 0
[pid=11708] ppid=11685 vsize=5356 CPUtime=0
/proc/11708/stat : 11708 (sh) S 11685 11685 11087 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 255563840 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11708/statm: 1339 232 193 169 0 50 0
[pid=11709] ppid=11708 vsize=61772 CPUtime=1540.86
/proc/11709/stat : 11709 (picosat) R 11708 11685 11087 0 -1 4194304 17958 0 0 0 153219 867 0 0 25 0 1 0 255563841 63254528 15061 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/11709/statm: 15443 15061 48 102 0 15338 0
Current children cumulated CPU time (s) 1601.51
Current children cumulated vsize (KiB) 80728

[startup+1662.3 s]
/proc/loadavg: 1.95 1.98 1.99 3/88 11785
/proc/meminfo: memFree=1315064/2055920 swapFree=4169368/4192956
[pid=11685] ppid=11683 vsize=13600 CPUtime=60.65
/proc/11685/stat : 11685 (sugar) S 11683 11685 11087 0 -1 4194304 1021 33501 0 2 3 0 6011 51 16 0 1 0 255557760 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11685/statm: 3400 798 370 3 0 500 0
[pid=11708] ppid=11685 vsize=5356 CPUtime=0
/proc/11708/stat : 11708 (sh) S 11685 11685 11087 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 255563840 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11708/statm: 1339 232 193 169 0 50 0
[pid=11709] ppid=11708 vsize=61772 CPUtime=1600.59
/proc/11709/stat : 11709 (picosat) R 11708 11685 11087 0 -1 4194304 17958 0 0 0 159191 868 0 0 25 0 1 0 255563841 63254528 15061 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/11709/statm: 15443 15061 48 102 0 15338 0
Current children cumulated CPU time (s) 1661.24
Current children cumulated vsize (KiB) 80728

[startup+1722.3 s]
/proc/loadavg: 1.98 1.98 1.99 3/88 11785
/proc/meminfo: memFree=1312760/2055920 swapFree=4169368/4192956
[pid=11685] ppid=11683 vsize=13600 CPUtime=60.65
/proc/11685/stat : 11685 (sugar) S 11683 11685 11087 0 -1 4194304 1021 33501 0 2 3 0 6011 51 16 0 1 0 255557760 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11685/statm: 3400 798 370 3 0 500 0
[pid=11708] ppid=11685 vsize=5356 CPUtime=0
/proc/11708/stat : 11708 (sh) S 11685 11685 11087 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 255563840 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11708/statm: 1339 232 193 169 0 50 0
[pid=11709] ppid=11708 vsize=63752 CPUtime=1660.36
/proc/11709/stat : 11709 (picosat) R 11708 11685 11087 0 -1 4194304 18723 0 0 0 165168 868 0 0 25 0 1 0 255563841 65282048 15582 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/11709/statm: 15938 15582 48 102 0 15833 0
Current children cumulated CPU time (s) 1721.01
Current children cumulated vsize (KiB) 82708

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/88 11785
/proc/meminfo: memFree=1312760/2055920 swapFree=4169368/4192956
[pid=11685] ppid=11683 vsize=13600 CPUtime=60.65
/proc/11685/stat : 11685 (sugar) S 11683 11685 11087 0 -1 4194304 1021 33501 0 2 3 0 6011 51 16 0 1 0 255557760 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11685/statm: 3400 798 370 3 0 500 0
[pid=11708] ppid=11685 vsize=5356 CPUtime=0
/proc/11708/stat : 11708 (sh) S 11685 11685 11087 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 255563840 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11708/statm: 1339 232 193 169 0 50 0
[pid=11709] ppid=11708 vsize=63752 CPUtime=1720.12
/proc/11709/stat : 11709 (picosat) R 11708 11685 11087 0 -1 4194304 18723 0 0 0 171144 868 0 0 25 0 1 0 255563841 65282048 15582 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/11709/statm: 15938 15582 48 102 0 15833 0
Current children cumulated CPU time (s) 1780.77
Current children cumulated vsize (KiB) 82708



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.6 s]
/proc/loadavg: 1.99 1.98 1.99 3/88 11785
/proc/meminfo: memFree=1312696/2055920 swapFree=4169368/4192956
[pid=11685] ppid=11683 vsize=13600 CPUtime=60.65
/proc/11685/stat : 11685 (sugar) S 11683 11685 11087 0 -1 4194304 1021 33501 0 2 3 0 6011 51 16 0 1 0 255557760 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11685/statm: 3400 798 370 3 0 500 0
[pid=11708] ppid=11685 vsize=5356 CPUtime=0
/proc/11708/stat : 11708 (sh) S 11685 11685 11087 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 255563840 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11708/statm: 1339 232 193 169 0 50 0
[pid=11709] ppid=11708 vsize=63752 CPUtime=1739.35
/proc/11709/stat : 11709 (picosat) R 11708 11685 11087 0 -1 4194304 18723 0 0 0 173067 868 0 0 25 0 1 0 255563841 65282048 15582 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/11709/statm: 15938 15582 48 102 0 15833 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 82708

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 11685 and gives
#  childrusage.ru_utime.tv_sec=60
#  childrusage.ru_utime.tv_usec=153855
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=547916
# CPU time returned by wait4() is 60.7018
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.64
CPU time (s): 1800
CPU user time (s): 1790.81
CPU system time (s): 9.19
CPU usage (%): 99.909
Max. virtual memory (cumulated for all children) (KiB): 888700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 60.1539
system time used= 0.547916
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34955
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= 9957
involuntary context switches= 10012

runsolver used 1.75873 second user time and 5.19921 second system time

The end

Launcher Data (download as text)

Begin job on node82 at 2008-07-05 00:33:59
IDJOB=1079770
IDBENCH=56909
IDSOLVER=345
FILE ID=node82/1079770-1215210839
PBS_JOBID= 7881756
Free space on /tmp= 66464 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ac1503673bc5c1dbe328395c9dc771a5
RANDOM SEED=2047083830

node82.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.239
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.239
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1434232 kB
Buffers:         83432 kB
Cached:         417588 kB
SwapCached:      17956 kB
Active:         279288 kB
Inactive:       291552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1434232 kB
SwapTotal:     4192956 kB
SwapFree:      4169368 kB
Dirty:            1352 kB
Writeback:           0 kB
Mapped:          64388 kB
Slab:            35972 kB
Committed_AS:   646268 kB
PageTables:       1900 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66488 MiB
End job on node82 at 2008-07-05 01:04:03