Trace number 2070675

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.06 1800.93

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.105983
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

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 00:32:59 2009
0.00/0.08	c 0	PID 16958
0.06/0.08	c 0	HOST node27.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2070675-1247351579.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2070675-1247351579.xml' 'HOME/temp.csp'
0.06/0.75	c 0	2 domains, 91 variables, 3 predicates, 0 relations, 3159 constraints
0.06/0.77	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.77	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.58/0.85	c 0	Parsing HOME/temp.csp
0.58/0.94	c 1	parsed 3255 expressions
0.58/0.95	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.58/0.95	c 1	Converting to clausal form CSP
0.80/1.05	c 1	converted 326 (10%) expressions
0.90/1.17	c 1	converted 651 (20%) expressions
0.90/1.19	c 1	converted 977 (30%) expressions
0.99/1.21	c 1	converted 1302 (40%) expressions
0.99/1.22	c 1	converted 1628 (50%) expressions
0.99/1.24	c 1	converted 1953 (60%) expressions
0.99/1.25	c 1	converted 2279 (70%) expressions
0.99/1.26	c 1	converted 2604 (80%) expressions
0.99/1.27	c 1	converted 2930 (90%) expressions
0.99/1.28	c 1	converted 3255 (100%) expressions
0.99/1.28	c 1	CSP : 91 integers, 0 booleans, 3237 clauses, largest domain size 70
0.99/1.29	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.99/1.29	c 1	Propagation in CSP
1.09/1.34	c 1	275 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.09/1.35	c 1	CSP : 91 integers, 0 booleans, 3237 clauses, largest domain size 70
1.09/1.35	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.09/1.35	c 1	Simplifing CSP by introducing new Boolean variables
1.19/1.44	c 1	CSP : 91 integers, 6006 booleans, 9243 clauses, largest domain size 70
1.19/1.44	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.19/1.48	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.19/1.49	c 1	10 (10%) CSP integer variables are encoded (570 clauses, 6122 bytes)
1.19/1.50	c 1	19 (20%) CSP integer variables are encoded (1098 clauses, 12163 bytes)
1.29/1.50	c 1	28 (30%) CSP integer variables are encoded (1665 clauses, 19534 bytes)
1.29/1.50	c 1	37 (40%) CSP integer variables are encoded (2230 clauses, 26879 bytes)
1.29/1.50	c 1	46 (50%) CSP integer variables are encoded (2788 clauses, 34133 bytes)
1.29/1.50	c 1	55 (60%) CSP integer variables are encoded (3337 clauses, 41270 bytes)
1.29/1.51	c 1	64 (70%) CSP integer variables are encoded (3878 clauses, 48303 bytes)
1.29/1.51	c 1	73 (80%) CSP integer variables are encoded (4415 clauses, 55284 bytes)
1.29/1.51	c 1	82 (90%) CSP integer variables are encoded (4950 clauses, 62239 bytes)
1.29/1.51	c 1	91 (100%) CSP integer variables are encoded (5473 clauses, 69038 bytes)
1.39/1.61	c 1	925 (10%) CSP clauses are encoded (43953 clauses, 724226 bytes)
1.39/1.69	c 1	1849 (20%) CSP clauses are encoded (82456 clauses, 1445196 bytes)
1.49/1.77	c 1	2773 (30%) CSP clauses are encoded (120922 clauses, 2168906 bytes)
1.59/1.85	c 1	3698 (40%) CSP clauses are encoded (158735 clauses, 2880024 bytes)
1.69/1.92	c 2	4622 (50%) CSP clauses are encoded (197253 clauses, 3604710 bytes)
1.69/1.99	c 2	5546 (60%) CSP clauses are encoded (234851 clauses, 4311754 bytes)
1.80/2.06	c 2	6471 (70%) CSP clauses are encoded (272710 clauses, 5023834 bytes)
1.90/2.13	c 2	7395 (80%) CSP clauses are encoded (310504 clauses, 5762032 bytes)
2.00/2.23	c 2	8319 (90%) CSP clauses are encoded (348128 clauses, 6507520 bytes)
2.50/2.79	c 2	9243 (100%) CSP clauses are encoded (686790 clauses, 12011810 bytes)
2.50/2.79	c 2	9243 CSP clauses encoded
2.50/2.79	c 2	Writing map file : HOME/temp.map
2.50/2.79	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.50/2.79	c 2	SAT : 11570 SAT variables, 686790 SAT clauses, 12011810 bytes
2.50/2.79	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.60/2.81	c 2	SOLVING HOME/temp.cnf
2.60/2.81	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.60/2.81	c 2	This is MiniSat 2.0 beta
2.60/2.81	c 2	WARNING: for repeatability, setting FPU to use double precision
2.60/2.81	c 2	============================[ Problem Statistics ]=============================
2.60/2.81	c 2	|                                                                             |
2.60/2.81	c 2	|  Number of variables:  11570                                                |
2.60/2.81	c 2	|  Number of clauses:    686790                                               |
2.61/3.14	c 3	|  Parsing time:         0.28         s                                       |
2.61/3.15	c 3	============================[ Search Statistics ]==============================
2.61/3.15	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.61/3.15	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.61/3.15	c 3	===============================================================================
2.61/3.15	c 3	|         0 |   11570   686790  2024503 |   228930        0    nan |  0.000 % |
3.29/3.57	c 3	|       100 |   11570   686790  2024503 |   251823      100      8 |  0.000 % |
3.89/4.14	c 4	|       250 |   11570   686790  2024503 |   277005      250      9 |  0.000 % |
4.89/5.12	c 5	|       475 |   11570   686790  2024503 |   304705      475     10 |  0.000 % |
6.09/6.32	c 6	|       812 |   11569   686790  2024503 |   335176      808     10 |  1.737 % |
7.39/7.69	c 7	|      1318 |   11569   686790  2024503 |   368694     1314      9 |  1.737 % |
9.88/10.10	c 10	|      2077 |   11569   686790  2024503 |   405563     2073      9 |  1.738 % |
12.58/12.86	c 12	|      3217 |   11369   664445  1960062 |   446119     3210     10 |  1.910 % |
16.28/16.58	c 16	|      4926 |   11369   664445  1960062 |   490731     4919     10 |  1.910 % |
25.57/25.87	c 25	|      7488 |   11349   662387  1954106 |   539804     7476     11 |  1.910 % |
36.07/36.36	c 36	|     11334 |   11349   662387  1954106 |   593785    11322     10 |  1.910 % |
60.05/60.40	c 60	|     17100 |   11349   662387  1954106 |   653164    17088     11 |  1.911 % |
90.34/90.60	c 90	|     25749 |   11349   662387  1954106 |   718480    25737     12 |  1.910 % |
145.02/145.33	c 145	|     38723 |   11349   662387  1954106 |   790328    38711     12 |  1.911 % |
239.28/239.68	c 239	|     58184 |   11349   662387  1954106 |   869361    58172     13 |  1.910 % |
384.14/384.58	c 384	|     87377 |   11349   662387  1954106 |   956297    87365     13 |  1.910 % |
632.45/632.94	c 633	|    131167 |   11239   650194  1918760 |  1051927   131154     13 |  2.861 % |
1000.44/1001.06	c 1001	|    196851 |   11239   650194  1918760 |  1157119   196838     14 |  2.861 % |
1719.39/1720.20	c 1720	|    295378 |   11239   650194  1918760 |  1272831   295365     15 |  2.861 % |
1800.06/1800.91	c 1801	DECODING HOME/temp.out WITH HOME/temp.map
1800.06/1800.91	c 1801	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.06/1800.92	c ERROR INTERRUPTED
1800.06/1800.92	s UNKNOWN
1800.06/1800.92	c 1801	CPU 2.62 (0.06 0.01 2.35 0.2)
1800.06/1800.92	c 1801	END Sun Jul 12 01:03:00 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-2070675-1247351579/watcher-2070675-1247351579 -o /tmp/evaluation-result-2070675-1247351579/solver-2070675-1247351579 -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-2070675-1247351579.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.98 1.99 4/82 16958
/proc/meminfo: memFree=1836872/2055920 swapFree=4192812/4192956
[pid=16958] ppid=16956 vsize=18576 CPUtime=0
/proc/16958/stat : 16958 (runsolver) R 16956 16958 16717 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 22224115 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 233588714791 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16958/statm: 4644 284 249 26 0 2626 0

[startup+0.0822821 s]
/proc/loadavg: 1.99 1.98 1.99 4/82 16958
/proc/meminfo: memFree=1836872/2055920 swapFree=4192812/4192956
[pid=16958] ppid=16956 vsize=16740 CPUtime=0.06
/proc/16958/stat : 16958 (sugar) S 16956 16958 16717 0 -1 4194304 1152 0 0 0 5 1 0 0 21 0 1 0 22224115 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16958/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101984 s]
/proc/loadavg: 1.99 1.98 1.99 4/82 16958
/proc/meminfo: memFree=1836872/2055920 swapFree=4192812/4192956
[pid=16958] ppid=16956 vsize=16868 CPUtime=0.06
/proc/16958/stat : 16958 (sugar) S 16956 16958 16717 0 -1 4194304 1227 128 0 0 5 1 0 0 23 0 1 0 22224115 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16958/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302014 s]
/proc/loadavg: 1.99 1.98 1.99 4/82 16958
/proc/meminfo: memFree=1836872/2055920 swapFree=4192812/4192956
[pid=16958] ppid=16956 vsize=16868 CPUtime=0.06
/proc/16958/stat : 16958 (sugar) S 16956 16958 16717 0 -1 4194304 1227 128 0 0 5 1 0 0 23 0 1 0 22224115 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16958/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701038 s]
/proc/loadavg: 1.99 1.98 1.99 4/82 16958
/proc/meminfo: memFree=1836872/2055920 swapFree=4192812/4192956
[pid=16958] ppid=16956 vsize=16868 CPUtime=0.06
/proc/16958/stat : 16958 (sugar) S 16956 16958 16717 0 -1 4194304 1227 128 0 0 5 1 0 0 23 0 1 0 22224115 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16958/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50222 s]
/proc/loadavg: 2.07 2.00 2.00 4/93 16981
/proc/meminfo: memFree=1818024/2055920 swapFree=4192812/4192956
[pid=16958] ppid=16956 vsize=16868 CPUtime=0.58
/proc/16958/stat : 16958 (sugar) S 16956 16958 16717 0 -1 4194304 1310 6719 0 1 5 1 48 4 15 0 1 0 22224115 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16958/statm: 4217 1111 409 3 0 796 0
[pid=16971] ppid=16958 vsize=5356 CPUtime=0
/proc/16971/stat : 16971 (sh) S 16958 16958 16717 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22224192 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16971/statm: 1339 233 193 169 0 50 0
[pid=16972] ppid=16971 vsize=868692 CPUtime=0.71
/proc/16972/stat : 16972 (java) S 16971 16958 16717 0 -1 0 7372 0 1 0 67 4 0 0 18 0 9 0 22224192 889540608 6591 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16972/statm: 217173 6591 2590 9 0 211650 0
[pid=16972/tid=16973] ppid=16971 vsize=868692 CPUtime=0.4
/proc/16972/task/16973/stat : 16973 (java) R 16971 16958 16717 0 -1 64 2736 0 1 0 38 2 0 0 18 0 9 0 22224193 889540608 6591 996147200 134512640 134550932 4294955936 18446744073709551615 4126899874 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16972/tid=16974] ppid=16971 vsize=868692 CPUtime=0.12
/proc/16972/task/16974/stat : 16974 (java) S 16971 16958 16717 0 -1 64 2446 0 0 0 12 0 0 0 16 0 9 0 22224194 889540608 6591 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16972/tid=16975] ppid=16971 vsize=868692 CPUtime=0
/proc/16972/task/16975/stat : 16975 (java) S 16971 16958 16717 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22224194 889540608 6591 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16972/tid=16976] ppid=16971 vsize=868692 CPUtime=0
/proc/16972/task/16976/stat : 16976 (java) S 16971 16958 16717 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22224194 889540608 6591 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16972/tid=16977] ppid=16971 vsize=868692 CPUtime=0
/proc/16972/task/16977/stat : 16977 (java) S 16971 16958 16717 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22224197 889540608 6591 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16972/tid=16978] ppid=16971 vsize=868692 CPUtime=0.17
/proc/16972/task/16978/stat : 16978 (java) S 16971 16958 16717 0 -1 64 1492 0 0 0 16 1 0 0 16 0 9 0 22224197 889540608 6591 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16972/tid=16979] ppid=16971 vsize=868692 CPUtime=0
/proc/16972/task/16979/stat : 16979 (java) S 16971 16958 16717 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22224197 889540608 6591 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16972/tid=16980] ppid=16971 vsize=868692 CPUtime=0
/proc/16972/task/16980/stat : 16980 (java) S 16971 16958 16717 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22224197 889540608 6591 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 890916

[startup+3.10259 s]
/proc/loadavg: 2.07 2.00 2.00 3/93 16981
/proc/meminfo: memFree=1798568/2055920 swapFree=4192812/4192956
[pid=16958] ppid=16956 vsize=16868 CPUtime=2.61
/proc/16958/stat : 16958 (sugar) S 16956 16958 16717 0 -1 4194304 1376 14808 0 2 6 1 235 19 16 0 1 0 22224115 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16958/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 16868

[startup+6.30105 s]
/proc/loadavg: 2.07 2.00 2.00 3/85 16983
/proc/meminfo: memFree=1777768/2055920 swapFree=4192812/4192956
[pid=16958] ppid=16956 vsize=16868 CPUtime=2.61
/proc/16958/stat : 16958 (sugar) S 16956 16958 16717 0 -1 4194304 1376 14808 0 2 6 1 235 19 16 0 1 0 22224115 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16958/statm: 4217 1113 409 3 0 796 0
[pid=16982] ppid=16958 vsize=5356 CPUtime=0
/proc/16982/stat : 16982 (sh) S 16958 16958 16717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22224396 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16982/statm: 1339 232 193 169 0 50 0
[pid=16983] ppid=16982 vsize=30868 CPUtime=3.48
/proc/16983/stat : 16983 (minisat) R 16982 16958 16717 0 -1 4194304 7622 0 0 0 343 5 0 0 25 0 1 0 22224396 31608832 7608 996147200 134512640 135127466 4294956256 18446744073709551615 134530662 0 0 4096 3 0 0 0 17 1 0 0
/proc/16983/statm: 7717 7608 75 150 0 7564 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 53092

[startup+12.7022 s]
/proc/loadavg: 2.06 2.00 2.00 3/85 16983
/proc/meminfo: memFree=1774568/2055920 swapFree=4192812/4192956
[pid=16958] ppid=16956 vsize=16868 CPUtime=2.61
/proc/16958/stat : 16958 (sugar) S 16956 16958 16717 0 -1 4194304 1376 14808 0 2 6 1 235 19 16 0 1 0 22224115 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16958/statm: 4217 1113 409 3 0 796 0
[pid=16982] ppid=16958 vsize=5356 CPUtime=0
/proc/16982/stat : 16982 (sh) S 16958 16958 16717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22224396 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16982/statm: 1339 232 193 169 0 50 0
[pid=16983] ppid=16982 vsize=31000 CPUtime=9.87
/proc/16983/stat : 16983 (minisat) R 16982 16958 16717 0 -1 4194304 7636 0 0 0 982 5 0 0 25 0 1 0 22224396 31744000 7622 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16983/statm: 7750 7622 75 150 0 7597 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 53224

[startup+25.5015 s]
/proc/loadavg: 2.05 2.00 2.00 3/85 16983
/proc/meminfo: memFree=1771432/2055920 swapFree=4192812/4192956
[pid=16958] ppid=16956 vsize=16868 CPUtime=2.61
/proc/16958/stat : 16958 (sugar) S 16956 16958 16717 0 -1 4194304 1376 14808 0 2 6 1 235 19 16 0 1 0 22224115 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16958/statm: 4217 1113 409 3 0 796 0
[pid=16982] ppid=16958 vsize=5356 CPUtime=0
/proc/16982/stat : 16982 (sh) S 16958 16958 16717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22224396 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16982/statm: 1339 232 193 169 0 50 0
[pid=16983] ppid=16982 vsize=31156 CPUtime=22.66
/proc/16983/stat : 16983 (minisat) R 16982 16958 16717 0 -1 4194304 7668 0 0 0 2261 5 0 0 25 0 1 0 22224396 31903744 7654 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/16983/statm: 7789 7654 75 150 0 7636 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 53380

[startup+51.1012 s]
/proc/loadavg: 2.03 2.00 2.00 3/85 16983
/proc/meminfo: memFree=1764520/2055920 swapFree=4192812/4192956
[pid=16958] ppid=16956 vsize=16868 CPUtime=2.61
/proc/16958/stat : 16958 (sugar) S 16956 16958 16717 0 -1 4194304 1376 14808 0 2 6 1 235 19 16 0 1 0 22224115 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16958/statm: 4217 1113 409 3 0 796 0
[pid=16982] ppid=16958 vsize=5356 CPUtime=0
/proc/16982/stat : 16982 (sh) S 16958 16958 16717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22224396 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16982/statm: 1339 232 193 169 0 50 0
[pid=16983] ppid=16982 vsize=31288 CPUtime=48.24
/proc/16983/stat : 16983 (minisat) R 16982 16958 16717 0 -1 4194304 7717 0 0 0 4819 5 0 0 25 0 1 0 22224396 32038912 7703 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16983/statm: 7822 7703 75 150 0 7669 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 53512

[startup+102.306 s]
/proc/loadavg: 2.01 2.00 2.00 3/85 16983
/proc/meminfo: memFree=1756328/2055920 swapFree=4192812/4192956
[pid=16958] ppid=16956 vsize=16868 CPUtime=2.61
/proc/16958/stat : 16958 (sugar) S 16956 16958 16717 0 -1 4194304 1376 14808 0 2 6 1 235 19 16 0 1 0 22224115 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16958/statm: 4217 1113 409 3 0 796 0
[pid=16982] ppid=16958 vsize=5356 CPUtime=0
/proc/16982/stat : 16982 (sh) S 16958 16958 16717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22224396 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16982/statm: 1339 232 193 169 0 50 0
[pid=16983] ppid=16982 vsize=32520 CPUtime=99.43
/proc/16983/stat : 16983 (minisat) R 16982 16958 16717 0 -1 4194304 8005 0 0 0 9938 5 0 0 25 0 1 0 22224396 33300480 7991 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/16983/statm: 8130 7991 75 150 0 7977 0
Current children cumulated CPU time (s) 102.04
Current children cumulated vsize (KiB) 54744

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 16983
/proc/meminfo: memFree=1748264/2055920 swapFree=4192812/4192956
[pid=16958] ppid=16956 vsize=16868 CPUtime=2.61
/proc/16958/stat : 16958 (sugar) S 16956 16958 16717 0 -1 4194304 1376 14808 0 2 6 1 235 19 16 0 1 0 22224115 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16958/statm: 4217 1113 409 3 0 796 0
[pid=16982] ppid=16958 vsize=5356 CPUtime=0
/proc/16982/stat : 16982 (sh) S 16958 16958 16717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22224396 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16982/statm: 1339 232 193 169 0 50 0
[pid=16983] ppid=16982 vsize=33684 CPUtime=159.4
/proc/16983/stat : 16983 (minisat) R 16982 16958 16717 0 -1 4194304 8291 0 0 0 15935 5 0 0 25 0 1 0 22224396 34492416 8277 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16983/statm: 8421 8277 75 150 0 8268 0
Current children cumulated CPU time (s) 162.01
Current children cumulated vsize (KiB) 55908

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 16983
/proc/meminfo: memFree=1742760/2055920 swapFree=4192812/4192956
[pid=16958] ppid=16956 vsize=16868 CPUtime=2.61
/proc/16958/stat : 16958 (sugar) S 16956 16958 16717 0 -1 4194304 1376 14808 0 2 6 1 235 19 16 0 1 0 22224115 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16958/statm: 4217 1113 409 3 0 796 0
[pid=16982] ppid=16958 vsize=5356 CPUtime=0
/proc/16982/stat : 16982 (sh) S 16958 16958 16717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22224396 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16982/statm: 1339 232 193 169 0 50 0
[pid=16983] ppid=16982 vsize=34740 CPUtime=219.38
/proc/16983/stat : 16983 (minisat) R 16982 16958 16717 0 -1 4194304 8549 0 0 0 21933 5 0 0 25 0 1 0 22224396 35573760 8535 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16983/statm: 8685 8535 75 150 0 8532 0
Current children cumulated CPU time (s) 221.99
Current children cumulated vsize (KiB) 56964


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

/proc/meminfo: memFree=1718568/2055920 swapFree=4192812/4192956
[pid=16958] ppid=16956 vsize=16868 CPUtime=2.61
/proc/16958/stat : 16958 (sugar) S 16956 16958 16717 0 -1 4194304 1376 14808 0 2 6 1 235 19 16 0 1 0 22224115 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16958/statm: 4217 1113 409 3 0 796 0
[pid=16982] ppid=16958 vsize=5356 CPUtime=0
/proc/16982/stat : 16982 (sh) S 16958 16958 16717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22224396 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16982/statm: 1339 232 193 169 0 50 0
[pid=16983] ppid=16982 vsize=53248 CPUtime=1359
/proc/16983/stat : 16983 (minisat) R 16982 16958 16717 0 -1 4194304 13052 0 0 0 135891 9 0 0 25 0 1 0 22224396 54525952 13030 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16983/statm: 13312 13030 75 150 0 13159 0
Current children cumulated CPU time (s) 1361.61
Current children cumulated vsize (KiB) 75472

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16985
/proc/meminfo: memFree=1717864/2055920 swapFree=4192812/4192956
[pid=16958] ppid=16956 vsize=16868 CPUtime=2.61
/proc/16958/stat : 16958 (sugar) S 16956 16958 16717 0 -1 4194304 1376 14808 0 2 6 1 235 19 16 0 1 0 22224115 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16958/statm: 4217 1113 409 3 0 796 0
[pid=16982] ppid=16958 vsize=5356 CPUtime=0
/proc/16982/stat : 16982 (sh) S 16958 16958 16717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22224396 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16982/statm: 1339 232 193 169 0 50 0
[pid=16983] ppid=16982 vsize=53908 CPUtime=1418.99
/proc/16983/stat : 16983 (minisat) R 16982 16958 16717 0 -1 4194304 13227 0 0 0 141889 10 0 0 25 0 1 0 22224396 55201792 13205 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 1 0 0
/proc/16983/statm: 13477 13205 75 150 0 13324 0
Current children cumulated CPU time (s) 1421.6
Current children cumulated vsize (KiB) 76132

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16985
/proc/meminfo: memFree=1717160/2055920 swapFree=4192812/4192956
[pid=16958] ppid=16956 vsize=16868 CPUtime=2.61
/proc/16958/stat : 16958 (sugar) S 16956 16958 16717 0 -1 4194304 1376 14808 0 2 6 1 235 19 16 0 1 0 22224115 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16958/statm: 4217 1113 409 3 0 796 0
[pid=16982] ppid=16958 vsize=5356 CPUtime=0
/proc/16982/stat : 16982 (sh) S 16958 16958 16717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22224396 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16982/statm: 1339 232 193 169 0 50 0
[pid=16983] ppid=16982 vsize=54584 CPUtime=1478.96
/proc/16983/stat : 16983 (minisat) R 16982 16958 16717 0 -1 4194304 13399 0 0 0 147886 10 0 0 25 0 1 0 22224396 55894016 13377 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16983/statm: 13646 13377 75 150 0 13493 0
Current children cumulated CPU time (s) 1481.57
Current children cumulated vsize (KiB) 76808

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16985
/proc/meminfo: memFree=1716328/2055920 swapFree=4192812/4192956
[pid=16958] ppid=16956 vsize=16868 CPUtime=2.61
/proc/16958/stat : 16958 (sugar) S 16956 16958 16717 0 -1 4194304 1376 14808 0 2 6 1 235 19 16 0 1 0 22224115 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16958/statm: 4217 1113 409 3 0 796 0
[pid=16982] ppid=16958 vsize=5356 CPUtime=0
/proc/16982/stat : 16982 (sh) S 16958 16958 16717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22224396 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16982/statm: 1339 232 193 169 0 50 0
[pid=16983] ppid=16982 vsize=55384 CPUtime=1538.94
/proc/16983/stat : 16983 (minisat) R 16982 16958 16717 0 -1 4194304 13599 0 0 0 153884 10 0 0 25 0 1 0 22224396 56713216 13577 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16983/statm: 13846 13577 75 150 0 13693 0
Current children cumulated CPU time (s) 1541.55
Current children cumulated vsize (KiB) 77608

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16985
/proc/meminfo: memFree=1715560/2055920 swapFree=4192812/4192956
[pid=16958] ppid=16956 vsize=16868 CPUtime=2.61
/proc/16958/stat : 16958 (sugar) S 16956 16958 16717 0 -1 4194304 1376 14808 0 2 6 1 235 19 16 0 1 0 22224115 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16958/statm: 4217 1113 409 3 0 796 0
[pid=16982] ppid=16958 vsize=5356 CPUtime=0
/proc/16982/stat : 16982 (sh) S 16958 16958 16717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22224396 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16982/statm: 1339 232 193 169 0 50 0
[pid=16983] ppid=16982 vsize=56236 CPUtime=1598.92
/proc/16983/stat : 16983 (minisat) R 16982 16958 16717 0 -1 4194304 13786 0 0 0 159882 10 0 0 25 0 1 0 22224396 57585664 13764 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16983/statm: 14059 13764 75 150 0 13906 0
Current children cumulated CPU time (s) 1601.53
Current children cumulated vsize (KiB) 78460

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16985
/proc/meminfo: memFree=1714792/2055920 swapFree=4192812/4192956
[pid=16958] ppid=16956 vsize=16868 CPUtime=2.61
/proc/16958/stat : 16958 (sugar) S 16956 16958 16717 0 -1 4194304 1376 14808 0 2 6 1 235 19 16 0 1 0 22224115 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16958/statm: 4217 1113 409 3 0 796 0
[pid=16982] ppid=16958 vsize=5356 CPUtime=0
/proc/16982/stat : 16982 (sh) S 16958 16958 16717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22224396 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16982/statm: 1339 232 193 169 0 50 0
[pid=16983] ppid=16982 vsize=56920 CPUtime=1658.9
/proc/16983/stat : 16983 (minisat) R 16982 16958 16717 0 -1 4194304 13969 0 0 0 165880 10 0 0 25 0 1 0 22224396 58286080 13947 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16983/statm: 14230 13947 75 150 0 14077 0
Current children cumulated CPU time (s) 1661.51
Current children cumulated vsize (KiB) 79144

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16991
/proc/meminfo: memFree=1713896/2055920 swapFree=4192812/4192956
[pid=16958] ppid=16956 vsize=16868 CPUtime=2.61
/proc/16958/stat : 16958 (sugar) S 16956 16958 16717 0 -1 4194304 1376 14808 0 2 6 1 235 19 16 0 1 0 22224115 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16958/statm: 4217 1113 409 3 0 796 0
[pid=16982] ppid=16958 vsize=5356 CPUtime=0
/proc/16982/stat : 16982 (sh) S 16958 16958 16717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22224396 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16982/statm: 1339 232 193 169 0 50 0
[pid=16983] ppid=16982 vsize=57524 CPUtime=1718.88
/proc/16983/stat : 16983 (minisat) R 16982 16958 16717 0 -1 4194304 14155 0 0 0 171877 11 0 0 25 0 1 0 22224396 58904576 14133 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16983/statm: 14381 14133 75 150 0 14228 0
Current children cumulated CPU time (s) 1721.49
Current children cumulated vsize (KiB) 79748

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16991
/proc/meminfo: memFree=1713128/2055920 swapFree=4192812/4192956
[pid=16958] ppid=16956 vsize=16868 CPUtime=2.61
/proc/16958/stat : 16958 (sugar) S 16956 16958 16717 0 -1 4194304 1376 14808 0 2 6 1 235 19 16 0 1 0 22224115 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16958/statm: 4217 1113 409 3 0 796 0
[pid=16982] ppid=16958 vsize=5356 CPUtime=0
/proc/16982/stat : 16982 (sh) S 16958 16958 16717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22224396 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16982/statm: 1339 232 193 169 0 50 0
[pid=16983] ppid=16982 vsize=58280 CPUtime=1778.85
/proc/16983/stat : 16983 (minisat) R 16982 16958 16717 0 -1 4194304 14336 0 0 0 177874 11 0 0 25 0 1 0 22224396 59678720 14314 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/16983/statm: 14570 14314 75 150 0 14417 0
Current children cumulated CPU time (s) 1781.46
Current children cumulated vsize (KiB) 80504



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16991
/proc/meminfo: memFree=1712872/2055920 swapFree=4192812/4192956
[pid=16958] ppid=16956 vsize=16868 CPUtime=2.61
/proc/16958/stat : 16958 (sugar) S 16956 16958 16717 0 -1 4194304 1376 14808 0 2 6 1 235 19 16 0 1 0 22224115 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16958/statm: 4217 1113 409 3 0 796 0
[pid=16982] ppid=16958 vsize=5356 CPUtime=0
/proc/16982/stat : 16982 (sh) S 16958 16958 16717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22224396 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16982/statm: 1339 232 193 169 0 50 0
[pid=16983] ppid=16982 vsize=58544 CPUtime=1797.45
/proc/16983/stat : 16983 (minisat) R 16982 16958 16717 0 -1 4194304 14396 0 0 0 179734 11 0 0 25 0 1 0 22224396 59949056 14374 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16983/statm: 14636 14374 75 150 0 14483 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 80768

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

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

[startup+1800.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16991
/proc/meminfo: memFree=1712872/2055920 swapFree=4192812/4192956
[pid=16958] ppid=16956 vsize=16868 CPUtime=2.61
/proc/16958/stat : 16958 (sugar) S 16956 16958 16717 0 -1 4194304 1376 14808 0 2 6 1 235 19 16 0 1 0 22224115 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16958/statm: 4217 1113 409 3 0 796 0
[pid=16982] ppid=16958 vsize=5356 CPUtime=0
/proc/16982/stat : 16982 (sh) S 16958 16958 16717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22224396 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16982/statm: 1339 232 193 169 0 50 0
[pid=16983] ppid=16982 vsize=58544 CPUtime=1797.45
/proc/16983/stat : 16983 (minisat) R 16982 16958 16717 0 -1 4194304 14396 0 0 0 179734 11 0 0 25 0 1 0 22224396 59949056 14374 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16983/statm: 14636 14374 75 150 0 14483 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 80768

Child status: 0

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

Real time (s): 1800.93
CPU time (s): 1800.06
CPU user time (s): 1799.75
CPU system time (s): 0.31
CPU usage (%): 99.9518
Max. virtual memory (cumulated for all children) (KiB): 890916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.42463
system time used= 0.227965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16658
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= 5398
involuntary context switches= 5301

runsolver used 2.01069 second user time and 6.19706 second system time

The end

Launcher Data

Begin job on node27 at 2009-07-12 00:32:59
IDJOB=2070675
IDBENCH=55379
IDSOLVER=739
FILE ID=node27/2070675-1247351579
PBS_JOBID= 9506954
Free space on /tmp= 66308 MiB

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

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

MD5SUM BENCH= 944163575f12720c687c0df864291e95
RANDOM SEED=186364622

node27.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		: 2800.239
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	: 5521.40
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		: 2800.239
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:       1837352 kB
Buffers:         37968 kB
Cached:          94088 kB
SwapCached:          0 kB
Active:         117788 kB
Inactive:        50568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1837352 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3260 kB
Writeback:           0 kB
Mapped:          56632 kB
Slab:            35332 kB
Committed_AS:   197984 kB
PageTables:       1840 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66304 MiB
End job on node27 at 2009-07-12 01:03:02