Trace number 1127740

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.1 3607.43

General information on the benchmark

Namemaxcsp/cnf/2-40-1100-2000/
normalized-cnf-2-40-1500-890423-ext.xml
MD5SUM7d46cba770fc12207d0c4e58f0b4941d
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints217
Best CPU time to get the best result obtained on this benchmark6.82396
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints650
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension650
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul 23 03:15:54 2008
0.00/0.04	c 0	PID 6356
0.00/0.05	c 0	HOST node16.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1127740-1216775754.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-1127740-1216775754.xml' 'HOME/temp.csp'
0.03/0.52	c 1	1 domains, 40 variables, 0 predicates, 14 relations, 650 constraints
0.03/0.57	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.57	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.65	c 1	Parsing HOME/temp.csp
0.50/0.78	c 1	parsed 705 expressions
0.50/0.79	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.50/0.80	c 1	MAX CSP: 650 constraints
0.50/0.80	c 1	Converting to clausal form CSP
0.50/0.84	c 1	converted 136 (10%) expressions
0.50/0.85	c 1	converted 272 (20%) expressions
0.50/0.86	c 1	converted 408 (30%) expressions
0.50/0.88	c 1	converted 544 (40%) expressions
0.50/0.88	c 1	converted 679 (50%) expressions
0.50/0.90	c 1	converted 815 (60%) expressions
0.50/0.91	c 1	converted 951 (70%) expressions
0.50/0.98	c 1	converted 1087 (80%) expressions
0.50/0.99	c 1	converted 1223 (90%) expressions
1.01/1.11	c 1	converted 1358 (100%) expressions
1.01/1.12	c 1	CSP : 1340 integers, 0 booleans, 1949 clauses, largest domain size 976
1.01/1.12	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.01/1.12	c 1	Propagation in CSP
1.01/1.16	c 1	646 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.01/1.16	c 1	CSP : 1340 integers, 0 booleans, 1949 clauses, largest domain size 651
1.01/1.16	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.01/1.16	c 1	Simplifing CSP by introducing new Boolean variables
1.01/1.17	c 1	CSP : 1340 integers, 0 booleans, 1949 clauses, largest domain size 651
1.01/1.17	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.09/1.20	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.09/1.21	c 1	134 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.09/1.21	c 1	268 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.09/1.21	c 1	402 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.09/1.22	c 1	536 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.09/1.22	c 1	670 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.09/1.23	c 1	804 (60%) CSP integer variables are encoded (1199 clauses, 15034 bytes)
1.09/1.23	c 1	938 (70%) CSP integer variables are encoded (6535 clauses, 84402 bytes)
1.09/1.24	c 1	1072 (80%) CSP integer variables are encoded (8490 clauses, 109817 bytes)
1.09/1.24	c 1	1206 (90%) CSP integer variables are encoded (9406 clauses, 122812 bytes)
1.09/1.24	c 1	1340 (100%) CSP integer variables are encoded (10681 clauses, 141937 bytes)
1.09/1.27	c 1	195 (10%) CSP clauses are encoded (10943 clauses, 144896 bytes)
1.09/1.29	c 1	390 (20%) CSP clauses are encoded (11196 clauses, 147970 bytes)
1.19/1.31	c 1	585 (30%) CSP clauses are encoded (11460 clauses, 151208 bytes)
1.19/1.33	c 1	780 (40%) CSP clauses are encoded (14283 clauses, 198972 bytes)
1.19/1.38	c 2	975 (50%) CSP clauses are encoded (40370 clauses, 671429 bytes)
1.50/1.66	c 2	1170 (60%) CSP clauses are encoded (155745 clauses, 2746409 bytes)
1.99/2.19	c 2	1365 (70%) CSP clauses are encoded (450724 clauses, 8180701 bytes)
2.09/2.21	c 2	1560 (80%) CSP clauses are encoded (459867 clauses, 8343489 bytes)
2.09/2.25	c 2	1755 (90%) CSP clauses are encoded (481458 clauses, 8783021 bytes)
2.28/2.40	c 3	1949 (100%) CSP clauses are encoded (561026 clauses, 10474542 bytes)
2.28/2.40	c 3	1949 CSP clauses encoded
2.28/2.40	c 3	Writing map file : HOME/temp.map
2.28/2.41	c 3	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.28/2.41	c 3	SAT : 12021 SAT variables, 561026 SAT clauses, 10474542 bytes
2.28/2.41	c 3	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.28/2.46	c 3	OBJECTIVE minimize _COST
2.28/2.46	c 3	OBJECTIVE BOUND: 0 <= _COST <= 
2.28/2.46	c 3	SEARCHING: _COST <= 325
2.28/2.46	c 3	SOLVING HOME/temp.cnf
2.28/2.46	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.28/2.46	c 3	This is MiniSat 2.0 beta
2.28/2.46	c 3	WARNING: for repeatability, setting FPU to use double precision
2.28/2.46	c 3	============================[ Problem Statistics ]=============================
2.28/2.46	c 3	|                                                                             |
2.28/2.47	c 3	|  Number of variables:  12021                                                |
2.28/2.47	c 3	|  Number of clauses:    561027                                               |
2.33/2.74	c 3	|  Parsing time:         0.24         s                                       |
2.33/2.94	c 3	============================[ Search Statistics ]==============================
2.33/2.94	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.33/2.94	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.33/2.94	c 3	===============================================================================
2.33/2.94	c 3	|         0 |    8771   358187  1050899 |   119395        0    nan |  0.000 % |
2.33/3.15	c 3	|       102 |    8768   358187  1050899 |   131335      101     21 | 27.177 % |
3.04/3.21	c 3	|       252 |    8768   358187  1050899 |   144468      251     25 | 27.178 % |
3.04/3.29	c 3	|       477 |    8768   358187  1050899 |   158915      476     25 | 27.178 % |
3.23/3.41	c 4	|       815 |    8768   358187  1050899 |   174807      814     26 | 27.178 % |
3.23/3.45	c 4	===============================================================================
3.23/3.45	c 4	restarts              : 5
3.23/3.45	c 4	conflicts             : 875            (937 /sec)
3.23/3.45	c 4	decisions             : 2047           (0.68 % random) (2192 /sec)
3.23/3.45	c 4	propagations          : 482435         (516604 /sec)
3.23/3.45	c 4	conflict literals     : 22818          (20.21 % deleted)
3.23/3.45	c 4	Memory used           : 24.16 MB
3.23/3.45	c 4	CPU time              : 0.933858 s
3.23/3.45	c 4	
3.23/3.46	c 4	SATISFIABLE
3.23/3.46	c 4	FOUND: _COST <= 325
3.23/3.46	s SATISFIABLE
3.23/3.46	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.23/3.46	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.31/3.54	c 4	Decoding HOME/temp.out
3.31/3.65	c 4	OBJECTIVE _COST 325
3.31/3.65	o 325
3.31/3.65	v 0 1 0 0 1 1 1 1 1 1 1 1 0 1 1 1 1 0 0 0 1 0 1 1 1 1 1 1 0 1 1 1 0 0 1 1 1 1 0 1
3.31/3.66	c 4	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.31/3.67	c 4	OBJECTIVE BOUND: 0 <= _COST <= 325
3.31/3.67	c 4	SEARCHING: _COST <= 162
3.31/3.67	c 4	SOLVING HOME/temp.cnf
3.31/3.67	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.31/3.68	c 4	This is MiniSat 2.0 beta
3.31/3.68	c 4	WARNING: for repeatability, setting FPU to use double precision
3.31/3.68	c 4	============================[ Problem Statistics ]=============================
3.31/3.68	c 4	|                                                                             |
3.31/3.68	c 4	|  Number of variables:  12021                                                |
3.31/3.68	c 4	|  Number of clauses:    561027                                               |
3.51/3.96	c 4	|  Parsing time:         0.25         s                                       |
3.51/4.22	c 4	============================[ Search Statistics ]==============================
3.51/4.22	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.51/4.22	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.51/4.22	c 4	===============================================================================
3.51/4.22	c 4	|         0 |    6976   233488   682024 |    77829        0    nan |  0.000 % |
4.12/4.40	c 5	|       101 |    6976   233488   682024 |    85612      101     18 | 41.968 % |
4.22/4.45	c 5	|       251 |    6976   233488   682024 |    94173      250     15 | 42.110 % |
4.31/4.51	c 5	|       476 |    6976   233488   682024 |   103590      475     15 | 42.110 % |
4.41/4.65	c 5	|       815 |    6976   233488   682024 |   113949      812     15 | 42.410 % |
4.61/4.82	c 5	|      1321 |    6975   233488   682024 |   125344     1316     15 | 43.075 % |
4.91/5.11	c 5	|      2080 |    6843   224239   654737 |   137879     2067     15 | 43.217 % |
5.31/5.59	c 6	|      3221 |    6807   221747   647380 |   151667     3206     15 | 43.516 % |
6.00/6.29	c 6	|      4930 |    6707   215309   628410 |   166834     4895     14 | 44.339 % |
7.29/7.51	c 8	|      7493 |    6707   215309   628410 |   183517     7458     14 | 44.339 % |
9.37/9.61	c 10	|     11338 |    6691   213908   624258 |   201869    11301     16 | 44.639 % |
13.43/13.74	c 14	|     17104 |    6655   211620   617517 |   222056    17067     17 | 44.639 % |
19.97/20.39	c 21	|     25753 |    6655   211620   617517 |   244261    25716     17 | 44.639 % |
32.05/32.51	c 33	|     38727 |    6655   211620   617517 |   268687    38690     20 | 44.639 % |
55.23/55.97	c 56	|     58188 |    6655   211620   617517 |   295556    58151     21 | 44.639 % |
93.38/94.40	c 95	|     87380 |    6655   211620   617517 |   325112    87343     22 | 44.639 % |
170.07/171.87	c 172	|    131170 |    6655   211620   617517 |   357623   131133     23 | 44.639 % |
301.86/304.83	c 305	|    196855 |    6655   211620   617517 |   393386   196818     24 | 44.639 % |
554.50/559.46	c 560	|    295381 |    6637   210534   614321 |   432724   295343     24 | 44.788 % |
1161.15/1166.17	c 1166	|    443170 |    6637   210534   614321 |   475997    23178     21 | 44.788 % |
1691.01/1696.09	c 1696	|    664853 |    6637   210534   614321 |   523596   244861     24 | 44.788 % |
3165.73/3173.08	c 3173	|    997378 |    6637   210534   614321 |   575956    70075     21 | 44.788 % |
3600.10/3607.41	c ERROR INTERRUPTED
3600.10/3607.42	c 3608	CPU 3.27 (0.04 0.01 3.23 0.24)
3600.10/3607.42	c 3608	END Wed Jul 23 04:16:02 2008

Verifier Data (download as text)

OK	265	385
265 unsatisfied constraints, 385 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-1127740-1216775754/watcher-1127740-1216775754 -o /tmp/evaluation-result-1127740-1216775754/solver-1127740-1216775754 -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-1127740-1216775754.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.01 2.02 2.00 4/81 6356
/proc/meminfo: memFree=1454632/2055920 swapFree=4192956/4192956
[pid=6356] ppid=6354 vsize=12268 CPUtime=0
/proc/6356/stat : 6356 (sugar) R 6354 6356 5168 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 4666032 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 231962540645 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/6356/statm: 3067 316 241 3 0 167 0

[startup+0.0616059 s]
/proc/loadavg: 2.01 2.02 2.00 4/81 6356
/proc/meminfo: memFree=1454632/2055920 swapFree=4192956/4192956
[pid=6356] ppid=6354 vsize=13600 CPUtime=0.03
/proc/6356/stat : 6356 (sugar) S 6354 6356 5168 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 4666032 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6356/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102476 s]
/proc/loadavg: 2.01 2.02 2.00 4/81 6356
/proc/meminfo: memFree=1454632/2055920 swapFree=4192956/4192956
[pid=6356] ppid=6354 vsize=13600 CPUtime=0.03
/proc/6356/stat : 6356 (sugar) S 6354 6356 5168 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 4666032 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6356/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301441 s]
/proc/loadavg: 2.01 2.02 2.00 4/81 6356
/proc/meminfo: memFree=1454632/2055920 swapFree=4192956/4192956
[pid=6356] ppid=6354 vsize=13600 CPUtime=0.03
/proc/6356/stat : 6356 (sugar) S 6354 6356 5168 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 4666032 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6356/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702365 s]
/proc/loadavg: 2.01 2.02 2.00 4/81 6356
/proc/meminfo: memFree=1454632/2055920 swapFree=4192956/4192956
[pid=6356] ppid=6354 vsize=13600 CPUtime=0.5
/proc/6356/stat : 6356 (sugar) S 6354 6356 5168 0 -1 4194304 974 4531 0 1 3 0 44 3 16 0 1 0 4666032 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6356/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 13600

[startup+1.50122 s]
/proc/loadavg: 2.01 2.02 2.00 3/92 6378
/proc/meminfo: memFree=1441360/2055920 swapFree=4192956/4192956
[pid=6356] ppid=6354 vsize=13600 CPUtime=0.5
/proc/6356/stat : 6356 (sugar) S 6354 6356 5168 0 -1 4194304 974 4531 0 1 3 0 44 3 15 0 1 0 4666032 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6356/statm: 3400 797 370 3 0 500 0
[pid=6369] ppid=6356 vsize=5356 CPUtime=0
/proc/6369/stat : 6369 (sh) S 6356 6356 5168 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4666089 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6369/statm: 1339 233 193 169 0 50 0
[pid=6370] ppid=6369 vsize=868376 CPUtime=0.89
/proc/6370/stat : 6370 (java) S 6369 6356 5168 0 -1 0 6580 0 1 0 85 4 0 0 18 0 9 0 4666090 889217024 5780 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6370/statm: 217094 5780 2563 9 0 211641 0
[pid=6370/tid=6371] ppid=6369 vsize=868376 CPUtime=0.55
/proc/6370/task/6371/stat : 6371 (java) R 6369 6356 5168 0 -1 64 2750 0 1 0 54 1 0 0 24 0 9 0 4666090 889217024 5780 996147200 134512640 134550740 4294955936 18446744073709551615 4126948888 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6370/tid=6372] ppid=6369 vsize=868376 CPUtime=0.07
/proc/6370/task/6372/stat : 6372 (java) S 6369 6356 5168 0 -1 64 1655 0 0 0 6 1 0 0 16 0 9 0 4666092 889217024 5780 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6370/tid=6373] ppid=6369 vsize=868376 CPUtime=0
/proc/6370/task/6373/stat : 6373 (java) S 6369 6356 5168 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4666092 889217024 5780 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6370/tid=6374] ppid=6369 vsize=868376 CPUtime=0
/proc/6370/task/6374/stat : 6374 (java) S 6369 6356 5168 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4666092 889217024 5780 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6370/tid=6375] ppid=6369 vsize=868376 CPUtime=0
/proc/6370/task/6375/stat : 6375 (java) S 6369 6356 5168 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4666094 889217024 5780 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6370/tid=6376] ppid=6369 vsize=868376 CPUtime=0.24
/proc/6370/task/6376/stat : 6376 (java) S 6369 6356 5168 0 -1 64 1482 0 0 0 24 0 0 0 16 0 9 0 4666094 889217024 5780 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6370/tid=6377] ppid=6369 vsize=868376 CPUtime=0
/proc/6370/task/6377/stat : 6377 (java) S 6369 6356 5168 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4666094 889217024 5780 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6370/tid=6378] ppid=6369 vsize=868376 CPUtime=0
/proc/6370/task/6378/stat : 6378 (java) S 6369 6356 5168 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4666094 889217024 5780 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 887332

[startup+3.10194 s]
/proc/loadavg: 2.01 2.02 2.00 3/92 6378
/proc/meminfo: memFree=1431952/2055920 swapFree=4192956/4192956
[pid=6356] ppid=6354 vsize=13732 CPUtime=2.33
/proc/6356/stat : 6356 (sugar) S 6354 6356 5168 0 -1 4194304 1073 11699 0 2 4 1 212 16 15 0 1 0 4666032 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6356/statm: 3433 821 374 3 0 533 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 13732

[startup+6.30136 s]
/proc/loadavg: 2.01 2.02 2.00 3/84 6392
/proc/meminfo: memFree=1417680/2055920 swapFree=4192956/4192956
[pid=6356] ppid=6354 vsize=13732 CPUtime=3.51
/proc/6356/stat : 6356 (sugar) S 6354 6356 5168 0 -1 4194304 1192 21836 0 3 4 1 322 24 15 0 1 0 4666032 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6356/statm: 3433 821 374 3 0 533 0
[pid=6391] ppid=6356 vsize=5356 CPUtime=0
/proc/6391/stat : 6391 (sh) S 6356 6356 5168 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4666399 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6391/statm: 1339 232 193 169 0 50 0
[pid=6392] ppid=6391 vsize=25156 CPUtime=2.59
/proc/6392/stat : 6392 (minisat) R 6391 6356 5168 0 -1 4194304 6048 0 0 0 256 3 0 0 25 0 1 0 4666400 25759744 6034 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6392/statm: 6289 6034 75 150 0 6136 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 44244

[startup+12.7012 s]
/proc/loadavg: 2.01 2.02 2.00 3/84 6392
/proc/meminfo: memFree=1417680/2055920 swapFree=4192956/4192956
[pid=6356] ppid=6354 vsize=13732 CPUtime=3.51
/proc/6356/stat : 6356 (sugar) S 6354 6356 5168 0 -1 4194304 1192 21836 0 3 4 1 322 24 16 0 1 0 4666032 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6356/statm: 3433 821 374 3 0 533 0
[pid=6391] ppid=6356 vsize=5356 CPUtime=0
/proc/6391/stat : 6391 (sh) S 6356 6356 5168 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4666399 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6391/statm: 1339 232 193 169 0 50 0
[pid=6392] ppid=6391 vsize=25156 CPUtime=8.93
/proc/6392/stat : 6392 (minisat) R 6391 6356 5168 0 -1 4194304 6064 0 0 0 890 3 0 0 25 0 1 0 4666400 25759744 6050 996147200 134512640 135127466 4294956256 18446744073709551615 134530949 0 0 4096 3 0 0 0 17 1 0 0
/proc/6392/statm: 6289 6050 75 150 0 6136 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 44244

[startup+25.5029 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 6392
/proc/meminfo: memFree=1417616/2055920 swapFree=4192956/4192956
[pid=6356] ppid=6354 vsize=13732 CPUtime=3.51
/proc/6356/stat : 6356 (sugar) S 6354 6356 5168 0 -1 4194304 1192 21836 0 3 4 1 322 24 16 0 1 0 4666032 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6356/statm: 3433 821 374 3 0 533 0
[pid=6391] ppid=6356 vsize=5356 CPUtime=0
/proc/6391/stat : 6391 (sh) S 6356 6356 5168 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4666399 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6391/statm: 1339 232 193 169 0 50 0
[pid=6392] ppid=6391 vsize=25320 CPUtime=21.61
/proc/6392/stat : 6392 (minisat) R 6391 6356 5168 0 -1 4194304 6105 0 0 0 2158 3 0 0 25 0 1 0 4666400 25927680 6091 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6392/statm: 6330 6091 75 150 0 6177 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 44408

[startup+51.1022 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 6392
/proc/meminfo: memFree=1417552/2055920 swapFree=4192956/4192956
[pid=6356] ppid=6354 vsize=13732 CPUtime=3.51
/proc/6356/stat : 6356 (sugar) S 6354 6356 5168 0 -1 4194304 1192 21836 0 3 4 1 322 24 16 0 1 0 4666032 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6356/statm: 3433 821 374 3 0 533 0
[pid=6391] ppid=6356 vsize=5356 CPUtime=0
/proc/6391/stat : 6391 (sh) S 6356 6356 5168 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4666399 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6391/statm: 1339 232 193 169 0 50 0
[pid=6392] ppid=6391 vsize=25400 CPUtime=46.97
/proc/6392/stat : 6392 (minisat) R 6391 6356 5168 0 -1 4194304 6128 0 0 0 4694 3 0 0 25 0 1 0 4666400 26009600 6114 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6392/statm: 6350 6114 75 150 0 6197 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 44488

[startup+102.308 s]
/proc/loadavg: 2.06 2.03 2.00 3/84 6392
/proc/meminfo: memFree=1413968/2055920 swapFree=4192956/4192956
[pid=6356] ppid=6354 vsize=13732 CPUtime=3.51
/proc/6356/stat : 6356 (sugar) S 6354 6356 5168 0 -1 4194304 1192 21836 0 3 4 1 322 24 16 0 1 0 4666032 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6356/statm: 3433 821 374 3 0 533 0
[pid=6391] ppid=6356 vsize=5356 CPUtime=0
/proc/6391/stat : 6391 (sh) S 6356 6356 5168 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4666399 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6391/statm: 1339 232 193 169 0 50 0
[pid=6392] ppid=6391 vsize=29368 CPUtime=97.7
/proc/6392/stat : 6392 (minisat) R 6391 6356 5168 0 -1 4194304 7046 0 0 0 9766 4 0 0 25 0 1 0 4666400 30072832 7032 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6392/statm: 7342 7032 75 150 0 7189 0
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (KiB) 48456

[startup+162.302 s]
/proc/loadavg: 2.06 2.04 2.00 3/84 6392
/proc/meminfo: memFree=1409360/2055920 swapFree=4192956/4192956
[pid=6356] ppid=6354 vsize=13732 CPUtime=3.51
/proc/6356/stat : 6356 (sugar) S 6354 6356 5168 0 -1 4194304 1192 21836 0 3 4 1 322 24 16 0 1 0 4666032 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6356/statm: 3433 821 374 3 0 533 0
[pid=6391] ppid=6356 vsize=5356 CPUtime=0
/proc/6391/stat : 6391 (sh) S 6356 6356 5168 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4666399 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6391/statm: 1339 232 193 169 0 50 0
[pid=6392] ppid=6391 vsize=33660 CPUtime=157.15
/proc/6392/stat : 6392 (minisat) R 6391 6356 5168 0 -1 4194304 8154 0 0 0 15709 6 0 0 25 0 1 0 4666400 34467840 8140 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6392/statm: 8415 8140 75 150 0 8262 0
Current children cumulated CPU time (s) 160.66
Current children cumulated vsize (KiB) 52748

[startup+222.301 s]
/proc/loadavg: 2.02 2.03 2.00 3/84 6394
/proc/meminfo: memFree=1404752/2055920 swapFree=4192956/4192956
[pid=6356] ppid=6354 vsize=13732 CPUtime=3.51
/proc/6356/stat : 6356 (sugar) S 6354 6356 5168 0 -1 4194304 1192 21836 0 3 4 1 322 24 16 0 1 0 4666032 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6356/statm: 3433 821 374 3 0 533 0
[pid=6391] ppid=6356 vsize=5356 CPUtime=0
/proc/6391/stat : 6391 (sh) S 6356 6356 5168 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4666399 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6391/statm: 1339 232 193 169 0 50 0
[pid=6392] ppid=6391 vsize=38484 CPUtime=216.6
/proc/6392/stat : 6392 (minisat) R 6391 6356 5168 0 -1 4194304 9289 0 0 0 21653 7 0 0 25 0 1 0 4666400 39407616 9275 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6392/statm: 9621 9275 75 150 0 9468 0
Current children cumulated CPU time (s) 220.11
Current children cumulated vsize (KiB) 57572

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

/proc/meminfo: memFree=1260424/2055920 swapFree=4192956/4192956
[pid=6356] ppid=6354 vsize=13732 CPUtime=3.51
/proc/6356/stat : 6356 (sugar) S 6354 6356 5168 0 -1 4194304 1192 21836 0 3 4 1 322 24 16 0 1 0 4666032 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6356/statm: 3433 821 374 3 0 533 0
[pid=6391] ppid=6356 vsize=5356 CPUtime=0
/proc/6391/stat : 6391 (sh) S 6356 6356 5168 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4666399 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6391/statm: 1339 232 193 169 0 50 0
[pid=6392] ppid=6391 vsize=94988 CPUtime=3091.53
/proc/6392/stat : 6392 (minisat) R 6391 6356 5168 0 -1 4194304 22987 0 0 0 309122 31 0 0 25 0 1 0 4666400 97267712 22965 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/6392/statm: 23747 22965 75 150 0 23594 0
Current children cumulated CPU time (s) 3095.04
Current children cumulated vsize (KiB) 114076

[startup+3162.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/77 6973
/proc/meminfo: memFree=1259784/2055920 swapFree=4192956/4192956
[pid=6356] ppid=6354 vsize=13732 CPUtime=3.51
/proc/6356/stat : 6356 (sugar) S 6354 6356 5168 0 -1 4194304 1192 21836 0 3 4 1 322 24 16 0 1 0 4666032 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6356/statm: 3433 821 374 3 0 533 0
[pid=6391] ppid=6356 vsize=5356 CPUtime=0
/proc/6391/stat : 6391 (sh) S 6356 6356 5168 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4666399 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6391/statm: 1339 232 193 169 0 50 0
[pid=6392] ppid=6391 vsize=94988 CPUtime=3151.53
/proc/6392/stat : 6392 (minisat) R 6391 6356 5168 0 -1 4194304 22987 0 0 0 315122 31 0 0 25 0 1 0 4666400 97267712 22965 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6392/statm: 23747 22965 75 150 0 23594 0
Current children cumulated CPU time (s) 3155.04
Current children cumulated vsize (KiB) 114076

[startup+3222.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 6973
/proc/meminfo: memFree=1259592/2055920 swapFree=4192956/4192956
[pid=6356] ppid=6354 vsize=13732 CPUtime=3.51
/proc/6356/stat : 6356 (sugar) S 6354 6356 5168 0 -1 4194304 1192 21836 0 3 4 1 322 24 16 0 1 0 4666032 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6356/statm: 3433 821 374 3 0 533 0
[pid=6391] ppid=6356 vsize=5356 CPUtime=0
/proc/6391/stat : 6391 (sh) S 6356 6356 5168 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4666399 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6391/statm: 1339 232 193 169 0 50 0
[pid=6392] ppid=6391 vsize=95152 CPUtime=3211.52
/proc/6392/stat : 6392 (minisat) R 6391 6356 5168 0 -1 4194304 23050 0 0 0 321121 31 0 0 25 0 1 0 4666400 97435648 23028 996147200 134512640 135127466 4294956256 18446744073709551615 134528023 0 0 4096 3 0 0 0 17 0 0 0
/proc/6392/statm: 23788 23028 75 150 0 23635 0
Current children cumulated CPU time (s) 3215.03
Current children cumulated vsize (KiB) 114240

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 6973
/proc/meminfo: memFree=1259336/2055920 swapFree=4192956/4192956
[pid=6356] ppid=6354 vsize=13732 CPUtime=3.51
/proc/6356/stat : 6356 (sugar) S 6354 6356 5168 0 -1 4194304 1192 21836 0 3 4 1 322 24 16 0 1 0 4666032 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6356/statm: 3433 821 374 3 0 533 0
[pid=6391] ppid=6356 vsize=5356 CPUtime=0
/proc/6391/stat : 6391 (sh) S 6356 6356 5168 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4666399 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6391/statm: 1339 232 193 169 0 50 0
[pid=6392] ppid=6391 vsize=95232 CPUtime=3271.52
/proc/6392/stat : 6392 (minisat) R 6391 6356 5168 0 -1 4194304 23064 0 0 0 327121 31 0 0 25 0 1 0 4666400 97517568 23042 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6392/statm: 23808 23042 75 150 0 23655 0
Current children cumulated CPU time (s) 3275.03
Current children cumulated vsize (KiB) 114320

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 6973
/proc/meminfo: memFree=1259272/2055920 swapFree=4192956/4192956
[pid=6356] ppid=6354 vsize=13732 CPUtime=3.51
/proc/6356/stat : 6356 (sugar) S 6354 6356 5168 0 -1 4194304 1192 21836 0 3 4 1 322 24 16 0 1 0 4666032 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6356/statm: 3433 821 374 3 0 533 0
[pid=6391] ppid=6356 vsize=5356 CPUtime=0
/proc/6391/stat : 6391 (sh) S 6356 6356 5168 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4666399 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6391/statm: 1339 232 193 169 0 50 0
[pid=6392] ppid=6391 vsize=95232 CPUtime=3331.51
/proc/6392/stat : 6392 (minisat) R 6391 6356 5168 0 -1 4194304 23067 0 0 0 333120 31 0 0 25 0 1 0 4666400 97517568 23045 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6392/statm: 23808 23045 75 150 0 23655 0
Current children cumulated CPU time (s) 3335.02
Current children cumulated vsize (KiB) 114320

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 6973
/proc/meminfo: memFree=1259016/2055920 swapFree=4192956/4192956
[pid=6356] ppid=6354 vsize=13732 CPUtime=3.51
/proc/6356/stat : 6356 (sugar) S 6354 6356 5168 0 -1 4194304 1192 21836 0 3 4 1 322 24 16 0 1 0 4666032 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6356/statm: 3433 821 374 3 0 533 0
[pid=6391] ppid=6356 vsize=5356 CPUtime=0
/proc/6391/stat : 6391 (sh) S 6356 6356 5168 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4666399 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6391/statm: 1339 232 193 169 0 50 0
[pid=6392] ppid=6391 vsize=95232 CPUtime=3391.51
/proc/6392/stat : 6392 (minisat) R 6391 6356 5168 0 -1 4194304 23073 0 0 0 339120 31 0 0 25 0 1 0 4666400 97517568 23051 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6392/statm: 23808 23051 75 150 0 23655 0
Current children cumulated CPU time (s) 3395.02
Current children cumulated vsize (KiB) 114320

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 6973
/proc/meminfo: memFree=1258504/2055920 swapFree=4192956/4192956
[pid=6356] ppid=6354 vsize=13732 CPUtime=3.51
/proc/6356/stat : 6356 (sugar) S 6354 6356 5168 0 -1 4194304 1192 21836 0 3 4 1 322 24 16 0 1 0 4666032 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6356/statm: 3433 821 374 3 0 533 0
[pid=6391] ppid=6356 vsize=5356 CPUtime=0
/proc/6391/stat : 6391 (sh) S 6356 6356 5168 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4666399 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6391/statm: 1339 232 193 169 0 50 0
[pid=6392] ppid=6391 vsize=95476 CPUtime=3451.5
/proc/6392/stat : 6392 (minisat) R 6391 6356 5168 0 -1 4194304 23119 0 0 0 345119 31 0 0 25 0 1 0 4666400 97767424 23097 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6392/statm: 23869 23097 75 150 0 23716 0
Current children cumulated CPU time (s) 3455.01
Current children cumulated vsize (KiB) 114564

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 6973
/proc/meminfo: memFree=1258248/2055920 swapFree=4192956/4192956
[pid=6356] ppid=6354 vsize=13732 CPUtime=3.51
/proc/6356/stat : 6356 (sugar) S 6354 6356 5168 0 -1 4194304 1192 21836 0 3 4 1 322 24 16 0 1 0 4666032 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6356/statm: 3433 821 374 3 0 533 0
[pid=6391] ppid=6356 vsize=5356 CPUtime=0
/proc/6391/stat : 6391 (sh) S 6356 6356 5168 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4666399 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6391/statm: 1339 232 193 169 0 50 0
[pid=6392] ppid=6391 vsize=95476 CPUtime=3511.49
/proc/6392/stat : 6392 (minisat) R 6391 6356 5168 0 -1 4194304 23125 0 0 0 351118 31 0 0 25 0 1 0 4666400 97767424 23103 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/6392/statm: 23869 23103 75 150 0 23716 0
Current children cumulated CPU time (s) 3515
Current children cumulated vsize (KiB) 114564

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 6973
/proc/meminfo: memFree=1258056/2055920 swapFree=4192956/4192956
[pid=6356] ppid=6354 vsize=13732 CPUtime=3.51
/proc/6356/stat : 6356 (sugar) S 6354 6356 5168 0 -1 4194304 1192 21836 0 3 4 1 322 24 16 0 1 0 4666032 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6356/statm: 3433 821 374 3 0 533 0
[pid=6391] ppid=6356 vsize=5356 CPUtime=0
/proc/6391/stat : 6391 (sh) S 6356 6356 5168 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4666399 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6391/statm: 1339 232 193 169 0 50 0
[pid=6392] ppid=6391 vsize=95476 CPUtime=3571.48
/proc/6392/stat : 6392 (minisat) R 6391 6356 5168 0 -1 4194304 23128 0 0 0 357117 31 0 0 25 0 1 0 4666400 97767424 23106 996147200 134512640 135127466 4294956256 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 0 0 0
/proc/6392/statm: 23869 23106 75 150 0 23716 0
Current children cumulated CPU time (s) 3574.99
Current children cumulated vsize (KiB) 114564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3607.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 6973
/proc/meminfo: memFree=1258056/2055920 swapFree=4192956/4192956
[pid=6356] ppid=6354 vsize=13732 CPUtime=3.51
/proc/6356/stat : 6356 (sugar) S 6354 6356 5168 0 -1 4194304 1192 21836 0 3 4 1 322 24 16 0 1 0 4666032 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6356/statm: 3433 821 374 3 0 533 0
[pid=6391] ppid=6356 vsize=5356 CPUtime=0
/proc/6391/stat : 6391 (sh) S 6356 6356 5168 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4666399 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6391/statm: 1339 232 193 169 0 50 0
[pid=6392] ppid=6391 vsize=95476 CPUtime=3596.59
/proc/6392/stat : 6392 (minisat) R 6391 6356 5168 0 -1 4194304 23128 0 0 0 359628 31 0 0 25 0 1 0 4666400 97767424 23106 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 0 0 0
/proc/6392/statm: 23869 23106 75 150 0 23716 0
Current children cumulated CPU time (s) 3600.1
Current children cumulated vsize (KiB) 114564

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 6356 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=276501
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=258960
# CPU time returned by wait4() is 3.53546
# while last known CPU time is 3600.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3607.43
CPU time (s): 3600.1
CPU user time (s): 3599.54
CPU system time (s): 0.56
CPU usage (%): 99.7968
Max. virtual memory (cumulated for all children) (KiB): 887332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.2765
system time used= 0.25896
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23370
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= 4108
involuntary context switches= 4043

runsolver used 4.38833 second user time and 12.0282 second system time

The end

Launcher Data (download as text)

Begin job on node16 at 2008-07-23 03:15:54
IDJOB=1127740
IDBENCH=63893
IDSOLVER=368
FILE ID=node16/1127740-1216775754
PBS_JOBID= 7974064
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/cnf/2-40-1100-2000/normalized-cnf-2-40-1500-890423-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-1127740-1216775754/watcher-1127740-1216775754 -o /tmp/evaluation-result-1127740-1216775754/solver-1127740-1216775754 -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-1127740-1216775754.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7d46cba770fc12207d0c4e58f0b4941d
RANDOM SEED=828420672

node16.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.265
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.265
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:       1455112 kB
Buffers:         43976 kB
Cached:         459700 kB
SwapCached:          0 kB
Active:         308032 kB
Inactive:       224380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1455112 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1352 kB
Writeback:           0 kB
Mapped:          48912 kB
Slab:            53404 kB
Committed_AS:   147080 kB
PageTables:       1988 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= 66524 MiB
End job on node16 at 2008-07-23 04:16:04