Trace number 1051837

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisatSAT 800.17 801.146

General information on the benchmark

Namecsp/ramsey4/
normalized-ramsey-35-4.xml
MD5SUMdefc6c027faaafbf2eeba55753553416
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 benchmark12.963
Satisfiable
(Un)Satisfiability was proved
Number of variables595
Number of constraints6545
Maximum constraint arity3
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6545
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Thu Jul  3 05:14:46 2008
0.00/0.05	c 0	PID 14090
0.00/0.05	c 0	HOST node57.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1051837-1215054886.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1051837-1215054886.xml' 'HOME/temp.csp'
0.03/0.93	c 1	1 domains, 595 variables, 1 predicates, 0 relations, 6545 constraints
0.03/0.94	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.94	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.94/1.03	c 1	Parsing HOME/temp.csp
1.23/1.40	c 1	parsed 7142 expressions
1.33/1.40	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.33/1.40	c 1	Converting to clausal form CSP
1.44/1.57	c 1	converted 715 (10%) expressions
1.63/1.71	c 1	converted 1429 (20%) expressions
1.63/1.77	c 1	converted 2143 (30%) expressions
1.73/1.82	c 1	converted 2857 (40%) expressions
1.84/1.92	c 2	converted 3571 (50%) expressions
1.84/1.98	c 2	converted 4286 (60%) expressions
1.94/2.03	c 2	converted 5000 (70%) expressions
1.94/2.08	c 2	converted 5714 (80%) expressions
2.03/2.14	c 2	converted 6428 (90%) expressions
2.13/2.28	c 2	converted 7142 (100%) expressions
2.13/2.28	c 2	CSP : 595 integers, 0 booleans, 6545 clauses, largest domain size 4
2.13/2.28	c 2	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.13/2.28	c 2	Propagation in CSP
2.22/2.34	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.22/2.34	c 2	CSP : 595 integers, 0 booleans, 6545 clauses, largest domain size 4
2.22/2.34	c 2	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.22/2.35	c 2	Simplifing CSP by introducing new Boolean variables
2.52/2.65	c 2	CSP : 595 integers, 39270 booleans, 45815 clauses, largest domain size 4
2.52/2.65	c 2	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.62/2.78	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.72/2.81	c 2	60 (10%) CSP integer variables are encoded (120 clauses, 1240 bytes)
2.72/2.81	c 2	119 (20%) CSP integer variables are encoded (238 clauses, 2538 bytes)
2.72/2.81	c 2	179 (30%) CSP integer variables are encoded (358 clauses, 3858 bytes)
2.72/2.81	c 2	238 (40%) CSP integer variables are encoded (476 clauses, 5156 bytes)
2.72/2.82	c 2	298 (50%) CSP integer variables are encoded (596 clauses, 6476 bytes)
2.72/2.82	c 2	357 (60%) CSP integer variables are encoded (714 clauses, 7870 bytes)
2.72/2.82	c 2	417 (70%) CSP integer variables are encoded (834 clauses, 9430 bytes)
2.72/2.82	c 2	476 (80%) CSP integer variables are encoded (952 clauses, 10964 bytes)
2.72/2.82	c 2	536 (90%) CSP integer variables are encoded (1072 clauses, 12524 bytes)
2.72/2.82	c 2	595 (100%) CSP integer variables are encoded (1190 clauses, 14058 bytes)
2.82/2.92	c 3	4582 (10%) CSP clauses are encoded (17556 clauses, 255626 bytes)
2.82/2.98	c 3	9163 (20%) CSP clauses are encoded (33915 clauses, 511364 bytes)
2.92/3.03	c 3	13745 (30%) CSP clauses are encoded (50281 clauses, 787130 bytes)
2.92/3.09	c 3	18326 (40%) CSP clauses are encoded (66640 clauses, 1063540 bytes)
3.03/3.14	c 3	22908 (50%) CSP clauses are encoded (83006 clauses, 1342144 bytes)
3.12/3.20	c 3	27489 (60%) CSP clauses are encoded (99365 clauses, 1620444 bytes)
3.12/3.26	c 3	32071 (70%) CSP clauses are encoded (115731 clauses, 1900284 bytes)
3.22/3.32	c 3	36652 (80%) CSP clauses are encoded (132090 clauses, 2193536 bytes)
3.22/3.38	c 3	41234 (90%) CSP clauses are encoded (148456 clauses, 2489420 bytes)
3.31/3.44	c 3	45815 (100%) CSP clauses are encoded (164815 clauses, 2785204 bytes)
3.31/3.44	c 3	45815 CSP clauses encoded
3.31/3.44	c 3	Writing map file : HOME/temp.map
3.31/3.46	c 3	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.31/3.46	c 3	SAT : 41055 SAT variables, 164815 SAT clauses, 2785204 bytes
3.31/3.46	c 3	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.31/3.49	c 3	SOLVING HOME/temp.cnf
3.31/3.49	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.31/3.49	c 3	This is MiniSat 2.0 beta
3.31/3.49	c 3	WARNING: for repeatability, setting FPU to use double precision
3.31/3.49	c 3	============================[ Problem Statistics ]=============================
3.31/3.49	c 3	|                                                                             |
3.31/3.49	c 3	|  Number of variables:  41055                                                |
3.31/3.49	c 3	|  Number of clauses:    164815                                               |
3.39/3.59	c 3	|  Parsing time:         0.08         s                                       |
3.39/3.59	c 3	============================[ Search Statistics ]==============================
3.39/3.59	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.39/3.59	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.39/3.59	c 3	===============================================================================
3.39/3.59	c 3	|         0 |   41055   164815   434350 |    54938        0    nan |  0.000 % |
3.39/3.61	c 3	|       101 |   41055   164815   434350 |    60432      101      7 |  0.000 % |
3.39/3.64	c 3	|       251 |   41055   164815   434350 |    66475      251      6 |  0.000 % |
3.39/3.68	c 3	|       476 |   41055   164815   434350 |    73122      476      6 |  0.000 % |
3.39/3.75	c 3	|       813 |   41055   164815   434350 |    80435      813      6 |  0.000 % |
3.39/3.90	c 4	|      1319 |   41055   164815   434350 |    88478     1319      6 |  0.000 % |
3.39/4.14	c 4	|      2078 |   41055   164815   434350 |    97326     2078      6 |  0.000 % |
4.37/4.53	c 4	|      3217 |   41055   164815   434350 |   107059     3217      6 |  0.000 % |
4.97/5.19	c 5	|      4925 |   41055   164815   434350 |   117765     4925      6 |  0.000 % |
6.26/6.43	c 6	|      7487 |   41055   164815   434350 |   129541     7487      6 |  0.000 % |
8.34/8.53	c 8	|     11331 |   41055   164815   434350 |   142495    11331      6 |  0.000 % |
11.80/12.04	c 12	|     17098 |   41055   164815   434350 |   156745    17098      6 |  0.000 % |
17.45/17.74	c 17	|     25747 |   41055   164815   434350 |   172420    25747      7 |  0.000 % |
26.96/27.37	c 27	|     38721 |   41055   164815   434350 |   189662    38721      8 |  0.000 % |
39.64/40.15	c 40	|     58182 |   41055   164815   434350 |   208628    58182     10 |  0.000 % |
51.92/52.58	c 52	|     87375 |   41055   164815   434350 |   229491    87375     31 |  0.000 % |
74.06/74.75	c 74	|    131166 |   41055   164815   434350 |   252440   131166     66 |  0.000 % |
107.94/108.62	c 108	|    196850 |   41055   164815   434350 |   277684   196850    101 |  0.000 % |
212.39/213.11	c 213	|    295376 |   41055   164815   434350 |   305452    23736    200 |  0.000 % |
393.31/394.10	c 394	|    443165 |   41055   164815   434350 |   335997   171525    162 |  0.000 % |
693.57/694.51	c 694	|    664848 |   41055   164815   434350 |   369597    63821    106 |  0.000 % |
799.83/800.80	c 800	===============================================================================
799.83/800.81	c 800	restarts              : 21
799.83/800.81	c 800	conflicts             : 767424         (964 /sec)
799.83/800.81	c 800	decisions             : 16381568       (1.51 % random) (20588 /sec)
799.83/800.81	c 800	propagations          : 510451802      (641535 /sec)
799.83/800.81	c 800	conflict literals     : 127493564      (14.95 % deleted)
799.83/800.81	c 800	Memory used           : 291.02 MB
799.83/800.81	c 800	CPU time              : 795.672 s
799.83/800.81	c 800	
799.83/800.83	c 800	SATISFIABLE
799.83/800.87	c 801	DECODING HOME/temp.out WITH HOME/temp.map
799.83/800.87	c 801	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
799.91/800.96	c 801	Decoding HOME/temp.out
799.91/801.09	s SATISFIABLE
799.91/801.11	v 0 2 3 0 2 1 2 3 0 1 1 0 1 0 0 1 0 3 2 2 0 3 0 1 3 3 2 3 2 1 3 3 1 2 0 2 2 1 1 2 3 3 2 0 1 0 3 3 1 2 0 0 2 3 1 2 3 1 0 3 0 3 1 1 2 1 2 0 2 3 2 0 3 2 0 3 0 2 3 2 2 1 1 1 3 3 2 2 3 1 2 3 2 0 0 1 3 2 1 1 1 2 1 2 3 3 1 1 0 3 3 2 0 2 0 0 3 2 1 0 1 0 3 2 3 3 0 1 2 3 3 1 0 3 1 1 0 2 0 2 3 1 3 2 2 3 2 1 3 3 2 0 0 0 2 0 1 0 3 1 0 3 2 3 1 0 3 3 2 1 2 2 2 3 1 2 3 0 2 2 1 0 2 1 0 0 0 2 3 1 3 0 0 3 0 3 2 1 0 2 3 1 0 0 3 3 2 3 0 1 1 3 2 3 2 0 2 2 0 1 3 2 1 3 0 1 1 0 0 3 2 1 0 2 3 2 3 2 1 3 2 3 3 1 2 3 0 3 2 1 2 3 0 1 3 2 0 1 2 1 1 0 2 0 2 3 1 2 0 3 2 0 2 1 2 1 3 3 3 2 3 1 0 3 1 2 3 1 0 0 1 3 0 1 2 0 1 0 0 0 2 0 3 1 3 2 3 1 2 3 3 1 1 2 2 3 3 2 0 0 2 2 3 3 2 1 1 0 2 1 2 0 0 3 1 3 2 2 1 2 2 3 2 3 3 2 2 0 0 1 3 2 2 1 3 1 3 3 3 2 0 2 2 1 1 3 3 3 2 2 3 0 0 1 2 2 3 3 1 0 3 1 1 0 2 2 3 3 3 1 2 1 2 3 0 0 3 2 0 0 0 3 0 1 1 1 2 2 3 0 2 3 1 2 1 0 0 0 0 2 1 3 0 1 0 1 2 2 1 0 0 0 3 1 2 0 0 0 2 3 3 2 0 2 1 3 3 1 1 3 2 2 3 3 1 2 0 1 3 3 1 3 0 1 3 0 2 2 1 0 0 2 1 1 3 1 0 2 2 1 3 1 0 3 3 2 3 2 2 0 2 1 0 2 2 2 1 3 3 0 1 0 2 3 2 3 0 0 3 2 1 1 0 1 1 3 2 1 2 2 0 3 1 2 3 0 1 3 0 2 2 1 3 3 1 3 2 3 0 3 3 3 2 3 1 3 3 1 0 0 0 0 1 1 2 0 2 0 0 1 1 3 2 1 2 1 2 2 1 2 3 1 2 1 2 1 0 2 3 2 1 2 3 3 0 2 1 0 1 2 3 3 0 0 2
799.91/801.12	c 801	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
799.91/801.14	c 801	CPU 799.09 (0.03 0.01 799.06 1.04)
799.91/801.14	c 801	END Thu Jul  3 05:28:07 2008

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1051837-1215054886/watcher-1051837-1215054886 -o /tmp/evaluation-result-1051837-1215054886/solver-1051837-1215054886 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1051837-1215054886.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/76 14090
/proc/meminfo: memFree=1755376/2055920 swapFree=4180724/4192956
[pid=14090] ppid=14088 vsize=18572 CPUtime=0
/proc/14090/stat : 14090 (runsolver) R 14088 14090 11897 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1984460016 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 218076081447 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14090/statm: 4643 292 257 25 0 2626 0

[startup+0.070034 s]
/proc/loadavg: 1.92 1.98 1.99 4/76 14090
/proc/meminfo: memFree=1755376/2055920 swapFree=4180724/4192956
[pid=14090] ppid=14088 vsize=13600 CPUtime=0.03
/proc/14090/stat : 14090 (sugar) S 14088 14090 11897 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1984460016 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14090/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.103009 s]
/proc/loadavg: 1.92 1.98 1.99 4/76 14090
/proc/meminfo: memFree=1755376/2055920 swapFree=4180724/4192956
[pid=14090] ppid=14088 vsize=13600 CPUtime=0.03
/proc/14090/stat : 14090 (sugar) S 14088 14090 11897 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1984460016 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14090/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301053 s]
/proc/loadavg: 1.92 1.98 1.99 4/76 14090
/proc/meminfo: memFree=1755376/2055920 swapFree=4180724/4192956
[pid=14090] ppid=14088 vsize=13600 CPUtime=0.03
/proc/14090/stat : 14090 (sugar) S 14088 14090 11897 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1984460016 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14090/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701126 s]
/proc/loadavg: 1.92 1.98 1.99 4/76 14090
/proc/meminfo: memFree=1755376/2055920 swapFree=4180724/4192956
[pid=14090] ppid=14088 vsize=13600 CPUtime=0.03
/proc/14090/stat : 14090 (sugar) S 14088 14090 11897 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1984460016 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14090/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50226 s]
/proc/loadavg: 1.92 1.98 1.99 4/87 14112
/proc/meminfo: memFree=1749528/2055920 swapFree=4180724/4192956
[pid=14090] ppid=14088 vsize=13600 CPUtime=0.91
/proc/14090/stat : 14090 (sugar) S 14088 14090 11897 0 -1 4194304 973 8002 0 1 3 1 82 5 15 0 1 0 1984460016 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14090/statm: 3400 797 370 3 0 500 0
[pid=14103] ppid=14090 vsize=5356 CPUtime=0
/proc/14103/stat : 14103 (sh) S 14090 14090 11897 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984460111 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14103/statm: 1339 233 193 169 0 50 0
[pid=14104] ppid=14103 vsize=864140 CPUtime=0.53
/proc/14104/stat : 14104 (java) S 14103 14090 11897 0 -1 0 4703 0 1 0 49 4 0 0 18 0 9 0 1984460111 884879360 4095 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14104/statm: 216035 4095 1731 9 0 210610 0
[pid=14104/tid=14105] ppid=14103 vsize=864140 CPUtime=0.37
/proc/14104/task/14105/stat : 14105 (java) R 14103 14090 11897 0 -1 64 2684 0 1 0 35 2 0 0 22 0 9 0 1984460112 884879360 4095 996147200 134512640 134550740 4294955952 18446744073709551615 4125979334 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14104/tid=14106] ppid=14103 vsize=864140 CPUtime=0.05
/proc/14104/task/14106/stat : 14106 (java) S 14103 14090 11897 0 -1 64 976 0 0 0 5 0 0 0 16 0 9 0 1984460113 884879360 4095 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14104/tid=14107] ppid=14103 vsize=864140 CPUtime=0
/proc/14104/task/14107/stat : 14107 (java) S 14103 14090 11897 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 1984460113 884879360 4095 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14104/tid=14108] ppid=14103 vsize=864140 CPUtime=0
/proc/14104/task/14108/stat : 14108 (java) S 14103 14090 11897 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1984460113 884879360 4095 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14104/tid=14109] ppid=14103 vsize=864140 CPUtime=0
/proc/14104/task/14109/stat : 14109 (java) S 14103 14090 11897 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984460115 884879360 4095 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14104/tid=14110] ppid=14103 vsize=864140 CPUtime=0.08
/proc/14104/task/14110/stat : 14110 (java) S 14103 14090 11897 0 -1 64 351 0 0 0 8 0 0 0 16 0 9 0 1984460115 884879360 4095 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14104/tid=14111] ppid=14103 vsize=864140 CPUtime=0
/proc/14104/task/14111/stat : 14111 (java) S 14103 14090 11897 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1984460115 884879360 4095 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14104/tid=14112] ppid=14103 vsize=864140 CPUtime=0
/proc/14104/task/14112/stat : 14112 (java) S 14103 14090 11897 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984460115 884879360 4095 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 883096

[startup+3.10253 s]
/proc/loadavg: 1.92 1.98 1.99 3/87 14112
/proc/meminfo: memFree=1730904/2055920 swapFree=4180724/4192956
[pid=14090] ppid=14088 vsize=13600 CPUtime=0.91
/proc/14090/stat : 14090 (sugar) S 14088 14090 11897 0 -1 4194304 974 8002 0 1 3 1 82 5 15 0 1 0 1984460016 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14090/statm: 3400 797 370 3 0 500 0
[pid=14103] ppid=14090 vsize=5356 CPUtime=0
/proc/14103/stat : 14103 (sh) S 14090 14090 11897 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984460111 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14103/statm: 1339 233 193 169 0 50 0
[pid=14104] ppid=14103 vsize=868468 CPUtime=2.12
/proc/14104/stat : 14104 (java) S 14103 14090 11897 0 -1 0 12808 0 1 0 202 10 0 0 18 0 9 0 1984460111 889311232 11598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14104/statm: 217117 11598 2565 9 0 211664 0
[pid=14104/tid=14105] ppid=14103 vsize=868468 CPUtime=1.15
/proc/14104/task/14105/stat : 14105 (java) R 14103 14090 11897 0 -1 64 3098 0 1 0 111 4 0 0 25 0 9 0 1984460112 889311232 11598 996147200 134512640 134550740 4294955952 18446744073709551615 4126577291 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14104/tid=14106] ppid=14103 vsize=868468 CPUtime=0.71
/proc/14104/task/14106/stat : 14106 (java) S 14103 14090 11897 0 -1 64 7518 0 0 0 67 4 0 0 16 0 9 0 1984460113 889311232 11598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14104/tid=14107] ppid=14103 vsize=868468 CPUtime=0
/proc/14104/task/14107/stat : 14107 (java) S 14103 14090 11897 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984460113 889311232 11598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14104/tid=14108] ppid=14103 vsize=868468 CPUtime=0
/proc/14104/task/14108/stat : 14108 (java) S 14103 14090 11897 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1984460113 889311232 11598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14104/tid=14109] ppid=14103 vsize=868468 CPUtime=0
/proc/14104/task/14109/stat : 14109 (java) S 14103 14090 11897 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984460115 889311232 11598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14104/tid=14110] ppid=14103 vsize=868468 CPUtime=0.23
/proc/14104/task/14110/stat : 14110 (java) S 14103 14090 11897 0 -1 64 1498 0 0 0 22 1 0 0 16 0 9 0 1984460115 889311232 11598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14104/tid=14111] ppid=14103 vsize=868468 CPUtime=0
/proc/14104/task/14111/stat : 14111 (java) S 14103 14090 11897 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1984460115 889311232 11598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14104/tid=14112] ppid=14103 vsize=868468 CPUtime=0
/proc/14104/task/14112/stat : 14112 (java) S 14103 14090 11897 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984460115 889311232 11598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 887424

[startup+6.30107 s]
/proc/loadavg: 1.93 1.98 1.99 3/79 14114
/proc/meminfo: memFree=1738712/2055920 swapFree=4180724/4192956
[pid=14090] ppid=14088 vsize=13600 CPUtime=3.39
/proc/14090/stat : 14090 (sugar) S 14088 14090 11897 0 -1 4194304 1034 21149 0 2 3 1 317 18 15 0 1 0 1984460016 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14090/statm: 3400 799 370 3 0 500 0
[pid=14113] ppid=14090 vsize=5356 CPUtime=0
/proc/14113/stat : 14113 (sh) S 14090 14090 11897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984460365 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14113/statm: 1339 232 193 169 0 50 0
[pid=14114] ppid=14113 vsize=12780 CPUtime=2.77
/proc/14114/stat : 14114 (minisat) R 14113 14090 11897 0 -1 4194304 2891 0 0 0 276 1 0 0 25 0 1 0 1984460366 13086720 2877 996147200 134512640 135127466 4294956272 18446744073709551615 134531138 0 0 4096 3 0 0 0 17 1 0 0
/proc/14114/statm: 3195 2877 76 150 0 3042 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 31736

[startup+12.7011 s]
/proc/loadavg: 1.93 1.98 1.99 3/79 14114
/proc/meminfo: memFree=1737944/2055920 swapFree=4180724/4192956
[pid=14090] ppid=14088 vsize=13600 CPUtime=3.39
/proc/14090/stat : 14090 (sugar) S 14088 14090 11897 0 -1 4194304 1034 21149 0 2 3 1 317 18 16 0 1 0 1984460016 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14090/statm: 3400 799 370 3 0 500 0
[pid=14113] ppid=14090 vsize=5356 CPUtime=0
/proc/14113/stat : 14113 (sh) S 14090 14090 11897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984460365 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14113/statm: 1339 232 193 169 0 50 0
[pid=14114] ppid=14113 vsize=13468 CPUtime=9.1
/proc/14114/stat : 14114 (minisat) R 14113 14090 11897 0 -1 4194304 3085 0 0 0 909 1 0 0 25 0 1 0 1984460366 13791232 3071 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14114/statm: 3367 3071 76 150 0 3214 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 32424

[startup+25.5013 s]
/proc/loadavg: 1.95 1.98 1.99 3/79 14114
/proc/meminfo: memFree=1736600/2055920 swapFree=4180724/4192956
[pid=14090] ppid=14088 vsize=13600 CPUtime=3.39
/proc/14090/stat : 14090 (sugar) S 14088 14090 11897 0 -1 4194304 1034 21149 0 2 3 1 317 18 16 0 1 0 1984460016 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14090/statm: 3400 799 370 3 0 500 0
[pid=14113] ppid=14090 vsize=5356 CPUtime=0
/proc/14113/stat : 14113 (sh) S 14090 14090 11897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984460365 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14113/statm: 1339 232 193 169 0 50 0
[pid=14114] ppid=14113 vsize=14796 CPUtime=21.78
/proc/14114/stat : 14114 (minisat) R 14113 14090 11897 0 -1 4194304 3409 0 0 0 2176 2 0 0 25 0 1 0 1984460366 15151104 3395 996147200 134512640 135127466 4294956272 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/14114/statm: 3699 3395 76 150 0 3546 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 33752

[startup+51.1016 s]
/proc/loadavg: 1.96 1.98 1.99 3/75 14114
/proc/meminfo: memFree=1729624/2055920 swapFree=4180724/4192956
[pid=14090] ppid=14088 vsize=13600 CPUtime=3.39
/proc/14090/stat : 14090 (sugar) S 14088 14090 11897 0 -1 4194304 1034 21149 0 2 3 1 317 18 16 0 1 0 1984460016 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14090/statm: 3400 799 370 3 0 500 0
[pid=14113] ppid=14090 vsize=5356 CPUtime=0
/proc/14113/stat : 14113 (sh) S 14090 14090 11897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984460365 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14113/statm: 1339 232 193 169 0 50 0
[pid=14114] ppid=14113 vsize=23312 CPUtime=47.14
/proc/14114/stat : 14114 (minisat) R 14113 14090 11897 0 -1 4194304 5529 0 0 0 4710 4 0 0 25 0 1 0 1984460366 23871488 5515 996147200 134512640 135127466 4294956272 18446744073709551615 134528963 0 0 4096 3 0 0 0 17 1 0 0
/proc/14114/statm: 5828 5515 76 150 0 5675 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 42268

[startup+102.306 s]
/proc/loadavg: 1.94 1.97 1.99 3/75 14142
/proc/meminfo: memFree=1461240/2055920 swapFree=4180724/4192956
[pid=14090] ppid=14088 vsize=13600 CPUtime=3.39
/proc/14090/stat : 14090 (sugar) S 14088 14090 11897 0 -1 4194304 1034 21149 0 2 3 1 317 18 16 0 1 0 1984460016 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14090/statm: 3400 799 370 3 0 500 0
[pid=14113] ppid=14090 vsize=5356 CPUtime=0
/proc/14113/stat : 14113 (sh) S 14090 14090 11897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984460365 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14113/statm: 1339 232 193 169 0 50 0
[pid=14114] ppid=14113 vsize=91080 CPUtime=98.26
/proc/14114/stat : 14114 (minisat) R 14113 14090 11897 0 -1 4194304 22445 0 0 0 9807 19 0 0 25 0 1 0 1984460366 93265920 22431 996147200 134512640 135127466 4294956272 18446744073709551615 134528439 0 0 4096 3 0 0 0 17 0 0 0
/proc/14114/statm: 22770 22431 76 150 0 22617 0
Current children cumulated CPU time (s) 101.65
Current children cumulated vsize (KiB) 110036

[startup+162.301 s]
/proc/loadavg: 2.13 2.02 2.01 3/75 14142
/proc/meminfo: memFree=1406008/2055920 swapFree=4180724/4192956
[pid=14090] ppid=14088 vsize=13600 CPUtime=3.39
/proc/14090/stat : 14090 (sugar) S 14088 14090 11897 0 -1 4194304 1034 21149 0 2 3 1 317 18 16 0 1 0 1984460016 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14090/statm: 3400 799 370 3 0 500 0
[pid=14113] ppid=14090 vsize=5356 CPUtime=0

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

/proc/14090/statm: 3400 799 370 3 0 500 0
[pid=14113] ppid=14090 vsize=5356 CPUtime=0
/proc/14113/stat : 14113 (sh) S 14090 14090 11897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984460365 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14113/statm: 1339 232 193 169 0 50 0
[pid=14114] ppid=14113 vsize=252900 CPUtime=578.03
/proc/14114/stat : 14114 (minisat) R 14113 14090 11897 0 -1 4194304 62915 0 0 0 57740 63 0 0 25 0 1 0 1984460366 258969600 62901 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14114/statm: 63225 62901 76 150 0 63072 0
Current children cumulated CPU time (s) 581.42
Current children cumulated vsize (KiB) 271856

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14142
/proc/meminfo: memFree=1269944/2055920 swapFree=4180724/4192956
[pid=14090] ppid=14088 vsize=13600 CPUtime=3.39
/proc/14090/stat : 14090 (sugar) S 14088 14090 11897 0 -1 4194304 1034 21149 0 2 3 1 317 18 16 0 1 0 1984460016 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14090/statm: 3400 799 370 3 0 500 0
[pid=14113] ppid=14090 vsize=5356 CPUtime=0
/proc/14113/stat : 14113 (sh) S 14090 14090 11897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984460365 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14113/statm: 1339 232 193 169 0 50 0
[pid=14114] ppid=14113 vsize=281920 CPUtime=638.01
/proc/14114/stat : 14114 (minisat) R 14113 14090 11897 0 -1 4194304 70024 0 0 0 63728 73 0 0 25 0 1 0 1984460366 288686080 70010 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14114/statm: 70480 70010 76 150 0 70327 0
Current children cumulated CPU time (s) 641.4
Current children cumulated vsize (KiB) 300876

[startup+702.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14142
/proc/meminfo: memFree=1253560/2055920 swapFree=4180724/4192956
[pid=14090] ppid=14088 vsize=13600 CPUtime=3.39
/proc/14090/stat : 14090 (sugar) S 14088 14090 11897 0 -1 4194304 1034 21149 0 2 3 1 317 18 16 0 1 0 1984460016 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14090/statm: 3400 799 370 3 0 500 0
[pid=14113] ppid=14090 vsize=5356 CPUtime=0
/proc/14113/stat : 14113 (sh) S 14090 14090 11897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984460365 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14113/statm: 1339 232 193 169 0 50 0
[pid=14114] ppid=14113 vsize=297916 CPUtime=697.98
/proc/14114/stat : 14114 (minisat) R 14113 14090 11897 0 -1 4194304 74067 0 0 0 69721 77 0 0 25 0 1 0 1984460366 305065984 74053 996147200 134512640 135127466 4294956272 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/14114/statm: 74479 74053 76 150 0 74326 0
Current children cumulated CPU time (s) 701.37
Current children cumulated vsize (KiB) 316872

[startup+762.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14142
/proc/meminfo: memFree=1253496/2055920 swapFree=4180724/4192956
[pid=14090] ppid=14088 vsize=13600 CPUtime=3.39
/proc/14090/stat : 14090 (sugar) S 14088 14090 11897 0 -1 4194304 1034 21149 0 2 3 1 317 18 16 0 1 0 1984460016 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14090/statm: 3400 799 370 3 0 500 0
[pid=14113] ppid=14090 vsize=5356 CPUtime=0
/proc/14113/stat : 14113 (sh) S 14090 14090 11897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984460365 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14113/statm: 1339 232 193 169 0 50 0
[pid=14114] ppid=14113 vsize=297916 CPUtime=757.95
/proc/14114/stat : 14114 (minisat) R 14113 14090 11897 0 -1 4194304 74069 0 0 0 75718 77 0 0 25 0 1 0 1984460366 305065984 74055 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14114/statm: 74479 74055 76 150 0 74326 0
Current children cumulated CPU time (s) 761.34
Current children cumulated vsize (KiB) 316872

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

[startup+767.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14142
/proc/meminfo: memFree=1253496/2055920 swapFree=4180724/4192956
[pid=14090] ppid=14088 vsize=13600 CPUtime=3.39
/proc/14090/stat : 14090 (sugar) S 14088 14090 11897 0 -1 4194304 1034 21149 0 2 3 1 317 18 16 0 1 0 1984460016 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14090/statm: 3400 799 370 3 0 500 0
[pid=14113] ppid=14090 vsize=5356 CPUtime=0
/proc/14113/stat : 14113 (sh) S 14090 14090 11897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984460365 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14113/statm: 1339 232 193 169 0 50 0
[pid=14114] ppid=14113 vsize=297916 CPUtime=763.55
/proc/14114/stat : 14114 (minisat) R 14113 14090 11897 0 -1 4194304 74069 0 0 0 76277 78 0 0 25 0 1 0 1984460366 305065984 74055 996147200 134512640 135127466 4294956272 18446744073709551615 134528577 0 0 4096 3 0 0 0 17 0 0 0
/proc/14114/statm: 74479 74055 76 150 0 74326 0
Current children cumulated CPU time (s) 766.94
Current children cumulated vsize (KiB) 316872

[startup+780.703 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14142
/proc/meminfo: memFree=1253496/2055920 swapFree=4180724/4192956
[pid=14090] ppid=14088 vsize=13600 CPUtime=3.39
/proc/14090/stat : 14090 (sugar) S 14088 14090 11897 0 -1 4194304 1034 21149 0 2 3 1 317 18 16 0 1 0 1984460016 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14090/statm: 3400 799 370 3 0 500 0
[pid=14113] ppid=14090 vsize=5356 CPUtime=0
/proc/14113/stat : 14113 (sh) S 14090 14090 11897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984460365 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14113/statm: 1339 232 193 169 0 50 0
[pid=14114] ppid=14113 vsize=297916 CPUtime=776.35
/proc/14114/stat : 14114 (minisat) R 14113 14090 11897 0 -1 4194304 74069 0 0 0 77557 78 0 0 25 0 1 0 1984460366 305065984 74055 996147200 134512640 135127466 4294956272 18446744073709551615 134527086 0 0 4096 3 0 0 0 17 0 0 0
/proc/14114/statm: 74479 74055 76 150 0 74326 0
Current children cumulated CPU time (s) 779.74
Current children cumulated vsize (KiB) 316872

[startup+793.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14142
/proc/meminfo: memFree=1253496/2055920 swapFree=4180724/4192956
[pid=14090] ppid=14088 vsize=13600 CPUtime=3.39
/proc/14090/stat : 14090 (sugar) S 14088 14090 11897 0 -1 4194304 1034 21149 0 2 3 1 317 18 16 0 1 0 1984460016 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14090/statm: 3400 799 370 3 0 500 0
[pid=14113] ppid=14090 vsize=5356 CPUtime=0
/proc/14113/stat : 14113 (sh) S 14090 14090 11897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984460365 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14113/statm: 1339 232 193 169 0 50 0
[pid=14114] ppid=14113 vsize=297916 CPUtime=789.14
/proc/14114/stat : 14114 (minisat) R 14113 14090 11897 0 -1 4194304 74069 0 0 0 78836 78 0 0 25 0 1 0 1984460366 305065984 74055 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14114/statm: 74479 74055 76 150 0 74326 0
Current children cumulated CPU time (s) 792.53
Current children cumulated vsize (KiB) 316872

[startup+796.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14142
/proc/meminfo: memFree=1253496/2055920 swapFree=4180724/4192956
[pid=14090] ppid=14088 vsize=13600 CPUtime=3.39
/proc/14090/stat : 14090 (sugar) S 14088 14090 11897 0 -1 4194304 1034 21149 0 2 3 1 317 18 16 0 1 0 1984460016 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14090/statm: 3400 799 370 3 0 500 0
[pid=14113] ppid=14090 vsize=5356 CPUtime=0
/proc/14113/stat : 14113 (sh) S 14090 14090 11897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984460365 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14113/statm: 1339 232 193 169 0 50 0
[pid=14114] ppid=14113 vsize=297916 CPUtime=792.34
/proc/14114/stat : 14114 (minisat) R 14113 14090 11897 0 -1 4194304 74069 0 0 0 79156 78 0 0 25 0 1 0 1984460366 305065984 74055 996147200 134512640 135127466 4294956272 18446744073709551615 134527143 0 0 4096 3 0 0 0 17 0 0 0
/proc/14114/statm: 74479 74055 76 150 0 74326 0
Current children cumulated CPU time (s) 795.73
Current children cumulated vsize (KiB) 316872

[startup+798.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14142
/proc/meminfo: memFree=1253496/2055920 swapFree=4180724/4192956
[pid=14090] ppid=14088 vsize=13600 CPUtime=3.39
/proc/14090/stat : 14090 (sugar) S 14088 14090 11897 0 -1 4194304 1034 21149 0 2 3 1 317 18 16 0 1 0 1984460016 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14090/statm: 3400 799 370 3 0 500 0
[pid=14113] ppid=14090 vsize=5356 CPUtime=0
/proc/14113/stat : 14113 (sh) S 14090 14090 11897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984460365 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14113/statm: 1339 232 193 169 0 50 0
[pid=14114] ppid=14113 vsize=297916 CPUtime=793.94
/proc/14114/stat : 14114 (minisat) R 14113 14090 11897 0 -1 4194304 74069 0 0 0 79316 78 0 0 25 0 1 0 1984460366 305065984 74055 996147200 134512640 135127466 4294956272 18446744073709551615 134527131 0 0 4096 3 0 0 0 17 0 0 0
/proc/14114/statm: 74479 74055 76 150 0 74326 0
Current children cumulated CPU time (s) 797.33
Current children cumulated vsize (KiB) 316872

[startup+799.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14142
/proc/meminfo: memFree=1253496/2055920 swapFree=4180724/4192956
[pid=14090] ppid=14088 vsize=13600 CPUtime=3.39
/proc/14090/stat : 14090 (sugar) S 14088 14090 11897 0 -1 4194304 1034 21149 0 2 3 1 317 18 16 0 1 0 1984460016 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14090/statm: 3400 799 370 3 0 500 0
[pid=14113] ppid=14090 vsize=5356 CPUtime=0
/proc/14113/stat : 14113 (sh) S 14090 14090 11897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984460365 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14113/statm: 1339 232 193 169 0 50 0
[pid=14114] ppid=14113 vsize=297916 CPUtime=795.54
/proc/14114/stat : 14114 (minisat) R 14113 14090 11897 0 -1 4194304 74069 0 0 0 79476 78 0 0 25 0 1 0 1984460366 305065984 74055 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14114/statm: 74479 74055 76 150 0 74326 0
Current children cumulated CPU time (s) 798.93
Current children cumulated vsize (KiB) 316872

[startup+800.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14142
/proc/meminfo: memFree=1253496/2055920 swapFree=4180724/4192956
[pid=14090] ppid=14088 vsize=13600 CPUtime=3.39
/proc/14090/stat : 14090 (sugar) S 14088 14090 11897 0 -1 4194304 1034 21149 0 2 3 1 317 18 16 0 1 0 1984460016 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14090/statm: 3400 799 370 3 0 500 0
[pid=14113] ppid=14090 vsize=5356 CPUtime=0
/proc/14113/stat : 14113 (sh) S 14090 14090 11897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984460365 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14113/statm: 1339 232 193 169 0 50 0
[pid=14114] ppid=14113 vsize=297916 CPUtime=796.34
/proc/14114/stat : 14114 (minisat) R 14113 14090 11897 0 -1 4194304 74069 0 0 0 79556 78 0 0 25 0 1 0 1984460366 305065984 74055 996147200 134512640 135127466 4294956272 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/14114/statm: 74479 74055 76 150 0 74326 0
Current children cumulated CPU time (s) 799.73
Current children cumulated vsize (KiB) 316872

[startup+801.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14142
/proc/meminfo: memFree=1253496/2055920 swapFree=4180724/4192956
[pid=14090] ppid=14088 vsize=13600 CPUtime=799.91
/proc/14090/stat : 14090 (sugar) S 14088 14090 11897 0 -1 4194304 1091 95519 0 2 3 1 79886 101 15 0 1 0 1984460016 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14090/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 799.91
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 801.146
CPU time (s): 800.17
CPU user time (s): 799.102
CPU system time (s): 1.06784
CPU usage (%): 99.8782
Max. virtual memory (cumulated for all children) (KiB): 887816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 799.103
system time used= 1.06784
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100543
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= 4043
involuntary context switches= 8356

runsolver used 0.906862 second user time and 2.75058 second system time

The end

Launcher Data (download as text)

Begin job on node57 at 2008-07-03 05:14:46
IDJOB=1051837
IDBENCH=55953
IDSOLVER=346
FILE ID=node57/1051837-1215054886
PBS_JOBID= 7875061
Free space on /tmp= 66544 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= defc6c027faaafbf2eeba55753553416
RANDOM SEED=630296300

node57.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.258
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.258
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:       1755856 kB
Buffers:         44184 kB
Cached:         171652 kB
SwapCached:       6116 kB
Active:         142860 kB
Inactive:        87548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1755856 kB
SwapTotal:     4192956 kB
SwapFree:      4180724 kB
Dirty:            2264 kB
Writeback:           0 kB
Mapped:          21088 kB
Slab:            54932 kB
Committed_AS:  3949272 kB
PageTables:       1788 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= 66540 MiB
End job on node57 at 2008-07-03 05:28:07