Trace number 2070587

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+minisatUNSAT 418.321 421.47

General information on the benchmark

Namecsp/golombRulerArity3/
normalized-ruler-55-11-a3.xml
MD5SUM6f11318480404f6d1368e67b8bb18abf
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.087985
Satisfiable
(Un)Satisfiability was proved
Number of variables66
Number of constraints1595
Maximum constraint arity3
Maximum domain size56
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1595
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 00:31:29 2009
0.00/0.08	c 0	PID 16681
0.06/0.08	c 0	HOST node30.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2070587-1247351489.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-2070587-1247351489.xml' 'HOME/temp.csp'
0.06/0.51	c 0	2 domains, 66 variables, 3 predicates, 0 relations, 1595 constraints
0.06/0.55	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.55	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.49/0.64	c 1	Parsing HOME/temp.csp
0.49/0.72	c 1	parsed 1666 expressions
0.49/0.73	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.49/0.73	c 1	Converting to clausal form CSP
0.49/0.78	c 1	converted 167 (10%) expressions
0.49/0.84	c 1	converted 334 (20%) expressions
0.49/0.93	c 1	converted 500 (30%) expressions
0.49/0.95	c 1	converted 667 (40%) expressions
0.49/0.96	c 1	converted 833 (50%) expressions
0.49/0.97	c 1	converted 1000 (60%) expressions
0.49/0.98	c 1	converted 1167 (70%) expressions
0.49/0.99	c 1	converted 1333 (80%) expressions
0.92/1.00	c 1	converted 1500 (90%) expressions
0.92/1.01	c 1	converted 1666 (100%) expressions
0.92/1.01	c 1	CSP : 66 integers, 0 booleans, 1650 clauses, largest domain size 55
0.92/1.01	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.92/1.01	c 1	Propagation in CSP
0.92/1.05	c 1	156 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.92/1.05	c 1	CSP : 66 integers, 0 booleans, 1650 clauses, largest domain size 55
0.92/1.05	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.92/1.05	c 1	Simplifing CSP by introducing new Boolean variables
0.92/1.08	c 1	CSP : 66 integers, 2970 booleans, 4620 clauses, largest domain size 55
0.92/1.08	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.02/1.12	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.02/1.13	c 1	7 (10%) CSP integer variables are encoded (308 clauses, 3242 bytes)
1.02/1.14	c 1	14 (20%) CSP integer variables are encoded (619 clauses, 6663 bytes)
1.02/1.14	c 1	20 (30%) CSP integer variables are encoded (916 clauses, 9930 bytes)
1.02/1.14	c 1	27 (40%) CSP integer variables are encoded (1248 clauses, 14123 bytes)
1.02/1.14	c 1	33 (50%) CSP integer variables are encoded (1536 clauses, 17867 bytes)
1.02/1.14	c 1	40 (60%) CSP integer variables are encoded (1870 clauses, 22209 bytes)
1.02/1.14	c 1	47 (70%) CSP integer variables are encoded (2199 clauses, 26486 bytes)
1.02/1.15	c 1	53 (80%) CSP integer variables are encoded (2478 clauses, 30113 bytes)
1.02/1.15	c 1	60 (90%) CSP integer variables are encoded (2801 clauses, 34312 bytes)
1.02/1.15	c 1	66 (100%) CSP integer variables are encoded (3069 clauses, 37796 bytes)
1.02/1.20	c 1	462 (10%) CSP clauses are encoded (18212 clauses, 288143 bytes)
1.11/1.24	c 1	924 (20%) CSP clauses are encoded (33230 clauses, 553662 bytes)
1.11/1.28	c 1	1386 (30%) CSP clauses are encoded (48402 clauses, 822819 bytes)
1.21/1.31	c 1	1848 (40%) CSP clauses are encoded (63094 clauses, 1092630 bytes)
1.21/1.35	c 1	2310 (50%) CSP clauses are encoded (78068 clauses, 1373492 bytes)
1.21/1.38	c 1	2772 (60%) CSP clauses are encoded (92904 clauses, 1651762 bytes)
1.31/1.41	c 1	3234 (70%) CSP clauses are encoded (107774 clauses, 1930636 bytes)
1.31/1.44	c 1	3696 (80%) CSP clauses are encoded (122484 clauses, 2206476 bytes)
1.31/1.47	c 1	4158 (90%) CSP clauses are encoded (137194 clauses, 2482316 bytes)
1.60/1.72	c 2	4620 (100%) CSP clauses are encoded (281226 clauses, 4756607 bytes)
1.60/1.72	c 2	4620 CSP clauses encoded
1.60/1.72	c 2	Writing map file : HOME/temp.map
1.60/1.72	c 2	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.60/1.72	c 2	SAT : 6105 SAT variables, 281226 SAT clauses, 4756607 bytes
1.60/1.73	c 2	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.60/1.76	c 2	SOLVING HOME/temp.cnf
1.60/1.76	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.60/1.77	c 2	This is MiniSat 2.0 beta
1.60/1.77	c 2	WARNING: for repeatability, setting FPU to use double precision
1.60/1.77	c 2	============================[ Problem Statistics ]=============================
1.60/1.77	c 2	|                                                                             |
1.60/1.77	c 2	|  Number of variables:  6105                                                 |
1.60/1.77	c 2	|  Number of clauses:    281226                                               |
1.64/1.90	c 2	|  Parsing time:         0.11         s                                       |
1.64/1.91	c 2	============================[ Search Statistics ]==============================
1.64/1.91	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.64/1.91	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.64/1.91	c 2	===============================================================================
1.64/1.91	c 2	|         0 |    6105   281226   824604 |    93742        0    nan |  0.000 % |
1.64/2.09	c 2	|       100 |    6105   281226   824604 |   103116      100      5 |  0.000 % |
2.25/2.43	c 2	|       250 |    6105   281226   824604 |   113427      250      8 |  0.000 % |
2.55/2.76	c 3	|       475 |    6105   281226   824604 |   124770      475      8 |  0.001 % |
2.94/3.15	c 3	|       813 |    6105   281226   824604 |   137247      811      8 |  1.327 % |
3.44/3.69	c 4	|      1319 |    6105   281226   824604 |   150972     1317      8 |  1.327 % |
4.43/4.66	c 5	|      2079 |    6105   281226   824604 |   166069     2077      8 |  1.328 % |
5.92/6.18	c 6	|      3220 |    6023   275099   807210 |   182676     3216      8 |  2.506 % |
8.29/8.54	c 8	|      4928 |    6023   275099   807210 |   200944     4924      9 |  2.507 % |
11.27/11.59	c 11	|      7490 |    5952   268954   789555 |   221038     7476     10 |  2.506 % |
15.42/15.70	c 16	|     11337 |    5952   268954   789555 |   243142    11323     10 |  2.507 % |
27.21/27.69	c 28	|     17103 |    5943   268261   787544 |   267456    17088     10 |  2.654 % |
39.50/40.02	c 40	|     25753 |    5943   268261   787544 |   294202    25738     11 |  2.654 % |
63.16/63.99	c 64	|     38727 |    5933   267562   785534 |   323622    25965     10 |  2.818 % |
98.33/99.44	c 99	|     58190 |    5933   267562   785534 |   355985    45428     11 |  2.818 % |
162.42/164.11	c 164	|     87383 |    5933   267562   785534 |   391583    74621     12 |  2.818 % |
278.71/281.59	c 282	|    131172 |    5933   267562   785534 |   430741   118410     12 |  2.818 % |
418.08/421.29	c 421	===============================================================================
418.08/421.29	c 421	restarts              : 17
418.08/421.29	c 421	conflicts             : 180092         (433 /sec)
418.08/421.29	c 421	decisions             : 210178         (0.62 % random) (505 /sec)
418.08/421.29	c 421	propagations          : 139031151      (334071 /sec)
418.08/421.29	c 421	conflict literals     : 2288232        (24.62 % deleted)
418.08/421.29	c 421	Memory used           : 24.52 MB
418.08/421.29	c 421	CPU time              : 416.173 s
418.08/421.29	c 421	
418.08/421.29	c 421	UNSATISFIABLE
418.08/421.30	c 421	DECODING HOME/temp.out WITH HOME/temp.map
418.08/421.30	c 421	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'
418.18/421.38	c 421	Decoding HOME/temp.out
418.18/421.40	s UNSATISFIABLE
418.18/421.41	c 421	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
418.18/421.46	c 421	CPU 418.3 (0.06 0.01 417.71 0.52)
418.18/421.46	c 421	END Sun Jul 12 00:38:30 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2070587-1247351489/watcher-2070587-1247351489 -o /tmp/evaluation-result-2070587-1247351489/solver-2070587-1247351489 -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-2070587-1247351489.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.77 1.99 2.04 4/74 16681
/proc/meminfo: memFree=1885504/2055920 swapFree=4192812/4192956
[pid=16681] ppid=16679 vsize=18576 CPUtime=0
/proc/16681/stat : 16681 (runsolver) R 16679 16681 15144 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 22215002 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 264907582759 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16681/statm: 4644 284 249 26 0 2626 0

[startup+0.081564 s]
/proc/loadavg: 1.77 1.99 2.04 4/74 16681
/proc/meminfo: memFree=1885504/2055920 swapFree=4192812/4192956
[pid=16681] ppid=16679 vsize=16740 CPUtime=0.06
/proc/16681/stat : 16681 (sugar) S 16679 16681 15144 0 -1 4194304 1152 0 0 0 5 1 0 0 20 0 1 0 22215002 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16681/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.107152 s]
/proc/loadavg: 1.77 1.99 2.04 4/74 16681
/proc/meminfo: memFree=1885504/2055920 swapFree=4192812/4192956
[pid=16681] ppid=16679 vsize=16868 CPUtime=0.06
/proc/16681/stat : 16681 (sugar) S 16679 16681 15144 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 22215002 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16681/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301495 s]
/proc/loadavg: 1.77 1.99 2.04 4/74 16681
/proc/meminfo: memFree=1885504/2055920 swapFree=4192812/4192956
[pid=16681] ppid=16679 vsize=16868 CPUtime=0.06
/proc/16681/stat : 16681 (sugar) S 16679 16681 15144 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 22215002 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16681/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701551 s]
/proc/loadavg: 1.77 1.99 2.04 4/74 16681
/proc/meminfo: memFree=1885504/2055920 swapFree=4192812/4192956
[pid=16681] ppid=16679 vsize=16868 CPUtime=0.49
/proc/16681/stat : 16681 (sugar) S 16679 16681 15144 0 -1 4194304 1309 5038 0 1 5 1 39 4 16 0 1 0 22215002 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16681/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 16868

[startup+1.50267 s]
/proc/loadavg: 1.77 1.99 2.04 4/85 16703
/proc/meminfo: memFree=1870440/2055920 swapFree=4192812/4192956
[pid=16681] ppid=16679 vsize=16868 CPUtime=0.5
/proc/16681/stat : 16681 (sugar) S 16679 16681 15144 0 -1 4194304 1310 5038 0 1 6 1 39 4 15 0 1 0 22215002 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16681/statm: 4217 1111 409 3 0 796 0
[pid=16694] ppid=16681 vsize=5356 CPUtime=0
/proc/16694/stat : 16694 (sh) S 16681 16681 15144 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22215058 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16694/statm: 1339 233 193 169 0 50 0
[pid=16695] ppid=16694 vsize=868600 CPUtime=0.9
/proc/16695/stat : 16695 (java) S 16694 16681 15144 0 -1 0 6791 0 1 0 85 5 0 0 18 0 9 0 22215059 889446400 5931 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16695/statm: 217150 5931 2589 9 0 211627 0
[pid=16695/tid=16696] ppid=16694 vsize=868600 CPUtime=0.61
/proc/16695/task/16696/stat : 16696 (java) R 16694 16681 15144 0 -1 64 2809 0 1 0 58 3 0 0 21 0 9 0 22215060 889446400 5931 996147200 134512640 134550932 4294955936 18446744073709551615 102093921 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16695/tid=16697] ppid=16694 vsize=868600 CPUtime=0.07
/proc/16695/task/16697/stat : 16697 (java) S 16694 16681 15144 0 -1 64 1774 0 0 0 7 0 0 0 16 0 9 0 22215061 889446400 5931 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16695/tid=16698] ppid=16694 vsize=868600 CPUtime=0
/proc/16695/task/16698/stat : 16698 (java) S 16694 16681 15144 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22215061 889446400 5931 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16695/tid=16699] ppid=16694 vsize=868600 CPUtime=0
/proc/16695/task/16699/stat : 16699 (java) S 16694 16681 15144 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22215061 889446400 5931 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16695/tid=16700] ppid=16694 vsize=868600 CPUtime=0
/proc/16695/task/16700/stat : 16700 (java) S 16694 16681 15144 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22215064 889446400 5931 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16695/tid=16701] ppid=16694 vsize=868600 CPUtime=0.2
/proc/16695/task/16701/stat : 16701 (java) S 16694 16681 15144 0 -1 64 1510 0 0 0 19 1 0 0 16 0 9 0 22215064 889446400 5931 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16695/tid=16702] ppid=16694 vsize=868600 CPUtime=0
/proc/16695/task/16702/stat : 16702 (java) S 16694 16681 15144 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22215064 889446400 5931 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16695/tid=16703] ppid=16694 vsize=868600 CPUtime=0
/proc/16695/task/16703/stat : 16703 (java) S 16694 16681 15144 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22215064 889446400 5931 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 890824

[startup+3.10292 s]
/proc/loadavg: 1.77 1.99 2.04 3/77 16705
/proc/meminfo: memFree=1864104/2055920 swapFree=4192812/4192956
[pid=16681] ppid=16679 vsize=16868 CPUtime=1.64
/proc/16681/stat : 16681 (sugar) S 16679 16681 15144 0 -1 4194304 1376 12200 0 2 6 1 145 12 15 0 1 0 22215002 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16681/statm: 4217 1113 409 3 0 796 0
[pid=16704] ppid=16681 vsize=5356 CPUtime=0
/proc/16704/stat : 16704 (sh) S 16681 16681 15144 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22215179 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16704/statm: 1339 232 193 169 0 50 0
[pid=16705] ppid=16704 vsize=14124 CPUtime=1.3
/proc/16705/stat : 16705 (minisat) R 16704 16681 15144 0 -1 4194304 3408 0 0 0 128 2 0 0 25 0 1 0 22215180 14462976 3394 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16705/statm: 3531 3394 75 150 0 3378 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 36348

[startup+6.30138 s]
/proc/loadavg: 1.79 1.99 2.04 3/77 16705
/proc/meminfo: memFree=1863656/2055920 swapFree=4192812/4192956
[pid=16681] ppid=16679 vsize=16868 CPUtime=1.64
/proc/16681/stat : 16681 (sugar) S 16679 16681 15144 0 -1 4194304 1376 12200 0 2 6 1 145 12 16 0 1 0 22215002 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16681/statm: 4217 1113 409 3 0 796 0
[pid=16704] ppid=16681 vsize=5356 CPUtime=0
/proc/16704/stat : 16704 (sh) S 16681 16681 15144 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22215179 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16704/statm: 1339 232 193 169 0 50 0
[pid=16705] ppid=16704 vsize=14256 CPUtime=4.48
/proc/16705/stat : 16705 (minisat) R 16704 16681 15144 0 -1 4194304 3425 0 0 0 445 3 0 0 25 0 1 0 22215180 14598144 3411 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16705/statm: 3564 3411 75 150 0 3411 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 36480

[startup+12.7023 s]
/proc/loadavg: 1.81 1.99 2.04 3/77 16705
/proc/meminfo: memFree=1863144/2055920 swapFree=4192812/4192956
[pid=16681] ppid=16679 vsize=16868 CPUtime=1.64
/proc/16681/stat : 16681 (sugar) S 16679 16681 15144 0 -1 4194304 1376 12200 0 2 6 1 145 12 16 0 1 0 22215002 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16681/statm: 4217 1113 409 3 0 796 0
[pid=16704] ppid=16681 vsize=5356 CPUtime=0
/proc/16704/stat : 16704 (sh) S 16681 16681 15144 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22215179 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16704/statm: 1339 232 193 169 0 50 0
[pid=16705] ppid=16704 vsize=14404 CPUtime=10.81
/proc/16705/stat : 16705 (minisat) R 16704 16681 15144 0 -1 4194304 3468 0 0 0 1078 3 0 0 25 0 1 0 22215180 14749696 3454 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/16705/statm: 3601 3454 75 150 0 3448 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 36628

[startup+25.5012 s]
/proc/loadavg: 1.85 1.99 2.04 3/77 16705
/proc/meminfo: memFree=1862120/2055920 swapFree=4192812/4192956
[pid=16681] ppid=16679 vsize=16868 CPUtime=1.64
/proc/16681/stat : 16681 (sugar) S 16679 16681 15144 0 -1 4194304 1376 12200 0 2 6 1 145 12 16 0 1 0 22215002 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16681/statm: 4217 1113 409 3 0 796 0
[pid=16704] ppid=16681 vsize=5356 CPUtime=0
/proc/16704/stat : 16704 (sh) S 16681 16681 15144 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22215179 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16704/statm: 1339 232 193 169 0 50 0
[pid=16705] ppid=16704 vsize=14944 CPUtime=23.49
/proc/16705/stat : 16705 (minisat) R 16704 16681 15144 0 -1 4194304 3610 0 0 0 2346 3 0 0 25 0 1 0 22215180 15302656 3596 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 1 0 0
/proc/16705/statm: 3736 3596 75 150 0 3583 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 37168

[startup+51.1019 s]
/proc/loadavg: 1.90 1.99 2.04 3/77 16705
/proc/meminfo: memFree=1860072/2055920 swapFree=4192812/4192956
[pid=16681] ppid=16679 vsize=16868 CPUtime=1.64
/proc/16681/stat : 16681 (sugar) S 16679 16681 15144 0 -1 4194304 1376 12200 0 2 6 1 145 12 16 0 1 0 22215002 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16681/statm: 4217 1113 409 3 0 796 0
[pid=16704] ppid=16681 vsize=5356 CPUtime=0
/proc/16704/stat : 16704 (sh) S 16681 16681 15144 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22215179 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16704/statm: 1339 232 193 169 0 50 0
[pid=16705] ppid=16704 vsize=16296 CPUtime=48.85
/proc/16705/stat : 16705 (minisat) R 16704 16681 15144 0 -1 4194304 3929 0 0 0 4881 4 0 0 25 0 1 0 22215180 16687104 3915 996147200 134512640 135127466 4294956256 18446744073709551615 134522637 0 0 4096 3 0 0 0 17 1 0 0
/proc/16705/statm: 4074 3915 75 150 0 3921 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 38520

[startup+102.306 s]
/proc/loadavg: 2.09 2.03 2.05 3/77 16705
/proc/meminfo: memFree=1857384/2055920 swapFree=4192812/4192956
[pid=16681] ppid=16679 vsize=16868 CPUtime=1.64
/proc/16681/stat : 16681 (sugar) S 16679 16681 15144 0 -1 4194304 1376 12200 0 2 6 1 145 12 16 0 1 0 22215002 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16681/statm: 4217 1113 409 3 0 796 0
[pid=16704] ppid=16681 vsize=5356 CPUtime=0
/proc/16704/stat : 16704 (sh) S 16681 16681 15144 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22215179 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16704/statm: 1339 232 193 169 0 50 0
[pid=16705] ppid=16704 vsize=17576 CPUtime=99.56
/proc/16705/stat : 16705 (minisat) R 16704 16681 15144 0 -1 4194304 4235 0 0 0 9952 4 0 0 25 0 1 0 22215180 17997824 4221 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16705/statm: 4394 4221 75 150 0 4241 0
Current children cumulated CPU time (s) 101.2
Current children cumulated vsize (KiB) 39800

[startup+162.301 s]
/proc/loadavg: 2.03 2.03 2.05 3/77 16705
/proc/meminfo: memFree=1854312/2055920 swapFree=4192812/4192956
[pid=16681] ppid=16679 vsize=16868 CPUtime=1.64
/proc/16681/stat : 16681 (sugar) S 16679 16681 15144 0 -1 4194304 1376 12200 0 2 6 1 145 12 16 0 1 0 22215002 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16681/statm: 4217 1113 409 3 0 796 0
[pid=16704] ppid=16681 vsize=5356 CPUtime=0
/proc/16704/stat : 16704 (sh) S 16681 16681 15144 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22215179 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16704/statm: 1339 232 193 169 0 50 0
[pid=16705] ppid=16704 vsize=19960 CPUtime=158.99
/proc/16705/stat : 16705 (minisat) R 16704 16681 15144 0 -1 4194304 4830 0 0 0 15894 5 0 0 25 0 1 0 22215180 20439040 4816 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16705/statm: 4990 4816 75 150 0 4837 0
Current children cumulated CPU time (s) 160.63
Current children cumulated vsize (KiB) 42184

[startup+222.302 s]
/proc/loadavg: 2.01 2.02 2.04 3/77 16705
/proc/meminfo: memFree=1852392/2055920 swapFree=4192812/4192956
[pid=16681] ppid=16679 vsize=16868 CPUtime=1.64
/proc/16681/stat : 16681 (sugar) S 16679 16681 15144 0 -1 4194304 1376 12200 0 2 6 1 145 12 16 0 1 0 22215002 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16681/statm: 4217 1113 409 3 0 796 0
[pid=16704] ppid=16681 vsize=5356 CPUtime=0
/proc/16704/stat : 16704 (sh) S 16681 16681 15144 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22215179 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16704/statm: 1339 232 193 169 0 50 0
[pid=16705] ppid=16704 vsize=22204 CPUtime=218.43
/proc/16705/stat : 16705 (minisat) R 16704 16681 15144 0 -1 4194304 5352 0 0 0 21837 6 0 0 25 0 1 0 22215180 22736896 5338 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16705/statm: 5551 5338 75 150 0 5398 0
Current children cumulated CPU time (s) 220.07
Current children cumulated vsize (KiB) 44428

[startup+282.303 s]
/proc/loadavg: 2.00 2.01 2.03 3/77 16705
/proc/meminfo: memFree=1849640/2055920 swapFree=4192812/4192956
[pid=16681] ppid=16679 vsize=16868 CPUtime=1.64
/proc/16681/stat : 16681 (sugar) S 16679 16681 15144 0 -1 4194304 1376 12200 0 2 6 1 145 12 16 0 1 0 22215002 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16681/statm: 4217 1113 409 3 0 796 0
[pid=16704] ppid=16681 vsize=5356 CPUtime=0
/proc/16704/stat : 16704 (sh) S 16681 16681 15144 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22215179 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16704/statm: 1339 232 193 169 0 50 0
[pid=16705] ppid=16704 vsize=24000 CPUtime=277.86
/proc/16705/stat : 16705 (minisat) R 16704 16681 15144 0 -1 4194304 5827 0 0 0 27780 6 0 0 25 0 1 0 22215180 24576000 5813 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16705/statm: 6000 5813 75 150 0 5847 0
Current children cumulated CPU time (s) 279.5
Current children cumulated vsize (KiB) 46224

[startup+342.303 s]
/proc/loadavg: 2.13 2.04 2.04 3/85 16763
/proc/meminfo: memFree=1398128/2055920 swapFree=4192812/4192956
[pid=16681] ppid=16679 vsize=16868 CPUtime=1.64
/proc/16681/stat : 16681 (sugar) S 16679 16681 15144 0 -1 4194304 1376 12200 0 2 6 1 145 12 16 0 1 0 22215002 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16681/statm: 4217 1113 409 3 0 796 0
[pid=16704] ppid=16681 vsize=5356 CPUtime=0
/proc/16704/stat : 16704 (sh) S 16681 16681 15144 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22215179 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16704/statm: 1339 232 193 169 0 50 0
[pid=16705] ppid=16704 vsize=24952 CPUtime=337.62
/proc/16705/stat : 16705 (minisat) R 16704 16681 15144 0 -1 4194304 6077 0 0 0 33746 16 0 0 25 0 1 0 22215180 25550848 6063 996147200 134512640 135127466 4294956256 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 0 0 0
/proc/16705/statm: 6238 6063 75 150 0 6085 0
Current children cumulated CPU time (s) 339.26
Current children cumulated vsize (KiB) 47176

[startup+402.301 s]
/proc/loadavg: 2.37 2.12 2.06 3/85 16763
/proc/meminfo: memFree=683184/2055920 swapFree=4192812/4192956
[pid=16681] ppid=16679 vsize=16868 CPUtime=1.64
/proc/16681/stat : 16681 (sugar) S 16679 16681 15144 0 -1 4194304 1376 12200 0 2 6 1 145 12 16 0 1 0 22215002 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16681/statm: 4217 1113 409 3 0 796 0
[pid=16704] ppid=16681 vsize=5356 CPUtime=0
/proc/16704/stat : 16704 (sh) S 16681 16681 15144 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22215179 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16704/statm: 1339 232 193 169 0 50 0
[pid=16705] ppid=16704 vsize=25100 CPUtime=397.54
/proc/16705/stat : 16705 (minisat) R 16704 16681 15144 0 -1 4194304 6118 0 0 0 39722 32 0 0 25 0 1 0 22215180 25702400 6104 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16705/statm: 6275 6104 75 150 0 6122 0
Current children cumulated CPU time (s) 399.18
Current children cumulated vsize (KiB) 47324

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

[startup+409.502 s]
/proc/loadavg: 2.31 2.12 2.06 3/85 16763
/proc/meminfo: memFree=589360/2055920 swapFree=4192812/4192956
[pid=16681] ppid=16679 vsize=16868 CPUtime=1.64
/proc/16681/stat : 16681 (sugar) S 16679 16681 15144 0 -1 4194304 1376 12200 0 2 6 1 145 12 16 0 1 0 22215002 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16681/statm: 4217 1113 409 3 0 796 0
[pid=16704] ppid=16681 vsize=5356 CPUtime=0
/proc/16704/stat : 16704 (sh) S 16681 16681 15144 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22215179 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16704/statm: 1339 232 193 169 0 50 0
[pid=16705] ppid=16704 vsize=25100 CPUtime=404.74
/proc/16705/stat : 16705 (minisat) R 16704 16681 15144 0 -1 4194304 6118 0 0 0 40442 32 0 0 25 0 1 0 22215180 25702400 6104 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16705/statm: 6275 6104 75 150 0 6122 0
Current children cumulated CPU time (s) 406.38
Current children cumulated vsize (KiB) 47324

[startup+415.901 s]
/proc/loadavg: 2.29 2.11 2.06 3/85 16763
/proc/meminfo: memFree=509168/2055920 swapFree=4192812/4192956
[pid=16681] ppid=16679 vsize=16868 CPUtime=1.64
/proc/16681/stat : 16681 (sugar) S 16679 16681 15144 0 -1 4194304 1376 12200 0 2 6 1 145 12 16 0 1 0 22215002 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16681/statm: 4217 1113 409 3 0 796 0
[pid=16704] ppid=16681 vsize=5356 CPUtime=0
/proc/16704/stat : 16704 (sh) S 16681 16681 15144 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22215179 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16704/statm: 1339 232 193 169 0 50 0
[pid=16705] ppid=16704 vsize=25100 CPUtime=411.14
/proc/16705/stat : 16705 (minisat) R 16704 16681 15144 0 -1 4194304 6130 0 0 0 41081 33 0 0 25 0 1 0 22215180 25702400 6116 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16705/statm: 6275 6116 75 150 0 6122 0
Current children cumulated CPU time (s) 412.78
Current children cumulated vsize (KiB) 47324

[startup+419.108 s]
/proc/loadavg: 2.34 2.13 2.07 3/85 16763
/proc/meminfo: memFree=469936/2055920 swapFree=4192812/4192956
[pid=16681] ppid=16679 vsize=16868 CPUtime=1.64
/proc/16681/stat : 16681 (sugar) S 16679 16681 15144 0 -1 4194304 1376 12200 0 2 6 1 145 12 16 0 1 0 22215002 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16681/statm: 4217 1113 409 3 0 796 0
[pid=16704] ppid=16681 vsize=5356 CPUtime=0
/proc/16704/stat : 16704 (sh) S 16681 16681 15144 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22215179 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16704/statm: 1339 232 193 169 0 50 0
[pid=16705] ppid=16704 vsize=25100 CPUtime=414.34
/proc/16705/stat : 16705 (minisat) R 16704 16681 15144 0 -1 4194304 6130 0 0 0 41399 35 0 0 25 0 1 0 22215180 25702400 6116 996147200 134512640 135127466 4294956256 18446744073709551615 134523515 0 0 4096 3 0 0 0 17 0 0 0
/proc/16705/statm: 6275 6116 75 150 0 6122 0
Current children cumulated CPU time (s) 415.98
Current children cumulated vsize (KiB) 47324

[startup+420.703 s]
/proc/loadavg: 2.34 2.13 2.07 4/85 16763
/proc/meminfo: memFree=455600/2055920 swapFree=4192812/4192956
[pid=16681] ppid=16679 vsize=16868 CPUtime=1.64
/proc/16681/stat : 16681 (sugar) S 16679 16681 15144 0 -1 4194304 1376 12200 0 2 6 1 145 12 16 0 1 0 22215002 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16681/statm: 4217 1113 409 3 0 796 0
[pid=16704] ppid=16681 vsize=5356 CPUtime=0
/proc/16704/stat : 16704 (sh) S 16681 16681 15144 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22215179 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16704/statm: 1339 232 193 169 0 50 0
[pid=16705] ppid=16704 vsize=25100 CPUtime=415.93
/proc/16705/stat : 16705 (minisat) R 16704 16681 15144 0 -1 4194304 6130 0 0 0 41558 35 0 0 25 0 1 0 22215180 25702400 6116 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/16705/statm: 6275 6116 75 150 0 6122 0
Current children cumulated CPU time (s) 417.57
Current children cumulated vsize (KiB) 47324

[startup+421.101 s]
/proc/loadavg: 2.34 2.13 2.07 4/85 16763
/proc/meminfo: memFree=455600/2055920 swapFree=4192812/4192956
[pid=16681] ppid=16679 vsize=16868 CPUtime=1.64
/proc/16681/stat : 16681 (sugar) S 16679 16681 15144 0 -1 4194304 1376 12200 0 2 6 1 145 12 16 0 1 0 22215002 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16681/statm: 4217 1113 409 3 0 796 0
[pid=16704] ppid=16681 vsize=5356 CPUtime=0
/proc/16704/stat : 16704 (sh) S 16681 16681 15144 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22215179 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16704/statm: 1339 232 193 169 0 50 0
[pid=16705] ppid=16704 vsize=25100 CPUtime=416.33
/proc/16705/stat : 16705 (minisat) R 16704 16681 15144 0 -1 4194304 6130 0 0 0 41597 36 0 0 25 0 1 0 22215180 25702400 6116 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16705/statm: 6275 6116 75 150 0 6122 0
Current children cumulated CPU time (s) 417.97
Current children cumulated vsize (KiB) 47324

[startup+421.306 s]
/proc/loadavg: 2.34 2.13 2.07 4/85 16763
/proc/meminfo: memFree=442160/2055920 swapFree=4192812/4192956
[pid=16681] ppid=16679 vsize=16868 CPUtime=418.18
/proc/16681/stat : 16681 (sugar) S 16679 16681 15144 0 -1 4194304 1430 18624 0 2 6 1 41762 49 17 0 1 0 22215002 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16681/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 418.18
Current children cumulated vsize (KiB) 16868

[startup+421.401 s]
/proc/loadavg: 2.34 2.13 2.07 4/85 16763
/proc/meminfo: memFree=442160/2055920 swapFree=4192812/4192956
[pid=16681] ppid=16679 vsize=16868 CPUtime=418.18
/proc/16681/stat : 16681 (sugar) S 16679 16681 15144 0 -1 4194304 1448 18624 0 2 6 1 41762 49 16 0 1 0 22215002 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16681/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 418.18
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 421.47
CPU time (s): 418.321
CPU user time (s): 417.774
CPU system time (s): 0.546916
CPU usage (%): 99.253
Max. virtual memory (cumulated for all children) (KiB): 890824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 417.774
system time used= 0.546916
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23849
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3261
involuntary context switches= 10066

runsolver used 0.490925 second user time and 1.44178 second system time

The end

Launcher Data

Begin job on node30 at 2009-07-12 00:31:29
IDJOB=2070587
IDBENCH=55371
IDSOLVER=739
FILE ID=node30/2070587-1247351489
PBS_JOBID= 9506818
Free space on /tmp= 66376 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/golombRulerArity3/normalized-ruler-55-11-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-2070587-1247351489/watcher-2070587-1247351489 -o /tmp/evaluation-result-2070587-1247351489/solver-2070587-1247351489 -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-2070587-1247351489.xml

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

MD5SUM BENCH= 6f11318480404f6d1368e67b8bb18abf
RANDOM SEED=1292823464

node30.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.277
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.277
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:       1885984 kB
Buffers:          6452 kB
Cached:          90584 kB
SwapCached:          0 kB
Active:          81564 kB
Inactive:        43468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1885984 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6632 kB
Writeback:           0 kB
Mapped:          39164 kB
Slab:            30264 kB
Committed_AS:   172908 kB
PageTables:       1772 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= 65032 MiB
End job on node30 at 2009-07-12 00:38:30