Trace number 1127452

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisatMSAT (TO) 3600.05 3628.83

General information on the benchmark

Namemaxcsp/cnf/2-40-100-1000/
normalized-cnf-2-40-800-810521_ext.xml
MD5SUM236324167d5086a26dc8cdb1f6878171
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints107
Best CPU time to get the best result obtained on this benchmark0.237963
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints483
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension483
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Wed Jul 23 01:23:20 2008
0.00/0.05	c 0	PID 5717
0.00/0.05	c 0	HOST node16.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1127452-1216769000.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127452-1216769000.xml' 'HOME/temp.csp'
0.03/0.39	c 0	1 domains, 40 variables, 0 predicates, 14 relations, 483 constraints
0.03/0.42	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.42	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.39/0.50	c 0	Parsing HOME/temp.csp
0.39/0.64	c 0	parsed 538 expressions
0.39/0.70	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.39/0.71	c 0	MAX CSP: 483 constraints
0.39/0.71	c 0	Converting to clausal form CSP
0.39/0.75	c 0	converted 103 (10%) expressions
0.39/0.76	c 0	converted 205 (20%) expressions
0.39/0.77	c 0	converted 308 (30%) expressions
0.39/0.78	c 0	converted 410 (40%) expressions
0.39/0.79	c 0	converted 512 (50%) expressions
0.39/0.80	c 0	converted 615 (60%) expressions
0.39/0.80	c 0	converted 717 (70%) expressions
0.39/0.81	c 0	converted 820 (80%) expressions
0.39/0.82	c 0	converted 922 (90%) expressions
0.39/0.99	c 1	converted 1024 (100%) expressions
0.39/0.99	c 1	CSP : 1006 integers, 0 booleans, 1448 clauses, largest domain size 725
0.39/0.99	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.39/0.99	c 1	Propagation in CSP
0.94/1.04	c 1	477 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.94/1.04	c 1	CSP : 1006 integers, 0 booleans, 1448 clauses, largest domain size 484
0.94/1.04	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.94/1.04	c 1	Simplifing CSP by introducing new Boolean variables
0.94/1.05	c 1	CSP : 1006 integers, 0 booleans, 1448 clauses, largest domain size 484
0.94/1.05	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.94/1.08	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.94/1.09	c 1	101 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.94/1.09	c 1	202 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.94/1.09	c 1	302 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.94/1.09	c 1	403 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.94/1.09	c 1	503 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.04/1.10	c 1	604 (60%) CSP integer variables are encoded (840 clauses, 10033 bytes)
1.04/1.11	c 1	705 (70%) CSP integer variables are encoded (1506 clauses, 18691 bytes)
1.04/1.11	c 1	805 (80%) CSP integer variables are encoded (2309 clauses, 29130 bytes)
1.04/1.11	c 1	906 (90%) CSP integer variables are encoded (4844 clauses, 62085 bytes)
1.04/1.12	c 1	1006 (100%) CSP integer variables are encoded (7223 clauses, 93012 bytes)
1.04/1.14	c 1	145 (10%) CSP clauses are encoded (7392 clauses, 95006 bytes)
1.04/1.16	c 1	290 (20%) CSP clauses are encoded (7568 clauses, 97215 bytes)
1.04/1.17	c 1	435 (30%) CSP clauses are encoded (7736 clauses, 99426 bytes)
1.04/1.20	c 1	580 (40%) CSP clauses are encoded (9392 clauses, 127062 bytes)
1.13/1.23	c 1	724 (50%) CSP clauses are encoded (23992 clauses, 390053 bytes)
1.13/1.24	c 1	869 (60%) CSP clauses are encoded (28561 clauses, 469775 bytes)
1.23/1.32	c 1	1014 (70%) CSP clauses are encoded (70447 clauses, 1235873 bytes)
1.23/1.33	c 1	1159 (80%) CSP clauses are encoded (75617 clauses, 1326305 bytes)
1.33/1.41	c 1	1304 (90%) CSP clauses are encoded (120527 clauses, 2122039 bytes)
1.62/1.76	c 1	1448 (100%) CSP clauses are encoded (313605 clauses, 5670147 bytes)
1.62/1.76	c 1	1448 CSP clauses encoded
1.62/1.76	c 1	Writing map file : HOME/temp.map
1.62/1.77	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.62/1.77	c 1	SAT : 8229 SAT variables, 313605 SAT clauses, 5670147 bytes
1.62/1.77	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.62/1.79	c 1	OBJECTIVE minimize _COST
1.62/1.79	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.62/1.79	c 1	SEARCHING: _COST <= 242
1.62/1.79	c 1	SOLVING HOME/temp.cnf
1.62/1.79	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.62/1.79	c 1	This is MiniSat 2.0 beta
1.62/1.79	c 1	WARNING: for repeatability, setting FPU to use double precision
1.62/1.79	c 1	============================[ Problem Statistics ]=============================
1.62/1.79	c 1	|                                                                             |
1.62/1.79	c 1	|  Number of variables:  8229                                                 |
1.62/1.80	c 1	|  Number of clauses:    313606                                               |
1.73/1.96	c 2	|  Parsing time:         0.14         s                                       |
1.73/2.04	c 2	============================[ Search Statistics ]==============================
1.73/2.04	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.73/2.04	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.73/2.04	c 2	===============================================================================
1.73/2.04	c 2	|         0 |    6060   201023   587041 |    67007        0    nan |  0.000 % |
2.02/2.16	c 2	===============================================================================
2.02/2.16	c 2	restarts              : 1
2.02/2.16	c 2	conflicts             : 82             (243 /sec)
2.02/2.16	c 2	decisions             : 638            (1.41 % random) (1888 /sec)
2.02/2.16	c 2	propagations          : 86642          (256377 /sec)
2.02/2.16	c 2	conflict literals     : 1567           (15.57 % deleted)
2.02/2.16	c 2	Memory used           : 14.85 MB
2.02/2.16	c 2	CPU time              : 0.337948 s
2.02/2.16	c 2	
2.02/2.17	c 2	SATISFIABLE
2.02/2.17	c 2	FOUND: _COST <= 242
2.02/2.17	s SATISFIABLE
2.02/2.17	c 2	DECODING HOME/temp.out WITH HOME/temp.map
2.02/2.17	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.11/2.26	c 2	Decoding HOME/temp.out
2.11/2.36	c 2	OBJECTIVE _COST 242
2.11/2.36	o 242
2.11/2.36	v 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1
2.11/2.36	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.11/2.38	c 2	OBJECTIVE BOUND: 0 <= _COST <= 242
2.11/2.38	c 2	SEARCHING: _COST <= 121
2.11/2.38	c 2	SOLVING HOME/temp.cnf
2.11/2.38	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.11/2.39	c 2	This is MiniSat 2.0 beta
2.11/2.39	c 2	WARNING: for repeatability, setting FPU to use double precision
2.11/2.39	c 2	============================[ Problem Statistics ]=============================
2.11/2.39	c 2	|                                                                             |
2.11/2.39	c 2	|  Number of variables:  8229                                                 |
2.11/2.39	c 2	|  Number of clauses:    313606                                               |
2.29/2.55	c 2	|  Parsing time:         0.13         s                                       |
2.29/2.67	c 2	============================[ Search Statistics ]==============================
2.29/2.67	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.29/2.67	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.29/2.67	c 2	===============================================================================
2.29/2.67	c 2	|         0 |    4850   131932   383277 |    43977        0    nan |  0.000 % |
2.29/2.77	c 2	|       101 |    4847   131932   383277 |    48375      100     23 | 41.196 % |
2.29/2.81	c 2	|       251 |    4847   131932   383277 |    53212      250     21 | 41.196 % |
2.29/2.85	c 3	|       476 |    4847   131932   383277 |    58533      475     21 | 41.196 % |
2.29/2.94	c 3	|       813 |    4847   131932   383277 |    64387      811     20 | 41.415 % |
2.29/3.04	c 3	|      1320 |    4847   131932   383277 |    70825     1318     19 | 41.415 % |
3.09/3.27	c 3	|      2079 |    4821   130440   378904 |    77908     2077     21 | 41.415 % |
3.48/3.66	c 3	|      3220 |    4821   130440   378904 |    85699     3218     23 | 41.415 % |
4.17/4.39	c 4	|      4930 |    4821   130440   378904 |    94269     4928     25 | 41.415 % |
5.16/5.32	c 5	|      7493 |    4821   130440   378904 |   103696     7491     27 | 41.415 % |
6.65/6.88	c 7	|     11337 |    4786   127932   371498 |   114065    11331     26 | 41.840 % |
8.43/8.68	c 8	|     17103 |    4786   127932   371498 |   125472    17097     24 | 41.840 % |
11.99/12.29	c 12	|     25752 |    4786   127932   371498 |   138019    25746     22 | 41.840 % |
19.03/19.31	c 19	|     38729 |    4786   127932   371498 |   151821    38723     22 | 41.840 % |
37.96/38.41	c 38	|     58191 |    4786   127932   371498 |   167003    58185     25 | 41.840 % |
63.32/64.02	c 64	|     87384 |    4786   127932   371498 |   183704    87378     25 | 41.840 % |
111.78/112.99	c 113	|    131173 |    4786   127932   371498 |   202074   131167     25 | 41.840 % |
218.00/220.11	c 220	|    196858 |    4769   127141   369185 |   222282   196850     26 | 42.046 % |
341.87/345.16	c 345	|    295386 |    4769   127141   369185 |   244510    84599     28 | 42.046 % |
630.02/635.95	c 636	|    443178 |    4769   127141   369185 |   268961   232391     27 | 42.047 % |
982.39/991.54	c 991	|    664861 |    4769   127141   369185 |   295857   196540     26 | 42.046 % |
1570.09/1584.68	c 1584	|    997386 |    4754   126376   366942 |   325443   245961     29 | 42.229 % |
2665.23/2689.84	c 2690	|   1496175 |    4754   126376   366942 |   357987   121731     24 | 42.229 % |
3600.05/3628.82	c ERROR unknown output  in HOME/temp.out
3600.05/3628.82	c 3628	CPU 2.1 (0.04 0.01 2.06 0.18)
3600.05/3628.82	c 3628	END Wed Jul 23 02:23:48 2008
3600.05/3628.82	c ERROR INTERRUPTED

Verifier Data (download as text)

OK	180	303
180 unsatisfied constraints, 303 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-1127452-1216769000/watcher-1127452-1216769000 -o /tmp/evaluation-result-1127452-1216769000/solver-1127452-1216769000 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1127452-1216769000.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: 1.92 1.98 1.99 4/74 5717
/proc/meminfo: memFree=1346400/2055920 swapFree=4192956/4192956
[pid=5717] ppid=5715 vsize=12268 CPUtime=0
/proc/5717/stat : 5717 (sugar) R 5715 5717 5184 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 3990583 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 231962540645 0 0 4224 0 0 0 0 17 1 0 0
/proc/5717/statm: 3067 316 241 3 0 167 0

[startup+0.084426 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 5717
/proc/meminfo: memFree=1346400/2055920 swapFree=4192956/4192956
[pid=5717] ppid=5715 vsize=13600 CPUtime=0.03
/proc/5717/stat : 5717 (sugar) S 5715 5717 5184 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 3990583 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5717/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101991 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 5717
/proc/meminfo: memFree=1346400/2055920 swapFree=4192956/4192956
[pid=5717] ppid=5715 vsize=13600 CPUtime=0.03
/proc/5717/stat : 5717 (sugar) S 5715 5717 5184 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 3990583 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5717/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301953 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 5717
/proc/meminfo: memFree=1346400/2055920 swapFree=4192956/4192956
[pid=5717] ppid=5715 vsize=13600 CPUtime=0.03
/proc/5717/stat : 5717 (sugar) S 5715 5717 5184 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 3990583 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5717/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701881 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 5717
/proc/meminfo: memFree=1346400/2055920 swapFree=4192956/4192956
[pid=5717] ppid=5715 vsize=13600 CPUtime=0.39
/proc/5717/stat : 5717 (sugar) S 5715 5717 5184 0 -1 4194304 974 4384 0 1 3 0 33 3 15 0 1 0 3990583 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5717/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 13600

[startup+1.50273 s]
/proc/loadavg: 1.92 1.98 1.99 4/85 5739
/proc/meminfo: memFree=1332808/2055920 swapFree=4192956/4192956
[pid=5717] ppid=5715 vsize=13600 CPUtime=0.39
/proc/5717/stat : 5717 (sugar) S 5715 5717 5184 0 -1 4194304 974 4384 0 1 3 0 33 3 15 0 1 0 3990583 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5717/statm: 3400 797 370 3 0 500 0
[pid=5730] ppid=5717 vsize=5356 CPUtime=0
/proc/5730/stat : 5730 (sh) S 5717 5717 5184 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 3990626 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5730/statm: 1339 233 193 169 0 50 0
[pid=5731] ppid=5730 vsize=868492 CPUtime=1.04
/proc/5731/stat : 5731 (java) S 5730 5717 5184 0 -1 0 6519 0 1 0 97 7 0 0 19 0 9 0 3990627 889335808 5668 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5731/statm: 217123 5668 2563 9 0 211670 0
[pid=5731/tid=5732] ppid=5730 vsize=868492 CPUtime=0.7
/proc/5731/task/5732/stat : 5732 (java) R 5730 5717 5184 0 -1 64 2798 0 1 0 66 4 0 0 20 0 9 0 3990628 889335808 5668 996147200 134512640 134550740 4294955936 18446744073709551615 4126923388 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5731/tid=5733] ppid=5730 vsize=868492 CPUtime=0.08
/proc/5731/task/5733/stat : 5733 (java) S 5730 5717 5184 0 -1 64 1546 0 0 0 7 1 0 0 16 0 9 0 3990629 889335808 5668 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5731/tid=5734] ppid=5730 vsize=868492 CPUtime=0
/proc/5731/task/5734/stat : 5734 (java) S 5730 5717 5184 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 3990629 889335808 5668 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5731/tid=5735] ppid=5730 vsize=868492 CPUtime=0
/proc/5731/task/5735/stat : 5735 (java) S 5730 5717 5184 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 3990629 889335808 5668 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5731/tid=5736] ppid=5730 vsize=868492 CPUtime=0
/proc/5731/task/5736/stat : 5736 (java) S 5730 5717 5184 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 3990631 889335808 5668 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5731/tid=5737] ppid=5730 vsize=868492 CPUtime=0.24
/proc/5731/task/5737/stat : 5737 (java) S 5730 5717 5184 0 -1 64 1482 0 0 0 23 1 0 0 16 0 9 0 3990631 889335808 5668 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5731/tid=5738] ppid=5730 vsize=868492 CPUtime=0
/proc/5731/task/5738/stat : 5738 (java) S 5730 5717 5184 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 3990631 889335808 5668 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5731/tid=5739] ppid=5730 vsize=868492 CPUtime=0
/proc/5731/task/5739/stat : 5739 (java) S 5730 5717 5184 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 3990631 889335808 5668 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 887448

[startup+3.10144 s]
/proc/loadavg: 1.92 1.98 1.99 3/77 5741
/proc/meminfo: memFree=1324616/2055920 swapFree=4192956/4192956
[pid=5717] ppid=5715 vsize=13732 CPUtime=2.29
/proc/5717/stat : 5717 (sugar) S 5715 5717 5184 0 -1 4194304 1185 18985 0 3 4 1 206 18 15 0 1 0 3990583 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5717/statm: 3433 815 374 3 0 533 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 13732

[startup+6.30285 s]
/proc/loadavg: 1.93 1.98 1.99 3/77 5753
/proc/meminfo: memFree=1324104/2055920 swapFree=4192956/4192956
[pid=5717] ppid=5715 vsize=13732 CPUtime=2.29
/proc/5717/stat : 5717 (sugar) S 5715 5717 5184 0 -1 4194304 1185 18985 0 3 4 1 206 18 16 0 1 0 3990583 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5717/statm: 3433 815 374 3 0 533 0
[pid=5752] ppid=5717 vsize=5356 CPUtime=0
/proc/5752/stat : 5752 (sh) S 5717 5717 5184 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3990822 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5752/statm: 1339 232 193 169 0 50 0
[pid=5753] ppid=5752 vsize=15324 CPUtime=3.87
/proc/5753/stat : 5753 (minisat) R 5752 5717 5184 0 -1 4194304 3577 0 0 0 384 3 0 0 25 0 1 0 3990823 15691776 3563 996147200 134512640 135127466 4294956256 18446744073709551615 134531118 0 0 4096 3 0 0 0 17 1 0 0
/proc/5753/statm: 3831 3563 75 150 0 3678 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 34412

[startup+12.7017 s]
/proc/loadavg: 1.93 1.98 1.99 3/77 5753
/proc/meminfo: memFree=1324232/2055920 swapFree=4192956/4192956
[pid=5717] ppid=5715 vsize=13732 CPUtime=2.29
/proc/5717/stat : 5717 (sugar) S 5715 5717 5184 0 -1 4194304 1185 18985 0 3 4 1 206 18 16 0 1 0 3990583 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5717/statm: 3433 815 374 3 0 533 0
[pid=5752] ppid=5717 vsize=5356 CPUtime=0
/proc/5752/stat : 5752 (sh) S 5717 5717 5184 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3990822 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5752/statm: 1339 232 193 169 0 50 0
[pid=5753] ppid=5752 vsize=15464 CPUtime=10.2
/proc/5753/stat : 5753 (minisat) R 5752 5717 5184 0 -1 4194304 3607 0 0 0 1017 3 0 0 25 0 1 0 3990823 15835136 3593 996147200 134512640 135127466 4294956256 18446744073709551615 134522649 0 0 4096 3 0 0 0 17 1 0 0
/proc/5753/statm: 3866 3593 75 150 0 3713 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 34552

[startup+25.5013 s]
/proc/loadavg: 1.95 1.98 1.99 3/77 5753
/proc/meminfo: memFree=1322504/2055920 swapFree=4192956/4192956
[pid=5717] ppid=5715 vsize=13732 CPUtime=2.29
/proc/5717/stat : 5717 (sugar) S 5715 5717 5184 0 -1 4194304 1185 18985 0 3 4 1 206 18 16 0 1 0 3990583 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5717/statm: 3433 815 374 3 0 533 0
[pid=5752] ppid=5717 vsize=5356 CPUtime=0
/proc/5752/stat : 5752 (sh) S 5717 5717 5184 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3990822 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5752/statm: 1339 232 193 169 0 50 0
[pid=5753] ppid=5752 vsize=17296 CPUtime=22.89
/proc/5753/stat : 5753 (minisat) R 5752 5717 5184 0 -1 4194304 4066 0 0 0 2285 4 0 0 25 0 1 0 3990823 17711104 4052 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5753/statm: 4324 4052 75 150 0 4171 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 36384

[startup+51.1016 s]
/proc/loadavg: 1.96 1.98 1.99 3/77 5753
/proc/meminfo: memFree=1318344/2055920 swapFree=4192956/4192956
[pid=5717] ppid=5715 vsize=13732 CPUtime=2.29
/proc/5717/stat : 5717 (sugar) S 5715 5717 5184 0 -1 4194304 1185 18985 0 3 4 1 206 18 16 0 1 0 3990583 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5717/statm: 3433 815 374 3 0 533 0
[pid=5752] ppid=5717 vsize=5356 CPUtime=0
/proc/5752/stat : 5752 (sh) S 5717 5717 5184 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3990822 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5752/statm: 1339 232 193 169 0 50 0
[pid=5753] ppid=5752 vsize=21396 CPUtime=48.25
/proc/5753/stat : 5753 (minisat) R 5752 5717 5184 0 -1 4194304 5079 0 0 0 4819 6 0 0 25 0 1 0 3990823 21909504 5065 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5753/statm: 5349 5065 75 150 0 5196 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 40484

[startup+102.306 s]
/proc/loadavg: 2.03 2.00 2.00 3/77 5753
/proc/meminfo: memFree=1308104/2055920 swapFree=4192956/4192956
[pid=5717] ppid=5715 vsize=13732 CPUtime=2.29
/proc/5717/stat : 5717 (sugar) S 5715 5717 5184 0 -1 4194304 1185 18985 0 3 4 1 206 18 16 0 1 0 3990583 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5717/statm: 3433 815 374 3 0 533 0
[pid=5752] ppid=5717 vsize=5356 CPUtime=0
/proc/5752/stat : 5752 (sh) S 5717 5717 5184 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3990822 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5752/statm: 1339 232 193 169 0 50 0
[pid=5753] ppid=5752 vsize=28040 CPUtime=98.99
/proc/5753/stat : 5753 (minisat) R 5752 5717 5184 0 -1 4194304 6735 0 0 0 9891 8 0 0 25 0 1 0 3990823 28712960 6721 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 1 0 0
/proc/5753/statm: 7010 6721 75 150 0 6857 0
Current children cumulated CPU time (s) 101.28
Current children cumulated vsize (KiB) 47128

[startup+162.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/77 5753
/proc/meminfo: memFree=1297032/2055920 swapFree=4192956/4192956
[pid=5717] ppid=5715 vsize=13732 CPUtime=2.29
/proc/5717/stat : 5717 (sugar) S 5715 5717 5184 0 -1 4194304 1185 18985 0 3 4 1 206 18 16 0 1 0 3990583 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5717/statm: 3433 815 374 3 0 533 0
[pid=5752] ppid=5717 vsize=5356 CPUtime=0
/proc/5752/stat : 5752 (sh) S 5717 5717 5184 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3990822 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5752/statm: 1339 232 193 169 0 50 0
[pid=5753] ppid=5752 vsize=34736 CPUtime=158.44
/proc/5753/stat : 5753 (minisat) R 5752 5717 5184 0 -1 4194304 8361 0 0 0 15833 11 0 0 25 0 1 0 3990823 35569664 8347 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5753/statm: 8684 8347 75 150 0 8531 0
Current children cumulated CPU time (s) 160.73
Current children cumulated vsize (KiB) 53824

[startup+222.301 s]
/proc/loadavg: 2.10 2.03 2.01 3/77 5753
/proc/meminfo: memFree=1287560/2055920 swapFree=4192956/4192956
[pid=5717] ppid=5715 vsize=13732 CPUtime=2.29
/proc/5717/stat : 5717 (sugar) S 5715 5717 5184 0 -1 4194304 1185 18985 0 3 4 1 206 18 16 0 1 0 3990583 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5717/statm: 3433 815 374 3 0 533 0
[pid=5752] ppid=5717 vsize=5356 CPUtime=0
/proc/5752/stat : 5752 (sh) S 5717 5717 5184 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3990822 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5752/statm: 1339 232 193 169 0 50 0
[pid=5753] ppid=5752 vsize=39584 CPUtime=217.88
/proc/5753/stat : 5753 (minisat) R 5752 5717 5184 0 -1 4194304 9581 0 0 0 21776 12 0 0 25 0 1 0 3990823 40534016 9567 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5753/statm: 9896 9567 75 150 0 9743 0
Current children cumulated CPU time (s) 220.17
Current children cumulated vsize (KiB) 58672

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

/proc/meminfo: memFree=1174664/2055920 swapFree=4192956/4192956
[pid=5717] ppid=5715 vsize=13732 CPUtime=2.29
/proc/5717/stat : 5717 (sugar) S 5715 5717 5184 0 -1 4194304 1185 18985 0 3 4 1 206 18 16 0 1 0 3990583 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5717/statm: 3433 815 374 3 0 533 0
[pid=5752] ppid=5717 vsize=5356 CPUtime=0
/proc/5752/stat : 5752 (sh) S 5717 5717 5184 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3990822 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5752/statm: 1339 232 193 169 0 50 0
[pid=5753] ppid=5752 vsize=74596 CPUtime=3071.69
/proc/5753/stat : 5753 (minisat) R 5752 5717 5184 0 -1 4194304 17779 0 0 0 307147 22 0 0 25 0 1 0 3990823 76386304 17724 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5753/statm: 18649 17724 75 150 0 18496 0
Current children cumulated CPU time (s) 3073.98
Current children cumulated vsize (KiB) 93684

[startup+3162.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/83 5795
/proc/meminfo: memFree=1373016/2055920 swapFree=4192956/4192956
[pid=5717] ppid=5715 vsize=13732 CPUtime=2.29
/proc/5717/stat : 5717 (sugar) S 5715 5717 5184 0 -1 4194304 1185 18985 0 3 4 1 206 18 16 0 1 0 3990583 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5717/statm: 3433 815 374 3 0 533 0
[pid=5752] ppid=5717 vsize=5356 CPUtime=0
/proc/5752/stat : 5752 (sh) S 5717 5717 5184 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3990822 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5752/statm: 1339 232 193 169 0 50 0
[pid=5753] ppid=5752 vsize=74596 CPUtime=3131.29
/proc/5753/stat : 5753 (minisat) R 5752 5717 5184 0 -1 4194304 17811 0 0 0 313106 23 0 0 25 0 1 0 3990823 76386304 17756 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5753/statm: 18649 17756 75 150 0 18496 0
Current children cumulated CPU time (s) 3133.58
Current children cumulated vsize (KiB) 93684

[startup+3222.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/83 5795
/proc/meminfo: memFree=1358488/2055920 swapFree=4192956/4192956
[pid=5717] ppid=5715 vsize=13732 CPUtime=2.29
/proc/5717/stat : 5717 (sugar) S 5715 5717 5184 0 -1 4194304 1185 18985 0 3 4 1 206 18 16 0 1 0 3990583 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5717/statm: 3433 815 374 3 0 533 0
[pid=5752] ppid=5717 vsize=5356 CPUtime=0
/proc/5752/stat : 5752 (sh) S 5717 5717 5184 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3990822 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5752/statm: 1339 232 193 169 0 50 0
[pid=5753] ppid=5752 vsize=76696 CPUtime=3191.29
/proc/5753/stat : 5753 (minisat) R 5752 5717 5184 0 -1 4194304 18264 0 0 0 319105 24 0 0 25 0 1 0 3990823 78536704 18209 996147200 134512640 135127466 4294956256 18446744073709551615 134523436 0 0 4096 3 0 0 0 17 0 0 0
/proc/5753/statm: 19174 18209 75 150 0 19021 0
Current children cumulated CPU time (s) 3193.58
Current children cumulated vsize (KiB) 95784

[startup+3282.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 5795
/proc/meminfo: memFree=1358360/2055920 swapFree=4192956/4192956
[pid=5717] ppid=5715 vsize=13732 CPUtime=2.29
/proc/5717/stat : 5717 (sugar) S 5715 5717 5184 0 -1 4194304 1185 18985 0 3 4 1 206 18 16 0 1 0 3990583 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5717/statm: 3433 815 374 3 0 533 0
[pid=5752] ppid=5717 vsize=5356 CPUtime=0
/proc/5752/stat : 5752 (sh) S 5717 5717 5184 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3990822 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5752/statm: 1339 232 193 169 0 50 0
[pid=5753] ppid=5752 vsize=76696 CPUtime=3251.29
/proc/5753/stat : 5753 (minisat) R 5752 5717 5184 0 -1 4194304 18264 0 0 0 325105 24 0 0 25 0 1 0 3990823 78536704 18209 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5753/statm: 19174 18209 75 150 0 19021 0
Current children cumulated CPU time (s) 3253.58
Current children cumulated vsize (KiB) 95784

[startup+3342.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 5795
/proc/meminfo: memFree=1358168/2055920 swapFree=4192956/4192956
[pid=5717] ppid=5715 vsize=13732 CPUtime=2.29
/proc/5717/stat : 5717 (sugar) S 5715 5717 5184 0 -1 4194304 1185 18985 0 3 4 1 206 18 16 0 1 0 3990583 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5717/statm: 3433 815 374 3 0 533 0
[pid=5752] ppid=5717 vsize=5356 CPUtime=0
/proc/5752/stat : 5752 (sh) S 5717 5717 5184 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3990822 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5752/statm: 1339 232 193 169 0 50 0
[pid=5753] ppid=5752 vsize=76696 CPUtime=3311.28
/proc/5753/stat : 5753 (minisat) R 5752 5717 5184 0 -1 4194304 18274 0 0 0 331104 24 0 0 25 0 1 0 3990823 78536704 18219 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5753/statm: 19174 18219 75 150 0 19021 0
Current children cumulated CPU time (s) 3313.57
Current children cumulated vsize (KiB) 95784

[startup+3402.31 s]
/proc/loadavg: 2.12 2.03 2.01 3/83 5797
/proc/meminfo: memFree=1357784/2055920 swapFree=4192956/4192956
[pid=5717] ppid=5715 vsize=13732 CPUtime=2.29
/proc/5717/stat : 5717 (sugar) S 5715 5717 5184 0 -1 4194304 1185 18985 0 3 4 1 206 18 16 0 1 0 3990583 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5717/statm: 3433 815 374 3 0 533 0
[pid=5752] ppid=5717 vsize=5356 CPUtime=0
/proc/5752/stat : 5752 (sh) S 5717 5717 5184 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3990822 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5752/statm: 1339 232 193 169 0 50 0
[pid=5753] ppid=5752 vsize=76940 CPUtime=3371.28
/proc/5753/stat : 5753 (minisat) R 5752 5717 5184 0 -1 4194304 18342 0 0 0 337104 24 0 0 25 0 1 0 3990823 78786560 18287 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 0 0 0
/proc/5753/statm: 19235 18287 75 150 0 19082 0
Current children cumulated CPU time (s) 3373.57
Current children cumulated vsize (KiB) 96028

[startup+3462.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/83 5797
/proc/meminfo: memFree=1357528/2055920 swapFree=4192956/4192956
[pid=5717] ppid=5715 vsize=13732 CPUtime=2.29
/proc/5717/stat : 5717 (sugar) S 5715 5717 5184 0 -1 4194304 1185 18985 0 3 4 1 206 18 16 0 1 0 3990583 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5717/statm: 3433 815 374 3 0 533 0
[pid=5752] ppid=5717 vsize=5356 CPUtime=0
/proc/5752/stat : 5752 (sh) S 5717 5717 5184 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3990822 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5752/statm: 1339 232 193 169 0 50 0
[pid=5753] ppid=5752 vsize=77400 CPUtime=3431.27
/proc/5753/stat : 5753 (minisat) R 5752 5717 5184 0 -1 4194304 18422 0 0 0 343103 24 0 0 25 0 1 0 3990823 79257600 18367 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5753/statm: 19350 18367 75 150 0 19197 0
Current children cumulated CPU time (s) 3433.56
Current children cumulated vsize (KiB) 96488

[startup+3522.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/83 5797
/proc/meminfo: memFree=1357272/2055920 swapFree=4192956/4192956
[pid=5717] ppid=5715 vsize=13732 CPUtime=2.29
/proc/5717/stat : 5717 (sugar) S 5715 5717 5184 0 -1 4194304 1185 18985 0 3 4 1 206 18 16 0 1 0 3990583 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5717/statm: 3433 815 374 3 0 533 0
[pid=5752] ppid=5717 vsize=5356 CPUtime=0
/proc/5752/stat : 5752 (sh) S 5717 5717 5184 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3990822 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5752/statm: 1339 232 193 169 0 50 0
[pid=5753] ppid=5752 vsize=77724 CPUtime=3491.26
/proc/5753/stat : 5753 (minisat) R 5752 5717 5184 0 -1 4194304 18488 0 0 0 349102 24 0 0 25 0 1 0 3990823 79589376 18433 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5753/statm: 19431 18433 75 150 0 19278 0
Current children cumulated CPU time (s) 3493.55
Current children cumulated vsize (KiB) 96812

[startup+3582.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 5797
/proc/meminfo: memFree=1357208/2055920 swapFree=4192956/4192956
[pid=5717] ppid=5715 vsize=13732 CPUtime=2.29
/proc/5717/stat : 5717 (sugar) S 5715 5717 5184 0 -1 4194304 1185 18985 0 3 4 1 206 18 16 0 1 0 3990583 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5717/statm: 3433 815 374 3 0 533 0
[pid=5752] ppid=5717 vsize=5356 CPUtime=0
/proc/5752/stat : 5752 (sh) S 5717 5717 5184 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3990822 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5752/statm: 1339 232 193 169 0 50 0
[pid=5753] ppid=5752 vsize=77724 CPUtime=3551.25
/proc/5753/stat : 5753 (minisat) R 5752 5717 5184 0 -1 4194304 18498 0 0 0 355101 24 0 0 25 0 1 0 3990823 79589376 18443 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5753/statm: 19431 18443 75 150 0 19278 0
Current children cumulated CPU time (s) 3553.54
Current children cumulated vsize (KiB) 96812



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3628.8 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 5797
/proc/meminfo: memFree=1357080/2055920 swapFree=4192956/4192956
[pid=5717] ppid=5715 vsize=13732 CPUtime=2.29
/proc/5717/stat : 5717 (sugar) S 5715 5717 5184 0 -1 4194304 1185 18985 0 3 4 1 206 18 16 0 1 0 3990583 14061568 815 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5717/statm: 3433 815 374 3 0 533 0
[pid=5752] ppid=5717 vsize=5356 CPUtime=0
/proc/5752/stat : 5752 (sh) S 5717 5717 5184 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3990822 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5752/statm: 1339 232 193 169 0 50 0
[pid=5753] ppid=5752 vsize=77724 CPUtime=3597.76
/proc/5753/stat : 5753 (minisat) R 5752 5717 5184 0 -1 4194304 18503 0 0 0 359752 24 0 0 25 0 1 0 3990823 79589376 18448 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5753/statm: 19431 18448 75 150 0 19278 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 96812

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5717 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=112678
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=205968
# CPU time returned by wait4() is 2.31865
# while last known CPU time is 3600.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3628.83
CPU time (s): 3600.05
CPU user time (s): 3599.62
CPU system time (s): 0.43
CPU usage (%): 99.207
Max. virtual memory (cumulated for all children) (KiB): 887448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.11268
system time used= 0.205968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20514
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= 2700
involuntary context switches= 2537

runsolver used 4.39833 second user time and 11.9812 second system time

The end

Launcher Data (download as text)

Begin job on node16 at 2008-07-23 01:23:20
IDJOB=1127452
IDBENCH=63438
IDSOLVER=368
FILE ID=node16/1127452-1216769000
PBS_JOBID= 7974065
Free space on /tmp= 66500 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/cnf/2-40-100-1000/normalized-cnf-2-40-800-810521_ext.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1127452-1216769000/watcher-1127452-1216769000 -o /tmp/evaluation-result-1127452-1216769000/solver-1127452-1216769000 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1127452-1216769000.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 236324167d5086a26dc8cdb1f6878171
RANDOM SEED=1277605798

node16.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.265
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	: 5931.00
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.265
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:       1346880 kB
Buffers:         38836 kB
Cached:         494148 kB
SwapCached:          0 kB
Active:         416568 kB
Inactive:       223284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1346880 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1304 kB
Writeback:           0 kB
Mapped:         118084 kB
Slab:            54172 kB
Committed_AS:   179544 kB
PageTables:       2124 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66540 MiB
End job on node16 at 2008-07-23 02:23:50