Trace number 1127708

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+minisatMSAT (TO) 3600.05 3632.93

General information on the benchmark

Namemaxcsp/cnf/2-40-1100-2000/
normalized-cnf-2-40-1800-067529_ext.xml
MD5SUM3b2ecf9bc003ca1f8d7c4c70259b32e2
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints246
Best CPU time to get the best result obtained on this benchmark1.41778
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints667
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension667
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Wed Jul 23 03:05:14 2008
0.00/0.05	c 0	PID 7227
0.00/0.05	c 0	HOST node25.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1127708-1216775114.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127708-1216775114.xml' 'HOME/temp.csp'
0.03/0.51	c 1	1 domains, 40 variables, 0 predicates, 14 relations, 667 constraints
0.03/0.55	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.55	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.50/0.63	c 1	Parsing HOME/temp.csp
0.51/0.76	c 1	parsed 722 expressions
0.51/0.76	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.51/0.78	c 1	MAX CSP: 667 constraints
0.51/0.78	c 1	Converting to clausal form CSP
0.51/0.82	c 1	converted 140 (10%) expressions
0.51/0.83	c 1	converted 279 (20%) expressions
0.51/0.85	c 1	converted 418 (30%) expressions
0.51/0.86	c 1	converted 557 (40%) expressions
0.51/0.86	c 1	converted 696 (50%) expressions
0.51/0.88	c 1	converted 836 (60%) expressions
0.51/0.88	c 1	converted 975 (70%) expressions
0.51/0.96	c 1	converted 1114 (80%) expressions
0.51/0.96	c 1	converted 1253 (90%) expressions
0.93/1.09	c 1	converted 1392 (100%) expressions
0.93/1.09	c 1	CSP : 1374 integers, 0 booleans, 2000 clauses, largest domain size 1001
0.93/1.09	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.93/1.09	c 1	Propagation in CSP
1.04/1.14	c 1	661 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.04/1.14	c 1	CSP : 1374 integers, 0 booleans, 2000 clauses, largest domain size 668
1.04/1.14	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.04/1.14	c 1	Simplifing CSP by introducing new Boolean variables
1.04/1.14	c 1	CSP : 1374 integers, 0 booleans, 2000 clauses, largest domain size 668
1.04/1.14	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.04/1.18	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.04/1.19	c 1	138 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.04/1.19	c 1	275 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.04/1.19	c 1	413 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.12/1.20	c 1	550 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.12/1.20	c 1	687 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.12/1.21	c 1	825 (60%) CSP integer variables are encoded (1238 clauses, 15575 bytes)
1.12/1.21	c 1	962 (70%) CSP integer variables are encoded (2219 clauses, 28328 bytes)
1.12/1.21	c 1	1100 (80%) CSP integer variables are encoded (3395 clauses, 43616 bytes)
1.12/1.22	c 1	1237 (90%) CSP integer variables are encoded (4345 clauses, 55966 bytes)
1.12/1.22	c 1	1374 (100%) CSP integer variables are encoded (10989 clauses, 146897 bytes)
1.12/1.25	c 1	200 (10%) CSP clauses are encoded (11254 clauses, 149767 bytes)
1.12/1.27	c 1	400 (20%) CSP clauses are encoded (11536 clauses, 153037 bytes)
1.12/1.29	c 1	600 (30%) CSP clauses are encoded (11803 clauses, 156278 bytes)
1.22/1.31	c 1	800 (40%) CSP clauses are encoded (14746 clauses, 206057 bytes)
1.22/1.37	c 2	1000 (50%) CSP clauses are encoded (42110 clauses, 701840 bytes)
1.22/1.39	c 2	1200 (60%) CSP clauses are encoded (50432 clauses, 848655 bytes)
1.42/1.53	c 2	1400 (70%) CSP clauses are encoded (129598 clauses, 2300433 bytes)
1.42/1.55	c 2	1600 (80%) CSP clauses are encoded (139158 clauses, 2469504 bytes)
1.52/1.69	c 2	1800 (90%) CSP clauses are encoded (172468 clauses, 3050881 bytes)
2.31/2.46	c 3	2000 (100%) CSP clauses are encoded (589647 clauses, 11456429 bytes)
2.31/2.46	c 3	2000 CSP clauses encoded
2.31/2.46	c 3	Writing map file : HOME/temp.map
2.31/2.47	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.31/2.47	c 3	SAT : 12363 SAT variables, 589647 SAT clauses, 11456429 bytes
2.31/2.47	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.31/2.49	c 3	OBJECTIVE minimize _COST
2.31/2.49	c 3	OBJECTIVE BOUND: 0 <= _COST <= 
2.31/2.49	c 3	SEARCHING: _COST <= 334
2.31/2.49	c 3	SOLVING HOME/temp.cnf
2.31/2.49	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.31/2.49	c 3	This is MiniSat 2.0 beta
2.31/2.49	c 3	WARNING: for repeatability, setting FPU to use double precision
2.31/2.49	c 3	============================[ Problem Statistics ]=============================
2.31/2.49	c 3	|                                                                             |
2.31/2.49	c 3	|  Number of variables:  12363                                                |
2.31/2.49	c 3	|  Number of clauses:    589648                                               |
2.41/2.78	c 3	|  Parsing time:         0.25         s                                       |
2.41/2.98	c 3	============================[ Search Statistics ]==============================
2.41/2.98	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.41/2.98	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.41/2.98	c 3	===============================================================================
2.41/2.98	c 3	|         0 |    9033   376938  1106319 |   125646        0    nan |  0.000 % |
3.11/3.23	c 3	|       100 |    9033   376938  1106319 |   138210      100     25 | 26.935 % |
3.21/3.30	c 3	|       251 |    9033   376938  1106319 |   152031      251     26 | 26.936 % |
3.30/3.41	c 4	===============================================================================
3.30/3.41	c 4	restarts              : 3
3.30/3.41	c 4	conflicts             : 444            (510 /sec)
3.30/3.41	c 4	decisions             : 1559           (0.96 % random) (1792 /sec)
3.30/3.41	c 4	propagations          : 310337         (356764 /sec)
3.30/3.41	c 4	conflict literals     : 11377          (16.80 % deleted)
3.30/3.41	c 4	Memory used           : 25.22 MB
3.30/3.41	c 4	CPU time              : 0.869867 s
3.30/3.41	c 4	
3.30/3.42	c 4	SATISFIABLE
3.30/3.42	c 4	FOUND: _COST <= 334
3.30/3.42	s SATISFIABLE
3.30/3.42	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.30/3.42	c 4	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.33/3.50	c 4	Decoding HOME/temp.out
3.33/3.72	c 4	OBJECTIVE _COST 334
3.33/3.72	o 334
3.33/3.72	v 1 0 0 1 0 1 1 1 1 1 1 1 0 0 1 1 1 0 1 1 0 1 1 1 1 1 1 0 1 1 0 0 1 0 1 1 0 0 1 1
3.33/3.74	c 4	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.33/3.80	c 4	OBJECTIVE BOUND: 0 <= _COST <= 334
3.33/3.80	c 4	SEARCHING: _COST <= 167
3.33/3.80	c 4	SOLVING HOME/temp.cnf
3.33/3.80	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.65/3.80	c 4	This is MiniSat 2.0 beta
3.65/3.80	c 4	WARNING: for repeatability, setting FPU to use double precision
3.65/3.80	c 4	============================[ Problem Statistics ]=============================
3.65/3.80	c 4	|                                                                             |
3.65/3.80	c 4	|  Number of variables:  12363                                                |
3.65/3.80	c 4	|  Number of clauses:    589648                                               |
3.65/4.10	c 4	|  Parsing time:         0.26         s                                       |
4.14/4.38	c 5	============================[ Search Statistics ]==============================
4.14/4.38	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.14/4.38	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.14/4.38	c 5	===============================================================================
4.14/4.38	c 5	|         0 |    7196   246511   720382 |    82170        0    nan |  0.000 % |
4.33/4.55	c 5	|       100 |    7193   246511   720382 |    90387       98     21 | 42.101 % |
4.43/4.62	c 5	|       250 |    7192   246511   720382 |    99426      245     20 | 42.554 % |
4.53/4.74	c 5	|       475 |    7191   246511   720382 |   109368      468     18 | 42.838 % |
4.63/4.86	c 5	|       812 |    7191   246511   720382 |   120305      804     19 | 42.999 % |
4.93/5.12	c 5	|      1318 |    7191   246511   720382 |   132336     1310     18 | 42.999 % |
5.23/5.43	c 6	|      2077 |    7046   236691   691446 |   145569     2068     17 | 43.137 % |
5.72/5.92	c 6	|      3217 |    7046   236691   691446 |   160126     3208     17 | 43.137 % |
6.41/6.68	c 7	|      4927 |    7012   234515   685040 |   176139     4917     17 | 43.282 % |
7.79/8.00	c 8	|      7489 |    6993   233436   681861 |   193753     7475     17 | 44.197 % |
9.68/9.98	c 10	|     11333 |    6778   218402   637478 |   213128    11304     17 | 46.065 % |
12.54/12.87	c 13	|     17101 |    6648   208770   609014 |   234441    17033     18 | 46.227 % |
18.78/19.11	c 19	|     25751 |    6648   208770   609014 |   257885    25682     18 | 46.372 % |
29.58/30.03	c 30	|     38725 |    6612   205865   600415 |   283674    38655     20 | 46.518 % |
51.47/52.15	c 52	|     58188 |    6612   205865   600415 |   312041    58118     21 | 46.518 % |
92.89/94.00	c 94	|     87381 |    6612   205865   600415 |   343245    87311     22 | 46.518 % |
173.73/175.55	c 176	|    131172 |    6612   205865   600415 |   377570   131102     23 | 46.518 % |
331.44/334.74	c 335	|    196856 |    6612   205865   600415 |   415327   196786     23 | 46.518 % |
635.47/641.63	c 642	|    295382 |    6612   205865   600415 |   456860   295312     23 | 46.518 % |
1171.62/1182.89	c 1183	|    443171 |    6580   202978   591852 |   502546   443098     23 | 46.777 % |
1776.02/1793.00	c 1793	|    664854 |    6579   202953   591781 |   552800   177315     23 | 46.785 % |
2919.44/2947.19	c 2947	|    997380 |    6579   202953   591781 |   608081   509841     22 | 46.785 % |
3600.05/3632.92	c ERROR INTERRUPTED
3600.05/3632.92	c 3633	CPU 3.42 (0.03 0.01 3.39 0.22)
3600.05/3632.92	c 3633	END Wed Jul 23 04:05:47 2008

Verifier Data (download as text)

OK	278	389
278 unsatisfied constraints, 389 satisfied constraints

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-1127708-1216775114/watcher-1127708-1216775114 -o /tmp/evaluation-result-1127708-1216775114/solver-1127708-1216775114 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1127708-1216775114.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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: 2.05 1.80 1.36 4/81 7227
/proc/meminfo: memFree=1082752/2055920 swapFree=4192956/4192956
[pid=7227] ppid=7225 vsize=18572 CPUtime=0
/proc/7227/stat : 7227 (runsolver) R 7225 7227 7112 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 4601831 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 253307186471 0 0 4096 24578 0 0 0 17 1 0 0
/proc/7227/statm: 4643 292 257 25 0 2626 0

[startup+0.0709321 s]
/proc/loadavg: 2.05 1.80 1.36 4/81 7227
/proc/meminfo: memFree=1082752/2055920 swapFree=4192956/4192956
[pid=7227] ppid=7225 vsize=13600 CPUtime=0.03
/proc/7227/stat : 7227 (sugar) S 7225 7227 7112 0 -1 4194304 898 127 0 0 2 1 0 0 19 0 1 0 4601831 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7227/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.103932 s]
/proc/loadavg: 2.05 1.80 1.36 4/81 7227
/proc/meminfo: memFree=1082752/2055920 swapFree=4192956/4192956
[pid=7227] ppid=7225 vsize=13600 CPUtime=0.03
/proc/7227/stat : 7227 (sugar) S 7225 7227 7112 0 -1 4194304 898 127 0 0 2 1 0 0 19 0 1 0 4601831 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7227/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302945 s]
/proc/loadavg: 2.05 1.80 1.36 4/81 7227
/proc/meminfo: memFree=1082752/2055920 swapFree=4192956/4192956
[pid=7227] ppid=7225 vsize=13600 CPUtime=0.03
/proc/7227/stat : 7227 (sugar) S 7225 7227 7112 0 -1 4194304 898 127 0 0 2 1 0 0 19 0 1 0 4601831 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7227/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702987 s]
/proc/loadavg: 2.05 1.80 1.36 4/81 7227
/proc/meminfo: memFree=1082752/2055920 swapFree=4192956/4192956
[pid=7227] ppid=7225 vsize=13600 CPUtime=0.51
/proc/7227/stat : 7227 (sugar) S 7225 7227 7112 0 -1 4194304 974 4537 0 1 3 1 43 4 16 0 1 0 4601831 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7227/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 13600

[startup+1.50106 s]
/proc/loadavg: 2.12 1.82 1.37 4/92 7249
/proc/meminfo: memFree=1069096/2055920 swapFree=4192956/4192956
[pid=7227] ppid=7225 vsize=13600 CPUtime=0.51
/proc/7227/stat : 7227 (sugar) S 7225 7227 7112 0 -1 4194304 974 4537 0 1 3 1 43 4 15 0 1 0 4601831 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7227/statm: 3400 797 370 3 0 500 0
[pid=7240] ppid=7227 vsize=5356 CPUtime=0
/proc/7240/stat : 7240 (sh) S 7227 7227 7112 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4601886 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7240/statm: 1339 233 193 169 0 50 0
[pid=7241] ppid=7240 vsize=868336 CPUtime=0.91
/proc/7241/stat : 7241 (java) S 7240 7227 7112 0 -1 0 6631 0 1 0 87 4 0 0 18 0 9 0 4601886 889176064 5788 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7241/statm: 217084 5788 2563 9 0 211631 0
[pid=7241/tid=7242] ppid=7240 vsize=868336 CPUtime=0.56
/proc/7241/task/7242/stat : 7242 (java) R 7240 7227 7112 0 -1 64 2775 0 1 0 54 2 0 0 19 0 9 0 4601887 889176064 5788 996147200 134512640 134550740 4294955936 18446744073709551615 102064747 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7241/tid=7243] ppid=7240 vsize=868336 CPUtime=0.07
/proc/7241/task/7243/stat : 7243 (java) S 7240 7227 7112 0 -1 64 1664 0 0 0 7 0 0 0 16 0 9 0 4601888 889176064 5788 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7241/tid=7244] ppid=7240 vsize=868336 CPUtime=0
/proc/7241/task/7244/stat : 7244 (java) S 7240 7227 7112 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4601889 889176064 5788 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7241/tid=7245] ppid=7240 vsize=868336 CPUtime=0
/proc/7241/task/7245/stat : 7245 (java) S 7240 7227 7112 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4601889 889176064 5788 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7241/tid=7246] ppid=7240 vsize=868336 CPUtime=0
/proc/7241/task/7246/stat : 7246 (java) S 7240 7227 7112 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4601891 889176064 5788 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7241/tid=7247] ppid=7240 vsize=868336 CPUtime=0.25
/proc/7241/task/7247/stat : 7247 (java) S 7240 7227 7112 0 -1 64 1499 0 0 0 24 1 0 0 16 0 9 0 4601891 889176064 5788 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7241/tid=7248] ppid=7240 vsize=868336 CPUtime=0
/proc/7241/task/7248/stat : 7248 (java) S 7240 7227 7112 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4601891 889176064 5788 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7241/tid=7249] ppid=7240 vsize=868336 CPUtime=0
/proc/7241/task/7249/stat : 7249 (java) S 7240 7227 7112 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4601891 889176064 5788 996147200 134512640 134550740 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) 887292

[startup+3.10121 s]
/proc/loadavg: 2.12 1.82 1.37 3/92 7249
/proc/meminfo: memFree=1059176/2055920 swapFree=4192956/4192956
[pid=7227] ppid=7225 vsize=13732 CPUtime=2.41
/proc/7227/stat : 7227 (sugar) S 7225 7227 7112 0 -1 4194304 1073 11753 0 2 3 1 221 16 15 0 1 0 4601831 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7227/statm: 3433 821 374 3 0 533 0
Current children cumulated CPU time (s) 2.41
Current children cumulated vsize (KiB) 13732

[startup+6.30151 s]
/proc/loadavg: 2.11 1.82 1.37 3/84 7263
/proc/meminfo: memFree=1043048/2055920 swapFree=4192956/4192956
[pid=7227] ppid=7225 vsize=13732 CPUtime=3.65
/proc/7227/stat : 7227 (sugar) S 7225 7227 7112 0 -1 4194304 1192 22170 0 3 3 1 339 22 15 0 1 0 4601831 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7227/statm: 3433 821 374 3 0 533 0
[pid=7262] ppid=7227 vsize=5356 CPUtime=0
/proc/7262/stat : 7262 (sh) S 7227 7227 7112 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4602211 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7262/statm: 1339 232 193 169 0 50 0
[pid=7263] ppid=7262 vsize=26088 CPUtime=2.46
/proc/7263/stat : 7263 (minisat) R 7262 7227 7112 0 -1 4194304 6316 0 0 0 242 4 0 0 25 0 1 0 4602211 26714112 6302 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/7263/statm: 6522 6302 75 150 0 6369 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 45176

[startup+12.7011 s]
/proc/loadavg: 2.10 1.82 1.38 3/84 7263
/proc/meminfo: memFree=1042920/2055920 swapFree=4192956/4192956
[pid=7227] ppid=7225 vsize=13732 CPUtime=3.65
/proc/7227/stat : 7227 (sugar) S 7225 7227 7112 0 -1 4194304 1192 22170 0 3 3 1 339 22 16 0 1 0 4601831 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7227/statm: 3433 821 374 3 0 533 0
[pid=7262] ppid=7227 vsize=5356 CPUtime=0
/proc/7262/stat : 7262 (sh) S 7227 7227 7112 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4602211 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7262/statm: 1339 232 193 169 0 50 0
[pid=7263] ppid=7262 vsize=26236 CPUtime=8.79
/proc/7263/stat : 7263 (minisat) R 7262 7227 7112 0 -1 4194304 6333 0 0 0 875 4 0 0 25 0 1 0 4602211 26865664 6319 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7263/statm: 6559 6319 75 150 0 6406 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 45324

[startup+25.5023 s]
/proc/loadavg: 2.09 1.83 1.38 3/84 7263
/proc/meminfo: memFree=1042984/2055920 swapFree=4192956/4192956
[pid=7227] ppid=7225 vsize=13732 CPUtime=3.65
/proc/7227/stat : 7227 (sugar) S 7225 7227 7112 0 -1 4194304 1192 22170 0 3 3 1 339 22 16 0 1 0 4601831 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7227/statm: 3433 821 374 3 0 533 0
[pid=7262] ppid=7227 vsize=5356 CPUtime=0
/proc/7262/stat : 7262 (sh) S 7227 7227 7112 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4602211 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7262/statm: 1339 232 193 169 0 50 0
[pid=7263] ppid=7262 vsize=26236 CPUtime=21.47
/proc/7263/stat : 7263 (minisat) R 7262 7227 7112 0 -1 4194304 6350 0 0 0 2143 4 0 0 25 0 1 0 4602211 26865664 6336 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/7263/statm: 6559 6336 75 150 0 6406 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 45324

[startup+51.1026 s]
/proc/loadavg: 2.05 1.84 1.40 3/84 7263
/proc/meminfo: memFree=1042792/2055920 swapFree=4192956/4192956
[pid=7227] ppid=7225 vsize=13732 CPUtime=3.65
/proc/7227/stat : 7227 (sugar) S 7225 7227 7112 0 -1 4194304 1192 22170 0 3 3 1 339 22 16 0 1 0 4601831 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7227/statm: 3433 821 374 3 0 533 0
[pid=7262] ppid=7227 vsize=5356 CPUtime=0
/proc/7262/stat : 7262 (sh) S 7227 7227 7112 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4602211 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7262/statm: 1339 232 193 169 0 50 0
[pid=7263] ppid=7262 vsize=26448 CPUtime=46.83
/proc/7263/stat : 7263 (minisat) R 7262 7227 7112 0 -1 4194304 6412 0 0 0 4679 4 0 0 25 0 1 0 4602211 27082752 6390 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7263/statm: 6612 6390 75 150 0 6459 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 45536

[startup+102.306 s]
/proc/loadavg: 2.02 1.86 1.43 3/84 7263
/proc/meminfo: memFree=1039856/2055920 swapFree=4192956/4192956
[pid=7227] ppid=7225 vsize=13732 CPUtime=3.65
/proc/7227/stat : 7227 (sugar) S 7225 7227 7112 0 -1 4194304 1192 22170 0 3 3 1 339 22 16 0 1 0 4601831 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7227/statm: 3433 821 374 3 0 533 0
[pid=7262] ppid=7227 vsize=5356 CPUtime=0
/proc/7262/stat : 7262 (sh) S 7227 7227 7112 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4602211 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7262/statm: 1339 232 193 169 0 50 0
[pid=7263] ppid=7262 vsize=29768 CPUtime=97.56
/proc/7263/stat : 7263 (minisat) R 7262 7227 7112 0 -1 4194304 7162 0 0 0 9751 5 0 0 25 0 1 0 4602211 30482432 7140 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/7263/statm: 7442 7140 75 150 0 7289 0
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (KiB) 48856

[startup+162.303 s]
/proc/loadavg: 2.01 1.89 1.46 3/84 7263
/proc/meminfo: memFree=1035504/2055920 swapFree=4192956/4192956
[pid=7227] ppid=7225 vsize=13732 CPUtime=3.65
/proc/7227/stat : 7227 (sugar) S 7225 7227 7112 0 -1 4194304 1192 22170 0 3 3 1 339 22 16 0 1 0 4601831 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7227/statm: 3433 821 374 3 0 533 0
[pid=7262] ppid=7227 vsize=5356 CPUtime=0
/proc/7262/stat : 7262 (sh) S 7227 7227 7112 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4602211 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7262/statm: 1339 232 193 169 0 50 0
[pid=7263] ppid=7262 vsize=33920 CPUtime=157
/proc/7263/stat : 7263 (minisat) R 7262 7227 7112 0 -1 4194304 8222 0 0 0 15694 6 0 0 25 0 1 0 4602211 34734080 8200 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7263/statm: 8480 8200 75 150 0 8327 0
Current children cumulated CPU time (s) 160.65
Current children cumulated vsize (KiB) 53008

[startup+222.302 s]
/proc/loadavg: 2.00 1.90 1.49 3/84 7263
/proc/meminfo: memFree=1031600/2055920 swapFree=4192956/4192956
[pid=7227] ppid=7225 vsize=13732 CPUtime=3.65
/proc/7227/stat : 7227 (sugar) S 7225 7227 7112 0 -1 4194304 1192 22170 0 3 3 1 339 22 16 0 1 0 4601831 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7227/statm: 3433 821 374 3 0 533 0
[pid=7262] ppid=7227 vsize=5356 CPUtime=0
/proc/7262/stat : 7262 (sh) S 7227 7227 7112 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4602211 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7262/statm: 1339 232 193 169 0 50 0
[pid=7263] ppid=7262 vsize=38084 CPUtime=216.43
/proc/7263/stat : 7263 (minisat) R 7262 7227 7112 0 -1 4194304 9179 0 0 0 21636 7 0 0 25 0 1 0 4602211 38998016 9157 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7263/statm: 9521 9157 75 150 0 9368 0
Current children cumulated CPU time (s) 220.08
Current children cumulated vsize (KiB) 57172

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

/proc/meminfo: memFree=974256/2055920 swapFree=4192956/4192956
[pid=7227] ppid=7225 vsize=13732 CPUtime=3.65
/proc/7227/stat : 7227 (sugar) S 7225 7227 7112 0 -1 4194304 1192 22170 0 3 3 1 339 22 16 0 1 0 4601831 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7227/statm: 3433 821 374 3 0 533 0
[pid=7262] ppid=7227 vsize=5356 CPUtime=0
/proc/7262/stat : 7262 (sh) S 7227 7227 7112 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4602211 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7262/statm: 1339 232 193 169 0 50 0
[pid=7263] ppid=7262 vsize=95448 CPUtime=3128.98
/proc/7263/stat : 7263 (minisat) R 7262 7227 7112 0 -1 4194304 23059 0 0 0 312872 26 0 0 25 0 1 0 4602211 97738752 23013 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7263/statm: 23862 23013 75 150 0 23709 0
Current children cumulated CPU time (s) 3132.63
Current children cumulated vsize (KiB) 114536

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/84 7265
/proc/meminfo: memFree=972528/2055920 swapFree=4192956/4192956
[pid=7227] ppid=7225 vsize=13732 CPUtime=3.65
/proc/7227/stat : 7227 (sugar) S 7225 7227 7112 0 -1 4194304 1192 22170 0 3 3 1 339 22 16 0 1 0 4601831 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7227/statm: 3433 821 374 3 0 533 0
[pid=7262] ppid=7227 vsize=5356 CPUtime=0
/proc/7262/stat : 7262 (sh) S 7227 7227 7112 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4602211 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7262/statm: 1339 232 193 169 0 50 0
[pid=7263] ppid=7262 vsize=97064 CPUtime=3188.42
/proc/7263/stat : 7263 (minisat) R 7262 7227 7112 0 -1 4194304 23480 0 0 0 318815 27 0 0 25 0 1 0 4602211 99393536 23434 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7263/statm: 24266 23434 75 150 0 24113 0
Current children cumulated CPU time (s) 3192.07
Current children cumulated vsize (KiB) 116152

[startup+3282.3 s]
/proc/loadavg: 2.20 2.05 1.96 3/83 7303
/proc/meminfo: memFree=908728/2055920 swapFree=4192956/4192956
[pid=7227] ppid=7225 vsize=13732 CPUtime=3.65
/proc/7227/stat : 7227 (sugar) S 7225 7227 7112 0 -1 4194304 1192 22170 0 3 3 1 339 22 16 0 1 0 4601831 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7227/statm: 3433 821 374 3 0 533 0
[pid=7262] ppid=7227 vsize=5356 CPUtime=0
/proc/7262/stat : 7262 (sh) S 7227 7227 7112 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4602211 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7262/statm: 1339 232 193 169 0 50 0
[pid=7263] ppid=7262 vsize=98864 CPUtime=3248.34
/proc/7263/stat : 7263 (minisat) R 7262 7227 7112 0 -1 4194304 23944 0 0 0 324803 31 0 0 25 0 1 0 4602211 101236736 23898 996147200 134512640 135127466 4294956256 18446744073709551615 134530736 0 0 4096 3 0 0 0 17 0 0 0
/proc/7263/statm: 24716 23898 75 150 0 24563 0
Current children cumulated CPU time (s) 3251.99
Current children cumulated vsize (KiB) 117952

[startup+3342.3 s]
/proc/loadavg: 2.62 2.19 2.02 3/83 7303
/proc/meminfo: memFree=900024/2055920 swapFree=4192956/4192956
[pid=7227] ppid=7225 vsize=13732 CPUtime=3.65
/proc/7227/stat : 7227 (sugar) S 7225 7227 7112 0 -1 4194304 1192 22170 0 3 3 1 339 22 16 0 1 0 4601831 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7227/statm: 3433 821 374 3 0 533 0
[pid=7262] ppid=7227 vsize=5356 CPUtime=0
/proc/7262/stat : 7262 (sh) S 7227 7227 7112 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4602211 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7262/statm: 1339 232 193 169 0 50 0
[pid=7263] ppid=7262 vsize=100448 CPUtime=3308.31
/proc/7263/stat : 7263 (minisat) R 7262 7227 7112 0 -1 4194304 24355 0 0 0 330799 32 0 0 25 0 1 0 4602211 102858752 24309 996147200 134512640 135127466 4294956256 18446744073709551615 134530573 0 0 4096 3 0 0 0 17 0 0 0
/proc/7263/statm: 25112 24309 75 150 0 24959 0
Current children cumulated CPU time (s) 3311.96
Current children cumulated vsize (KiB) 119536

[startup+3402.31 s]
/proc/loadavg: 2.71 2.29 2.06 3/83 7309
/proc/meminfo: memFree=898104/2055920 swapFree=4192956/4192956
[pid=7227] ppid=7225 vsize=13732 CPUtime=3.65
/proc/7227/stat : 7227 (sugar) S 7225 7227 7112 0 -1 4194304 1192 22170 0 3 3 1 339 22 16 0 1 0 4601831 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7227/statm: 3433 821 374 3 0 533 0
[pid=7262] ppid=7227 vsize=5356 CPUtime=0
/proc/7262/stat : 7262 (sh) S 7227 7227 7112 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4602211 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7262/statm: 1339 232 193 169 0 50 0
[pid=7263] ppid=7262 vsize=101868 CPUtime=3368.29
/proc/7263/stat : 7263 (minisat) R 7262 7227 7112 0 -1 4194304 24738 0 0 0 336796 33 0 0 25 0 1 0 4602211 104312832 24692 996147200 134512640 135127466 4294956256 18446744073709551615 134523398 0 0 4096 3 0 0 0 17 0 0 0
/proc/7263/statm: 25467 24692 75 150 0 25314 0
Current children cumulated CPU time (s) 3371.94
Current children cumulated vsize (KiB) 120956

[startup+3462.3 s]
/proc/loadavg: 2.65 2.37 2.10 3/83 7805
/proc/meminfo: memFree=897400/2055920 swapFree=4192956/4192956
[pid=7227] ppid=7225 vsize=13732 CPUtime=3.65
/proc/7227/stat : 7227 (sugar) S 7225 7227 7112 0 -1 4194304 1192 22170 0 3 3 1 339 22 16 0 1 0 4601831 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7227/statm: 3433 821 374 3 0 533 0
[pid=7262] ppid=7227 vsize=5356 CPUtime=0
/proc/7262/stat : 7262 (sh) S 7227 7227 7112 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4602211 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7262/statm: 1339 232 193 169 0 50 0
[pid=7263] ppid=7262 vsize=101868 CPUtime=3425.86
/proc/7263/stat : 7263 (minisat) R 7262 7227 7112 0 -1 4194304 24738 0 0 0 342552 34 0 0 25 0 1 0 4602211 104312832 24692 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/7263/statm: 25467 24692 75 150 0 25314 0
Current children cumulated CPU time (s) 3429.51
Current children cumulated vsize (KiB) 120956

[startup+3522.3 s]
/proc/loadavg: 2.61 2.40 2.12 3/83 7805
/proc/meminfo: memFree=897464/2055920 swapFree=4192956/4192956
[pid=7227] ppid=7225 vsize=13732 CPUtime=3.65
/proc/7227/stat : 7227 (sugar) S 7225 7227 7112 0 -1 4194304 1192 22170 0 3 3 1 339 22 16 0 1 0 4601831 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7227/statm: 3433 821 374 3 0 533 0
[pid=7262] ppid=7227 vsize=5356 CPUtime=0
/proc/7262/stat : 7262 (sh) S 7227 7227 7112 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4602211 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7262/statm: 1339 232 193 169 0 50 0
[pid=7263] ppid=7262 vsize=102032 CPUtime=3485.84
/proc/7263/stat : 7263 (minisat) R 7262 7227 7112 0 -1 4194304 24754 0 0 0 348550 34 0 0 25 0 1 0 4602211 104480768 24708 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7263/statm: 25508 24708 75 150 0 25355 0
Current children cumulated CPU time (s) 3489.49
Current children cumulated vsize (KiB) 121120

[startup+3582.3 s]
/proc/loadavg: 2.62 2.45 2.15 3/83 7805
/proc/meminfo: memFree=897464/2055920 swapFree=4192956/4192956
[pid=7227] ppid=7225 vsize=13732 CPUtime=3.65
/proc/7227/stat : 7227 (sugar) S 7225 7227 7112 0 -1 4194304 1192 22170 0 3 3 1 339 22 16 0 1 0 4601831 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7227/statm: 3433 821 374 3 0 533 0
[pid=7262] ppid=7227 vsize=5356 CPUtime=0
/proc/7262/stat : 7262 (sh) S 7227 7227 7112 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4602211 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7262/statm: 1339 232 193 169 0 50 0
[pid=7263] ppid=7262 vsize=102032 CPUtime=3545.82
/proc/7263/stat : 7263 (minisat) R 7262 7227 7112 0 -1 4194304 24759 0 0 0 354548 34 0 0 25 0 1 0 4602211 104480768 24713 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7263/statm: 25508 24713 75 150 0 25355 0
Current children cumulated CPU time (s) 3549.47
Current children cumulated vsize (KiB) 121120



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3632.9 s]
/proc/loadavg: 2.32 2.39 2.15 3/83 7805
/proc/meminfo: memFree=897464/2055920 swapFree=4192956/4192956
[pid=7227] ppid=7225 vsize=13732 CPUtime=3.65
/proc/7227/stat : 7227 (sugar) S 7225 7227 7112 0 -1 4194304 1192 22170 0 3 3 1 339 22 16 0 1 0 4601831 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7227/statm: 3433 821 374 3 0 533 0
[pid=7262] ppid=7227 vsize=5356 CPUtime=0
/proc/7262/stat : 7262 (sh) S 7227 7227 7112 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4602211 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7262/statm: 1339 232 193 169 0 50 0
[pid=7263] ppid=7262 vsize=102032 CPUtime=3596.4
/proc/7263/stat : 7263 (minisat) R 7262 7227 7112 0 -1 4194304 24759 0 0 0 359606 34 0 0 25 0 1 0 4602211 104480768 24713 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/7263/statm: 25508 24713 75 150 0 25355 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 121120

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

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

[startup+3632.9 s]
/proc/loadavg: 2.32 2.39 2.15 3/83 7805
/proc/meminfo: memFree=897464/2055920 swapFree=4192956/4192956
[pid=7227] ppid=7225 vsize=13732 CPUtime=3.65
/proc/7227/stat : 7227 (sugar) S 7225 7227 7112 0 -1 4194304 1192 22170 0 3 3 1 339 22 16 0 1 0 4601831 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7227/statm: 3433 821 374 3 0 533 0
[pid=7262] ppid=7227 vsize=5356 CPUtime=0
/proc/7262/stat : 7262 (sh) S 7227 7227 7112 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4602211 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7262/statm: 1339 232 193 169 0 50 0
[pid=7263] ppid=7262 vsize=102032 CPUtime=3596.4
/proc/7263/stat : 7263 (minisat) R 7262 7227 7112 0 -1 4194304 24759 0 0 0 359606 34 0 0 25 0 1 0 4602211 104480768 24713 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/7263/statm: 25508 24713 75 150 0 25355 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 121120

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7227 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=429478
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=250961
# CPU time returned by wait4() is 3.68044
# while last known CPU time is 3600.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3632.93
CPU time (s): 3600.05
CPU user time (s): 3599.48
CPU system time (s): 0.57
CPU usage (%): 99.095
Max. virtual memory (cumulated for all children) (KiB): 887292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.42948
system time used= 0.250961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23706
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4202
involuntary context switches= 3955

runsolver used 5.95609 second user time and 10.4714 second system time

The end

Launcher Data (download as text)

Begin job on node25 at 2008-07-23 03:05:14
IDJOB=1127708
IDBENCH=63861
IDSOLVER=368
FILE ID=node25/1127708-1216775114
PBS_JOBID= 7974207
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/cnf/2-40-1100-2000/normalized-cnf-2-40-1800-067529_ext.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1127708-1216775114/watcher-1127708-1216775114 -o /tmp/evaluation-result-1127708-1216775114/solver-1127708-1216775114 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1127708-1216775114.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3b2ecf9bc003ca1f8d7c4c70259b32e2
RANDOM SEED=588296024

node25.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.215
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	: 5931.00
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.215
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:       1083232 kB
Buffers:         35524 kB
Cached:         834060 kB
SwapCached:          0 kB
Active:         191260 kB
Inactive:       703380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1083232 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1336 kB
Writeback:           0 kB
Mapped:          45192 kB
Slab:            63196 kB
Committed_AS:   122096 kB
PageTables:       1956 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= 66556 MiB
End job on node25 at 2008-07-23 04:05:49