Trace number 2077484

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisatUNSAT 879.017 957.252

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg16-16_ext.xml
MD5SUMdd0a8fec9df38bdb77868162a11330d0
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.300954
Satisfiable
(Un)Satisfiability was proved
Number of variables256
Number of constraints32
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension32
Number of constraints which are defined in intension0
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 04:18:25 2009
0.00/0.08	c 0	PID 16792
0.00/0.08	c 0	HOST node22.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2077484-1247365105.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-2077484-1247365105.xml' 'HOME/temp.csp'
0.07/0.36	c 0	1 domains, 256 variables, 0 predicates, 1 relations, 32 constraints
0.07/0.41	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.41	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.49	c 1	Parsing HOME/temp.csp
0.34/0.59	c 1	parsed 290 expressions
0.34/0.60	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.34/0.60	c 1	Converting to clausal form CSP
0.34/0.62	c 1	converted 29 (10%) expressions
0.34/0.62	c 1	converted 58 (20%) expressions
0.34/0.63	c 1	converted 87 (30%) expressions
0.34/0.63	c 1	converted 116 (40%) expressions
0.34/0.63	c 1	converted 145 (50%) expressions
0.34/0.63	c 1	converted 174 (60%) expressions
0.34/0.63	c 1	converted 203 (70%) expressions
0.34/0.63	c 1	converted 232 (80%) expressions
0.34/0.92	c 1	converted 261 (90%) expressions
3.38/3.51	c 4	converted 290 (100%) expressions
3.38/3.51	c 4	CSP : 256 integers, 0 booleans, 32 clauses, largest domain size 26
3.38/3.51	c 4	Heap : 103 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.38/3.51	c 4	Propagation in CSP
3.38/3.51	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.38/3.51	c 4	CSP : 256 integers, 0 booleans, 32 clauses, largest domain size 26
3.38/3.51	c 4	Heap : 103 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.38/3.52	c 4	Simplifing CSP by introducing new Boolean variables
3.38/3.52	c 4	CSP : 256 integers, 0 booleans, 32 clauses, largest domain size 26
3.38/3.52	c 4	Heap : 103 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.78/3.97	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.78/3.99	c 4	26 (10%) CSP integer variables are encoded (624 clauses, 6720 bytes)
3.78/3.99	c 4	52 (20%) CSP integer variables are encoded (1248 clauses, 14161 bytes)
3.88/4.00	c 4	77 (30%) CSP integer variables are encoded (1848 clauses, 21961 bytes)
3.88/4.00	c 4	103 (40%) CSP integer variables are encoded (2472 clauses, 30073 bytes)
3.88/4.00	c 4	128 (50%) CSP integer variables are encoded (3072 clauses, 37873 bytes)
3.88/4.00	c 4	154 (60%) CSP integer variables are encoded (3696 clauses, 45985 bytes)
3.88/4.00	c 4	180 (70%) CSP integer variables are encoded (4320 clauses, 54097 bytes)
3.88/4.00	c 4	205 (80%) CSP integer variables are encoded (4920 clauses, 61897 bytes)
3.88/4.01	c 4	231 (90%) CSP integer variables are encoded (5544 clauses, 70009 bytes)
3.88/4.01	c 4	256 (100%) CSP integer variables are encoded (6144 clauses, 77809 bytes)
89.16/90.14	c 90	4 (10%) CSP clauses are encoded (263676 clauses, 25240564 bytes)
153.12/154.76	c 155	7 (20%) CSP clauses are encoded (456825 clauses, 45402359 bytes)
223.31/228.19	c 228	10 (30%) CSP clauses are encoded (649974 clauses, 65813130 bytes)
288.97/307.81	c 308	13 (40%) CSP clauses are encoded (843123 clauses, 86469606 bytes)
357.04/391.65	c 392	16 (50%) CSP clauses are encoded (1036272 clauses, 107126082 bytes)
446.82/500.81	c 501	20 (60%) CSP clauses are encoded (1293804 clauses, 133206561 bytes)
509.99/578.81	c 579	23 (70%) CSP clauses are encoded (1486953 clauses, 154572762 bytes)
577.58/654.17	c 654	26 (80%) CSP clauses are encoded (1680102 clauses, 175938963 bytes)
645.71/722.95	c 723	29 (90%) CSP clauses are encoded (1873251 clauses, 197305164 bytes)
713.15/791.08	c 791	32 (100%) CSP clauses are encoded (2066400 clauses, 218671365 bytes)
713.15/791.08	c 791	32 CSP clauses encoded
713.15/791.08	c 791	Writing map file : HOME/temp.map
713.15/791.09	c 791	Heap : 144 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
713.15/791.09	c 791	SAT : 6400 SAT variables, 2066400 SAT clauses, 218671365 bytes
713.15/791.09	c 791	Heap : 144 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
713.23/791.16	c 791	SOLVING HOME/temp.cnf
713.23/791.16	c 791	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
713.23/791.16	c 791	This is MiniSat 2.0 beta
713.23/791.16	c 791	WARNING: for repeatability, setting FPU to use double precision
713.23/791.17	c 791	============================[ Problem Statistics ]=============================
713.23/791.17	c 791	|                                                                             |
713.23/791.17	c 791	|  Number of variables:  6400                                                 |
713.23/791.17	c 791	|  Number of clauses:    2066400                                              |
717.75/795.75	c 796	|  Parsing time:         4.04         s                                       |
717.96/795.99	c 796	============================[ Search Statistics ]==============================
717.96/795.99	c 796	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
717.96/795.99	c 796	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
717.96/795.99	c 796	===============================================================================
717.96/795.99	c 796	|         0 |    6400  2066400 40519328 |   688800        0    nan |  0.000 % |
718.16/796.16	c 796	|       100 |    6396  2066400 40519328 |   757680       96      8 |  0.063 % |
718.45/796.49	c 797	|       252 |    6392  2066400 40519328 |   833448      244      7 |  0.125 % |
718.55/796.59	c 797	|       478 |    6392  2066400 40519328 |   916792      470      8 |  0.125 % |
718.65/796.70	c 797	|       817 |    6392  2066400 40519328 |  1008472      809      8 |  0.125 % |
718.95/796.90	c 797	|      1323 |    6392  2066400 40519328 |  1109319     1315      9 |  0.125 % |
719.15/797.18	c 797	|      2082 |    6391  2066400 40519328 |  1220251     2073      9 |  0.141 % |
719.45/797.47	c 798	|      3221 |    6391  2066400 40519328 |  1342276     3212     10 |  0.141 % |
720.04/798.01	c 798	|      4930 |    6390  2066400 40519328 |  1476503     4920     10 |  0.156 % |
720.83/798.83	c 799	|      7492 |    6390  2066400 40519328 |  1624154     7482     10 |  0.156 % |
721.92/799.91	c 800	|     11336 |    6390  2066400 40519328 |  1786569    11326     10 |  0.156 % |
723.51/801.57	c 802	|     17103 |    6390  2066400 40519328 |  1965226    17093     11 |  0.156 % |
727.27/805.37	c 805	|     25752 |    6387  2066400 40519328 |  2161749    25739     11 |  0.203 % |
768.81/847.08	c 847	|     38726 |    6386  2066400 40519328 |  2377924    38712     12 |  0.219 % |
834.37/912.69	c 913	|     58187 |    6386  2066400 40519328 |  2615716    58172     12 |  0.234 % |
878.66/956.94	c 957	===============================================================================
878.66/956.94	c 957	restarts              : 15
878.66/956.94	c 957	conflicts             : 72423          (439 /sec)
878.66/956.94	c 957	decisions             : 105728         (1.87 % random) (641 /sec)
878.66/956.94	c 957	propagations          : 6530980        (39623 /sec)
878.66/956.94	c 957	conflict literals     : 870525         (24.26 % deleted)
878.66/956.94	c 957	Memory used           : 248.67 MB
878.66/956.94	c 957	CPU time              : 164.83 s
878.66/956.94	c 957	
878.66/956.94	c 957	UNSATISFIABLE
878.66/956.98	c 957	DECODING HOME/temp.out WITH HOME/temp.map
878.66/956.98	c 957	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'
878.75/957.06	c 957	Decoding HOME/temp.out
878.75/957.10	s UNSATISFIABLE
878.75/957.13	c 957	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
878.75/957.15	c 957	CPU 878.9 (0.07 0.01 875.85 2.97)
878.75/957.15	c 957	END Sun Jul 12 04:34:22 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2077484-1247365105/watcher-2077484-1247365105 -o /tmp/evaluation-result-2077484-1247365105/solver-2077484-1247365105 -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-2077484-1247365105.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.01 2.02 2.00 4/72 16792
/proc/meminfo: memFree=1754088/2055920 swapFree=4192812/4192956
[pid=16792] ppid=16790 vsize=12268 CPUtime=0
/proc/16792/stat : 16792 (sugar) R 16790 16792 16098 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 23576998 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 272467982949 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/16792/statm: 3067 316 241 3 0 167 0

[startup+0.088831 s]
/proc/loadavg: 2.01 2.02 2.00 4/72 16792
/proc/meminfo: memFree=1754088/2055920 swapFree=4192812/4192956
[pid=16792] ppid=16790 vsize=16868 CPUtime=0.07
/proc/16792/stat : 16792 (sugar) S 16790 16792 16098 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23576998 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16792/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.102679 s]
/proc/loadavg: 2.01 2.02 2.00 4/72 16792
/proc/meminfo: memFree=1754088/2055920 swapFree=4192812/4192956
[pid=16792] ppid=16790 vsize=16868 CPUtime=0.07
/proc/16792/stat : 16792 (sugar) S 16790 16792 16098 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23576998 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16792/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301707 s]
/proc/loadavg: 2.01 2.02 2.00 4/72 16792
/proc/meminfo: memFree=1754088/2055920 swapFree=4192812/4192956
[pid=16792] ppid=16790 vsize=16868 CPUtime=0.07
/proc/16792/stat : 16792 (sugar) S 16790 16792 16098 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23576998 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16792/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701769 s]
/proc/loadavg: 2.01 2.02 2.00 4/72 16792
/proc/meminfo: memFree=1754088/2055920 swapFree=4192812/4192956
[pid=16792] ppid=16790 vsize=16868 CPUtime=0.34
/proc/16792/stat : 16792 (sugar) S 16790 16792 16098 0 -1 4194304 1309 4956 0 1 6 1 24 3 15 0 1 0 23576998 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16792/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 16868

[startup+1.50189 s]
/proc/loadavg: 2.01 2.02 2.00 4/83 16814
/proc/meminfo: memFree=1729232/2055920 swapFree=4192812/4192956
[pid=16792] ppid=16790 vsize=16868 CPUtime=0.34
/proc/16792/stat : 16792 (sugar) S 16790 16792 16098 0 -1 4194304 1309 4956 0 1 6 1 24 3 16 0 1 0 23576998 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16792/statm: 4217 1111 409 3 0 796 0
[pid=16805] ppid=16792 vsize=5356 CPUtime=0
/proc/16805/stat : 16805 (sh) S 16792 16792 16098 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23577039 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16805/statm: 1339 233 193 169 0 50 0
[pid=16806] ppid=16805 vsize=864356 CPUtime=1.06
/proc/16806/stat : 16806 (java) S 16805 16792 16098 0 -1 0 12814 0 1 0 99 7 0 0 18 0 9 0 23577039 885100544 12074 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16806/statm: 216089 12074 2566 9 0 210594 0
[pid=16806/tid=16807] ppid=16805 vsize=864356 CPUtime=0.39
/proc/16806/task/16807/stat : 16807 (java) R 16805 16792 16098 0 -1 64 2957 0 1 0 38 1 0 0 22 0 9 0 23577040 885100544 12074 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16808] ppid=16805 vsize=864356 CPUtime=0.59
/proc/16806/task/16808/stat : 16808 (java) R 16805 16792 16098 0 -1 64 8847 0 0 0 55 4 0 0 17 0 9 0 23577041 885100544 12074 996147200 134512640 134550932 4294955936 18446744073709551615 104194339 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16809] ppid=16805 vsize=864356 CPUtime=0
/proc/16806/task/16809/stat : 16809 (java) S 16805 16792 16098 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23577042 885100544 12074 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16810] ppid=16805 vsize=864356 CPUtime=0
/proc/16806/task/16810/stat : 16810 (java) S 16805 16792 16098 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23577042 885100544 12074 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16811] ppid=16805 vsize=864356 CPUtime=0
/proc/16806/task/16811/stat : 16811 (java) S 16805 16792 16098 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23577044 885100544 12074 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16812] ppid=16805 vsize=864356 CPUtime=0.04
/proc/16806/task/16812/stat : 16812 (java) S 16805 16792 16098 0 -1 64 312 0 0 0 4 0 0 0 16 0 9 0 23577044 885100544 12074 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16813] ppid=16805 vsize=864356 CPUtime=0
/proc/16806/task/16813/stat : 16813 (java) S 16805 16792 16098 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23577044 885100544 12074 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16814] ppid=16805 vsize=864356 CPUtime=0
/proc/16806/task/16814/stat : 16814 (java) S 16805 16792 16098 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23577044 885100544 12074 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 886580

[startup+3.10212 s]
/proc/loadavg: 2.01 2.02 2.00 3/83 16814
/proc/meminfo: memFree=1690128/2055920 swapFree=4192812/4192956
[pid=16792] ppid=16790 vsize=16868 CPUtime=0.34
/proc/16792/stat : 16792 (sugar) S 16790 16792 16098 0 -1 4194304 1309 4956 0 1 6 1 24 3 16 0 1 0 23576998 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16792/statm: 4217 1111 409 3 0 796 0
[pid=16805] ppid=16792 vsize=5356 CPUtime=0
/proc/16805/stat : 16805 (sh) S 16792 16792 16098 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23577039 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16805/statm: 1339 233 193 169 0 50 0
[pid=16806] ppid=16805 vsize=864356 CPUtime=2.65
/proc/16806/stat : 16806 (java) S 16805 16792 16098 0 -1 0 27467 0 1 0 248 17 0 0 18 0 9 0 23577039 885100544 26710 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16806/statm: 216089 26710 2566 9 0 210594 0
[pid=16806/tid=16807] ppid=16805 vsize=864356 CPUtime=0.83
/proc/16806/task/16807/stat : 16807 (java) R 16805 16792 16098 0 -1 64 3774 0 1 0 81 2 0 0 25 0 9 0 23577040 885100544 26710 996147200 134512640 134550932 4294955936 18446744073709551615 103564548 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16808] ppid=16805 vsize=864356 CPUtime=1.74
/proc/16806/task/16808/stat : 16808 (java) S 16805 16792 16098 0 -1 64 22683 0 0 0 161 13 0 0 17 0 9 0 23577041 885100544 26710 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16809] ppid=16805 vsize=864356 CPUtime=0
/proc/16806/task/16809/stat : 16809 (java) S 16805 16792 16098 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23577042 885100544 26710 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16810] ppid=16805 vsize=864356 CPUtime=0
/proc/16806/task/16810/stat : 16810 (java) S 16805 16792 16098 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23577042 885100544 26710 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16811] ppid=16805 vsize=864356 CPUtime=0
/proc/16806/task/16811/stat : 16811 (java) S 16805 16792 16098 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23577044 885100544 26710 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16812] ppid=16805 vsize=864356 CPUtime=0.05
/proc/16806/task/16812/stat : 16812 (java) S 16805 16792 16098 0 -1 64 312 0 0 0 5 0 0 0 16 0 9 0 23577044 885100544 26710 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16813] ppid=16805 vsize=864356 CPUtime=0
/proc/16806/task/16813/stat : 16813 (java) S 16805 16792 16098 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23577044 885100544 26710 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16814] ppid=16805 vsize=864356 CPUtime=0
/proc/16806/task/16814/stat : 16814 (java) S 16805 16792 16098 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23577044 885100544 26710 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 886580

[startup+6.30257 s]
/proc/loadavg: 2.09 2.04 2.01 3/83 16814
/proc/meminfo: memFree=1622224/2055920 swapFree=4192812/4192956
[pid=16792] ppid=16790 vsize=16868 CPUtime=0.34
/proc/16792/stat : 16792 (sugar) S 16790 16792 16098 0 -1 4194304 1310 4956 0 1 6 1 24 3 15 0 1 0 23576998 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16792/statm: 4217 1111 409 3 0 796 0
[pid=16805] ppid=16792 vsize=5356 CPUtime=0
/proc/16805/stat : 16805 (sh) S 16792 16792 16098 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23577039 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16805/statm: 1339 233 193 169 0 50 0
[pid=16806] ppid=16805 vsize=864468 CPUtime=5.82
/proc/16806/stat : 16806 (java) S 16805 16792 16098 0 -1 0 35259 0 1 0 560 22 0 0 18 0 9 0 23577039 885215232 34457 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16806/statm: 216117 34457 2590 9 0 210594 0
[pid=16806/tid=16807] ppid=16805 vsize=864468 CPUtime=3.25
/proc/16806/task/16807/stat : 16807 (java) R 16805 16792 16098 0 -1 64 4476 0 1 0 323 2 0 0 25 0 9 0 23577040 885215232 34457 996147200 134512640 134550932 4294955936 18446744073709551615 4125952294 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16808] ppid=16805 vsize=864468 CPUtime=2.46
/proc/16806/task/16808/stat : 16808 (java) S 16805 16792 16098 0 -1 64 29752 0 0 0 228 18 0 0 16 0 9 0 23577041 885215232 34457 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16809] ppid=16805 vsize=864468 CPUtime=0
/proc/16806/task/16809/stat : 16809 (java) S 16805 16792 16098 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23577042 885215232 34457 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16810] ppid=16805 vsize=864468 CPUtime=0
/proc/16806/task/16810/stat : 16810 (java) S 16805 16792 16098 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23577042 885215232 34457 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16811] ppid=16805 vsize=864468 CPUtime=0
/proc/16806/task/16811/stat : 16811 (java) S 16805 16792 16098 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23577044 885215232 34457 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16812] ppid=16805 vsize=864468 CPUtime=0.08
/proc/16806/task/16812/stat : 16812 (java) S 16805 16792 16098 0 -1 64 333 0 0 0 8 0 0 0 16 0 9 0 23577044 885215232 34457 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16813] ppid=16805 vsize=864468 CPUtime=0
/proc/16806/task/16813/stat : 16813 (java) S 16805 16792 16098 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23577044 885215232 34457 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16814] ppid=16805 vsize=864468 CPUtime=0
/proc/16806/task/16814/stat : 16814 (java) S 16805 16792 16098 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23577044 885215232 34457 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 886692

[startup+12.7015 s]
/proc/loadavg: 2.08 2.04 2.00 3/83 16814
/proc/meminfo: memFree=1620624/2055920 swapFree=4192812/4192956
[pid=16792] ppid=16790 vsize=16868 CPUtime=0.34
/proc/16792/stat : 16792 (sugar) S 16790 16792 16098 0 -1 4194304 1310 4956 0 1 6 1 24 3 15 0 1 0 23576998 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16792/statm: 4217 1111 409 3 0 796 0
[pid=16805] ppid=16792 vsize=5356 CPUtime=0
/proc/16805/stat : 16805 (sh) S 16792 16792 16098 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23577039 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16805/statm: 1339 233 193 169 0 50 0
[pid=16806] ppid=16805 vsize=864468 CPUtime=12.15
/proc/16806/stat : 16806 (java) S 16805 16792 16098 0 -1 0 35627 0 1 0 1193 22 0 0 18 0 9 0 23577039 885215232 34822 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16806/statm: 216117 34822 2590 9 0 210594 0
[pid=16806/tid=16807] ppid=16805 vsize=864468 CPUtime=9.57
/proc/16806/task/16807/stat : 16807 (java) R 16805 16792 16098 0 -1 64 4479 0 1 0 955 2 0 0 25 0 9 0 23577040 885215232 34822 996147200 134512640 134550932 4294955936 18446744073709551615 4126586727 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16808] ppid=16805 vsize=864468 CPUtime=2.47
/proc/16806/task/16808/stat : 16808 (java) S 16805 16792 16098 0 -1 64 30117 0 0 0 229 18 0 0 16 0 9 0 23577041 885215232 34822 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16809] ppid=16805 vsize=864468 CPUtime=0
/proc/16806/task/16809/stat : 16809 (java) S 16805 16792 16098 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23577042 885215232 34822 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16810] ppid=16805 vsize=864468 CPUtime=0
/proc/16806/task/16810/stat : 16810 (java) S 16805 16792 16098 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23577042 885215232 34822 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16811] ppid=16805 vsize=864468 CPUtime=0
/proc/16806/task/16811/stat : 16811 (java) S 16805 16792 16098 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23577044 885215232 34822 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16812] ppid=16805 vsize=864468 CPUtime=0.08
/proc/16806/task/16812/stat : 16812 (java) S 16805 16792 16098 0 -1 64 333 0 0 0 8 0 0 0 16 0 9 0 23577044 885215232 34822 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16813] ppid=16805 vsize=864468 CPUtime=0
/proc/16806/task/16813/stat : 16813 (java) S 16805 16792 16098 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23577044 885215232 34822 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16814] ppid=16805 vsize=864468 CPUtime=0
/proc/16806/task/16814/stat : 16814 (java) S 16805 16792 16098 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23577044 885215232 34822 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 886692

[startup+25.5024 s]
/proc/loadavg: 2.06 2.03 2.00 3/83 16814
/proc/meminfo: memFree=1613136/2055920 swapFree=4192812/4192956
[pid=16792] ppid=16790 vsize=16868 CPUtime=0.34
/proc/16792/stat : 16792 (sugar) S 16790 16792 16098 0 -1 4194304 1310 4956 0 1 6 1 24 3 15 0 1 0 23576998 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16792/statm: 4217 1111 409 3 0 796 0
[pid=16805] ppid=16792 vsize=5356 CPUtime=0
/proc/16805/stat : 16805 (sh) S 16792 16792 16098 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23577039 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16805/statm: 1339 233 193 169 0 50 0
[pid=16806] ppid=16805 vsize=864468 CPUtime=24.83
/proc/16806/stat : 16806 (java) S 16805 16792 16098 0 -1 0 37719 0 1 0 2459 24 0 0 18 0 9 0 23577039 885215232 36893 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16806/statm: 216117 36893 2590 9 0 210594 0
[pid=16806/tid=16807] ppid=16805 vsize=864468 CPUtime=22.12
/proc/16806/task/16807/stat : 16807 (java) R 16805 16792 16098 0 -1 64 4500 0 1 0 2209 3 0 0 25 0 9 0 23577040 885215232 36893 996147200 134512640 134550932 4294955936 18446744073709551615 4126526050 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16808] ppid=16805 vsize=864468 CPUtime=2.59
/proc/16806/task/16808/stat : 16808 (java) S 16805 16792 16098 0 -1 64 32187 0 0 0 240 19 0 0 16 0 9 0 23577041 885215232 36893 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16809] ppid=16805 vsize=864468 CPUtime=0
/proc/16806/task/16809/stat : 16809 (java) S 16805 16792 16098 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23577042 885215232 36893 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16810] ppid=16805 vsize=864468 CPUtime=0
/proc/16806/task/16810/stat : 16810 (java) S 16805 16792 16098 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23577042 885215232 36893 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16811] ppid=16805 vsize=864468 CPUtime=0

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

[startup+762.308 s]
/proc/loadavg: 2.12 2.59 2.37 3/83 19420
/proc/meminfo: memFree=1290312/2055920 swapFree=4192812/4192956
[pid=16792] ppid=16790 vsize=16868 CPUtime=0.34
/proc/16792/stat : 16792 (sugar) S 16790 16792 16098 0 -1 4194304 1310 4956 0 1 6 1 24 3 16 0 1 0 23576998 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16792/statm: 4217 1111 409 3 0 796 0
[pid=16805] ppid=16792 vsize=5356 CPUtime=0
/proc/16805/stat : 16805 (sh) S 16792 16792 16098 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23577039 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16805/statm: 1339 233 193 169 0 50 0
[pid=16806] ppid=16805 vsize=864468 CPUtime=684.39
/proc/16806/stat : 16806 (java) S 16805 16792 16098 0 -1 0 109503 0 1 0 68224 215 0 0 18 0 9 0 23577039 885215232 55579 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16806/statm: 216117 55579 2590 9 0 210594 0
[pid=16806/tid=16807] ppid=16805 vsize=864468 CPUtime=671.83
/proc/16806/task/16807/stat : 16807 (java) R 16805 16792 16098 0 -1 64 5780 0 1 0 67035 148 0 0 25 0 9 0 23577040 885215232 55579 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16808] ppid=16805 vsize=864468 CPUtime=12.45
/proc/16806/task/16808/stat : 16808 (java) S 16805 16792 16098 0 -1 64 102683 0 0 0 1179 66 0 0 16 0 9 0 23577041 885215232 55579 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16809] ppid=16805 vsize=864468 CPUtime=0
/proc/16806/task/16809/stat : 16809 (java) S 16805 16792 16098 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23577042 885215232 55579 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16810] ppid=16805 vsize=864468 CPUtime=0
/proc/16806/task/16810/stat : 16810 (java) S 16805 16792 16098 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23577042 885215232 55579 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16811] ppid=16805 vsize=864468 CPUtime=0
/proc/16806/task/16811/stat : 16811 (java) S 16805 16792 16098 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23577044 885215232 55579 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16812] ppid=16805 vsize=864468 CPUtime=0.09
/proc/16806/task/16812/stat : 16812 (java) S 16805 16792 16098 0 -1 64 342 0 0 0 9 0 0 0 16 0 9 0 23577044 885215232 55579 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16813] ppid=16805 vsize=864468 CPUtime=0
/proc/16806/task/16813/stat : 16813 (java) S 16805 16792 16098 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23577044 885215232 55579 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16806/tid=16814] ppid=16805 vsize=864468 CPUtime=0
/proc/16806/task/16814/stat : 16814 (java) S 16805 16792 16098 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23577044 885215232 55579 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 684.73
Current children cumulated vsize (KiB) 886692

[startup+822.302 s]
/proc/loadavg: 2.04 2.48 2.34 2/73 19423
/proc/meminfo: memFree=1318232/2055920 swapFree=4192812/4192956
[pid=16792] ppid=16790 vsize=16868 CPUtime=713.29
/proc/16792/stat : 16792 (sugar) S 16790 16792 16098 0 -1 4194304 1376 114824 0 2 7 1 71090 231 16 0 1 0 23576998 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16792/statm: 4217 1113 409 3 0 796 0
[pid=19421] ppid=16792 vsize=5356 CPUtime=0
/proc/19421/stat : 19421 (sh) S 16792 16792 16098 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23656114 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19421/statm: 1339 232 193 169 0 50 0
[pid=19422] ppid=19421 vsize=244000 CPUtime=30.82
/proc/19422/stat : 19422 (minisat) R 19421 16792 16098 0 -1 4194304 60100 0 0 0 3027 55 0 0 25 0 1 0 23656115 249856000 60086 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19422/statm: 61000 60086 76 150 0 60847 0
Current children cumulated CPU time (s) 744.11
Current children cumulated vsize (KiB) 266224

[startup+882.301 s]
/proc/loadavg: 1.98 2.37 2.32 3/85 19463
/proc/meminfo: memFree=1287864/2055920 swapFree=4192812/4192956
[pid=16792] ppid=16790 vsize=16868 CPUtime=713.29
/proc/16792/stat : 16792 (sugar) S 16790 16792 16098 0 -1 4194304 1376 114824 0 2 7 1 71090 231 16 0 1 0 23576998 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16792/statm: 4217 1113 409 3 0 796 0
[pid=19421] ppid=16792 vsize=5356 CPUtime=0
/proc/19421/stat : 19421 (sh) S 16792 16792 16098 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23656114 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19421/statm: 1339 232 193 169 0 50 0
[pid=19422] ppid=19421 vsize=251424 CPUtime=90.8
/proc/19422/stat : 19422 (minisat) R 19421 16792 16098 0 -1 4194304 61882 0 0 0 9023 57 0 0 25 0 1 0 23656115 257458176 61868 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19422/statm: 62856 61868 76 150 0 62703 0
Current children cumulated CPU time (s) 804.09
Current children cumulated vsize (KiB) 273648

[startup+942.302 s]
/proc/loadavg: 1.99 2.30 2.29 3/85 19463
/proc/meminfo: memFree=1266816/2055920 swapFree=4192812/4192956
[pid=16792] ppid=16790 vsize=16868 CPUtime=713.29
/proc/16792/stat : 16792 (sugar) S 16790 16792 16098 0 -1 4194304 1376 114824 0 2 7 1 71090 231 16 0 1 0 23576998 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16792/statm: 4217 1113 409 3 0 796 0
[pid=19421] ppid=16792 vsize=5356 CPUtime=0
/proc/19421/stat : 19421 (sh) S 16792 16792 16098 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23656114 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19421/statm: 1339 232 193 169 0 50 0
[pid=19422] ppid=19421 vsize=254236 CPUtime=150.77
/proc/19422/stat : 19422 (minisat) R 19421 16792 16098 0 -1 4194304 62547 0 0 0 15019 58 0 0 25 0 1 0 23656115 260337664 62533 996147200 134512640 135127466 4294956256 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 0 0 0
/proc/19422/statm: 63559 62533 76 150 0 63406 0
Current children cumulated CPU time (s) 864.06
Current children cumulated vsize (KiB) 276460

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

[startup+947.107 s]
/proc/loadavg: 1.99 2.30 2.29 3/85 19463
/proc/meminfo: memFree=1266624/2055920 swapFree=4192812/4192956
[pid=16792] ppid=16790 vsize=16868 CPUtime=713.29
/proc/16792/stat : 16792 (sugar) S 16790 16792 16098 0 -1 4194304 1376 114824 0 2 7 1 71090 231 16 0 1 0 23576998 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16792/statm: 4217 1113 409 3 0 796 0
[pid=19421] ppid=16792 vsize=5356 CPUtime=0
/proc/19421/stat : 19421 (sh) S 16792 16792 16098 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23656114 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19421/statm: 1339 232 193 169 0 50 0
[pid=19422] ppid=19421 vsize=254368 CPUtime=155.57
/proc/19422/stat : 19422 (minisat) R 19421 16792 16098 0 -1 4194304 62582 0 0 0 15499 58 0 0 25 0 1 0 23656115 260472832 62568 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19422/statm: 63592 62568 76 150 0 63439 0
Current children cumulated CPU time (s) 868.86
Current children cumulated vsize (KiB) 276592

[startup+953.501 s]
/proc/loadavg: 1.99 2.29 2.29 3/85 19463
/proc/meminfo: memFree=1264256/2055920 swapFree=4192812/4192956
[pid=16792] ppid=16790 vsize=16868 CPUtime=713.29
/proc/16792/stat : 16792 (sugar) S 16790 16792 16098 0 -1 4194304 1376 114824 0 2 7 1 71090 231 16 0 1 0 23576998 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16792/statm: 4217 1113 409 3 0 796 0
[pid=19421] ppid=16792 vsize=5356 CPUtime=0
/proc/19421/stat : 19421 (sh) S 16792 16792 16098 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23656114 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19421/statm: 1339 232 193 169 0 50 0
[pid=19422] ppid=19421 vsize=254632 CPUtime=161.96
/proc/19422/stat : 19422 (minisat) R 19421 16792 16098 0 -1 4194304 62634 0 0 0 16138 58 0 0 25 0 1 0 23656115 260743168 62620 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19422/statm: 63658 62620 76 150 0 63505 0
Current children cumulated CPU time (s) 875.25
Current children cumulated vsize (KiB) 276856

[startup+955.102 s]
/proc/loadavg: 1.99 2.29 2.29 3/85 19463
/proc/meminfo: memFree=1264256/2055920 swapFree=4192812/4192956
[pid=16792] ppid=16790 vsize=16868 CPUtime=713.29
/proc/16792/stat : 16792 (sugar) S 16790 16792 16098 0 -1 4194304 1376 114824 0 2 7 1 71090 231 16 0 1 0 23576998 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16792/statm: 4217 1113 409 3 0 796 0
[pid=19421] ppid=16792 vsize=5356 CPUtime=0
/proc/19421/stat : 19421 (sh) S 16792 16792 16098 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23656114 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19421/statm: 1339 232 193 169 0 50 0
[pid=19422] ppid=19421 vsize=254632 CPUtime=163.56
/proc/19422/stat : 19422 (minisat) R 19421 16792 16098 0 -1 4194304 62642 0 0 0 16298 58 0 0 25 0 1 0 23656115 260743168 62628 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/19422/statm: 63658 62628 76 150 0 63505 0
Current children cumulated CPU time (s) 876.85
Current children cumulated vsize (KiB) 276856

[startup+955.907 s]
/proc/loadavg: 1.99 2.29 2.29 3/85 19463
/proc/meminfo: memFree=1264192/2055920 swapFree=4192812/4192956
[pid=16792] ppid=16790 vsize=16868 CPUtime=713.29
/proc/16792/stat : 16792 (sugar) S 16790 16792 16098 0 -1 4194304 1376 114824 0 2 7 1 71090 231 16 0 1 0 23576998 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16792/statm: 4217 1113 409 3 0 796 0
[pid=19421] ppid=16792 vsize=5356 CPUtime=0
/proc/19421/stat : 19421 (sh) S 16792 16792 16098 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23656114 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19421/statm: 1339 232 193 169 0 50 0
[pid=19422] ppid=19421 vsize=254632 CPUtime=164.37
/proc/19422/stat : 19422 (minisat) R 19421 16792 16098 0 -1 4194304 62646 0 0 0 16379 58 0 0 25 0 1 0 23656115 260743168 62632 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19422/statm: 63658 62632 76 150 0 63505 0
Current children cumulated CPU time (s) 877.66
Current children cumulated vsize (KiB) 276856

[startup+956.702 s]
/proc/loadavg: 1.99 2.29 2.29 3/85 19463
/proc/meminfo: memFree=1264192/2055920 swapFree=4192812/4192956
[pid=16792] ppid=16790 vsize=16868 CPUtime=713.29
/proc/16792/stat : 16792 (sugar) S 16790 16792 16098 0 -1 4194304 1376 114824 0 2 7 1 71090 231 16 0 1 0 23576998 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16792/statm: 4217 1113 409 3 0 796 0
[pid=19421] ppid=16792 vsize=5356 CPUtime=0
/proc/19421/stat : 19421 (sh) S 16792 16792 16098 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23656114 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19421/statm: 1339 232 193 169 0 50 0
[pid=19422] ppid=19421 vsize=254632 CPUtime=165.16
/proc/19422/stat : 19422 (minisat) R 19421 16792 16098 0 -1 4194304 62648 0 0 0 16458 58 0 0 25 0 1 0 23656115 260743168 62634 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19422/statm: 63658 62634 76 150 0 63505 0
Current children cumulated CPU time (s) 878.45
Current children cumulated vsize (KiB) 276856

[startup+957.102 s]
/proc/loadavg: 1.99 2.29 2.29 3/85 19463
/proc/meminfo: memFree=1264192/2055920 swapFree=4192812/4192956
[pid=16792] ppid=16790 vsize=16868 CPUtime=878.75
/proc/16792/stat : 16792 (sugar) S 16790 16792 16098 0 -1 4194304 1448 177767 0 2 7 1 87573 294 16 0 1 0 23576998 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16792/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 878.75
Current children cumulated vsize (KiB) 16868

[startup+957.202 s]
/proc/loadavg: 1.99 2.29 2.29 3/85 19463
/proc/meminfo: memFree=1264192/2055920 swapFree=4192812/4192956
[pid=16792] ppid=16790 vsize=16868 CPUtime=878.95
/proc/16792/stat : 16792 (sugar) R 16790 16792 16098 0 -1 4194304 1477 181563 0 3 7 6 87585 297 16 0 1 0 23576998 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 272467989545 0 0 4224 16386 0 0 0 17 0 0 0
/proc/16792/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 878.95
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 957.252
CPU time (s): 879.017
CPU user time (s): 875.926
CPU system time (s): 3.09153
CPU usage (%): 91.8272
Max. virtual memory (cumulated for all children) (KiB): 912808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 875.926
system time used= 3.09153
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 183100
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= 29810
involuntary context switches= 51132

runsolver used 1.3078 second user time and 3.47647 second system time

The end

Launcher Data

Begin job on node22 at 2009-07-12 04:18:25
IDJOB=2077484
IDBENCH=56600
IDSOLVER=739
FILE ID=node22/2077484-1247365105
PBS_JOBID= 9507017
Free space on /tmp= 66396 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg16-16_ext.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-2077484-1247365105/watcher-2077484-1247365105 -o /tmp/evaluation-result-2077484-1247365105/solver-2077484-1247365105 -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-2077484-1247365105.xml

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

MD5SUM BENCH= dd0a8fec9df38bdb77868162a11330d0
RANDOM SEED=1503511888

node22.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.278
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.278
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	: 5636.09
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1754504 kB
Buffers:         38228 kB
Cached:         127828 kB
SwapCached:          0 kB
Active:         176704 kB
Inactive:        74832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1754504 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1496 kB
Writeback:           0 kB
Mapped:          97036 kB
Slab:            35144 kB
Committed_AS:   220440 kB
PageTables:       1836 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= 66396 MiB
End job on node22 at 2009-07-12 04:34:22