Trace number 2062700

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.07 1814.02

General information on the benchmark

Namecsp/QG4/
normalized-quasigroup4-10.xml
MD5SUMc5f974ec11a4363fd9e60d6b844f5167
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.08	c 0	Sugar v1-14-6 + HOME/minisat
0.06/0.08	c 0	BEGIN Sat Jul 11 18:17:21 2009
0.06/0.08	c 0	PID 12100
0.06/0.08	c 0	HOST node13.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2062700-1247329041.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2062700-1247329041.xml' 'HOME/temp.csp'
0.07/0.60	c 1	57 domains, 310 variables, 10 predicates, 0 relations, 219 constraints
0.07/0.61	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.61	c 1	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.07/0.69	c 1	Parsing HOME/temp.csp
0.58/0.77	c 1	parsed 596 expressions
0.58/0.77	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.58/0.77	c 1	Converting to clausal form CSP
0.58/0.80	c 1	converted 60 (10%) expressions
0.58/0.80	c 1	converted 120 (20%) expressions
0.58/0.80	c 1	converted 179 (30%) expressions
0.58/0.80	c 1	converted 239 (40%) expressions
0.58/0.81	c 1	converted 298 (50%) expressions
0.58/0.81	c 1	converted 358 (60%) expressions
0.58/0.87	c 1	converted 418 (70%) expressions
0.58/0.92	c 1	converted 477 (80%) expressions
1.44/1.51	c 2	converted 537 (90%) expressions
1.84/1.93	c 2	converted 596 (100%) expressions
1.84/1.93	c 2	CSP : 310 integers, 5968 booleans, 21473 clauses, largest domain size 98
1.84/1.93	c 2	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.84/1.93	c 2	Propagation in CSP
1.94/2.01	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.94/2.01	c 2	CSP : 310 integers, 5968 booleans, 21473 clauses, largest domain size 98
1.94/2.01	c 2	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.94/2.02	c 2	Simplifing CSP by introducing new Boolean variables
1.94/2.05	c 2	CSP : 310 integers, 7408 booleans, 22913 clauses, largest domain size 98
1.94/2.05	c 2	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.03/2.18	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.14/2.20	c 3	31 (10%) CSP integer variables are encoded (168 clauses, 1728 bytes)
2.14/2.21	c 3	62 (20%) CSP integer variables are encoded (336 clauses, 3576 bytes)
2.14/2.22	c 3	93 (30%) CSP integer variables are encoded (504 clauses, 5424 bytes)
2.14/2.22	c 3	124 (40%) CSP integer variables are encoded (1623 clauses, 19170 bytes)
2.14/2.23	c 3	155 (50%) CSP integer variables are encoded (2938 clauses, 36265 bytes)
2.14/2.23	c 3	186 (60%) CSP integer variables are encoded (4327 clauses, 54322 bytes)
2.14/2.23	c 3	217 (70%) CSP integer variables are encoded (5731 clauses, 72574 bytes)
2.14/2.23	c 3	248 (80%) CSP integer variables are encoded (7120 clauses, 90631 bytes)
2.14/2.24	c 3	279 (90%) CSP integer variables are encoded (8531 clauses, 108974 bytes)
2.14/2.24	c 3	310 (100%) CSP integer variables are encoded (9718 clauses, 124405 bytes)
2.23/2.39	c 3	2292 (10%) CSP clauses are encoded (32266 clauses, 481843 bytes)
2.33/2.42	c 3	4583 (20%) CSP clauses are encoded (34988 clauses, 524134 bytes)
2.33/2.46	c 3	6874 (30%) CSP clauses are encoded (37261 clauses, 558614 bytes)
2.33/2.48	c 3	9166 (40%) CSP clauses are encoded (39536 clauses, 593052 bytes)
2.42/2.50	c 3	11457 (50%) CSP clauses are encoded (41810 clauses, 627434 bytes)
2.42/2.53	c 3	13748 (60%) CSP clauses are encoded (44085 clauses, 661878 bytes)
2.42/2.55	c 3	16040 (70%) CSP clauses are encoded (46359 clauses, 696266 bytes)
2.42/2.58	c 3	18331 (80%) CSP clauses are encoded (48634 clauses, 730715 bytes)
2.53/2.60	c 3	20622 (90%) CSP clauses are encoded (50907 clauses, 765205 bytes)
2.53/2.62	c 3	22913 (100%) CSP clauses are encoded (53167 clauses, 800901 bytes)
2.53/2.62	c 3	22913 CSP clauses encoded
2.53/2.63	c 3	Writing map file : HOME/temp.map
2.53/2.64	c 3	Heap : 15 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.53/2.64	c 3	SAT : 17317 SAT variables, 53167 SAT clauses, 800901 bytes
2.53/2.64	c 3	Heap : 15 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.53/2.67	c 3	SOLVING HOME/temp.cnf
2.53/2.67	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.53/2.67	c 3	This is MiniSat 2.0 beta
2.53/2.67	c 3	WARNING: for repeatability, setting FPU to use double precision
2.53/2.67	c 3	============================[ Problem Statistics ]=============================
2.53/2.67	c 3	|                                                                             |
2.53/2.67	c 3	|  Number of variables:  17317                                                |
2.53/2.67	c 3	|  Number of clauses:    53167                                                |
2.58/2.70	c 3	|  Parsing time:         0.02         s                                       |
2.58/2.70	c 3	============================[ Search Statistics ]==============================
2.58/2.70	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.58/2.70	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.58/2.70	c 3	===============================================================================
2.58/2.70	c 3	|         0 |   17301    53121   131167 |    17707        0    nan |  0.000 % |
2.58/2.78	c 3	|       101 |   17301    53121   131167 |    19477      101     34 |  0.092 % |
2.58/2.91	c 3	|       251 |   17301    53121   131167 |    21425      251     35 |  0.093 % |
2.58/3.11	c 3	|       476 |   17301    53121   131167 |    23568      476     42 |  0.092 % |
3.19/3.33	c 4	|       813 |   17301    53121   131167 |    25924      813     38 |  0.092 % |
3.58/3.76	c 4	|      1321 |   17300    53119   131163 |    28517     1320     39 |  0.098 % |
4.08/4.29	c 5	|      2081 |   17300    53119   131163 |    31369     2080     38 |  0.098 % |
4.97/5.18	c 6	|      3220 |   17300    53119   131163 |    34505     3219     38 |  0.098 % |
6.36/6.56	c 7	|      4929 |   17299    53117   131159 |    37956     4927     38 |  0.104 % |
8.73/8.98	c 9	|      7491 |   17298    53115   131155 |    41752     7488     37 |  0.110 % |
12.69/12.94	c 13	|     11335 |   17296    53111   131147 |    45927    11330     40 |  0.121 % |
20.23/20.58	c 21	|     17102 |   17295    53109   131143 |    50520    17096     42 |  0.127 % |
32.41/32.86	c 33	|     25751 |   17294    53107   131139 |    55572    25744     45 |  0.133 % |
54.20/54.83	c 55	|     38727 |   17294    53107   131139 |    61129    38720     46 |  0.133 % |
90.75/91.79	c 92	|     58189 |   17291    53101   131127 |    67242    58179     45 |  0.150 % |
141.67/143.13	c 144	|     87384 |   17286    53091   131107 |    73966    33587     39 |  0.179 % |
233.40/235.70	c 236	|    131174 |   17274    53067   131059 |    81363    17103     37 |  0.248 % |
367.63/371.25	c 372	|    196858 |   17264    53047   131019 |    89499    82777     46 |  0.306 % |
584.28/589.92	c 590	|    295387 |   17256    53031   130987 |    98449    28449     48 |  0.352 % |
946.71/955.81	c 956	|    443177 |   17250    53019   130963 |   108294    92990     53 |  0.387 % |
1496.44/1510.32	c 1511	|    664862 |   17229    52977   130879 |   119123    36991     44 |  0.508 % |
1800.02/1814.01	sh: line 1: 12124 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.02/1814.01	c 1814	DECODING HOME/temp.out WITH HOME/temp.map
1800.02/1814.01	c 1814	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.02/1814.02	c ERROR INTERRUPTED
1800.02/1814.02	s UNKNOWN
1800.02/1814.02	c 1814	CPU 1800.04 (0.06 0.01 1799.69 0.28)
1800.02/1814.02	c 1814	END Sat Jul 11 18:47:35 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-2062700-1247329041/watcher-2062700-1247329041 -o /tmp/evaluation-result-2062700-1247329041/solver-2062700-1247329041 -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-2062700-1247329041.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.99 1.99 1.99 4/74 12100
/proc/meminfo: memFree=1910176/2055920 swapFree=4192812/4192956
[pid=12100] ppid=12098 vsize=12268 CPUtime=0
/proc/12100/stat : 12100 (sugar) R 12098 12100 10054 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 19971045 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 269757413989 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/12100/statm: 3067 316 241 3 0 167 0

[startup+0.079771 s]
/proc/loadavg: 1.99 1.99 1.99 4/74 12100
/proc/meminfo: memFree=1910176/2055920 swapFree=4192812/4192956
[pid=12100] ppid=12098 vsize=16740 CPUtime=0.06
/proc/12100/stat : 12100 (sugar) R 12098 12100 10054 0 -1 4194304 1110 0 0 0 5 1 0 0 18 0 1 0 19971045 17141760 1078 996147200 4194304 4206940 548682068608 18446744073709551615 269757098560 0 0 4224 0 0 0 0 17 1 0 0
/proc/12100/statm: 4185 1078 381 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.10177 s]
/proc/loadavg: 1.99 1.99 1.99 4/74 12100
/proc/meminfo: memFree=1910176/2055920 swapFree=4192812/4192956
[pid=12100] ppid=12098 vsize=16868 CPUtime=0.07
/proc/12100/stat : 12100 (sugar) S 12098 12100 10054 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 19971045 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12100/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301794 s]
/proc/loadavg: 1.99 1.99 1.99 4/74 12100
/proc/meminfo: memFree=1910176/2055920 swapFree=4192812/4192956
[pid=12100] ppid=12098 vsize=16868 CPUtime=0.07
/proc/12100/stat : 12100 (sugar) S 12098 12100 10054 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 19971045 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12100/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701849 s]
/proc/loadavg: 1.99 1.99 1.99 4/74 12100
/proc/meminfo: memFree=1910176/2055920 swapFree=4192812/4192956
[pid=12100] ppid=12098 vsize=16868 CPUtime=0.58
/proc/12100/stat : 12100 (sugar) S 12098 12100 10054 0 -1 4194304 1309 4726 0 1 6 1 47 4 16 0 1 0 19971045 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12100/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 16868

[startup+1.50296 s]
/proc/loadavg: 1.99 1.99 1.99 4/85 12122
/proc/meminfo: memFree=1896264/2055920 swapFree=4192812/4192956
[pid=12100] ppid=12098 vsize=16868 CPUtime=0.58
/proc/12100/stat : 12100 (sugar) S 12098 12100 10054 0 -1 4194304 1309 4726 0 1 6 1 47 4 15 0 1 0 19971045 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12100/statm: 4217 1111 409 3 0 796 0
[pid=12113] ppid=12100 vsize=5356 CPUtime=0
/proc/12113/stat : 12113 (sh) S 12100 12100 10054 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19971107 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12113/statm: 1339 233 193 169 0 50 0
[pid=12114] ppid=12113 vsize=868584 CPUtime=0.86
/proc/12114/stat : 12114 (java) S 12113 12100 10054 0 -1 0 7991 0 1 0 83 3 0 0 19 0 9 0 19971107 889430016 7202 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12114/statm: 217146 7202 2567 9 0 211651 0
[pid=12114/tid=12115] ppid=12113 vsize=868584 CPUtime=0.5
/proc/12114/task/12115/stat : 12115 (java) R 12113 12100 10054 0 -1 64 2697 0 1 0 49 1 0 0 23 0 9 0 19971108 889430016 7202 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12114/tid=12116] ppid=12113 vsize=868584 CPUtime=0.19
/proc/12114/task/12116/stat : 12116 (java) R 12113 12100 10054 0 -1 64 3115 0 0 0 18 1 0 0 16 0 9 0 19971109 889430016 7202 996147200 134512640 134550932 4294955936 18446744073709551615 102759499 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12114/tid=12117] ppid=12113 vsize=868584 CPUtime=0
/proc/12114/task/12117/stat : 12117 (java) S 12113 12100 10054 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19971110 889430016 7202 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12114/tid=12118] ppid=12113 vsize=868584 CPUtime=0
/proc/12114/task/12118/stat : 12118 (java) S 12113 12100 10054 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19971110 889430016 7202 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12114/tid=12119] ppid=12113 vsize=868584 CPUtime=0
/proc/12114/task/12119/stat : 12119 (java) S 12113 12100 10054 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 19971112 889430016 7202 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12114/tid=12120] ppid=12113 vsize=868584 CPUtime=0.15
/proc/12114/task/12120/stat : 12120 (java) S 12113 12100 10054 0 -1 64 1480 0 0 0 15 0 0 0 16 0 9 0 19971112 889430016 7202 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12114/tid=12121] ppid=12113 vsize=868584 CPUtime=0
/proc/12114/task/12121/stat : 12121 (java) S 12113 12100 10054 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19971112 889430016 7202 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12114/tid=12122] ppid=12113 vsize=868584 CPUtime=0
/proc/12114/task/12122/stat : 12122 (java) S 12113 12100 10054 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19971112 889430016 7202 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 890808

[startup+3.10117 s]
/proc/loadavg: 2.07 2.01 2.00 4/85 12122
/proc/meminfo: memFree=1877192/2055920 swapFree=4192812/4192956
[pid=12100] ppid=12098 vsize=16868 CPUtime=2.58
/proc/12100/stat : 12100 (sugar) S 12098 12100 10054 0 -1 4194304 1376 15887 0 2 6 1 239 12 15 0 1 0 19971045 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12100/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 2.58
Current children cumulated vsize (KiB) 16868

[startup+6.30159 s]
/proc/loadavg: 2.07 2.01 2.00 3/77 12124
/proc/meminfo: memFree=1900872/2055920 swapFree=4192812/4192956
[pid=12100] ppid=12098 vsize=16868 CPUtime=2.58
/proc/12100/stat : 12100 (sugar) S 12098 12100 10054 0 -1 4194304 1376 15887 0 2 6 1 239 12 16 0 1 0 19971045 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12100/statm: 4217 1113 409 3 0 796 0
[pid=12123] ppid=12100 vsize=5356 CPUtime=0
/proc/12123/stat : 12123 (sh) S 12100 12100 10054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19971312 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12123/statm: 1339 232 193 169 0 50 0
[pid=12124] ppid=12123 vsize=6012 CPUtime=3.58
/proc/12124/stat : 12124 (minisat) R 12123 12100 10054 0 -1 4194304 1324 0 0 0 358 0 0 0 25 0 1 0 19971313 6156288 1310 996147200 134512640 135127466 4294956256 18446744073709551615 134530587 0 0 4096 3 0 0 0 17 1 0 0
/proc/12124/statm: 1503 1310 75 150 0 1350 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 28236

[startup+12.7014 s]
/proc/loadavg: 2.07 2.01 2.00 3/77 12124
/proc/meminfo: memFree=1899464/2055920 swapFree=4192812/4192956
[pid=12100] ppid=12098 vsize=16868 CPUtime=2.58
/proc/12100/stat : 12100 (sugar) S 12098 12100 10054 0 -1 4194304 1376 15887 0 2 6 1 239 12 16 0 1 0 19971045 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12100/statm: 4217 1113 409 3 0 796 0
[pid=12123] ppid=12100 vsize=5356 CPUtime=0
/proc/12123/stat : 12123 (sh) S 12100 12100 10054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19971312 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12123/statm: 1339 232 193 169 0 50 0
[pid=12124] ppid=12123 vsize=7332 CPUtime=9.91
/proc/12124/stat : 12124 (minisat) R 12123 12100 10054 0 -1 4194304 1661 0 0 0 991 0 0 0 25 0 1 0 19971313 7507968 1647 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/12124/statm: 1833 1647 75 150 0 1680 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 29556

[startup+25.5021 s]
/proc/loadavg: 2.05 2.01 2.00 3/77 12124
/proc/meminfo: memFree=1897352/2055920 swapFree=4192812/4192956
[pid=12100] ppid=12098 vsize=16868 CPUtime=2.58
/proc/12100/stat : 12100 (sugar) S 12098 12100 10054 0 -1 4194304 1376 15887 0 2 6 1 239 12 16 0 1 0 19971045 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12100/statm: 4217 1113 409 3 0 796 0
[pid=12123] ppid=12100 vsize=5356 CPUtime=0
/proc/12123/stat : 12123 (sh) S 12100 12100 10054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19971312 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12123/statm: 1339 232 193 169 0 50 0
[pid=12124] ppid=12123 vsize=9528 CPUtime=22.59
/proc/12124/stat : 12124 (minisat) R 12123 12100 10054 0 -1 4194304 2194 0 0 0 2258 1 0 0 25 0 1 0 19971313 9756672 2180 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12124/statm: 2382 2180 75 150 0 2229 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 31752

[startup+51.1015 s]
/proc/loadavg: 2.03 2.00 2.00 3/77 12124
/proc/meminfo: memFree=1893768/2055920 swapFree=4192812/4192956
[pid=12100] ppid=12098 vsize=16868 CPUtime=2.58
/proc/12100/stat : 12100 (sugar) S 12098 12100 10054 0 -1 4194304 1376 15887 0 2 6 1 239 12 16 0 1 0 19971045 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12100/statm: 4217 1113 409 3 0 796 0
[pid=12123] ppid=12100 vsize=5356 CPUtime=0
/proc/12123/stat : 12123 (sh) S 12100 12100 10054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19971312 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12123/statm: 1339 232 193 169 0 50 0
[pid=12124] ppid=12123 vsize=13124 CPUtime=47.95
/proc/12124/stat : 12124 (minisat) R 12123 12100 10054 0 -1 4194304 3104 0 0 0 4792 3 0 0 25 0 1 0 19971313 13438976 3090 996147200 134512640 135127466 4294956256 18446744073709551615 134527976 0 0 4096 3 0 0 0 17 1 0 0
/proc/12124/statm: 3281 3090 75 150 0 3128 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 35348

[startup+102.306 s]
/proc/loadavg: 2.01 2.00 2.00 3/77 12124
/proc/meminfo: memFree=1887944/2055920 swapFree=4192812/4192956
[pid=12100] ppid=12098 vsize=16868 CPUtime=2.58
/proc/12100/stat : 12100 (sugar) S 12098 12100 10054 0 -1 4194304 1376 15887 0 2 6 1 239 12 16 0 1 0 19971045 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12100/statm: 4217 1113 409 3 0 796 0
[pid=12123] ppid=12100 vsize=5356 CPUtime=0
/proc/12123/stat : 12123 (sh) S 12100 12100 10054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19971312 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12123/statm: 1339 232 193 169 0 50 0
[pid=12124] ppid=12123 vsize=19000 CPUtime=98.68
/proc/12124/stat : 12124 (minisat) R 12123 12100 10054 0 -1 4194304 4534 0 0 0 9863 5 0 0 25 0 1 0 19971313 19456000 4520 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/12124/statm: 4750 4520 75 150 0 4597 0
Current children cumulated CPU time (s) 101.26
Current children cumulated vsize (KiB) 41224

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 12124
/proc/meminfo: memFree=1886792/2055920 swapFree=4192812/4192956
[pid=12100] ppid=12098 vsize=16868 CPUtime=2.58
/proc/12100/stat : 12100 (sugar) S 12098 12100 10054 0 -1 4194304 1376 15887 0 2 6 1 239 12 16 0 1 0 19971045 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12100/statm: 4217 1113 409 3 0 796 0
[pid=12123] ppid=12100 vsize=5356 CPUtime=0
/proc/12123/stat : 12123 (sh) S 12100 12100 10054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19971312 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12123/statm: 1339 232 193 169 0 50 0
[pid=12124] ppid=12123 vsize=19924 CPUtime=158.1
/proc/12124/stat : 12124 (minisat) R 12123 12100 10054 0 -1 4194304 4786 0 0 0 15805 5 0 0 25 0 1 0 19971313 20402176 4772 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12124/statm: 4981 4772 75 150 0 4828 0
Current children cumulated CPU time (s) 160.68
Current children cumulated vsize (KiB) 42148

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 12124
/proc/meminfo: memFree=1886536/2055920 swapFree=4192812/4192956
[pid=12100] ppid=12098 vsize=16868 CPUtime=2.58
/proc/12100/stat : 12100 (sugar) S 12098 12100 10054 0 -1 4194304 1376 15887 0 2 6 1 239 12 16 0 1 0 19971045 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12100/statm: 4217 1113 409 3 0 796 0
[pid=12123] ppid=12100 vsize=5356 CPUtime=0
/proc/12123/stat : 12123 (sh) S 12100 12100 10054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19971312 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12123/statm: 1339 232 193 169 0 50 0
[pid=12124] ppid=12123 vsize=20056 CPUtime=217.54
/proc/12124/stat : 12124 (minisat) R 12123 12100 10054 0 -1 4194304 4834 0 0 0 21749 5 0 0 25 0 1 0 19971313 20537344 4820 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12124/statm: 5014 4820 75 150 0 4861 0
Current children cumulated CPU time (s) 220.12
Current children cumulated vsize (KiB) 42280


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

[pid=12100] ppid=12098 vsize=16868 CPUtime=2.58
/proc/12100/stat : 12100 (sugar) S 12098 12100 10054 0 -1 4194304 1376 15887 0 2 6 1 239 12 16 0 1 0 19971045 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12100/statm: 4217 1113 409 3 0 796 0
[pid=12123] ppid=12100 vsize=5356 CPUtime=0
/proc/12123/stat : 12123 (sh) S 12100 12100 10054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19971312 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12123/statm: 1339 232 193 169 0 50 0
[pid=12124] ppid=12123 vsize=34816 CPUtime=1227.83
/proc/12124/stat : 12124 (minisat) R 12123 12100 10054 0 -1 4194304 8506 0 0 0 122772 11 0 0 25 0 1 0 19971313 35651584 8492 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12124/statm: 8704 8492 75 150 0 8551 0
Current children cumulated CPU time (s) 1230.41
Current children cumulated vsize (KiB) 57040

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 12164
/proc/meminfo: memFree=1642744/2055920 swapFree=4192812/4192956
[pid=12100] ppid=12098 vsize=16868 CPUtime=2.58
/proc/12100/stat : 12100 (sugar) S 12098 12100 10054 0 -1 4194304 1376 15887 0 2 6 1 239 12 16 0 1 0 19971045 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12100/statm: 4217 1113 409 3 0 796 0
[pid=12123] ppid=12100 vsize=5356 CPUtime=0
/proc/12123/stat : 12123 (sh) S 12100 12100 10054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19971312 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12123/statm: 1339 232 193 169 0 50 0
[pid=12124] ppid=12123 vsize=34816 CPUtime=1287.27
/proc/12124/stat : 12124 (minisat) R 12123 12100 10054 0 -1 4194304 8506 0 0 0 128716 11 0 0 25 0 1 0 19971313 35651584 8492 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12124/statm: 8704 8492 75 150 0 8551 0
Current children cumulated CPU time (s) 1289.85
Current children cumulated vsize (KiB) 57040

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 12164
/proc/meminfo: memFree=1642744/2055920 swapFree=4192812/4192956
[pid=12100] ppid=12098 vsize=16868 CPUtime=2.58
/proc/12100/stat : 12100 (sugar) S 12098 12100 10054 0 -1 4194304 1376 15887 0 2 6 1 239 12 16 0 1 0 19971045 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12100/statm: 4217 1113 409 3 0 796 0
[pid=12123] ppid=12100 vsize=5356 CPUtime=0
/proc/12123/stat : 12123 (sh) S 12100 12100 10054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19971312 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12123/statm: 1339 232 193 169 0 50 0
[pid=12124] ppid=12123 vsize=34816 CPUtime=1346.7
/proc/12124/stat : 12124 (minisat) R 12123 12100 10054 0 -1 4194304 8506 0 0 0 134659 11 0 0 25 0 1 0 19971313 35651584 8492 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12124/statm: 8704 8492 75 150 0 8551 0
Current children cumulated CPU time (s) 1349.28
Current children cumulated vsize (KiB) 57040

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 12164
/proc/meminfo: memFree=1642744/2055920 swapFree=4192812/4192956
[pid=12100] ppid=12098 vsize=16868 CPUtime=2.58
/proc/12100/stat : 12100 (sugar) S 12098 12100 10054 0 -1 4194304 1376 15887 0 2 6 1 239 12 16 0 1 0 19971045 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12100/statm: 4217 1113 409 3 0 796 0
[pid=12123] ppid=12100 vsize=5356 CPUtime=0
/proc/12123/stat : 12123 (sh) S 12100 12100 10054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19971312 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12123/statm: 1339 232 193 169 0 50 0
[pid=12124] ppid=12123 vsize=34816 CPUtime=1406.14
/proc/12124/stat : 12124 (minisat) R 12123 12100 10054 0 -1 4194304 8506 0 0 0 140603 11 0 0 25 0 1 0 19971313 35651584 8492 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12124/statm: 8704 8492 75 150 0 8551 0
Current children cumulated CPU time (s) 1408.72
Current children cumulated vsize (KiB) 57040

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 12206
/proc/meminfo: memFree=1853008/2055920 swapFree=4192812/4192956
[pid=12100] ppid=12098 vsize=16868 CPUtime=2.58
/proc/12100/stat : 12100 (sugar) S 12098 12100 10054 0 -1 4194304 1376 15887 0 2 6 1 239 12 16 0 1 0 19971045 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12100/statm: 4217 1113 409 3 0 796 0
[pid=12123] ppid=12100 vsize=5356 CPUtime=0
/proc/12123/stat : 12123 (sh) S 12100 12100 10054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19971312 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12123/statm: 1339 232 193 169 0 50 0
[pid=12124] ppid=12123 vsize=34948 CPUtime=1465.87
/proc/12124/stat : 12124 (minisat) R 12123 12100 10054 0 -1 4194304 8529 0 0 0 146575 12 0 0 25 0 1 0 19971313 35786752 8515 996147200 134512640 135127466 4294956256 18446744073709551615 134527694 0 0 4096 3 0 0 0 17 0 0 0
/proc/12124/statm: 8737 8515 75 150 0 8584 0
Current children cumulated CPU time (s) 1468.45
Current children cumulated vsize (KiB) 57172

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 12206
/proc/meminfo: memFree=1850768/2055920 swapFree=4192812/4192956
[pid=12100] ppid=12098 vsize=16868 CPUtime=2.58
/proc/12100/stat : 12100 (sugar) S 12098 12100 10054 0 -1 4194304 1376 15887 0 2 6 1 239 12 16 0 1 0 19971045 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12100/statm: 4217 1113 409 3 0 796 0
[pid=12123] ppid=12100 vsize=5356 CPUtime=0
/proc/12123/stat : 12123 (sh) S 12100 12100 10054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19971312 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12123/statm: 1339 232 193 169 0 50 0
[pid=12124] ppid=12123 vsize=34948 CPUtime=1525.84
/proc/12124/stat : 12124 (minisat) R 12123 12100 10054 0 -1 4194304 8529 0 0 0 152572 12 0 0 25 0 1 0 19971313 35786752 8515 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12124/statm: 8737 8515 75 150 0 8584 0
Current children cumulated CPU time (s) 1528.42
Current children cumulated vsize (KiB) 57172

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 12206
/proc/meminfo: memFree=1847312/2055920 swapFree=4192812/4192956
[pid=12100] ppid=12098 vsize=16868 CPUtime=2.58
/proc/12100/stat : 12100 (sugar) S 12098 12100 10054 0 -1 4194304 1376 15887 0 2 6 1 239 12 16 0 1 0 19971045 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12100/statm: 4217 1113 409 3 0 796 0
[pid=12123] ppid=12100 vsize=5356 CPUtime=0
/proc/12123/stat : 12123 (sh) S 12100 12100 10054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19971312 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12123/statm: 1339 232 193 169 0 50 0
[pid=12124] ppid=12123 vsize=34948 CPUtime=1585.83
/proc/12124/stat : 12124 (minisat) R 12123 12100 10054 0 -1 4194304 8533 0 0 0 158570 13 0 0 25 0 1 0 19971313 35786752 8519 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12124/statm: 8737 8519 75 150 0 8584 0
Current children cumulated CPU time (s) 1588.41
Current children cumulated vsize (KiB) 57172

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 12206
/proc/meminfo: memFree=1847184/2055920 swapFree=4192812/4192956
[pid=12100] ppid=12098 vsize=16868 CPUtime=2.58
/proc/12100/stat : 12100 (sugar) S 12098 12100 10054 0 -1 4194304 1376 15887 0 2 6 1 239 12 16 0 1 0 19971045 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12100/statm: 4217 1113 409 3 0 796 0
[pid=12123] ppid=12100 vsize=5356 CPUtime=0
/proc/12123/stat : 12123 (sh) S 12100 12100 10054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19971312 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12123/statm: 1339 232 193 169 0 50 0
[pid=12124] ppid=12123 vsize=34948 CPUtime=1645.8
/proc/12124/stat : 12124 (minisat) R 12123 12100 10054 0 -1 4194304 8533 0 0 0 164567 13 0 0 25 0 1 0 19971313 35786752 8519 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12124/statm: 8737 8519 75 150 0 8584 0
Current children cumulated CPU time (s) 1648.38
Current children cumulated vsize (KiB) 57172

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 12206
/proc/meminfo: memFree=1844368/2055920 swapFree=4192812/4192956
[pid=12100] ppid=12098 vsize=16868 CPUtime=2.58
/proc/12100/stat : 12100 (sugar) S 12098 12100 10054 0 -1 4194304 1376 15887 0 2 6 1 239 12 16 0 1 0 19971045 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12100/statm: 4217 1113 409 3 0 796 0
[pid=12123] ppid=12100 vsize=5356 CPUtime=0
/proc/12123/stat : 12123 (sh) S 12100 12100 10054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19971312 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12123/statm: 1339 232 193 169 0 50 0
[pid=12124] ppid=12123 vsize=37984 CPUtime=1705.77
/proc/12124/stat : 12124 (minisat) R 12123 12100 10054 0 -1 4194304 9294 0 0 0 170563 14 0 0 25 0 1 0 19971313 38895616 9280 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/12124/statm: 9496 9280 75 150 0 9343 0
Current children cumulated CPU time (s) 1708.35
Current children cumulated vsize (KiB) 60208

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 12235
/proc/meminfo: memFree=1768592/2055920 swapFree=4192812/4192956
[pid=12100] ppid=12098 vsize=16868 CPUtime=2.58
/proc/12100/stat : 12100 (sugar) S 12098 12100 10054 0 -1 4194304 1376 15887 0 2 6 1 239 12 16 0 1 0 19971045 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12100/statm: 4217 1113 409 3 0 796 0
[pid=12123] ppid=12100 vsize=5356 CPUtime=0
/proc/12123/stat : 12123 (sh) S 12100 12100 10054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19971312 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12123/statm: 1339 232 193 169 0 50 0
[pid=12124] ppid=12123 vsize=38512 CPUtime=1765.75
/proc/12124/stat : 12124 (minisat) R 12123 12100 10054 0 -1 4194304 9431 0 0 0 176560 15 0 0 25 0 1 0 19971313 39436288 9417 996147200 134512640 135127466 4294956256 18446744073709551615 134531115 0 0 4096 3 0 0 0 17 0 0 0
/proc/12124/statm: 9628 9417 75 150 0 9475 0
Current children cumulated CPU time (s) 1768.33
Current children cumulated vsize (KiB) 60736



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 12235
/proc/meminfo: memFree=1768848/2055920 swapFree=4192812/4192956
[pid=12100] ppid=12098 vsize=16868 CPUtime=2.58
/proc/12100/stat : 12100 (sugar) S 12098 12100 10054 0 -1 4194304 1376 15887 0 2 6 1 239 12 16 0 1 0 19971045 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12100/statm: 4217 1113 409 3 0 796 0
[pid=12123] ppid=12100 vsize=5356 CPUtime=0
/proc/12123/stat : 12123 (sh) S 12100 12100 10054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19971312 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12123/statm: 1339 232 193 169 0 50 0
[pid=12124] ppid=12123 vsize=38512 CPUtime=1797.44
/proc/12124/stat : 12124 (minisat) R 12123 12100 10054 0 -1 4194304 9431 0 0 0 179729 15 0 0 25 0 1 0 19971313 39436288 9417 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/12124/statm: 9628 9417 75 150 0 9475 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 60736

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

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

Child status: 0
Real time (s): 1814.02
CPU time (s): 1800.07
CPU user time (s): 1799.76
CPU system time (s): 0.307953
CPU usage (%): 99.2306
Max. virtual memory (cumulated for all children) (KiB): 891060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.76
system time used= 0.307953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27357
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= 2367
involuntary context switches= 34731

runsolver used 2.02669 second user time and 6.23105 second system time

The end

Launcher Data

Begin job on node13 at 2009-07-11 18:17:21
IDJOB=2062700
IDBENCH=53923
IDSOLVER=739
FILE ID=node13/2062700-1247329041
PBS_JOBID= 9506601
Free space on /tmp= 66300 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/QG4/normalized-quasigroup4-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-2062700-1247329041/watcher-2062700-1247329041 -o /tmp/evaluation-result-2062700-1247329041/solver-2062700-1247329041 -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-2062700-1247329041.xml

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

MD5SUM BENCH= c5f974ec11a4363fd9e60d6b844f5167
RANDOM SEED=1658480210

node13.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.241
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.241
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:       1910656 kB
Buffers:          8764 kB
Cached:          59100 kB
SwapCached:          0 kB
Active:          82832 kB
Inactive:        16448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1910656 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1404 kB
Writeback:           0 kB
Mapped:          42252 kB
Slab:            31148 kB
Committed_AS:   219196 kB
PageTables:       1876 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= 66292 MiB
End job on node13 at 2009-07-11 18:47:37