Trace number 2073161

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+minisatSAT 772.973 775.596

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 benchmark24.3293
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

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 02:17:03 2009
0.00/0.08	c 0	PID 16788
0.00/0.08	c 0	HOST node66.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2073161-1247357822.xml TO HOME/temp.csp
0.00/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-2073161-1247357822.xml' 'HOME/temp.csp'
0.07/0.78	c 0	1 domains, 595 variables, 1 predicates, 0 relations, 6545 constraints
0.07/0.82	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.82	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.07/0.89	c 0	Parsing HOME/temp.csp
1.02/1.20	c 1	parsed 7142 expressions
1.11/1.20	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.11/1.20	c 1	Converting to clausal form CSP
1.22/1.39	c 1	converted 715 (10%) expressions
1.41/1.53	c 1	converted 1429 (20%) expressions
1.41/1.59	c 1	converted 2143 (30%) expressions
1.51/1.65	c 1	converted 2857 (40%) expressions
1.61/1.76	c 1	converted 3571 (50%) expressions
1.71/1.82	c 1	converted 4286 (60%) expressions
1.71/1.87	c 1	converted 5000 (70%) expressions
1.81/1.93	c 1	converted 5714 (80%) expressions
1.81/1.99	c 1	converted 6428 (90%) expressions
2.00/2.14	c 2	converted 7142 (100%) expressions
2.00/2.14	c 2	CSP : 595 integers, 0 booleans, 6545 clauses, largest domain size 4
2.00/2.14	c 2	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.00/2.14	c 2	Propagation in CSP
2.00/2.17	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.00/2.17	c 2	CSP : 595 integers, 0 booleans, 6545 clauses, largest domain size 4
2.00/2.17	c 2	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.00/2.18	c 2	Simplifing CSP by introducing new Boolean variables
2.30/2.47	c 2	CSP : 595 integers, 39270 booleans, 45815 clauses, largest domain size 4
2.30/2.47	c 2	Heap : 23 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.50/2.61	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.50/2.64	c 2	60 (10%) CSP integer variables are encoded (120 clauses, 1240 bytes)
2.50/2.64	c 2	119 (20%) CSP integer variables are encoded (238 clauses, 2538 bytes)
2.50/2.64	c 2	179 (30%) CSP integer variables are encoded (358 clauses, 3858 bytes)
2.50/2.65	c 2	238 (40%) CSP integer variables are encoded (476 clauses, 5156 bytes)
2.50/2.65	c 2	298 (50%) CSP integer variables are encoded (596 clauses, 6476 bytes)
2.50/2.65	c 2	357 (60%) CSP integer variables are encoded (714 clauses, 7870 bytes)
2.50/2.65	c 2	417 (70%) CSP integer variables are encoded (834 clauses, 9430 bytes)
2.50/2.65	c 2	476 (80%) CSP integer variables are encoded (952 clauses, 10964 bytes)
2.50/2.65	c 2	536 (90%) CSP integer variables are encoded (1072 clauses, 12524 bytes)
2.50/2.65	c 2	595 (100%) CSP integer variables are encoded (1190 clauses, 14058 bytes)
2.60/2.76	c 2	4582 (10%) CSP clauses are encoded (17556 clauses, 255626 bytes)
2.70/2.81	c 2	9163 (20%) CSP clauses are encoded (33915 clauses, 511364 bytes)
2.70/2.87	c 2	13745 (30%) CSP clauses are encoded (50281 clauses, 787130 bytes)
2.79/2.92	c 2	18326 (40%) CSP clauses are encoded (66640 clauses, 1063540 bytes)
2.79/2.97	c 2	22908 (50%) CSP clauses are encoded (83006 clauses, 1342144 bytes)
2.90/3.03	c 3	27489 (60%) CSP clauses are encoded (99365 clauses, 1620444 bytes)
2.90/3.09	c 3	32071 (70%) CSP clauses are encoded (115731 clauses, 1900284 bytes)
2.99/3.15	c 3	36652 (80%) CSP clauses are encoded (132090 clauses, 2193536 bytes)
3.09/3.21	c 3	41234 (90%) CSP clauses are encoded (148456 clauses, 2489420 bytes)
3.09/3.27	c 3	45815 (100%) CSP clauses are encoded (164815 clauses, 2785204 bytes)
3.09/3.27	c 3	45815 CSP clauses encoded
3.09/3.27	c 3	Writing map file : HOME/temp.map
3.09/3.29	c 3	Heap : 18 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.09/3.29	c 3	SAT : 41055 SAT variables, 164815 SAT clauses, 2785204 bytes
3.09/3.29	c 3	Heap : 18 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.09/3.30	c 3	SOLVING HOME/temp.cnf
3.09/3.30	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.20/3.31	c 3	This is MiniSat 2.0 beta
3.20/3.31	c 3	WARNING: for repeatability, setting FPU to use double precision
3.20/3.31	c 3	============================[ Problem Statistics ]=============================
3.20/3.31	c 3	|                                                                             |
3.20/3.31	c 3	|  Number of variables:  41055                                                |
3.20/3.31	c 3	|  Number of clauses:    164815                                               |
3.20/3.40	c 3	|  Parsing time:         0.08         s                                       |
3.20/3.41	c 3	============================[ Search Statistics ]==============================
3.20/3.41	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.20/3.41	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.20/3.41	c 3	===============================================================================
3.20/3.41	c 3	|         0 |   41055   164815   434350 |    54938        0    nan |  0.000 % |
3.20/3.42	c 3	|       101 |   41055   164815   434350 |    60432      101      7 |  0.000 % |
3.20/3.46	c 3	|       251 |   41055   164815   434350 |    66475      251      6 |  0.000 % |
3.20/3.50	c 3	|       476 |   41055   164815   434350 |    73122      476      6 |  0.000 % |
3.20/3.56	c 3	|       813 |   41055   164815   434350 |    80435      813      6 |  0.000 % |
3.20/3.72	c 3	|      1319 |   41055   164815   434350 |    88478     1319      6 |  0.000 % |
3.20/3.96	c 3	|      2078 |   41055   164815   434350 |    97326     2078      6 |  0.000 % |
4.18/4.36	c 4	|      3217 |   41055   164815   434350 |   107059     3217      6 |  0.000 % |
4.87/5.01	c 5	|      4925 |   41055   164815   434350 |   117765     4925      6 |  0.000 % |
6.06/6.26	c 6	|      7487 |   41055   164815   434350 |   129541     7487      6 |  0.000 % |
8.14/8.35	c 8	|     11331 |   41055   164815   434350 |   142495    11331      6 |  0.000 % |
11.61/11.88	c 11	|     17098 |   41055   164815   434350 |   156745    17098      6 |  0.000 % |
17.35/17.66	c 17	|     25747 |   41055   164815   434350 |   172420    25747      7 |  0.000 % |
26.96/27.36	c 27	|     38721 |   41055   164815   434350 |   189662    38721      8 |  0.000 % |
39.74/40.24	c 40	|     58182 |   41055   164815   434350 |   208628    58182     10 |  0.000 % |
52.12/52.76	c 52	|     87375 |   41055   164815   434350 |   229491    87375     31 |  0.000 % |
74.61/75.47	c 75	|    131166 |   41055   164815   434350 |   252440   131166     66 |  0.000 % |
108.98/110.15	c 110	|    196850 |   41055   164815   434350 |   277684   196850    101 |  0.000 % |
212.60/214.75	c 214	|    295376 |   41055   164815   434350 |   305452    23736    200 |  0.000 % |
385.16/387.62	c 387	|    443165 |   41055   164815   434350 |   335997   171525    162 |  0.000 % |
669.63/672.23	c 672	|    664848 |   41055   164815   434350 |   369597    63821    106 |  0.000 % |
772.60/775.20	c 775	===============================================================================
772.60/775.21	c 775	restarts              : 21
772.60/775.21	c 775	conflicts             : 767424         (998 /sec)
772.60/775.21	c 775	decisions             : 16381568       (1.51 % random) (21310 /sec)
772.60/775.21	c 775	propagations          : 510451802      (664026 /sec)
772.60/775.21	c 775	conflict literals     : 127493564      (14.95 % deleted)
772.60/775.21	c 775	Memory used           : 291.02 MB
772.60/775.21	c 775	CPU time              : 768.722 s
772.60/775.21	c 775	
772.60/775.22	c 775	SATISFIABLE
772.60/775.27	c 775	DECODING HOME/temp.out WITH HOME/temp.map
772.60/775.27	c 775	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'
772.67/775.35	c 775	Decoding HOME/temp.out
772.87/775.52	s SATISFIABLE
772.87/775.54	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
772.87/775.55	c 775	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
772.87/775.59	c 775	CPU 772.95 (0.06 0.02 771.97 0.9)
772.87/775.59	c 775	END Sun Jul 12 02:29:58 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2073161-1247357822/watcher-2073161-1247357822 -o /tmp/evaluation-result-2073161-1247357822/solver-2073161-1247357822 -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-2073161-1247357822.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: 2.02 2.01 2.00 4/80 16788
/proc/meminfo: memFree=1772712/2055920 swapFree=4192812/4192956
[pid=16788] ppid=16786 vsize=4708 CPUtime=0
/proc/16788/stat : 16788 (sugar) R 16786 16788 15704 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 22845074 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 227605017993 0 0 4096 0 0 0 0 17 1 0 0
/proc/16788/statm: 1177 43 33 3 0 8 0

[startup+0.0912149 s]
/proc/loadavg: 2.02 2.01 2.00 4/80 16788
/proc/meminfo: memFree=1772712/2055920 swapFree=4192812/4192956
[pid=16788] ppid=16786 vsize=16868 CPUtime=0.07
/proc/16788/stat : 16788 (sugar) S 16786 16788 15704 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 22845074 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16788/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.101217 s]
/proc/loadavg: 2.02 2.01 2.00 4/80 16788
/proc/meminfo: memFree=1772712/2055920 swapFree=4192812/4192956
[pid=16788] ppid=16786 vsize=16868 CPUtime=0.07
/proc/16788/stat : 16788 (sugar) S 16786 16788 15704 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 22845074 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16788/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.30124 s]
/proc/loadavg: 2.02 2.01 2.00 4/80 16788
/proc/meminfo: memFree=1772712/2055920 swapFree=4192812/4192956
[pid=16788] ppid=16786 vsize=16868 CPUtime=0.07
/proc/16788/stat : 16788 (sugar) S 16786 16788 15704 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 22845074 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16788/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701289 s]
/proc/loadavg: 2.02 2.01 2.00 4/80 16788
/proc/meminfo: memFree=1772712/2055920 swapFree=4192812/4192956
[pid=16788] ppid=16786 vsize=16868 CPUtime=0.07
/proc/16788/stat : 16788 (sugar) S 16786 16788 15704 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 22845074 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16788/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50138 s]
/proc/loadavg: 2.02 2.01 2.00 4/91 16810
/proc/meminfo: memFree=1763920/2055920 swapFree=4192812/4192956
[pid=16788] ppid=16786 vsize=16868 CPUtime=0.76
/proc/16788/stat : 16788 (sugar) S 16786 16788 15704 0 -1 4194304 1309 8077 0 1 5 2 66 3 15 0 1 0 22845074 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16788/statm: 4217 1111 409 3 0 796 0
[pid=16801] ppid=16788 vsize=5356 CPUtime=0
/proc/16801/stat : 16801 (sh) S 16788 16788 15704 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22845157 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16801/statm: 1339 233 193 169 0 50 0
[pid=16802] ppid=16801 vsize=868516 CPUtime=0.65
/proc/16802/stat : 16802 (java) S 16801 16788 15704 0 -1 0 7133 0 1 0 62 3 0 0 18 0 9 0 22845157 889360384 6390 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16802/statm: 217129 6390 2566 9 0 211634 0
[pid=16802/tid=16803] ppid=16801 vsize=868516 CPUtime=0.4
/proc/16802/task/16803/stat : 16803 (java) R 16801 16788 15704 0 -1 64 2664 0 1 0 39 1 0 0 18 0 9 0 22845158 889360384 6390 996147200 134512640 134550932 4294955936 18446744073709551615 4126523041 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16802/tid=16804] ppid=16801 vsize=868516 CPUtime=0.07
/proc/16802/task/16804/stat : 16804 (java) S 16801 16788 15704 0 -1 64 2307 0 0 0 7 0 0 0 16 0 9 0 22845159 889360384 6390 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16802/tid=16805] ppid=16801 vsize=868516 CPUtime=0
/proc/16802/task/16805/stat : 16805 (java) S 16801 16788 15704 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22845159 889360384 6390 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16802/tid=16806] ppid=16801 vsize=868516 CPUtime=0
/proc/16802/task/16806/stat : 16806 (java) S 16801 16788 15704 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22845159 889360384 6390 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16802/tid=16807] ppid=16801 vsize=868516 CPUtime=0
/proc/16802/task/16807/stat : 16807 (java) S 16801 16788 15704 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22845161 889360384 6390 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16802/tid=16808] ppid=16801 vsize=868516 CPUtime=0.15
/proc/16802/task/16808/stat : 16808 (java) S 16801 16788 15704 0 -1 64 1463 0 0 0 15 0 0 0 16 0 9 0 22845161 889360384 6390 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16802/tid=16809] ppid=16801 vsize=868516 CPUtime=0
/proc/16802/task/16809/stat : 16809 (java) S 16801 16788 15704 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22845161 889360384 6390 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16802/tid=16810] ppid=16801 vsize=868516 CPUtime=0
/proc/16802/task/16810/stat : 16810 (java) S 16801 16788 15704 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22845161 889360384 6390 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 890740

[startup+3.10257 s]
/proc/loadavg: 2.02 2.01 2.00 3/91 16810
/proc/meminfo: memFree=1744848/2055920 swapFree=4192812/4192956
[pid=16788] ppid=16786 vsize=16868 CPUtime=0.76
/proc/16788/stat : 16788 (sugar) S 16786 16788 15704 0 -1 4194304 1310 8077 0 1 5 2 66 3 15 0 1 0 22845074 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16788/statm: 4217 1111 409 3 0 796 0
[pid=16801] ppid=16788 vsize=5356 CPUtime=0
/proc/16801/stat : 16801 (sh) S 16788 16788 15704 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22845157 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16801/statm: 1339 233 193 169 0 50 0
[pid=16802] ppid=16801 vsize=868712 CPUtime=2.23
/proc/16802/stat : 16802 (java) S 16801 16788 15704 0 -1 0 12830 0 1 0 216 7 0 0 18 0 9 0 22845157 889561088 11680 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16802/statm: 217178 11680 2590 9 0 211655 0
[pid=16802/tid=16803] ppid=16801 vsize=868712 CPUtime=1.31
/proc/16802/task/16803/stat : 16803 (java) R 16801 16788 15704 0 -1 64 3087 0 1 0 128 3 0 0 25 0 9 0 22845158 889561088 11680 996147200 134512640 134550932 4294955936 18446744073709551615 101450369 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16802/tid=16804] ppid=16801 vsize=868712 CPUtime=0.69
/proc/16802/task/16804/stat : 16804 (java) S 16801 16788 15704 0 -1 64 7536 0 0 0 66 3 0 0 16 0 9 0 22845159 889561088 11680 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16802/tid=16805] ppid=16801 vsize=868712 CPUtime=0
/proc/16802/task/16805/stat : 16805 (java) S 16801 16788 15704 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22845159 889561088 11680 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16802/tid=16806] ppid=16801 vsize=868712 CPUtime=0
/proc/16802/task/16806/stat : 16806 (java) S 16801 16788 15704 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22845159 889561088 11680 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16802/tid=16807] ppid=16801 vsize=868712 CPUtime=0
/proc/16802/task/16807/stat : 16807 (java) S 16801 16788 15704 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22845161 889561088 11680 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16802/tid=16808] ppid=16801 vsize=868712 CPUtime=0.21
/proc/16802/task/16808/stat : 16808 (java) S 16801 16788 15704 0 -1 64 1508 0 0 0 21 0 0 0 16 0 9 0 22845161 889561088 11680 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16802/tid=16809] ppid=16801 vsize=868712 CPUtime=0
/proc/16802/task/16809/stat : 16809 (java) S 16801 16788 15704 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22845161 889561088 11680 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16802/tid=16810] ppid=16801 vsize=868712 CPUtime=0
/proc/16802/task/16810/stat : 16810 (java) S 16801 16788 15704 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22845161 889561088 11680 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 890936

[startup+6.30295 s]
/proc/loadavg: 2.02 2.01 2.00 3/83 16812
/proc/meminfo: memFree=1754896/2055920 swapFree=4192812/4192956
[pid=16788] ppid=16786 vsize=16868 CPUtime=3.2
/proc/16788/stat : 16788 (sugar) S 16786 16788 15704 0 -1 4194304 1376 21232 0 2 5 2 300 13 16 0 1 0 22845074 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16788/statm: 4217 1113 409 3 0 796 0
[pid=16811] ppid=16788 vsize=5356 CPUtime=0
/proc/16811/stat : 16811 (sh) S 16788 16788 15704 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22845405 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16811/statm: 1339 232 193 169 0 50 0
[pid=16812] ppid=16811 vsize=12780 CPUtime=2.96
/proc/16812/stat : 16812 (minisat) R 16811 16788 15704 0 -1 4194304 2896 0 0 0 294 2 0 0 25 0 1 0 22845405 13086720 2882 996147200 134512640 135127466 4294956256 18446744073709551615 134522879 0 0 4096 3 0 0 0 17 1 0 0
/proc/16812/statm: 3195 2882 76 150 0 3042 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 35004

[startup+12.7017 s]
/proc/loadavg: 2.02 2.01 2.00 3/83 16812
/proc/meminfo: memFree=1753936/2055920 swapFree=4192812/4192956
[pid=16788] ppid=16786 vsize=16868 CPUtime=3.2
/proc/16788/stat : 16788 (sugar) S 16786 16788 15704 0 -1 4194304 1376 21232 0 2 5 2 300 13 16 0 1 0 22845074 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16788/statm: 4217 1113 409 3 0 796 0
[pid=16811] ppid=16788 vsize=5356 CPUtime=0
/proc/16811/stat : 16811 (sh) S 16788 16788 15704 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22845405 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16811/statm: 1339 232 193 169 0 50 0
[pid=16812] ppid=16811 vsize=13676 CPUtime=9.3
/proc/16812/stat : 16812 (minisat) R 16811 16788 15704 0 -1 4194304 3107 0 0 0 928 2 0 0 25 0 1 0 22845405 14004224 3093 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16812/statm: 3419 3093 76 150 0 3266 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 35900

[startup+25.5022 s]
/proc/loadavg: 2.01 2.01 2.00 3/83 16812
/proc/meminfo: memFree=1752720/2055920 swapFree=4192812/4192956
[pid=16788] ppid=16786 vsize=16868 CPUtime=3.2
/proc/16788/stat : 16788 (sugar) S 16786 16788 15704 0 -1 4194304 1376 21232 0 2 5 2 300 13 16 0 1 0 22845074 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16788/statm: 4217 1113 409 3 0 796 0
[pid=16811] ppid=16788 vsize=5356 CPUtime=0
/proc/16811/stat : 16811 (sh) S 16788 16788 15704 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22845405 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16811/statm: 1339 232 193 169 0 50 0
[pid=16812] ppid=16811 vsize=14796 CPUtime=21.97
/proc/16812/stat : 16812 (minisat) R 16811 16788 15704 0 -1 4194304 3410 0 0 0 2195 2 0 0 25 0 1 0 22845405 15151104 3396 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/16812/statm: 3699 3396 76 150 0 3546 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 37020

[startup+51.1022 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 16812
/proc/meminfo: memFree=1745936/2055920 swapFree=4192812/4192956
[pid=16788] ppid=16786 vsize=16868 CPUtime=3.2
/proc/16788/stat : 16788 (sugar) S 16786 16788 15704 0 -1 4194304 1376 21232 0 2 5 2 300 13 16 0 1 0 22845074 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16788/statm: 4217 1113 409 3 0 796 0
[pid=16811] ppid=16788 vsize=5356 CPUtime=0
/proc/16811/stat : 16811 (sh) S 16788 16788 15704 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22845405 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16811/statm: 1339 232 193 169 0 50 0
[pid=16812] ppid=16811 vsize=22784 CPUtime=47.34
/proc/16812/stat : 16812 (minisat) R 16811 16788 15704 0 -1 4194304 5391 0 0 0 4729 5 0 0 25 0 1 0 22845405 23330816 5377 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/16812/statm: 5696 5377 76 150 0 5543 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 45008

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16812
/proc/meminfo: memFree=1678480/2055920 swapFree=4192812/4192956
[pid=16788] ppid=16786 vsize=16868 CPUtime=3.2
/proc/16788/stat : 16788 (sugar) S 16786 16788 15704 0 -1 4194304 1376 21232 0 2 5 2 300 13 16 0 1 0 22845074 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16788/statm: 4217 1113 409 3 0 796 0
[pid=16811] ppid=16788 vsize=5356 CPUtime=0
/proc/16811/stat : 16811 (sh) S 16788 16788 15704 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22845405 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16811/statm: 1339 232 193 169 0 50 0
[pid=16812] ppid=16811 vsize=89100 CPUtime=98.05
/proc/16812/stat : 16812 (minisat) R 16811 16788 15704 0 -1 4194304 21973 0 0 0 9788 17 0 0 25 0 1 0 22845405 91238400 21959 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16812/statm: 22275 21959 76 150 0 22122 0
Current children cumulated CPU time (s) 101.25
Current children cumulated vsize (KiB) 111324

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16812
/proc/meminfo: memFree=1624528/2055920 swapFree=4192812/4192956
[pid=16788] ppid=16786 vsize=16868 CPUtime=3.2
/proc/16788/stat : 16788 (sugar) S 16786 16788 15704 0 -1 4194304 1376 21232 0 2 5 2 300 13 16 0 1 0 22845074 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16788/statm: 4217 1113 409 3 0 796 0
[pid=16811] ppid=16788 vsize=5356 CPUtime=0
/proc/16811/stat : 16811 (sh) S 16788 16788 15704 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22845405 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 519.8
Current children cumulated vsize (KiB) 248956

[startup+582.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 16850
/proc/meminfo: memFree=1493136/2055920 swapFree=4192812/4192956
[pid=16788] ppid=16786 vsize=16868 CPUtime=3.2
/proc/16788/stat : 16788 (sugar) S 16786 16788 15704 0 -1 4194304 1376 21232 0 2 5 2 300 13 16 0 1 0 22845074 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16788/statm: 4217 1113 409 3 0 796 0
[pid=16811] ppid=16788 vsize=5356 CPUtime=0
/proc/16811/stat : 16811 (sh) S 16788 16788 15704 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22845405 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16811/statm: 1339 232 193 169 0 50 0
[pid=16812] ppid=16811 vsize=261764 CPUtime=576.57
/proc/16812/stat : 16812 (minisat) R 16811 16788 15704 0 -1 4194304 65116 0 0 0 57601 56 0 0 25 0 1 0 22845405 268046336 65102 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16812/statm: 65441 65102 76 150 0 65288 0
Current children cumulated CPU time (s) 579.77
Current children cumulated vsize (KiB) 283988

[startup+642.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/85 16892
/proc/meminfo: memFree=1457464/2055920 swapFree=4192812/4192956
[pid=16788] ppid=16786 vsize=16868 CPUtime=3.2
/proc/16788/stat : 16788 (sugar) S 16786 16788 15704 0 -1 4194304 1376 21232 0 2 5 2 300 13 16 0 1 0 22845074 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16788/statm: 4217 1113 409 3 0 796 0
[pid=16811] ppid=16788 vsize=5356 CPUtime=0
/proc/16811/stat : 16811 (sh) S 16788 16788 15704 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22845405 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16811/statm: 1339 232 193 169 0 50 0
[pid=16812] ppid=16811 vsize=290124 CPUtime=636.55
/proc/16812/stat : 16812 (minisat) R 16811 16788 15704 0 -1 4194304 72104 0 0 0 63589 66 0 0 25 0 1 0 22845405 297086976 72090 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16812/statm: 72531 72090 76 150 0 72378 0
Current children cumulated CPU time (s) 639.75
Current children cumulated vsize (KiB) 312348

[startup+702.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/85 16892
/proc/meminfo: memFree=1449400/2055920 swapFree=4192812/4192956
[pid=16788] ppid=16786 vsize=16868 CPUtime=3.2
/proc/16788/stat : 16788 (sugar) S 16786 16788 15704 0 -1 4194304 1376 21232 0 2 5 2 300 13 16 0 1 0 22845074 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16788/statm: 4217 1113 409 3 0 796 0
[pid=16811] ppid=16788 vsize=5356 CPUtime=0
/proc/16811/stat : 16811 (sh) S 16788 16788 15704 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22845405 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16811/statm: 1339 232 193 169 0 50 0
[pid=16812] ppid=16811 vsize=297916 CPUtime=696.53
/proc/16812/stat : 16812 (minisat) R 16811 16788 15704 0 -1 4194304 74067 0 0 0 69584 69 0 0 25 0 1 0 22845405 305065984 74053 996147200 134512640 135127466 4294956256 18446744073709551615 134531120 0 0 4096 3 0 0 0 17 0 0 0
/proc/16812/statm: 74479 74053 76 150 0 74326 0
Current children cumulated CPU time (s) 699.73
Current children cumulated vsize (KiB) 320140

[startup+762.307 s]
/proc/loadavg: 1.99 1.98 1.99 3/85 16892
/proc/meminfo: memFree=1449208/2055920 swapFree=4192812/4192956
[pid=16788] ppid=16786 vsize=16868 CPUtime=3.2
/proc/16788/stat : 16788 (sugar) S 16786 16788 15704 0 -1 4194304 1376 21232 0 2 5 2 300 13 16 0 1 0 22845074 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16788/statm: 4217 1113 409 3 0 796 0
[pid=16811] ppid=16788 vsize=5356 CPUtime=0
/proc/16811/stat : 16811 (sh) S 16788 16788 15704 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22845405 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16811/statm: 1339 232 193 169 0 50 0
[pid=16812] ppid=16811 vsize=297916 CPUtime=756.51
/proc/16812/stat : 16812 (minisat) R 16811 16788 15704 0 -1 4194304 74069 0 0 0 75582 69 0 0 25 0 1 0 22845405 305065984 74055 996147200 134512640 135127466 4294956256 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 0 0 0
/proc/16812/statm: 74479 74055 76 150 0 74326 0
Current children cumulated CPU time (s) 759.71
Current children cumulated vsize (KiB) 320140

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

[startup+767.903 s]
/proc/loadavg: 1.99 1.98 1.99 3/85 16892
/proc/meminfo: memFree=1449208/2055920 swapFree=4192812/4192956
[pid=16788] ppid=16786 vsize=16868 CPUtime=3.2
/proc/16788/stat : 16788 (sugar) S 16786 16788 15704 0 -1 4194304 1376 21232 0 2 5 2 300 13 16 0 1 0 22845074 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16788/statm: 4217 1113 409 3 0 796 0
[pid=16811] ppid=16788 vsize=5356 CPUtime=0
/proc/16811/stat : 16811 (sh) S 16788 16788 15704 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22845405 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16811/statm: 1339 232 193 169 0 50 0
[pid=16812] ppid=16811 vsize=297916 CPUtime=762.1
/proc/16812/stat : 16812 (minisat) R 16811 16788 15704 0 -1 4194304 74069 0 0 0 76141 69 0 0 25 0 1 0 22845405 305065984 74055 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16812/statm: 74479 74055 76 150 0 74326 0
Current children cumulated CPU time (s) 765.3
Current children cumulated vsize (KiB) 320140

[startup+771.107 s]
/proc/loadavg: 1.99 1.98 1.99 3/85 16892
/proc/meminfo: memFree=1449208/2055920 swapFree=4192812/4192956
[pid=16788] ppid=16786 vsize=16868 CPUtime=3.2
/proc/16788/stat : 16788 (sugar) S 16786 16788 15704 0 -1 4194304 1376 21232 0 2 5 2 300 13 16 0 1 0 22845074 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16788/statm: 4217 1113 409 3 0 796 0
[pid=16811] ppid=16788 vsize=5356 CPUtime=0
/proc/16811/stat : 16811 (sh) S 16788 16788 15704 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22845405 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16811/statm: 1339 232 193 169 0 50 0
[pid=16812] ppid=16811 vsize=297916 CPUtime=765.3
/proc/16812/stat : 16812 (minisat) R 16811 16788 15704 0 -1 4194304 74069 0 0 0 76461 69 0 0 25 0 1 0 22845405 305065984 74055 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 0 0 0
/proc/16812/statm: 74479 74055 76 150 0 74326 0
Current children cumulated CPU time (s) 768.5
Current children cumulated vsize (KiB) 320140

[startup+772.701 s]
/proc/loadavg: 1.99 1.98 1.99 3/85 16892
/proc/meminfo: memFree=1449208/2055920 swapFree=4192812/4192956
[pid=16788] ppid=16786 vsize=16868 CPUtime=3.2
/proc/16788/stat : 16788 (sugar) S 16786 16788 15704 0 -1 4194304 1376 21232 0 2 5 2 300 13 16 0 1 0 22845074 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16788/statm: 4217 1113 409 3 0 796 0
[pid=16811] ppid=16788 vsize=5356 CPUtime=0
/proc/16811/stat : 16811 (sh) S 16788 16788 15704 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22845405 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16811/statm: 1339 232 193 169 0 50 0
[pid=16812] ppid=16811 vsize=297916 CPUtime=766.9
/proc/16812/stat : 16812 (minisat) R 16811 16788 15704 0 -1 4194304 74069 0 0 0 76621 69 0 0 25 0 1 0 22845405 305065984 74055 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16812/statm: 74479 74055 76 150 0 74326 0
Current children cumulated CPU time (s) 770.1
Current children cumulated vsize (KiB) 320140

[startup+774.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/85 16892
/proc/meminfo: memFree=1449144/2055920 swapFree=4192812/4192956
[pid=16788] ppid=16786 vsize=16868 CPUtime=3.2
/proc/16788/stat : 16788 (sugar) S 16786 16788 15704 0 -1 4194304 1376 21232 0 2 5 2 300 13 16 0 1 0 22845074 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16788/statm: 4217 1113 409 3 0 796 0
[pid=16811] ppid=16788 vsize=5356 CPUtime=0
/proc/16811/stat : 16811 (sh) S 16788 16788 15704 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22845405 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16811/statm: 1339 232 193 169 0 50 0
[pid=16812] ppid=16811 vsize=297916 CPUtime=768.5
/proc/16812/stat : 16812 (minisat) R 16811 16788 15704 0 -1 4194304 74069 0 0 0 76781 69 0 0 25 0 1 0 22845405 305065984 74055 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16812/statm: 74479 74055 76 150 0 74326 0
Current children cumulated CPU time (s) 771.7
Current children cumulated vsize (KiB) 320140

[startup+775.101 s]
/proc/loadavg: 1.99 1.98 1.99 3/85 16892
/proc/meminfo: memFree=1449144/2055920 swapFree=4192812/4192956
[pid=16788] ppid=16786 vsize=16868 CPUtime=3.2
/proc/16788/stat : 16788 (sugar) S 16786 16788 15704 0 -1 4194304 1376 21232 0 2 5 2 300 13 16 0 1 0 22845074 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16788/statm: 4217 1113 409 3 0 796 0
[pid=16811] ppid=16788 vsize=5356 CPUtime=0
/proc/16811/stat : 16811 (sh) S 16788 16788 15704 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22845405 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16811/statm: 1339 232 193 169 0 50 0
[pid=16812] ppid=16811 vsize=297916 CPUtime=769.3
/proc/16812/stat : 16812 (minisat) R 16811 16788 15704 0 -1 4194304 74069 0 0 0 76861 69 0 0 25 0 1 0 22845405 305065984 74055 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/16812/statm: 74479 74055 76 150 0 74326 0
Current children cumulated CPU time (s) 772.5
Current children cumulated vsize (KiB) 320140

[startup+775.508 s]
/proc/loadavg: 1.99 1.98 1.99 4/93 16902
/proc/meminfo: memFree=1740656/2055920 swapFree=4192812/4192956
[pid=16788] ppid=16786 vsize=16868 CPUtime=772.67
/proc/16788/stat : 16788 (sugar) S 16786 16788 15704 0 -1 4194304 1448 95602 0 2 5 2 77173 87 16 0 1 0 22845074 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16788/statm: 4217 1113 409 3 0 796 0
[pid=16893] ppid=16788 vsize=5356 CPUtime=0
/proc/16893/stat : 16893 (sh) S 16788 16788 15704 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22922602 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16893/statm: 1339 233 193 169 0 50 0
[pid=16894] ppid=16893 vsize=862288 CPUtime=0.2
/proc/16894/stat : 16894 (java) S 16893 16788 15704 0 -1 0 3102 0 1 0 19 1 0 0 19 0 9 0 22922603 882982912 2572 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16894/statm: 215572 2572 1279 9 0 210485 0
[pid=16894/tid=16895] ppid=16893 vsize=862288 CPUtime=0.15
/proc/16894/task/16895/stat : 16895 (java) R 16893 16788 15704 0 -1 64 2029 0 1 0 14 1 0 0 25 0 9 0 22922604 882982912 2572 996147200 134512640 134550932 4294955984 18446744073709551615 4126500115 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16894/tid=16896] ppid=16893 vsize=862288 CPUtime=0
/proc/16894/task/16896/stat : 16896 (java) S 16893 16788 15704 0 -1 64 74 0 0 0 0 0 0 0 16 0 9 0 22922605 882982912 2572 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16894/tid=16897] ppid=16893 vsize=862288 CPUtime=0
/proc/16894/task/16897/stat : 16897 (java) S 16893 16788 15704 0 -1 64 11 0 0 0 0 0 0 0 22 0 9 0 22922605 882982912 2572 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16894/tid=16898] ppid=16893 vsize=862288 CPUtime=0
/proc/16894/task/16898/stat : 16898 (java) S 16893 16788 15704 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 22922605 882982912 2572 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16894/tid=16899] ppid=16893 vsize=862288 CPUtime=0
/proc/16894/task/16899/stat : 16899 (java) S 16893 16788 15704 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 22922607 882982912 2572 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16894/tid=16900] ppid=16893 vsize=862288 CPUtime=0.04
/proc/16894/task/16900/stat : 16900 (java) S 16893 16788 15704 0 -1 64 306 0 0 0 4 0 0 0 21 0 9 0 22922607 882982912 2572 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16894/tid=16901] ppid=16893 vsize=862288 CPUtime=0
/proc/16894/task/16901/stat : 16901 (java) S 16893 16788 15704 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22922607 882982912 2572 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16894/tid=16902] ppid=16893 vsize=862288 CPUtime=0
/proc/16894/task/16902/stat : 16902 (java) S 16893 16788 15704 0 -1 64 0 0 0 0 0 0 0 0 16 0 9 0 22922607 882982912 2572 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 772.87
Current children cumulated vsize (KiB) 884512

Child status: 0
Real time (s): 775.596
CPU time (s): 772.973
CPU user time (s): 772.037
CPU system time (s): 0.936857
CPU usage (%): 99.6619
Max. virtual memory (cumulated for all children) (KiB): 891328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 772.037
system time used= 0.936857
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 101059
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= 3669
involuntary context switches= 15234

runsolver used 0.859869 second user time and 2.68559 second system time

The end

Launcher Data

Begin job on node66 at 2009-07-12 02:17:02
IDJOB=2073161
IDBENCH=55953
IDSOLVER=739
FILE ID=node66/2073161-1247357822
PBS_JOBID= 9506869
Free space on /tmp= 66176 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/ramsey4/normalized-ramsey-35-4.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-2073161-1247357822/watcher-2073161-1247357822 -o /tmp/evaluation-result-2073161-1247357822/solver-2073161-1247357822 -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-2073161-1247357822.xml

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

MD5SUM BENCH= defc6c027faaafbf2eeba55753553416
RANDOM SEED=651461727

node66.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.214
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.214
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:       1773192 kB
Buffers:         41048 kB
Cached:          99168 kB
SwapCached:          0 kB
Active:         177268 kB
Inactive:        54592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1773192 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2260 kB
Writeback:           0 kB
Mapped:         109312 kB
Slab:            36012 kB
Committed_AS:   910140 kB
PageTables:       1896 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= 66172 MiB
End job on node66 at 2009-07-12 02:29:58