Trace number 1050584

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? (TO) 1800.05 1817.23

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.6326
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 (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Thu Jul  3 03:57:22 2008
0.00/0.05	c 0	PID 1489
0.00/0.05	c 0	HOST node17.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1050584-1215050242.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1050584-1215050242.xml' 'HOME/temp.csp'
0.03/0.70	c 0	2 domains, 78 variables, 3 predicates, 0 relations, 2277 constraints
0.03/0.73	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.73	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.67/0.81	c 0	Parsing HOME/temp.csp
1.02/1.12	c 1	parsed 2360 expressions
1.02/1.12	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.02/1.12	c 1	Converting to clausal form CSP
1.02/1.18	c 1	converted 236 (10%) expressions
1.11/1.29	c 1	converted 472 (20%) expressions
1.21/1.32	c 1	converted 708 (30%) expressions
1.21/1.34	c 1	converted 944 (40%) expressions
1.21/1.35	c 1	converted 1180 (50%) expressions
1.21/1.36	c 1	converted 1416 (60%) expressions
1.21/1.36	c 1	converted 1652 (70%) expressions
1.21/1.37	c 1	converted 1888 (80%) expressions
1.21/1.38	c 1	converted 2124 (90%) expressions
1.21/1.39	c 1	converted 2360 (100%) expressions
1.21/1.39	c 1	CSP : 78 integers, 0 booleans, 2343 clauses, largest domain size 71
1.21/1.39	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.21/1.39	c 1	Propagation in CSP
1.31/1.47	c 1	572 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.31/1.47	c 1	CSP : 78 integers, 0 booleans, 2343 clauses, largest domain size 70
1.31/1.47	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.31/1.47	c 1	Simplifing CSP by introducing new Boolean variables
1.40/1.51	c 1	CSP : 78 integers, 4290 booleans, 6633 clauses, largest domain size 70
1.40/1.51	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.40/1.55	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.40/1.57	c 1	8 (10%) CSP integer variables are encoded (464 clauses, 4956 bytes)
1.40/1.57	c 1	16 (20%) CSP integer variables are encoded (934 clauses, 10126 bytes)
1.40/1.57	c 1	24 (30%) CSP integer variables are encoded (1447 clauses, 16698 bytes)
1.40/1.57	c 1	32 (40%) CSP integer variables are encoded (1947 clauses, 23198 bytes)
1.40/1.58	c 1	39 (50%) CSP integer variables are encoded (2377 clauses, 28788 bytes)
1.40/1.58	c 1	47 (60%) CSP integer variables are encoded (2872 clauses, 35223 bytes)
1.40/1.58	c 1	55 (70%) CSP integer variables are encoded (3364 clauses, 41619 bytes)
1.40/1.58	c 1	63 (80%) CSP integer variables are encoded (3854 clauses, 47989 bytes)
1.40/1.58	c 1	71 (90%) CSP integer variables are encoded (4331 clauses, 54190 bytes)
1.40/1.58	c 1	78 (100%) CSP integer variables are encoded (4744 clauses, 59559 bytes)
1.51/1.66	c 1	664 (10%) CSP clauses are encoded (32901 clauses, 534338 bytes)
1.61/1.73	c 1	1327 (20%) CSP clauses are encoded (60827 clauses, 1047063 bytes)
1.61/1.78	c 1	1990 (30%) CSP clauses are encoded (88943 clauses, 1576148 bytes)
1.71/1.85	c 2	2654 (40%) CSP clauses are encoded (116246 clauses, 2089643 bytes)
1.80/1.90	c 2	3317 (50%) CSP clauses are encoded (144181 clauses, 2615229 bytes)
1.80/1.96	c 2	3980 (60%) CSP clauses are encoded (171560 clauses, 3130209 bytes)
1.90/2.02	c 2	4644 (70%) CSP clauses are encoded (199274 clauses, 3651601 bytes)
1.90/2.07	c 2	5307 (80%) CSP clauses are encoded (226701 clauses, 4167469 bytes)
2.00/2.13	c 2	5970 (90%) CSP clauses are encoded (253954 clauses, 4680025 bytes)
2.50/2.64	c 2	6633 (100%) CSP clauses are encoded (542083 clauses, 9311947 bytes)
2.50/2.64	c 2	6633 CSP clauses encoded
2.50/2.64	c 2	Writing map file : HOME/temp.map
2.50/2.64	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.50/2.64	c 2	SAT : 9112 SAT variables, 542083 SAT clauses, 9311947 bytes
2.50/2.64	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.50/2.66	c 2	SOLVING HOME/temp.cnf
2.50/2.66	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.50/2.67	c 2	This is MiniSat 2.0 beta
2.50/2.67	c 2	WARNING: for repeatability, setting FPU to use double precision
2.50/2.67	c 2	============================[ Problem Statistics ]=============================
2.50/2.67	c 2	|                                                                             |
2.50/2.67	c 2	|  Number of variables:  9112                                                 |
2.50/2.67	c 2	|  Number of clauses:    542083                                               |
2.57/2.93	c 3	|  Parsing time:         0.22         s                                       |
2.57/2.94	c 3	============================[ Search Statistics ]==============================
2.57/2.94	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.57/2.94	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.57/2.94	c 3	===============================================================================
2.57/2.94	c 3	|         0 |    9112   542083  1597129 |   180694        0    nan |  0.000 % |
3.08/3.25	c 3	|       101 |    9112   542083  1597129 |   198763      101      7 |  0.000 % |
3.48/3.63	c 3	|       253 |    9112   542083  1597129 |   218640      253     10 |  0.000 % |
3.88/4.04	c 4	|       478 |    9112   542083  1597129 |   240504      478      9 |  0.001 % |
4.67/4.85	c 5	|       816 |    9112   542083  1597129 |   264554      815      9 |  0.604 % |
6.15/6.34	c 6	|      1322 |    9112   542083  1597129 |   291010     1321     10 |  0.605 % |
10.51/10.74	c 10	|      2081 |    9111   542083  1597129 |   320111     2079     10 |  1.208 % |
11.99/12.21	c 12	|      3220 |    9002   531755  1567529 |   352122     3218      9 |  1.209 % |
18.62/18.99	c 19	|      4928 |    9002   531755  1567529 |   387334     4926     10 |  1.207 % |
31.40/31.86	c 32	|      7491 |    9002   531755  1567529 |   426067     7489     10 |  1.209 % |
38.43/38.94	c 39	|     11335 |    8777   506559  1494136 |   468674    10675     10 |  3.984 % |
57.16/57.83	c 57	|     17101 |    8749   503136  1484105 |   515542    16440     12 |  4.478 % |
83.52/84.46	c 84	|     25751 |    8704   498438  1470483 |   567096    25090     12 |  4.478 % |
116.50/117.74	c 117	|     38725 |    8704   498438  1470483 |   623805    38064     13 |  4.478 % |
164.94/166.65	c 166	|     58186 |    8704   498438  1470483 |   686186    57525     13 |  4.478 % |
241.12/243.00	c 243	|     87378 |    8704   498438  1470483 |   754805    86717     14 |  4.479 % |
360.87/364.47	c 364	|    131167 |    8704   498438  1470483 |   830285   130506     14 |  4.479 % |
704.52/711.37	c 711	|    196851 |    8704   498438  1470483 |   913314   196190     15 |  4.478 % |
1128.90/1139.79	c 1139	|    295377 |    8704   498438  1470483 |  1004645   294716     15 |  4.478 % |
1800.05/1817.22	c 1817	DECODING HOME/temp.out WITH HOME/temp.map
1800.05/1817.22	c 1817	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.05/1817.22	c ERROR INTERRUPTED
1800.05/1817.22	s UNKNOWN
1800.05/1817.22	c 1817	CPU 2.41 (0.04 0.01 2.37 0.16)
1800.05/1817.22	c 1817	END Thu Jul  3 04:27:39 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1050584-1215050242/watcher-1050584-1215050242 -o /tmp/evaluation-result-1050584-1215050242/solver-1050584-1215050242 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1050584-1215050242.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): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.13 2.04 2.01 4/81 1489
/proc/meminfo: memFree=1685760/2055920 swapFree=4179840/4192956
[pid=1489] ppid=1487 vsize=18572 CPUtime=0
/proc/1489/stat : 1489 (runsolver) R 1487 1489 32596 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 626213446 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 245482712359 0 0 4096 24578 0 0 0 17 1 0 0
/proc/1489/statm: 4643 292 257 25 0 2626 0

[startup+0.0579329 s]
/proc/loadavg: 2.13 2.04 2.01 4/81 1489
/proc/meminfo: memFree=1685760/2055920 swapFree=4179840/4192956
[pid=1489] ppid=1487 vsize=13600 CPUtime=0.03
/proc/1489/stat : 1489 (sugar) S 1487 1489 32596 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 626213446 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1489/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101937 s]
/proc/loadavg: 2.13 2.04 2.01 4/81 1489
/proc/meminfo: memFree=1685760/2055920 swapFree=4179840/4192956
[pid=1489] ppid=1487 vsize=13600 CPUtime=0.03
/proc/1489/stat : 1489 (sugar) S 1487 1489 32596 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 626213446 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1489/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301952 s]
/proc/loadavg: 2.13 2.04 2.01 4/81 1489
/proc/meminfo: memFree=1685760/2055920 swapFree=4179840/4192956
[pid=1489] ppid=1487 vsize=13600 CPUtime=0.03
/proc/1489/stat : 1489 (sugar) S 1487 1489 32596 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 626213446 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1489/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702003 s]
/proc/loadavg: 2.13 2.04 2.01 4/81 1489
/proc/meminfo: memFree=1685760/2055920 swapFree=4179840/4192956
[pid=1489] ppid=1487 vsize=13600 CPUtime=0.03
/proc/1489/stat : 1489 (sugar) S 1487 1489 32596 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 626213446 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1489/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50208 s]
/proc/loadavg: 2.13 2.04 2.01 4/92 1511
/proc/meminfo: memFree=1678248/2055920 swapFree=4179840/4192956
[pid=1489] ppid=1487 vsize=13600 CPUtime=0.67
/proc/1489/stat : 1489 (sugar) S 1487 1489 32596 0 -1 4194304 974 5197 0 1 3 0 60 4 15 0 1 0 626213446 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1489/statm: 3400 797 370 3 0 500 0
[pid=1502] ppid=1489 vsize=5356 CPUtime=0
/proc/1502/stat : 1502 (sh) S 1489 1489 32596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 626213519 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1502/statm: 1339 233 193 169 0 50 0
[pid=1503] ppid=1502 vsize=868252 CPUtime=0.73
/proc/1503/stat : 1503 (java) S 1502 1489 32596 0 -1 0 5513 0 1 0 70 3 0 0 19 0 9 0 626213520 889090048 4910 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1503/statm: 217063 4910 1733 9 0 211638 0
[pid=1503/tid=1504] ppid=1502 vsize=868252 CPUtime=0.48
/proc/1503/task/1504/stat : 1504 (java) R 1502 1489 32596 0 -1 64 2656 0 1 0 47 1 0 0 21 0 9 0 626213521 889090048 4910 996147200 134512640 134550740 4294955952 18446744073709551615 4126890750 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1503/tid=1505] ppid=1502 vsize=868252 CPUtime=0.03
/proc/1503/task/1505/stat : 1505 (java) S 1502 1489 32596 0 -1 64 697 0 0 0 3 0 0 0 16 0 9 0 626213522 889090048 4910 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1503/tid=1506] ppid=1502 vsize=868252 CPUtime=0
/proc/1503/task/1506/stat : 1506 (java) S 1502 1489 32596 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 626213522 889090048 4910 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1503/tid=1507] ppid=1502 vsize=868252 CPUtime=0
/proc/1503/task/1507/stat : 1507 (java) S 1502 1489 32596 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 626213522 889090048 4910 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1503/tid=1508] ppid=1502 vsize=868252 CPUtime=0
/proc/1503/task/1508/stat : 1508 (java) S 1502 1489 32596 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 626213524 889090048 4910 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1503/tid=1509] ppid=1502 vsize=868252 CPUtime=0.19
/proc/1503/task/1509/stat : 1509 (java) S 1502 1489 32596 0 -1 64 1469 0 0 0 19 0 0 0 16 0 9 0 626213524 889090048 4910 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1503/tid=1510] ppid=1502 vsize=868252 CPUtime=0
/proc/1503/task/1510/stat : 1510 (java) S 1502 1489 32596 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 626213524 889090048 4910 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1503/tid=1511] ppid=1502 vsize=868252 CPUtime=0
/proc/1503/task/1511/stat : 1511 (java) S 1502 1489 32596 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 626213524 889090048 4910 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 887208

[startup+3.10125 s]
/proc/loadavg: 2.13 2.04 2.01 3/92 1511
/proc/meminfo: memFree=1664616/2055920 swapFree=4179840/4192956
[pid=1489] ppid=1487 vsize=13600 CPUtime=2.57
/proc/1489/stat : 1489 (sugar) S 1487 1489 32596 0 -1 4194304 1032 12685 0 2 4 1 237 15 15 0 1 0 626213446 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1489/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 13600

[startup+6.30258 s]
/proc/loadavg: 2.12 2.04 2.01 3/84 1513
/proc/meminfo: memFree=1649640/2055920 swapFree=4179840/4192956
[pid=1489] ppid=1487 vsize=13600 CPUtime=2.57
/proc/1489/stat : 1489 (sugar) S 1487 1489 32596 0 -1 4194304 1032 12685 0 2 4 1 237 15 15 0 1 0 626213446 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1489/statm: 3400 798 370 3 0 500 0
[pid=1512] ppid=1489 vsize=5356 CPUtime=0
/proc/1512/stat : 1512 (sh) S 1489 1489 32596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 626213713 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1512/statm: 1339 232 193 169 0 50 0
[pid=1513] ppid=1512 vsize=25720 CPUtime=3.58
/proc/1513/stat : 1513 (minisat) R 1512 1489 32596 0 -1 4194304 6170 0 0 0 354 4 0 0 25 0 1 0 626213713 26337280 6156 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1513/statm: 6430 6156 75 150 0 6277 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 44676

[startup+12.7012 s]
/proc/loadavg: 2.11 2.04 2.00 3/84 1513
/proc/meminfo: memFree=1649384/2055920 swapFree=4179840/4192956
[pid=1489] ppid=1487 vsize=13600 CPUtime=2.57
/proc/1489/stat : 1489 (sugar) S 1487 1489 32596 0 -1 4194304 1032 12685 0 2 4 1 237 15 16 0 1 0 626213446 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1489/statm: 3400 798 370 3 0 500 0
[pid=1512] ppid=1489 vsize=5356 CPUtime=0
/proc/1512/stat : 1512 (sh) S 1489 1489 32596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 626213713 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1512/statm: 1339 232 193 169 0 50 0
[pid=1513] ppid=1512 vsize=25852 CPUtime=9.92
/proc/1513/stat : 1513 (minisat) R 1512 1489 32596 0 -1 4194304 6197 0 0 0 988 4 0 0 25 0 1 0 626213713 26472448 6183 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/1513/statm: 6463 6183 75 150 0 6310 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 44808

[startup+25.5015 s]
/proc/loadavg: 2.08 2.04 2.00 3/84 1513
/proc/meminfo: memFree=1649192/2055920 swapFree=4179840/4192956
[pid=1489] ppid=1487 vsize=13600 CPUtime=2.57
/proc/1489/stat : 1489 (sugar) S 1487 1489 32596 0 -1 4194304 1032 12685 0 2 4 1 237 15 16 0 1 0 626213446 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1489/statm: 3400 798 370 3 0 500 0
[pid=1512] ppid=1489 vsize=5356 CPUtime=0
/proc/1512/stat : 1512 (sh) S 1489 1489 32596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 626213713 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1512/statm: 1339 232 193 169 0 50 0
[pid=1513] ppid=1512 vsize=25984 CPUtime=22.59
/proc/1513/stat : 1513 (minisat) R 1512 1489 32596 0 -1 4194304 6222 0 0 0 2255 4 0 0 25 0 1 0 626213713 26607616 6208 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1513/statm: 6496 6208 75 150 0 6343 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 44940

[startup+51.1012 s]
/proc/loadavg: 2.05 2.04 2.00 3/84 1513
/proc/meminfo: memFree=1648552/2055920 swapFree=4179840/4192956
[pid=1489] ppid=1487 vsize=13600 CPUtime=2.57
/proc/1489/stat : 1489 (sugar) S 1487 1489 32596 0 -1 4194304 1032 12685 0 2 4 1 237 15 16 0 1 0 626213446 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1489/statm: 3400 798 370 3 0 500 0
[pid=1512] ppid=1489 vsize=5356 CPUtime=0
/proc/1512/stat : 1512 (sh) S 1489 1489 32596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 626213713 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1512/statm: 1339 232 193 169 0 50 0
[pid=1513] ppid=1512 vsize=26152 CPUtime=47.95
/proc/1513/stat : 1513 (minisat) R 1512 1489 32596 0 -1 4194304 6272 0 0 0 4791 4 0 0 25 0 1 0 626213713 26779648 6258 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1513/statm: 6538 6258 75 150 0 6385 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 45108

[startup+102.306 s]
/proc/loadavg: 2.02 2.03 2.00 3/84 1513
/proc/meminfo: memFree=1646248/2055920 swapFree=4179840/4192956
[pid=1489] ppid=1487 vsize=13600 CPUtime=2.57
/proc/1489/stat : 1489 (sugar) S 1487 1489 32596 0 -1 4194304 1032 12685 0 2 4 1 237 15 16 0 1 0 626213446 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1489/statm: 3400 798 370 3 0 500 0
[pid=1512] ppid=1489 vsize=5356 CPUtime=0
/proc/1512/stat : 1512 (sh) S 1489 1489 32596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 626213713 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1512/statm: 1339 232 193 169 0 50 0
[pid=1513] ppid=1512 vsize=27372 CPUtime=98.68
/proc/1513/stat : 1513 (minisat) R 1512 1489 32596 0 -1 4194304 6550 0 0 0 9863 5 0 0 25 0 1 0 626213713 28028928 6536 996147200 134512640 135127466 4294956272 18446744073709551615 134530593 0 0 4096 3 0 0 0 17 1 0 0
/proc/1513/statm: 6843 6536 75 150 0 6690 0
Current children cumulated CPU time (s) 101.25
Current children cumulated vsize (KiB) 46328

[startup+162.302 s]
/proc/loadavg: 2.01 2.02 2.00 3/84 1513
/proc/meminfo: memFree=1642856/2055920 swapFree=4179840/4192956
[pid=1489] ppid=1487 vsize=13600 CPUtime=2.57
/proc/1489/stat : 1489 (sugar) S 1487 1489 32596 0 -1 4194304 1032 12685 0 2 4 1 237 15 16 0 1 0 626213446 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1489/statm: 3400 798 370 3 0 500 0
[pid=1512] ppid=1489 vsize=5356 CPUtime=0
/proc/1512/stat : 1512 (sh) S 1489 1489 32596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 626213713 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1512/statm: 1339 232 193 169 0 50 0
[pid=1513] ppid=1512 vsize=29448 CPUtime=158.1
/proc/1513/stat : 1513 (minisat) R 1512 1489 32596 0 -1 4194304 7082 0 0 0 15805 5 0 0 25 0 1 0 626213713 30154752 7068 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1513/statm: 7362 7068 75 150 0 7209 0
Current children cumulated CPU time (s) 160.67
Current children cumulated vsize (KiB) 48404

[startup+222.302 s]
/proc/loadavg: 2.04 2.03 2.00 3/75 1549
/proc/meminfo: memFree=1732448/2055920 swapFree=4179840/4192956
[pid=1489] ppid=1487 vsize=13600 CPUtime=2.57
/proc/1489/stat : 1489 (sugar) S 1487 1489 32596 0 -1 4194304 1032 12685 0 2 4 1 237 15 16 0 1 0 626213446 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1489/statm: 3400 798 370 3 0 500 0
[pid=1512] ppid=1489 vsize=5356 CPUtime=0
/proc/1512/stat : 1512 (sh) S 1489 1489 32596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 626213713 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1512/statm: 1339 232 193 169 0 50 0
[pid=1513] ppid=1512 vsize=31868 CPUtime=217.86
/proc/1513/stat : 1513 (minisat) R 1512 1489 32596 0 -1 4194304 7675 0 0 0 21779 7 0 0 25 0 1 0 626213713 32632832 7661 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1513/statm: 7967 7661 75 150 0 7814 0
Current children cumulated CPU time (s) 220.43
Current children cumulated vsize (KiB) 50824

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

/proc/meminfo: memFree=1679408/2055920 swapFree=4179840/4192956
[pid=1489] ppid=1487 vsize=13600 CPUtime=2.57
/proc/1489/stat : 1489 (sugar) S 1487 1489 32596 0 -1 4194304 1032 12685 0 2 4 1 237 15 16 0 1 0 626213446 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1489/statm: 3400 798 370 3 0 500 0
[pid=1512] ppid=1489 vsize=5356 CPUtime=0
/proc/1512/stat : 1512 (sh) S 1489 1489 32596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 626213713 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1512/statm: 1339 232 193 169 0 50 0
[pid=1513] ppid=1512 vsize=56416 CPUtime=1287.41
/proc/1513/stat : 1513 (minisat) R 1512 1489 32596 0 -1 4194304 13640 0 0 0 128726 15 0 0 25 0 1 0 626213713 57769984 13626 996147200 134512640 135127466 4294956272 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 1 0 0
/proc/1513/statm: 14104 13626 75 150 0 13951 0
Current children cumulated CPU time (s) 1289.98
Current children cumulated vsize (KiB) 75372

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 2046
/proc/meminfo: memFree=1678192/2055920 swapFree=4179840/4192956
[pid=1489] ppid=1487 vsize=13600 CPUtime=2.57
/proc/1489/stat : 1489 (sugar) S 1487 1489 32596 0 -1 4194304 1032 12685 0 2 4 1 237 15 16 0 1 0 626213446 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1489/statm: 3400 798 370 3 0 500 0
[pid=1512] ppid=1489 vsize=5356 CPUtime=0
/proc/1512/stat : 1512 (sh) S 1489 1489 32596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 626213713 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1512/statm: 1339 232 193 169 0 50 0
[pid=1513] ppid=1512 vsize=57528 CPUtime=1346.85
/proc/1513/stat : 1513 (minisat) R 1512 1489 32596 0 -1 4194304 13929 0 0 0 134670 15 0 0 25 0 1 0 626213713 58908672 13915 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/1513/statm: 14382 13915 75 150 0 14229 0
Current children cumulated CPU time (s) 1349.42
Current children cumulated vsize (KiB) 76484

[startup+1422.31 s]
/proc/loadavg: 2.06 2.02 2.00 3/75 2046
/proc/meminfo: memFree=1676912/2055920 swapFree=4179840/4192956
[pid=1489] ppid=1487 vsize=13600 CPUtime=2.57
/proc/1489/stat : 1489 (sugar) S 1487 1489 32596 0 -1 4194304 1032 12685 0 2 4 1 237 15 16 0 1 0 626213446 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1489/statm: 3400 798 370 3 0 500 0
[pid=1512] ppid=1489 vsize=5356 CPUtime=0
/proc/1512/stat : 1512 (sh) S 1489 1489 32596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 626213713 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1512/statm: 1339 232 193 169 0 50 0
[pid=1513] ppid=1512 vsize=58932 CPUtime=1406.29
/proc/1513/stat : 1513 (minisat) R 1512 1489 32596 0 -1 4194304 14252 0 0 0 140614 15 0 0 25 0 1 0 626213713 60346368 14238 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1513/statm: 14733 14238 75 150 0 14580 0
Current children cumulated CPU time (s) 1408.86
Current children cumulated vsize (KiB) 77888

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/75 2046
/proc/meminfo: memFree=1675760/2055920 swapFree=4179840/4192956
[pid=1489] ppid=1487 vsize=13600 CPUtime=2.57
/proc/1489/stat : 1489 (sugar) S 1487 1489 32596 0 -1 4194304 1032 12685 0 2 4 1 237 15 16 0 1 0 626213446 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1489/statm: 3400 798 370 3 0 500 0
[pid=1512] ppid=1489 vsize=5356 CPUtime=0
/proc/1512/stat : 1512 (sh) S 1489 1489 32596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 626213713 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1512/statm: 1339 232 193 169 0 50 0
[pid=1513] ppid=1512 vsize=59900 CPUtime=1465.73
/proc/1513/stat : 1513 (minisat) R 1512 1489 32596 0 -1 4194304 14515 0 0 0 146557 16 0 0 25 0 1 0 626213713 61337600 14501 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1513/statm: 14975 14501 75 150 0 14822 0
Current children cumulated CPU time (s) 1468.3
Current children cumulated vsize (KiB) 78856

[startup+1542.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/75 2046
/proc/meminfo: memFree=1674800/2055920 swapFree=4179840/4192956
[pid=1489] ppid=1487 vsize=13600 CPUtime=2.57
/proc/1489/stat : 1489 (sugar) S 1487 1489 32596 0 -1 4194304 1032 12685 0 2 4 1 237 15 16 0 1 0 626213446 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1489/statm: 3400 798 370 3 0 500 0
[pid=1512] ppid=1489 vsize=5356 CPUtime=0
/proc/1512/stat : 1512 (sh) S 1489 1489 32596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 626213713 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1512/statm: 1339 232 193 169 0 50 0
[pid=1513] ppid=1512 vsize=60912 CPUtime=1525.16
/proc/1513/stat : 1513 (minisat) R 1512 1489 32596 0 -1 4194304 14761 0 0 0 152500 16 0 0 25 0 1 0 626213713 62373888 14747 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/1513/statm: 15228 14747 75 150 0 15075 0
Current children cumulated CPU time (s) 1527.73
Current children cumulated vsize (KiB) 79868

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 2046
/proc/meminfo: memFree=1673776/2055920 swapFree=4179840/4192956
[pid=1489] ppid=1487 vsize=13600 CPUtime=2.57
/proc/1489/stat : 1489 (sugar) S 1487 1489 32596 0 -1 4194304 1032 12685 0 2 4 1 237 15 16 0 1 0 626213446 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1489/statm: 3400 798 370 3 0 500 0
[pid=1512] ppid=1489 vsize=5356 CPUtime=0
/proc/1512/stat : 1512 (sh) S 1489 1489 32596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 626213713 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1512/statm: 1339 232 193 169 0 50 0
[pid=1513] ppid=1512 vsize=61960 CPUtime=1584.6
/proc/1513/stat : 1513 (minisat) R 1512 1489 32596 0 -1 4194304 15019 0 0 0 158444 16 0 0 25 0 1 0 626213713 63447040 15005 996147200 134512640 135127466 4294956272 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/1513/statm: 15490 15005 75 150 0 15337 0
Current children cumulated CPU time (s) 1587.17
Current children cumulated vsize (KiB) 80916

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 2046
/proc/meminfo: memFree=1672752/2055920 swapFree=4179840/4192956
[pid=1489] ppid=1487 vsize=13600 CPUtime=2.57
/proc/1489/stat : 1489 (sugar) S 1487 1489 32596 0 -1 4194304 1032 12685 0 2 4 1 237 15 16 0 1 0 626213446 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1489/statm: 3400 798 370 3 0 500 0
[pid=1512] ppid=1489 vsize=5356 CPUtime=0
/proc/1512/stat : 1512 (sh) S 1489 1489 32596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 626213713 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1512/statm: 1339 232 193 169 0 50 0
[pid=1513] ppid=1512 vsize=62920 CPUtime=1644.03
/proc/1513/stat : 1513 (minisat) R 1512 1489 32596 0 -1 4194304 15267 0 0 0 164386 17 0 0 25 0 1 0 626213713 64430080 15253 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1513/statm: 15730 15253 75 150 0 15577 0
Current children cumulated CPU time (s) 1646.6
Current children cumulated vsize (KiB) 81876

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 2046
/proc/meminfo: memFree=1671792/2055920 swapFree=4179840/4192956
[pid=1489] ppid=1487 vsize=13600 CPUtime=2.57
/proc/1489/stat : 1489 (sugar) S 1487 1489 32596 0 -1 4194304 1032 12685 0 2 4 1 237 15 16 0 1 0 626213446 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1489/statm: 3400 798 370 3 0 500 0
[pid=1512] ppid=1489 vsize=5356 CPUtime=0
/proc/1512/stat : 1512 (sh) S 1489 1489 32596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 626213713 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1512/statm: 1339 232 193 169 0 50 0
[pid=1513] ppid=1512 vsize=63860 CPUtime=1703.47
/proc/1513/stat : 1513 (minisat) R 1512 1489 32596 0 -1 4194304 15509 0 0 0 170330 17 0 0 25 0 1 0 626213713 65392640 15495 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1513/statm: 15965 15495 75 150 0 15812 0
Current children cumulated CPU time (s) 1706.04
Current children cumulated vsize (KiB) 82816

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 2046
/proc/meminfo: memFree=1670640/2055920 swapFree=4179840/4192956
[pid=1489] ppid=1487 vsize=13600 CPUtime=2.57
/proc/1489/stat : 1489 (sugar) S 1487 1489 32596 0 -1 4194304 1032 12685 0 2 4 1 237 15 16 0 1 0 626213446 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1489/statm: 3400 798 370 3 0 500 0
[pid=1512] ppid=1489 vsize=5356 CPUtime=0
/proc/1512/stat : 1512 (sh) S 1489 1489 32596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 626213713 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1512/statm: 1339 232 193 169 0 50 0
[pid=1513] ppid=1512 vsize=64884 CPUtime=1762.91
/proc/1513/stat : 1513 (minisat) R 1512 1489 32596 0 -1 4194304 15769 0 0 0 176274 17 0 0 25 0 1 0 626213713 66441216 15755 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1513/statm: 16221 15755 75 150 0 16068 0
Current children cumulated CPU time (s) 1765.48
Current children cumulated vsize (KiB) 83840



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.21 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 2046
/proc/meminfo: memFree=1670064/2055920 swapFree=4179840/4192956
[pid=1489] ppid=1487 vsize=13600 CPUtime=2.57
/proc/1489/stat : 1489 (sugar) S 1487 1489 32596 0 -1 4194304 1032 12685 0 2 4 1 237 15 16 0 1 0 626213446 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1489/statm: 3400 798 370 3 0 500 0
[pid=1512] ppid=1489 vsize=5356 CPUtime=0
/proc/1512/stat : 1512 (sh) S 1489 1489 32596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 626213713 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1512/statm: 1339 232 193 169 0 50 0
[pid=1513] ppid=1512 vsize=65468 CPUtime=1797.48
/proc/1513/stat : 1513 (minisat) R 1512 1489 32596 0 -1 4194304 15915 0 0 0 179731 17 0 0 25 0 1 0 626213713 67039232 15901 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1513/statm: 16367 15901 75 150 0 16214 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 84424

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

Real time (s): 1817.23
CPU time (s): 1800.05
CPU user time (s): 1799.72
CPU system time (s): 0.33
CPU usage (%): 99.0544
Max. virtual memory (cumulated for all children) (KiB): 887320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.41363
system time used= 0.179972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14143
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= 3766
involuntary context switches= 3660

runsolver used 2.83457 second user time and 5.38618 second system time

The end

Launcher Data (download as text)

Begin job on node17 at 2008-07-03 03:57:22
IDJOB=1050584
IDBENCH=55368
IDSOLVER=346
FILE ID=node17/1050584-1215050242
PBS_JOBID= 7875140
Free space on /tmp= 66540 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/golombRulerArity3/normalized-ruler-70-12-a3.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1050584-1215050242/watcher-1050584-1215050242 -o /tmp/evaluation-result-1050584-1215050242/solver-1050584-1215050242 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1050584-1215050242.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 159836703c8d4079f442c681ff91b599
RANDOM SEED=634083630

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.234
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.234
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:       1686240 kB
Buffers:         44572 kB
Cached:         160516 kB
SwapCached:       6936 kB
Active:         230956 kB
Inactive:        72192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1686240 kB
SwapTotal:     4192956 kB
SwapFree:      4179840 kB
Dirty:            1564 kB
Writeback:           0 kB
Mapped:         114196 kB
Slab:            51424 kB
Committed_AS:   990068 kB
PageTables:       2104 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= 66544 MiB
End job on node17 at 2008-07-03 04:27:41