Trace number 2059488

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

General information on the benchmark

Namecsp/BH-4-13/
normalized-BlackHole-4-13-m-0_ext.xml
MD5SUM21dd036e5a9331eebc43fa8d5cad385e
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 benchmark0.171973
Satisfiable
(Un)Satisfiability was proved
Number of variables208
Number of constraints4217
Maximum constraint arity2
Maximum domain size52
Number of constraints which are defined in extension4217
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.05/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.08	c 0	BEGIN Sat Jul 11 16:52:14 2009
0.05/0.08	c 0	PID 12226
0.05/0.08	c 0	HOST node47.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2059488-1247323934.xml TO HOME/temp.csp
0.05/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-2059488-1247323934.xml' 'HOME/temp.csp'
0.06/0.75	c 0	4 domains, 208 variables, 0 predicates, 8 relations, 4217 constraints
0.06/0.77	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.77	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.72/0.86	c 1	Parsing HOME/temp.csp
0.72/0.98	c 1	parsed 4437 expressions
0.72/0.98	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.72/0.98	c 1	Converting to clausal form CSP
0.92/1.06	c 1	converted 444 (10%) expressions
1.12/1.22	c 1	converted 888 (20%) expressions
1.21/1.38	c 1	converted 1332 (30%) expressions
1.51/1.64	c 1	converted 1775 (40%) expressions
1.60/1.75	c 1	converted 2219 (50%) expressions
1.90/2.04	c 2	converted 2663 (60%) expressions
2.01/2.16	c 2	converted 3106 (70%) expressions
2.10/2.28	c 2	converted 3550 (80%) expressions
2.20/2.38	c 2	converted 3994 (90%) expressions
2.59/2.77	c 2	converted 4437 (100%) expressions
2.59/2.77	c 2	CSP : 208 integers, 0 booleans, 4217 clauses, largest domain size 52
2.59/2.77	c 2	Heap : 43 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.59/2.77	c 2	Propagation in CSP
2.59/2.77	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.59/2.77	c 2	CSP : 208 integers, 0 booleans, 4217 clauses, largest domain size 52
2.59/2.77	c 2	Heap : 44 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.59/2.78	c 2	Simplifing CSP by introducing new Boolean variables
2.59/2.78	c 2	CSP : 208 integers, 0 booleans, 4217 clauses, largest domain size 52
2.59/2.78	c 2	Heap : 44 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.89/3.03	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.89/3.05	c 3	21 (10%) CSP integer variables are encoded (677 clauses, 7301 bytes)
2.89/3.06	c 3	42 (20%) CSP integer variables are encoded (1454 clauses, 16811 bytes)
2.89/3.06	c 3	63 (30%) CSP integer variables are encoded (2231 clauses, 26912 bytes)
2.89/3.06	c 3	84 (40%) CSP integer variables are encoded (3008 clauses, 37013 bytes)
2.89/3.06	c 3	104 (50%) CSP integer variables are encoded (3774 clauses, 46971 bytes)
2.89/3.06	c 3	125 (60%) CSP integer variables are encoded (4551 clauses, 57072 bytes)
2.89/3.06	c 3	146 (70%) CSP integer variables are encoded (5328 clauses, 67173 bytes)
2.89/3.06	c 3	167 (80%) CSP integer variables are encoded (5936 clauses, 75077 bytes)
2.89/3.06	c 3	188 (90%) CSP integer variables are encoded (6440 clauses, 81629 bytes)
2.89/3.07	c 3	208 (100%) CSP integer variables are encoded (6920 clauses, 87869 bytes)
3.09/3.25	c 3	422 (10%) CSP clauses are encoded (13224 clauses, 209294 bytes)
3.30/3.45	c 3	844 (20%) CSP clauses are encoded (22163 clauses, 392099 bytes)
3.49/3.65	c 3	1266 (30%) CSP clauses are encoded (30958 clauses, 572616 bytes)
3.69/3.84	c 4	1687 (40%) CSP clauses are encoded (39221 clauses, 752204 bytes)
3.89/4.03	c 4	2109 (50%) CSP clauses are encoded (48513 clauses, 961183 bytes)
4.08/4.22	c 4	2531 (60%) CSP clauses are encoded (57373 clauses, 1159260 bytes)
4.30/4.42	c 4	2952 (70%) CSP clauses are encoded (66085 clauses, 1354074 bytes)
4.49/4.61	c 4	3374 (80%) CSP clauses are encoded (75171 clauses, 1556404 bytes)
4.68/4.80	c 4	3796 (90%) CSP clauses are encoded (84370 clauses, 1759659 bytes)
4.78/5.00	c 5	4217 (100%) CSP clauses are encoded (94369 clauses, 1974251 bytes)
4.78/5.00	c 5	4217 CSP clauses encoded
4.78/5.00	c 5	Writing map file : HOME/temp.map
4.88/5.00	c 5	Heap : 44 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.88/5.00	c 5	SAT : 7126 SAT variables, 94369 SAT clauses, 1974251 bytes
4.88/5.00	c 5	Heap : 44 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.88/5.02	c 5	SOLVING HOME/temp.cnf
4.88/5.02	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.88/5.02	c 5	This is MiniSat 2.0 beta
4.88/5.02	c 5	WARNING: for repeatability, setting FPU to use double precision
4.88/5.02	c 5	============================[ Problem Statistics ]=============================
4.88/5.02	c 5	|                                                                             |
4.88/5.02	c 5	|  Number of variables:  7126                                                 |
4.88/5.03	c 5	|  Number of clauses:    94369                                                |
4.88/5.08	c 5	|  Parsing time:         0.05         s                                       |
4.88/5.08	c 5	============================[ Search Statistics ]==============================
4.88/5.08	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.88/5.08	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.88/5.08	c 5	===============================================================================
4.88/5.08	c 5	|         0 |    6934    87328   308916 |    29109        0    nan |  0.000 % |
4.88/5.09	c 5	|       100 |    6934    87328   308916 |    32020      100      5 |  2.695 % |
4.92/5.11	c 5	|       250 |    6934    87328   308916 |    35222      250      6 |  2.694 % |
4.92/5.13	c 5	|       476 |    6934    87328   308916 |    38744      476     10 |  2.695 % |
4.92/5.17	c 5	|       813 |    6934    87328   308916 |    42618      813     12 |  2.695 % |
4.92/5.24	c 5	|      1319 |    6934    87328   308916 |    46880     1319     13 |  2.695 % |
4.92/5.33	c 5	|      2078 |    6934    87328   308916 |    51568     2078     16 |  2.695 % |
5.28/5.49	c 5	|      3217 |    6934    87328   308916 |    56725     3217     16 |  2.695 % |
5.57/5.70	c 5	|      4925 |    6934    87328   308916 |    62398     4925     16 |  2.694 % |
5.87/6.05	c 6	|      7487 |    6934    87328   308916 |    68638     7487     17 |  2.695 % |
6.37/6.56	c 6	|     11332 |    6934    87328   308916 |    75502    11332     20 |  2.695 % |
7.36/7.50	c 7	|     17098 |    6934    87328   308916 |    83052    17098     20 |  2.695 % |
8.74/8.96	c 9	|     25747 |    6929    87260   308774 |    91357    25745     23 |  2.765 % |
11.12/11.33	c 11	|     38721 |    6929    87260   308774 |   100493    38719     26 |  2.765 % |
16.28/16.57	c 16	|     58183 |    6924    87193   308634 |   110542    58179     33 |  2.835 % |
25.78/26.19	c 26	|     87375 |    6924    87193   308634 |   121596    87371     35 |  2.835 % |
43.42/43.92	c 44	|    131165 |    6924    87193   308634 |   133756    26173     35 |  2.835 % |
63.42/64.16	c 64	|    196849 |    6924    87193   308634 |   147132    91857     42 |  2.835 % |
104.54/105.69	c 105	|    295377 |    6920    87130   308502 |   161845    57856     45 |  2.891 % |
172.59/174.33	c 174	|    443167 |    6915    87065   308366 |   178030    59089     63 |  2.961 % |
316.04/319.12	c 319	|    664850 |    6910    87001   308232 |   195833   120063     51 |  3.031 % |
481.07/485.70	c 485	|    997375 |    6910    87001   308232 |   215416    89129     68 |  3.031 % |
824.81/832.78	c 832	|   1496163 |    6910    87001   308232 |   236957   191977     56 |  3.031 % |
1556.51/1568.31	c 1568	|   2244345 |    6910    87001   308232 |   260653    59637     56 |  3.031 % |
1800.10/1812.01	c ERROR INTERRUPTED
1800.10/1812.02	s UNKNOWN
1800.10/1812.02	c 1812	CPU 4.92 (0.06 0.02 4.67 0.17)
1800.10/1812.02	c 1812	END Sat Jul 11 17:22:26 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-2059488-1247323934/watcher-2059488-1247323934 -o /tmp/evaluation-result-2059488-1247323934/solver-2059488-1247323934 -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-2059488-1247323934.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: 1.19 1.71 1.87 4/72 12226
/proc/meminfo: memFree=756392/2055920 swapFree=4192956/4192956
[pid=12226] ppid=12224 vsize=12000 CPUtime=0
/proc/12226/stat : 12226 (sugar) R 12224 12226 11323 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 19457075 12288000 174 996147200 4194304 4206940 548682068608 18446744073709551615 208735446080 0 0 4224 0 0 0 0 17 1 0 0
/proc/12226/statm: 3000 174 135 3 0 100 0

[startup+0.06926 s]
/proc/loadavg: 1.19 1.71 1.87 4/72 12226
/proc/meminfo: memFree=756392/2055920 swapFree=4192956/4192956
[pid=12226] ppid=12224 vsize=16344 CPUtime=0.05
/proc/12226/stat : 12226 (sugar) R 12224 12226 11323 0 -1 4194304 992 0 0 0 4 1 0 0 18 0 1 0 19457075 16736256 960 996147200 4194304 4206940 548682068608 18446744073709551615 208735528172 0 0 4224 0 0 0 0 17 1 0 0
/proc/12226/statm: 4086 960 380 3 0 665 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16344

[startup+0.101263 s]
/proc/loadavg: 1.19 1.71 1.87 4/72 12226
/proc/meminfo: memFree=756392/2055920 swapFree=4192956/4192956
[pid=12226] ppid=12224 vsize=16868 CPUtime=0.06
/proc/12226/stat : 12226 (sugar) S 12224 12226 11323 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 19457075 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12226/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301282 s]
/proc/loadavg: 1.19 1.71 1.87 4/72 12226
/proc/meminfo: memFree=756392/2055920 swapFree=4192956/4192956
[pid=12226] ppid=12224 vsize=16868 CPUtime=0.06
/proc/12226/stat : 12226 (sugar) S 12224 12226 11323 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 19457075 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12226/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701332 s]
/proc/loadavg: 1.19 1.71 1.87 4/72 12226
/proc/meminfo: memFree=756392/2055920 swapFree=4192956/4192956
[pid=12226] ppid=12224 vsize=16868 CPUtime=0.06
/proc/12226/stat : 12226 (sugar) S 12224 12226 11323 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 19457075 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12226/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50242 s]
/proc/loadavg: 1.19 1.71 1.87 3/83 12248
/proc/meminfo: memFree=746384/2055920 swapFree=4192956/4192956
[pid=12226] ppid=12224 vsize=16868 CPUtime=0.72
/proc/12226/stat : 12226 (sugar) S 12224 12226 11323 0 -1 4194304 1309 5411 0 1 5 1 62 4 16 0 1 0 19457075 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12226/statm: 4217 1111 409 3 0 796 0
[pid=12239] ppid=12226 vsize=5356 CPUtime=0
/proc/12239/stat : 12239 (sh) S 12226 12226 11323 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19457153 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12239/statm: 1339 233 193 169 0 50 0
[pid=12240] ppid=12239 vsize=864336 CPUtime=0.69
/proc/12240/stat : 12240 (java) S 12239 12226 11323 0 -1 0 8327 0 1 0 65 4 0 0 18 0 9 0 19457153 885080064 7599 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12240/statm: 216084 7599 2566 9 0 210589 0
[pid=12240/tid=12241] ppid=12239 vsize=864336 CPUtime=0.32
/proc/12240/task/12241/stat : 12241 (java) R 12239 12226 11323 0 -1 64 2664 0 1 0 31 1 0 0 20 0 9 0 19457154 885080064 7599 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12240/tid=12242] ppid=12239 vsize=864336 CPUtime=0.29
/proc/12240/task/12242/stat : 12242 (java) R 12239 12226 11323 0 -1 64 4643 0 0 0 28 1 0 0 16 0 9 0 19457156 885080064 7599 996147200 134512640 134550932 4294955936 18446744073709551615 103733279 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12240/tid=12243] ppid=12239 vsize=864336 CPUtime=0
/proc/12240/task/12243/stat : 12243 (java) S 12239 12226 11323 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19457156 885080064 7599 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12240/tid=12244] ppid=12239 vsize=864336 CPUtime=0
/proc/12240/task/12244/stat : 12244 (java) S 12239 12226 11323 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19457156 885080064 7599 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12240/tid=12245] ppid=12239 vsize=864336 CPUtime=0
/proc/12240/task/12245/stat : 12245 (java) S 12239 12226 11323 0 -1 64 1 0 0 0 0 0 0 0 17 0 9 0 19457159 885080064 7599 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12240/tid=12246] ppid=12239 vsize=864336 CPUtime=0.05
/proc/12240/task/12246/stat : 12246 (java) S 12239 12226 11323 0 -1 64 320 0 0 0 5 0 0 0 16 0 9 0 19457159 885080064 7599 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12240/tid=12247] ppid=12239 vsize=864336 CPUtime=0
/proc/12240/task/12247/stat : 12247 (java) S 12239 12226 11323 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19457159 885080064 7599 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12240/tid=12248] ppid=12239 vsize=864336 CPUtime=0
/proc/12240/task/12248/stat : 12248 (java) S 12239 12226 11323 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19457159 885080064 7599 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 886560

[startup+3.1026 s]
/proc/loadavg: 1.33 1.73 1.88 4/83 12248
/proc/meminfo: memFree=713168/2055920 swapFree=4192956/4192956
[pid=12226] ppid=12224 vsize=16868 CPUtime=0.73
/proc/12226/stat : 12226 (sugar) S 12224 12226 11323 0 -1 4194304 1310 5411 0 1 5 2 62 4 15 0 1 0 19457075 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12226/statm: 4217 1111 409 3 0 796 0
[pid=12239] ppid=12226 vsize=5356 CPUtime=0
/proc/12239/stat : 12239 (sh) S 12226 12226 11323 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19457153 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12239/statm: 1339 233 193 169 0 50 0
[pid=12240] ppid=12239 vsize=868672 CPUtime=2.27
/proc/12240/stat : 12240 (java) S 12239 12226 11323 0 -1 0 18264 0 1 0 219 8 0 0 18 0 9 0 19457153 889520128 17471 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12240/statm: 217168 17471 2591 9 0 211645 0
[pid=12240/tid=12241] ppid=12239 vsize=868672 CPUtime=0.72
/proc/12240/task/12241/stat : 12241 (java) R 12239 12226 11323 0 -1 64 3326 0 1 0 70 2 0 0 18 0 9 0 19457154 889520128 17471 996147200 134512640 134550932 4294955936 18446744073709551615 4125977358 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12240/tid=12242] ppid=12239 vsize=868672 CPUtime=1.37
/proc/12240/task/12242/stat : 12242 (java) S 12239 12226 11323 0 -1 64 12774 0 0 0 133 4 0 0 17 0 9 0 19457156 889520128 17471 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12240/tid=12243] ppid=12239 vsize=868672 CPUtime=0
/proc/12240/task/12243/stat : 12243 (java) S 12239 12226 11323 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19457156 889520128 17471 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12240/tid=12244] ppid=12239 vsize=868672 CPUtime=0
/proc/12240/task/12244/stat : 12244 (java) S 12239 12226 11323 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19457156 889520128 17471 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12240/tid=12245] ppid=12239 vsize=868672 CPUtime=0
/proc/12240/task/12245/stat : 12245 (java) S 12239 12226 11323 0 -1 64 1 0 0 0 0 0 0 0 17 0 9 0 19457159 889520128 17471 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12240/tid=12246] ppid=12239 vsize=868672 CPUtime=0.14
/proc/12240/task/12246/stat : 12246 (java) S 12239 12226 11323 0 -1 64 1464 0 0 0 14 0 0 0 16 0 9 0 19457159 889520128 17471 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12240/tid=12247] ppid=12239 vsize=868672 CPUtime=0
/proc/12240/task/12247/stat : 12247 (java) S 12239 12226 11323 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19457159 889520128 17471 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12240/tid=12248] ppid=12239 vsize=868672 CPUtime=0
/proc/12240/task/12248/stat : 12248 (java) S 12239 12226 11323 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19457159 889520128 17471 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890896

[startup+6.30196 s]
/proc/loadavg: 1.33 1.73 1.88 3/75 12250
/proc/meminfo: memFree=744464/2055920 swapFree=4192956/4192956
[pid=12226] ppid=12224 vsize=16868 CPUtime=4.92
/proc/12226/stat : 12226 (sugar) S 12224 12226 11323 0 -1 4194304 1376 24194 0 2 6 2 467 17 15 0 1 0 19457075 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12226/statm: 4217 1113 409 3 0 796 0
[pid=12249] ppid=12226 vsize=5356 CPUtime=0
/proc/12249/stat : 12249 (sh) S 12226 12226 11323 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19457578 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12249/statm: 1339 232 193 169 0 50 0
[pid=12250] ppid=12249 vsize=7636 CPUtime=1.25
/proc/12250/stat : 12250 (minisat) R 12249 12226 11323 0 -1 4194304 1805 0 0 0 125 0 0 0 25 0 1 0 19457578 7819264 1791 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 1 0 0
/proc/12250/statm: 1909 1791 76 150 0 1756 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 29860

[startup+12.7027 s]
/proc/loadavg: 1.39 1.73 1.88 3/75 12250
/proc/meminfo: memFree=738960/2055920 swapFree=4192956/4192956
[pid=12226] ppid=12224 vsize=16868 CPUtime=4.92
/proc/12226/stat : 12226 (sugar) S 12224 12226 11323 0 -1 4194304 1376 24194 0 2 6 2 467 17 16 0 1 0 19457075 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12226/statm: 4217 1113 409 3 0 796 0
[pid=12249] ppid=12226 vsize=5356 CPUtime=0
/proc/12249/stat : 12249 (sh) S 12226 12226 11323 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19457578 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12249/statm: 1339 232 193 169 0 50 0
[pid=12250] ppid=12249 vsize=12900 CPUtime=7.59
/proc/12250/stat : 12250 (minisat) R 12249 12226 11323 0 -1 4194304 3126 0 0 0 757 2 0 0 25 0 1 0 19457578 13209600 3112 996147200 134512640 135127466 4294956256 18446744073709551615 134530573 0 0 4096 3 0 0 0 17 1 0 0
/proc/12250/statm: 3225 3112 76 150 0 3072 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 35124

[startup+25.5011 s]
/proc/loadavg: 1.52 1.74 1.88 3/75 12250
/proc/meminfo: memFree=730192/2055920 swapFree=4192956/4192956
[pid=12226] ppid=12224 vsize=16868 CPUtime=4.92
/proc/12226/stat : 12226 (sugar) S 12224 12226 11323 0 -1 4194304 1376 24194 0 2 6 2 467 17 16 0 1 0 19457075 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12226/statm: 4217 1113 409 3 0 796 0
[pid=12249] ppid=12226 vsize=5356 CPUtime=0
/proc/12249/stat : 12249 (sh) S 12226 12226 11323 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19457578 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12249/statm: 1339 232 193 169 0 50 0
[pid=12250] ppid=12249 vsize=21472 CPUtime=20.26
/proc/12250/stat : 12250 (minisat) R 12249 12226 11323 0 -1 4194304 5255 0 0 0 2022 4 0 0 25 0 1 0 19457578 21987328 5241 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12250/statm: 5368 5241 76 150 0 5215 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 43696

[startup+51.101 s]
/proc/loadavg: 1.68 1.76 1.88 3/75 12250
/proc/meminfo: memFree=722960/2055920 swapFree=4192956/4192956
[pid=12226] ppid=12224 vsize=16868 CPUtime=4.92
/proc/12226/stat : 12226 (sugar) S 12224 12226 11323 0 -1 4194304 1376 24194 0 2 6 2 467 17 16 0 1 0 19457075 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12226/statm: 4217 1113 409 3 0 796 0
[pid=12249] ppid=12226 vsize=5356 CPUtime=0
/proc/12249/stat : 12249 (sh) S 12226 12226 11323 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19457578 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12249/statm: 1339 232 193 169 0 50 0
[pid=12250] ppid=12249 vsize=28532 CPUtime=45.62
/proc/12250/stat : 12250 (minisat) R 12249 12226 11323 0 -1 4194304 7013 0 0 0 4556 6 0 0 25 0 1 0 19457578 29216768 6999 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/12250/statm: 7133 6999 76 150 0 6980 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 50756

[startup+102.307 s]
/proc/loadavg: 1.87 1.80 1.89 3/75 12250
/proc/meminfo: memFree=711568/2055920 swapFree=4192956/4192956
[pid=12226] ppid=12224 vsize=16868 CPUtime=4.92
/proc/12226/stat : 12226 (sugar) S 12224 12226 11323 0 -1 4194304 1376 24194 0 2 6 2 467 17 16 0 1 0 19457075 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12226/statm: 4217 1113 409 3 0 796 0
[pid=12249] ppid=12226 vsize=5356 CPUtime=0
/proc/12249/stat : 12249 (sh) S 12226 12226 11323 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19457578 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12249/statm: 1339 232 193 169 0 50 0
[pid=12250] ppid=12249 vsize=39904 CPUtime=96.35
/proc/12250/stat : 12250 (minisat) R 12249 12226 11323 0 -1 4194304 9823 0 0 0 9625 10 0 0 25 0 1 0 19457578 40861696 9809 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12250/statm: 9976 9809 76 150 0 9823 0
Current children cumulated CPU time (s) 101.27
Current children cumulated vsize (KiB) 62128

[startup+162.301 s]
/proc/loadavg: 1.95 1.83 1.90 3/75 12250
/proc/meminfo: memFree=705104/2055920 swapFree=4192956/4192956
[pid=12226] ppid=12224 vsize=16868 CPUtime=4.92
/proc/12226/stat : 12226 (sugar) S 12224 12226 11323 0 -1 4194304 1376 24194 0 2 6 2 467 17 16 0 1 0 19457075 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12226/statm: 4217 1113 409 3 0 796 0
[pid=12249] ppid=12226 vsize=5356 CPUtime=0
/proc/12249/stat : 12249 (sh) S 12226 12226 11323 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19457578 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/meminfo: memFree=644288/2055920 swapFree=4192956/4192956
[pid=12226] ppid=12224 vsize=16868 CPUtime=4.92
/proc/12226/stat : 12226 (sugar) S 12224 12226 11323 0 -1 4194304 1376 24194 0 2 6 2 467 17 16 0 1 0 19457075 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12226/statm: 4217 1113 409 3 0 796 0
[pid=12249] ppid=12226 vsize=5356 CPUtime=0
/proc/12249/stat : 12249 (sh) S 12226 12226 11323 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19457578 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12249/statm: 1339 232 193 169 0 50 0
[pid=12250] ppid=12249 vsize=95396 CPUtime=1285.71
/proc/12250/stat : 12250 (minisat) R 12249 12226 11323 0 -1 4194304 23594 0 0 0 128544 27 0 0 25 0 1 0 19457578 97685504 23580 996147200 134512640 135127466 4294956256 18446744073709551615 134530757 0 0 4096 3 0 0 0 17 0 0 0
/proc/12250/statm: 23849 23580 76 150 0 23696 0
Current children cumulated CPU time (s) 1290.63
Current children cumulated vsize (KiB) 117620

[startup+1362.3 s]
/proc/loadavg: 1.23 1.73 1.84 2/85 12297
/proc/meminfo: memFree=635392/2055920 swapFree=4192956/4192956
[pid=12226] ppid=12224 vsize=16868 CPUtime=4.92
/proc/12226/stat : 12226 (sugar) S 12224 12226 11323 0 -1 4194304 1376 24194 0 2 6 2 467 17 16 0 1 0 19457075 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12226/statm: 4217 1113 409 3 0 796 0
[pid=12249] ppid=12226 vsize=5356 CPUtime=0
/proc/12249/stat : 12249 (sh) S 12226 12226 11323 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19457578 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12249/statm: 1339 232 193 169 0 50 0
[pid=12250] ppid=12249 vsize=104508 CPUtime=1345.69
/proc/12250/stat : 12250 (minisat) R 12249 12226 11323 0 -1 4194304 25853 0 0 0 134539 30 0 0 25 0 1 0 19457578 107016192 25839 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12250/statm: 26127 25839 76 150 0 25974 0
Current children cumulated CPU time (s) 1350.61
Current children cumulated vsize (KiB) 126732

[startup+1422.31 s]
/proc/loadavg: 1.12 1.60 1.78 2/85 12297
/proc/meminfo: memFree=634816/2055920 swapFree=4192956/4192956
[pid=12226] ppid=12224 vsize=16868 CPUtime=4.92
/proc/12226/stat : 12226 (sugar) S 12224 12226 11323 0 -1 4194304 1376 24194 0 2 6 2 467 17 16 0 1 0 19457075 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12226/statm: 4217 1113 409 3 0 796 0
[pid=12249] ppid=12226 vsize=5356 CPUtime=0
/proc/12249/stat : 12249 (sh) S 12226 12226 11323 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19457578 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12249/statm: 1339 232 193 169 0 50 0
[pid=12250] ppid=12249 vsize=104640 CPUtime=1405.66
/proc/12250/stat : 12250 (minisat) R 12249 12226 11323 0 -1 4194304 25864 0 0 0 140536 30 0 0 25 0 1 0 19457578 107151360 25850 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12250/statm: 26160 25850 76 150 0 26007 0
Current children cumulated CPU time (s) 1410.58
Current children cumulated vsize (KiB) 126864

[startup+1482.3 s]
/proc/loadavg: 1.20 1.54 1.75 2/85 12297
/proc/meminfo: memFree=634880/2055920 swapFree=4192956/4192956
[pid=12226] ppid=12224 vsize=16868 CPUtime=4.92
/proc/12226/stat : 12226 (sugar) S 12224 12226 11323 0 -1 4194304 1376 24194 0 2 6 2 467 17 16 0 1 0 19457075 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12226/statm: 4217 1113 409 3 0 796 0
[pid=12249] ppid=12226 vsize=5356 CPUtime=0
/proc/12249/stat : 12249 (sh) S 12226 12226 11323 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19457578 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12249/statm: 1339 232 193 169 0 50 0
[pid=12250] ppid=12249 vsize=104640 CPUtime=1465.63
/proc/12250/stat : 12250 (minisat) R 12249 12226 11323 0 -1 4194304 25865 0 0 0 146533 30 0 0 25 0 1 0 19457578 107151360 25851 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 0 0 0
/proc/12250/statm: 26160 25851 76 150 0 26007 0
Current children cumulated CPU time (s) 1470.55
Current children cumulated vsize (KiB) 126864

[startup+1542.3 s]
/proc/loadavg: 1.14 1.46 1.71 2/85 12297
/proc/meminfo: memFree=634880/2055920 swapFree=4192956/4192956
[pid=12226] ppid=12224 vsize=16868 CPUtime=4.92
/proc/12226/stat : 12226 (sugar) S 12224 12226 11323 0 -1 4194304 1376 24194 0 2 6 2 467 17 16 0 1 0 19457075 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12226/statm: 4217 1113 409 3 0 796 0
[pid=12249] ppid=12226 vsize=5356 CPUtime=0
/proc/12249/stat : 12249 (sh) S 12226 12226 11323 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19457578 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12249/statm: 1339 232 193 169 0 50 0
[pid=12250] ppid=12249 vsize=104640 CPUtime=1525.6
/proc/12250/stat : 12250 (minisat) R 12249 12226 11323 0 -1 4194304 25866 0 0 0 152530 30 0 0 25 0 1 0 19457578 107151360 25852 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12250/statm: 26160 25852 76 150 0 26007 0
Current children cumulated CPU time (s) 1530.52
Current children cumulated vsize (KiB) 126864

[startup+1602.3 s]
/proc/loadavg: 1.05 1.38 1.66 2/85 12297
/proc/meminfo: memFree=634880/2055920 swapFree=4192956/4192956
[pid=12226] ppid=12224 vsize=16868 CPUtime=4.92
/proc/12226/stat : 12226 (sugar) S 12224 12226 11323 0 -1 4194304 1376 24194 0 2 6 2 467 17 16 0 1 0 19457075 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12226/statm: 4217 1113 409 3 0 796 0
[pid=12249] ppid=12226 vsize=5356 CPUtime=0
/proc/12249/stat : 12249 (sh) S 12226 12226 11323 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19457578 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12249/statm: 1339 232 193 169 0 50 0
[pid=12250] ppid=12249 vsize=104588 CPUtime=1585.57
/proc/12250/stat : 12250 (minisat) R 12249 12226 11323 0 -1 4194304 25867 0 0 0 158527 30 0 0 25 0 1 0 19457578 107098112 25853 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12250/statm: 26147 25853 76 150 0 25994 0
Current children cumulated CPU time (s) 1590.49
Current children cumulated vsize (KiB) 126812

[startup+1662.3 s]
/proc/loadavg: 1.02 1.30 1.62 2/85 12297
/proc/meminfo: memFree=634880/2055920 swapFree=4192956/4192956
[pid=12226] ppid=12224 vsize=16868 CPUtime=4.92
/proc/12226/stat : 12226 (sugar) S 12224 12226 11323 0 -1 4194304 1376 24194 0 2 6 2 467 17 16 0 1 0 19457075 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12226/statm: 4217 1113 409 3 0 796 0
[pid=12249] ppid=12226 vsize=5356 CPUtime=0
/proc/12249/stat : 12249 (sh) S 12226 12226 11323 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19457578 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12249/statm: 1339 232 193 169 0 50 0
[pid=12250] ppid=12249 vsize=104588 CPUtime=1645.54
/proc/12250/stat : 12250 (minisat) R 12249 12226 11323 0 -1 4194304 25867 0 0 0 164524 30 0 0 25 0 1 0 19457578 107098112 25853 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12250/statm: 26147 25853 76 150 0 25994 0
Current children cumulated CPU time (s) 1650.46
Current children cumulated vsize (KiB) 126812

[startup+1722.3 s]
/proc/loadavg: 1.00 1.25 1.58 2/85 12297
/proc/meminfo: memFree=634816/2055920 swapFree=4192956/4192956
[pid=12226] ppid=12224 vsize=16868 CPUtime=4.92
/proc/12226/stat : 12226 (sugar) S 12224 12226 11323 0 -1 4194304 1376 24194 0 2 6 2 467 17 16 0 1 0 19457075 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12226/statm: 4217 1113 409 3 0 796 0
[pid=12249] ppid=12226 vsize=5356 CPUtime=0
/proc/12249/stat : 12249 (sh) S 12226 12226 11323 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19457578 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12249/statm: 1339 232 193 169 0 50 0
[pid=12250] ppid=12249 vsize=104588 CPUtime=1705.51
/proc/12250/stat : 12250 (minisat) R 12249 12226 11323 0 -1 4194304 25892 0 0 0 170521 30 0 0 25 0 1 0 19457578 107098112 25878 996147200 134512640 135127466 4294956256 18446744073709551615 134527474 0 0 4096 3 0 0 0 17 0 0 0
/proc/12250/statm: 26147 25878 76 150 0 25994 0
Current children cumulated CPU time (s) 1710.43
Current children cumulated vsize (KiB) 126812

[startup+1782.3 s]
/proc/loadavg: 1.00 1.20 1.54 2/85 12297
/proc/meminfo: memFree=634816/2055920 swapFree=4192956/4192956
[pid=12226] ppid=12224 vsize=16868 CPUtime=4.92
/proc/12226/stat : 12226 (sugar) S 12224 12226 11323 0 -1 4194304 1376 24194 0 2 6 2 467 17 16 0 1 0 19457075 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12226/statm: 4217 1113 409 3 0 796 0
[pid=12249] ppid=12226 vsize=5356 CPUtime=0
/proc/12249/stat : 12249 (sh) S 12226 12226 11323 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19457578 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12249/statm: 1339 232 193 169 0 50 0
[pid=12250] ppid=12249 vsize=104588 CPUtime=1765.48
/proc/12250/stat : 12250 (minisat) R 12249 12226 11323 0 -1 4194304 25892 0 0 0 176518 30 0 0 25 0 1 0 19457578 107098112 25878 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12250/statm: 26147 25878 76 150 0 25994 0
Current children cumulated CPU time (s) 1770.4
Current children cumulated vsize (KiB) 126812



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812 s]
/proc/loadavg: 1.00 1.18 1.52 2/85 12297
/proc/meminfo: memFree=634816/2055920 swapFree=4192956/4192956
[pid=12226] ppid=12224 vsize=16868 CPUtime=4.92
/proc/12226/stat : 12226 (sugar) S 12224 12226 11323 0 -1 4194304 1376 24194 0 2 6 2 467 17 16 0 1 0 19457075 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12226/statm: 4217 1113 409 3 0 796 0
[pid=12249] ppid=12226 vsize=5356 CPUtime=0
/proc/12249/stat : 12249 (sh) S 12226 12226 11323 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19457578 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12249/statm: 1339 232 193 169 0 50 0
[pid=12250] ppid=12249 vsize=104588 CPUtime=1795.18
/proc/12250/stat : 12250 (minisat) R 12249 12226 11323 0 -1 4194304 25893 0 0 0 179488 30 0 0 25 0 1 0 19457578 107098112 25879 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12250/statm: 26147 25879 76 150 0 25994 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 126812

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 12226 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=737279
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=198969
# CPU time returned by wait4() is 4.93625
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1812.03
CPU time (s): 1800.1
CPU user time (s): 1799.61
CPU system time (s): 0.49
CPU usage (%): 99.3419
Max. virtual memory (cumulated for all children) (KiB): 890896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.73728
system time used= 0.198969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25953
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= 2291
involuntary context switches= 2246

runsolver used 2.12268 second user time and 5.74713 second system time

The end

Launcher Data

Begin job on node47 at 2009-07-11 16:52:14
IDJOB=2059488
IDBENCH=53586
IDSOLVER=739
FILE ID=node47/2059488-1247323934
PBS_JOBID= 9506535
Free space on /tmp= 66456 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/BH-4-13/normalized-BlackHole-4-13-m-0_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-2059488-1247323934/watcher-2059488-1247323934 -o /tmp/evaluation-result-2059488-1247323934/solver-2059488-1247323934 -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-2059488-1247323934.xml

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

MD5SUM BENCH= 21dd036e5a9331eebc43fa8d5cad385e
RANDOM SEED=217698086

node47.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.218
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.218
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:        756936 kB
Buffers:         46428 kB
Cached:        1160640 kB
SwapCached:          0 kB
Active:         445940 kB
Inactive:       783256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        756936 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1584 kB
Writeback:           0 kB
Mapped:          33704 kB
Slab:            55096 kB
Committed_AS:   142824 kB
PageTables:       1812 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= 66456 MiB
End job on node47 at 2009-07-11 17:22:28