Trace number 1038856

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+minisat? (TO) 1800.02 1816.02

General information on the benchmark

Namecsp/BH-4-13/
normalized-BlackHole-4-13-e-0_ext.xml
MD5SUM308da8d6f22ce7d5aad3f96e3b4e6901
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.178972
Satisfiable
(Un)Satisfiability was proved
Number of variables208
Number of constraints4217
Maximum constraint arity2
Maximum domain size52
Number of constraints which are defined in extension4217
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul  2 04:30:24 2008
0.00/0.04	c 0	PID 893
0.00/0.05	c 0	HOST node69.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1038856-1214965824.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-1038856-1214965824.xml' 'HOME/temp.csp'
0.04/0.72	c 0	4 domains, 208 variables, 0 predicates, 8 relations, 4217 constraints
0.04/0.73	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.73	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.69/0.81	c 0	Parsing HOME/temp.csp
0.69/1.03	c 1	parsed 4437 expressions
0.69/1.04	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.69/1.04	c 1	Converting to clausal form CSP
1.04/1.11	c 1	converted 444 (10%) expressions
1.13/1.27	c 1	converted 888 (20%) expressions
1.33/1.44	c 1	converted 1332 (30%) expressions
1.54/1.69	c 1	converted 1775 (40%) expressions
1.73/1.82	c 1	converted 2219 (50%) expressions
2.02/2.11	c 2	converted 2663 (60%) expressions
2.13/2.24	c 2	converted 3106 (70%) expressions
2.22/2.34	c 2	converted 3550 (80%) expressions
2.62/2.73	c 2	converted 3994 (90%) expressions
2.72/2.82	c 2	converted 4437 (100%) expressions
2.72/2.82	c 2	CSP : 208 integers, 0 booleans, 4217 clauses, largest domain size 52
2.72/2.82	c 2	Heap : 45 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.72/2.82	c 2	Propagation in CSP
2.72/2.83	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.72/2.83	c 2	CSP : 208 integers, 0 booleans, 4217 clauses, largest domain size 52
2.72/2.83	c 2	Heap : 46 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.72/2.83	c 2	Simplifing CSP by introducing new Boolean variables
2.72/2.83	c 2	CSP : 208 integers, 0 booleans, 4217 clauses, largest domain size 52
2.72/2.84	c 2	Heap : 46 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.91/3.09	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.01/3.10	c 3	21 (10%) CSP integer variables are encoded (677 clauses, 7301 bytes)
3.01/3.11	c 3	42 (20%) CSP integer variables are encoded (1454 clauses, 16811 bytes)
3.01/3.11	c 3	63 (30%) CSP integer variables are encoded (2231 clauses, 26912 bytes)
3.01/3.11	c 3	84 (40%) CSP integer variables are encoded (3008 clauses, 37013 bytes)
3.01/3.11	c 3	104 (50%) CSP integer variables are encoded (3774 clauses, 46971 bytes)
3.01/3.12	c 3	125 (60%) CSP integer variables are encoded (4551 clauses, 57072 bytes)
3.01/3.12	c 3	146 (70%) CSP integer variables are encoded (5328 clauses, 67173 bytes)
3.01/3.12	c 3	167 (80%) CSP integer variables are encoded (5936 clauses, 75077 bytes)
3.01/3.12	c 3	188 (90%) CSP integer variables are encoded (6440 clauses, 81629 bytes)
3.01/3.12	c 3	208 (100%) CSP integer variables are encoded (6920 clauses, 87869 bytes)
3.11/3.29	c 3	422 (10%) CSP clauses are encoded (13272 clauses, 209915 bytes)
3.41/3.50	c 3	844 (20%) CSP clauses are encoded (22163 clauses, 391780 bytes)
3.50/3.69	c 3	1266 (30%) CSP clauses are encoded (31006 clauses, 573143 bytes)
3.70/3.89	c 3	1687 (40%) CSP clauses are encoded (39269 clauses, 752694 bytes)
3.89/4.09	c 4	2109 (50%) CSP clauses are encoded (48609 clauses, 962024 bytes)
4.10/4.28	c 4	2531 (60%) CSP clauses are encoded (57469 clauses, 1160101 bytes)
4.30/4.48	c 4	2952 (70%) CSP clauses are encoded (66277 clauses, 1357219 bytes)
4.49/4.67	c 4	3374 (80%) CSP clauses are encoded (75315 clauses, 1558130 bytes)
4.69/4.86	c 4	3796 (90%) CSP clauses are encoded (84418 clauses, 1760149 bytes)
4.90/5.05	c 5	4217 (100%) CSP clauses are encoded (94369 clauses, 1973856 bytes)
4.90/5.05	c 5	4217 CSP clauses encoded
4.90/5.05	c 5	Writing map file : HOME/temp.map
4.90/5.06	c 5	Heap : 49 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.90/5.06	c 5	SAT : 7126 SAT variables, 94369 SAT clauses, 1973856 bytes
4.90/5.06	c 5	Heap : 49 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.95/5.12	c 5	SOLVING HOME/temp.cnf
4.95/5.12	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.95/5.12	c 5	This is MiniSat 2.0 beta
4.95/5.12	c 5	WARNING: for repeatability, setting FPU to use double precision
4.95/5.12	c 5	============================[ Problem Statistics ]=============================
4.95/5.12	c 5	|                                                                             |
4.95/5.12	c 5	|  Number of variables:  7126                                                 |
4.95/5.12	c 5	|  Number of clauses:    94369                                                |
4.95/5.17	c 5	|  Parsing time:         0.04         s                                       |
4.95/5.18	c 5	============================[ Search Statistics ]==============================
4.95/5.18	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.95/5.18	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.95/5.18	c 5	===============================================================================
4.95/5.18	c 5	|         0 |    6934    87328   308916 |    29109        0    nan |  0.000 % |
4.95/5.19	c 5	|       100 |    6934    87328   308916 |    32020      100      5 |  2.695 % |
4.98/5.20	c 5	|       250 |    6934    87328   308916 |    35222      250      6 |  2.694 % |
4.98/5.23	c 5	|       476 |    6934    87328   308916 |    38744      476      9 |  2.695 % |
4.98/5.27	c 5	|       813 |    6934    87328   308916 |    42618      813     10 |  2.695 % |
4.98/5.33	c 5	|      1319 |    6934    87328   308916 |    46880     1319     12 |  2.694 % |
4.98/5.41	c 5	|      2078 |    6929    87328   308916 |    51568     2077     14 |  2.765 % |
5.34/5.59	c 5	|      3218 |    6929    87260   308774 |    56725     3216     15 |  2.765 % |
5.64/5.81	c 5	|      4926 |    6928    87260   308774 |    62398     4923     16 |  2.835 % |
5.94/6.13	c 6	|      7488 |    6924    87193   308634 |    68638     7484     20 |  2.835 % |
6.44/6.69	c 6	|     11333 |    6924    87193   308634 |    75502    11329     22 |  2.835 % |
7.43/7.68	c 7	|     17099 |    6924    87193   308634 |    83052    17095     23 |  2.835 % |
8.81/9.02	c 9	|     25749 |    6924    87193   308634 |    91357    25745     24 |  2.835 % |
11.39/11.61	c 11	|     38723 |    6924    87193   308634 |   100493    38719     23 |  2.835 % |
16.34/16.63	c 16	|     58184 |    6924    87193   308634 |   110542    58180     28 |  2.835 % |
23.87/24.28	c 24	|     87377 |    6919    87127   308496 |   121596    87369     27 |  2.905 % |
40.40/40.91	c 41	|    131166 |    6919    87127   308496 |   133756    23424     39 |  2.905 % |
67.64/68.45	c 68	|    196850 |    6919    87127   308496 |   147132    89108     52 |  2.905 % |
113.32/114.56	c 114	|    295376 |    6919    87127   308496 |   161845    56835     51 |  2.905 % |
177.01/178.87	c 178	|    443165 |    6919    87127   308496 |   178030    59442     59 |  2.905 % |
347.40/350.80	c 350	|    664849 |    6915    87065   308366 |   195833   124057     71 |  2.961 % |
564.48/569.93	c 570	|    997374 |    6915    87065   308366 |   215416    95323     62 |  2.961 % |
945.31/954.31	c 954	|   1496162 |    6915    87065   308366 |   236957   199966     53 |  2.961 % |
1539.52/1554.17	c 1554	|   2244344 |    6910    87001   308232 |   260653    72402     45 |  3.031 % |
1800.02/1816.01	c ERROR INTERRUPTED
1800.02/1816.02	s UNKNOWN
1800.02/1816.02	c 1816	CPU 4.81 (0.03 0.01 4.78 0.16)
1800.02/1816.02	c 1816	END Wed Jul  2 05:00:40 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

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-1038856-1214965824/watcher-1038856-1214965824 -o /tmp/evaluation-result-1038856-1214965824/solver-1038856-1214965824 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1038856-1214965824.xml 

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


[startup+0 s]
/proc/loadavg: 2.03 2.19 2.16 4/72 893
/proc/meminfo: memFree=1693984/2055920 swapFree=4179720/4192956
[pid=893] ppid=891 vsize=12268 CPUtime=0
/proc/893/stat : 893 (sugar) R 891 893 30839 0 -1 4194304 337 0 0 0 0 0 0 0 20 0 1 0 1975551239 12562432 305 996147200 4194304 4206940 548682068608 18446744073709551615 237961132915 0 0 4224 0 0 0 0 17 1 0 0
/proc/893/statm: 3067 305 231 3 0 167 0

[startup+0.107498 s]
/proc/loadavg: 2.03 2.19 2.16 4/72 893
/proc/meminfo: memFree=1693984/2055920 swapFree=4179720/4192956
[pid=893] ppid=891 vsize=13600 CPUtime=0.04
/proc/893/stat : 893 (sugar) S 891 893 30839 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1975551239 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/893/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.20151 s]
/proc/loadavg: 2.03 2.19 2.16 4/72 893
/proc/meminfo: memFree=1693984/2055920 swapFree=4179720/4192956
[pid=893] ppid=891 vsize=13600 CPUtime=0.04
/proc/893/stat : 893 (sugar) S 891 893 30839 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1975551239 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/893/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301518 s]
/proc/loadavg: 2.03 2.19 2.16 4/72 893
/proc/meminfo: memFree=1693984/2055920 swapFree=4179720/4192956
[pid=893] ppid=891 vsize=13600 CPUtime=0.04
/proc/893/stat : 893 (sugar) S 891 893 30839 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1975551239 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/893/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701591 s]
/proc/loadavg: 2.03 2.19 2.16 4/72 893
/proc/meminfo: memFree=1693984/2055920 swapFree=4179720/4192956
[pid=893] ppid=891 vsize=13600 CPUtime=0.04
/proc/893/stat : 893 (sugar) S 891 893 30839 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1975551239 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/893/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50273 s]
/proc/loadavg: 2.03 2.19 2.16 4/83 915
/proc/meminfo: memFree=1683720/2055920 swapFree=4179720/4192956
[pid=893] ppid=891 vsize=13600 CPUtime=0.69
/proc/893/stat : 893 (sugar) S 891 893 30839 0 -1 4194304 973 5354 0 1 3 1 61 4 15 0 1 0 1975551239 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/893/statm: 3400 797 370 3 0 500 0
[pid=906] ppid=893 vsize=5356 CPUtime=0
/proc/906/stat : 906 (sh) S 893 893 30839 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1975551313 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/906/statm: 1339 233 193 169 0 50 0
[pid=907] ppid=906 vsize=864276 CPUtime=0.74
/proc/907/stat : 907 (java) S 906 893 30839 0 -1 0 8024 0 1 0 71 3 0 0 18 0 9 0 1975551313 885018624 7295 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/907/statm: 216069 7295 2540 9 0 210644 0
[pid=907/tid=908] ppid=906 vsize=864276 CPUtime=0.36
/proc/907/task/908/stat : 908 (java) R 906 893 30839 0 -1 64 2641 0 1 0 35 1 0 0 19 0 9 0 1975551314 885018624 7295 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=907/tid=909] ppid=906 vsize=864276 CPUtime=0.27
/proc/907/task/909/stat : 909 (java) R 906 893 30839 0 -1 64 4343 0 0 0 26 1 0 0 16 0 9 0 1975551315 885018624 7295 996147200 134512640 134550740 4294955952 18446744073709551615 103828989 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=907/tid=910] ppid=906 vsize=864276 CPUtime=0
/proc/907/task/910/stat : 910 (java) S 906 893 30839 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1975551315 885018624 7295 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=907/tid=911] ppid=906 vsize=864276 CPUtime=0
/proc/907/task/911/stat : 911 (java) S 906 893 30839 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1975551315 885018624 7295 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=907/tid=912] ppid=906 vsize=864276 CPUtime=0
/proc/907/task/912/stat : 912 (java) S 906 893 30839 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1975551317 885018624 7295 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=907/tid=913] ppid=906 vsize=864276 CPUtime=0.09
/proc/907/task/913/stat : 913 (java) S 906 893 30839 0 -1 64 347 0 0 0 9 0 0 0 16 0 9 0 1975551317 885018624 7295 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=907/tid=914] ppid=906 vsize=864276 CPUtime=0
/proc/907/task/914/stat : 914 (java) S 906 893 30839 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1975551317 885018624 7295 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=907/tid=915] ppid=906 vsize=864276 CPUtime=0
/proc/907/task/915/stat : 915 (java) S 906 893 30839 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1975551318 885018624 7295 996147200 134512640 134550740 4294955952 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) 883232

[startup+3.10197 s]
/proc/loadavg: 2.03 2.19 2.16 3/83 915
/proc/meminfo: memFree=1650184/2055920 swapFree=4179720/4192956
[pid=893] ppid=891 vsize=13600 CPUtime=0.69
/proc/893/stat : 893 (sugar) S 891 893 30839 0 -1 4194304 974 5354 0 1 3 1 61 4 15 0 1 0 1975551239 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/893/statm: 3400 797 370 3 0 500 0
[pid=906] ppid=893 vsize=5356 CPUtime=0
/proc/906/stat : 906 (sh) S 893 893 30839 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1975551313 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/906/statm: 1339 233 193 169 0 50 0
[pid=907] ppid=906 vsize=868472 CPUtime=2.32
/proc/907/stat : 907 (java) S 906 893 30839 0 -1 0 18111 0 1 0 225 7 0 0 18 0 9 0 1975551313 889315328 17323 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/907/statm: 217118 17323 2563 9 0 211665 0
[pid=907/tid=908] ppid=906 vsize=868472 CPUtime=0.74
/proc/907/task/908/stat : 908 (java) R 906 893 30839 0 -1 64 3274 0 1 0 73 1 0 0 23 0 9 0 1975551314 889315328 17323 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=907/tid=909] ppid=906 vsize=868472 CPUtime=1.39
/proc/907/task/909/stat : 909 (java) S 906 893 30839 0 -1 64 12727 0 0 0 135 4 0 0 19 0 9 0 1975551315 889315328 17323 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=907/tid=910] ppid=906 vsize=868472 CPUtime=0
/proc/907/task/910/stat : 910 (java) S 906 893 30839 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1975551315 889315328 17323 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=907/tid=911] ppid=906 vsize=868472 CPUtime=0
/proc/907/task/911/stat : 911 (java) S 906 893 30839 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1975551315 889315328 17323 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=907/tid=912] ppid=906 vsize=868472 CPUtime=0
/proc/907/task/912/stat : 912 (java) S 906 893 30839 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1975551317 889315328 17323 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=907/tid=913] ppid=906 vsize=868472 CPUtime=0.16
/proc/907/task/913/stat : 913 (java) R 906 893 30839 0 -1 64 1417 0 0 0 15 1 0 0 16 0 9 0 1975551317 889315328 17323 996147200 134512640 134550740 4294955952 18446744073709551615 12415013 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=907/tid=914] ppid=906 vsize=868472 CPUtime=0
/proc/907/task/914/stat : 914 (java) S 906 893 30839 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1975551317 889315328 17323 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=907/tid=915] ppid=906 vsize=868472 CPUtime=0
/proc/907/task/915/stat : 915 (java) S 906 893 30839 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1975551318 889315328 17323 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887428

[startup+6.30249 s]
/proc/loadavg: 2.03 2.19 2.16 3/75 917
/proc/meminfo: memFree=1683080/2055920 swapFree=4179720/4192956
[pid=893] ppid=891 vsize=13600 CPUtime=4.98
/proc/893/stat : 893 (sugar) S 891 893 30839 0 -1 4194304 1033 23885 0 2 3 1 478 16 15 0 1 0 1975551239 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/893/statm: 3400 799 370 3 0 500 0
[pid=916] ppid=893 vsize=5356 CPUtime=0
/proc/916/stat : 916 (sh) S 893 893 30839 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975551752 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/916/statm: 1339 232 193 169 0 50 0
[pid=917] ppid=916 vsize=7652 CPUtime=1.15
/proc/917/stat : 917 (minisat) R 916 893 30839 0 -1 4194304 1805 0 0 0 115 0 0 0 25 0 1 0 1975551752 7835648 1791 996147200 134512640 135127466 4294956272 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 1 0 0
/proc/917/statm: 1913 1791 75 150 0 1760 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 26608

[startup+12.7015 s]
/proc/loadavg: 2.02 2.19 2.16 3/75 917
/proc/meminfo: memFree=1678216/2055920 swapFree=4179720/4192956
[pid=893] ppid=891 vsize=13600 CPUtime=4.98
/proc/893/stat : 893 (sugar) S 891 893 30839 0 -1 4194304 1033 23885 0 2 3 1 478 16 16 0 1 0 1975551239 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/893/statm: 3400 799 370 3 0 500 0
[pid=916] ppid=893 vsize=5356 CPUtime=0
/proc/916/stat : 916 (sh) S 893 893 30839 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975551752 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/916/statm: 1339 232 193 169 0 50 0
[pid=917] ppid=916 vsize=12352 CPUtime=7.5
/proc/917/stat : 917 (minisat) R 916 893 30839 0 -1 4194304 2963 0 0 0 748 2 0 0 25 0 1 0 1975551752 12648448 2949 996147200 134512640 135127466 4294956272 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/917/statm: 3088 2949 75 150 0 2935 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 31308

[startup+25.5016 s]
/proc/loadavg: 2.02 2.18 2.15 3/75 917
/proc/meminfo: memFree=1670536/2055920 swapFree=4179720/4192956
[pid=893] ppid=891 vsize=13600 CPUtime=4.98
/proc/893/stat : 893 (sugar) S 891 893 30839 0 -1 4194304 1033 23885 0 2 3 1 478 16 16 0 1 0 1975551239 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/893/statm: 3400 799 370 3 0 500 0
[pid=916] ppid=893 vsize=5356 CPUtime=0
/proc/916/stat : 916 (sh) S 893 893 30839 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975551752 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/916/statm: 1339 232 193 169 0 50 0
[pid=917] ppid=916 vsize=19736 CPUtime=20.17
/proc/917/stat : 917 (minisat) R 916 893 30839 0 -1 4194304 4840 0 0 0 2013 4 0 0 25 0 1 0 1975551752 20209664 4826 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/917/statm: 4934 4826 75 150 0 4781 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 38692

[startup+51.1027 s]
/proc/loadavg: 2.01 2.16 2.15 3/75 918
/proc/meminfo: memFree=1662920/2055920 swapFree=4179720/4192956
[pid=893] ppid=891 vsize=13600 CPUtime=4.98
/proc/893/stat : 893 (sugar) S 891 893 30839 0 -1 4194304 1033 23885 0 2 3 1 478 16 16 0 1 0 1975551239 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/893/statm: 3400 799 370 3 0 500 0
[pid=916] ppid=893 vsize=5356 CPUtime=0
/proc/916/stat : 916 (sh) S 893 893 30839 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975551752 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/916/statm: 1339 232 193 169 0 50 0
[pid=917] ppid=916 vsize=27176 CPUtime=45.53
/proc/917/stat : 917 (minisat) R 916 893 30839 0 -1 4194304 6665 0 0 0 4546 7 0 0 25 0 1 0 1975551752 27828224 6651 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/917/statm: 6794 6651 75 150 0 6641 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 46132

[startup+102.303 s]
/proc/loadavg: 2.00 2.13 2.14 3/75 919
/proc/meminfo: memFree=1646152/2055920 swapFree=4179720/4192956
[pid=893] ppid=891 vsize=13600 CPUtime=4.98
/proc/893/stat : 893 (sugar) S 891 893 30839 0 -1 4194304 1033 23885 0 2 3 1 478 16 16 0 1 0 1975551239 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/893/statm: 3400 799 370 3 0 500 0
[pid=916] ppid=893 vsize=5356 CPUtime=0
/proc/916/stat : 916 (sh) S 893 893 30839 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975551752 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/916/statm: 1339 232 193 169 0 50 0
[pid=917] ppid=916 vsize=43868 CPUtime=96.26
/proc/917/stat : 917 (minisat) R 916 893 30839 0 -1 4194304 10818 0 0 0 9615 11 0 0 25 0 1 0 1975551752 44920832 10804 996147200 134512640 135127466 4294956272 18446744073709551615 134530849 0 0 4096 3 0 0 0 17 1 0 0
/proc/917/statm: 10967 10804 75 150 0 10814 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 62824

[startup+162.302 s]
/proc/loadavg: 2.00 2.11 2.13 3/75 919
/proc/meminfo: memFree=1645384/2055920 swapFree=4179720/4192956
[pid=893] ppid=891 vsize=13600 CPUtime=4.98
/proc/893/stat : 893 (sugar) S 891 893 30839 0 -1 4194304 1033 23885 0 2 3 1 478 16 16 0 1 0 1975551239 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/893/statm: 3400 799 370 3 0 500 0
[pid=916] ppid=893 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1601672/2055920 swapFree=4179720/4192956
[pid=893] ppid=891 vsize=13600 CPUtime=4.98
/proc/893/stat : 893 (sugar) S 891 893 30839 0 -1 4194304 1033 23885 0 2 3 1 478 16 16 0 1 0 1975551239 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/893/statm: 3400 799 370 3 0 500 0
[pid=916] ppid=893 vsize=5356 CPUtime=0
/proc/916/stat : 916 (sh) S 893 893 30839 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975551752 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/916/statm: 1339 232 193 169 0 50 0
[pid=917] ppid=916 vsize=87496 CPUtime=1344.53
/proc/917/stat : 917 (minisat) R 916 893 30839 0 -1 4194304 21635 0 0 0 134425 28 0 0 25 0 1 0 1975551752 89595904 21621 996147200 134512640 135127466 4294956272 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/917/statm: 21874 21621 75 150 0 21721 0
Current children cumulated CPU time (s) 1349.51
Current children cumulated vsize (KiB) 106452

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 919
/proc/meminfo: memFree=1601608/2055920 swapFree=4179720/4192956
[pid=893] ppid=891 vsize=13600 CPUtime=4.98
/proc/893/stat : 893 (sugar) S 891 893 30839 0 -1 4194304 1033 23885 0 2 3 1 478 16 16 0 1 0 1975551239 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/893/statm: 3400 799 370 3 0 500 0
[pid=916] ppid=893 vsize=5356 CPUtime=0
/proc/916/stat : 916 (sh) S 893 893 30839 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975551752 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/916/statm: 1339 232 193 169 0 50 0
[pid=917] ppid=916 vsize=87496 CPUtime=1403.96
/proc/917/stat : 917 (minisat) R 916 893 30839 0 -1 4194304 21638 0 0 0 140368 28 0 0 25 0 1 0 1975551752 89595904 21624 996147200 134512640 135127466 4294956272 18446744073709551615 134521800 0 0 4096 3 0 0 0 17 1 0 0
/proc/917/statm: 21874 21624 75 150 0 21721 0
Current children cumulated CPU time (s) 1408.94
Current children cumulated vsize (KiB) 106452

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 919
/proc/meminfo: memFree=1601608/2055920 swapFree=4179720/4192956
[pid=893] ppid=891 vsize=13600 CPUtime=4.98
/proc/893/stat : 893 (sugar) S 891 893 30839 0 -1 4194304 1033 23885 0 2 3 1 478 16 16 0 1 0 1975551239 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/893/statm: 3400 799 370 3 0 500 0
[pid=916] ppid=893 vsize=5356 CPUtime=0
/proc/916/stat : 916 (sh) S 893 893 30839 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975551752 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/916/statm: 1339 232 193 169 0 50 0
[pid=917] ppid=916 vsize=87496 CPUtime=1463.41
/proc/917/stat : 917 (minisat) R 916 893 30839 0 -1 4194304 21639 0 0 0 146312 29 0 0 25 0 1 0 1975551752 89595904 21625 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/917/statm: 21874 21625 75 150 0 21721 0
Current children cumulated CPU time (s) 1468.39
Current children cumulated vsize (KiB) 106452

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 919
/proc/meminfo: memFree=1601608/2055920 swapFree=4179720/4192956
[pid=893] ppid=891 vsize=13600 CPUtime=4.98
/proc/893/stat : 893 (sugar) S 891 893 30839 0 -1 4194304 1033 23885 0 2 3 1 478 16 16 0 1 0 1975551239 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/893/statm: 3400 799 370 3 0 500 0
[pid=916] ppid=893 vsize=5356 CPUtime=0
/proc/916/stat : 916 (sh) S 893 893 30839 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975551752 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/916/statm: 1339 232 193 169 0 50 0
[pid=917] ppid=916 vsize=87496 CPUtime=1522.85
/proc/917/stat : 917 (minisat) R 916 893 30839 0 -1 4194304 21639 0 0 0 152256 29 0 0 25 0 1 0 1975551752 89595904 21625 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/917/statm: 21874 21625 75 150 0 21721 0
Current children cumulated CPU time (s) 1527.83
Current children cumulated vsize (KiB) 106452

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 919
/proc/meminfo: memFree=1601544/2055920 swapFree=4179720/4192956
[pid=893] ppid=891 vsize=13600 CPUtime=4.98
/proc/893/stat : 893 (sugar) S 891 893 30839 0 -1 4194304 1033 23885 0 2 3 1 478 16 16 0 1 0 1975551239 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/893/statm: 3400 799 370 3 0 500 0
[pid=916] ppid=893 vsize=5356 CPUtime=0
/proc/916/stat : 916 (sh) S 893 893 30839 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975551752 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/916/statm: 1339 232 193 169 0 50 0
[pid=917] ppid=916 vsize=87496 CPUtime=1582.28
/proc/917/stat : 917 (minisat) R 916 893 30839 0 -1 4194304 21639 0 0 0 158199 29 0 0 25 0 1 0 1975551752 89595904 21625 996147200 134512640 135127466 4294956272 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 1 0 0
/proc/917/statm: 21874 21625 75 150 0 21721 0
Current children cumulated CPU time (s) 1587.26
Current children cumulated vsize (KiB) 106452

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 919
/proc/meminfo: memFree=1601480/2055920 swapFree=4179720/4192956
[pid=893] ppid=891 vsize=13600 CPUtime=4.98
/proc/893/stat : 893 (sugar) S 891 893 30839 0 -1 4194304 1033 23885 0 2 3 1 478 16 16 0 1 0 1975551239 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/893/statm: 3400 799 370 3 0 500 0
[pid=916] ppid=893 vsize=5356 CPUtime=0
/proc/916/stat : 916 (sh) S 893 893 30839 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975551752 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/916/statm: 1339 232 193 169 0 50 0
[pid=917] ppid=916 vsize=87496 CPUtime=1641.72
/proc/917/stat : 917 (minisat) R 916 893 30839 0 -1 4194304 21642 0 0 0 164142 30 0 0 25 0 1 0 1975551752 89595904 21628 996147200 134512640 135127466 4294956272 18446744073709551615 134530595 0 0 4096 3 0 0 0 17 1 0 0
/proc/917/statm: 21874 21628 75 150 0 21721 0
Current children cumulated CPU time (s) 1646.7
Current children cumulated vsize (KiB) 106452

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 1003
/proc/meminfo: memFree=1729592/2055920 swapFree=4179720/4192956
[pid=893] ppid=891 vsize=13600 CPUtime=4.98
/proc/893/stat : 893 (sugar) S 891 893 30839 0 -1 4194304 1033 23885 0 2 3 1 478 16 16 0 1 0 1975551239 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/893/statm: 3400 799 370 3 0 500 0
[pid=916] ppid=893 vsize=5356 CPUtime=0
/proc/916/stat : 916 (sh) S 893 893 30839 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975551752 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/916/statm: 1339 232 193 169 0 50 0
[pid=917] ppid=916 vsize=87496 CPUtime=1701.37
/proc/917/stat : 917 (minisat) R 916 893 30839 0 -1 4194304 21666 0 0 0 170105 32 0 0 25 0 1 0 1975551752 89595904 21652 996147200 134512640 135127466 4294956272 18446744073709551615 134523548 0 0 4096 3 0 0 0 17 0 0 0
/proc/917/statm: 21874 21652 75 150 0 21721 0
Current children cumulated CPU time (s) 1706.35
Current children cumulated vsize (KiB) 106452

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 1038
/proc/meminfo: memFree=1670144/2055920 swapFree=4179720/4192956
[pid=893] ppid=891 vsize=13600 CPUtime=4.98
/proc/893/stat : 893 (sugar) S 891 893 30839 0 -1 4194304 1033 23885 0 2 3 1 478 16 16 0 1 0 1975551239 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/893/statm: 3400 799 370 3 0 500 0
[pid=916] ppid=893 vsize=5356 CPUtime=0
/proc/916/stat : 916 (sh) S 893 893 30839 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975551752 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/916/statm: 1339 232 193 169 0 50 0
[pid=917] ppid=916 vsize=87496 CPUtime=1761.34
/proc/917/stat : 917 (minisat) R 916 893 30839 0 -1 4194304 21666 0 0 0 176101 33 0 0 25 0 1 0 1975551752 89595904 21652 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/917/statm: 21874 21652 75 150 0 21721 0
Current children cumulated CPU time (s) 1766.32
Current children cumulated vsize (KiB) 106452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 1038
/proc/meminfo: memFree=1670272/2055920 swapFree=4179720/4192956
[pid=893] ppid=891 vsize=13600 CPUtime=4.98
/proc/893/stat : 893 (sugar) S 891 893 30839 0 -1 4194304 1033 23885 0 2 3 1 478 16 16 0 1 0 1975551239 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/893/statm: 3400 799 370 3 0 500 0
[pid=916] ppid=893 vsize=5356 CPUtime=0
/proc/916/stat : 916 (sh) S 893 893 30839 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975551752 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/916/statm: 1339 232 193 169 0 50 0
[pid=917] ppid=916 vsize=87496 CPUtime=1795.04
/proc/917/stat : 917 (minisat) R 916 893 30839 0 -1 4194304 21666 0 0 0 179470 34 0 0 25 0 1 0 1975551752 89595904 21652 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/917/statm: 21874 21652 75 150 0 21721 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 106452

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

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

[startup+1816 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 1038
/proc/meminfo: memFree=1670272/2055920 swapFree=4179720/4192956
[pid=893] ppid=891 vsize=13600 CPUtime=4.98
/proc/893/stat : 893 (sugar) S 891 893 30839 0 -1 4194304 1033 23885 0 2 3 1 478 16 16 0 1 0 1975551239 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/893/statm: 3400 799 370 3 0 500 0
[pid=916] ppid=893 vsize=5356 CPUtime=0
/proc/916/stat : 916 (sh) S 893 893 30839 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975551752 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/916/statm: 1339 232 193 169 0 50 0
[pid=917] ppid=916 vsize=87496 CPUtime=1795.04
/proc/917/stat : 917 (minisat) R 916 893 30839 0 -1 4194304 21666 0 0 0 179470 34 0 0 25 0 1 0 1975551752 89595904 21652 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/917/statm: 21874 21652 75 150 0 21721 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 106452

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 893 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=827266
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=184971
# CPU time returned by wait4() is 5.01224
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1816.02
CPU time (s): 1800.02
CPU user time (s): 1799.51
CPU system time (s): 0.51
CPU usage (%): 99.1187
Max. virtual memory (cumulated for all children) (KiB): 887428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.82727
system time used= 0.184971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25262
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2365
involuntary context switches= 2296

runsolver used 2.6236 second user time and 5.60315 second system time

The end

Launcher Data (download as text)

Begin job on node69 at 2008-07-02 04:30:24
IDJOB=1038856
IDBENCH=53587
IDSOLVER=346
FILE ID=node69/1038856-1214965824
PBS_JOBID= 7870196
Free space on /tmp= 66536 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 308da8d6f22ce7d5aad3f96e3b4e6901
RANDOM SEED=835999273

node69.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.259
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.259
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:       1694464 kB
Buffers:         18060 kB
Cached:         131944 kB
SwapCached:       7008 kB
Active:         170656 kB
Inactive:       124908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1694464 kB
SwapTotal:     4192956 kB
SwapFree:      4179720 kB
Dirty:            1664 kB
Writeback:           0 kB
Mapped:         152712 kB
Slab:            50796 kB
Committed_AS:  3877812 kB
PageTables:       2104 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= 66528 MiB
End job on node69 at 2008-07-02 05:00:42