Trace number 2092279

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.14.6+minisat? (TO) 1800.05 1803.52

General information on the benchmark

Namecsp/tightness0.8/
normalized-rand-2-40-80-103-800-16_ext.xml
MD5SUM2ced0672c4f9bda10f83da1431a5dc07
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark28.3917
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints103
Maximum constraint arity2
Maximum domain size80
Number of constraints which are defined in extension103
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 13:14:25 2009
0.00/0.08	c 0	PID 27769
0.06/0.08	c 0	HOST node73.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2092279-1247397264.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2092279-1247397264.xml' 'HOME/temp.csp'
0.06/0.84	c 0	1 domains, 40 variables, 0 predicates, 103 relations, 103 constraints
0.06/0.87	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.87	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.81/0.94	c 0	Parsing HOME/temp.csp
1.62/1.73	c 1	parsed 247 expressions
1.62/1.74	c 1	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.62/1.74	c 1	Converting to clausal form CSP
1.62/1.76	c 1	converted 25 (10%) expressions
1.62/1.77	c 1	converted 50 (20%) expressions
1.62/1.77	c 1	converted 75 (30%) expressions
1.62/1.78	c 1	converted 99 (40%) expressions
1.62/1.79	c 1	converted 124 (50%) expressions
1.72/1.82	c 1	converted 149 (60%) expressions
1.72/1.88	c 1	converted 173 (70%) expressions
1.92/2.09	c 2	converted 198 (80%) expressions
2.02/2.19	c 2	converted 223 (90%) expressions
2.12/2.25	c 2	converted 247 (100%) expressions
2.12/2.25	c 2	CSP : 40 integers, 0 booleans, 103 clauses, largest domain size 80
2.12/2.25	c 2	Heap : 26 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.12/2.25	c 2	Propagation in CSP
2.12/2.25	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.12/2.25	c 2	CSP : 40 integers, 0 booleans, 103 clauses, largest domain size 80
2.12/2.25	c 2	Heap : 26 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.12/2.25	c 2	Simplifing CSP by introducing new Boolean variables
2.12/2.26	c 2	CSP : 40 integers, 0 booleans, 103 clauses, largest domain size 80
2.12/2.26	c 2	Heap : 26 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.22/2.35	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.22/2.36	c 2	4 (10%) CSP integer variables are encoded (312 clauses, 3284 bytes)
2.22/2.37	c 2	8 (20%) CSP integer variables are encoded (624 clauses, 6716 bytes)
2.22/2.37	c 2	12 (30%) CSP integer variables are encoded (936 clauses, 10148 bytes)
2.22/2.37	c 2	16 (40%) CSP integer variables are encoded (1248 clauses, 14103 bytes)
2.22/2.37	c 2	20 (50%) CSP integer variables are encoded (1560 clauses, 18159 bytes)
2.22/2.37	c 2	24 (60%) CSP integer variables are encoded (1872 clauses, 22215 bytes)
2.22/2.37	c 2	28 (70%) CSP integer variables are encoded (2184 clauses, 26271 bytes)
2.22/2.37	c 2	32 (80%) CSP integer variables are encoded (2496 clauses, 30327 bytes)
2.22/2.37	c 2	36 (90%) CSP integer variables are encoded (2808 clauses, 34383 bytes)
2.22/2.37	c 2	40 (100%) CSP integer variables are encoded (3120 clauses, 38439 bytes)
2.41/2.50	c 2	11 (10%) CSP clauses are encoded (14648 clauses, 263107 bytes)
2.41/2.58	c 2	21 (20%) CSP clauses are encoded (25312 clauses, 479725 bytes)
2.51/2.65	c 2	31 (30%) CSP clauses are encoded (35716 clauses, 694575 bytes)
2.60/2.74	c 2	42 (40%) CSP clauses are encoded (47118 clauses, 936733 bytes)
2.71/2.82	c 2	52 (50%) CSP clauses are encoded (57584 clauses, 1157832 bytes)
2.71/2.89	c 2	62 (60%) CSP clauses are encoded (67930 clauses, 1391952 bytes)
2.81/2.97	c 2	73 (70%) CSP clauses are encoded (79383 clauses, 1657540 bytes)
2.91/3.05	c 2	83 (80%) CSP clauses are encoded (89889 clauses, 1901132 bytes)
3.01/3.12	c 3	93 (90%) CSP clauses are encoded (100305 clauses, 2142558 bytes)
3.10/3.21	c 3	103 (100%) CSP clauses are encoded (110741 clauses, 2384587 bytes)
3.10/3.21	c 3	103 CSP clauses encoded
3.10/3.21	c 3	Writing map file : HOME/temp.map
3.10/3.21	c 3	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.10/3.21	c 3	SAT : 3160 SAT variables, 110741 SAT clauses, 2384587 bytes
3.10/3.21	c 3	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.10/3.23	c 3	SOLVING HOME/temp.cnf
3.10/3.23	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.10/3.23	c 3	This is MiniSat 2.0 beta
3.10/3.23	c 3	WARNING: for repeatability, setting FPU to use double precision
3.10/3.23	c 3	============================[ Problem Statistics ]=============================
3.10/3.23	c 3	|                                                                             |
3.10/3.23	c 3	|  Number of variables:  3160                                                 |
3.10/3.23	c 3	|  Number of clauses:    110741                                               |
3.10/3.29	c 3	|  Parsing time:         0.05         s                                       |
3.10/3.30	c 3	============================[ Search Statistics ]==============================
3.10/3.30	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.10/3.30	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.10/3.30	c 3	===============================================================================
3.10/3.30	c 3	|         0 |    3160   110741   420958 |    36913        0    nan |  0.000 % |
3.12/3.34	c 3	|       100 |    3160   110741   420958 |    40605      100     10 |  0.000 % |
3.12/3.41	c 3	|       251 |    3160   110741   420958 |    44665      251     10 |  0.002 % |
3.12/3.47	c 3	|       476 |    3160   110741   420958 |    49132      476     11 |  0.001 % |
3.12/3.59	c 3	|       813 |    3160   110741   420958 |    54045      813     11 |  0.002 % |
3.12/3.78	c 3	|      1319 |    3160   110741   420958 |    59449     1319     12 |  0.001 % |
3.13/4.03	c 3	|      2078 |    3160   110741   420958 |    65394     2078     12 |  0.001 % |
4.28/4.43	c 4	|      3217 |    3160   110741   420958 |    71934     3217     13 |  0.001 % |
4.87/5.02	c 4	|      4925 |    3160   110741   420958 |    79127     4925     14 |  0.001 % |
5.76/5.93	c 5	|      7487 |    3160   110741   420958 |    87040     7487     14 |  0.001 % |
7.14/7.31	c 7	|     11331 |    3160   110741   420958 |    95744    11331     14 |  0.001 % |
9.12/9.38	c 9	|     17098 |    3160   110741   420958 |   105318    17098     14 |  0.001 % |
12.79/13.09	c 13	|     25747 |    3160   110741   420958 |   115850    25747     15 |  0.000 % |
19.43/19.76	c 19	|     38722 |    3160   110741   420958 |   127435    38722     15 |  0.001 % |
31.61/32.06	c 32	|     58183 |    3160   110741   420958 |   140179    58183     15 |  0.002 % |
50.53/51.19	c 51	|     87375 |    3159   110676   420772 |   154197    64994     15 |  0.032 % |
92.34/93.32	c 93	|    131164 |    3159   110676   420772 |   169617   108783     16 |  0.033 % |
155.93/157.60	c 157	|    196848 |    3157   110490   420099 |   186579    90921     15 |  0.095 % |
276.98/279.67	c 279	|    295375 |    3157   110490   420099 |   205236    21374     15 |  0.095 % |
414.31/417.07	c 417	|    443164 |    3157   110490   420099 |   225760   169163     16 |  0.096 % |
640.89/643.73	c 643	|    664848 |    3157   110490   420099 |   248336   185192     17 |  0.095 % |
1020.88/1023.95	c 1023	|    997374 |    3155   110351   419664 |   273170   246630     18 |  0.158 % |
1614.94/1618.39	c 1618	|   1496162 |    3145   109232   415542 |   300487   154110     19 |  0.475 % |
1800.05/1803.51	c 1803	DECODING HOME/temp.out WITH HOME/temp.map
1800.05/1803.51	c 1803	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.05/1803.51	c ERROR INTERRUPTED
1800.05/1803.52	s UNKNOWN
1800.05/1803.52	c 1803	CPU 3.14 (0.06 0.02 2.93 0.13)
1800.05/1803.52	c 1803	END Sun Jul 12 13:44:28 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2092279-1247397264/watcher-2092279-1247397264 -o /tmp/evaluation-result-2092279-1247397264/solver-2092279-1247397264 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2092279-1247397264.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.99 4/74 27769
/proc/meminfo: memFree=1818280/2055920 swapFree=4192812/4192956
[pid=27769] ppid=27767 vsize=4708 CPUtime=0
/proc/27769/stat : 27769 (sugar) R 27767 27769 27352 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 26791793 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 210720847241 0 0 4096 0 0 0 0 17 1 0 0
/proc/27769/statm: 1177 43 33 3 0 8 0

[startup+0.0819521 s]
/proc/loadavg: 2.00 2.00 1.99 4/74 27769
/proc/meminfo: memFree=1818280/2055920 swapFree=4192812/4192956
[pid=27769] ppid=27767 vsize=16740 CPUtime=0.06
/proc/27769/stat : 27769 (sugar) S 27767 27769 27352 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 26791793 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27769/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102181 s]
/proc/loadavg: 2.00 2.00 1.99 4/74 27769
/proc/meminfo: memFree=1818280/2055920 swapFree=4192812/4192956
[pid=27769] ppid=27767 vsize=16868 CPUtime=0.06
/proc/27769/stat : 27769 (sugar) S 27767 27769 27352 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 26791793 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27769/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301202 s]
/proc/loadavg: 2.00 2.00 1.99 4/74 27769
/proc/meminfo: memFree=1818280/2055920 swapFree=4192812/4192956
[pid=27769] ppid=27767 vsize=16868 CPUtime=0.06
/proc/27769/stat : 27769 (sugar) S 27767 27769 27352 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 26791793 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27769/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701252 s]
/proc/loadavg: 2.00 2.00 1.99 4/74 27769
/proc/meminfo: memFree=1818280/2055920 swapFree=4192812/4192956
[pid=27769] ppid=27767 vsize=16868 CPUtime=0.06
/proc/27769/stat : 27769 (sugar) S 27767 27769 27352 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 26791793 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27769/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50234 s]
/proc/loadavg: 2.00 2.00 1.99 4/85 27791
/proc/meminfo: memFree=1809232/2055920 swapFree=4192812/4192956
[pid=27769] ppid=27767 vsize=16868 CPUtime=0.81
/proc/27769/stat : 27769 (sugar) S 27767 27769 27352 0 -1 4194304 1309 5195 0 1 5 1 71 4 16 0 1 0 26791793 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27769/statm: 4217 1111 409 3 0 796 0
[pid=27782] ppid=27769 vsize=5356 CPUtime=0
/proc/27782/stat : 27782 (sh) S 27769 27769 27352 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26791880 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27782/statm: 1339 233 193 169 0 50 0
[pid=27783] ppid=27782 vsize=862284 CPUtime=0.61
/proc/27783/stat : 27783 (java) S 27782 27769 27352 0 -1 0 6612 0 1 0 58 3 0 0 18 0 9 0 26791881 882978816 5892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27783/statm: 215571 5892 2158 9 0 210484 0
[pid=27783/tid=27784] ppid=27782 vsize=862284 CPUtime=0.38
/proc/27783/task/27784/stat : 27784 (java) R 27782 27769 27352 0 -1 64 2026 0 1 0 37 1 0 0 22 0 9 0 26791881 882978816 5892 996147200 134512640 134550932 4294955936 18446744073709551615 102093564 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27783/tid=27785] ppid=27782 vsize=862284 CPUtime=0.17
/proc/27783/task/27785/stat : 27785 (java) S 27782 27769 27352 0 -1 64 3578 0 0 0 16 1 0 0 16 0 9 0 26791883 882978816 5892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27783/tid=27786] ppid=27782 vsize=862284 CPUtime=0
/proc/27783/task/27786/stat : 27786 (java) S 27782 27769 27352 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 26791883 882978816 5892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27783/tid=27787] ppid=27782 vsize=862284 CPUtime=0
/proc/27783/task/27787/stat : 27787 (java) S 27782 27769 27352 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 26791883 882978816 5892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27783/tid=27788] ppid=27782 vsize=862284 CPUtime=0
/proc/27783/task/27788/stat : 27788 (java) S 27782 27769 27352 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 26791885 882978816 5892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27783/tid=27789] ppid=27782 vsize=862284 CPUtime=0.03
/proc/27783/task/27789/stat : 27789 (java) S 27782 27769 27352 0 -1 64 306 0 0 0 3 0 0 0 17 0 9 0 26791885 882978816 5892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27783/tid=27790] ppid=27782 vsize=862284 CPUtime=0
/proc/27783/task/27790/stat : 27790 (java) S 27782 27769 27352 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 26791885 882978816 5892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27783/tid=27791] ppid=27782 vsize=862284 CPUtime=0
/proc/27783/task/27791/stat : 27791 (java) S 27782 27769 27352 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 26791885 882978816 5892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 884508

[startup+3.10154 s]
/proc/loadavg: 2.08 2.02 1.99 3/85 27791
/proc/meminfo: memFree=1785040/2055920 swapFree=4192812/4192956
[pid=27769] ppid=27767 vsize=16868 CPUtime=0.82
/proc/27769/stat : 27769 (sugar) S 27767 27769 27352 0 -1 4194304 1310 5195 0 1 5 2 71 4 15 0 1 0 26791793 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27769/statm: 4217 1111 409 3 0 796 0
[pid=27782] ppid=27769 vsize=5356 CPUtime=0
/proc/27782/stat : 27782 (sh) S 27769 27769 27352 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26791880 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27782/statm: 1339 233 193 169 0 50 0
[pid=27783] ppid=27782 vsize=864488 CPUtime=2.19
/proc/27783/stat : 27783 (java) S 27782 27769 27352 0 -1 0 11797 0 1 0 212 7 0 0 18 0 9 0 26791881 885235712 10981 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27783/statm: 216122 10981 2590 9 0 210599 0
[pid=27783/tid=27784] ppid=27782 vsize=864488 CPUtime=1.39
/proc/27783/task/27784/stat : 27784 (java) R 27782 27769 27352 0 -1 64 3035 0 1 0 136 3 0 0 25 0 9 0 26791881 885235712 10981 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27783/tid=27785] ppid=27782 vsize=864488 CPUtime=0.69
/proc/27783/task/27785/stat : 27785 (java) S 27782 27769 27352 0 -1 64 7726 0 0 0 66 3 0 0 16 0 9 0 26791883 885235712 10981 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27783/tid=27786] ppid=27782 vsize=864488 CPUtime=0
/proc/27783/task/27786/stat : 27786 (java) S 27782 27769 27352 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 26791883 885235712 10981 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27783/tid=27787] ppid=27782 vsize=864488 CPUtime=0
/proc/27783/task/27787/stat : 27787 (java) S 27782 27769 27352 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 26791883 885235712 10981 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27783/tid=27788] ppid=27782 vsize=864488 CPUtime=0
/proc/27783/task/27788/stat : 27788 (java) S 27782 27769 27352 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 26791885 885235712 10981 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27783/tid=27789] ppid=27782 vsize=864488 CPUtime=0.08
/proc/27783/task/27789/stat : 27789 (java) S 27782 27769 27352 0 -1 64 334 0 0 0 8 0 0 0 16 0 9 0 26791885 885235712 10981 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27783/tid=27790] ppid=27782 vsize=864488 CPUtime=0
/proc/27783/task/27790/stat : 27790 (java) S 27782 27769 27352 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 26791885 885235712 10981 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27783/tid=27791] ppid=27782 vsize=864488 CPUtime=0
/proc/27783/task/27791/stat : 27791 (java) S 27782 27769 27352 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 26791885 885235712 10981 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 886712

[startup+6.30192 s]
/proc/loadavg: 2.08 2.02 1.99 3/77 27793
/proc/meminfo: memFree=1803728/2055920 swapFree=4192812/4192956
[pid=27769] ppid=27767 vsize=16868 CPUtime=3.13
/proc/27769/stat : 27769 (sugar) S 27767 27769 27352 0 -1 4194304 1376 17302 0 2 6 2 293 12 16 0 1 0 26791793 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27769/statm: 4217 1113 409 3 0 796 0
[pid=27792] ppid=27769 vsize=5356 CPUtime=0
/proc/27792/stat : 27792 (sh) S 27769 27769 27352 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26792116 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27792/statm: 1339 232 193 169 0 50 0
[pid=27793] ppid=27792 vsize=8548 CPUtime=3.03
/proc/27793/stat : 27793 (minisat) R 27792 27769 27352 0 -1 4194304 2005 0 0 0 302 1 0 0 25 0 1 0 26792117 8753152 1991 996147200 134512640 135127466 4294956256 18446744073709551615 134530793 0 0 4096 3 0 0 0 17 1 0 0
/proc/27793/statm: 2137 1991 75 150 0 1984 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 30772

[startup+12.7017 s]
/proc/loadavg: 2.07 2.02 1.99 3/77 27793
/proc/meminfo: memFree=1802128/2055920 swapFree=4192812/4192956
[pid=27769] ppid=27767 vsize=16868 CPUtime=3.13
/proc/27769/stat : 27769 (sugar) S 27767 27769 27352 0 -1 4194304 1376 17302 0 2 6 2 293 12 16 0 1 0 26791793 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27769/statm: 4217 1113 409 3 0 796 0
[pid=27792] ppid=27769 vsize=5356 CPUtime=0
/proc/27792/stat : 27792 (sh) S 27769 27769 27352 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26792116 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27792/statm: 1339 232 193 169 0 50 0
[pid=27793] ppid=27792 vsize=10044 CPUtime=9.36
/proc/27793/stat : 27793 (minisat) R 27792 27769 27352 0 -1 4194304 2384 0 0 0 935 1 0 0 25 0 1 0 26792117 10285056 2370 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/27793/statm: 2511 2370 75 150 0 2358 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 32268

[startup+25.5012 s]
/proc/loadavg: 2.06 2.01 1.99 3/77 27793
/proc/meminfo: memFree=1799952/2055920 swapFree=4192812/4192956
[pid=27769] ppid=27767 vsize=16868 CPUtime=3.13
/proc/27769/stat : 27769 (sugar) S 27767 27769 27352 0 -1 4194304 1376 17302 0 2 6 2 293 12 16 0 1 0 26791793 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27769/statm: 4217 1113 409 3 0 796 0
[pid=27792] ppid=27769 vsize=5356 CPUtime=0
/proc/27792/stat : 27792 (sh) S 27769 27769 27352 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26792116 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27792/statm: 1339 232 193 169 0 50 0
[pid=27793] ppid=27792 vsize=12280 CPUtime=22.04
/proc/27793/stat : 27793 (minisat) R 27792 27769 27352 0 -1 4194304 2926 0 0 0 2202 2 0 0 25 0 1 0 26792117 12574720 2912 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/27793/statm: 3070 2912 75 150 0 2917 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 34504

[startup+51.1012 s]
/proc/loadavg: 2.04 2.01 1.99 3/77 27793
/proc/meminfo: memFree=1798096/2055920 swapFree=4192812/4192956
[pid=27769] ppid=27767 vsize=16868 CPUtime=3.13
/proc/27769/stat : 27769 (sugar) S 27767 27769 27352 0 -1 4194304 1376 17302 0 2 6 2 293 12 16 0 1 0 26791793 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27769/statm: 4217 1113 409 3 0 796 0
[pid=27792] ppid=27769 vsize=5356 CPUtime=0
/proc/27792/stat : 27792 (sh) S 27769 27769 27352 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26792116 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27792/statm: 1339 232 193 169 0 50 0
[pid=27793] ppid=27792 vsize=14116 CPUtime=47.4
/proc/27793/stat : 27793 (minisat) R 27792 27769 27352 0 -1 4194304 3384 0 0 0 4737 3 0 0 25 0 1 0 26792117 14454784 3370 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27793/statm: 3529 3370 75 150 0 3376 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 36340

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 1.99 3/77 27793
/proc/meminfo: memFree=1792848/2055920 swapFree=4192812/4192956
[pid=27769] ppid=27767 vsize=16868 CPUtime=3.13
/proc/27769/stat : 27769 (sugar) S 27767 27769 27352 0 -1 4194304 1376 17302 0 2 6 2 293 12 16 0 1 0 26791793 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27769/statm: 4217 1113 409 3 0 796 0
[pid=27792] ppid=27769 vsize=5356 CPUtime=0
/proc/27792/stat : 27792 (sh) S 27769 27769 27352 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26792116 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27792/statm: 1339 232 193 169 0 50 0
[pid=27793] ppid=27792 vsize=19288 CPUtime=98.13
/proc/27793/stat : 27793 (minisat) R 27792 27769 27352 0 -1 4194304 4679 0 0 0 9808 5 0 0 25 0 1 0 26792117 19750912 4665 996147200 134512640 135127466 4294956256 18446744073709551615 134530780 0 0 4096 3 0 0 0 17 1 0 0
/proc/27793/statm: 4822 4665 75 150 0 4669 0
Current children cumulated CPU time (s) 101.26
Current children cumulated vsize (KiB) 41512

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/77 27793
/proc/meminfo: memFree=1790864/2055920 swapFree=4192812/4192956
[pid=27769] ppid=27767 vsize=16868 CPUtime=3.13
/proc/27769/stat : 27769 (sugar) S 27767 27769 27352 0 -1 4194304 1376 17302 0 2 6 2 293 12 16 0 1 0 26791793 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27769/statm: 4217 1113 409 3 0 796 0
[pid=27792] ppid=27769 vsize=5356 CPUtime=0
/proc/27792/stat : 27792 (sh) S 27769 27769 27352 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26792116 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/meminfo: memFree=1791504/2055920 swapFree=4192812/4192956
[pid=27769] ppid=27767 vsize=16868 CPUtime=3.13
/proc/27769/stat : 27769 (sugar) S 27767 27769 27352 0 -1 4194304 1376 17302 0 2 6 2 293 12 16 0 1 0 26791793 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27769/statm: 4217 1113 409 3 0 796 0
[pid=27792] ppid=27769 vsize=5356 CPUtime=0
/proc/27792/stat : 27792 (sh) S 27769 27769 27352 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26792116 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27792/statm: 1339 232 193 169 0 50 0
[pid=27793] ppid=27792 vsize=41460 CPUtime=1355.95
/proc/27793/stat : 27793 (minisat) R 27792 27769 27352 0 -1 4194304 10122 0 0 0 135562 33 0 0 25 0 1 0 26792117 42455040 10108 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 0 0 0
/proc/27793/statm: 10365 10108 75 150 0 10212 0
Current children cumulated CPU time (s) 1359.08
Current children cumulated vsize (KiB) 63684

[startup+1422.31 s]
/proc/loadavg: 1.00 1.01 1.27 2/71 28701
/proc/meminfo: memFree=1791120/2055920 swapFree=4192812/4192956
[pid=27769] ppid=27767 vsize=16868 CPUtime=3.13
/proc/27769/stat : 27769 (sugar) S 27767 27769 27352 0 -1 4194304 1376 17302 0 2 6 2 293 12 16 0 1 0 26791793 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27769/statm: 4217 1113 409 3 0 796 0
[pid=27792] ppid=27769 vsize=5356 CPUtime=0
/proc/27792/stat : 27792 (sh) S 27769 27769 27352 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26792116 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27792/statm: 1339 232 193 169 0 50 0
[pid=27793] ppid=27792 vsize=41596 CPUtime=1415.92
/proc/27793/stat : 27793 (minisat) R 27792 27769 27352 0 -1 4194304 10141 0 0 0 141557 35 0 0 25 0 1 0 26792117 42594304 10127 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27793/statm: 10399 10127 75 150 0 10246 0
Current children cumulated CPU time (s) 1419.05
Current children cumulated vsize (KiB) 63820

[startup+1482.3 s]
/proc/loadavg: 1.00 1.01 1.25 2/71 28734
/proc/meminfo: memFree=1790088/2055920 swapFree=4192812/4192956
[pid=27769] ppid=27767 vsize=16868 CPUtime=3.13
/proc/27769/stat : 27769 (sugar) S 27767 27769 27352 0 -1 4194304 1376 17302 0 2 6 2 293 12 16 0 1 0 26791793 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27769/statm: 4217 1113 409 3 0 796 0
[pid=27792] ppid=27769 vsize=5356 CPUtime=0
/proc/27792/stat : 27792 (sh) S 27769 27769 27352 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26792116 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27792/statm: 1339 232 193 169 0 50 0
[pid=27793] ppid=27792 vsize=42652 CPUtime=1475.89
/proc/27793/stat : 27793 (minisat) R 27792 27769 27352 0 -1 4194304 10398 0 0 0 147552 37 0 0 25 0 1 0 26792117 43675648 10384 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27793/statm: 10663 10384 75 150 0 10510 0
Current children cumulated CPU time (s) 1479.02
Current children cumulated vsize (KiB) 64876

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.23 2/71 28767
/proc/meminfo: memFree=1789064/2055920 swapFree=4192812/4192956
[pid=27769] ppid=27767 vsize=16868 CPUtime=3.13
/proc/27769/stat : 27769 (sugar) S 27767 27769 27352 0 -1 4194304 1376 17302 0 2 6 2 293 12 16 0 1 0 26791793 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27769/statm: 4217 1113 409 3 0 796 0
[pid=27792] ppid=27769 vsize=5356 CPUtime=0
/proc/27792/stat : 27792 (sh) S 27769 27769 27352 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26792116 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27792/statm: 1339 232 193 169 0 50 0
[pid=27793] ppid=27792 vsize=43188 CPUtime=1535.85
/proc/27793/stat : 27793 (minisat) R 27792 27769 27352 0 -1 4194304 10556 0 0 0 153547 38 0 0 25 0 1 0 26792117 44224512 10542 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27793/statm: 10797 10542 75 150 0 10644 0
Current children cumulated CPU time (s) 1538.98
Current children cumulated vsize (KiB) 65412

[startup+1602.3 s]
/proc/loadavg: 1.07 1.02 1.22 2/71 28767
/proc/meminfo: memFree=1788872/2055920 swapFree=4192812/4192956
[pid=27769] ppid=27767 vsize=16868 CPUtime=3.13
/proc/27769/stat : 27769 (sugar) S 27767 27769 27352 0 -1 4194304 1376 17302 0 2 6 2 293 12 16 0 1 0 26791793 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27769/statm: 4217 1113 409 3 0 796 0
[pid=27792] ppid=27769 vsize=5356 CPUtime=0
/proc/27792/stat : 27792 (sh) S 27769 27769 27352 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26792116 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27792/statm: 1339 232 193 169 0 50 0
[pid=27793] ppid=27792 vsize=43596 CPUtime=1595.82
/proc/27793/stat : 27793 (minisat) R 27792 27769 27352 0 -1 4194304 10626 0 0 0 159543 39 0 0 25 0 1 0 26792117 44642304 10612 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27793/statm: 10899 10612 75 150 0 10746 0
Current children cumulated CPU time (s) 1598.95
Current children cumulated vsize (KiB) 65820

[startup+1662.3 s]
/proc/loadavg: 1.02 1.01 1.20 2/71 28800
/proc/meminfo: memFree=1788488/2055920 swapFree=4192812/4192956
[pid=27769] ppid=27767 vsize=16868 CPUtime=3.13
/proc/27769/stat : 27769 (sugar) S 27767 27769 27352 0 -1 4194304 1376 17302 0 2 6 2 293 12 16 0 1 0 26791793 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27769/statm: 4217 1113 409 3 0 796 0
[pid=27792] ppid=27769 vsize=5356 CPUtime=0
/proc/27792/stat : 27792 (sh) S 27769 27769 27352 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26792116 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27792/statm: 1339 232 193 169 0 50 0
[pid=27793] ppid=27792 vsize=43732 CPUtime=1655.78
/proc/27793/stat : 27793 (minisat) R 27792 27769 27352 0 -1 4194304 10683 0 0 0 165539 39 0 0 25 0 1 0 26792117 44781568 10669 996147200 134512640 135127466 4294956256 18446744073709551615 134522617 0 0 4096 3 0 0 0 17 0 0 0
/proc/27793/statm: 10933 10669 75 150 0 10780 0
Current children cumulated CPU time (s) 1658.91
Current children cumulated vsize (KiB) 65956

[startup+1722.3 s]
/proc/loadavg: 1.01 1.00 1.18 2/71 28833
/proc/meminfo: memFree=1787912/2055920 swapFree=4192812/4192956
[pid=27769] ppid=27767 vsize=16868 CPUtime=3.13
/proc/27769/stat : 27769 (sugar) S 27767 27769 27352 0 -1 4194304 1376 17302 0 2 6 2 293 12 16 0 1 0 26791793 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27769/statm: 4217 1113 409 3 0 796 0
[pid=27792] ppid=27769 vsize=5356 CPUtime=0
/proc/27792/stat : 27792 (sh) S 27769 27769 27352 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26792116 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27792/statm: 1339 232 193 169 0 50 0
[pid=27793] ppid=27792 vsize=44012 CPUtime=1715.76
/proc/27793/stat : 27793 (minisat) R 27792 27769 27352 0 -1 4194304 10743 0 0 0 171536 40 0 0 25 0 1 0 26792117 45068288 10729 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27793/statm: 11003 10729 75 150 0 10850 0
Current children cumulated CPU time (s) 1718.89
Current children cumulated vsize (KiB) 66236

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.17 2/71 28833
/proc/meminfo: memFree=1787528/2055920 swapFree=4192812/4192956
[pid=27769] ppid=27767 vsize=16868 CPUtime=3.13
/proc/27769/stat : 27769 (sugar) S 27767 27769 27352 0 -1 4194304 1376 17302 0 2 6 2 293 12 16 0 1 0 26791793 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27769/statm: 4217 1113 409 3 0 796 0
[pid=27792] ppid=27769 vsize=5356 CPUtime=0
/proc/27792/stat : 27792 (sh) S 27769 27769 27352 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26792116 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27792/statm: 1339 232 193 169 0 50 0
[pid=27793] ppid=27792 vsize=44276 CPUtime=1775.73
/proc/27793/stat : 27793 (minisat) R 27792 27769 27352 0 -1 4194304 10818 0 0 0 177532 41 0 0 25 0 1 0 26792117 45338624 10804 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27793/statm: 11069 10804 75 150 0 10916 0
Current children cumulated CPU time (s) 1778.86
Current children cumulated vsize (KiB) 66500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.5 s]
/proc/loadavg: 1.00 1.00 1.17 2/71 28866
/proc/meminfo: memFree=1786184/2055920 swapFree=4192812/4192956
[pid=27769] ppid=27767 vsize=16868 CPUtime=3.13
/proc/27769/stat : 27769 (sugar) S 27767 27769 27352 0 -1 4194304 1376 17302 0 2 6 2 293 12 16 0 1 0 26791793 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27769/statm: 4217 1113 409 3 0 796 0
[pid=27792] ppid=27769 vsize=5356 CPUtime=0
/proc/27792/stat : 27792 (sh) S 27769 27769 27352 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26792116 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27792/statm: 1339 232 193 169 0 50 0
[pid=27793] ppid=27792 vsize=45476 CPUtime=1796.92
/proc/27793/stat : 27793 (minisat) R 27792 27769 27352 0 -1 4194304 11108 0 0 0 179651 41 0 0 25 0 1 0 26792117 46567424 11094 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27793/statm: 11369 11094 75 150 0 11216 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 67700

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

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

[startup+1803.5 s]
/proc/loadavg: 1.00 1.00 1.17 2/71 28866
/proc/meminfo: memFree=1786184/2055920 swapFree=4192812/4192956
[pid=27769] ppid=27767 vsize=16868 CPUtime=3.13
/proc/27769/stat : 27769 (sugar) S 27767 27769 27352 0 -1 4194304 1376 17302 0 2 6 2 293 12 16 0 1 0 26791793 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27769/statm: 4217 1113 409 3 0 796 0
[pid=27792] ppid=27769 vsize=5356 CPUtime=0
/proc/27792/stat : 27792 (sh) S 27769 27769 27352 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26792116 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27792/statm: 1339 232 193 169 0 50 0
[pid=27793] ppid=27792 vsize=45476 CPUtime=1796.92
/proc/27793/stat : 27793 (minisat) R 27792 27769 27352 0 -1 4194304 11108 0 0 0 179651 41 0 0 25 0 1 0 26792117 46567424 11094 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27793/statm: 11369 11094 75 150 0 11216 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 67700

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27769 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=997544
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=158975
# CPU time returned by wait4() is 3.15652
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1803.52
CPU time (s): 1800.05
CPU user time (s): 1799.5
CPU system time (s): 0.55
CPU usage (%): 99.8075
Max. virtual memory (cumulated for all children) (KiB): 886712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.99754
system time used= 0.158975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19383
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= 2456
involuntary context switches= 2350

runsolver used 2.41363 second user time and 5.61315 second system time

The end

Launcher Data

Begin job on node73 at 2009-07-12 13:14:24
IDJOB=2092279
IDBENCH=60316
IDSOLVER=739
FILE ID=node73/2092279-1247397264
PBS_JOBID= 9507415
Free space on /tmp= 66480 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/tightness0.8/normalized-rand-2-40-80-103-800-16_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2092279-1247397264/watcher-2092279-1247397264 -o /tmp/evaluation-result-2092279-1247397264/solver-2092279-1247397264 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2092279-1247397264.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 2ced0672c4f9bda10f83da1431a5dc07
RANDOM SEED=1593078262

node73.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.213
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.213
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:       1818760 kB
Buffers:         27236 kB
Cached:         123248 kB
SwapCached:          0 kB
Active:          93804 kB
Inactive:        92980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1818760 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2044 kB
Writeback:           0 kB
Mapped:          47008 kB
Slab:            35644 kB
Committed_AS:   251912 kB
PageTables:       1784 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= 66484 MiB
End job on node73 at 2009-07-12 13:44:30