Trace number 1074512

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.02 1833.44

General information on the benchmark

Namecsp/lexPuzzle/
normalized-crossword-m1-lex-puzzle19.xml
MD5SUM13ce82a1c45d8f0569097266eb912ed5
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.391939
Satisfiable
(Un)Satisfiability was proved
Number of variables187
Number of constraints913
Maximum constraint arity20
Maximum domain size26
Number of constraints which are defined in extension80
Number of constraints which are defined in intension833
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 15:40:24 2008
0.00/0.04	c 0	PID 28729
0.00/0.04	c 0	HOST node90.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1074512-1215178824.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1074512-1215178824.xml' 'HOME/temp.csp'
0.03/0.66	c 1	1 domains, 187 variables, 8 predicates, 7 relations, 913 constraints
0.03/0.67	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.67	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.63/0.75	c 1	Parsing HOME/temp.csp
0.63/1.08	c 1	parsed 1116 expressions
0.63/1.08	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.63/1.08	c 1	Converting to clausal form CSP
1.04/1.11	c 1	converted 112 (10%) expressions
1.14/1.28	c 2	converted 224 (20%) expressions
2.02/2.13	c 2	converted 335 (30%) expressions
2.52/2.65	c 3	converted 447 (40%) expressions
2.62/2.71	c 3	converted 558 (50%) expressions
2.62/2.73	c 3	converted 670 (60%) expressions
2.62/2.76	c 3	converted 782 (70%) expressions
2.62/2.79	c 3	converted 893 (80%) expressions
2.71/2.83	c 3	converted 1005 (90%) expressions
2.71/2.88	c 3	converted 1116 (100%) expressions
2.71/2.88	c 3	CSP : 187 integers, 0 booleans, 913 clauses, largest domain size 26
2.71/2.88	c 3	Heap : 49 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.71/2.88	c 3	Propagation in CSP
2.71/2.89	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.71/2.89	c 3	CSP : 187 integers, 0 booleans, 913 clauses, largest domain size 26
2.71/2.89	c 3	Heap : 50 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.71/2.90	c 3	Simplifing CSP by introducing new Boolean variables
2.81/2.98	c 3	CSP : 187 integers, 7014 booleans, 7927 clauses, largest domain size 26
2.81/2.98	c 3	Heap : 50 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.07/3.24	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.07/3.26	c 4	19 (10%) CSP integer variables are encoded (456 clauses, 4872 bytes)
3.07/3.26	c 4	38 (20%) CSP integer variables are encoded (912 clauses, 9888 bytes)
3.07/3.26	c 4	57 (30%) CSP integer variables are encoded (1368 clauses, 15721 bytes)
3.07/3.26	c 4	75 (40%) CSP integer variables are encoded (1800 clauses, 21337 bytes)
3.07/3.26	c 4	94 (50%) CSP integer variables are encoded (2256 clauses, 27265 bytes)
3.07/3.26	c 4	113 (60%) CSP integer variables are encoded (2712 clauses, 33193 bytes)
3.07/3.26	c 4	131 (70%) CSP integer variables are encoded (3144 clauses, 38809 bytes)
3.07/3.26	c 4	150 (80%) CSP integer variables are encoded (3600 clauses, 44737 bytes)
3.07/3.27	c 4	169 (90%) CSP integer variables are encoded (4056 clauses, 50665 bytes)
3.07/3.27	c 4	187 (100%) CSP integer variables are encoded (4488 clauses, 56281 bytes)
47.31/48.56	c 49	793 (10%) CSP clauses are encoded (686690 clauses, 29973786 bytes)
47.31/48.60	c 49	1586 (20%) CSP clauses are encoded (705108 clauses, 30287218 bytes)
52.48/53.76	c 54	2379 (30%) CSP clauses are encoded (760875 clauses, 32631484 bytes)
52.48/53.79	c 54	3171 (40%) CSP clauses are encoded (779267 clauses, 32958412 bytes)
52.58/53.83	c 54	3964 (50%) CSP clauses are encoded (797660 clauses, 33292182 bytes)
57.65/58.96	c 59	4757 (60%) CSP clauses are encoded (853427 clauses, 35938700 bytes)
57.65/58.99	c 59	5549 (70%) CSP clauses are encoded (872019 clauses, 36278356 bytes)
61.63/62.98	c 63	6342 (80%) CSP clauses are encoded (921180 clauses, 38648977 bytes)
65.31/66.62	c 67	7135 (90%) CSP clauses are encoded (970341 clauses, 41218207 bytes)
65.31/66.66	c 67	7927 (100%) CSP clauses are encoded (989283 clauses, 41591251 bytes)
65.31/66.66	c 67	7927 CSP clauses encoded
65.31/66.66	c 67	Writing map file : HOME/temp.map
65.37/86.98	c 87	Heap : 59 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
65.37/86.98	c 87	SAT : 11689 SAT variables, 989283 SAT clauses, 41591251 bytes
65.37/86.98	c 87	Heap : 59 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
65.37/87.02	c 87	SOLVING HOME/temp.cnf
65.37/87.02	c 87	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.02/1833.41	c ERROR INTERRUPTED
1800.02/1833.42	s UNKNOWN
1800.02/1833.42	c 1834	CPU 64.87 (0.03 0 64.84 0.54)
1800.02/1833.42	c 1834	END Fri Jul  4 16:10:58 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-1074512-1215178824/watcher-1074512-1215178824 -o /tmp/evaluation-result-1074512-1215178824/solver-1074512-1215178824 -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-1074512-1215178824.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 2.11 2.31 4/80 28729
/proc/meminfo: memFree=1701972/2055920 swapFree=4146768/4192956
[pid=28729] ppid=28727 vsize=12272 CPUtime=0
/proc/28729/stat : 28729 (sugar) R 28727 28729 25845 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 673609001 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 256373734398 0 0 4224 0 0 0 0 17 0 0 0
/proc/28729/statm: 3068 327 246 3 0 168 0

[startup+0.104593 s]
/proc/loadavg: 1.92 2.11 2.31 4/80 28729
/proc/meminfo: memFree=1701972/2055920 swapFree=4146768/4192956
[pid=28729] ppid=28727 vsize=13600 CPUtime=0.03
/proc/28729/stat : 28729 (sugar) S 28727 28729 25845 0 -1 4194304 900 127 0 0 3 0 0 0 17 0 1 0 673609001 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28729/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201601 s]
/proc/loadavg: 1.92 2.11 2.31 4/80 28729
/proc/meminfo: memFree=1701972/2055920 swapFree=4146768/4192956
[pid=28729] ppid=28727 vsize=13600 CPUtime=0.03
/proc/28729/stat : 28729 (sugar) S 28727 28729 25845 0 -1 4194304 900 127 0 0 3 0 0 0 17 0 1 0 673609001 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28729/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301981 s]
/proc/loadavg: 1.92 2.11 2.31 4/80 28729
/proc/meminfo: memFree=1701972/2055920 swapFree=4146768/4192956
[pid=28729] ppid=28727 vsize=13600 CPUtime=0.03
/proc/28729/stat : 28729 (sugar) S 28727 28729 25845 0 -1 4194304 900 127 0 0 3 0 0 0 17 0 1 0 673609001 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28729/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70165 s]
/proc/loadavg: 1.92 2.11 2.31 4/80 28729
/proc/meminfo: memFree=1701972/2055920 swapFree=4146768/4192956
[pid=28729] ppid=28727 vsize=13600 CPUtime=0.63
/proc/28729/stat : 28729 (sugar) S 28727 28729 25845 0 -1 4194304 956 6714 0 1 3 0 56 4 16 0 1 0 673609001 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28729/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 13600

[startup+1.50274 s]
/proc/loadavg: 1.92 2.11 2.31 3/91 28751
/proc/meminfo: memFree=1688636/2055920 swapFree=4146768/4192956
[pid=28729] ppid=28727 vsize=13600 CPUtime=0.63
/proc/28729/stat : 28729 (sugar) S 28727 28729 25845 0 -1 4194304 973 6714 0 1 3 0 56 4 15 0 1 0 673609001 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28729/statm: 3400 797 370 3 0 500 0
[pid=28742] ppid=28729 vsize=5356 CPUtime=0
/proc/28742/stat : 28742 (sh) S 28729 28729 25845 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 673609068 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28742/statm: 1339 233 193 169 0 50 0
[pid=28743] ppid=28742 vsize=864256 CPUtime=0.8
/proc/28743/stat : 28743 (java) S 28742 28729 25845 0 -1 0 8583 0 1 0 75 5 0 0 20 0 9 0 673609069 884998144 7846 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28743/statm: 216064 7846 2540 9 0 210639 0
[pid=28743/tid=28744] ppid=28742 vsize=864256 CPUtime=0.42
/proc/28743/task/28744/stat : 28744 (java) R 28742 28729 25845 0 -1 64 2715 0 1 0 40 2 0 0 25 0 9 0 673609069 884998144 7846 996147200 134512640 134550740 4294955952 18446744073709551615 102492658 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28743/tid=28745] ppid=28742 vsize=864256 CPUtime=0.28
/proc/28743/task/28745/stat : 28745 (java) S 28742 28729 25845 0 -1 64 4829 0 0 0 26 2 0 0 16 0 9 0 673609070 884998144 7846 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28743/tid=28746] ppid=28742 vsize=864256 CPUtime=0
/proc/28743/task/28746/stat : 28746 (java) S 28742 28729 25845 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 673609071 884998144 7846 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28743/tid=28747] ppid=28742 vsize=864256 CPUtime=0
/proc/28743/task/28747/stat : 28747 (java) S 28742 28729 25845 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 673609071 884998144 7846 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28743/tid=28748] ppid=28742 vsize=864256 CPUtime=0
/proc/28743/task/28748/stat : 28748 (java) S 28742 28729 25845 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 673609073 884998144 7846 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28743/tid=28749] ppid=28742 vsize=864256 CPUtime=0.07
/proc/28743/task/28749/stat : 28749 (java) S 28742 28729 25845 0 -1 64 343 0 0 0 7 0 0 0 16 0 9 0 673609073 884998144 7846 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28743/tid=28750] ppid=28742 vsize=864256 CPUtime=0
/proc/28743/task/28750/stat : 28750 (java) S 28742 28729 25845 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 673609073 884998144 7846 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28743/tid=28751] ppid=28742 vsize=864256 CPUtime=0
/proc/28743/task/28751/stat : 28751 (java) S 28742 28729 25845 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 673609073 884998144 7846 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 883212

[startup+3.10291 s]
/proc/loadavg: 2.01 2.13 2.32 4/91 28751
/proc/meminfo: memFree=1657276/2055920 swapFree=4146768/4192956
[pid=28729] ppid=28727 vsize=13600 CPUtime=0.63
/proc/28729/stat : 28729 (sugar) S 28727 28729 25845 0 -1 4194304 974 6714 0 1 3 0 56 4 15 0 1 0 673609001 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28729/statm: 3400 797 370 3 0 500 0
[pid=28742] ppid=28729 vsize=5356 CPUtime=0
/proc/28742/stat : 28742 (sh) S 28729 28729 25845 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 673609068 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28742/statm: 1339 233 193 169 0 50 0
[pid=28743] ppid=28742 vsize=868584 CPUtime=2.34
/proc/28743/stat : 28743 (java) S 28742 28729 25845 0 -1 0 19320 0 1 0 224 10 0 0 20 0 9 0 673609069 889430016 18513 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28743/statm: 217146 18513 2540 9 0 211721 0
[pid=28743/tid=28744] ppid=28742 vsize=868584 CPUtime=0.94
/proc/28743/task/28744/stat : 28744 (java) R 28742 28729 25845 0 -1 64 3196 0 1 0 92 2 0 0 25 0 9 0 673609069 889430016 18513 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28743/tid=28745] ppid=28742 vsize=868584 CPUtime=1.19
/proc/28743/task/28745/stat : 28745 (java) R 28742 28729 25845 0 -1 64 13975 0 0 0 112 7 0 0 17 0 9 0 673609070 889430016 18513 996147200 134512640 134550740 4294955952 18446744073709551615 104180117 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28743/tid=28746] ppid=28742 vsize=868584 CPUtime=0
/proc/28743/task/28746/stat : 28746 (java) S 28742 28729 25845 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 673609071 889430016 18513 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28743/tid=28747] ppid=28742 vsize=868584 CPUtime=0
/proc/28743/task/28747/stat : 28747 (java) S 28742 28729 25845 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 673609071 889430016 18513 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28743/tid=28748] ppid=28742 vsize=868584 CPUtime=0
/proc/28743/task/28748/stat : 28748 (java) S 28742 28729 25845 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 673609073 889430016 18513 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28743/tid=28749] ppid=28742 vsize=868584 CPUtime=0.19
/proc/28743/task/28749/stat : 28749 (java) S 28742 28729 25845 0 -1 64 1453 0 0 0 19 0 0 0 16 0 9 0 673609073 889430016 18513 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28743/tid=28750] ppid=28742 vsize=868584 CPUtime=0
/proc/28743/task/28750/stat : 28750 (java) S 28742 28729 25845 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 673609073 889430016 18513 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28743/tid=28751] ppid=28742 vsize=868584 CPUtime=0
/proc/28743/task/28751/stat : 28751 (java) S 28742 28729 25845 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 673609073 889430016 18513 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 887540

[startup+6.30224 s]
/proc/loadavg: 2.01 2.13 2.32 3/91 28751
/proc/meminfo: memFree=1630460/2055920 swapFree=4146768/4192956
[pid=28729] ppid=28727 vsize=13600 CPUtime=0.63
/proc/28729/stat : 28729 (sugar) S 28727 28729 25845 0 -1 4194304 974 6714 0 1 3 0 56 4 15 0 1 0 673609001 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28729/statm: 3400 797 370 3 0 500 0
[pid=28742] ppid=28729 vsize=5356 CPUtime=0
/proc/28742/stat : 28742 (sh) S 28729 28729 25845 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 673609068 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28742/statm: 1339 233 193 169 0 50 0
[pid=28743] ppid=28742 vsize=868508 CPUtime=5.51
/proc/28743/stat : 28743 (java) S 28742 28729 25845 0 -1 0 19649 0 1 0 536 15 0 0 20 0 9 0 673609069 889352192 18736 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28743/statm: 217127 18736 2565 9 0 211674 0
[pid=28743/tid=28744] ppid=28742 vsize=868508 CPUtime=3.81
/proc/28743/task/28744/stat : 28744 (java) R 28742 28729 25845 0 -1 64 3337 0 1 0 376 5 0 0 25 0 9 0 673609069 889352192 18736 996147200 134512640 134550740 4294955952 18446744073709551615 4126940962 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28743/tid=28745] ppid=28742 vsize=868508 CPUtime=1.44
/proc/28743/task/28745/stat : 28745 (java) S 28742 28729 25845 0 -1 64 14144 0 0 0 137 7 0 0 16 0 9 0 673609070 889352192 18736 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28743/tid=28746] ppid=28742 vsize=868508 CPUtime=0
/proc/28743/task/28746/stat : 28746 (java) S 28742 28729 25845 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 673609071 889352192 18736 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28743/tid=28747] ppid=28742 vsize=868508 CPUtime=0
/proc/28743/task/28747/stat : 28747 (java) S 28742 28729 25845 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 673609071 889352192 18736 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28743/tid=28748] ppid=28742 vsize=868508 CPUtime=0
/proc/28743/task/28748/stat : 28748 (java) S 28742 28729 25845 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 673609073 889352192 18736 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28743/tid=28749] ppid=28742 vsize=868508 CPUtime=0.22
/proc/28743/task/28749/stat : 28749 (java) S 28742 28729 25845 0 -1 64 1472 0 0 0 22 0 0 0 17 0 9 0 673609073 889352192 18736 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28743/tid=28750] ppid=28742 vsize=868508 CPUtime=0
/proc/28743/task/28750/stat : 28750 (java) S 28742 28729 25845 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 673609073 889352192 18736 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28743/tid=28751] ppid=28742 vsize=868508 CPUtime=0
/proc/28743/task/28751/stat : 28751 (java) S 28742 28729 25845 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 673609073 889352192 18736 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 887464

[startup+12.7283 s]
/proc/loadavg: 2.16 2.16 2.32 3/91 28751
/proc/meminfo: memFree=1617660/2055920 swapFree=4146768/4192956
[pid=28729] ppid=28727 vsize=13600 CPUtime=0.63
/proc/28729/stat : 28729 (sugar) S 28727 28729 25845 0 -1 4194304 974 6714 0 1 3 0 56 4 15 0 1 0 673609001 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28729/statm: 3400 797 370 3 0 500 0
[pid=28742] ppid=28729 vsize=5356 CPUtime=0
/proc/28742/stat : 28742 (sh) S 28729 28729 25845 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 673609068 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28742/statm: 1339 233 193 169 0 50 0
[pid=28743] ppid=28742 vsize=868508 CPUtime=11.73
/proc/28743/stat : 28743 (java) S 28742 28729 25845 0 -1 0 21483 0 1 0 1153 20 0 0 20 0 9 0 673609069 889352192 20487 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28743/statm: 217127 20487 2565 9 0 211674 0
[pid=28743/tid=28744] ppid=28742 vsize=868508 CPUtime=9.79
/proc/28743/task/28744/stat : 28744 (java) R 28742 28729 25845 0 -1 64 3420 0 1 0 970 9 0 0 25 0 9 0 673609069 889352192 20487 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28743/tid=28745] ppid=28742 vsize=868508 CPUtime=1.68
/proc/28743/task/28745/stat : 28745 (java) R 28742 28729 25845 0 -1 64 15890 0 0 0 160 8 0 0 16 0 9 0 673609070 889352192 20487 996147200 134512640 134550740 4294955952 18446744073709551615 104424368 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28743/tid=28746] ppid=28742 vsize=868508 CPUtime=0
/proc/28743/task/28746/stat : 28746 (java) S 28742 28729 25845 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 673609071 889352192 20487 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28743/tid=28747] ppid=28742 vsize=868508 CPUtime=0
/proc/28743/task/28747/stat : 28747 (java) S 28742 28729 25845 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 673609071 889352192 20487 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28743/tid=28748] ppid=28742 vsize=868508 CPUtime=0
/proc/28743/task/28748/stat : 28748 (java) S 28742 28729 25845 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 673609073 889352192 20487 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28743/tid=28749] ppid=28742 vsize=868508 CPUtime=0.22
/proc/28743/task/28749/stat : 28749 (java) S 28742 28729 25845 0 -1 64 1477 0 0 0 22 0 0 0 17 0 9 0 673609073 889352192 20487 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28743/tid=28750] ppid=28742 vsize=868508 CPUtime=0
/proc/28743/task/28750/stat : 28750 (java) S 28742 28729 25845 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 673609073 889352192 20487 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28743/tid=28751] ppid=28742 vsize=868508 CPUtime=0
/proc/28743/task/28751/stat : 28751 (java) S 28742 28729 25845 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 673609073 889352192 20487 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 887464

[startup+25.5021 s]
/proc/loadavg: 2.29 2.18 2.33 3/91 28751
/proc/meminfo: memFree=1590588/2055920 swapFree=4146768/4192956
[pid=28729] ppid=28727 vsize=13600 CPUtime=0.63
/proc/28729/stat : 28729 (sugar) S 28727 28729 25845 0 -1 4194304 974 6714 0 1 3 0 56 4 15 0 1 0 673609001 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28729/statm: 3400 797 370 3 0 500 0
[pid=28742] ppid=28729 vsize=5356 CPUtime=0
/proc/28742/stat : 28742 (sh) S 28729 28729 25845 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 673609068 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28742/statm: 1339 233 193 169 0 50 0
[pid=28743] ppid=28742 vsize=868508 CPUtime=23.9
/proc/28743/stat : 28743 (java) S 28742 28729 25845 0 -1 0 26138 0 1 0 2361 29 0 0 20 0 9 0 673609069 889352192 25000 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28743/statm: 217127 25000 2565 9 0 211674 0
[pid=28743/tid=28744] ppid=28742 vsize=868508 CPUtime=21.51
/proc/28743/task/28744/stat : 28744 (java) R 28742 28729 25845 0 -1 64 3562 0 1 0 2136 15 0 0 25 0 9 0 673609069 889352192 25000 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28743/tid=28745] ppid=28742 vsize=868508 CPUtime=2.11
/proc/28743/task/28745/stat : 28745 (java) S 28742 28729 25845 0 -1 64 20399 0 0 0 200 11 0 0 16 0 9 0 673609070 889352192 25000 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28743/tid=28746] ppid=28742 vsize=868508 CPUtime=0
/proc/28743/task/28746/stat : 28746 (java) S 28742 28729 25845 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 673609071 889352192 25000 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28743/tid=28747] ppid=28742 vsize=868508 CPUtime=0
/proc/28743/task/28747/stat : 28747 (java) S 28742 28729 25845 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 673609071 889352192 25000 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/meminfo: memFree=1193452/2055920 swapFree=4146768/4192956
[pid=28729] ppid=28727 vsize=13600 CPUtime=65.41
/proc/28729/stat : 28729 (sugar) S 28727 28729 25845 0 -1 4194304 1022 42847 0 2 3 0 6484 54 16 0 1 0 673609001 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28729/statm: 3400 798 370 3 0 500 0
[pid=28752] ppid=28729 vsize=5356 CPUtime=0
/proc/28752/stat : 28752 (sh) S 28729 28729 25845 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 673617703 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28752/statm: 1339 232 193 169 0 50 0
[pid=28753] ppid=28752 vsize=79484 CPUtime=1205.95
/proc/28753/stat : 28753 (picosat) R 28752 28729 25845 0 -1 4194304 22002 0 0 0 119603 992 0 0 25 0 1 0 673617704 81391616 18630 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/28753/statm: 19871 18630 48 102 0 19766 0
Current children cumulated CPU time (s) 1271.36
Current children cumulated vsize (KiB) 98440

[startup+1362.3 s]
/proc/loadavg: 5.62 4.39 3.14 2/82 28824
/proc/meminfo: memFree=1194356/2055920 swapFree=4146768/4192956
[pid=28729] ppid=28727 vsize=13600 CPUtime=65.41
/proc/28729/stat : 28729 (sugar) S 28727 28729 25845 0 -1 4194304 1022 42847 0 2 3 0 6484 54 16 0 1 0 673609001 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28729/statm: 3400 798 370 3 0 500 0
[pid=28752] ppid=28729 vsize=5356 CPUtime=0
/proc/28752/stat : 28752 (sh) S 28729 28729 25845 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 673617703 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28752/statm: 1339 232 193 169 0 50 0
[pid=28753] ppid=28752 vsize=79484 CPUtime=1265.52
/proc/28753/stat : 28753 (picosat) R 28752 28729 25845 0 -1 4194304 22002 0 0 0 125560 992 0 0 25 0 1 0 673617704 81391616 18630 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/28753/statm: 19871 18630 48 102 0 19766 0
Current children cumulated CPU time (s) 1330.93
Current children cumulated vsize (KiB) 98440

[startup+1422.3 s]
/proc/loadavg: 4.90 4.44 3.24 2/82 28824
/proc/meminfo: memFree=1193396/2055920 swapFree=4146768/4192956
[pid=28729] ppid=28727 vsize=13600 CPUtime=65.41
/proc/28729/stat : 28729 (sugar) S 28727 28729 25845 0 -1 4194304 1022 42847 0 2 3 0 6484 54 16 0 1 0 673609001 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28729/statm: 3400 798 370 3 0 500 0
[pid=28752] ppid=28729 vsize=5356 CPUtime=0
/proc/28752/stat : 28752 (sh) S 28729 28729 25845 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 673617703 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28752/statm: 1339 232 193 169 0 50 0
[pid=28753] ppid=28752 vsize=81200 CPUtime=1325.12
/proc/28753/stat : 28753 (picosat) R 28752 28729 25845 0 -1 4194304 22701 0 0 0 131519 993 0 0 25 0 1 0 673617704 83148800 19061 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/28753/statm: 20300 19061 48 102 0 20195 0
Current children cumulated CPU time (s) 1390.53
Current children cumulated vsize (KiB) 100156

[startup+1482.3 s]
/proc/loadavg: 4.08 4.28 3.26 2/82 28824
/proc/meminfo: memFree=1203956/2055920 swapFree=4146768/4192956
[pid=28729] ppid=28727 vsize=13600 CPUtime=65.41
/proc/28729/stat : 28729 (sugar) S 28727 28729 25845 0 -1 4194304 1022 42847 0 2 3 0 6484 54 16 0 1 0 673609001 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28729/statm: 3400 798 370 3 0 500 0
[pid=28752] ppid=28729 vsize=5356 CPUtime=0
/proc/28752/stat : 28752 (sh) S 28729 28729 25845 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 673617703 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28752/statm: 1339 232 193 169 0 50 0
[pid=28753] ppid=28752 vsize=81200 CPUtime=1384.72
/proc/28753/stat : 28753 (picosat) R 28752 28729 25845 0 -1 4194304 22701 0 0 0 137477 995 0 0 25 0 1 0 673617704 83148800 19061 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/28753/statm: 20300 19061 48 102 0 20195 0
Current children cumulated CPU time (s) 1450.13
Current children cumulated vsize (KiB) 100156

[startup+1542.3 s]
/proc/loadavg: 3.68 4.13 3.27 2/82 28824
/proc/meminfo: memFree=1228468/2055920 swapFree=4146768/4192956
[pid=28729] ppid=28727 vsize=13600 CPUtime=65.41
/proc/28729/stat : 28729 (sugar) S 28727 28729 25845 0 -1 4194304 1022 42847 0 2 3 0 6484 54 16 0 1 0 673609001 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28729/statm: 3400 798 370 3 0 500 0
[pid=28752] ppid=28729 vsize=5356 CPUtime=0
/proc/28752/stat : 28752 (sh) S 28729 28729 25845 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 673617703 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28752/statm: 1339 232 193 169 0 50 0
[pid=28753] ppid=28752 vsize=81464 CPUtime=1444.61
/proc/28753/stat : 28753 (picosat) R 28752 28729 25845 0 -1 4194304 23083 0 0 0 143463 998 0 0 25 0 1 0 673617704 83419136 19162 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/28753/statm: 20366 19162 48 102 0 20261 0
Current children cumulated CPU time (s) 1510.02
Current children cumulated vsize (KiB) 100420

[startup+1602.3 s]
/proc/loadavg: 3.86 4.08 3.30 2/82 28824
/proc/meminfo: memFree=1384308/2055920 swapFree=4146768/4192956
[pid=28729] ppid=28727 vsize=13600 CPUtime=65.41
/proc/28729/stat : 28729 (sugar) S 28727 28729 25845 0 -1 4194304 1022 42847 0 2 3 0 6484 54 16 0 1 0 673609001 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28729/statm: 3400 798 370 3 0 500 0
[pid=28752] ppid=28729 vsize=5356 CPUtime=0
/proc/28752/stat : 28752 (sh) S 28729 28729 25845 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 673617703 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28752/statm: 1339 232 193 169 0 50 0
[pid=28753] ppid=28752 vsize=81464 CPUtime=1504.51
/proc/28753/stat : 28753 (picosat) R 28752 28729 25845 0 -1 4194304 23083 0 0 0 149453 998 0 0 25 0 1 0 673617704 83419136 19162 996147200 134512640 134931368 4294956256 18446744073709551615 134525800 0 0 4096 0 0 0 0 17 1 0 0
/proc/28753/statm: 20366 19162 48 102 0 20261 0
Current children cumulated CPU time (s) 1569.92
Current children cumulated vsize (KiB) 100420

[startup+1662.31 s]
/proc/loadavg: 4.25 4.14 3.37 2/82 28824
/proc/meminfo: memFree=1409012/2055920 swapFree=4146768/4192956
[pid=28729] ppid=28727 vsize=13600 CPUtime=65.41
/proc/28729/stat : 28729 (sugar) S 28727 28729 25845 0 -1 4194304 1022 42847 0 2 3 0 6484 54 16 0 1 0 673609001 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28729/statm: 3400 798 370 3 0 500 0
[pid=28752] ppid=28729 vsize=5356 CPUtime=0
/proc/28752/stat : 28752 (sh) S 28729 28729 25845 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 673617703 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28752/statm: 1339 232 193 169 0 50 0
[pid=28753] ppid=28752 vsize=83840 CPUtime=1564.48
/proc/28753/stat : 28753 (picosat) R 28752 28729 25845 0 -1 4194304 24016 0 0 0 155447 1001 0 0 25 0 1 0 673617704 85852160 19798 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/28753/statm: 20960 19798 48 102 0 20855 0
Current children cumulated CPU time (s) 1629.89
Current children cumulated vsize (KiB) 102796

[startup+1722.3 s]
/proc/loadavg: 4.37 4.19 3.43 2/82 28824
/proc/meminfo: memFree=1439668/2055920 swapFree=4146768/4192956
[pid=28729] ppid=28727 vsize=13600 CPUtime=65.41
/proc/28729/stat : 28729 (sugar) S 28727 28729 25845 0 -1 4194304 1022 42847 0 2 3 0 6484 54 16 0 1 0 673609001 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28729/statm: 3400 798 370 3 0 500 0
[pid=28752] ppid=28729 vsize=5356 CPUtime=0
/proc/28752/stat : 28752 (sh) S 28729 28729 25845 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 673617703 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28752/statm: 1339 232 193 169 0 50 0
[pid=28753] ppid=28752 vsize=83840 CPUtime=1624.26
/proc/28753/stat : 28753 (picosat) R 28752 28729 25845 0 -1 4194304 24016 0 0 0 161422 1004 0 0 25 0 1 0 673617704 85852160 19798 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/28753/statm: 20960 19798 48 102 0 20855 0
Current children cumulated CPU time (s) 1689.67
Current children cumulated vsize (KiB) 102796

[startup+1782.31 s]
/proc/loadavg: 4.56 4.26 3.50 2/82 28824
/proc/meminfo: memFree=1460148/2055920 swapFree=4146768/4192956
[pid=28729] ppid=28727 vsize=13600 CPUtime=65.41
/proc/28729/stat : 28729 (sugar) S 28727 28729 25845 0 -1 4194304 1022 42847 0 2 3 0 6484 54 16 0 1 0 673609001 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28729/statm: 3400 798 370 3 0 500 0
[pid=28752] ppid=28729 vsize=5356 CPUtime=0
/proc/28752/stat : 28752 (sh) S 28729 28729 25845 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 673617703 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28752/statm: 1339 232 193 169 0 50 0
[pid=28753] ppid=28752 vsize=86084 CPUtime=1683.88
/proc/28753/stat : 28753 (picosat) R 28752 28729 25845 0 -1 4194304 24927 0 0 0 167381 1007 0 0 25 0 1 0 673617704 88150016 20396 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/28753/statm: 21521 20396 48 102 0 21416 0
Current children cumulated CPU time (s) 1749.29
Current children cumulated vsize (KiB) 105040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1833.4 s]
/proc/loadavg: 4.59 4.32 3.56 2/82 28824
/proc/meminfo: memFree=1481844/2055920 swapFree=4146768/4192956
[pid=28729] ppid=28727 vsize=13600 CPUtime=65.41
/proc/28729/stat : 28729 (sugar) S 28727 28729 25845 0 -1 4194304 1022 42847 0 2 3 0 6484 54 16 0 1 0 673609001 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28729/statm: 3400 798 370 3 0 500 0
[pid=28752] ppid=28729 vsize=5356 CPUtime=0
/proc/28752/stat : 28752 (sh) S 28729 28729 25845 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 673617703 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28752/statm: 1339 232 193 169 0 50 0
[pid=28753] ppid=28752 vsize=86084 CPUtime=1734.61
/proc/28753/stat : 28753 (picosat) R 28752 28729 25845 0 -1 4194304 24927 0 0 0 172451 1010 0 0 25 0 1 0 673617704 88150016 20396 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/28753/statm: 21521 20396 48 102 0 21416 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 105040

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 28729 and gives
#  childrusage.ru_utime.tv_sec=64
#  childrusage.ru_utime.tv_usec=879136
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=573912
# CPU time returned by wait4() is 65.453
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1833.44
CPU time (s): 1800.02
CPU user time (s): 1789.38
CPU system time (s): 10.64
CPU usage (%): 98.1771
Max. virtual memory (cumulated for all children) (KiB): 897712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 64.8791
system time used= 0.573912
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44222
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= 8504
involuntary context switches= 8679

runsolver used 5.57315 second user time and 13.396 second system time

The end

Launcher Data (download as text)

Begin job on node90 at 2008-07-04 15:40:24
IDJOB=1074512
IDBENCH=56415
IDSOLVER=345
FILE ID=node90/1074512-1215178824
PBS_JOBID= 7881430
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/lexPuzzle/normalized-crossword-m1-lex-puzzle19.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-1074512-1215178824/watcher-1074512-1215178824 -o /tmp/evaluation-result-1074512-1215178824/solver-1074512-1215178824 -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-1074512-1215178824.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 13ce82a1c45d8f0569097266eb912ed5
RANDOM SEED=1148527670

node90.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.236
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.236
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:       1702388 kB
Buffers:         28708 kB
Cached:         119820 kB
SwapCached:      37656 kB
Active:         253348 kB
Inactive:        41944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1702388 kB
SwapTotal:     4192956 kB
SwapFree:      4146768 kB
Dirty:            1748 kB
Writeback:           0 kB
Mapped:         152716 kB
Slab:            42500 kB
Committed_AS:  1077668 kB
PageTables:       2632 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= 66084 MiB
End job on node90 at 2008-07-04 16:11:00