Trace number 2070554

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.02 1806.33

General information on the benchmark

Namecsp/golombRulerArity3/
normalized-ruler-70-12-a3.xml
MD5SUM159836703c8d4079f442c681ff91b599
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.11968
Satisfiable
(Un)Satisfiability was proved
Number of variables78
Number of constraints2277
Maximum constraint arity3
Maximum domain size71
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2277
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 00:31:08 2009
0.00/0.08	c 0	PID 21622
0.07/0.08	c 0	HOST node17.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2070554-1247351468.xml TO HOME/temp.csp
0.07/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-2070554-1247351468.xml' 'HOME/temp.csp'
0.07/0.72	c 1	2 domains, 78 variables, 3 predicates, 0 relations, 2277 constraints
0.07/0.76	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.76	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.70/0.83	c 1	Parsing HOME/temp.csp
0.70/0.99	c 1	parsed 2360 expressions
0.91/1.04	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.91/1.04	c 1	Converting to clausal form CSP
1.02/1.11	c 1	converted 236 (10%) expressions
1.11/1.23	c 1	converted 472 (20%) expressions
1.11/1.26	c 1	converted 708 (30%) expressions
1.11/1.28	c 1	converted 944 (40%) expressions
1.11/1.29	c 1	converted 1180 (50%) expressions
1.21/1.30	c 1	converted 1416 (60%) expressions
1.21/1.31	c 1	converted 1652 (70%) expressions
1.21/1.32	c 1	converted 1888 (80%) expressions
1.21/1.33	c 1	converted 2124 (90%) expressions
1.21/1.33	c 1	converted 2360 (100%) expressions
1.21/1.33	c 1	CSP : 78 integers, 0 booleans, 2343 clauses, largest domain size 70
1.21/1.34	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.21/1.34	c 1	Propagation in CSP
1.21/1.38	c 1	210 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.21/1.38	c 1	CSP : 78 integers, 0 booleans, 2343 clauses, largest domain size 70
1.21/1.38	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.21/1.39	c 1	Simplifing CSP by introducing new Boolean variables
1.31/1.42	c 1	CSP : 78 integers, 4290 booleans, 6633 clauses, largest domain size 70
1.31/1.42	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.31/1.46	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.31/1.48	c 1	8 (10%) CSP integer variables are encoded (464 clauses, 4956 bytes)
1.31/1.48	c 1	16 (20%) CSP integer variables are encoded (934 clauses, 10126 bytes)
1.31/1.48	c 1	24 (30%) CSP integer variables are encoded (1447 clauses, 16698 bytes)
1.31/1.49	c 1	32 (40%) CSP integer variables are encoded (1947 clauses, 23198 bytes)
1.31/1.49	c 1	39 (50%) CSP integer variables are encoded (2377 clauses, 28788 bytes)
1.31/1.49	c 1	47 (60%) CSP integer variables are encoded (2872 clauses, 35223 bytes)
1.31/1.49	c 1	55 (70%) CSP integer variables are encoded (3364 clauses, 41619 bytes)
1.31/1.49	c 1	63 (80%) CSP integer variables are encoded (3854 clauses, 47989 bytes)
1.31/1.49	c 1	71 (90%) CSP integer variables are encoded (4331 clauses, 54190 bytes)
1.31/1.49	c 1	78 (100%) CSP integer variables are encoded (4744 clauses, 59559 bytes)
1.41/1.57	c 1	664 (10%) CSP clauses are encoded (32901 clauses, 534338 bytes)
1.51/1.64	c 1	1327 (20%) CSP clauses are encoded (60827 clauses, 1047063 bytes)
1.51/1.69	c 2	1990 (30%) CSP clauses are encoded (88943 clauses, 1576148 bytes)
1.61/1.75	c 2	2654 (40%) CSP clauses are encoded (116246 clauses, 2089643 bytes)
1.70/1.81	c 2	3317 (50%) CSP clauses are encoded (144181 clauses, 2615229 bytes)
1.70/1.86	c 2	3980 (60%) CSP clauses are encoded (171560 clauses, 3130209 bytes)
1.80/1.91	c 2	4644 (70%) CSP clauses are encoded (199274 clauses, 3651601 bytes)
1.80/1.97	c 2	5307 (80%) CSP clauses are encoded (226701 clauses, 4167469 bytes)
1.90/2.02	c 2	5970 (90%) CSP clauses are encoded (253954 clauses, 4680025 bytes)
2.39/2.52	c 2	6633 (100%) CSP clauses are encoded (542083 clauses, 9311947 bytes)
2.39/2.52	c 2	6633 CSP clauses encoded
2.39/2.52	c 2	Writing map file : HOME/temp.map
2.39/2.53	c 2	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.39/2.53	c 2	SAT : 9112 SAT variables, 542083 SAT clauses, 9311947 bytes
2.39/2.53	c 2	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.39/2.54	c 2	SOLVING HOME/temp.cnf
2.39/2.54	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.39/2.54	c 2	This is MiniSat 2.0 beta
2.39/2.54	c 2	WARNING: for repeatability, setting FPU to use double precision
2.39/2.54	c 2	============================[ Problem Statistics ]=============================
2.39/2.54	c 2	|                                                                             |
2.39/2.54	c 2	|  Number of variables:  9112                                                 |
2.39/2.54	c 2	|  Number of clauses:    542083                                               |
2.43/2.80	c 3	|  Parsing time:         0.22         s                                       |
2.43/2.81	c 3	============================[ Search Statistics ]==============================
2.43/2.82	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.43/2.82	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.43/2.82	c 3	===============================================================================
2.43/2.82	c 3	|         0 |    9112   542083  1597129 |   180694        0    nan |  0.000 % |
2.43/3.10	c 3	|       100 |    9112   542083  1597129 |   198763      100      7 |  0.000 % |
3.25/3.46	c 3	|       252 |    9112   542083  1597129 |   218640      252      8 |  0.000 % |
3.65/3.86	c 4	|       478 |    9111   542083  1597129 |   240504      477      8 |  0.604 % |
4.64/4.80	c 5	|       817 |    9111   542083  1597129 |   264554      816      9 |  0.605 % |
5.83/6.02	c 6	|      1323 |    9111   542083  1597129 |   291010     1322     10 |  0.604 % |
7.61/7.80	c 8	|      2082 |    9111   542083  1597129 |   320111     2081     10 |  0.605 % |
9.89/10.12	c 10	|      3221 |    9057   537017  1582637 |   352122     3220     10 |  0.604 % |
14.45/14.79	c 15	|      4930 |    9057   537017  1582637 |   387334     4929     10 |  0.604 % |
22.28/22.61	c 22	|      7493 |    8832   512026  1510004 |   426067     6308     11 |  3.073 % |
34.46/34.94	c 35	|     11339 |    8832   512026  1510004 |   468674    10154     11 |  3.073 % |
51.80/52.42	c 52	|     17107 |    8832   512026  1510004 |   515542    15922     12 |  3.074 % |
79.54/80.45	c 80	|     25757 |    8832   512026  1510004 |   567096    24572     13 |  3.074 % |
122.43/123.73	c 124	|     38732 |    8777   506559  1494136 |   623805    37546     13 |  3.677 % |
184.25/186.12	c 186	|     58194 |    8777   506559  1494136 |   686186    57008     14 |  3.676 % |
262.70/265.34	c 265	|     87386 |    8777   506559  1494136 |   754805    86200     14 |  3.677 % |
400.50/404.40	c 404	|    131177 |    8777   506559  1494136 |   830285   129991     15 |  3.677 % |
654.44/660.31	c 660	|    196862 |    8777   506559  1494136 |   913314   195676     16 |  3.677 % |
1051.80/1057.86	c 1058	|    295389 |    8777   506559  1494136 |  1004645   294203     16 |  3.677 % |
1775.23/1781.55	c 1781	|    443180 |    8777   506559  1494136 |  1105110   441994     17 |  3.677 % |
1800.02/1806.31	c 1806	DECODING HOME/temp.out WITH HOME/temp.map
1800.02/1806.31	c 1806	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/1806.31	c ERROR INTERRUPTED
1800.02/1806.31	s UNKNOWN
1800.02/1806.31	c 1806	CPU 2.43 (0.06 0.01 2.2 0.16)
1800.02/1806.31	c 1806	END Sun Jul 12 01:01:14 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-2070554-1247351468/watcher-2070554-1247351468 -o /tmp/evaluation-result-2070554-1247351468/solver-2070554-1247351468 -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-2070554-1247351468.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.49 1.90 2.13 4/72 21622
/proc/meminfo: memFree=1840872/2055920 swapFree=4192812/4192956
[pid=21622] ppid=21620 vsize=18576 CPUtime=0
/proc/21622/stat : 21622 (runsolver) R 21620 21622 20053 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 22214023 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 245482712359 0 0 4096 24578 0 0 0 17 1 0 0
/proc/21622/statm: 4644 284 249 26 0 2626 0

[startup+0.0813869 s]
/proc/loadavg: 1.49 1.90 2.13 4/72 21622
/proc/meminfo: memFree=1840872/2055920 swapFree=4192812/4192956
[pid=21622] ppid=21620 vsize=16740 CPUtime=0.07
/proc/21622/stat : 21622 (sugar) S 21620 21622 20053 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 22214023 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21622/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.106345 s]
/proc/loadavg: 1.49 1.90 2.13 4/72 21622
/proc/meminfo: memFree=1840872/2055920 swapFree=4192812/4192956
[pid=21622] ppid=21620 vsize=16868 CPUtime=0.07
/proc/21622/stat : 21622 (sugar) S 21620 21622 20053 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 22214023 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21622/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301467 s]
/proc/loadavg: 1.49 1.90 2.13 4/72 21622
/proc/meminfo: memFree=1840872/2055920 swapFree=4192812/4192956
[pid=21622] ppid=21620 vsize=16868 CPUtime=0.07
/proc/21622/stat : 21622 (sugar) S 21620 21622 20053 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 22214023 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21622/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701513 s]
/proc/loadavg: 1.49 1.90 2.13 4/72 21622
/proc/meminfo: memFree=1840872/2055920 swapFree=4192812/4192956
[pid=21622] ppid=21620 vsize=16868 CPUtime=0.07
/proc/21622/stat : 21622 (sugar) S 21620 21622 20053 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 22214023 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21622/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50259 s]
/proc/loadavg: 1.49 1.90 2.13 4/83 21644
/proc/meminfo: memFree=1832400/2055920 swapFree=4192812/4192956
[pid=21622] ppid=21620 vsize=16868 CPUtime=0.7
/proc/21622/stat : 21622 (sugar) S 21620 21622 20053 0 -1 4194304 1310 5261 0 1 6 1 60 3 15 0 1 0 22214023 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21622/statm: 4217 1111 409 3 0 796 0
[pid=21635] ppid=21622 vsize=5356 CPUtime=0
/proc/21635/stat : 21635 (sh) S 21622 21622 20053 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22214099 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21635/statm: 1339 233 193 169 0 50 0
[pid=21636] ppid=21635 vsize=868624 CPUtime=0.71
/proc/21636/stat : 21636 (java) S 21635 21622 20053 0 -1 0 6889 0 1 0 68 3 0 0 18 0 9 0 22214099 889470976 6122 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21636/statm: 217156 6122 2589 9 0 211633 0
[pid=21636/tid=21637] ppid=21635 vsize=868624 CPUtime=0.44
/proc/21636/task/21637/stat : 21637 (java) R 21635 21622 20053 0 -1 64 2733 0 1 0 43 1 0 0 18 0 9 0 22214100 889470976 6122 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21636/tid=21638] ppid=21635 vsize=868624 CPUtime=0.06
/proc/21636/task/21638/stat : 21638 (java) S 21635 21622 20053 0 -1 64 1980 0 0 0 6 0 0 0 16 0 9 0 22214102 889470976 6122 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21636/tid=21639] ppid=21635 vsize=868624 CPUtime=0
/proc/21636/task/21639/stat : 21639 (java) S 21635 21622 20053 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22214102 889470976 6122 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21636/tid=21640] ppid=21635 vsize=868624 CPUtime=0
/proc/21636/task/21640/stat : 21640 (java) S 21635 21622 20053 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22214102 889470976 6122 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21636/tid=21641] ppid=21635 vsize=868624 CPUtime=0
/proc/21636/task/21641/stat : 21641 (java) S 21635 21622 20053 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22214104 889470976 6122 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21636/tid=21642] ppid=21635 vsize=868624 CPUtime=0.17
/proc/21636/task/21642/stat : 21642 (java) R 21635 21622 20053 0 -1 64 1478 0 0 0 17 0 0 0 16 0 9 0 22214104 889470976 6122 996147200 134512640 134550932 4294955936 18446744073709551615 101714582 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21636/tid=21643] ppid=21635 vsize=868624 CPUtime=0
/proc/21636/task/21643/stat : 21643 (java) S 21635 21622 20053 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22214104 889470976 6122 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21636/tid=21644] ppid=21635 vsize=868624 CPUtime=0
/proc/21636/task/21644/stat : 21644 (java) S 21635 21622 20053 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22214104 889470976 6122 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) 890848

[startup+3.10176 s]
/proc/loadavg: 1.61 1.92 2.14 3/83 21644
/proc/meminfo: memFree=1817616/2055920 swapFree=4192812/4192956
[pid=21622] ppid=21620 vsize=16868 CPUtime=2.43
/proc/21622/stat : 21622 (sugar) S 21620 21622 20053 0 -1 4194304 1376 12769 0 2 6 1 220 16 15 0 1 0 22214023 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21622/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30109 s]
/proc/loadavg: 1.61 1.92 2.14 3/75 21646
/proc/meminfo: memFree=1803408/2055920 swapFree=4192812/4192956
[pid=21622] ppid=21620 vsize=16868 CPUtime=2.43
/proc/21622/stat : 21622 (sugar) S 21620 21622 20053 0 -1 4194304 1376 12769 0 2 6 1 220 16 16 0 1 0 22214023 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21622/statm: 4217 1113 409 3 0 796 0
[pid=21645] ppid=21622 vsize=5356 CPUtime=0
/proc/21645/stat : 21645 (sh) S 21622 21622 20053 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22214277 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21645/statm: 1339 232 193 169 0 50 0
[pid=21646] ppid=21645 vsize=25892 CPUtime=3.7
/proc/21646/stat : 21646 (minisat) R 21645 21622 20053 0 -1 4194304 6190 0 0 0 367 3 0 0 25 0 1 0 22214278 26513408 6176 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21646/statm: 6473 6176 75 150 0 6320 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 48116

[startup+12.7027 s]
/proc/loadavg: 1.67 1.92 2.14 3/75 21646
/proc/meminfo: memFree=1803280/2055920 swapFree=4192812/4192956
[pid=21622] ppid=21620 vsize=16868 CPUtime=2.43
/proc/21622/stat : 21622 (sugar) S 21620 21622 20053 0 -1 4194304 1376 12769 0 2 6 1 220 16 16 0 1 0 22214023 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21622/statm: 4217 1113 409 3 0 796 0
[pid=21645] ppid=21622 vsize=5356 CPUtime=0
/proc/21645/stat : 21645 (sh) S 21622 21622 20053 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22214277 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21645/statm: 1339 232 193 169 0 50 0
[pid=21646] ppid=21645 vsize=25892 CPUtime=10.04
/proc/21646/stat : 21646 (minisat) R 21645 21622 20053 0 -1 4194304 6209 0 0 0 1001 3 0 0 25 0 1 0 22214278 26513408 6195 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21646/statm: 6473 6195 75 150 0 6320 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 48116

[startup+25.501 s]
/proc/loadavg: 1.72 1.92 2.13 3/75 21646
/proc/meminfo: memFree=1803408/2055920 swapFree=4192812/4192956
[pid=21622] ppid=21620 vsize=16868 CPUtime=2.43
/proc/21622/stat : 21622 (sugar) S 21620 21622 20053 0 -1 4194304 1376 12769 0 2 6 1 220 16 16 0 1 0 22214023 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21622/statm: 4217 1113 409 3 0 796 0
[pid=21645] ppid=21622 vsize=5356 CPUtime=0
/proc/21645/stat : 21645 (sh) S 21622 21622 20053 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22214277 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21645/statm: 1339 232 193 169 0 50 0
[pid=21646] ppid=21645 vsize=26024 CPUtime=22.71
/proc/21646/stat : 21646 (minisat) R 21645 21622 20053 0 -1 4194304 6229 0 0 0 2268 3 0 0 25 0 1 0 22214278 26648576 6215 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21646/statm: 6506 6215 75 150 0 6353 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 48248

[startup+51.1016 s]
/proc/loadavg: 1.81 1.93 2.13 3/75 21646
/proc/meminfo: memFree=1803344/2055920 swapFree=4192812/4192956
[pid=21622] ppid=21620 vsize=16868 CPUtime=2.43
/proc/21622/stat : 21622 (sugar) S 21620 21622 20053 0 -1 4194304 1376 12769 0 2 6 1 220 16 16 0 1 0 22214023 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21622/statm: 4217 1113 409 3 0 796 0
[pid=21645] ppid=21622 vsize=5356 CPUtime=0
/proc/21645/stat : 21645 (sh) S 21622 21622 20053 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22214277 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21645/statm: 1339 232 193 169 0 50 0
[pid=21646] ppid=21645 vsize=26288 CPUtime=48.08
/proc/21646/stat : 21646 (minisat) R 21645 21622 20053 0 -1 4194304 6281 0 0 0 4804 4 0 0 25 0 1 0 22214278 26918912 6267 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21646/statm: 6572 6267 75 150 0 6419 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 48512

[startup+102.307 s]
/proc/loadavg: 1.92 1.94 2.12 3/75 21646
/proc/meminfo: memFree=1801808/2055920 swapFree=4192812/4192956
[pid=21622] ppid=21620 vsize=16868 CPUtime=2.43
/proc/21622/stat : 21622 (sugar) S 21620 21622 20053 0 -1 4194304 1376 12769 0 2 6 1 220 16 16 0 1 0 22214023 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21622/statm: 4217 1113 409 3 0 796 0
[pid=21645] ppid=21622 vsize=5356 CPUtime=0
/proc/21645/stat : 21645 (sh) S 21622 21622 20053 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22214277 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21645/statm: 1339 232 193 169 0 50 0
[pid=21646] ppid=21645 vsize=27652 CPUtime=98.8
/proc/21646/stat : 21646 (minisat) R 21645 21622 20053 0 -1 4194304 6634 0 0 0 9876 4 0 0 25 0 1 0 22214278 28315648 6620 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21646/statm: 6913 6620 75 150 0 6760 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 49876

[startup+162.302 s]
/proc/loadavg: 1.97 1.95 2.11 3/75 21646
/proc/meminfo: memFree=1800144/2055920 swapFree=4192812/4192956
[pid=21622] ppid=21620 vsize=16868 CPUtime=2.43
/proc/21622/stat : 21622 (sugar) S 21620 21622 20053 0 -1 4194304 1376 12769 0 2 6 1 220 16 16 0 1 0 22214023 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21622/statm: 4217 1113 409 3 0 796 0
[pid=21645] ppid=21622 vsize=5356 CPUtime=0
/proc/21645/stat : 21645 (sh) S 21622 21622 20053 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22214277 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21645/statm: 1339 232 193 169 0 50 0
[pid=21646] ppid=21645 vsize=29328 CPUtime=158.24
/proc/21646/stat : 21646 (minisat) R 21645 21622 20053 0 -1 4194304 7039 0 0 0 15820 4 0 0 25 0 1 0 22214278 30031872 7025 996147200 134512640 135127466 4294956256 18446744073709551615 134527474 0 0 4096 3 0 0 0 17 1 0 0
/proc/21646/statm: 7332 7025 75 150 0 7179 0
Current children cumulated CPU time (s) 160.67
Current children cumulated vsize (KiB) 51552

[startup+222.301 s]
/proc/loadavg: 1.99 1.95 2.09 3/75 21646
/proc/meminfo: memFree=1798160/2055920 swapFree=4192812/4192956
[pid=21622] ppid=21620 vsize=16868 CPUtime=2.43
/proc/21622/stat : 21622 (sugar) S 21620 21622 20053 0 -1 4194304 1376 12769 0 2 6 1 220 16 16 0 1 0 22214023 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21622/statm: 4217 1113 409 3 0 796 0
[pid=21645] ppid=21622 vsize=5356 CPUtime=0
/proc/21645/stat : 21645 (sh) S 21622 21622 20053 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22214277 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21645/statm: 1339 232 193 169 0 50 0
[pid=21646] ppid=21645 vsize=31192 CPUtime=217.67
/proc/21646/stat : 21646 (minisat) R 21645 21622 20053 0 -1 4194304 7493 0 0 0 21762 5 0 0 25 0 1 0 22214278 31940608 7479 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/21646/statm: 7798 7479 75 150 0 7645 0
Current children cumulated CPU time (s) 220.1
Current children cumulated vsize (KiB) 53416

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

/proc/meminfo: memFree=1757952/2055920 swapFree=4192812/4192956
[pid=21622] ppid=21620 vsize=16868 CPUtime=2.43
/proc/21622/stat : 21622 (sugar) S 21620 21622 20053 0 -1 4194304 1376 12769 0 2 6 1 220 16 16 0 1 0 22214023 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21622/statm: 4217 1113 409 3 0 796 0
[pid=21645] ppid=21622 vsize=5356 CPUtime=0
/proc/21645/stat : 21645 (sh) S 21622 21622 20053 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22214277 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21645/statm: 1339 232 193 169 0 50 0
[pid=21646] ppid=21645 vsize=61400 CPUtime=1353.76
/proc/21646/stat : 21646 (minisat) R 21645 21622 20053 0 -1 4194304 14885 0 0 0 135360 16 0 0 25 0 1 0 22214278 62873600 14871 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21646/statm: 15350 14871 75 150 0 15197 0
Current children cumulated CPU time (s) 1356.19
Current children cumulated vsize (KiB) 83624

[startup+1422.31 s]
/proc/loadavg: 2.00 1.99 2.00 3/84 21689
/proc/meminfo: memFree=1756864/2055920 swapFree=4192812/4192956
[pid=21622] ppid=21620 vsize=16868 CPUtime=2.43
/proc/21622/stat : 21622 (sugar) S 21620 21622 20053 0 -1 4194304 1376 12769 0 2 6 1 220 16 16 0 1 0 22214023 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21622/statm: 4217 1113 409 3 0 796 0
[pid=21645] ppid=21622 vsize=5356 CPUtime=0
/proc/21645/stat : 21645 (sh) S 21622 21622 20053 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22214277 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21645/statm: 1339 232 193 169 0 50 0
[pid=21646] ppid=21645 vsize=62452 CPUtime=1413.74
/proc/21646/stat : 21646 (minisat) R 21645 21622 20053 0 -1 4194304 15141 0 0 0 141358 16 0 0 25 0 1 0 22214278 63950848 15127 996147200 134512640 135127466 4294956256 18446744073709551615 134530938 0 0 4096 3 0 0 0 17 0 0 0
/proc/21646/statm: 15613 15127 75 150 0 15460 0
Current children cumulated CPU time (s) 1416.17
Current children cumulated vsize (KiB) 84676

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 2.00 3/84 21689
/proc/meminfo: memFree=1755648/2055920 swapFree=4192812/4192956
[pid=21622] ppid=21620 vsize=16868 CPUtime=2.43
/proc/21622/stat : 21622 (sugar) S 21620 21622 20053 0 -1 4194304 1376 12769 0 2 6 1 220 16 16 0 1 0 22214023 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21622/statm: 4217 1113 409 3 0 796 0
[pid=21645] ppid=21622 vsize=5356 CPUtime=0
/proc/21645/stat : 21645 (sh) S 21622 21622 20053 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22214277 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21645/statm: 1339 232 193 169 0 50 0
[pid=21646] ppid=21645 vsize=63652 CPUtime=1473.7
/proc/21646/stat : 21646 (minisat) R 21645 21622 20053 0 -1 4194304 15433 0 0 0 147354 16 0 0 25 0 1 0 22214278 65179648 15419 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21646/statm: 15913 15419 75 150 0 15760 0
Current children cumulated CPU time (s) 1476.13
Current children cumulated vsize (KiB) 85876

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 2.00 3/84 21689
/proc/meminfo: memFree=1754368/2055920 swapFree=4192812/4192956
[pid=21622] ppid=21620 vsize=16868 CPUtime=2.43
/proc/21622/stat : 21622 (sugar) S 21620 21622 20053 0 -1 4194304 1376 12769 0 2 6 1 220 16 16 0 1 0 22214023 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21622/statm: 4217 1113 409 3 0 796 0
[pid=21645] ppid=21622 vsize=5356 CPUtime=0
/proc/21645/stat : 21645 (sh) S 21622 21622 20053 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22214277 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21645/statm: 1339 232 193 169 0 50 0
[pid=21646] ppid=21645 vsize=64876 CPUtime=1533.69
/proc/21646/stat : 21646 (minisat) R 21645 21622 20053 0 -1 4194304 15754 0 0 0 153352 17 0 0 25 0 1 0 22214278 66433024 15740 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21646/statm: 16219 15740 75 150 0 16066 0
Current children cumulated CPU time (s) 1536.12
Current children cumulated vsize (KiB) 87100

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 2.00 3/84 21689
/proc/meminfo: memFree=1753344/2055920 swapFree=4192812/4192956
[pid=21622] ppid=21620 vsize=16868 CPUtime=2.43
/proc/21622/stat : 21622 (sugar) S 21620 21622 20053 0 -1 4194304 1376 12769 0 2 6 1 220 16 16 0 1 0 22214023 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21622/statm: 4217 1113 409 3 0 796 0
[pid=21645] ppid=21622 vsize=5356 CPUtime=0
/proc/21645/stat : 21645 (sh) S 21622 21622 20053 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22214277 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21645/statm: 1339 232 193 169 0 50 0
[pid=21646] ppid=21645 vsize=65812 CPUtime=1593.66
/proc/21646/stat : 21646 (minisat) R 21645 21622 20053 0 -1 4194304 16021 0 0 0 159349 17 0 0 25 0 1 0 22214278 67391488 16007 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21646/statm: 16453 16007 75 150 0 16300 0
Current children cumulated CPU time (s) 1596.09
Current children cumulated vsize (KiB) 88036

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 2.00 3/84 21689
/proc/meminfo: memFree=1752128/2055920 swapFree=4192812/4192956
[pid=21622] ppid=21620 vsize=16868 CPUtime=2.43
/proc/21622/stat : 21622 (sugar) S 21620 21622 20053 0 -1 4194304 1376 12769 0 2 6 1 220 16 16 0 1 0 22214023 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21622/statm: 4217 1113 409 3 0 796 0
[pid=21645] ppid=21622 vsize=5356 CPUtime=0
/proc/21645/stat : 21645 (sh) S 21622 21622 20053 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22214277 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21645/statm: 1339 232 193 169 0 50 0
[pid=21646] ppid=21645 vsize=66880 CPUtime=1653.64
/proc/21646/stat : 21646 (minisat) R 21645 21622 20053 0 -1 4194304 16289 0 0 0 165347 17 0 0 25 0 1 0 22214278 68485120 16275 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21646/statm: 16720 16275 75 150 0 16567 0
Current children cumulated CPU time (s) 1656.07
Current children cumulated vsize (KiB) 89104

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 2.00 3/84 21689
/proc/meminfo: memFree=1750912/2055920 swapFree=4192812/4192956
[pid=21622] ppid=21620 vsize=16868 CPUtime=2.43
/proc/21622/stat : 21622 (sugar) S 21620 21622 20053 0 -1 4194304 1376 12769 0 2 6 1 220 16 16 0 1 0 22214023 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21622/statm: 4217 1113 409 3 0 796 0
[pid=21645] ppid=21622 vsize=5356 CPUtime=0
/proc/21645/stat : 21645 (sh) S 21622 21622 20053 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22214277 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21645/statm: 1339 232 193 169 0 50 0
[pid=21646] ppid=21645 vsize=68068 CPUtime=1713.63
/proc/21646/stat : 21646 (minisat) R 21645 21622 20053 0 -1 4194304 16593 0 0 0 171345 18 0 0 25 0 1 0 22214278 69701632 16579 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21646/statm: 17017 16579 75 150 0 16864 0
Current children cumulated CPU time (s) 1716.06
Current children cumulated vsize (KiB) 90292

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 2.00 3/84 21689
/proc/meminfo: memFree=1749248/2055920 swapFree=4192812/4192956
[pid=21622] ppid=21620 vsize=16868 CPUtime=2.43
/proc/21622/stat : 21622 (sugar) S 21620 21622 20053 0 -1 4194304 1376 12769 0 2 6 1 220 16 16 0 1 0 22214023 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21622/statm: 4217 1113 409 3 0 796 0
[pid=21645] ppid=21622 vsize=5356 CPUtime=0
/proc/21645/stat : 21645 (sh) S 21622 21622 20053 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22214277 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21645/statm: 1339 232 193 169 0 50 0
[pid=21646] ppid=21645 vsize=69632 CPUtime=1773.6
/proc/21646/stat : 21646 (minisat) R 21645 21622 20053 0 -1 4194304 16984 0 0 0 177342 18 0 0 25 0 1 0 22214278 71303168 16970 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21646/statm: 17408 16970 75 150 0 17255 0
Current children cumulated CPU time (s) 1776.03
Current children cumulated vsize (KiB) 91856



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.3 s]
/proc/loadavg: 2.00 1.99 2.00 3/84 21695
/proc/meminfo: memFree=1748472/2055920 swapFree=4192812/4192956
[pid=21622] ppid=21620 vsize=16868 CPUtime=2.43
/proc/21622/stat : 21622 (sugar) S 21620 21622 20053 0 -1 4194304 1376 12769 0 2 6 1 220 16 16 0 1 0 22214023 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21622/statm: 4217 1113 409 3 0 796 0
[pid=21645] ppid=21622 vsize=5356 CPUtime=0
/proc/21645/stat : 21645 (sh) S 21622 21622 20053 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22214277 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21645/statm: 1339 232 193 169 0 50 0
[pid=21646] ppid=21645 vsize=70272 CPUtime=1797.59
/proc/21646/stat : 21646 (minisat) R 21645 21622 20053 0 -1 4194304 17158 0 0 0 179741 18 0 0 25 0 1 0 22214278 71958528 17144 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21646/statm: 17568 17144 75 150 0 17415 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 92496

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

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

[startup+1806.3 s]
/proc/loadavg: 2.00 1.99 2.00 3/84 21695
/proc/meminfo: memFree=1748472/2055920 swapFree=4192812/4192956
[pid=21622] ppid=21620 vsize=16868 CPUtime=2.43
/proc/21622/stat : 21622 (sugar) S 21620 21622 20053 0 -1 4194304 1376 12769 0 2 6 1 220 16 16 0 1 0 22214023 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21622/statm: 4217 1113 409 3 0 796 0
[pid=21645] ppid=21622 vsize=5356 CPUtime=0
/proc/21645/stat : 21645 (sh) S 21622 21622 20053 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22214277 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21645/statm: 1339 232 193 169 0 50 0
[pid=21646] ppid=21645 vsize=70272 CPUtime=1797.59
/proc/21646/stat : 21646 (minisat) R 21645 21622 20053 0 -1 4194304 17158 0 0 0 179741 18 0 0 25 0 1 0 22214278 71958528 17144 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21646/statm: 17568 17144 75 150 0 17415 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 92496

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21622 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=279653
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=183972
# CPU time returned by wait4() is 2.46362
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1806.33
CPU time (s): 1800.02
CPU user time (s): 1799.67
CPU system time (s): 0.35
CPU usage (%): 99.6509
Max. virtual memory (cumulated for all children) (KiB): 890848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.27965
system time used= 0.183972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14592
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= 4178
involuntary context switches= 4122

runsolver used 2.08868 second user time and 6.14907 second system time

The end

Launcher Data

Begin job on node17 at 2009-07-12 00:31:08
IDJOB=2070554
IDBENCH=55368
IDSOLVER=739
FILE ID=node17/2070554-1247351468
PBS_JOBID= 9506823
Free space on /tmp= 66452 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/golombRulerArity3/normalized-ruler-70-12-a3.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-2070554-1247351468/watcher-2070554-1247351468 -o /tmp/evaluation-result-2070554-1247351468/solver-2070554-1247351468 -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-2070554-1247351468.xml

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

MD5SUM BENCH= 159836703c8d4079f442c681ff91b599
RANDOM SEED=877843921

node17.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.213
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.213
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:       1841352 kB
Buffers:         42352 kB
Cached:          94804 kB
SwapCached:          0 kB
Active:         105732 kB
Inactive:        52580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1841352 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1768 kB
Writeback:           0 kB
Mapped:          32644 kB
Slab:            41536 kB
Committed_AS:   153780 kB
PageTables:       1828 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= 66448 MiB
End job on node17 at 2009-07-12 01:01:16