Trace number 1109717

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-incMSAT (TO)3 3600.15 3618.25

General information on the benchmark

Namecsp/rand-10-20-10/
normalized-rand-10-20-10-5-10000-0_ext.xml
MD5SUM1b92140e9349a43b07ee62c365fab9f4
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints3
Best CPU time to get the best result obtained on this benchmark3600.02
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints5
Maximum constraint arity10
Maximum domain size10
Number of constraints which are defined in extension5
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04/0.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.04/0.07	c 0	BEGIN Fri Jul 11 22:48:16 2008
0.04/0.07	c 0	PID 13794
0.04/0.08	c 0	HOST node64.alineos.net
0.04/0.08	c 0	CONVERTING HOME/instance-1109717-1215809296.xml TO HOME/temp.csp
0.04/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1109717-1215809296.xml' 'HOME/temp.csp'
0.06/0.64	c 1	1 domains, 20 variables, 0 predicates, 5 relations, 5 constraints
0.06/0.66	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.66	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.63/0.74	c 1	Parsing HOME/temp.csp
1.35/1.41	c 1	parsed 31 expressions
1.35/1.41	c 1	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.35/1.41	c 1	MAX CSP: 5 constraints
1.35/1.42	c 1	Converting to clausal form CSP
1.35/1.43	c 1	converted 4 (10%) expressions
1.35/1.43	c 1	converted 8 (20%) expressions
1.35/1.43	c 1	converted 12 (30%) expressions
1.35/1.43	c 1	converted 16 (40%) expressions
1.35/1.43	c 1	converted 20 (50%) expressions
1.35/1.46	c 1	converted 24 (60%) expressions
1.65/1.75	c 2	converted 28 (70%) expressions
2.14/2.22	c 2	converted 32 (80%) expressions
2.44/2.55	c 3	converted 36 (90%) expressions
2.44/2.55	c 3	converted 39 (100%) expressions
2.44/2.55	c 3	CSP : 26 integers, 0 booleans, 6 clauses, largest domain size 10
2.44/2.55	c 3	Heap : 53 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.44/2.55	c 3	Propagation in CSP
2.44/2.55	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.44/2.55	c 3	CSP : 26 integers, 0 booleans, 6 clauses, largest domain size 10
2.44/2.56	c 3	Heap : 53 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.44/2.56	c 3	Simplifing CSP by introducing new Boolean variables
2.44/2.56	c 3	CSP : 26 integers, 0 booleans, 6 clauses, largest domain size 10
2.44/2.56	c 3	Heap : 53 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.74/2.82	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.74/2.82	c 3	3 (10%) CSP integer variables are encoded (24 clauses, 264 bytes)
2.74/2.82	c 3	6 (20%) CSP integer variables are encoded (48 clauses, 480 bytes)
2.74/2.82	c 3	8 (30%) CSP integer variables are encoded (64 clauses, 624 bytes)
2.74/2.83	c 3	11 (40%) CSP integer variables are encoded (88 clauses, 840 bytes)
2.74/2.83	c 3	13 (50%) CSP integer variables are encoded (104 clauses, 1016 bytes)
2.74/2.83	c 3	16 (60%) CSP integer variables are encoded (128 clauses, 1280 bytes)
2.74/2.83	c 3	19 (70%) CSP integer variables are encoded (152 clauses, 1544 bytes)
2.74/2.83	c 3	21 (80%) CSP integer variables are encoded (160 clauses, 1632 bytes)
2.74/2.83	c 3	24 (90%) CSP integer variables are encoded (160 clauses, 1632 bytes)
2.74/2.83	c 3	26 (100%) CSP integer variables are encoded (164 clauses, 1676 bytes)
154.28/155.12	c 155	1 (10%) CSP clauses are encoded (141242 clauses, 7128761 bytes)
303.21/304.81	c 305	2 (20%) CSP clauses are encoded (281864 clauses, 14583441 bytes)
455.84/458.30	c 458	3 (30%) CSP clauses are encoded (422540 clauses, 22040355 bytes)
618.92/622.17	c 622	4 (40%) CSP clauses are encoded (563507 clauses, 30002575 bytes)
781.38/785.43	c 785	5 (50%) CSP clauses are encoded (703913 clauses, 37693859 bytes)
781.38/785.43	c 785	6 (60%) CSP clauses are encoded (703944 clauses, 37694396 bytes)
781.38/785.43	c 785	6 CSP clauses encoded
781.38/785.43	c 785	Writing map file : HOME/temp.map
781.38/785.43	c 785	Heap : 61 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
781.38/785.43	c 785	SAT : 190 SAT variables, 703944 SAT clauses, 37694396 bytes
781.38/785.43	c 785	Heap : 61 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
781.38/785.49	c 785	OBJECTIVE minimize _COST
781.38/785.49	c 785	SOLVING HOME/temp.cnf
781.38/785.49	c 785	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
781.38/785.49	c 785	This is MiniSat 2.0 beta incremental
781.38/785.49	c 785	WARNING: for repeatability, setting FPU to use double precision
781.38/785.49	c 785	============================[ Problem Statistics ]=============================
781.38/785.49	c 785	|                                                                             |
781.38/785.49	c 785	|  Number of variables:  190                                                  |
781.38/785.49	c 785	|  Number of clauses:    703944                                               |
782.34/786.45	c 786	|  Parsing time:         0.87         s                                       |
782.44/786.52	c 786	OK
782.44/786.52	c 786	OBJECTIVE BOUND: 0 <= _COST <= 
782.44/786.52	c 786	SEARCHING: _COST <= 3
782.44/786.52	c 786	============================[ Search Statistics ]==============================
782.44/786.52	c 786	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
782.44/786.52	c 786	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
782.44/786.52	c 786	===============================================================================
782.44/786.52	c 786	|         0 |     190   703944  9544058 |   234648        0    nan |  0.000 % |
782.74/786.87	c 787	|       100 |     190   703944  9544058 |   258112      100      9 |  0.006 % |
783.04/787.15	c 787	|       250 |     190   703944  9544058 |   283924      250      9 |  0.006 % |
783.73/787.89	c 788	|       475 |     190   703944  9544058 |   312316      475     10 |  0.006 % |
784.13/788.23	c 788	===============================================================================
784.13/788.23	c 788	restarts              : 4
784.13/788.23	c 788	conflicts             : 806           (306 /sec)
784.13/788.23	c 788	decisions             : 1203          (1.25 % random) (457 /sec)
784.13/788.23	c 788	propagations          : 11951          (4543 /sec)
784.13/788.23	c 788	conflict literals     : 8706           (21.52 % deleted)
784.13/788.23	c 788	Memory used           : 64.86 MB
784.13/788.23	c 788	CPU time              : 2.6306 s
784.13/788.23	c 788	
784.13/788.23	c 788	SATISFIABLE
784.13/788.23	c 788	OK
784.13/788.23	c 788	FOUND: _COST <= 3
784.13/788.23	s SATISFIABLE
784.13/788.23	c 788	DECODING HOME/temp.out WITH HOME/temp.map
784.13/788.23	c 788	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
784.18/788.32	c 788	Decoding HOME/temp.out
784.18/788.34	c 788	OBJECTIVE _COST 3
784.18/788.34	o 3
784.18/788.34	v 9 9 9 9 9 5 6 9 7 5 9 5 9 3 6 5 3 4 8 0
784.18/788.34	c 788	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
784.18/788.36	c 788	OK
784.18/788.38	c 788	OBJECTIVE BOUND: 0 <= _COST <= 3
784.18/788.38	c 788	SEARCHING: _COST <= 1
784.18/788.38	c 788	============================[ Search Statistics ]==============================
784.18/788.38	c 788	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
784.18/788.38	c 788	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
784.18/788.38	c 788	===============================================================================
784.18/788.38	c 788	|       806 |     190   703944  9544058 |   234648      806     11 |  0.006 % |
784.53/788.63	c 789	|       906 |     190   703944  9544058 |   258112      906     11 |  1.058 % |
784.72/788.85	c 789	|      1056 |     190   703944  9544058 |   283924     1056     11 |  1.058 % |
785.12/789.24	c 789	|      1281 |     190   703944  9544058 |   312316     1281     11 |  1.058 % |
786.21/790.35	c 790	|      1618 |     190   703944  9544058 |   343548     1618     11 |  1.058 % |
787.21/791.38	c 791	|      2124 |     190   703944  9544058 |   377902     2124     12 |  1.058 % |
789.10/793.27	c 793	|      2883 |     190   703944  9544058 |   415693     2883     12 |  1.058 % |
791.09/795.29	c 795	|      4022 |     190   703944  9544058 |   457262     4022     12 |  1.058 % |
794.57/798.77	c 799	|      5731 |     190   703944  9544058 |   502988     5731     12 |  1.058 % |
801.05/805.25	c 805	|      8293 |     190   703944  9544058 |   553287     8293     12 |  1.058 % |
810.08/814.31	c 814	|     12138 |     190   703944  9544058 |   608616    12138     13 |  1.058 % |
824.21/828.58	c 829	|     17904 |     190   703944  9544058 |   669478    17904     13 |  1.058 % |
850.67/855.10	c 855	|     26554 |     190   703944  9544058 |   736425    26554     13 |  1.058 % |
890.38/895.04	c 895	|     39528 |     190   703944  9544058 |   810068    39528     14 |  1.058 % |
945.00/949.95	c 950	|     58990 |     190   703944  9544058 |   891075    58990     14 |  1.058 % |
1025.01/1030.34	c 1030	|     88182 |     190   703944  9544058 |   980182    88182     14 |  1.058 % |
1155.17/1161.14	c 1161	|    131971 |     190   703944  9544058 |  1078201   131971     15 |  1.058 % |
1375.48/1382.50	c 1382	|    197656 |     190   703944  9544058 |  1186021   197656     15 |  1.058 % |
1709.53/1718.29	c 1718	|    296183 |     190   703944  9544058 |  1304623   296183     15 |  1.058 % |
2080.30/2090.84	c 2091	===============================================================================
2080.30/2090.84	c 2091	restarts              : 23
2080.30/2090.84	c 2091	conflicts             : 382026        (294 /sec)
2080.30/2090.84	c 2091	decisions             : 446185        (1.68 % random) (344 /sec)
2080.30/2090.84	c 2091	propagations          : 5163245        (3976 /sec)
2080.30/2090.84	c 2091	conflict literals     : 5758514        (17.98 % deleted)
2080.30/2090.84	c 2091	Memory used           : 112.30 MB
2080.30/2090.84	c 2091	CPU time              : 1298.55 s
2080.30/2090.84	c 2091	
2080.30/2090.84	c 2091	UNSATISFIABLE
2080.30/2090.84	c 2091	OK
2080.30/2090.84	c 2091	NOT FOUND: _COST <= 1
2080.30/2090.84	c 2091	OK
2080.30/2090.84	c 2091	OBJECTIVE BOUND: 2 <= _COST <= 3
2080.30/2090.84	c 2091	SEARCHING: _COST <= 2
2080.30/2090.84	c 2091	============================[ Search Statistics ]==============================
2080.30/2090.84	c 2091	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2080.30/2090.84	c 2091	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2080.30/2090.84	c 2091	===============================================================================
2080.30/2090.84	c 2091	|    382026 |     190   703944  9544058 |   234648   382025     15 |  1.058 % |
2116.42/2127.16	c 2127	|    382128 |     189   703944  9544058 |   258112    26658     13 |  2.108 % |
2117.01/2127.79	c 2128	|    382279 |     189   703944  9544058 |   283924    26809     13 |  2.108 % |
2117.91/2128.67	c 2129	|    382506 |     189   703944  9544058 |   312316    27036     13 |  2.108 % |
2119.30/2130.06	c 2130	|    382843 |     189   703944  9544058 |   343548    27373     13 |  2.108 % |
2121.49/2132.26	c 2132	|    383350 |     189   703944  9544058 |   377902    27880     13 |  2.108 % |
2123.98/2134.76	c 2135	|    384110 |     189   703944  9544058 |   415693    28640     13 |  2.108 % |
2128.26/2139.01	c 2139	|    385250 |     189   703944  9544058 |   457262    29780     13 |  2.108 % |
2134.03/2144.82	c 2145	|    386958 |     189   703944  9544058 |   502988    31488     13 |  2.108 % |
2140.20/2151.01	c 2151	|    389521 |     189   703944  9544058 |   553287    34051     13 |  2.108 % |
2153.93/2164.83	c 2165	|    393365 |     189   703944  9544058 |   608616    37895     13 |  2.108 % |
2171.05/2182.09	c 2182	|    399131 |     189   703944  9544058 |   669478    43661     13 |  2.108 % |
2197.81/2208.98	c 2209	|    407780 |     189   703944  9544058 |   736425    52310     13 |  2.108 % |
2235.73/2247.06	c 2247	|    420754 |     189   703944  9544058 |   810068    65284     13 |  2.108 % |
2300.70/2312.31	c 2312	|    440217 |     189   703944  9544058 |   891075    84747     14 |  2.108 % |
2401.21/2413.32	c 2413	|    469410 |     189   703944  9544058 |   980182   113940     14 |  2.108 % |
2541.81/2554.61	c 2555	|    513199 |     189   703944  9544058 |  1078201   157729     15 |  2.108 % |
2811.85/2826.05	c 2826	|    578883 |     189   703944  9544058 |  1186021   223413     15 |  2.108 % |
3194.62/3210.80	c 3211	|    677409 |     189   703944  9544058 |  1304623   321939     16 |  2.108 % |
3600.09/3618.21	c ERROR INTERRUPTED
3600.09/3618.24	c 3618	CPU 3599.24 (0.06 0.02 3599.18 0.85)
3600.09/3618.24	c 3618	END Fri Jul 11 23:48:34 2008

Verifier Data (download as text)

OK	3	2
3 unsatisfied constraints, 2 satisfied constraints

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1109717-1215809296/watcher-1109717-1215809296 -o /tmp/evaluation-result-1109717-1215809296/solver-1109717-1215809296 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1109717-1215809296.xml 

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


[startup+0 s]
/proc/loadavg: 0.08 0.02 0.01 4/75 13794
/proc/meminfo: memFree=1854116/2055920 swapFree=4175516/4192956
[pid=13794] ppid=13792 vsize=18572 CPUtime=0
/proc/13794/stat : 13794 (runsolver) R 13792 13794 13634 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 37627677 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 251255123239 0 0 4096 24578 0 0 0 17 1 0 0
/proc/13794/statm: 4643 292 257 25 0 2626 0

[startup+0.066324 s]
/proc/loadavg: 0.08 0.02 0.01 4/75 13794
/proc/meminfo: memFree=1854116/2055920 swapFree=4175516/4192956
[pid=13794] ppid=13792 vsize=16212 CPUtime=0.04
/proc/13794/stat : 13794 (sugar++) R 13792 13794 13634 0 -1 4194304 977 0 0 0 3 1 0 0 18 0 1 0 37627677 16601088 945 996147200 4194304 4206940 548682068528 18446744073709551615 251272746485 0 0 4224 0 0 0 0 17 0 0 0
/proc/13794/statm: 4053 945 380 3 0 632 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 16212

[startup+0.101689 s]
/proc/loadavg: 0.08 0.02 0.01 4/75 13794
/proc/meminfo: memFree=1854116/2055920 swapFree=4175516/4192956
[pid=13794] ppid=13792 vsize=16740 CPUtime=0.06
/proc/13794/stat : 13794 (sugar++) S 13792 13794 13634 0 -1 4194304 1219 128 0 0 5 1 0 0 18 0 1 0 37627677 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13794/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301712 s]
/proc/loadavg: 0.08 0.02 0.01 4/75 13794
/proc/meminfo: memFree=1854116/2055920 swapFree=4175516/4192956
[pid=13794] ppid=13792 vsize=16740 CPUtime=0.06
/proc/13794/stat : 13794 (sugar++) S 13792 13794 13634 0 -1 4194304 1219 128 0 0 5 1 0 0 18 0 1 0 37627677 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13794/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701791 s]
/proc/loadavg: 0.08 0.02 0.01 4/75 13794
/proc/meminfo: memFree=1854116/2055920 swapFree=4175516/4192956
[pid=13794] ppid=13792 vsize=16740 CPUtime=0.63
/proc/13794/stat : 13794 (sugar++) S 13792 13794 13634 0 -1 4194304 1279 7971 0 1 5 1 52 5 17 0 1 0 37627677 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13794/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 16740

[startup+1.50294 s]
/proc/loadavg: 0.08 0.02 0.01 4/99 13843
/proc/meminfo: memFree=1829412/2055920 swapFree=4175516/4192956
[pid=13794] ppid=13792 vsize=16740 CPUtime=0.63
/proc/13794/stat : 13794 (sugar++) S 13792 13794 13634 0 -1 4194304 1297 7971 0 1 5 1 52 5 16 0 1 0 37627677 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13794/statm: 4185 1104 409 3 0 764 0
[pid=13824] ppid=13794 vsize=5356 CPUtime=0
/proc/13824/stat : 13824 (sh) S 13794 13794 13634 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 37627744 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13824/statm: 1339 233 193 169 0 50 0
[pid=13825] ppid=13824 vsize=864164 CPUtime=0.82
/proc/13825/stat : 13825 (java) S 13824 13794 13634 0 -1 0 9319 0 1 0 78 4 0 0 18 0 9 0 37627744 884903936 8499 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13825/statm: 216041 8500 2542 9 0 210616 0
[pid=13825/tid=13826] ppid=13824 vsize=864164 CPUtime=0.45
/proc/13825/task/13826/stat : 13826 (java) R 13824 13794 13634 0 -1 64 2684 0 1 0 44 1 0 0 20 0 9 0 37627745 884903936 8501 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13825/tid=13827] ppid=13824 vsize=864164 CPUtime=0.3
/proc/13825/task/13827/stat : 13827 (java) R 13824 13794 13634 0 -1 64 5625 0 0 0 28 2 0 0 16 0 9 0 37627746 884903936 8502 996147200 134512640 134550740 4294955920 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13825/tid=13828] ppid=13824 vsize=864164 CPUtime=0
/proc/13825/task/13828/stat : 13828 (java) S 13824 13794 13634 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 37627747 884903936 8503 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13825/tid=13829] ppid=13824 vsize=864164 CPUtime=0
/proc/13825/task/13829/stat : 13829 (java) S 13824 13794 13634 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 37627747 884903936 8504 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13825/tid=13830] ppid=13824 vsize=864164 CPUtime=0
/proc/13825/task/13830/stat : 13830 (java) S 13824 13794 13634 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 37627749 884903936 8506 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13825/tid=13831] ppid=13824 vsize=864164 CPUtime=0.04
/proc/13825/task/13831/stat : 13831 (java) S 13824 13794 13634 0 -1 64 316 0 0 0 4 0 0 0 16 0 9 0 37627749 884903936 8507 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13825/tid=13832] ppid=13824 vsize=864164 CPUtime=0
/proc/13825/task/13832/stat : 13832 (java) S 13824 13794 13634 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 37627749 884903936 8508 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13825/tid=13833] ppid=13824 vsize=864164 CPUtime=0
/proc/13825/task/13833/stat : 13833 (java) S 13824 13794 13634 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37627749 884903936 8510 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 886260

[startup+3.10225 s]
/proc/loadavg: 0.08 0.02 0.01 5/99 13843
/proc/meminfo: memFree=1768164/2055920 swapFree=4175516/4192956
[pid=13794] ppid=13792 vsize=16740 CPUtime=0.63
/proc/13794/stat : 13794 (sugar++) S 13792 13794 13634 0 -1 4194304 1297 7971 0 1 5 1 52 5 15 0 1 0 37627677 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13794/statm: 4185 1104 409 3 0 764 0
[pid=13824] ppid=13794 vsize=5356 CPUtime=0
/proc/13824/stat : 13824 (sh) S 13794 13794 13634 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 37627744 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13824/statm: 1339 233 193 169 0 50 0
[pid=13825] ppid=13824 vsize=864296 CPUtime=2.4
/proc/13825/stat : 13825 (java) S 13824 13794 13634 0 -1 0 18561 0 1 0 230 10 0 0 18 0 9 0 37627744 885039104 17185 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13825/statm: 216074 17185 2564 9 0 210621 0
[pid=13825/tid=13826] ppid=13824 vsize=864296 CPUtime=1.03
/proc/13825/task/13826/stat : 13826 (java) R 13824 13794 13634 0 -1 64 3209 0 1 0 101 2 0 0 21 0 9 0 37627745 885039104 17185 996147200 134512640 134550740 4294955920 18446744073709551615 4126573380 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13825/tid=13827] ppid=13824 vsize=864296 CPUtime=1.29
/proc/13825/task/13827/stat : 13827 (java) S 13824 13794 13634 0 -1 64 14318 0 0 0 122 7 0 0 16 0 9 0 37627746 885039104 17185 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13825/tid=13828] ppid=13824 vsize=864296 CPUtime=0
/proc/13825/task/13828/stat : 13828 (java) S 13824 13794 13634 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 37627747 885039104 17185 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13825/tid=13829] ppid=13824 vsize=864296 CPUtime=0
/proc/13825/task/13829/stat : 13829 (java) S 13824 13794 13634 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37627747 885039104 17185 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13825/tid=13830] ppid=13824 vsize=864296 CPUtime=0
/proc/13825/task/13830/stat : 13830 (java) S 13824 13794 13634 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 37627749 885039104 17185 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13825/tid=13831] ppid=13824 vsize=864296 CPUtime=0.06
/proc/13825/task/13831/stat : 13831 (java) S 13824 13794 13634 0 -1 64 337 0 0 0 6 0 0 0 16 0 9 0 37627749 885039104 17185 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13825/tid=13832] ppid=13824 vsize=864296 CPUtime=0
/proc/13825/task/13832/stat : 13832 (java) S 13824 13794 13634 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 37627749 885039104 17185 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13825/tid=13833] ppid=13824 vsize=864296 CPUtime=0
/proc/13825/task/13833/stat : 13833 (java) S 13824 13794 13634 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37627749 885039104 17185 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 886392

[startup+6.30184 s]
/proc/loadavg: 0.23 0.05 0.02 3/99 13843
/proc/meminfo: memFree=1728228/2055920 swapFree=4175516/4192956
[pid=13794] ppid=13792 vsize=16740 CPUtime=0.63
/proc/13794/stat : 13794 (sugar++) S 13792 13794 13634 0 -1 4194304 1297 7971 0 1 5 1 52 5 15 0 1 0 37627677 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13794/statm: 4185 1104 409 3 0 764 0
[pid=13824] ppid=13794 vsize=5356 CPUtime=0
/proc/13824/stat : 13824 (sh) S 13794 13794 13634 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 37627744 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13824/statm: 1339 233 193 169 0 50 0
[pid=13825] ppid=13824 vsize=864296 CPUtime=5.59
/proc/13825/stat : 13825 (java) S 13824 13794 13634 0 -1 0 18573 0 1 0 549 10 0 0 18 0 9 0 37627744 885039104 17185 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13825/statm: 216074 17185 2564 9 0 210621 0
[pid=13825/tid=13826] ppid=13824 vsize=864296 CPUtime=4.17
/proc/13825/task/13826/stat : 13826 (java) R 13824 13794 13634 0 -1 64 3221 0 1 0 415 2 0 0 25 0 9 0 37627745 885039104 17185 996147200 134512640 134550740 4294955920 18446744073709551615 4126573407 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13825/tid=13827] ppid=13824 vsize=864296 CPUtime=1.33
/proc/13825/task/13827/stat : 13827 (java) S 13824 13794 13634 0 -1 64 14318 0 0 0 126 7 0 0 16 0 9 0 37627746 885039104 17185 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13825/tid=13828] ppid=13824 vsize=864296 CPUtime=0
/proc/13825/task/13828/stat : 13828 (java) S 13824 13794 13634 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 37627747 885039104 17185 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13825/tid=13829] ppid=13824 vsize=864296 CPUtime=0
/proc/13825/task/13829/stat : 13829 (java) S 13824 13794 13634 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37627747 885039104 17185 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13825/tid=13830] ppid=13824 vsize=864296 CPUtime=0
/proc/13825/task/13830/stat : 13830 (java) S 13824 13794 13634 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 37627749 885039104 17185 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13825/tid=13831] ppid=13824 vsize=864296 CPUtime=0.07
/proc/13825/task/13831/stat : 13831 (java) S 13824 13794 13634 0 -1 64 337 0 0 0 7 0 0 0 16 0 9 0 37627749 885039104 17185 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13825/tid=13832] ppid=13824 vsize=864296 CPUtime=0
/proc/13825/task/13832/stat : 13832 (java) S 13824 13794 13634 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 37627749 885039104 17185 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13825/tid=13833] ppid=13824 vsize=864296 CPUtime=0
/proc/13825/task/13833/stat : 13833 (java) S 13824 13794 13634 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37627749 885039104 17185 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 886392

[startup+12.7021 s]
/proc/loadavg: 0.37 0.08 0.03 3/99 13843
/proc/meminfo: memFree=1727844/2055920 swapFree=4175516/4192956
[pid=13794] ppid=13792 vsize=16740 CPUtime=0.63
/proc/13794/stat : 13794 (sugar++) S 13792 13794 13634 0 -1 4194304 1297 7971 0 1 5 1 52 5 15 0 1 0 37627677 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13794/statm: 4185 1104 409 3 0 764 0
[pid=13824] ppid=13794 vsize=5356 CPUtime=0
/proc/13824/stat : 13824 (sh) S 13794 13794 13634 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 37627744 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13824/statm: 1339 233 193 169 0 50 0
[pid=13825] ppid=13824 vsize=864296 CPUtime=11.96
/proc/13825/stat : 13825 (java) S 13824 13794 13634 0 -1 0 18573 0 1 0 1186 10 0 0 18 0 9 0 37627744 885039104 17185 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13825/statm: 216074 17185 2564 9 0 210621 0
[pid=13825/tid=13826] ppid=13824 vsize=864296 CPUtime=10.54
/proc/13825/task/13826/stat : 13826 (java) R 13824 13794 13634 0 -1 64 3221 0 1 0 1052 2 0 0 25 0 9 0 37627745 885039104 17185 996147200 134512640 134550740 4294955920 18446744073709551615 4126554539 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13825/tid=13827] ppid=13824 vsize=864296 CPUtime=1.33
/proc/13825/task/13827/stat : 13827 (java) S 13824 13794 13634 0 -1 64 14318 0 0 0 126 7 0 0 16 0 9 0 37627746 885039104 17185 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13825/tid=13828] ppid=13824 vsize=864296 CPUtime=0
/proc/13825/task/13828/stat : 13828 (java) S 13824 13794 13634 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 37627747 885039104 17185 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13825/tid=13829] ppid=13824 vsize=864296 CPUtime=0
/proc/13825/task/13829/stat : 13829 (java) S 13824 13794 13634 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37627747 885039104 17185 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13825/tid=13830] ppid=13824 vsize=864296 CPUtime=0
/proc/13825/task/13830/stat : 13830 (java) S 13824 13794 13634 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 37627749 885039104 17185 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13825/tid=13831] ppid=13824 vsize=864296 CPUtime=0.07
/proc/13825/task/13831/stat : 13831 (java) S 13824 13794 13634 0 -1 64 337 0 0 0 7 0 0 0 16 0 9 0 37627749 885039104 17185 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13825/tid=13832] ppid=13824 vsize=864296 CPUtime=0
/proc/13825/task/13832/stat : 13832 (java) S 13824 13794 13634 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 37627749 885039104 17185 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13825/tid=13833] ppid=13824 vsize=864296 CPUtime=0
/proc/13825/task/13833/stat : 13833 (java) S 13824 13794 13634 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37627749 885039104 17185 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 886392

[startup+25.5025 s]
/proc/loadavg: 0.73 0.18 0.06 3/99 13843
/proc/meminfo: memFree=1727908/2055920 swapFree=4175516/4192956
[pid=13794] ppid=13792 vsize=16740 CPUtime=0.63
/proc/13794/stat : 13794 (sugar++) S 13792 13794 13634 0 -1 4194304 1297 7971 0 1 5 1 52 5 15 0 1 0 37627677 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13794/statm: 4185 1104 409 3 0 764 0
[pid=13824] ppid=13794 vsize=5356 CPUtime=0
/proc/13824/stat : 13824 (sh) S 13794 13794 13634 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 37627744 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13824/statm: 1339 233 193 169 0 50 0
[pid=13825] ppid=13824 vsize=864296 CPUtime=24.69
/proc/13825/stat : 13825 (java) S 13824 13794 13634 0 -1 0 18589 0 1 0 2459 10 0 0 18 0 9 0 37627744 885039104 17185 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13825/statm: 216074 17185 2564 9 0 210621 0
[pid=13825/tid=13826] ppid=13824 vsize=864296 CPUtime=23.21
/proc/13825/task/13826/stat : 13826 (java) R 13824 13794 13634 0 -1 64 3237 0 1 0 2319 2 0 0 25 0 9 0 37627745 885039104 17185 996147200 134512640 134550740 4294955920 18446744073709551615 4126554502 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13825/tid=13827] ppid=13824 vsize=864296 CPUtime=1.39
/proc/13825/task/13827/stat : 13827 (java) S 13824 13794 13634 0 -1 64 14318 0 0 0 132 7 0 0 16 0 9 0 37627746 885039104 17185 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13825/tid=13828] ppid=13824 vsize=864296 CPUtime=0
/proc/13825/task/13828/stat : 13828 (java) S 13824 13794 13634 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 37627747 885039104 17185 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13825/tid=13829] ppid=13824 vsize=864296 CPUtime=0
/proc/13825/task/13829/stat : 13829 (java) S 13824 13794 13634 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37627747 885039104 17185 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=13850] ppid=13794 vsize=114996 CPUtime=2066.4
/proc/13850/stat : 13850 (minisat-inc) R 13794 13794 13634 0 -1 4194304 27130 0 0 0 206616 24 0 0 25 0 1 0 37706226 117755904 27073 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13850/statm: 28749 27073 79 151 0 28595 0
Current children cumulated CPU time (s) 2847.97
Current children cumulated vsize (KiB) 131736

[startup+2922.3 s]
/proc/loadavg: 2.06 2.05 1.91 3/82 13878
/proc/meminfo: memFree=1581804/2055920 swapFree=4175516/4192956
[pid=13794] ppid=13792 vsize=16740 CPUtime=781.57
/proc/13794/stat : 13794 (sugar++) S 13792 13794 13634 0 -1 4194304 1545 53014 0 3 6 2 78092 57 16 0 1 0 37627677 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13794/statm: 4185 1112 414 3 0 764 0
[pid=13850] ppid=13794 vsize=114996 CPUtime=2126.1
/proc/13850/stat : 13850 (minisat-inc) R 13794 13794 13634 0 -1 4194304 27133 0 0 0 212586 24 0 0 25 0 1 0 37706226 117755904 27076 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13850/statm: 28749 27076 79 151 0 28595 0
Current children cumulated CPU time (s) 2907.67
Current children cumulated vsize (KiB) 131736

[startup+2982.3 s]
/proc/loadavg: 2.13 2.07 1.92 3/82 13878
/proc/meminfo: memFree=1580332/2055920 swapFree=4175516/4192956
[pid=13794] ppid=13792 vsize=16740 CPUtime=781.57
/proc/13794/stat : 13794 (sugar++) S 13792 13794 13634 0 -1 4194304 1545 53014 0 3 6 2 78092 57 16 0 1 0 37627677 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13794/statm: 4185 1112 414 3 0 764 0
[pid=13850] ppid=13794 vsize=114996 CPUtime=2185.79
/proc/13850/stat : 13850 (minisat-inc) R 13794 13794 13634 0 -1 4194304 27143 0 0 0 218555 24 0 0 25 0 1 0 37706226 117755904 27086 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13850/statm: 28749 27086 79 151 0 28595 0
Current children cumulated CPU time (s) 2967.36
Current children cumulated vsize (KiB) 131736

[startup+3042.3 s]
/proc/loadavg: 2.12 2.07 1.92 3/82 13878
/proc/meminfo: memFree=1578796/2055920 swapFree=4175516/4192956
[pid=13794] ppid=13792 vsize=16740 CPUtime=781.57
/proc/13794/stat : 13794 (sugar++) S 13792 13794 13634 0 -1 4194304 1545 53014 0 3 6 2 78092 57 16 0 1 0 37627677 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13794/statm: 4185 1112 414 3 0 764 0
[pid=13850] ppid=13794 vsize=114996 CPUtime=2245.5
/proc/13850/stat : 13850 (minisat-inc) R 13794 13794 13634 0 -1 4194304 27145 0 0 0 224526 24 0 0 25 0 1 0 37706226 117755904 27088 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13850/statm: 28749 27088 79 151 0 28595 0
Current children cumulated CPU time (s) 3027.07
Current children cumulated vsize (KiB) 131736

[startup+3102.3 s]
/proc/loadavg: 2.11 2.07 1.93 3/82 13878
/proc/meminfo: memFree=1576620/2055920 swapFree=4175516/4192956
[pid=13794] ppid=13792 vsize=16740 CPUtime=781.57
/proc/13794/stat : 13794 (sugar++) S 13792 13794 13634 0 -1 4194304 1545 53014 0 3 6 2 78092 57 16 0 1 0 37627677 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13794/statm: 4185 1112 414 3 0 764 0
[pid=13850] ppid=13794 vsize=114996 CPUtime=2305.19
/proc/13850/stat : 13850 (minisat-inc) R 13794 13794 13634 0 -1 4194304 27147 0 0 0 230495 24 0 0 25 0 1 0 37706226 117755904 27090 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13850/statm: 28749 27090 79 151 0 28595 0
Current children cumulated CPU time (s) 3086.76
Current children cumulated vsize (KiB) 131736

[startup+3162.3 s]
/proc/loadavg: 2.10 2.07 1.93 3/82 13878
/proc/meminfo: memFree=1575084/2055920 swapFree=4175516/4192956
[pid=13794] ppid=13792 vsize=16740 CPUtime=781.57
/proc/13794/stat : 13794 (sugar++) S 13792 13794 13634 0 -1 4194304 1545 53014 0 3 6 2 78092 57 16 0 1 0 37627677 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13794/statm: 4185 1112 414 3 0 764 0
[pid=13850] ppid=13794 vsize=114996 CPUtime=2364.89
/proc/13850/stat : 13850 (minisat-inc) R 13794 13794 13634 0 -1 4194304 27166 0 0 0 236465 24 0 0 25 0 1 0 37706226 117755904 27109 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13850/statm: 28749 27109 79 151 0 28595 0
Current children cumulated CPU time (s) 3146.46
Current children cumulated vsize (KiB) 131736

[startup+3222.3 s]
/proc/loadavg: 2.57 2.21 1.99 3/82 13878
/proc/meminfo: memFree=1573676/2055920 swapFree=4175516/4192956
[pid=13794] ppid=13792 vsize=16740 CPUtime=781.57
/proc/13794/stat : 13794 (sugar++) S 13792 13794 13634 0 -1 4194304 1545 53014 0 3 6 2 78092 57 16 0 1 0 37627677 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13794/statm: 4185 1112 414 3 0 764 0
[pid=13850] ppid=13794 vsize=115156 CPUtime=2424.59
/proc/13850/stat : 13850 (minisat-inc) R 13794 13794 13634 0 -1 4194304 27206 0 0 0 242435 24 0 0 25 0 1 0 37706226 117919744 27149 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13850/statm: 28789 27149 79 151 0 28635 0
Current children cumulated CPU time (s) 3206.16
Current children cumulated vsize (KiB) 131896

[startup+3282.3 s]
/proc/loadavg: 2.26 2.18 1.99 3/82 13878
/proc/meminfo: memFree=1571628/2055920 swapFree=4175516/4192956
[pid=13794] ppid=13792 vsize=16740 CPUtime=781.57
/proc/13794/stat : 13794 (sugar++) S 13792 13794 13634 0 -1 4194304 1545 53014 0 3 6 2 78092 57 16 0 1 0 37627677 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13794/statm: 4185 1112 414 3 0 764 0
[pid=13850] ppid=13794 vsize=115236 CPUtime=2484.29
/proc/13850/stat : 13850 (minisat-inc) R 13794 13794 13634 0 -1 4194304 27217 0 0 0 248405 24 0 0 25 0 1 0 37706226 118001664 27160 996147200 134512640 135134323 4294956192 18446744073709551615 134531908 0 0 4096 3 0 0 0 17 0 0 0
/proc/13850/statm: 28809 27160 79 151 0 28655 0
Current children cumulated CPU time (s) 3265.86
Current children cumulated vsize (KiB) 131976

[startup+3342.3 s]
/proc/loadavg: 2.14 2.16 2.00 3/82 13878
/proc/meminfo: memFree=1570220/2055920 swapFree=4175516/4192956
[pid=13794] ppid=13792 vsize=16740 CPUtime=781.57
/proc/13794/stat : 13794 (sugar++) S 13792 13794 13634 0 -1 4194304 1545 53014 0 3 6 2 78092 57 16 0 1 0 37627677 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13794/statm: 4185 1112 414 3 0 764 0
[pid=13850] ppid=13794 vsize=115236 CPUtime=2544
/proc/13850/stat : 13850 (minisat-inc) R 13794 13794 13634 0 -1 4194304 27227 0 0 0 254375 25 0 0 25 0 1 0 37706226 118001664 27170 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13850/statm: 28809 27170 79 151 0 28655 0
Current children cumulated CPU time (s) 3325.57
Current children cumulated vsize (KiB) 131976

[startup+3402.31 s]
/proc/loadavg: 2.05 2.13 2.00 3/82 13878
/proc/meminfo: memFree=1568748/2055920 swapFree=4175516/4192956
[pid=13794] ppid=13792 vsize=16740 CPUtime=781.57
/proc/13794/stat : 13794 (sugar++) S 13792 13794 13634 0 -1 4194304 1545 53014 0 3 6 2 78092 57 16 0 1 0 37627677 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13794/statm: 4185 1112 414 3 0 764 0
[pid=13850] ppid=13794 vsize=115368 CPUtime=2603.7
/proc/13850/stat : 13850 (minisat-inc) R 13794 13794 13634 0 -1 4194304 27281 0 0 0 260345 25 0 0 25 0 1 0 37706226 118136832 27224 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13850/statm: 28842 27224 79 151 0 28688 0
Current children cumulated CPU time (s) 3385.27
Current children cumulated vsize (KiB) 132108

[startup+3462.3 s]
/proc/loadavg: 2.02 2.10 2.00 3/82 13878
/proc/meminfo: memFree=1566636/2055920 swapFree=4175516/4192956
[pid=13794] ppid=13792 vsize=16740 CPUtime=781.57
/proc/13794/stat : 13794 (sugar++) S 13792 13794 13634 0 -1 4194304 1545 53014 0 3 6 2 78092 57 16 0 1 0 37627677 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13794/statm: 4185 1112 414 3 0 764 0
[pid=13850] ppid=13794 vsize=116508 CPUtime=2663.39
/proc/13850/stat : 13850 (minisat-inc) R 13794 13794 13634 0 -1 4194304 27509 0 0 0 266314 25 0 0 25 0 1 0 37706226 119304192 27452 996147200 134512640 135134323 4294956192 18446744073709551615 134531955 0 0 4096 3 0 0 0 17 0 0 0
/proc/13850/statm: 29127 27452 79 151 0 28973 0
Current children cumulated CPU time (s) 3444.96
Current children cumulated vsize (KiB) 133248

[startup+3522.3 s]
/proc/loadavg: 2.00 2.08 2.00 3/82 13878
/proc/meminfo: memFree=1563948/2055920 swapFree=4175516/4192956
[pid=13794] ppid=13792 vsize=16740 CPUtime=781.57
/proc/13794/stat : 13794 (sugar++) S 13792 13794 13634 0 -1 4194304 1545 53014 0 3 6 2 78092 57 16 0 1 0 37627677 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13794/statm: 4185 1112 414 3 0 764 0
[pid=13850] ppid=13794 vsize=117700 CPUtime=2723.09
/proc/13850/stat : 13850 (minisat-inc) R 13794 13794 13634 0 -1 4194304 27766 0 0 0 272284 25 0 0 25 0 1 0 37706226 120524800 27709 996147200 134512640 135134323 4294956192 18446744073709551615 134531985 0 0 4096 3 0 0 0 17 0 0 0
/proc/13850/statm: 29425 27709 79 151 0 29271 0
Current children cumulated CPU time (s) 3504.66
Current children cumulated vsize (KiB) 134440

[startup+3582.3 s]
/proc/loadavg: 2.00 2.06 2.00 3/82 13878
/proc/meminfo: memFree=1561772/2055920 swapFree=4175516/4192956
[pid=13794] ppid=13792 vsize=16740 CPUtime=781.57
/proc/13794/stat : 13794 (sugar++) S 13792 13794 13634 0 -1 4194304 1545 53014 0 3 6 2 78092 57 16 0 1 0 37627677 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13794/statm: 4185 1112 414 3 0 764 0
[pid=13850] ppid=13794 vsize=118784 CPUtime=2782.8
/proc/13850/stat : 13850 (minisat-inc) R 13794 13794 13634 0 -1 4194304 28029 0 0 0 278254 26 0 0 25 0 1 0 37706226 121634816 27972 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/13850/statm: 29696 27972 79 151 0 29542 0
Current children cumulated CPU time (s) 3564.37
Current children cumulated vsize (KiB) 135524



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3618.2 s]
/proc/loadavg: 2.00 2.06 2.00 3/82 13878
/proc/meminfo: memFree=1560556/2055920 swapFree=4175516/4192956
[pid=13794] ppid=13792 vsize=16740 CPUtime=781.57
/proc/13794/stat : 13794 (sugar++) S 13792 13794 13634 0 -1 4194304 1545 53014 0 3 6 2 78092 57 16 0 1 0 37627677 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13794/statm: 4185 1112 414 3 0 764 0
[pid=13850] ppid=13794 vsize=119312 CPUtime=2818.52
/proc/13850/stat : 13850 (minisat-inc) R 13794 13794 13634 0 -1 4194304 28169 0 0 0 281826 26 0 0 25 0 1 0 37706226 122175488 28112 996147200 134512640 135134323 4294956192 18446744073709551615 134531932 0 0 4096 3 0 0 0 17 0 0 0
/proc/13850/statm: 29828 28112 79 151 0 29674 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 136052

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

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

Child status: 0
Real time (s): 3618.25
CPU time (s): 3600.15
CPU user time (s): 3599.25
CPU system time (s): 0.903862
CPU usage (%): 99.5
Max. virtual memory (cumulated for all children) (KiB): 893868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.25
system time used= 0.903862
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82806
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= 20713
involuntary context switches= 66115

runsolver used 4.43033 second user time and 12.7701 second system time

The end

Launcher Data (download as text)

Begin job on node64 at 2008-07-11 22:48:16
IDJOB=1109717
IDBENCH=61004
IDSOLVER=367
FILE ID=node64/1109717-1215809296
PBS_JOBID= 7903277
Free space on /tmp= 66392 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/rand-10-20-10/normalized-rand-10-20-10-5-10000-0_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1109717-1215809296/watcher-1109717-1215809296 -o /tmp/evaluation-result-1109717-1215809296/solver-1109717-1215809296 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1109717-1215809296.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1b92140e9349a43b07ee62c365fab9f4
RANDOM SEED=2141808456

node64.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.266
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.266
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:       1854724 kB
Buffers:         30844 kB
Cached:          92588 kB
SwapCached:       7264 kB
Active:          58420 kB
Inactive:        79432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1854724 kB
SwapTotal:     4192956 kB
SwapFree:      4175516 kB
Dirty:            2092 kB
Writeback:           0 kB
Mapped:          18716 kB
Slab:            47968 kB
Committed_AS:   136628 kB
PageTables:       2188 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66388 MiB
End job on node64 at 2008-07-11 23:48:36