Trace number 2062722

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.09 1811.63

General information on the benchmark

Namecsp/QG3/
normalized-quasigroup3-10.xml
MD5SUM43d9e915e10c026682c4118b31169d3c
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables310
Number of constraints219
Maximum constraint arity102
Maximum domain size100
Number of constraints which are defined in extension0
Number of constraints which are defined in intension99
Global constraints used (with number of constraints)alldifferent(20),element(100)

Solver Data

0.06/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.06/0.07	c 0	BEGIN Sat Jul 11 18:22:51 2009
0.06/0.07	c 0	PID 13848
0.06/0.07	c 0	HOST node25.alineos.net
0.06/0.07	c 0	CONVERTING HOME/instance-2062722-1247329371.xml TO HOME/temp.csp
0.06/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2062722-1247329371.xml' 'HOME/temp.csp'
0.06/0.33	c 0	57 domains, 310 variables, 10 predicates, 0 relations, 219 constraints
0.06/0.34	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.34	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.43/0.41	c 0	Parsing HOME/temp.csp
0.43/0.46	c 0	parsed 596 expressions
0.43/0.47	c 0	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.43/0.47	c 0	Converting to clausal form CSP
0.43/0.49	c 0	converted 60 (10%) expressions
0.43/0.49	c 0	converted 120 (20%) expressions
0.43/0.50	c 0	converted 179 (30%) expressions
0.43/0.50	c 0	converted 239 (40%) expressions
0.43/0.50	c 0	converted 298 (50%) expressions
0.43/0.50	c 0	converted 358 (60%) expressions
0.43/0.54	c 0	converted 418 (70%) expressions
0.43/0.58	c 0	converted 477 (80%) expressions
1.24/1.05	c 1	converted 537 (90%) expressions
1.62/1.46	c 1	converted 596 (100%) expressions
1.62/1.46	c 1	CSP : 310 integers, 5968 booleans, 21473 clauses, largest domain size 98
1.62/1.46	c 1	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.62/1.46	c 1	Propagation in CSP
1.73/1.52	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.73/1.52	c 1	CSP : 310 integers, 5968 booleans, 21473 clauses, largest domain size 98
1.73/1.52	c 1	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.73/1.54	c 1	Simplifing CSP by introducing new Boolean variables
1.73/1.56	c 1	CSP : 310 integers, 7408 booleans, 22913 clauses, largest domain size 98
1.73/1.56	c 1	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.85/1.68	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.85/1.70	c 1	31 (10%) CSP integer variables are encoded (168 clauses, 1728 bytes)
1.95/1.70	c 1	62 (20%) CSP integer variables are encoded (336 clauses, 3576 bytes)
1.95/1.70	c 1	93 (30%) CSP integer variables are encoded (504 clauses, 5424 bytes)
1.95/1.71	c 1	124 (40%) CSP integer variables are encoded (1623 clauses, 19170 bytes)
1.95/1.71	c 1	155 (50%) CSP integer variables are encoded (2938 clauses, 36265 bytes)
1.95/1.71	c 1	186 (60%) CSP integer variables are encoded (4327 clauses, 54322 bytes)
1.95/1.71	c 1	217 (70%) CSP integer variables are encoded (5731 clauses, 72574 bytes)
1.95/1.71	c 1	248 (80%) CSP integer variables are encoded (7120 clauses, 90631 bytes)
1.95/1.72	c 1	279 (90%) CSP integer variables are encoded (8531 clauses, 108974 bytes)
1.95/1.72	c 1	310 (100%) CSP integer variables are encoded (9718 clauses, 124405 bytes)
2.07/1.85	c 2	2292 (10%) CSP clauses are encoded (32266 clauses, 481843 bytes)
2.07/1.87	c 2	4583 (20%) CSP clauses are encoded (34988 clauses, 524134 bytes)
2.18/1.90	c 2	6874 (30%) CSP clauses are encoded (37261 clauses, 558614 bytes)
2.18/1.92	c 2	9166 (40%) CSP clauses are encoded (39536 clauses, 593052 bytes)
2.18/1.95	c 2	11457 (50%) CSP clauses are encoded (41810 clauses, 627434 bytes)
2.18/1.97	c 2	13748 (60%) CSP clauses are encoded (44085 clauses, 661878 bytes)
2.18/1.99	c 2	16040 (70%) CSP clauses are encoded (46359 clauses, 696266 bytes)
2.28/2.02	c 2	18331 (80%) CSP clauses are encoded (48634 clauses, 730715 bytes)
2.28/2.04	c 2	20622 (90%) CSP clauses are encoded (50907 clauses, 765205 bytes)
2.28/2.06	c 2	22913 (100%) CSP clauses are encoded (53167 clauses, 800901 bytes)
2.28/2.06	c 2	22913 CSP clauses encoded
2.28/2.06	c 2	Writing map file : HOME/temp.map
2.28/2.07	c 2	Heap : 15 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.28/2.07	c 2	SAT : 17317 SAT variables, 53167 SAT clauses, 800901 bytes
2.28/2.07	c 2	Heap : 15 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.36/2.12	c 2	SOLVING HOME/temp.cnf
2.36/2.12	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.36/2.12	c 2	This is MiniSat 2.0 beta
2.36/2.12	c 2	WARNING: for repeatability, setting FPU to use double precision
2.36/2.12	c 2	============================[ Problem Statistics ]=============================
2.36/2.12	c 2	|                                                                             |
2.36/2.13	c 2	|  Number of variables:  17317                                                |
2.36/2.13	c 2	|  Number of clauses:    53167                                                |
2.36/2.15	c 2	|  Parsing time:         0.02         s                                       |
2.36/2.15	c 2	============================[ Search Statistics ]==============================
2.36/2.15	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.36/2.15	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.36/2.15	c 2	===============================================================================
2.36/2.16	c 2	|         0 |   17301    53121   131167 |    17707        0    nan |  0.000 % |
2.38/2.21	c 2	|       102 |   17301    53121   131167 |    19477      102     33 |  0.092 % |
2.38/2.31	c 2	|       252 |   17301    53121   131167 |    21425      252     34 |  0.092 % |
2.38/2.46	c 2	|       477 |   17301    53121   131167 |    23568      477     35 |  0.092 % |
2.38/2.69	c 2	|       815 |   17301    53121   131167 |    25924      815     37 |  0.092 % |
2.38/3.04	c 3	|      1324 |   17301    53121   131167 |    28517     1324     37 |  0.092 % |
3.83/3.62	c 3	|      2085 |   17301    53121   131167 |    31369     2085     37 |  0.092 % |
4.73/4.55	c 4	|      3224 |   17300    53119   131163 |    34505     3223     37 |  0.098 % |
6.02/5.84	c 5	|      4934 |   17299    53117   131159 |    37956     4931     37 |  0.110 % |
8.40/8.26	c 8	|      7497 |   17297    53113   131151 |    41752     7493     39 |  0.116 % |
12.58/12.47	c 12	|     11341 |   17295    53109   131143 |    45927    11335     39 |  0.127 % |
19.32/19.26	c 19	|     17107 |   17293    53105   131135 |    50520    17099     42 |  0.139 % |
30.55/30.56	c 30	|     25756 |   17292    53103   131131 |    55572    25747     43 |  0.144 % |
49.80/49.99	c 50	|     38730 |   17292    53103   131131 |    61129    38721     47 |  0.144 % |
89.63/90.09	c 90	|     58191 |   17289    53097   131119 |    67242    58179     45 |  0.162 % |
142.96/143.72	c 143	|     87384 |   17286    53091   131107 |    73966    30354     52 |  0.179 % |
226.36/227.79	c 227	|    131174 |   17277    53073   131071 |    81363    74135     52 |  0.231 % |
354.84/357.14	c 357	|    196858 |   17270    53059   131043 |    89499    71590     52 |  0.271 % |
561.53/565.38	c 565	|    295384 |   17258    53035   130995 |    98449    18631     37 |  0.341 % |
876.69/882.79	c 882	|    443173 |   17246    53013   130951 |   108294    81394     48 |  0.410 % |
1400.21/1410.04	c 1410	|    664858 |   17224    52967   130859 |   119123    23691     40 |  0.543 % |
1800.09/1811.61	c 1811	DECODING HOME/temp.out WITH HOME/temp.map
1800.09/1811.61	c 1811	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.09/1811.62	c ERROR INTERRUPTED
1800.09/1811.62	s UNKNOWN
1800.09/1811.62	c 1811	CPU 2.39 (0.05 0.02 2.22 0.1)
1800.09/1811.62	c 1811	END Sat Jul 11 18:53:02 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-2062722-1247329371/watcher-2062722-1247329371 -o /tmp/evaluation-result-2062722-1247329371/solver-2062722-1247329371 -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-2062722-1247329371.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.00 1.31 1.55 3/82 13848
/proc/meminfo: memFree=1014488/2055920 swapFree=4192956/4192956
[pid=13848] ppid=13846 vsize=12272 CPUtime=0
/proc/13848/stat : 13848 (sugar) R 13846 13848 11604 0 -1 4194304 379 0 0 0 0 0 0 0 18 0 1 0 20003432 12566528 347 996147200 4194304 4206940 548682068608 18446744073709551615 253307032289 0 0 4224 0 0 0 0 17 0 0 0
/proc/13848/statm: 3068 352 262 3 0 168 0

[startup+0.0671601 s]
/proc/loadavg: 1.00 1.31 1.55 3/82 13848
/proc/meminfo: memFree=1014488/2055920 swapFree=4192956/4192956
[pid=13848] ppid=13846 vsize=16740 CPUtime=0.06
/proc/13848/stat : 13848 (sugar) R 13846 13848 11604 0 -1 4194304 1086 0 0 0 5 1 0 0 18 0 1 0 20003432 17141760 1054 996147200 4194304 4206940 548682068608 18446744073709551615 253307032289 0 0 4224 0 0 0 0 17 0 0 0
/proc/13848/statm: 4185 1054 380 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101169 s]
/proc/loadavg: 1.00 1.31 1.55 3/82 13848
/proc/meminfo: memFree=1014488/2055920 swapFree=4192956/4192956
[pid=13848] ppid=13846 vsize=16868 CPUtime=0.06
/proc/13848/stat : 13848 (sugar) S 13846 13848 11604 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 20003432 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13848/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.30119 s]
/proc/loadavg: 1.00 1.31 1.55 3/82 13848
/proc/meminfo: memFree=1014488/2055920 swapFree=4192956/4192956
[pid=13848] ppid=13846 vsize=16868 CPUtime=0.06
/proc/13848/stat : 13848 (sugar) S 13846 13848 11604 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 20003432 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13848/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701227 s]
/proc/loadavg: 1.00 1.31 1.55 3/82 13848
/proc/meminfo: memFree=1014488/2055920 swapFree=4192956/4192956
[pid=13848] ppid=13846 vsize=16868 CPUtime=0.43
/proc/13848/stat : 13848 (sugar) S 13846 13848 11604 0 -1 4194304 1309 4725 0 1 5 1 35 2 16 0 1 0 20003432 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13848/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 16868

[startup+1.5023 s]
/proc/loadavg: 1.16 1.33 1.56 2/93 13870
/proc/meminfo: memFree=992320/2055920 swapFree=4192956/4192956
[pid=13848] ppid=13846 vsize=16868 CPUtime=0.43
/proc/13848/stat : 13848 (sugar) S 13846 13848 11604 0 -1 4194304 1310 4725 0 1 5 1 35 2 15 0 1 0 20003432 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13848/statm: 4217 1111 409 3 0 796 0
[pid=13861] ppid=13848 vsize=5356 CPUtime=0
/proc/13861/stat : 13861 (sh) S 13848 13848 11604 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20003466 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13861/statm: 1339 233 193 169 0 50 0
[pid=13862] ppid=13861 vsize=869064 CPUtime=1.3
/proc/13862/stat : 13862 (java) S 13861 13848 11604 0 -1 0 10573 0 1 0 125 5 0 0 18 0 9 0 20003467 889921536 9710 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13862/statm: 217266 9710 2567 9 0 211771 0
[pid=13862/tid=13863] ppid=13861 vsize=869064 CPUtime=0.75
/proc/13862/task/13863/stat : 13863 (java) R 13861 13848 11604 0 -1 64 2816 0 1 0 74 1 0 0 17 0 9 0 20003467 889921536 9710 996147200 134512640 134550932 4294955936 18446744073709551615 4126429399 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13862/tid=13864] ppid=13861 vsize=869064 CPUtime=0.35
/proc/13862/task/13864/stat : 13864 (java) S 13861 13848 11604 0 -1 64 5554 0 0 0 34 1 0 0 16 0 9 0 20003469 889921536 9710 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13862/tid=13865] ppid=13861 vsize=869064 CPUtime=0
/proc/13862/task/13865/stat : 13865 (java) S 13861 13848 11604 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 20003469 889921536 9710 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13862/tid=13866] ppid=13861 vsize=869064 CPUtime=0
/proc/13862/task/13866/stat : 13866 (java) S 13861 13848 11604 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20003469 889921536 9710 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13862/tid=13867] ppid=13861 vsize=869064 CPUtime=0
/proc/13862/task/13867/stat : 13867 (java) S 13861 13848 11604 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 20003471 889921536 9710 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13862/tid=13868] ppid=13861 vsize=869064 CPUtime=0.16
/proc/13862/task/13868/stat : 13868 (java) S 13861 13848 11604 0 -1 64 1505 0 0 0 16 0 0 0 16 0 9 0 20003471 889921536 9710 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13862/tid=13869] ppid=13861 vsize=869064 CPUtime=0
/proc/13862/task/13869/stat : 13869 (java) S 13861 13848 11604 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 20003471 889921536 9710 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13862/tid=13870] ppid=13861 vsize=869064 CPUtime=0
/proc/13862/task/13870/stat : 13870 (java) S 13861 13848 11604 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20003471 889921536 9710 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.73
Current children cumulated vsize (KiB) 891288

[startup+3.10144 s]
/proc/loadavg: 1.16 1.33 1.56 1/93 13870
/proc/meminfo: memFree=980608/2055920 swapFree=4192956/4192956
[pid=13848] ppid=13846 vsize=16868 CPUtime=2.38
/proc/13848/stat : 13848 (sugar) S 13846 13848 11604 0 -1 4194304 1376 15942 0 2 5 2 222 9 15 0 1 0 20003432 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13848/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30173 s]
/proc/loadavg: 1.15 1.33 1.55 2/85 13872
/proc/meminfo: memFree=1005120/2055920 swapFree=4192956/4192956
[pid=13848] ppid=13846 vsize=16868 CPUtime=2.38
/proc/13848/stat : 13848 (sugar) S 13846 13848 11604 0 -1 4194304 1376 15942 0 2 5 2 222 9 16 0 1 0 20003432 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13848/statm: 4217 1113 409 3 0 796 0
[pid=13871] ppid=13848 vsize=5356 CPUtime=0
/proc/13871/stat : 13871 (sh) S 13848 13848 11604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20003644 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13871/statm: 1339 232 193 169 0 50 0
[pid=13872] ppid=13871 vsize=6160 CPUtime=4.13
/proc/13872/stat : 13872 (minisat) R 13871 13848 11604 0 -1 4194304 1365 0 0 0 413 0 0 0 25 0 1 0 20003645 6307840 1351 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/13872/statm: 1540 1351 75 150 0 1387 0
Current children cumulated CPU time (s) 6.51
Current children cumulated vsize (KiB) 28384

[startup+12.7023 s]
/proc/loadavg: 1.13 1.32 1.55 2/85 13872
/proc/meminfo: memFree=1003776/2055920 swapFree=4192956/4192956
[pid=13848] ppid=13846 vsize=16868 CPUtime=2.38
/proc/13848/stat : 13848 (sugar) S 13846 13848 11604 0 -1 4194304 1376 15942 0 2 5 2 222 9 16 0 1 0 20003432 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13848/statm: 4217 1113 409 3 0 796 0
[pid=13871] ppid=13848 vsize=5356 CPUtime=0
/proc/13871/stat : 13871 (sh) S 13848 13848 11604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20003644 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13871/statm: 1339 232 193 169 0 50 0
[pid=13872] ppid=13871 vsize=7348 CPUtime=10.5
/proc/13872/stat : 13872 (minisat) R 13871 13848 11604 0 -1 4194304 1674 0 0 0 1049 1 0 0 25 0 1 0 20003645 7524352 1660 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13872/statm: 1837 1660 75 150 0 1684 0
Current children cumulated CPU time (s) 12.88
Current children cumulated vsize (KiB) 29572

[startup+25.5014 s]
/proc/loadavg: 1.11 1.31 1.54 3/85 13872
/proc/meminfo: memFree=1001408/2055920 swapFree=4192956/4192956
[pid=13848] ppid=13846 vsize=16868 CPUtime=2.38
/proc/13848/stat : 13848 (sugar) S 13846 13848 11604 0 -1 4194304 1376 15942 0 2 5 2 222 9 16 0 1 0 20003432 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13848/statm: 4217 1113 409 3 0 796 0
[pid=13871] ppid=13848 vsize=5356 CPUtime=0
/proc/13871/stat : 13871 (sh) S 13848 13848 11604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20003644 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13871/statm: 1339 232 193 169 0 50 0
[pid=13872] ppid=13871 vsize=9756 CPUtime=23.2
/proc/13872/stat : 13872 (minisat) R 13871 13848 11604 0 -1 4194304 2265 0 0 0 2319 1 0 0 25 0 1 0 20003645 9990144 2251 996147200 134512640 135127466 4294956256 18446744073709551615 134531095 0 0 4096 3 0 0 0 17 0 0 0
/proc/13872/statm: 2439 2251 75 150 0 2286 0
Current children cumulated CPU time (s) 25.58
Current children cumulated vsize (KiB) 31980

[startup+51.1017 s]
/proc/loadavg: 1.07 1.28 1.52 3/85 13872
/proc/meminfo: memFree=997248/2055920 swapFree=4192956/4192956
[pid=13848] ppid=13846 vsize=16868 CPUtime=2.38
/proc/13848/stat : 13848 (sugar) S 13846 13848 11604 0 -1 4194304 1376 15942 0 2 5 2 222 9 16 0 1 0 20003432 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13848/statm: 4217 1113 409 3 0 796 0
[pid=13871] ppid=13848 vsize=5356 CPUtime=0
/proc/13871/stat : 13871 (sh) S 13848 13848 11604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20003644 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13871/statm: 1339 232 193 169 0 50 0
[pid=13872] ppid=13871 vsize=14012 CPUtime=48.62
/proc/13872/stat : 13872 (minisat) R 13871 13848 11604 0 -1 4194304 3316 0 0 0 4859 3 0 0 25 0 1 0 20003645 14348288 3302 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13872/statm: 3503 3302 75 150 0 3350 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 36236

[startup+102.306 s]
/proc/loadavg: 1.03 1.23 1.50 2/85 13872
/proc/meminfo: memFree=991936/2055920 swapFree=4192956/4192956
[pid=13848] ppid=13846 vsize=16868 CPUtime=2.38
/proc/13848/stat : 13848 (sugar) S 13846 13848 11604 0 -1 4194304 1376 15942 0 2 5 2 222 9 16 0 1 0 20003432 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13848/statm: 4217 1113 409 3 0 796 0
[pid=13871] ppid=13848 vsize=5356 CPUtime=0
/proc/13871/stat : 13871 (sh) S 13848 13848 11604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20003644 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13871/statm: 1339 232 193 169 0 50 0
[pid=13872] ppid=13871 vsize=19360 CPUtime=99.46
/proc/13872/stat : 13872 (minisat) R 13871 13848 11604 0 -1 4194304 4645 0 0 0 9942 4 0 0 25 0 1 0 20003645 19824640 4631 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13872/statm: 4840 4631 75 150 0 4687 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 41584

[startup+162.302 s]
/proc/loadavg: 1.01 1.19 1.46 3/85 13872
/proc/meminfo: memFree=990208/2055920 swapFree=4192956/4192956
[pid=13848] ppid=13846 vsize=16868 CPUtime=2.38
/proc/13848/stat : 13848 (sugar) S 13846 13848 11604 0 -1 4194304 1376 15942 0 2 5 2 222 9 16 0 1 0 20003432 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13848/statm: 4217 1113 409 3 0 796 0
[pid=13871] ppid=13848 vsize=5356 CPUtime=0
/proc/13871/stat : 13871 (sh) S 13848 13848 11604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20003644 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13871/statm: 1339 232 193 169 0 50 0
[pid=13872] ppid=13871 vsize=20944 CPUtime=159.04
/proc/13872/stat : 13872 (minisat) R 13871 13848 11604 0 -1 4194304 5039 0 0 0 15899 5 0 0 25 0 1 0 20003645 21446656 5025 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13872/statm: 5236 5025 75 150 0 5083 0
Current children cumulated CPU time (s) 161.42
Current children cumulated vsize (KiB) 43168

[startup+222.301 s]
/proc/loadavg: 1.00 1.15 1.43 2/85 13872
/proc/meminfo: memFree=987904/2055920 swapFree=4192956/4192956
[pid=13848] ppid=13846 vsize=16868 CPUtime=2.38
/proc/13848/stat : 13848 (sugar) S 13846 13848 11604 0 -1 4194304 1376 15942 0 2 5 2 222 9 16 0 1 0 20003432 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13848/statm: 4217 1113 409 3 0 796 0
[pid=13871] ppid=13848 vsize=5356 CPUtime=0
/proc/13871/stat : 13871 (sh) S 13848 13848 11604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20003644 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13871/statm: 1339 232 193 169 0 50 0
[pid=13872] ppid=13871 vsize=23192 CPUtime=218.61
/proc/13872/stat : 13872 (minisat) R 13871 13848 11604 0 -1 4194304 5622 0 0 0 21855 6 0 0 25 0 1 0 20003645 23748608 5608 996147200 134512640 135127466 4294956256 18446744073709551615 134530823 0 0 4096 3 0 0 0 17 0 0 0
/proc/13872/statm: 5798 5608 75 150 0 5645 0
Current children cumulated CPU time (s) 220.99
Current children cumulated vsize (KiB) 45416

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

/proc/meminfo: memFree=974592/2055920 swapFree=4192956/4192956
[pid=13848] ppid=13846 vsize=16868 CPUtime=2.38
/proc/13848/stat : 13848 (sugar) S 13846 13848 11604 0 -1 4194304 1376 15942 0 2 5 2 222 9 16 0 1 0 20003432 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13848/statm: 4217 1113 409 3 0 796 0
[pid=13871] ppid=13848 vsize=5356 CPUtime=0
/proc/13871/stat : 13871 (sh) S 13848 13848 11604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20003644 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13871/statm: 1339 232 193 169 0 50 0
[pid=13872] ppid=13871 vsize=36240 CPUtime=1290.91
/proc/13872/stat : 13872 (minisat) R 13871 13848 11604 0 -1 4194304 8868 0 0 0 129081 10 0 0 25 0 1 0 20003645 37109760 8854 996147200 134512640 135127466 4294956256 18446744073709551615 134522857 0 0 4096 3 0 0 0 17 0 0 0
/proc/13872/statm: 9060 8854 75 150 0 8907 0
Current children cumulated CPU time (s) 1293.29
Current children cumulated vsize (KiB) 58464

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.09 3/85 13872
/proc/meminfo: memFree=974528/2055920 swapFree=4192956/4192956
[pid=13848] ppid=13846 vsize=16868 CPUtime=2.38
/proc/13848/stat : 13848 (sugar) S 13846 13848 11604 0 -1 4194304 1376 15942 0 2 5 2 222 9 16 0 1 0 20003432 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13848/statm: 4217 1113 409 3 0 796 0
[pid=13871] ppid=13848 vsize=5356 CPUtime=0
/proc/13871/stat : 13871 (sh) S 13848 13848 11604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20003644 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13871/statm: 1339 232 193 169 0 50 0
[pid=13872] ppid=13871 vsize=36240 CPUtime=1350.48
/proc/13872/stat : 13872 (minisat) R 13871 13848 11604 0 -1 4194304 8868 0 0 0 135038 10 0 0 25 0 1 0 20003645 37109760 8854 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13872/statm: 9060 8854 75 150 0 8907 0
Current children cumulated CPU time (s) 1352.86
Current children cumulated vsize (KiB) 58464

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.08 3/85 13872
/proc/meminfo: memFree=974528/2055920 swapFree=4192956/4192956
[pid=13848] ppid=13846 vsize=16868 CPUtime=2.38
/proc/13848/stat : 13848 (sugar) S 13846 13848 11604 0 -1 4194304 1376 15942 0 2 5 2 222 9 16 0 1 0 20003432 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13848/statm: 4217 1113 409 3 0 796 0
[pid=13871] ppid=13848 vsize=5356 CPUtime=0
/proc/13871/stat : 13871 (sh) S 13848 13848 11604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20003644 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13871/statm: 1339 232 193 169 0 50 0
[pid=13872] ppid=13871 vsize=36240 CPUtime=1410.05
/proc/13872/stat : 13872 (minisat) R 13871 13848 11604 0 -1 4194304 8868 0 0 0 140995 10 0 0 25 0 1 0 20003645 37109760 8854 996147200 134512640 135127466 4294956256 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 0 0 0
/proc/13872/statm: 9060 8854 75 150 0 8907 0
Current children cumulated CPU time (s) 1412.43
Current children cumulated vsize (KiB) 58464

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/85 13872
/proc/meminfo: memFree=974464/2055920 swapFree=4192956/4192956
[pid=13848] ppid=13846 vsize=16868 CPUtime=2.38
/proc/13848/stat : 13848 (sugar) S 13846 13848 11604 0 -1 4194304 1376 15942 0 2 5 2 222 9 16 0 1 0 20003432 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13848/statm: 4217 1113 409 3 0 796 0
[pid=13871] ppid=13848 vsize=5356 CPUtime=0
/proc/13871/stat : 13871 (sh) S 13848 13848 11604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20003644 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13871/statm: 1339 232 193 169 0 50 0
[pid=13872] ppid=13871 vsize=36240 CPUtime=1469.62
/proc/13872/stat : 13872 (minisat) R 13871 13848 11604 0 -1 4194304 8868 0 0 0 146952 10 0 0 25 0 1 0 20003645 37109760 8854 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13872/statm: 9060 8854 75 150 0 8907 0
Current children cumulated CPU time (s) 1472
Current children cumulated vsize (KiB) 58464

[startup+1542.3 s]
/proc/loadavg: 1.05 1.01 1.08 3/85 13872
/proc/meminfo: memFree=974464/2055920 swapFree=4192956/4192956
[pid=13848] ppid=13846 vsize=16868 CPUtime=2.38
/proc/13848/stat : 13848 (sugar) S 13846 13848 11604 0 -1 4194304 1376 15942 0 2 5 2 222 9 16 0 1 0 20003432 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13848/statm: 4217 1113 409 3 0 796 0
[pid=13871] ppid=13848 vsize=5356 CPUtime=0
/proc/13871/stat : 13871 (sh) S 13848 13848 11604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20003644 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13871/statm: 1339 232 193 169 0 50 0
[pid=13872] ppid=13871 vsize=36240 CPUtime=1529.19
/proc/13872/stat : 13872 (minisat) R 13871 13848 11604 0 -1 4194304 8868 0 0 0 152909 10 0 0 25 0 1 0 20003645 37109760 8854 996147200 134512640 135127466 4294956256 18446744073709551615 134530811 0 0 4096 3 0 0 0 17 0 0 0
/proc/13872/statm: 9060 8854 75 150 0 8907 0
Current children cumulated CPU time (s) 1531.57
Current children cumulated vsize (KiB) 58464

[startup+1602.3 s]
/proc/loadavg: 1.02 1.01 1.07 2/85 13872
/proc/meminfo: memFree=974464/2055920 swapFree=4192956/4192956
[pid=13848] ppid=13846 vsize=16868 CPUtime=2.38
/proc/13848/stat : 13848 (sugar) S 13846 13848 11604 0 -1 4194304 1376 15942 0 2 5 2 222 9 16 0 1 0 20003432 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13848/statm: 4217 1113 409 3 0 796 0
[pid=13871] ppid=13848 vsize=5356 CPUtime=0
/proc/13871/stat : 13871 (sh) S 13848 13848 11604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20003644 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13871/statm: 1339 232 193 169 0 50 0
[pid=13872] ppid=13871 vsize=36240 CPUtime=1588.77
/proc/13872/stat : 13872 (minisat) R 13871 13848 11604 0 -1 4194304 8868 0 0 0 158867 10 0 0 25 0 1 0 20003645 37109760 8854 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13872/statm: 9060 8854 75 150 0 8907 0
Current children cumulated CPU time (s) 1591.15
Current children cumulated vsize (KiB) 58464

[startup+1662.3 s]
/proc/loadavg: 1.23 1.05 1.08 3/84 13918
/proc/meminfo: memFree=955208/2055920 swapFree=4192956/4192956
[pid=13848] ppid=13846 vsize=16868 CPUtime=2.38
/proc/13848/stat : 13848 (sugar) S 13846 13848 11604 0 -1 4194304 1376 15942 0 2 5 2 222 9 16 0 1 0 20003432 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13848/statm: 4217 1113 409 3 0 796 0
[pid=13871] ppid=13848 vsize=5356 CPUtime=0
/proc/13871/stat : 13871 (sh) S 13848 13848 11604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20003644 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13871/statm: 1339 232 193 169 0 50 0
[pid=13872] ppid=13871 vsize=39408 CPUtime=1648.46
/proc/13872/stat : 13872 (minisat) R 13871 13848 11604 0 -1 4194304 9670 0 0 0 164833 13 0 0 25 0 1 0 20003645 40353792 9656 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/13872/statm: 9852 9656 75 150 0 9699 0
Current children cumulated CPU time (s) 1650.84
Current children cumulated vsize (KiB) 61632

[startup+1722.3 s]
/proc/loadavg: 1.71 1.22 1.14 3/84 13918
/proc/meminfo: memFree=954248/2055920 swapFree=4192956/4192956
[pid=13848] ppid=13846 vsize=16868 CPUtime=2.38
/proc/13848/stat : 13848 (sugar) S 13846 13848 11604 0 -1 4194304 1376 15942 0 2 5 2 222 9 16 0 1 0 20003432 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13848/statm: 4217 1113 409 3 0 796 0
[pid=13871] ppid=13848 vsize=5356 CPUtime=0
/proc/13871/stat : 13871 (sh) S 13848 13848 11604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20003644 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13871/statm: 1339 232 193 169 0 50 0
[pid=13872] ppid=13871 vsize=39408 CPUtime=1708.43
/proc/13872/stat : 13872 (minisat) R 13871 13848 11604 0 -1 4194304 9670 0 0 0 170830 13 0 0 25 0 1 0 20003645 40353792 9656 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/13872/statm: 9852 9656 75 150 0 9699 0
Current children cumulated CPU time (s) 1710.81
Current children cumulated vsize (KiB) 61632

[startup+1782.3 s]
/proc/loadavg: 1.89 1.36 1.19 3/84 13918
/proc/meminfo: memFree=951688/2055920 swapFree=4192956/4192956
[pid=13848] ppid=13846 vsize=16868 CPUtime=2.38
/proc/13848/stat : 13848 (sugar) S 13846 13848 11604 0 -1 4194304 1376 15942 0 2 5 2 222 9 16 0 1 0 20003432 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13848/statm: 4217 1113 409 3 0 796 0
[pid=13871] ppid=13848 vsize=5356 CPUtime=0
/proc/13871/stat : 13871 (sh) S 13848 13848 11604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20003644 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13871/statm: 1339 232 193 169 0 50 0
[pid=13872] ppid=13871 vsize=39408 CPUtime=1768.41
/proc/13872/stat : 13872 (minisat) R 13871 13848 11604 0 -1 4194304 9670 0 0 0 176828 13 0 0 25 0 1 0 20003645 40353792 9656 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13872/statm: 9852 9656 75 150 0 9699 0
Current children cumulated CPU time (s) 1770.79
Current children cumulated vsize (KiB) 61632



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.6 s]
/proc/loadavg: 1.93 1.42 1.21 3/84 13918
/proc/meminfo: memFree=950728/2055920 swapFree=4192956/4192956
[pid=13848] ppid=13846 vsize=16868 CPUtime=2.38
/proc/13848/stat : 13848 (sugar) S 13846 13848 11604 0 -1 4194304 1376 15942 0 2 5 2 222 9 16 0 1 0 20003432 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13848/statm: 4217 1113 409 3 0 796 0
[pid=13871] ppid=13848 vsize=5356 CPUtime=0
/proc/13871/stat : 13871 (sh) S 13848 13848 11604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20003644 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13871/statm: 1339 232 193 169 0 50 0
[pid=13872] ppid=13871 vsize=39408 CPUtime=1797.71
/proc/13872/stat : 13872 (minisat) R 13871 13848 11604 0 -1 4194304 9670 0 0 0 179758 13 0 0 25 0 1 0 20003645 40353792 9656 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13872/statm: 9852 9656 75 150 0 9699 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 61632

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 13848 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=285652
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=129980
# CPU time returned by wait4() is 2.41563
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1811.63
CPU time (s): 1800.09
CPU user time (s): 1799.85
CPU system time (s): 0.24
CPU usage (%): 99.3633
Max. virtual memory (cumulated for all children) (KiB): 891572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.28565
system time used= 0.12998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17969
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= 1136
involuntary context switches= 527

runsolver used 2.09968 second user time and 6.16106 second system time

The end

Launcher Data

Begin job on node25 at 2009-07-11 18:22:51
IDJOB=2062722
IDBENCH=53925
IDSOLVER=739
FILE ID=node25/2062722-1247329371
PBS_JOBID= 9506578
Free space on /tmp= 66300 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/QG3/normalized-quasigroup3-10.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-2062722-1247329371/watcher-2062722-1247329371 -o /tmp/evaluation-result-2062722-1247329371/solver-2062722-1247329371 -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-2062722-1247329371.xml

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

MD5SUM BENCH= 43d9e915e10c026682c4118b31169d3c
RANDOM SEED=1399030690

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.231
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.231
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:       1015032 kB
Buffers:         71844 kB
Cached:         861320 kB
SwapCached:          0 kB
Active:         356672 kB
Inactive:       609320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1015032 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1436 kB
Writeback:           0 kB
Mapped:          50960 kB
Slab:            60156 kB
Committed_AS:   180972 kB
PageTables:       1976 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= 66296 MiB
End job on node25 at 2009-07-11 18:53:04