Trace number 1050815

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.03 1815.63

General information on the benchmark

Namecsp/golombRulerArity3/
normalized-ruler-70-13-a3.xml
MD5SUM944163575f12720c687c0df864291e95
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 benchmark0.108983
Satisfiable
(Un)Satisfiability was proved
Number of variables91
Number of constraints3159
Maximum constraint arity3
Maximum domain size71
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3159
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Thu Jul  3 04:06:38 2008
0.00/0.04	c 0	PID 19293
0.00/0.04	c 0	HOST node74.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1050815-1215050798.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1050815-1215050798.xml' 'HOME/temp.csp'
0.04/0.57	c 0	2 domains, 91 variables, 3 predicates, 0 relations, 3159 constraints
0.04/0.62	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.63	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.55/0.70	c 0	Parsing HOME/temp.csp
0.55/0.91	c 1	parsed 3255 expressions
0.55/0.91	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.55/0.91	c 1	Converting to clausal form CSP
0.90/1.00	c 1	converted 326 (10%) expressions
1.00/1.11	c 1	converted 651 (20%) expressions
1.00/1.14	c 1	converted 977 (30%) expressions
1.00/1.15	c 1	converted 1302 (40%) expressions
1.00/1.16	c 1	converted 1628 (50%) expressions
1.00/1.17	c 1	converted 1953 (60%) expressions
1.00/1.18	c 1	converted 2279 (70%) expressions
1.00/1.19	c 1	converted 2604 (80%) expressions
1.00/1.20	c 1	converted 2930 (90%) expressions
1.10/1.21	c 1	converted 3255 (100%) expressions
1.10/1.21	c 1	CSP : 91 integers, 0 booleans, 3237 clauses, largest domain size 71
1.10/1.21	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.10/1.21	c 1	Propagation in CSP
1.19/1.31	c 1	728 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.19/1.31	c 1	CSP : 91 integers, 0 booleans, 3237 clauses, largest domain size 70
1.19/1.31	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.19/1.31	c 1	Simplifing CSP by introducing new Boolean variables
1.30/1.40	c 1	CSP : 91 integers, 6006 booleans, 9243 clauses, largest domain size 70
1.30/1.40	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.30/1.44	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.30/1.46	c 1	10 (10%) CSP integer variables are encoded (570 clauses, 6122 bytes)
1.30/1.46	c 1	19 (20%) CSP integer variables are encoded (1098 clauses, 12163 bytes)
1.30/1.47	c 1	28 (30%) CSP integer variables are encoded (1665 clauses, 19534 bytes)
1.30/1.47	c 1	37 (40%) CSP integer variables are encoded (2230 clauses, 26879 bytes)
1.30/1.47	c 1	46 (50%) CSP integer variables are encoded (2788 clauses, 34133 bytes)
1.30/1.47	c 1	55 (60%) CSP integer variables are encoded (3337 clauses, 41270 bytes)
1.30/1.47	c 1	64 (70%) CSP integer variables are encoded (3878 clauses, 48303 bytes)
1.30/1.47	c 1	73 (80%) CSP integer variables are encoded (4415 clauses, 55284 bytes)
1.30/1.47	c 1	82 (90%) CSP integer variables are encoded (4950 clauses, 62239 bytes)
1.30/1.47	c 1	91 (100%) CSP integer variables are encoded (5473 clauses, 69038 bytes)
1.39/1.58	c 1	925 (10%) CSP clauses are encoded (43953 clauses, 724226 bytes)
1.50/1.66	c 1	1849 (20%) CSP clauses are encoded (82456 clauses, 1445196 bytes)
1.59/1.74	c 1	2773 (30%) CSP clauses are encoded (120922 clauses, 2168906 bytes)
1.70/1.81	c 1	3698 (40%) CSP clauses are encoded (158735 clauses, 2880024 bytes)
1.70/1.89	c 2	4622 (50%) CSP clauses are encoded (197253 clauses, 3604710 bytes)
1.79/1.96	c 2	5546 (60%) CSP clauses are encoded (234851 clauses, 4311754 bytes)
1.89/2.03	c 2	6471 (70%) CSP clauses are encoded (272710 clauses, 5023834 bytes)
1.99/2.11	c 2	7395 (80%) CSP clauses are encoded (310504 clauses, 5762032 bytes)
2.09/2.21	c 2	8319 (90%) CSP clauses are encoded (348128 clauses, 6507520 bytes)
2.58/2.78	c 2	9243 (100%) CSP clauses are encoded (686790 clauses, 12011810 bytes)
2.58/2.78	c 2	9243 CSP clauses encoded
2.58/2.79	c 2	Writing map file : HOME/temp.map
2.58/2.79	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.58/2.79	c 2	SAT : 11570 SAT variables, 686790 SAT clauses, 12011810 bytes
2.58/2.79	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.67/2.82	c 2	SOLVING HOME/temp.cnf
2.67/2.82	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.67/2.83	c 2	This is MiniSat 2.0 beta
2.67/2.83	c 2	WARNING: for repeatability, setting FPU to use double precision
2.67/2.83	c 2	============================[ Problem Statistics ]=============================
2.67/2.83	c 2	|                                                                             |
2.67/2.83	c 2	|  Number of variables:  11570                                                |
2.67/2.83	c 2	|  Number of clauses:    686790                                               |
2.70/3.14	c 3	|  Parsing time:         0.26         s                                       |
2.70/3.16	c 3	============================[ Search Statistics ]==============================
2.70/3.16	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.70/3.16	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.70/3.16	c 3	===============================================================================
2.70/3.16	c 3	|         0 |   11570   686790  2024503 |   228930        0    nan |  0.000 % |
3.35/3.57	c 3	|       100 |   11570   686790  2024503 |   251823      100      8 |  0.000 % |
3.85/4.06	c 4	|       250 |   11570   686790  2024503 |   277005      250      9 |  0.000 % |
4.74/4.97	c 5	|       475 |   11570   686790  2024503 |   304705      475     10 |  0.000 % |
5.62/5.87	c 5	|       812 |   11570   686790  2024503 |   335176      811      9 |  0.571 % |
7.31/7.56	c 7	|      1320 |   11570   686790  2024503 |   368694     1319     10 |  0.571 % |
9.09/9.39	c 9	|      2079 |   11570   686790  2024503 |   405563     2078     10 |  0.571 % |
13.15/13.43	c 13	|      3219 |   11503   680277  2005856 |   446119     3217     10 |  1.478 % |
16.22/16.51	c 16	|      4927 |   11502   680277  2005856 |   490731     4924      9 |  2.170 % |
27.02/27.49	c 27	|      7489 |   11317   657802  1940785 |   539804     7445     11 |  3.855 % |
41.09/41.67	c 41	|     11335 |   11124   632611  1866678 |   593785    10748     11 |  3.855 % |
60.20/60.98	c 61	|     17102 |   11058   625501  1846033 |   653164    16514     11 |  4.426 % |
92.79/93.80	c 93	|     25751 |   11058   625501  1846033 |   718480    25163     11 |  4.426 % |
131.62/133.08	c 133	|     38727 |   11058   625501  1846033 |   790328    38139     12 |  4.425 % |
188.57/190.59	c 190	|     58188 |   11058   625501  1846033 |   869361    57600     12 |  4.425 % |
340.82/344.25	c 344	|     87380 |   11058   625501  1846033 |   956297    86792     13 |  4.426 % |
547.75/553.15	c 553	|    131169 |   11058   625501  1846033 |  1051927   130581     14 |  4.425 % |
912.67/921.58	c 921	|    196853 |   11058   625501  1846033 |  1157119   196265     14 |  4.425 % |
1564.65/1579.80	c 1579	|    295379 |   11058   625501  1846033 |  1272831   294791     15 |  4.425 % |
1800.03/1815.61	c 1815	DECODING HOME/temp.out WITH HOME/temp.map
1800.03/1815.61	c 1815	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.03/1815.61	c ERROR INTERRUPTED
1800.03/1815.62	s UNKNOWN
1800.03/1815.62	c 1815	CPU 2.51 (0.03 0.01 2.48 0.18)
1800.03/1815.62	c 1815	END Thu Jul  3 04:36:53 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-1050815-1215050798/watcher-1050815-1215050798 -o /tmp/evaluation-result-1050815-1215050798/solver-1050815-1215050798 -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-1050815-1215050798.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.04 2.05 2.00 4/82 19293
/proc/meminfo: memFree=1694016/2055920 swapFree=4179604/4192956
[pid=19293] ppid=19291 vsize=12272 CPUtime=0
/proc/19293/stat : 19293 (sugar) R 19291 19293 17148 0 -1 4194304 396 0 0 0 0 0 0 0 20 0 1 0 1984030890 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 228783602686 0 0 4224 0 0 0 0 17 1 0 0
/proc/19293/statm: 3068 364 274 3 0 168 0

[startup+0.0650509 s]
/proc/loadavg: 2.04 2.05 2.00 4/82 19293
/proc/meminfo: memFree=1694016/2055920 swapFree=4179604/4192956
[pid=19293] ppid=19291 vsize=13600 CPUtime=0.04
/proc/19293/stat : 19293 (sugar) S 19291 19293 17148 0 -1 4194304 900 127 0 0 3 1 0 0 21 0 1 0 1984030890 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19293/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102641 s]
/proc/loadavg: 2.04 2.05 2.00 4/82 19293
/proc/meminfo: memFree=1694016/2055920 swapFree=4179604/4192956
[pid=19293] ppid=19291 vsize=13600 CPUtime=0.04
/proc/19293/stat : 19293 (sugar) S 19291 19293 17148 0 -1 4194304 900 127 0 0 3 1 0 0 21 0 1 0 1984030890 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19293/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.302679 s]
/proc/loadavg: 2.04 2.05 2.00 4/82 19293
/proc/meminfo: memFree=1694016/2055920 swapFree=4179604/4192956
[pid=19293] ppid=19291 vsize=13600 CPUtime=0.04
/proc/19293/stat : 19293 (sugar) S 19291 19293 17148 0 -1 4194304 900 127 0 0 3 1 0 0 21 0 1 0 1984030890 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19293/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702758 s]
/proc/loadavg: 2.04 2.05 2.00 4/82 19293
/proc/meminfo: memFree=1694016/2055920 swapFree=4179604/4192956
[pid=19293] ppid=19291 vsize=13600 CPUtime=0.55
/proc/19293/stat : 19293 (sugar) S 19291 19293 17148 0 -1 4194304 956 6644 0 1 3 1 48 3 16 0 1 0 1984030890 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19293/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 13600

[startup+1.50191 s]
/proc/loadavg: 2.04 2.05 2.00 4/93 19315
/proc/meminfo: memFree=1684840/2055920 swapFree=4179604/4192956
[pid=19293] ppid=19291 vsize=13600 CPUtime=0.55
/proc/19293/stat : 19293 (sugar) S 19291 19293 17148 0 -1 4194304 974 6644 0 1 3 1 48 3 15 0 1 0 1984030890 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19293/statm: 3400 797 370 3 0 500 0
[pid=19306] ppid=19293 vsize=5356 CPUtime=0
/proc/19306/stat : 19306 (sh) S 19293 19293 17148 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984030953 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19306/statm: 1339 233 193 169 0 50 0
[pid=19307] ppid=19306 vsize=868496 CPUtime=0.84
/proc/19307/stat : 19307 (java) S 19306 19293 17148 0 -1 0 7330 0 1 0 80 4 0 0 18 0 9 0 1984030954 889339904 6547 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19307/statm: 217124 6547 2564 9 0 211671 0
[pid=19307/tid=19308] ppid=19306 vsize=868496 CPUtime=0.48
/proc/19307/task/19308/stat : 19308 (java) R 19306 19293 17148 0 -1 64 2728 0 1 0 46 2 0 0 18 0 9 0 1984030954 889339904 6547 996147200 134512640 134550740 4294955952 18446744073709551615 4126933864 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19307/tid=19309] ppid=19306 vsize=868496 CPUtime=0.14
/proc/19307/task/19309/stat : 19309 (java) S 19306 19293 17148 0 -1 64 2436 0 0 0 13 1 0 0 16 0 9 0 1984030956 889339904 6547 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19307/tid=19310] ppid=19306 vsize=868496 CPUtime=0
/proc/19307/task/19310/stat : 19310 (java) S 19306 19293 17148 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984030956 889339904 6547 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19307/tid=19311] ppid=19306 vsize=868496 CPUtime=0
/proc/19307/task/19311/stat : 19311 (java) S 19306 19293 17148 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984030956 889339904 6547 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19307/tid=19312] ppid=19306 vsize=868496 CPUtime=0
/proc/19307/task/19312/stat : 19312 (java) S 19306 19293 17148 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1984030958 889339904 6547 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19307/tid=19313] ppid=19306 vsize=868496 CPUtime=0.2
/proc/19307/task/19313/stat : 19313 (java) S 19306 19293 17148 0 -1 64 1473 0 0 0 20 0 0 0 16 0 9 0 1984030958 889339904 6547 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19307/tid=19314] ppid=19306 vsize=868496 CPUtime=0
/proc/19307/task/19314/stat : 19314 (java) S 19306 19293 17148 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1984030958 889339904 6547 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19307/tid=19315] ppid=19306 vsize=868496 CPUtime=0
/proc/19307/task/19315/stat : 19315 (java) S 19306 19293 17148 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984030958 889339904 6547 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 887452

[startup+3.10123 s]
/proc/loadavg: 2.04 2.05 2.00 3/93 19315
/proc/meminfo: memFree=1669736/2055920 swapFree=4179604/4192956
[pid=19293] ppid=19291 vsize=13600 CPUtime=2.7
/proc/19293/stat : 19293 (sugar) S 19291 19293 17148 0 -1 4194304 1032 14673 0 2 3 1 248 18 16 0 1 0 1984030890 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19293/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 2.7
Current children cumulated vsize (KiB) 13600

[startup+6.30186 s]
/proc/loadavg: 2.03 2.05 2.00 3/85 19317
/proc/meminfo: memFree=1649192/2055920 swapFree=4179604/4192956
[pid=19293] ppid=19291 vsize=13600 CPUtime=2.7
/proc/19293/stat : 19293 (sugar) S 19291 19293 17148 0 -1 4194304 1032 14673 0 2 3 1 248 18 16 0 1 0 1984030890 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19293/statm: 3400 798 370 3 0 500 0
[pid=19316] ppid=19293 vsize=5356 CPUtime=0
/proc/19316/stat : 19316 (sh) S 19293 19293 17148 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984031173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19316/statm: 1339 232 193 169 0 50 0
[pid=19317] ppid=19316 vsize=30908 CPUtime=3.42
/proc/19317/stat : 19317 (minisat) R 19316 19293 17148 0 -1 4194304 7624 0 0 0 336 6 0 0 25 0 1 0 1984031173 31649792 7610 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19317/statm: 7727 7610 75 150 0 7574 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 49864

[startup+12.7011 s]
/proc/loadavg: 2.03 2.05 2.00 3/85 19317
/proc/meminfo: memFree=1649384/2055920 swapFree=4179604/4192956
[pid=19293] ppid=19291 vsize=13600 CPUtime=2.7
/proc/19293/stat : 19293 (sugar) S 19291 19293 17148 0 -1 4194304 1032 14673 0 2 3 1 248 18 16 0 1 0 1984030890 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19293/statm: 3400 798 370 3 0 500 0
[pid=19316] ppid=19293 vsize=5356 CPUtime=0
/proc/19316/stat : 19316 (sh) S 19293 19293 17148 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984031173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19316/statm: 1339 232 193 169 0 50 0
[pid=19317] ppid=19316 vsize=31040 CPUtime=9.76
/proc/19317/stat : 19317 (minisat) R 19316 19293 17148 0 -1 4194304 7650 0 0 0 970 6 0 0 25 0 1 0 1984031173 31784960 7636 996147200 134512640 135127466 4294956272 18446744073709551615 134530949 0 0 4096 3 0 0 0 17 1 0 0
/proc/19317/statm: 7760 7636 75 150 0 7607 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 49996

[startup+25.5026 s]
/proc/loadavg: 2.02 2.04 2.00 3/85 19317
/proc/meminfo: memFree=1649256/2055920 swapFree=4179604/4192956
[pid=19293] ppid=19291 vsize=13600 CPUtime=2.7
/proc/19293/stat : 19293 (sugar) S 19291 19293 17148 0 -1 4194304 1032 14673 0 2 3 1 248 18 16 0 1 0 1984030890 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19293/statm: 3400 798 370 3 0 500 0
[pid=19316] ppid=19293 vsize=5356 CPUtime=0
/proc/19316/stat : 19316 (sh) S 19293 19293 17148 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984031173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19316/statm: 1339 232 193 169 0 50 0
[pid=19317] ppid=19316 vsize=31184 CPUtime=22.43
/proc/19317/stat : 19317 (minisat) R 19316 19293 17148 0 -1 4194304 7671 0 0 0 2237 6 0 0 25 0 1 0 1984031173 31932416 7657 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19317/statm: 7796 7657 75 150 0 7643 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 50140

[startup+51.1026 s]
/proc/loadavg: 2.02 2.04 2.00 4/85 19317
/proc/meminfo: memFree=1649064/2055920 swapFree=4179604/4192956
[pid=19293] ppid=19291 vsize=13600 CPUtime=2.7
/proc/19293/stat : 19293 (sugar) S 19291 19293 17148 0 -1 4194304 1032 14673 0 2 3 1 248 18 16 0 1 0 1984030890 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19293/statm: 3400 798 370 3 0 500 0
[pid=19316] ppid=19293 vsize=5356 CPUtime=0
/proc/19316/stat : 19316 (sh) S 19293 19293 17148 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984031173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19316/statm: 1339 232 193 169 0 50 0
[pid=19317] ppid=19316 vsize=31336 CPUtime=47.8
/proc/19317/stat : 19317 (minisat) R 19316 19293 17148 0 -1 4194304 7705 0 0 0 4773 7 0 0 25 0 1 0 1984031173 32088064 7691 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/19317/statm: 7834 7691 75 150 0 7681 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 50292

[startup+102.308 s]
/proc/loadavg: 2.00 2.03 2.00 3/85 19317
/proc/meminfo: memFree=1648488/2055920 swapFree=4179604/4192956
[pid=19293] ppid=19291 vsize=13600 CPUtime=2.7
/proc/19293/stat : 19293 (sugar) S 19291 19293 17148 0 -1 4194304 1032 14673 0 2 3 1 248 18 16 0 1 0 1984030890 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19293/statm: 3400 798 370 3 0 500 0
[pid=19316] ppid=19293 vsize=5356 CPUtime=0
/proc/19316/stat : 19316 (sh) S 19293 19293 17148 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984031173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19316/statm: 1339 232 193 169 0 50 0
[pid=19317] ppid=19316 vsize=31700 CPUtime=98.51
/proc/19317/stat : 19317 (minisat) R 19316 19293 17148 0 -1 4194304 7806 0 0 0 9844 7 0 0 25 0 1 0 1984031173 32460800 7792 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19317/statm: 7925 7792 75 150 0 7772 0
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (KiB) 50656

[startup+162.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/85 19317
/proc/meminfo: memFree=1646824/2055920 swapFree=4179604/4192956
[pid=19293] ppid=19291 vsize=13600 CPUtime=2.7
/proc/19293/stat : 19293 (sugar) S 19291 19293 17148 0 -1 4194304 1032 14673 0 2 3 1 248 18 16 0 1 0 1984030890 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19293/statm: 3400 798 370 3 0 500 0
[pid=19316] ppid=19293 vsize=5356 CPUtime=0
/proc/19316/stat : 19316 (sh) S 19293 19293 17148 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984031173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19316/statm: 1339 232 193 169 0 50 0
[pid=19317] ppid=19316 vsize=33380 CPUtime=157.94
/proc/19317/stat : 19317 (minisat) R 19316 19293 17148 0 -1 4194304 8206 0 0 0 15787 7 0 0 25 0 1 0 1984031173 34181120 8192 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19317/statm: 8345 8192 75 150 0 8192 0
Current children cumulated CPU time (s) 160.64
Current children cumulated vsize (KiB) 52336

[startup+222.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/85 19317
/proc/meminfo: memFree=1645352/2055920 swapFree=4179604/4192956
[pid=19293] ppid=19291 vsize=13600 CPUtime=2.7
/proc/19293/stat : 19293 (sugar) S 19291 19293 17148 0 -1 4194304 1032 14673 0 2 3 1 248 18 16 0 1 0 1984030890 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19293/statm: 3400 798 370 3 0 500 0
[pid=19316] ppid=19293 vsize=5356 CPUtime=0
/proc/19316/stat : 19316 (sh) S 19293 19293 17148 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984031173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19316/statm: 1339 232 193 169 0 50 0
[pid=19317] ppid=19316 vsize=34832 CPUtime=217.37
/proc/19317/stat : 19317 (minisat) R 19316 19293 17148 0 -1 4194304 8568 0 0 0 21729 8 0 0 25 0 1 0 1984031173 35667968 8554 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/19317/statm: 8708 8554 75 150 0 8555 0
Current children cumulated CPU time (s) 220.07
Current children cumulated vsize (KiB) 53788

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

/proc/meminfo: memFree=1626096/2055920 swapFree=4179604/4192956
[pid=19293] ppid=19291 vsize=13600 CPUtime=2.7
/proc/19293/stat : 19293 (sugar) S 19291 19293 17148 0 -1 4194304 1032 14673 0 2 3 1 248 18 16 0 1 0 1984030890 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19293/statm: 3400 798 370 3 0 500 0
[pid=19316] ppid=19293 vsize=5356 CPUtime=0
/proc/19316/stat : 19316 (sh) S 19293 19293 17148 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984031173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19316/statm: 1339 232 193 169 0 50 0
[pid=19317] ppid=19316 vsize=53756 CPUtime=1287.18
/proc/19317/stat : 19317 (minisat) R 19316 19293 17148 0 -1 4194304 13180 0 0 0 128706 12 0 0 25 0 1 0 1984031173 55046144 13166 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19317/statm: 13439 13166 75 150 0 13286 0
Current children cumulated CPU time (s) 1289.88
Current children cumulated vsize (KiB) 72712

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 19317
/proc/meminfo: memFree=1625328/2055920 swapFree=4179604/4192956
[pid=19293] ppid=19291 vsize=13600 CPUtime=2.7
/proc/19293/stat : 19293 (sugar) S 19291 19293 17148 0 -1 4194304 1032 14673 0 2 3 1 248 18 16 0 1 0 1984030890 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19293/statm: 3400 798 370 3 0 500 0
[pid=19316] ppid=19293 vsize=5356 CPUtime=0
/proc/19316/stat : 19316 (sh) S 19293 19293 17148 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984031173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19316/statm: 1339 232 193 169 0 50 0
[pid=19317] ppid=19316 vsize=54584 CPUtime=1346.61
/proc/19317/stat : 19317 (minisat) R 19316 19293 17148 0 -1 4194304 13379 0 0 0 134649 12 0 0 25 0 1 0 1984031173 55894016 13365 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19317/statm: 13646 13365 75 150 0 13493 0
Current children cumulated CPU time (s) 1349.31
Current children cumulated vsize (KiB) 73540

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 19317
/proc/meminfo: memFree=1624496/2055920 swapFree=4179604/4192956
[pid=19293] ppid=19291 vsize=13600 CPUtime=2.7
/proc/19293/stat : 19293 (sugar) S 19291 19293 17148 0 -1 4194304 1032 14673 0 2 3 1 248 18 16 0 1 0 1984030890 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19293/statm: 3400 798 370 3 0 500 0
[pid=19316] ppid=19293 vsize=5356 CPUtime=0
/proc/19316/stat : 19316 (sh) S 19293 19293 17148 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984031173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19316/statm: 1339 232 193 169 0 50 0
[pid=19317] ppid=19316 vsize=55256 CPUtime=1406.04
/proc/19317/stat : 19317 (minisat) R 19316 19293 17148 0 -1 4194304 13573 0 0 0 140592 12 0 0 25 0 1 0 1984031173 56582144 13559 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19317/statm: 13814 13559 75 150 0 13661 0
Current children cumulated CPU time (s) 1408.74
Current children cumulated vsize (KiB) 74212

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 19317
/proc/meminfo: memFree=1623600/2055920 swapFree=4179604/4192956
[pid=19293] ppid=19291 vsize=13600 CPUtime=2.7
/proc/19293/stat : 19293 (sugar) S 19291 19293 17148 0 -1 4194304 1032 14673 0 2 3 1 248 18 16 0 1 0 1984030890 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19293/statm: 3400 798 370 3 0 500 0
[pid=19316] ppid=19293 vsize=5356 CPUtime=0
/proc/19316/stat : 19316 (sh) S 19293 19293 17148 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984031173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19316/statm: 1339 232 193 169 0 50 0
[pid=19317] ppid=19316 vsize=56056 CPUtime=1465.47
/proc/19317/stat : 19317 (minisat) R 19316 19293 17148 0 -1 4194304 13772 0 0 0 146535 12 0 0 25 0 1 0 1984031173 57401344 13758 996147200 134512640 135127466 4294956272 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/19317/statm: 14014 13758 75 150 0 13861 0
Current children cumulated CPU time (s) 1468.17
Current children cumulated vsize (KiB) 75012

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 19317
/proc/meminfo: memFree=1622768/2055920 swapFree=4179604/4192956
[pid=19293] ppid=19291 vsize=13600 CPUtime=2.7
/proc/19293/stat : 19293 (sugar) S 19291 19293 17148 0 -1 4194304 1032 14673 0 2 3 1 248 18 16 0 1 0 1984030890 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19293/statm: 3400 798 370 3 0 500 0
[pid=19316] ppid=19293 vsize=5356 CPUtime=0
/proc/19316/stat : 19316 (sh) S 19293 19293 17148 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984031173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19316/statm: 1339 232 193 169 0 50 0
[pid=19317] ppid=19316 vsize=56716 CPUtime=1524.9
/proc/19317/stat : 19317 (minisat) R 19316 19293 17148 0 -1 4194304 13968 0 0 0 152477 13 0 0 25 0 1 0 1984031173 58077184 13954 996147200 134512640 135127466 4294956272 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 1 0 0
/proc/19317/statm: 14179 13954 75 150 0 14026 0
Current children cumulated CPU time (s) 1527.6
Current children cumulated vsize (KiB) 75672

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 19317
/proc/meminfo: memFree=1621616/2055920 swapFree=4179604/4192956
[pid=19293] ppid=19291 vsize=13600 CPUtime=2.7
/proc/19293/stat : 19293 (sugar) S 19291 19293 17148 0 -1 4194304 1032 14673 0 2 3 1 248 18 16 0 1 0 1984030890 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19293/statm: 3400 798 370 3 0 500 0
[pid=19316] ppid=19293 vsize=5356 CPUtime=0
/proc/19316/stat : 19316 (sh) S 19293 19293 17148 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984031173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19316/statm: 1339 232 193 169 0 50 0
[pid=19317] ppid=19316 vsize=57732 CPUtime=1584.34
/proc/19317/stat : 19317 (minisat) R 19316 19293 17148 0 -1 4194304 14240 0 0 0 158421 13 0 0 25 0 1 0 1984031173 59117568 14226 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19317/statm: 14433 14226 75 150 0 14280 0
Current children cumulated CPU time (s) 1587.04
Current children cumulated vsize (KiB) 76688

[startup+1662.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/85 19359
/proc/meminfo: memFree=1627504/2055920 swapFree=4179604/4192956
[pid=19293] ppid=19291 vsize=13600 CPUtime=2.7
/proc/19293/stat : 19293 (sugar) S 19291 19293 17148 0 -1 4194304 1032 14673 0 2 3 1 248 18 16 0 1 0 1984030890 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19293/statm: 3400 798 370 3 0 500 0
[pid=19316] ppid=19293 vsize=5356 CPUtime=0
/proc/19316/stat : 19316 (sh) S 19293 19293 17148 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984031173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19316/statm: 1339 232 193 169 0 50 0
[pid=19317] ppid=19316 vsize=58716 CPUtime=1644.1
/proc/19317/stat : 19317 (minisat) R 19316 19293 17148 0 -1 4194304 14463 0 0 0 164396 14 0 0 25 0 1 0 1984031173 60125184 14449 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19317/statm: 14679 14449 75 150 0 14526 0
Current children cumulated CPU time (s) 1646.8
Current children cumulated vsize (KiB) 77672

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/85 19359
/proc/meminfo: memFree=1626480/2055920 swapFree=4179604/4192956
[pid=19293] ppid=19291 vsize=13600 CPUtime=2.7
/proc/19293/stat : 19293 (sugar) S 19291 19293 17148 0 -1 4194304 1032 14673 0 2 3 1 248 18 16 0 1 0 1984030890 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19293/statm: 3400 798 370 3 0 500 0
[pid=19316] ppid=19293 vsize=5356 CPUtime=0
/proc/19316/stat : 19316 (sh) S 19293 19293 17148 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984031173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19316/statm: 1339 232 193 169 0 50 0
[pid=19317] ppid=19316 vsize=60216 CPUtime=1704.08
/proc/19317/stat : 19317 (minisat) R 19316 19293 17148 0 -1 4194304 14671 0 0 0 170393 15 0 0 25 0 1 0 1984031173 61661184 14657 996147200 134512640 135127466 4294956272 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/19317/statm: 15054 14657 75 150 0 14901 0
Current children cumulated CPU time (s) 1706.78
Current children cumulated vsize (KiB) 79172

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 19359
/proc/meminfo: memFree=1625584/2055920 swapFree=4179604/4192956
[pid=19293] ppid=19291 vsize=13600 CPUtime=2.7
/proc/19293/stat : 19293 (sugar) S 19291 19293 17148 0 -1 4194304 1032 14673 0 2 3 1 248 18 16 0 1 0 1984030890 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19293/statm: 3400 798 370 3 0 500 0
[pid=19316] ppid=19293 vsize=5356 CPUtime=0
/proc/19316/stat : 19316 (sh) S 19293 19293 17148 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984031173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19316/statm: 1339 232 193 169 0 50 0
[pid=19317] ppid=19316 vsize=60908 CPUtime=1764.04
/proc/19317/stat : 19317 (minisat) R 19316 19293 17148 0 -1 4194304 14866 0 0 0 176389 15 0 0 25 0 1 0 1984031173 62369792 14852 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19317/statm: 15227 14852 75 150 0 15074 0
Current children cumulated CPU time (s) 1766.74
Current children cumulated vsize (KiB) 79864



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 19359
/proc/meminfo: memFree=1625264/2055920 swapFree=4179604/4192956
[pid=19293] ppid=19291 vsize=13600 CPUtime=2.7
/proc/19293/stat : 19293 (sugar) S 19291 19293 17148 0 -1 4194304 1032 14673 0 2 3 1 248 18 16 0 1 0 1984030890 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19293/statm: 3400 798 370 3 0 500 0
[pid=19316] ppid=19293 vsize=5356 CPUtime=0
/proc/19316/stat : 19316 (sh) S 19293 19293 17148 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984031173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19316/statm: 1339 232 193 169 0 50 0
[pid=19317] ppid=19316 vsize=61372 CPUtime=1797.33
/proc/19317/stat : 19317 (minisat) R 19316 19293 17148 0 -1 4194304 14959 0 0 0 179718 15 0 0 25 0 1 0 1984031173 62844928 14945 996147200 134512640 135127466 4294956272 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/19317/statm: 15343 14945 75 150 0 15190 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 80328

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

Real time (s): 1815.63
CPU time (s): 1800.03
CPU user time (s): 1799.69
CPU system time (s): 0.34
CPU usage (%): 99.141
Max. virtual memory (cumulated for all children) (KiB): 887452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.51762
system time used= 0.209968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16131
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= 4889
involuntary context switches= 4844

runsolver used 2.19667 second user time and 6.07108 second system time

The end

Launcher Data (download as text)

Begin job on node74 at 2008-07-03 04:06:38
IDJOB=1050815
IDBENCH=55379
IDSOLVER=346
FILE ID=node74/1050815-1215050798
PBS_JOBID= 7875029
Free space on /tmp= 103212 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/golombRulerArity3/normalized-ruler-70-13-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-1050815-1215050798/watcher-1050815-1215050798 -o /tmp/evaluation-result-1050815-1215050798/solver-1050815-1215050798 -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-1050815-1215050798.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 944163575f12720c687c0df864291e95
RANDOM SEED=713852359

node74.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.259
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.259
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:       1694496 kB
Buffers:         49188 kB
Cached:         205000 kB
SwapCached:       6796 kB
Active:         176080 kB
Inactive:       123092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1694496 kB
SwapTotal:     4192956 kB
SwapFree:      4179604 kB
Dirty:            1664 kB
Writeback:           0 kB
Mapped:          61056 kB
Slab:            47320 kB
Committed_AS:  3962904 kB
PageTables:       1972 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103212 MiB
End job on node74 at 2008-07-03 04:36:55