Trace number 2065978

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

General information on the benchmark

Namecsp/allIntervalSeries/
normalized-series-45.xml
MD5SUM308fa95d9931a053189a7f9e5abf3d50
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.395939
Satisfiable
(Un)Satisfiability was proved
Number of variables89
Number of constraints1980
Maximum constraint arity3
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1980
Global constraints used (with number of constraints)

Solver Data

0.04/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.04/0.08	c 0	BEGIN Sat Jul 11 21:37:45 2009
0.04/0.08	c 0	PID 15086
0.04/0.08	c 0	HOST node45.alineos.net
0.04/0.08	c 0	CONVERTING HOME/instance-2065978-1247341065.xml TO HOME/temp.csp
0.04/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-2065978-1247341065.xml' 'HOME/temp.csp'
0.06/0.54	c 0	2 domains, 89 variables, 2 predicates, 0 relations, 1980 constraints
0.06/0.56	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.56	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.51/0.64	c 0	Parsing HOME/temp.csp
0.51/0.78	c 0	parsed 2073 expressions
0.51/0.82	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.51/0.82	c 0	Converting to clausal form CSP
0.51/0.89	c 1	converted 208 (10%) expressions
0.93/1.02	c 1	converted 415 (20%) expressions
0.93/1.04	c 1	converted 622 (30%) expressions
0.93/1.06	c 1	converted 830 (40%) expressions
0.93/1.08	c 1	converted 1037 (50%) expressions
0.93/1.08	c 1	converted 1244 (60%) expressions
0.93/1.09	c 1	converted 1452 (70%) expressions
1.03/1.11	c 1	converted 1659 (80%) expressions
1.03/1.11	c 1	converted 1866 (90%) expressions
1.03/1.13	c 1	converted 2073 (100%) expressions
1.03/1.13	c 1	CSP : 89 integers, 0 booleans, 2068 clauses, largest domain size 45
1.03/1.13	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.03/1.13	c 1	Propagation in CSP
1.03/1.14	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.03/1.14	c 1	CSP : 89 integers, 0 booleans, 2068 clauses, largest domain size 45
1.03/1.14	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.03/1.15	c 1	Simplifing CSP by introducing new Boolean variables
1.03/1.18	c 1	CSP : 89 integers, 3960 booleans, 6028 clauses, largest domain size 45
1.03/1.18	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.13/1.23	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.13/1.24	c 1	9 (10%) CSP integer variables are encoded (387 clauses, 4111 bytes)
1.13/1.24	c 1	18 (20%) CSP integer variables are encoded (774 clauses, 8368 bytes)
1.13/1.24	c 1	27 (30%) CSP integer variables are encoded (1161 clauses, 12994 bytes)
1.13/1.25	c 1	36 (40%) CSP integer variables are encoded (1548 clauses, 18025 bytes)
1.13/1.25	c 1	45 (50%) CSP integer variables are encoded (1935 clauses, 23056 bytes)
1.13/1.25	c 1	54 (60%) CSP integer variables are encoded (2313 clauses, 27970 bytes)
1.13/1.25	c 1	63 (70%) CSP integer variables are encoded (2691 clauses, 32884 bytes)
1.13/1.25	c 1	72 (80%) CSP integer variables are encoded (3069 clauses, 37798 bytes)
1.13/1.25	c 1	81 (90%) CSP integer variables are encoded (3447 clauses, 42712 bytes)
1.13/1.25	c 1	89 (100%) CSP integer variables are encoded (3783 clauses, 47080 bytes)
1.23/1.31	c 1	603 (10%) CSP clauses are encoded (22074 clauses, 352918 bytes)
1.23/1.36	c 1	1206 (20%) CSP clauses are encoded (40365 clauses, 669844 bytes)
1.32/1.40	c 1	1809 (30%) CSP clauses are encoded (58656 clauses, 989110 bytes)
1.32/1.45	c 1	2412 (40%) CSP clauses are encoded (76947 clauses, 1316464 bytes)
1.32/1.49	c 1	3014 (50%) CSP clauses are encoded (95207 clauses, 1657582 bytes)
1.43/1.52	c 1	3617 (60%) CSP clauses are encoded (113096 clauses, 1991644 bytes)
1.43/1.56	c 1	4220 (70%) CSP clauses are encoded (130985 clauses, 2325706 bytes)
1.43/1.60	c 1	4823 (80%) CSP clauses are encoded (148874 clauses, 2659768 bytes)
1.52/1.63	c 1	5426 (90%) CSP clauses are encoded (166763 clauses, 2993830 bytes)
1.92/2.03	c 2	6028 (100%) CSP clauses are encoded (352351 clauses, 6722276 bytes)
1.92/2.03	c 2	6028 CSP clauses encoded
1.92/2.03	c 2	Writing map file : HOME/temp.map
1.92/2.03	c 2	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.92/2.03	c 2	SAT : 7832 SAT variables, 352351 SAT clauses, 6722276 bytes
1.92/2.03	c 2	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.92/2.08	c 2	SOLVING HOME/temp.cnf
1.92/2.08	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.92/2.08	c 2	This is MiniSat 2.0 beta
1.92/2.08	c 2	WARNING: for repeatability, setting FPU to use double precision
1.92/2.08	c 2	============================[ Problem Statistics ]=============================
1.92/2.08	c 2	|                                                                             |
1.92/2.09	c 2	|  Number of variables:  7832                                                 |
1.92/2.09	c 2	|  Number of clauses:    352351                                               |
2.07/2.27	c 2	|  Parsing time:         0.16         s                                       |
2.07/2.28	c 2	============================[ Search Statistics ]==============================
2.07/2.28	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.07/2.28	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.07/2.28	c 2	===============================================================================
2.07/2.28	c 2	|         0 |    7832   352351  1122834 |   117450        0    nan |  0.000 % |
2.27/2.43	c 2	|       115 |    7832   352351  1122834 |   129195      115     21 |  0.000 % |
2.37/2.51	c 2	|       265 |    7832   352351  1122834 |   142114      265     18 |  0.000 % |
2.37/2.55	c 2	|       490 |    7832   352351  1122834 |   156326      490     18 |  0.000 % |
2.57/2.71	c 2	|       827 |    7832   352351  1122834 |   171959      827     22 |  0.000 % |
2.86/3.08	c 3	|      1334 |    7832   352351  1122834 |   189154     1334     22 |  0.000 % |
3.36/3.51	c 3	|      2093 |    7832   352351  1122834 |   208070     2093     21 |  0.000 % |
4.75/4.98	c 5	|      3232 |    7832   352351  1122834 |   228877     3232     33 |  0.000 % |
5.84/6.06	c 6	|      4940 |    7832   352351  1122834 |   251765     4940     37 |  0.000 % |
7.71/7.94	c 8	|      7503 |    7832   352351  1122834 |   276941     7503     39 |  0.000 % |
9.60/9.87	c 10	|     11347 |    7832   352351  1122834 |   304635    11347     32 |  0.000 % |
15.34/15.62	c 15	|     17114 |    7832   352351  1122834 |   335099    17114     36 |  0.000 % |
25.25/25.60	c 25	|     25763 |    7832   352351  1122834 |   368609    25763     44 |  0.000 % |
39.21/39.73	c 39	|     38737 |    7832   352351  1122834 |   405470    38737     42 |  0.000 % |
65.76/66.59	c 66	|     58199 |    7832   352351  1122834 |   446017    58199     48 |  0.000 % |
112.32/113.57	c 113	|     87392 |    7832   352351  1122834 |   490619    87392     54 |  0.000 % |
167.09/168.89	c 169	|    131183 |    7832   352351  1122834 |   539681   131183     52 |  0.000 % |
299.62/302.69	c 302	|    196867 |    7832   352351  1122834 |   593649   196867     57 |  0.000 % |
560.74/566.26	c 566	|    295393 |    7832   352351  1122834 |   653014   295393     63 |  0.000 % |
1025.40/1035.40	c 1035	|    443183 |    7832   352351  1122834 |   718315   443183     66 |  0.000 % |
1800.03/1816.31	c ERROR INTERRUPTED
1800.03/1816.34	s UNKNOWN
1800.03/1816.34	c 1816	CPU 1.97 (0.05 0.02 1.75 0.15)
1800.03/1816.34	c 1816	END Sat Jul 11 22:08:01 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-2065978-1247341065/watcher-2065978-1247341065 -o /tmp/evaluation-result-2065978-1247341065/solver-2065978-1247341065 -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-2065978-1247341065.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.94 2.02 2.06 4/74 15086
/proc/meminfo: memFree=1875696/2055920 swapFree=4192812/4192956
[pid=15086] ppid=15084 vsize=18576 CPUtime=0
/proc/15086/stat : 15086 (runsolver) R 15084 15086 13923 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 21170245 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 258939088167 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15086/statm: 4644 284 249 26 0 2626 0

[startup+0.063468 s]
/proc/loadavg: 1.94 2.02 2.06 4/74 15086
/proc/meminfo: memFree=1875696/2055920 swapFree=4192812/4192956
[pid=15086] ppid=15084 vsize=16080 CPUtime=0.04
/proc/15086/stat : 15086 (sugar) R 15084 15086 13923 0 -1 4194304 937 0 0 0 3 1 0 0 18 0 1 0 21170245 16465920 905 996147200 4194304 4206940 548682068608 18446744073709551615 258958739125 0 0 4224 0 0 0 0 17 1 0 0
/proc/15086/statm: 4020 905 380 3 0 599 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 16080

[startup+0.101477 s]
/proc/loadavg: 1.94 2.02 2.06 4/74 15086
/proc/meminfo: memFree=1875696/2055920 swapFree=4192812/4192956
[pid=15086] ppid=15084 vsize=16868 CPUtime=0.06
/proc/15086/stat : 15086 (sugar) S 15084 15086 13923 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21170245 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15086/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301502 s]
/proc/loadavg: 1.94 2.02 2.06 4/74 15086
/proc/meminfo: memFree=1875696/2055920 swapFree=4192812/4192956
[pid=15086] ppid=15084 vsize=16868 CPUtime=0.06
/proc/15086/stat : 15086 (sugar) S 15084 15086 13923 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21170245 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15086/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701572 s]
/proc/loadavg: 1.94 2.02 2.06 4/74 15086
/proc/meminfo: memFree=1875696/2055920 swapFree=4192812/4192956
[pid=15086] ppid=15084 vsize=16868 CPUtime=0.51
/proc/15086/stat : 15086 (sugar) S 15084 15086 13923 0 -1 4194304 1309 5161 0 1 5 1 41 4 16 0 1 0 21170245 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15086/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 16868

[startup+1.50272 s]
/proc/loadavg: 1.94 2.02 2.06 4/85 15108
/proc/meminfo: memFree=1861720/2055920 swapFree=4192812/4192956
[pid=15086] ppid=15084 vsize=16868 CPUtime=0.52
/proc/15086/stat : 15086 (sugar) S 15084 15086 13923 0 -1 4194304 1310 5161 0 1 5 2 41 4 15 0 1 0 21170245 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15086/statm: 4217 1111 409 3 0 796 0
[pid=15099] ppid=15086 vsize=5356 CPUtime=0
/proc/15099/stat : 15099 (sh) S 15086 15086 13923 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21170301 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15099/statm: 1339 233 193 169 0 50 0
[pid=15100] ppid=15099 vsize=868592 CPUtime=0.91
/proc/15100/stat : 15100 (java) S 15099 15086 13923 0 -1 0 6902 0 1 0 85 6 0 0 18 0 9 0 21170301 889438208 6087 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15100/statm: 217148 6087 2589 9 0 211625 0
[pid=15100/tid=15101] ppid=15099 vsize=868592 CPUtime=0.61
/proc/15100/task/15101/stat : 15101 (java) R 15099 15086 13923 0 -1 64 2780 0 1 0 59 2 0 0 22 0 9 0 21170302 889438208 6087 996147200 134512640 134550932 4294955936 18446744073709551615 4126507153 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15100/tid=15102] ppid=15099 vsize=868592 CPUtime=0.08
/proc/15100/task/15102/stat : 15102 (java) S 15099 15086 13923 0 -1 64 1943 0 0 0 7 1 0 0 16 0 9 0 21170304 889438208 6087 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15100/tid=15103] ppid=15099 vsize=868592 CPUtime=0
/proc/15100/task/15103/stat : 15103 (java) S 15099 15086 13923 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21170304 889438208 6087 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15100/tid=15104] ppid=15099 vsize=868592 CPUtime=0
/proc/15100/task/15104/stat : 15104 (java) S 15099 15086 13923 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21170304 889438208 6087 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15100/tid=15105] ppid=15099 vsize=868592 CPUtime=0
/proc/15100/task/15105/stat : 15105 (java) S 15099 15086 13923 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21170306 889438208 6087 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15100/tid=15106] ppid=15099 vsize=868592 CPUtime=0.19
/proc/15100/task/15106/stat : 15106 (java) S 15099 15086 13923 0 -1 64 1481 0 0 0 18 1 0 0 16 0 9 0 21170306 889438208 6087 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15100/tid=15107] ppid=15099 vsize=868592 CPUtime=0
/proc/15100/task/15107/stat : 15107 (java) S 15099 15086 13923 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21170306 889438208 6087 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15100/tid=15108] ppid=15099 vsize=868592 CPUtime=0
/proc/15100/task/15108/stat : 15108 (java) S 15099 15086 13923 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21170306 889438208 6087 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 890816

[startup+3.10202 s]
/proc/loadavg: 1.94 2.02 2.06 3/77 15110
/proc/meminfo: memFree=1862808/2055920 swapFree=4192812/4192956
[pid=15086] ppid=15084 vsize=16868 CPUtime=1.97
/proc/15086/stat : 15086 (sugar) S 15084 15086 13923 0 -1 4194304 1376 12531 0 2 5 2 175 15 15 0 1 0 21170245 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15086/statm: 4217 1113 409 3 0 796 0
[pid=15109] ppid=15086 vsize=5356 CPUtime=0
/proc/15109/stat : 15109 (sh) S 15086 15086 13923 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21170453 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15109/statm: 1339 232 193 169 0 50 0
[pid=15110] ppid=15109 vsize=18388 CPUtime=0.99
/proc/15110/stat : 15110 (minisat) R 15109 15086 13923 0 -1 4194304 4385 0 0 0 97 2 0 0 25 0 1 0 21170454 18829312 4371 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15110/statm: 4597 4371 75 150 0 4444 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 40612

[startup+6.30159 s]
/proc/loadavg: 1.94 2.02 2.06 3/77 15110
/proc/meminfo: memFree=1847192/2055920 swapFree=4192812/4192956
[pid=15086] ppid=15084 vsize=16868 CPUtime=1.97
/proc/15086/stat : 15086 (sugar) S 15084 15086 13923 0 -1 4194304 1376 12531 0 2 5 2 175 15 16 0 1 0 21170245 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15086/statm: 4217 1113 409 3 0 796 0
[pid=15109] ppid=15086 vsize=5356 CPUtime=0
/proc/15109/stat : 15109 (sh) S 15086 15086 13923 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21170453 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15109/statm: 1339 232 193 169 0 50 0
[pid=15110] ppid=15109 vsize=19180 CPUtime=4.16
/proc/15110/stat : 15110 (minisat) R 15109 15086 13923 0 -1 4194304 4593 0 0 0 414 2 0 0 25 0 1 0 21170454 19640320 4579 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/15110/statm: 4795 4579 76 150 0 4642 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 41404

[startup+12.7018 s]
/proc/loadavg: 1.95 2.02 2.06 3/77 15110
/proc/meminfo: memFree=1845656/2055920 swapFree=4192812/4192956
[pid=15086] ppid=15084 vsize=16868 CPUtime=1.97
/proc/15086/stat : 15086 (sugar) S 15084 15086 13923 0 -1 4194304 1376 12531 0 2 5 2 175 15 16 0 1 0 21170245 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15086/statm: 4217 1113 409 3 0 796 0
[pid=15109] ppid=15086 vsize=5356 CPUtime=0
/proc/15109/stat : 15109 (sh) S 15086 15086 13923 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21170453 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15109/statm: 1339 232 193 169 0 50 0
[pid=15110] ppid=15109 vsize=20632 CPUtime=10.51
/proc/15110/stat : 15110 (minisat) R 15109 15086 13923 0 -1 4194304 4962 0 0 0 1048 3 0 0 25 0 1 0 21170454 21127168 4948 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15110/statm: 5158 4948 76 150 0 5005 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 42856

[startup+25.5011 s]
/proc/loadavg: 1.96 2.02 2.06 3/77 15110
/proc/meminfo: memFree=1842840/2055920 swapFree=4192812/4192956
[pid=15086] ppid=15084 vsize=16868 CPUtime=1.97
/proc/15086/stat : 15086 (sugar) S 15084 15086 13923 0 -1 4194304 1376 12531 0 2 5 2 175 15 16 0 1 0 21170245 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15086/statm: 4217 1113 409 3 0 796 0
[pid=15109] ppid=15086 vsize=5356 CPUtime=0
/proc/15109/stat : 15109 (sh) S 15086 15086 13923 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21170453 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15109/statm: 1339 232 193 169 0 50 0
[pid=15110] ppid=15109 vsize=23508 CPUtime=23.18
/proc/15110/stat : 15110 (minisat) R 15109 15086 13923 0 -1 4194304 5691 0 0 0 2314 4 0 0 25 0 1 0 21170454 24072192 5677 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15110/statm: 5877 5677 76 150 0 5724 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 45732

[startup+51.1017 s]
/proc/loadavg: 1.97 2.02 2.05 3/77 15110
/proc/meminfo: memFree=1837528/2055920 swapFree=4192812/4192956
[pid=15086] ppid=15084 vsize=16868 CPUtime=1.97
/proc/15086/stat : 15086 (sugar) S 15084 15086 13923 0 -1 4194304 1376 12531 0 2 5 2 175 15 16 0 1 0 21170245 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15086/statm: 4217 1113 409 3 0 796 0
[pid=15109] ppid=15086 vsize=5356 CPUtime=0
/proc/15109/stat : 15109 (sh) S 15086 15086 13923 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21170453 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15109/statm: 1339 232 193 169 0 50 0
[pid=15110] ppid=15109 vsize=28240 CPUtime=48.54
/proc/15110/stat : 15110 (minisat) R 15109 15086 13923 0 -1 4194304 6862 0 0 0 4848 6 0 0 25 0 1 0 21170454 28917760 6848 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15110/statm: 7060 6848 76 150 0 6907 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 50464

[startup+102.306 s]
/proc/loadavg: 1.99 2.01 2.05 3/77 15110
/proc/meminfo: memFree=1827480/2055920 swapFree=4192812/4192956
[pid=15086] ppid=15084 vsize=16868 CPUtime=1.97
/proc/15086/stat : 15086 (sugar) S 15084 15086 13923 0 -1 4194304 1376 12531 0 2 5 2 175 15 16 0 1 0 21170245 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15086/statm: 4217 1113 409 3 0 796 0
[pid=15109] ppid=15086 vsize=5356 CPUtime=0
/proc/15109/stat : 15109 (sh) S 15086 15086 13923 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21170453 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15109/statm: 1339 232 193 169 0 50 0
[pid=15110] ppid=15109 vsize=37732 CPUtime=99.25
/proc/15110/stat : 15110 (minisat) R 15109 15086 13923 0 -1 4194304 9236 0 0 0 9916 9 0 0 25 0 1 0 21170454 38637568 9222 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15110/statm: 9433 9222 76 150 0 9280 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 59956

[startup+162.303 s]
/proc/loadavg: 1.99 2.00 2.04 3/77 15110
/proc/meminfo: memFree=1816344/2055920 swapFree=4192812/4192956
[pid=15086] ppid=15084 vsize=16868 CPUtime=1.97
/proc/15086/stat : 15086 (sugar) S 15084 15086 13923 0 -1 4194304 1376 12531 0 2 5 2 175 15 16 0 1 0 21170245 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15086/statm: 4217 1113 409 3 0 796 0
[pid=15109] ppid=15086 vsize=5356 CPUtime=0
/proc/15109/stat : 15109 (sh) S 15086 15086 13923 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21170453 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15109/statm: 1339 232 193 169 0 50 0
[pid=15110] ppid=15109 vsize=48748 CPUtime=158.68
/proc/15110/stat : 15110 (minisat) R 15109 15086 13923 0 -1 4194304 11960 0 0 0 15855 13 0 0 25 0 1 0 21170454 49917952 11946 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 1 0 0
/proc/15110/statm: 12187 11946 76 150 0 12034 0
Current children cumulated CPU time (s) 160.65
Current children cumulated vsize (KiB) 70972

[startup+222.303 s]
/proc/loadavg: 1.99 2.00 2.04 3/77 15110
/proc/meminfo: memFree=1805528/2055920 swapFree=4192812/4192956
[pid=15086] ppid=15084 vsize=16868 CPUtime=1.97
/proc/15086/stat : 15086 (sugar) S 15084 15086 13923 0 -1 4194304 1376 12531 0 2 5 2 175 15 16 0 1 0 21170245 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15086/statm: 4217 1113 409 3 0 796 0
[pid=15109] ppid=15086 vsize=5356 CPUtime=0
/proc/15109/stat : 15109 (sh) S 15086 15086 13923 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21170453 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15109/statm: 1339 232 193 169 0 50 0

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

/proc/meminfo: memFree=1671064/2055920 swapFree=4192812/4192956
[pid=15086] ppid=15084 vsize=16868 CPUtime=1.97
/proc/15086/stat : 15086 (sugar) S 15084 15086 13923 0 -1 4194304 1376 12531 0 2 5 2 175 15 16 0 1 0 21170245 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15086/statm: 4217 1113 409 3 0 796 0
[pid=15109] ppid=15086 vsize=5356 CPUtime=0
/proc/15109/stat : 15109 (sh) S 15086 15086 13923 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21170453 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15109/statm: 1339 232 193 169 0 50 0
[pid=15110] ppid=15109 vsize=182740 CPUtime=1347.34
/proc/15110/stat : 15110 (minisat) R 15109 15086 13923 0 -1 4194304 45287 0 0 0 134681 53 0 0 25 0 1 0 21170454 187125760 45273 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15110/statm: 45685 45273 76 150 0 45532 0
Current children cumulated CPU time (s) 1349.31
Current children cumulated vsize (KiB) 204964

[startup+1422.31 s]
/proc/loadavg: 2.00 2.03 2.00 3/77 15118
/proc/meminfo: memFree=1664856/2055920 swapFree=4192812/4192956
[pid=15086] ppid=15084 vsize=16868 CPUtime=1.97
/proc/15086/stat : 15086 (sugar) S 15084 15086 13923 0 -1 4194304 1376 12531 0 2 5 2 175 15 16 0 1 0 21170245 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15086/statm: 4217 1113 409 3 0 796 0
[pid=15109] ppid=15086 vsize=5356 CPUtime=0
/proc/15109/stat : 15109 (sh) S 15086 15086 13923 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21170453 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15109/statm: 1339 232 193 169 0 50 0
[pid=15110] ppid=15109 vsize=188404 CPUtime=1406.75
/proc/15110/stat : 15110 (minisat) R 15109 15086 13923 0 -1 4194304 46692 0 0 0 140620 55 0 0 25 0 1 0 21170454 192925696 46678 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 1 0 0
/proc/15110/statm: 47101 46678 76 150 0 46948 0
Current children cumulated CPU time (s) 1408.72
Current children cumulated vsize (KiB) 210628

[startup+1482.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/77 15118
/proc/meminfo: memFree=1658712/2055920 swapFree=4192812/4192956
[pid=15086] ppid=15084 vsize=16868 CPUtime=1.97
/proc/15086/stat : 15086 (sugar) S 15084 15086 13923 0 -1 4194304 1376 12531 0 2 5 2 175 15 16 0 1 0 21170245 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15086/statm: 4217 1113 409 3 0 796 0
[pid=15109] ppid=15086 vsize=5356 CPUtime=0
/proc/15109/stat : 15109 (sh) S 15086 15086 13923 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21170453 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15109/statm: 1339 232 193 169 0 50 0
[pid=15110] ppid=15109 vsize=193612 CPUtime=1466.19
/proc/15110/stat : 15110 (minisat) R 15109 15086 13923 0 -1 4194304 48002 0 0 0 146561 58 0 0 25 0 1 0 21170454 198258688 47988 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15110/statm: 48403 47988 76 150 0 48250 0
Current children cumulated CPU time (s) 1468.16
Current children cumulated vsize (KiB) 215836

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/77 15118
/proc/meminfo: memFree=1653592/2055920 swapFree=4192812/4192956
[pid=15086] ppid=15084 vsize=16868 CPUtime=1.97
/proc/15086/stat : 15086 (sugar) S 15084 15086 13923 0 -1 4194304 1376 12531 0 2 5 2 175 15 16 0 1 0 21170245 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15086/statm: 4217 1113 409 3 0 796 0
[pid=15109] ppid=15086 vsize=5356 CPUtime=0
/proc/15109/stat : 15109 (sh) S 15086 15086 13923 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21170453 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15109/statm: 1339 232 193 169 0 50 0
[pid=15110] ppid=15109 vsize=198524 CPUtime=1525.61
/proc/15110/stat : 15110 (minisat) R 15109 15086 13923 0 -1 4194304 49252 0 0 0 152502 59 0 0 25 0 1 0 21170454 203288576 49238 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15110/statm: 49631 49238 76 150 0 49478 0
Current children cumulated CPU time (s) 1527.58
Current children cumulated vsize (KiB) 220748

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 15118
/proc/meminfo: memFree=1647448/2055920 swapFree=4192812/4192956
[pid=15086] ppid=15084 vsize=16868 CPUtime=1.97
/proc/15086/stat : 15086 (sugar) S 15084 15086 13923 0 -1 4194304 1376 12531 0 2 5 2 175 15 16 0 1 0 21170245 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15086/statm: 4217 1113 409 3 0 796 0
[pid=15109] ppid=15086 vsize=5356 CPUtime=0
/proc/15109/stat : 15109 (sh) S 15086 15086 13923 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21170453 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15109/statm: 1339 232 193 169 0 50 0
[pid=15110] ppid=15109 vsize=203684 CPUtime=1585.04
/proc/15110/stat : 15110 (minisat) R 15109 15086 13923 0 -1 4194304 50544 0 0 0 158443 61 0 0 25 0 1 0 21170454 208572416 50530 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15110/statm: 50921 50530 76 150 0 50768 0
Current children cumulated CPU time (s) 1587.01
Current children cumulated vsize (KiB) 225908

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 15118
/proc/meminfo: memFree=1641560/2055920 swapFree=4192812/4192956
[pid=15086] ppid=15084 vsize=16868 CPUtime=1.97
/proc/15086/stat : 15086 (sugar) S 15084 15086 13923 0 -1 4194304 1376 12531 0 2 5 2 175 15 16 0 1 0 21170245 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15086/statm: 4217 1113 409 3 0 796 0
[pid=15109] ppid=15086 vsize=5356 CPUtime=0
/proc/15109/stat : 15109 (sh) S 15086 15086 13923 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21170453 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15109/statm: 1339 232 193 169 0 50 0
[pid=15110] ppid=15109 vsize=208864 CPUtime=1644.48
/proc/15110/stat : 15110 (minisat) R 15109 15086 13923 0 -1 4194304 51845 0 0 0 164385 63 0 0 25 0 1 0 21170454 213876736 51831 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15110/statm: 52216 51831 76 150 0 52063 0
Current children cumulated CPU time (s) 1646.45
Current children cumulated vsize (KiB) 231088

[startup+1722.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/77 15170
/proc/meminfo: memFree=1650712/2055920 swapFree=4192812/4192956
[pid=15086] ppid=15084 vsize=16868 CPUtime=1.97
/proc/15086/stat : 15086 (sugar) S 15084 15086 13923 0 -1 4194304 1376 12531 0 2 5 2 175 15 16 0 1 0 21170245 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15086/statm: 4217 1113 409 3 0 796 0
[pid=15109] ppid=15086 vsize=5356 CPUtime=0
/proc/15109/stat : 15109 (sh) S 15086 15086 13923 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21170453 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15109/statm: 1339 232 193 169 0 50 0
[pid=15110] ppid=15109 vsize=214184 CPUtime=1704.1
/proc/15110/stat : 15110 (minisat) R 15109 15086 13923 0 -1 4194304 53203 0 0 0 170345 65 0 0 25 0 1 0 21170454 219324416 53189 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15110/statm: 53546 53189 76 150 0 53393 0
Current children cumulated CPU time (s) 1706.07
Current children cumulated vsize (KiB) 236408

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/77 15170
/proc/meminfo: memFree=1633688/2055920 swapFree=4192812/4192956
[pid=15086] ppid=15084 vsize=16868 CPUtime=1.97
/proc/15086/stat : 15086 (sugar) S 15084 15086 13923 0 -1 4194304 1376 12531 0 2 5 2 175 15 16 0 1 0 21170245 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15086/statm: 4217 1113 409 3 0 796 0
[pid=15109] ppid=15086 vsize=5356 CPUtime=0
/proc/15109/stat : 15109 (sh) S 15086 15086 13923 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21170453 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15109/statm: 1339 232 193 169 0 50 0
[pid=15110] ppid=15109 vsize=218972 CPUtime=1764.07
/proc/15110/stat : 15110 (minisat) R 15109 15086 13923 0 -1 4194304 54424 0 0 0 176341 66 0 0 25 0 1 0 21170454 224227328 54410 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15110/statm: 54743 54410 76 150 0 54590 0
Current children cumulated CPU time (s) 1766.04
Current children cumulated vsize (KiB) 241196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/77 15170
/proc/meminfo: memFree=1621016/2055920 swapFree=4192812/4192956
[pid=15086] ppid=15084 vsize=16868 CPUtime=1.97
/proc/15086/stat : 15086 (sugar) S 15084 15086 13923 0 -1 4194304 1376 12531 0 2 5 2 175 15 16 0 1 0 21170245 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15086/statm: 4217 1113 409 3 0 796 0
[pid=15109] ppid=15086 vsize=5356 CPUtime=0
/proc/15109/stat : 15109 (sh) S 15086 15086 13923 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21170453 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15109/statm: 1339 232 193 169 0 50 0
[pid=15110] ppid=15109 vsize=222236 CPUtime=1798.06
/proc/15110/stat : 15110 (minisat) R 15109 15086 13923 0 -1 4194304 55233 0 0 0 179739 67 0 0 25 0 1 0 21170454 227569664 55219 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15110/statm: 55559 55219 76 150 0 55406 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 244460

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

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

[startup+1816.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/77 15170
/proc/meminfo: memFree=1621016/2055920 swapFree=4192812/4192956
[pid=15086] ppid=15084 vsize=16868 CPUtime=1.97
/proc/15086/stat : 15086 (sugar) S 15084 15086 13923 0 -1 4194304 1376 12531 0 2 5 2 175 15 16 0 1 0 21170245 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15086/statm: 4217 1113 409 3 0 796 0
[pid=15109] ppid=15086 vsize=5356 CPUtime=0
/proc/15109/stat : 15109 (sh) S 15086 15086 13923 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21170453 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15109/statm: 1339 232 193 169 0 50 0
[pid=15110] ppid=15109 vsize=222236 CPUtime=1798.06
/proc/15110/stat : 15110 (minisat) R 15109 15086 13923 0 -1 4194304 55233 0 0 0 179739 67 0 0 25 0 1 0 21170454 227569664 55219 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15110/statm: 55559 55219 76 150 0 55406 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 244460

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15086 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=815723
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=184971
# CPU time returned by wait4() is 2.00069
# 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): 1816.35
CPU time (s): 1800.03
CPU user time (s): 1799.19
CPU system time (s): 0.84
CPU usage (%): 99.1017
Max. virtual memory (cumulated for all children) (KiB): 890816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.81572
system time used= 0.184971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14290
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= 3595
involuntary context switches= 3465

runsolver used 2.19367 second user time and 6.07808 second system time

The end

Launcher Data

Begin job on node45 at 2009-07-11 21:37:45
IDJOB=2065978
IDBENCH=54452
IDSOLVER=739
FILE ID=node45/2065978-1247341065
PBS_JOBID= 9506692
Free space on /tmp= 66356 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/allIntervalSeries/normalized-series-45.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-2065978-1247341065/watcher-2065978-1247341065 -o /tmp/evaluation-result-2065978-1247341065/solver-2065978-1247341065 -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-2065978-1247341065.xml

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

MD5SUM BENCH= 308fa95d9931a053189a7f9e5abf3d50
RANDOM SEED=384948591

node45.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.281
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.281
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:       1876176 kB
Buffers:         10432 kB
Cached:          85788 kB
SwapCached:          0 kB
Active:          80176 kB
Inactive:        50072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1876176 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1520 kB
Writeback:           0 kB
Mapped:          45228 kB
Slab:            34860 kB
Committed_AS:   166580 kB
PageTables:       1828 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66356 MiB
End job on node45 at 2009-07-11 22:08:03